  .wf,
.hero .content-wrap .content h1 span.sm,
.hero .content-wrap .content h2 span.sm {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.wf-b,
.hero .content-wrap .content h1,
.hero .content-wrap .content h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}
.wf-l {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.wf-script {
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@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/kwu/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/kwu/fonts/fa-solid-900.eot') format('embedded-opentype'), url('/wp-content/themes/kwu/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/kwu/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/kwu/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/kwu/fonts/fa-solid-900.svg') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/kwu/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/kwu/fonts/fa-brands-400.eot') format('embedded-opentype'), url('/wp-content/themes/kwu/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/kwu/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/kwu/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/kwu/fonts/fa-brands-400.svg') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/kwu/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/kwu/fonts/fa-regular-400.eot') format('embedded-opentype'), url('/wp-content/themes/kwu/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/kwu/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/kwu/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/kwu/fonts/fa-regular-400.svg') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/wp-content/themes/kwu/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/kwu/fonts/fa-light-300.eot') format('embedded-opentype'), url('/wp-content/themes/kwu/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/kwu/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/kwu/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/kwu/fonts/fa-light-300.svg') 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;
}
.hero {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 50%;
  }
}
.hero:last-child {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .hero:before {
    content: '';
    display: block;
    width: 100%;
  }
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  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, #000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0, #000 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;
  }
}
@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: white;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  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: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  height: 11px;
  width: 10px;
}
.hero .icon svg path {
  fill: #5A2A82;
}
.hero .content-wrap {
  position: relative;
  /* top */
  /* center */
  /* bottom */
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap {
    position: absolute;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-left {
    left: 50px;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-middle {
    justify-content: center;
    left: 0px;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-right {
    right: 50px;
    top: 50px;
  }
}
.hero .content-wrap.top-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.center-left {
    align-items: center;
    height: 100%;
    left: 50px;
    top: 0px;
  }
}
.hero .content-wrap.center-middle {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.center-right {
    align-items: center;
    height: 100%;
    right: 50px;
    top: 0px;
  }
}
.hero .content-wrap.center-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-left {
    bottom: 50px;
    left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-middle {
    bottom: 50px;
    justify-content: center;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-right {
    bottom: 50px;
    right: 50px;
  }
}
.hero .content-wrap.bottom-right .content {
  margin-left: auto;
}
.hero .content-wrap .content {
  padding: 0px 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content {
    width: 65%;
  }
}
.hero .content-wrap .content h1,
.hero .content-wrap .content h2 {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.5em;
  justify-content: center;
  line-height: 1.1em;
  margin-bottom: 0;
  min-height: 125px;
  text-shadow: 1px 1px 1px #5A2A82;
}
@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: 4.5em;
  }
}
.hero .content-wrap .content h1 span,
.hero .content-wrap .content h2 span {
  display: block;
}
.hero .content-wrap .content h1 span.sm,
.hero .content-wrap .content h2 span.sm {
  font-size: 0.9em;
}
.hero .content-wrap .content h1 span.lg,
.hero .content-wrap .content h2 span.lg {
  font-size: 2.25em;
  line-height: 0.8em;
}
.hero .content-wrap .content .description-wrap {
  background-color: #5A2A82;
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .hero .content-wrap .content .description-wrap {
    width: 80%;
  }
}
.hero .content-wrap .content .description-wrap .highlight {
  color: #FEC524;
}
.hero .content-wrap .content p {
  font-size: 1.2em;
  margin: 0.5em 0 0;
}
.hero .content-wrap .content p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1110px) {
  .hero .content-wrap .content p {
    font-size: 1.4em;
  }
}
.hero .content-wrap .link-wrap {
  padding-top: 1em;
}
.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;
}
/* levitate animation */
@keyframes levitate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
