.wf {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.wf-b {
  font-family: 'Roboto Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.wf-alt,
.hero-secondary .hero-secondary-all-programs-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wf-alt-b {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/css/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/css/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/css/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/css/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/css/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/css/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/css/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/css/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/css/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/css/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/css/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;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
.hero {
  overflow: hidden;
  padding: 3em 0;
  position: relative;
}
.hero:after {
  background: url(../../img/hero-pattern.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  height: 87px;
  right: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 500px) {
  .hero:after {
    height: 70px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .hero:after {
    height: 150px;
    width: 430px;
  }
}
@media only screen and (min-width: 1110px) {
  .hero:after {
    height: 183px;
    width: 525px;
  }
}
@media only screen and (min-width: 768px) {
  .hero:before {
    content: '';
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media3x2 {
    padding-top: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media4x3 {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media16x9 {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media21x9 {
    padding-top: 42.85%;
  }
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero .media-wrap:before {
  background-color: #001424;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero .media-wrap:before {
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0, #000f1b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0, #000f1b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0, #000f1b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 85%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.hero.blue-overlay .media-wrap:before {
  background-color: #00447c;
}
@media only screen and (min-width: 768px) {
  .hero.blue-overlay .media-wrap:before {
    height: 100%;
    opacity: 0.65;
  }
}
@media only screen and (min-width: 768px) {
  .hero.blue-overlay .content-wrap {
    bottom: initial;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero.blue-overlay .content-wrap .content {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero.has-overlap-title {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hero.has-overlap-title {
    padding-top: 5em;
    padding-bottom: 6.5em;
  }
}
@media only screen and (min-width: 1600px) {
  .hero.has-overlap-title {
    padding-top: 56.25%;
  }
}
@supports (object-fit: cover) {
  .hero .media-wrap img,
  .hero .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.hero .video-play-pause-button {
  background: #012F55;
  bottom: 20px;
  right: 35px;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 5;
}
.hero .video-play-pause-button.playing .icon.play {
  display: none;
}
.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
@media only screen and (min-width: 980px) {
  .hero .icon {
    height: 38px;
    width: 38px;
  }
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  height: 9px;
  fill: #fff;
  width: 8px;
}
.hero .content-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
    width: 100%;
  }
}
.hero .content-wrap .content {
  color: #fff;
  padding: 0 2em;
}
.hero .content-wrap .content h1,
.hero .content-wrap .content h2 {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content h1,
  .hero .content-wrap .content h2 {
    font-size: 3.25em;
  }
}
@media only screen and (min-width: 1110px) {
  .hero .content-wrap .content h1,
  .hero .content-wrap .content h2 {
    font-size: 5.2em;
  }
}
.hero .content-wrap .content h1 span:not(.fade),
.hero .content-wrap .content h2 span:not(.fade) {
  color: #ffcb00;
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.hero .content-wrap .content h1 .fade,
.hero .content-wrap .content h2 .fade {
  display: block;
}
.hero .content-wrap .content p {
  font-size: 1.2em;
  margin: 0.5em 0 0;
}
@media only screen and (min-width: 1110px) {
  .hero .content-wrap .content p {
    font-size: 1.6em;
  }
}
.hero .content-wrap .link-wrap {
  padding-top: 1.5em;
}
.hero .content-wrap .btn {
  background-color: transparent;
}
.hero .down-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero .down-arrow {
    animation: 1s ease-in-out infinite alternate levitate;
    background: #333;
    border: none;
    border-radius: 50px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    padding: 10px;
    position: absolute;
    width: 50px;
  }
}
.hero .down-arrow svg {
  fill: #ffffff;
  height: auto;
  margin: auto;
  width: 18px;
}
.hero .down-arrow span {
  display: none;
}
.hero.alignfull .content-wrap {
  margin: 0 auto;
  max-width: 1140px;
}
@media only screen and (min-width: 768px) {
  .hero.alignfull .content-wrap .content {
    padding-bottom: 1em;
  }
}
.hero + .split-feature {
  margin-top: 0.5em;
}
.hero-secondary {
  background-color: #f8f8f8;
  padding-bottom: 3em;
  position: relative;
  text-align: center;
  z-index: 5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (min-width: 1110px) {
  .hero-secondary {
    padding-bottom: 5em;
  }
}
.hero-secondary .overlap-title {
  color: #ffcb00;
  font-size: 1.2em;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -2em;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .hero-secondary .overlap-title {
    font-size: 1.6em;
  }
}
.hero-secondary .overlap-title a {
  color: #ffcb00;
  text-decoration: none;
}
.hero-secondary .overlap-title a:hover {
  text-decoration: underline;
}
.hero-secondary #hero-triangle {
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #c9c9c9 transparent transparent transparent;
  height: 0;
  margin: 0 auto;
  width: 0;
}
.hero-secondary .hero-secondary-all-programs-link {
  color: #637D06;
  font-size: 1.1em;
  font-weight: 700;
}
@media only screen and (min-width: 980px) {
  .hero-secondary .hero-secondary-all-programs-link {
    font-size: 1.4em;
  }
}
/* levitate animation */
@keyframes levitate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
