/* Background Images and Footer */
/* Theme Roller */
@import url("https://use.typekit.net/rwb2lmo.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html {
  height: 100%;
}
@media (max-width: 1024px) {
  html {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-family: 'freight-sans-pro';
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  body {
    max-width: 100vw;
  }
}
body * {
  box-sizing: border-box;
}
section {
  overflow: hidden;
}
h1 {
  font-size: 72px;
  line-height: 1.2;
  font-family: 'effra';
  font-weight: normal;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
    text-align: center;
    margin: 0;
  }
}
h2 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'effra';
}
@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
    text-align: left;
  }
}
h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px 0;
  font-family: 'effra';
}
h3 span {
  display: block;
  color: #107278;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
    text-align: left;
  }
}
h4 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 18px;
    text-align: left;
  }
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 16px;
    text-align: center;
  }
}
p,
li {
  line-height: 1.36;
  font-size: 20px;
  font-weight: 450;
  color: #222;
  font-family: 'freight-sans-pro';
}
@media (max-width: 1024px) {
  p,
  li {
    text-align: left;
    font-size: 18px;
  }
}
sup {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 500;
  position: relative;
  top: 0;
}
.text-center {
  text-align: center;
}
.button {
  display: inline-block;
  padding: 16px 64px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #bc6a86;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  transition: 0.2s all ease;
  text-decoration: none;
}
.button:hover {
  background: #924c64;
  color: #fff;
}
@media (max-width: 1024px) {
  .button {
    display: block;
    flex: 1;
    width: 100%;
    text-align: center;
    padding: 16px;
  }
}
.section1 {
  padding: 0 !important;
  margin: 0 !important;
}
.section1 > .ContentItemHtml:first-child {
  padding: 0;
  margin: 0;
  height: 0;
}
.section1 .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section1 .row:before,
.section1 .row:after {
  display: none;
}
.section1 .row.eq {
  align-items: stretch;
}
.section1 .row.ew {
  align-items: flex-end;
}
.section1 .row.padded {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .section1 .row.padded {
    padding: 40px 0;
  }
}
.section1 .row.half-padded {
  padding: 40px 0;
}
.section1 .row.half-padded+.half-padded {
  padding: 0;
}
.section1 .row.mini-padded {
  padding: 20px 0;
}
.section1 .row.cut {
  padding: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .section1 .row {
    padding: 54px 0;
  }
  .section1 .row .row {
    padding: 30px 0 0 0;
  }
}
.section1 .row .page-wrapper {
  width: 1250px;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .section1 .row .page-wrapper.reverted {
    flex-flow: column-reverse;
  }
}
@media (max-width: 1024px) {
  .section1 .row .page-wrapper {
    padding: 0 16px;
  }
  .section1 .row .page-wrapper > .row {
    padding-top: 0;
  }
  .section1 .row .page-wrapper img,
  .section1 .row .page-wrapper video,
  .section1 .row .page-wrapper iframe {
    max-width: 100%;
  }
  .section1 .row .page-wrapper.full {
    padding: 0;
  }
}
.footer {
  background: #107278;
  padding: 120px 0 60px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 0;
  }
}
.footer .page-wrapper {
  width: 1140px;
}
.footer .cell a {
  color: #fff;
  transition: 0.2s all ease;
  text-decoration: none;
}
.footer .cell a:hover {
  color: #72ccd2;
}
.footer .cell a img {
  width: 193px;
  height: 51px;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .footer .cell a img {
    margin: 0 0 16px 0;
  }
}
.footer__copy {
  font-size: 18px;
  color: #72ccd2;
  text-align: right;
  margin: 24px 0 0 0;
}
@media (max-width: 1024px) {
  .footer__copy {
    text-align: left;
  }
}
.footer__row {
  align-items: stretch !important;
}
.footer__row .cell {
  padding: 64px 112px;
  border: 1px solid #72ccd2;
  margin: 0 -1px 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .footer__row .cell {
    margin: 0 0 24px 0;
    padding: 48px 32px;
  }
}
.footer__row .cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer__row .cell ul li a {
  color: #fff;
  display: block;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  transition: 0.2s all ease;
}
.footer__row .cell ul li a:hover {
  color: #72ccd2;
}
.footer__row .cell:after {
  content: '';
  display: block;
  background: #72ccd2;
  width: 160px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.footer__row .cell h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #72ccd2;
  text-align: center;
  margin: 0 0 12px 0;
}
.footer__row .cell p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.footer__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 48px auto 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .footer__links {
    margin: 0 auto 20px;
  }
}
.footer__links li {
  flex: 1 0 100%;
}
.footer__links li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding: 12px 0;
  transition: 0.2s all ease;
}
.footer__links li a:hover {
  color: #72ccd2;
}
@media (max-width: 1024px) {
  .footer__links li a {
    padding: 10px;
    font-size: 16px;
    display: block;
  }
}
.auto {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .auto {
    max-width: 165px;
  }
}
.page-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page-wrapper .cell {
  flex: 1;
}
.page-wrapper .cell.full {
  flex: 1 0 100%;
}
.page-wrapper .cell img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .page-wrapper .cell {
    flex: 1 0 100%;
  }
}
.page-wrapper .cell.half {
  flex: 0 0 48%;
}
.page-wrapper .cell.half p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .page-wrapper .cell.half {
    flex: 1 0 100%;
  }
}
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.2s all ease;
}
@media (max-width: 1024px) {
  header {
    padding: 12px 16px 12px 12px;
  }
}
header .toggle {
  display: none;
  position: relative;
  z-index: 50;
}
@media (max-width: 1024px) {
  header .toggle {
    display: block;
  }
  header .toggle .hamburger {
    display: block;
  }
  header .toggle .x {
    display: none;
  }
  header .toggle.active .hamburger {
    display: none;
  }
  header .toggle.active .x {
    display: block;
  }
}
header .logo {
  font-size: 0;
}
header .logo img {
  width: 166px;
  height: 50px;
  padding: 4px;
}
header.active {
  background: rgba(0,0,0,0.3);
}
header nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #107278;
    transition: 0.2s all ease;
    z-index: 20;
  }
  header nav.active {
    right: 0;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  header nav ul {
    width: 196px;
    margin: auto;
  }
}
header nav ul sup {
  font-size: 11px;
  vertical-align: text-top;
  font-weight: 500;
  line-height: 1;
}
header nav ul li {
  background: #fff;
  transition: 0.2s all ease;
}
@media (max-width: 1024px) {
  header nav ul li {
    background: transparent;
  }
}
header nav ul li a {
  display: block;
  padding: 24px 36px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
@media (max-width: 1024px) {
  header nav ul li a {
    color: #fff;
    padding: 12px 0;
    text-align: left;
  }
}
header nav ul li:last-child,
header nav ul li:hover {
  background: #bc6a86;
}
header nav ul li:last-child a,
header nav ul li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  header nav ul li:last-child {
    margin: 64px 0 0 0;
  }
}
header nav ul li:last-child a {
  color: #fff;
  padding: 24px 62px;
}
@media (max-width: 1024px) {
  header nav ul li:last-child a {
    padding: 18px 62px;
  }
}
.above-the-fold {
  min-height: 700px;
  height: 100vh;
  background: url("//higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/08640b5f-d521-4328-a113-4148190a5c59/UploadedImages/assets/crosswalk-image-1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .above-the-fold {
    min-height: 640px;
    height: 100vh;
  }
}
.above-the-fold h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 100px;
}
@media (max-width: 1024px) {
  .above-the-fold h1 {
    flex: 1;
    font-size: 38px;
    text-align: center;
  }
}
.above-the-fold h1 sup {
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .above-the-fold h1 sup {
    font-size: 18px;
  }
}
.about {
  background: #202020;
  padding: 120px 0 0 0;
  position: relative;
}
.about__left {
  width: 395px;
  height: 325px;
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .about__left {
    width: 90%;
    margin: 0 auto 24px 0 !important;
  }
}
.about__right {
  width: 640px;
  height: 360px;
  object-fit: cover;
}
.about h2 {
  padding: 24px 36px 0 0;
  margin: 0 0 -24px 0;
  color: #79cbd1;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: right;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .about h2 {
    font-size: 34px;
    padding: 0;
    margin: 0 0 -18px 0;
  }
}
.about p {
  font-size: 18px;
  color: #fff;
  line-height: 2.3;
  font-weight: 300;
  margin: 0 0 140px 0;
}
@media (max-width: 1024px) {
  .about p {
    text-align: left;
    font-size: 18px;
    color: #acacac;
    margin: 0 0 36px 0;
  }
}
.about .cell:first-child:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 300px;
  left: 0;
  background: url("//higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/08640b5f-d521-4328-a113-4148190a5c59/UploadedImages/assets/about-stripes.svg") no-repeat;
  background-size: cover;
  width: 484px;
  height: 231px;
  left: 0px;
  opacity: 0.25;
}
@media (max-width: 1024px) {
  .about .cell:first-child:after {
    display: none;
  }
}
.about .cell:last-child img {
  margin: 0 0 -36px 0;
}
.about .cell:last-child:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 462px;
  height: 223px;
  bottom: 206px;
  background: #fdbc1b;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .about .cell:last-child:after {
    right: 0;
    width: 50%;
    height: 84px;
    bottom: 300px;
  }
}
.the-future {
  padding: 120px 0 80px;
  background: #72ccd2;
  position: relative;
}
@media (max-width: 1024px) {
  .the-future .row.eq {
    flex-flow: column-reverse;
  }
}
.the-future .cell:last-child {
  position: relative;
}
.the-future .cell:last-child:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -275px;
  background: url("//higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/08640b5f-d521-4328-a113-4148190a5c59/UploadedImages/assets/p.svg") no-repeat;
  background-size: cover;
  width: 490px;
  height: 900px;
  right: -55px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .the-future .cell:last-child:after {
    display: none;
  }
}
.the-future h2 {
  padding: 0;
  margin: 0;
  color: #107278;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: left;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .the-future h2 {
    font-size: 34px;
    padding: 0;
    margin: 0;
  }
}
.the-future p {
  font-size: 18px;
  color: #202020;
  line-height: 2.3;
  font-weight: 300;
  margin: 0 0 140px 0;
  width: 222px;
  margin: 48px 0 0 0;
  position: relative;
  z-index: 55;
}
@media (max-width: 1024px) {
  .the-future p {
    width: 100%;
    margin: 24px 0 36px 0;
    text-align: left;
  }
}
.the-future ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  color: #202020;
  width: 360px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .the-future ul {
    width: 100%;
    padding: 0 24px;
  }
}
.the-future ul li {
  margin: 0 0 60px 0;
  position: relative;
  font-size: 18px;
  color: #202020;
  line-height: 2.3;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .the-future ul li {
    text-align: left;
    margin: 0 0 32px 0;
  }
}
.the-future ul li:last-child {
  margin: 0;
}
.the-future ul li:before {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #bc6a86;
  position: absolute;
  top: 30px;
  left: -24px;
}
.why-now {
  background: #f0fcff;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .why-now img {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.why-now:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 300px;
  left: 0;
  background: url("//higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/08640b5f-d521-4328-a113-4148190a5c59/UploadedImages/assets/why-now-grad.svg") no-repeat;
  background-size: cover;
  width: 490px;
  height: 230px;
}
@media (max-width: 1024px) {
  .why-now:after {
    display: none;
  }
}
.why-now h2 {
  padding: 0;
  margin: 0 -90px -24px 0;
  color: #79cbd1;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: right;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .why-now h2 {
    font-size: 34px;
    padding: 0;
    margin: 0 0 -18px 0;
    text-align: left;
  }
}
.why-now p {
  font-size: 18px;
  color: #202020;
  line-height: 2.3;
  font-weight: 300;
  margin: 0 0 36px 0;
  width: 510px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .why-now p {
    width: 100%;
    text-align: left;
    margin: 24px 0 0 0;
  }
}
.why-now h3 {
  color: #107278;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.36;
  font-weight: 800;
  margin: 120px 0 36px 0;
  width: 510px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .why-now h3 {
    width: 100%;
    margin: 32px 0 0 0;
    text-align: left;
  }
}
.why-now small {
  font-size: 16px;
  font-style: italic;
  display: block;
  line-height: 2;
}
@media (max-width: 1024px) {
  .why-now small {
    width: 100%;
    text-align: left;
    margin: 24px 0 0 0;
  }
  .why-now small br {
    display: none;
  }
}
.faq {
  padding: 120px 0;
  background: #72ccd2;
  position: relative;
  overflow: hidden;
}
.faq .row {
  position: relative;
}
@media (max-width: 1024px) {
  .faq .row {
    flex-flow: column-reverse;
    position: initial;
  }
}
.faq .row:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -120px;
  width: 208px;
  height: 44%;
  left: 0;
  background: #fcba34;
  opacity: 0.2;
  z-index: 10;
}
@media (max-width: 1024px) {
  .faq .row:after {
    bottom: 0;
    left: 0;
    width: 191px;
    height: 85px;
  }
}
.faq__cover {
  width: 345px;
  height: 475px;
  object-fit: cover;
  flex: 0;
}
@media (max-width: 1024px) {
  .faq__cover {
    width: 80%;
    height: 315px;
    margin: 0 0 0 auto !important;
  }
}
.faq__heading {
  text-align: center;
  text-transform: uppercase;
  color: #107278;
  padding: 0 36px 0 111px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: left;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .faq__heading {
    font-size: 32px;
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.faq__subheading {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .faq__subheading {
    font-size: 18px;
  }
}
.faq__list {
  list-style: none;
  padding: 0 0 0 100px;
  margin: 30px 0 0;
  flex: 1;
}
@media (max-width: 1024px) {
  .faq__list {
    margin: 40px 0 20px 0;
    padding: 0;
  }
}
.faq__list li {
  border-bottom: 1px solid #107278;
  margin: 0;
  padding: 16px;
  max-height: 56px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
  cursor: pointer;
}
.faq__list li:last-child {
  border: 0;
}
@media (max-width: 1024px) {
  .faq__list li {
    max-height: 61px;
    padding: 10px 0 15px;
  }
  .faq__list li p {
    font-size: 12px;
  }
}
.faq__list li.active {
  max-height: 1000px;
}
.faq__list li.active img {
  transform: rotate(45deg);
}
.faq__list li p {
  font-size: 18px;
  max-width: 90%;
  margin-bottom: 0;
  color: #bc6a86;
  padding: 12px 0 0 32px;
}
@media (max-width: 1024px) {
  .faq__list li p {
    font-size: 16px;
    padding: 16px 0 10px 0;
    max-width: 80%;
  }
}
.faq__list li h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #202020;
  max-width: 80%;
  line-height: 1.36;
}
@media (max-width: 1024px) {
  .faq__list li h4 {
    padding: 0 0 10px 0;
    font-size: 16px;
    max-width: 80%;
  }
}
.faq__list li img {
  position: absolute;
  right: 15px;
  bottom: 23px;
  transition: 0.3s all ease-in-out;
}
.aeco {
  background: #202020;
  padding: 120px 0;
  position: relative;
}
.aeco:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background: url("//higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/08640b5f-d521-4328-a113-4148190a5c59/UploadedImages/assets/aeco.svg") no-repeat;
  background-size: cover;
  width: 470px;
  height: 230px;
  right: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .aeco:after {
    display: none;
  }
}
.aeco h2 {
  padding: 0 36px 64px 0;
  margin: 0 0 0 0;
  color: #79cbd1;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: left;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .aeco h2 {
    font-size: 34px;
    padding: 0 0 32px 0;
    margin: 0;
    text-align: left;
  }
  .aeco h2 br {
    display: none;
  }
}
.aeco .button {
  float: right;
}
.aeco table {
  border: 1px solid #a17a2c;
  border-collapse: collapse;
  width: 660px;
}
@media (max-width: 1024px) {
  .aeco table {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 32px 0;
  }
  .aeco table tbody {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .aeco table tbody tr {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .aeco table tbody tr td {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
    font-size: 18px;
  }
}
.aeco table tr {
  border-bottom: 1px solid #a17a2c;
}
.aeco table tr td {
  border: 1px solid #a17a2c;
  padding: 24px 48px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.advisory.aeco {
  background: #161616;
}
.advisory.aeco h2 {
  text-align: right;
}
.advisory.aeco table {
  width: 100%;
}
.advisory.aeco table td {
  padding: 48px;
}
.advisory.aeco table td a {
  color: #f0981c;
  text-decoration: none;
  flex: 1 0 100%;
}
@media (max-width: 767px) {
  .advisory.aeco table td {
    padding: 24px;
  }
}
.advisory.aeco table td img {
  width: 100%;
  flex: 1 0 100%;
  max-width: 100%;
}
.advisory.aeco table td h3 {
  margin: 16px 0 0 0;
  line-height: 1;
  font-size: 26px;
  flex: 1 0 100%;
  text-align: left;
}
.advisory.aeco table td h4 {
  margin: 0 0 4px 0;
  line-height: 1;
  font-size: 16px;
  flex: 1 0 100%;
  text-align: left;
}
.advisory.aeco table td h5 {
  margin: 0;
  flex: 1 0 100%;
  line-height: 1;
  font-family: 'freight-sans-pro';
  font-size: 14px;
  color: #5cafd7;
  text-align: left;
}
.advisory.aeco table td p {
  display: none;
}
.facts {
  padding: 120px 0;
  background: #f0fcff;
  overflow: hidden;
}
.facts__table {
  display: flex;
  flex-wrap: wrap;
  margin: 64px 0;
}
@media (max-width: 1024px) {
  .facts__table {
    margin: 32px 0 0 0;
  }
}
.facts__table-item {
  flex: 0 0 50%;
  border: 1px solid #b1e4e9;
  padding: 48px;
  position: relative;
  margin: 0 -1px -1px 0;
}
@media (max-width: 1024px) {
  .facts__table-item {
    padding: 40px 16px;
    flex: 1 0 100%;
  }
}
.facts__table-item i {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fdbc1b;
  font-style: normal;
}
.facts__table-item h3 {
  color: #107278;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.36;
  font-weight: 800;
  margin: 0 0 12px 0;
}
@media (max-width: 1024px) {
  .facts__table-item h3 {
    margin: 24px 0 12px 0;
  }
}
.facts__table-item p {
  font-size: 18px;
  line-height: 2.3;
  font-weight: 300;
  margin: 0;
  color: #6dabb0;
}
.facts__table-item--yellow {
  background: #fdbc1b;
}
.facts__table-item--yellow i {
  color: #fff;
}
.facts__table-item--yellow p,
.facts__table-item--yellow h3 {
  color: #000;
}
.facts h2 {
  padding: 0 36px 0 0;
  margin: 0 0 0 0;
  color: #79cbd1;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: left;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .facts h2 {
    font-size: 34px;
    padding: 0 0 32px 0;
    margin: 0;
    text-align: left;
  }
  .facts h2 br {
    display: none;
  }
}
.rotor {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}
@media (max-width: 1024px) {
  .rotor {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
}
.rotor #rotor {
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  animation: rotating 6s linear infinite;
  width: 120px;
  height: 120px;
}
.rotor #rotor img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .rotor #rotor {
    display: none;
  }
}
.rotor a {
  display: block;
  position: absolute;
}
@media (max-width: 1024px) {
  .rotor a {
    position: relative;
  }
}
.rotor a img {
  transition: 0.1s all ease;
}
.rotor a img:hover {
  transition: 0.1s all ease;
  transform: scale(1.2);
}
.rotor2 {
  position: absolute;
  bottom: -75px;
  width: 150px;
  right: -75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.rotor2 #rotor2 {
  font-size: 15px;
  color: #843c54;
  margin: 0;
  padding: 0;
  font-weight: 500;
  animation: rotating 6s linear infinite;
  display: block;
  line-height: 1;
  width: 150px;
  height: 150px;
}
.rotor2 #rotor2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .rotor2 #rotor2 {
    display: none;
  }
}
.rotor3 {
  position: absolute;
  top: -195px;
  width: 150px;
  height: 150px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rotor3 #rotor3 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 500;
  animation: rotating 6s linear infinite;
  display: block;
  line-height: 1;
  width: 150px;
  height: 150px;
}
.rotor3 #rotor3 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .rotor3 #rotor3 {
    display: none;
  }
}
.contact {
  background: #202020;
  padding: 120px 0;
  position: relative;
  overflow: visible;
}
.contact .page-wrapper {
  position: relative;
}
.contact:after {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  background: url("//higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/08640b5f-d521-4328-a113-4148190a5c59/UploadedImages/assets/aeco.svg") no-repeat;
  background-size: cover;
  width: 470px;
  height: 230px;
  right: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .contact:after {
    display: none;
  }
}
.contact h2 {
  padding: 0 0 18px 0;
  margin: 0 0 0 0;
  color: #79cbd1;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: left;
  z-index: 50;
  position: relative;
}
@media (max-width: 1024px) {
  .contact h2 {
    font-size: 34px;
    padding: 0 0 32px 0;
    margin: 0;
    text-align: left;
  }
  .contact h2 br {
    display: none;
  }
}
.contact p {
  font-size: 16px;
  color: #dedede;
  margin: 0 0 32px 0;
}
.contact .margin {
  margin: 32px 0 0 0;
}
.contact .margin p {
  font-size: 12px;
}
.contact .cell,
.contact .input {
  margin: 0 -1px 0 0;
}
.contact .cell label,
.contact .input label {
  display: block;
  color: #72ccd2;
  margin: 32px 0 4px 0;
  font-size: 16px;
}
.contact .cell input,
.contact .input input,
.contact .cell textarea,
.contact .input textarea {
  width: 100%;
  padding: 16px 24px;
  color: #979797;
  font-size: 16px;
  border: 1px solid #979797;
  background: none;
  appearance: none;
  font-family: 'Manrope', sans-serif;
}
.contact .cell textarea,
.contact .input textarea {
  min-height: 120px;
}
.contact .button {
  float: right;
  width: 381px;
}
@media (max-width: 1024px) {
  .contact .button {
    width: 100%;
    margin: 36px 0 0 0;
  }
}
.contact .button a {
  display: block;
  position: absolute;
}
.contact .button a img {
  transition: 0.3s all ease;
}
.contact .button a img:hover {
  transform: scale(1.1);
}
#MPOuterHeader,
#MPOuterFooter,
#MPFooterLink {
  display: none;
}
fieldset.form-columns-3 {
  background: #f00;
}
.ContentItemHtml .HtmlFooter {
  padding: 0 !important;
}
.advisory-wrapper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.advisory-wrapper.active {
  display: flex;
}
.advisory-wrapper--content {
  padding: 24px;
  background: #fff;
  font-size: 16px;
  color: #000;
  width: 550px;
  max-width: 100%;
}
@-moz-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* CSS Overrides */
section sup{
  top: -8px;
}
p sup{
  top: -8px;
}
section h2 sup{
  top: -22px;
}
section h1 sup{
  top: -55px;
}
.footer__links sup{
  top: -8px;
}
@media (max-width: 1024px){
  .section1 .row .page-wrapper img{
    max-width: 550px;
  }
}
sup{
  font-size: 0.5em;;
}