.wf,
.split-feature .content p a:not(.btn),
.split-feature .content li a:not(.btn) {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-m {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.wf-b,
.split-feature .content h3,
.split-feature .content h4 {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wf-alt-m {
  font-family: museo, serif;
  font-weight: 300;
  font-style: normal;
}
.wf-alt-eb,
.split-feature .content h2 {
  font-family: museo, serif;
  font-weight: 900;
  font-style: normal;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/gcc/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/gcc/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/gcc/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/gcc/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/gcc/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/gcc/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/gcc/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/gcc/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/gcc/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/gcc/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/gcc/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/gcc/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/gcc/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/gcc/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/gcc/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/gcc/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/gcc/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/gcc/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/wp-content/themes/gcc/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/gcc/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/gcc/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/gcc/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/gcc/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/gcc/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.split-feature {
  background-color: #0072ce;
  border-right: 10px solid #05233d;
  padding: 0;
  position: relative;
}
.split-feature:not(.alt) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (min-width: 1600px) {
  .split-feature:not(.alt).media-left .content {
    padding-right: 10% !important;
  }
}
@media only screen and (min-width: 1600px) {
  .split-feature:not(.alt).media-right .content {
    padding-left: 10% !important;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature .split-feature-inner .img-wrap,
  .split-feature .split-feature-inner .icon-outer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature .split-feature-inner .content {
    width: 50%;
  }
}
.split-feature.media-right {
  border-left: 10px solid #05233d;
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .split-feature.media-right .split-feature-inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media-right .split-feature-inner .content {
    padding-left: 2em;
    padding-right: 3.5em;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature .split-feature-inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.split-feature .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.split-feature .content {
  color: #fff;
  padding: 2.5em 2em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .split-feature .content {
    padding-left: 3.5em;
    padding-right: 2em;
  }
}
.split-feature .content h2 {
  color: #fff;
  font-size: 2em;
  position: relative;
}
@media only screen and (min-width: 1140px) {
  .split-feature .content h2 {
    font-size: 2.2em;
  }
}
.split-feature .content h2:after {
  background-color: #ffcd00;
  content: '';
  display: block;
  height: 10px;
  margin: 0.5em 0;
  width: 90px;
}
.split-feature .content h3,
.split-feature .content h4 {
  color: #fff;
  padding-top: 0.33em;
}
.split-feature .content h3 + p,
.split-feature .content h4 + p {
  margin-top: 0.66em;
}
.split-feature .content h3 {
  font-size: 1.6em;
}
@media only screen and (min-width: 1140px) {
  .split-feature .content h3 {
    font-size: 1.75em;
  }
}
.split-feature .content h4 {
  font-size: 1.3em;
}
@media only screen and (min-width: 1140px) {
  .split-feature .content h4 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature .content p {
    font-size: 1.3em;
  }
}
.split-feature .content p a:not(.btn),
.split-feature .content li a:not(.btn) {
  color: #fff;
}
.split-feature .content .btn-alt span,
.split-feature .content .btn-link span {
  color: #fff;
}
.split-feature .content .link-group {
  border-top: 2px solid #05233d;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25em;
}
.split-feature .content .link-group .link-wrap {
  border-top: none;
  display: flex;
  margin-right: 1.25em;
  margin-top: 1.25em;
  padding-top: 0;
}
.split-feature .content .link-wrap {
  border-top: 2px solid #05233d;
  margin-top: 1.25em;
  padding-top: 1.25em;
}
.split-feature.styled,
.split-feature.style-alt,
.split-feature.alt {
  background-color: #0d4471;
  border-color: #c99700;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .split-feature.styled,
  .split-feature.style-alt,
  .split-feature.alt {
    border: none;
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature.styled,
  .split-feature.style-alt,
  .split-feature.alt {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.styled .split-feature-inner .img-wrap,
  .split-feature.style-alt .split-feature-inner .img-wrap,
  .split-feature.alt .split-feature-inner .img-wrap,
  .split-feature.styled .split-feature-inner .icon-outer,
  .split-feature.style-alt .split-feature-inner .icon-outer,
  .split-feature.alt .split-feature-inner .icon-outer {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.styled .split-feature-inner .content,
  .split-feature.style-alt .split-feature-inner .content,
  .split-feature.alt .split-feature-inner .content {
    width: 55%;
  }
}
.split-feature.styled:after,
.split-feature.style-alt:after,
.split-feature.alt:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
@media only screen and (min-width: 768px) {
  .split-feature.styled:after,
  .split-feature.style-alt:after,
  .split-feature.alt:after {
    width: 35px;
  }
}
.split-feature.styled.media-right:after,
.split-feature.style-alt.media-right:after,
.split-feature.alt.media-right:after {
  left: auto;
  right: 0;
}
.split-feature.styled.media-right .img-wrap img,
.split-feature.style-alt.media-right .img-wrap img,
.split-feature.alt.media-right .img-wrap img {
  border-radius: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .split-feature.styled .split-feature-inner,
  .split-feature.style-alt .split-feature-inner,
  .split-feature.alt .split-feature-inner {
    align-items: flex-start;
  }
}
.split-feature.styled .img-wrap,
.split-feature.style-alt .img-wrap,
.split-feature.alt .img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .split-feature.styled .img-wrap,
  .split-feature.style-alt .img-wrap,
  .split-feature.alt .img-wrap {
    margin-top: -2.5em;
  }
}
.split-feature.styled .img-wrap img,
.split-feature.style-alt .img-wrap img,
.split-feature.alt .img-wrap img {
  border-radius: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .split-feature.styled .content,
  .split-feature.style-alt .content,
  .split-feature.alt .content {
    padding: 1em 2em 2em 3.5em;
  }
}
.split-feature.styled .content h2,
.split-feature.style-alt .content h2,
.split-feature.alt .content h2 {
  color: #6abafb;
}
@media only screen and (min-width: 1140px) {
  .split-feature.styled .content p,
  .split-feature.style-alt .content p,
  .split-feature.alt .content p {
    font-size: 1.2em;
  }
}
.split-feature.styled .content .link-group,
.split-feature.style-alt .content .link-group,
.split-feature.alt .content .link-group {
  border-color: #c99700;
}
.split-feature.styled .content .link-wrap,
.split-feature.style-alt .content .link-wrap,
.split-feature.alt .content .link-wrap {
  border-color: #c99700;
}
.split-feature + .split-feature {
  margin-top: 1em;
}
.split-feature + .block:not(.bg-color-default) {
  margin-top: 1em;
}
.split-feature:last-child {
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 1140px) {
  .split-feature:last-child {
    margin-bottom: 3.5em;
  }
}
.block:not(.bg-color-default) + .split-feature.alt,
.block.split-feature + .split-feature.alt {
  margin-top: 4em;
}
@media only screen and (min-width: 1140px) {
  .block:not(.bg-color-default) + .split-feature.alt,
  .block.split-feature + .split-feature.alt {
    margin-top: 6em;
  }
}
