@charset "UTF-8";

html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: sans-serif;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
body * {
/*  overflow-x hidden;*/

}
a {
  text-decoration: none;
  color: inherit;
}
span.pipe {
  margin: 0 14px;
}
span.nowrap {
  white-space: nowrap;
}
header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 24px;
  background: transparent;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
footer {
  display: flex;
  align-items: center;
  height: 320px;
  margin-top: 96px;
}
footer .logo-bkg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 430px;
  background: #000;
  height: 100%;
  width: 430px;
  padding: 24px;
}
footer .logo-bkg a {
  display: flex;
  justify-content: center;
}
footer .logo-bkg img {
  width: 192px;
  max-width: 75%;
  height: auto;
/*  padding-bottom: 12px;*/
}
footer .redpanel {
  display: flex;
  position: relative;
/*  background: #ed1c24;*/
  background: #05a5cb;
  color: #fff;
  width: 100%;
  height: 100%;
/*  padding: 42px 30px 30px 52px;*/
  padding: 42px 30px 30px 52px;
  overflow-x: hidden;
}
footer .redpanel div {
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
}
/* PAGE COVER & SPINNER STYLES */
.page-cover {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
/*  background: #07294b;*/
/*  background: radial-gradient(circle, rgba(121,15,18,1) 0%, rgba(170,23,28,1) 50%);*/
/*background: linear-gradient(45deg, rgba(121,15,18,1) 0%, rgba(170,23,28,1) 50%);*/
/*  background: #ed1c24;*/
/*  background: #00acd6;*/
/*  background: #00a9d1;*/
/*  background: #009abd;*/
  background: #05a5cb;

}
/*SPINNER STYLES*/
.page-cover-loading,
.page-cover-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
.page-cover-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*END SPINNER STYLES*/
.page-cover.hide {
  display: flex;
  opacity: 1;
  transition: opacity 1.0s;
}
.page-cover.show {
  display: hidden;
  opacity: 0;
  transition: opacity 1.0s;
}
/*END PAGE COVER STYLES*/
section {
  display: flex;
  flex-wrap: wrap;
  /* width: 95%; */
  width: 100%;
  margin: 24px auto;
  padding: 24px;
  overflow: hidden;
}
section:not(.top-section) {
/*  border: 2px solid red;*/
}
section.top-section {
  height: calc(100vh - 64px);
  margin-bottom: 48px;
}
.row {
  display: flex;
}
.bouncing-down-arrow {
  display: block;
  position: absolute;
  width: 7.5%;
  min-width: 42px;
  max-width: 98px;
  height: auto;
/*  bottom: 16px;*/
/*  bottom: 10%;*/
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.bounce {
  animation: MoveUpDown 1s linear infinite;}

@keyframes MoveUpDown {
  0%, 100% {
transform: translate(-50%, -16%);
  }
  50% {
  transform: translate(-50%, 0);
  }
}
footer .bouncing-down-arrow {
  left: auto;
  right: 0;
  top: 8px;
  max-width: 72px;
}
div.twenty {
  width: 20%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.twenty-five {
  width: 25%;
/*  border: 1px solid;*/
  padding: 48px 0;
}
div.thirty {
  width: 30%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.thirty-two {
  width: 32%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.forty {
  width: 40%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.forty-four {
  width: 44%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.fifty {
  width: 50%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.fifty-six {
  width: 56%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.sixty {
  width: 60%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.sixty-eight {
  width: 68%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.seventy {
  width: 70%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.seventy-five {
  width: 75%;
/*  border: 1px solid;*/
  padding: 0 24px;
}
div.eighty {
  width: 80%;
}
div.hundred {
  width: 100%;
  padding: 0 24px;
}
.row {
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.row > div {
  padding: 0;
}
h1 {
  font: 75px/110% HK Compression Heavy Condensed;
  padding-bottom: 12px;
}
h2 {
  font: 75px HK Compression Heavy Condensed;
}
h3 {
/*  font: bold 23px/160% Arial-Bold;*/
font: bold 23px/110% Arial-Bold;
padding-bottom: 12px;
}
p {
  font: bold 23px/160% Arial-Regular;
}
p.bold {
  font: bold 23px/160% Arial-Bold;
}
.red-text {
  color: #ed1c24;
}
.blue-text {
  color: #05a5cb;
}
.redpanel h3 {
  font: bold 23px/150% Arial-Bold;
  padding-top: 0;
  padding-bottom: 34px;
}
.redpanel p {
  font: bold 23px/150% Arial-Bold;
/*  padding-top: 12px;*/
}
.redpanel p.mousecopy {
  font: bold 14px/140% Arial-Bold;
  padding-top: 48px;
}
hr.black-divider {
  border: 8px solid black;
  width: 100%;
  max-width: 1400px;
}

.callout.one {
 font: 30px/112% Arial-Black;
  margin-top: 31px;
  padding: 16px 16px 48px 48px;
  background: #000;
/*  border-bottom: 16px solid #ed1c24;*/
  border-bottom: 16px solid #05a5cb;
}

/*.callout p {
  font: 30px/112% Arial Black;
  padding: 12px 12px 12px 24px;
  color: #ed1c24;
}*/

.callout.one p {
/*  font: 30px Arial Black;*/
  font: 30px/112% Arial-Black;
/*  color: #ed1c24;*/
  color: #05a5cb;
}
.callout.two {
  font: 30px/112% Arial-Black;
  margin-top: 31px;
  padding: 16px 16px 48px 48px;
/*  background: #ed1c24;*/
  background: #05a5cb;
  border-top: 24px solid #000;
}
.callout.two p {
  font: 30px/112% Arial-Black;
/*  font: 30px Arial Black;*/
  color: #fff
}
.callout.three {
  position: relative;
  font: 30px/112% Arial-Black;
  margin-top: 16px;
  padding: 16px 24px 48px 48px;
/*  background: #ed1c24;*/
  background: #05a5cb;
  border-bottom: 21px solid #000;
  width: 50%;
  max-width: 750px;
  z-index: 1;
}
.callout.three h1 {
/*  font: 75px HK Compression Heavy Condensed;*/
  color: #fff
}
.callout.three p {
  font: 30px/112% Arial-Black;
/*  font: 23px/112% Arial Black;*/
  color: #000
}

@media screen and (max-width: 900px) {

header {
  padding: 0;
}
footer {
  flex-wrap: wrap;
  height: auto;
}
footer .logo-bkg {
  flex: 100%;
  height: auto;
}
footer .logo-bkg img {
  max-width: 75%;
}
footer .redpanel {
height: auto;
padding: 42px 24px 30px 16px;
}
footer .redapanel h3,
footer .redpanel p {
  font: 19px/150% Arial-Bold;
}
footer .redpanel p.mousecopy {
  font: bold 12px/140% Arial-Bold;
  padding-top: 48px;
}
div.twenty,
div.twenty-five,
div.thirty,
div.thirty-two,
div.forty,
div.forty-four,
div.fifty,
div.fifty-six,
div.sixty,
div.sixty-eight,
div.seventy,
div.seventy-five,
div.eighty {
  width: 100%;
  padding: 16px;
}

}