body {
  font-family: Lato, sans-serif;
  color: #66686e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1795dd;
  text-decoration: none;
}

a:hover {
  color: #1aa5f5;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/List-dot.svg');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  color: #252831;
}

label {
  display: block;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #252831;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  color: #252831;
  font-weight: 700;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -30px;
  padding: 0px 0px 0px 26px;
  border-left: 4px solid #1795dd;
  color: #081434;
  font-size: 26px;
  line-height: 38px;
}

.p-large {
  color: #252831;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #252831;
  font-size: 14px;
  line-height: 26px;
}

.p-small.caption {
  margin-top: -4%;
  margin-bottom: 36px;
  color: #252831;
  font-style: italic;
}

.p-small.top-divider {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(153, 155, 161, 0.25);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 16px 48px;
  background-color: #1795dd;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #1aa5f5;
  box-shadow: 0 18px 36px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
}

.button.transparent {
  display: none;
  border-style: solid;
  border-width: 2px;
  border-color: #1795dd;
  background-color: transparent;
  color: #fff;
}

.button.transparent:hover {
  border-color: #1aa5f5;
  background-color: #1aa5f5;
}

.button.in-horizontal-form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.dark {
  background-color: #f2f2f3;
}

.section.dark.footer {
  display: none;
}

.section.divider {
  border-top: 1px solid #e6e7ec;
}

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.divider {
  border-top: 1px solid #e6e6e6;
}

.section.divider {
  border-top: 1px solid #e9eaee;
}

.section.tint {
  background-color: #f2f2f3;
}

.section.tint.cta {
  display: none;
}

.section.cs-header {
  padding-top: 0vw;
  background-image: none;
  background-size: auto;
}

.section.blocks {
  display: none;
}

.fluid-cell {
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell:hover {
  text-decoration: none;
}

.fluid-cell._67-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._33-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._33-p.hide-mobile {
  display: none;
}

.fluid-cell._25-p {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 4vw;
  padding-bottom: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.top-bar.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fluid-cell.footer-copy {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.invert {
  color: #252831;
}

.invert.opacity {
  color: #252831;
}

.subheading {
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheading.t-padding {
  padding-top: 12px;
}

.container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-all {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.stretch {
  display: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.t-padding {
  padding-top: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fake-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

.fake-h2.invert {
  color: #252831;
}

.fake-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.fake-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.fake-h5:hover {
  text-decoration: none;
}

.fake-h5.invert {
  color: #fff;
}

.center {
  text-align: center;
}

.form-block {
  margin-bottom: 0px;
}

.form-horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.horizontal-field {
  margin-right: 24px;
  margin-bottom: 0px;
  padding: 26px 24px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e7ec;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #252831;
  font-size: 16px;
  line-height: 28px;
}

.horizontal-field:focus {
  border-color: #01baef #01baef #1aa5f5;
}

.horizontal-field::-webkit-input-placeholder {
  color: #999ba1;
}

.horizontal-field:-ms-input-placeholder {
  color: #999ba1;
}

.horizontal-field::-ms-input-placeholder {
  color: #999ba1;
}

.horizontal-field::placeholder {
  color: #999ba1;
}

._100-p-block {
  width: 100%;
  height: 100%;
  padding: 2.5vw;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7ec;
  background-color: #fff;
}

.footer-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-image: url('../images/Arrow-white_1Arrow white.png');
  background-position: -30% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #1aa5f5;
  color: #fff;
  text-decoration: none;
}

.footer-icon {
  margin-bottom: 24px;
}

.footer-deco {
  position: absolute;
  left: 0px;
  top: 7vw;
  right: auto;
  bottom: 0%;
  width: 2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#081434), to(#161616));
  background-image: linear-gradient(180deg, #081434, #161616);
}

.footter-title {
  margin-bottom: 8px;
  padding-top: 88px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.footter-title:hover {
  text-decoration: none;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 100px;
  background-color: #1795dd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  border-color: #1aa5f5;
}

.social-icon.instagram {
  background-image: url('../images/IG-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/LinkedIn-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/Facebook-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/Twitter-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.media-wrap {
  position: relative;
  padding: 24px;
}

.media-wrap.in-text {
  margin-top: 6%;
  margin-bottom: 6%;
  padding: 0px 0px 24px;
}

.media-wrap-img {
  z-index: 1;
}

.media-wrap-deco {
  position: absolute;
  left: 48px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 60%;
  background-color: #f2f2f3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #f2f2f3), to(#e6e7ec));
  background-image: linear-gradient(90deg, #f2f2f3 15%, #e6e7ec);
}

.media-wrap-deco.in-text {
  left: 24px;
  display: none;
}

.media-wrap-deco.in-text.dark {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 15%, hsla(0, 0%, 100%, 0.2));
}

.link-w-icon {
  padding-left: 24px;
  border-bottom: 1px solid #e6e7ec;
  font-size: 16px;
}

.link-w-icon:hover {
  border-bottom-color: #1aa5f5;
  text-decoration: none;
}

.link-w-icon.about {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  background-image: url('../images/Hamburger.svg');
  background-position: 0% 52%;
  background-repeat: no-repeat;
  color: #1795dd;
}

.link-w-icon.about:hover {
  border-bottom-color: #fff;
}

.link-w-icon.print {
  margin-right: 24px;
  background-image: url('../images/Print-icon.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.side-deco-left {
  position: absolute;
  left: 0%;
  top: 7vw;
  right: auto;
  bottom: auto;
  display: none;
  width: 48px;
  height: 100%;
  background-color: #f2f2f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e7ec), to(#f2f2f3));
  background-image: linear-gradient(180deg, #e6e7ec, #f2f2f3);
}

.side-deco-left.dark {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.05)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.05));
}

.block-deco-line {
  width: 72px;
  height: 4px;
  margin-bottom: 12px;
  border-radius: 10px;
  background-color: #1795dd;
}

.footer-social-wrap {
  margin-top: 48px;
  margin-bottom: 24px;
}

.cs-hero-img {
  display: none;
  width: 100%;
  background-image: url('../images/Screen-Shot-2020-09-11-at-18.55.50.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hider {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #1795dd;
}

.deco-line {
  display: none;
  width: 72px;
  height: 4px;
  margin-bottom: 18px;
  background-color: #1795dd;
}

.footer-logo {
  margin: 18px;
}

.footer-link-copy {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link-copy:hover {
  border-bottom-color: #1aa5f5;
  color: #fff;
  text-decoration: none;
}

.crazy-title {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.side-img {
  min-width: 100%;
}

.side-img._w-caption {
  margin-bottom: 18px;
}

.body {
  color: #252831;
}

.body-2 {
  color: #252831;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1600px;
  }
  .social-icon:hover {
    background-color: #1aa5f5;
  }
  .cs-hero-img {
    height: 550px;
  }
}

@media screen and (min-width: 1920px) {
  .link-w-icon.print {
    background-image: url('../images/Print-white-icon.svg');
  }
  .cs-hero-img {
    top: 0%;
    bottom: 0%;
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #1aa5f5;
  }
  .p-small.caption {
    margin-bottom: 24px;
  }
  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .fluid-cell.footer-copy {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .form-horizontal-center {
    padding-right: 5%;
    padding-left: 5%;
  }
  ._100-p-block {
    padding: 4vw;
  }
  .side-deco-left {
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  p {
    margin-bottom: 12px;
  }
  blockquote {
    margin-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    margin-bottom: 18px;
  }
  .p-small.caption {
    margin-top: -5%;
  }
  .button {
    margin-top: 18px;
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button.in-horizontal-form {
    min-height: 57px;
  }
  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .section.cs-header {
    background-image: url('../images/Tech-Pattern.png');
    background-position: 0px 0px;
    background-size: auto;
  }
  .fluid-cell {
    padding: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-p {
    width: 100%;
  }
  .fluid-cell._33-p {
    width: 100%;
  }
  .fluid-cell._25-p {
    width: 100%;
  }
  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.top-bar {
    padding-top: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.footer-copy {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .subheading {
    margin-top: 12px;
    background-image: none;
  }
  .container {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .container.center-all {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .container.t-padding {
    padding-top: 3vw;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .form-horizontal-center {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .horizontal-field {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
    text-align: center;
  }
  ._100-p-block {
    padding: 6vw;
  }
  .footer-link {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .footer-link:hover {
    color: #fff;
  }
  .footer-icon {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footter-title {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .media-wrap {
    padding-top: 0px;
    padding-left: 0px;
  }
  .media-wrap.in-text {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .link-w-icon.print {
    border-bottom-color: hsla(0, 0%, 100%, 0.3);
    background-image: url('../images/Print-white-icon.svg');
  }
  .link-w-icon.print:hover {
    border-bottom-color: #fff;
  }
  .side-deco-left {
    display: none;
  }
  .cs-hero-img {
    position: static;
    height: 370px;
  }
  .deco-line {
    margin-top: 12px;
  }
  .footer-link-copy {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .footer-link-copy:hover {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }
  .p-large {
    font-size: 22px;
    line-height: 34px;
  }
  .p-small.caption {
    margin-top: -6%;
    margin-bottom: 18px;
  }
  .p-small.top-divider {
    margin-top: 24px;
    padding-top: 24px;
  }
  .utility-page-content {
    width: 260px;
  }
  .button {
    margin-top: 12px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .section {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.top-bar {
    padding-top: 8vw;
  }
  .fluid-cell.footer-copy {
    padding-top: 3vw;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container.t-padding {
    padding-top: 5vw;
  }
  ._100-p-block {
    padding: 8vw;
  }
  .footer-deco {
    width: 3vw;
  }
  .media-wrap {
    padding: 0px 12px 12px 0px;
  }
  .media-wrap.in-text {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-right: 18px;
    padding-bottom: 18px;
  }
  .media-wrap-deco.in-text {
    left: 18px;
  }
  .link-w-icon.print {
    display: none;
  }
  .cs-hero-img {
    height: 220px;
  }
  .deco-line {
    margin-top: 24px;
  }
  .footer-logo {
    margin: 12px;
  }
  .crazy-title {
    background-image: none;
  }
}

.print-only {
  display: block;
}

*[data-ix=scroll-in] {
  opacity: 1 !important;
  transform: translateX(0px) translateY(0px) translateZ(0px) !important;
}
