/*!
Theme Name:     Kleo Child - Sentient Jet
Theme URI:
Description:    Child theme for Kleo
Author:         Two Row Studio
Author URI:     http://tworowstudio.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/
@font-face {
  font-family: 'sentientjet-icomoon';
  src: url("../fonts/sentientjet-icomoon.eot");
  src: url("../fonts/sentientjet-icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/sentientjet-icomoon.woff") format("woff"), url("../fonts/sentientjet-icomoon.ttf") format("truetype"), url("../fonts/sentientjet-icomoon.svg#svgSentientIcomoon") format("svg")
}

@font-face {
  font-family: MavenPro;
  src: url("../fonts/mavenpro-regular.woff2") format("woff2"), url("../fonts/mavenpro-regular.woff") format("woff");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: MavenPro;
  src: url("../fonts/mavenpro-medium.woff2") format("woff2"), url("../fonts/mavenpro-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: MavenPro;
  src: url("../fonts/mavenpro-bold.woff2") format("woff2"), url("../fonts/mavenpro-bold.woff") format("woff");
  font-style: normal;
  font-weight: bold
}

@font-face {
  font-family: MavenPro;
  src: url("../fonts/mavenpro-black.woff2") format("woff2"), url("../fonts/mavenpro-black.woff") format("woff");
  font-style: normal;
  font-weight: 800
}

body {
  font-family: MavenPro, Helvetica, Arial, sans-serif
}

[class*=" icon-"], [class^=icon-] {
  font-family: sentientjet-icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  color: darkgray !important;
  text-decoration: underline;
  text-decoration-color: darkgray;
  font-weight: 600
}

a.btn-custom {
  color: #fff !important
}

.upcase, .upcase button {
  text-transform: uppercase !important
}

.bold, .bold button {
  font-weight: 700 !important
}

.centered {
  text-align: center !important
}

div#left_sidebar a, div#right_sidebar a {
  text-transform: uppercase;
  color: darkgray !important;
  vertical-align: middle;
  font-weight: 700;
  line-height: 3;
  position: absolute;
  text-decoration: none;
  font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
  font-family: MavenPro, Helvetica, Arial, sans-serif;
  color: darkgray !important
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}

h1, h2, h3 {
  text-transform: uppercase
}

h1 {
  font-size: 40px;
  line-height: 60px
}

h2 {
  font-size: 20px;
  line-height: 25px
}

h3 {
  font-size: 15px;
  line-height: 20px
}

h4 {
  font-size: 20px;
  line-height: 25px
}

h5 {
  font-size: 17px;
  line-height: 27px
}

h6 {
  font-size: 16px;
  line-height: 24px
}

h1.main-header {
  font-size: 40px;
  line-height: 1.5
}

p {
  font-family: MavenPro, Helvetica, Arial, sans-serif;
  color: #828182 !important;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400
}

.panel-kleo .panel-title {
  font-family: MavenPro, Helvetica, Arial, sans-serif
}

.weight_500 {
  font-weight: 500 !important
}

.weight_600 {
  font-weight: 600 !important
}

p.big_paragraph, .big_paragraph p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4
}

p.very_big_paragraph, .very_big_paragraph p {
  color: darkgray !important;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4
}

p.main_tagline, .main_tagline p {
  color: darkgray !important;
  font-size: 55px;
  line-height: 1.45em;
  font-weight: 500
}

.copyright {
  font-family: MavenPro, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-left: 6em
}

.white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p, .white_text p.very_big_paragraph, .white_text p.big_paargraph, .white_text a.white_text {
  color: #fff !important
}

@media (max-width: 700px) {
  p.big_paragraph, .big_paragraph p {
    font-size: 20px
  }

  p.very_big_paragraph, .very_big_paragraph p {
    font-size: 20px;
    text-align: left !important
  }

  p.main_tagline, .main_tagline p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-align: left !important
  }

  .home p.main_tagline, .home .main_tagline p {
    text-align: center !important
  }

  .main_tagline {
    margin-left: -15px;
    margin-right: -15px
  }
}

.animate {
  animation-duration: 2s;
  animation-timing-function: ease-in-out !important;
  animation-delay: 250ms
}

.infinite {
  animation-iteration-count: infinite;
  animation-direction: alternate
}

.animate.fade_in {
  animation-name: fade-in
}

.animate.slide.up {
  animation-name: slide-up
}

.animate.slide.left, .animate .slide.left {
  animation-name: slidein-ltr
}

.animate.slide.right, .animate .slide.right {
  animation-name: slidein-rtl
}

.animate.bounce {
  animation-name: bounce;
  animation-duration: 750ms;
  animation-delay: 0ms;
  animation-timing-function: linear
}

@keyframes slidein-ltr {
  from {
    left: -100vw
  }

  to {
    left: 3em
  }
}

@keyframes slidein-rtl {
  from {
    right: -100vw
  }

  to {
    right: 3em
  }
}

@keyframes slidein-up {
  from {
    bottom: -100%
  }

  to {
    bottom: 0
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 100
  }
}

@keyframes bounce {
  from {
    padding-bottom: 7.5px
  }

  to {
    padding-bottom: 0px
  }
}

.hidden {
  display: none !important
}

.float-right {
  float: right !important
}

.float-left {
  float: left !important
}

.float-none {
  float: none !important
}

.wide_button button {
  width: 400px;
  max-width: 90%
}

div#left_sidebar a {
  right: 33vh;
  top: 0
}

div#left_sidebar {
  transform: rotate(-90deg);
  position: fixed;
  left: calc(1.5em - 50vh);
  top: 50%;
  width: 100vh;
  z-index: 30;
  background: #ffffff;
  padding-top: 1.5em;
  height: 3em
}

div#right_sidebar a {
  left: 33vh;
  top: 0
}

div#right_sidebar {
  transform: rotate(90deg);
  position: fixed;
  right: calc(1.5em - 50vh);
  width: 100vh;
  top: 50%;
  z-index: 30;
  background: #ffffff;
  padding-top: 1.5em;
  height: 3em
}

.icon-logo:after {
  content: "\e902"
}

#main {
  margin-top: -10px !important
}

.no_top_margin {
  margin-top: 0px !important
}

.kleo-main-header li a {
  text-transform: uppercase
}

.navbar-header {
  background-color: #fff !important;
  transition-duration: 2s
}

.navbar-toggle .icon-bar {
  background-color: darkgray
}

.navbar-toggle {
  margin-left: 60px;
  z-index: 99999
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent !important
}

.is-sticky .navbar-header, .force_scrolled .navbar-header {
  height: 90px !important;
  transition-duration: 2s
}

.primary-menu {
  padding-left: 1em !important
}

.secondary-menu {
  padding-right: 1em !important
}

.page-template-template-old-landing .sticky-wrapper {
  top: 0;
  position: absolute
}

#header .logo a {
  text-align: center
}

#header .telephone a {
  font-weight: 500 !important
}

.bg-full-video .mejs-container video {
  position: relative;
  object-fit: cover
}

.force_scrolled+div#main .clearfix:first-child {
  margin-top: unset
}

#header a {
  color: darkgray;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none
}

#header .logo {
  width: 100%
}

#header .icon-logo {
  font-size: 45px;
  color: darkgray;
  transition-duration: 2s;
  top: -1em;
  left: 50%;
  width: 0px;
  height: 0px;
  opacity: 0
}

#header .is-sticky .icon-logo, #header.force_scrolled .icon-logo {
  left: unset !important;
  top: 10px !important;
  transition: 2s;
  display: inline-block;
  position: fixed;
  transition-duration: 2s;
  opacity: 100;
  top: 12px
}

#header .icon-logo:after, #header .icon-logo:after {
  margin-left: 0px
}

#header .is-sticky .icon-logo:after, #header.force_scrolled .icon-logo:after {
  margin-left: -13rem
}

.social-header {
  position: fixed !important;
  border-bottom: 0px !important;
  height: 1.5em !important;
  top: 0 !important;
  left: -3em;
  padding-left: 3em;
  background-color: #fff !important;
  padding-top: 5px
}

.top-menu {
  width: 100% !important
}

.top-menu .menu-item a {
  top: 15px;
  position: relative;
  transition-duration: 2s;
  text-align: left;
  left: 1em
}

.scrolled .top-menu .menu-item a, .force_scrolled .top-menu .menu-item a {
  width: 100vw;
  top: 5px;
  transition-duration: 2s;
  transition-property: top
}

.top-menu .dropdown-toggle {
  display: none
}

.kleo-main-header {
  border-bottom: none !important
}

.header-split.kleo-main-header .primary-menu, .header-split.kleo-main-header .secondary-menu {
  transition-duration: 2s;
  display: block !important;
  position: absolute;
  flex: unset
}

.header-split.kleo-main-header .primary-menu {
  left: calc(50% - 22.5em)
}

.header-split.kleo-main-header .secondary-menu {
  left: calc(50% + .5em)
}

.is-sticky .kleo-main-header, .force_scrolled .kleo-main-header {
  position: fixed !important;
  top: 1.1em !important
}

.is-sticky .header-split.kleo-main-header .primary-menu, .force_scrolled .header-split.kleo-main-header .primary-menu {
  transition-duration: 2s;
  display: block !important;
  left: 3em
}

.is-sticky .header-split.kleo-main-header .secondary-menu, .force_scrolled .header-split.kleo-main-header .secondary-menu {
  transition-duration: 2s;
  display: block !important;
  left: calc(100% - 20em)
}

.kleo-main-header .nav>li.active>a, .kleo-main-header .nav>li>a:hover {
  box-shadow: unset !important;
  border-bottom: 1px solid darkgray;
  line-height: 32px !important
}

.top-menu li {
  float: left !important
}

.mobile-menu.collapse.navbar-collapse.nav-collapse {
  height: 0px !important;
  transition: 1s;
  display: none !important
}

@media (max-width: 1280px) {
  .logo_title .icon-logo:after {
    font-size: 120px
  }
}

@media (max-width: 1024px) {
  .social-header {
    background-color: transparent !important
  }

  #header .telephone a {
    position: absolute;
    right: 1em;
    left: unset;
    top: 1.5em;
    font-size: 14px;
    text-align: right;
    width: 10em
  }

  #header .icon-logo {
    font-size: 36px
  }

  .navbar-header .logo {
    float: none !important
  }

  .top-menu ul li, .scrolled .top-menu ul li, .top-menu ul ul li, .scrolled .top-menu ul ul li {
    float: none !important;
    right: 2.5em !important;
    position: fixed
  }

  .top-menu .dropdown-menu {
    display: block;
    border: none
  }

  .top-menu {
    float: right !important;
    width: 100vw !important;
    min-height: 1em
  }

  .menu-top-bar {
    width: 100% !important
  }

  .top-menu .dropdown-toggle, .top-menu .dropdown-toggle:before {
    display: none !important
  }

  .top-menu .tabdrop:before {
    content: none !important
  }

  #left_sidebar, #right_sidebar, #menu-header-desktop-left-navigation, #menu-header-desktop-right-navigation {
    display: none !important
  }

  .logo_title .icon-logo:after {
    font-size: 90px !important
  }

  .mobile-menu.in {
    display: block !important;
    height: 100vh;
    top: 75px;
    transition: 1s;
    transition-property: height;
    background: rgba(0, 62, 82, 0.7);
    width: 100vw !important;
    left: 0px !important;
    position: absolute;
    min-height: calc(100vh - 75px);
    color: #ffffff;
    padding-left: 0
  }

  .mobile-menu>ul {
    overflow-y: scroll;
    width: 50%;
    background: darkgray;
    text-align: center;
    list-style: none;
    min-height: calc(100vh - 75px);
    padding-top: 40px
  }

  .mobile-menu h1, .mobile-menu h2, .mobile-menu h3, .mobile-menu a {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.5
  }

  .mobile-menu .sep_after:after {
    display: block;
    height: 0px;
    content: "  ";
    border-bottom: 1px solid #ffffff;
    width: 4em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px
  }

  .mobile-menu li {
    margin-bottom: 30px;
    width: 100%;
    display: block !important
  }

  .mobile-menu li a {
    line-height: 1 !important;
    text-align: center;
    margin-bottom: 0
  }

  .mobile-menu .kleo-social-icons li {
    display: inline !important
  }

  .mobile-menu .diminished a {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important
  }

  .mobile-menu li.diminished {
    margin-bottom: 15px
  }

  #mobile-social ul.kleo-social-icons {
    padding-left: 0px
  }

  #mobile-social ul.kleo-social-icons li {
    display: inline-block;
    width: unset;
    margin-left: 5px;
    margin-right: 5px
  }

  #mobile-social .ts-text {
    display: none !important
  }

  .kleo-mobile-switch {
    float: left !important;
    margin-top: 7.5px
  }

  .is-sticky .kleo-main-header, .force_scrolled .kleo-main-header, .is-sticky .navbar-header, .force_scrolled .navbar-header {
    top: 0px !important;
    height: 75px !important
  }

  #header .icon-logo {
    position: fixed
  }

  #header .icon-logo:after {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-left: -19rem !important
  }

  .kleo-main-header .navbar-toggle {
    display: inline-block !important;
    margin-right: 0 !important
  }

  .header-split.kleo-main-header .navbar-header {
    display: inline-block
  }

  .navbar-full-width .kleo-main-header .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw
  }
}

@media (max-width: 768px) {
  #header .is-sticky .icon-logo, #header.force_scrolled .icon-logo {
    top: 10px !important
  }

  #header .icon-logo:after {
    font-size: 36px !important;
    line-height: 36px !important;
    margin-left: -16.5rem !important
  }
}

@media (max-width: 700px) {
  #header .telephone a {
    display: none
  }

  .top-menu {
    display: none !important
  }

  #header .is-sticky .icon-logo, #header.force_scrolled .icon-logo {
    top: 20px !important
  }

  .kleo-main-header .navbar-toggle {
    left: 10px
  }
}

@media (max-width: 500px) {
  .kleo-main-header .navbar-toggle {
    left: 0;
    margin-left: 15px
  }

  #header .icon-logo:after {
    margin-left: -15rem !important
  }
}

@media (max-width: 480px) {
  #header .icon-logo:after {
    margin-left: -12rem !important
  }
}

@media (max-width: 414px) {
  #header .kleo-main-header>.container {
    padding: 0px !important
  }

  #header .icon-logo:after {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-left: -10rem !important
  }

  #header .icon-logo {
    left: unset !important;
    right: 115px !important
  }

  .logo_title {
    left: unset !important
  }
}

#aircraft_filter {
  position: relative;
  max-height: 8.25em;
  overflow: visible
}

.filter_label {
  margin-top: 1.5em;
  font-size: 12px
}

.filter_select {
  background-color: #f1f1f1;
  line-height: 2em;
  overflow: hidden
}

.filter_select .filter_select_option {
  height: 0px;
  transition-duration: 125ms;
  text-transform: uppercase;
  padding: 0px 1.5em;
  font-weight: 900
}

.filter_select.active .filter_select_option {
  height: 2em !important;
  transition-duration: 1s
}

.filter_select_current {
  padding-left: 1.5em;
  color: darkgray;
  font-weight: 900;
  text-transform: uppercase
}

.filter_select_current:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f0d7";
  color: #acc37e;
  float: right;
  padding: 0 .5em;
  font-weight: 900;
  font-size: 1.5em
}

.active .filter_select_current:after {
  content: "\f0d8"
}

#post-type-aircraft td {
  font-size: 15px;
  line-height: 1.33
}

#post-type-aircraft thead th {
  padding-bottom: 20px
}

.clearfix {
  clear: both !important;
  margin: 10px
}

div#main .clearfix:first-child {
  margin-top: 100px
}

.home div#main article.clearfix:first-child {
  margin-top: 0px
}

.force_width_300 {
  min-width: 300px !important
}

#hero_banner, .page-intro, .page-intro .mejs-inner {
  height: calc(100vh - 105px) !important
}

.page-intro video {
  width: auto !important;
  transform: translate(calc(50vw - 50%), 0%);
  -webkit-transform: translate(calc(50vw - 50%), 0%)
}

#hero_banner h1 {
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 60px;
  line-height: .9em;
  font-family: MavenPro, Helvetica, Arial, sans-serif;
  font-weight: 700
}

#hero_banner.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
  align-items: stretch
}

.hero_title {
  transform: translate(0%, calc(50vh - 88px))
}

.page-intro .more_arrow {
  position: absolute;
  width: 100%;
  bottom: calc(97px - 80vh)
}

@media (max-width: 1024px) {
  .hero_title h1 {
    font-size: 40px !important
  }

  section.bg-full-video .mejs-mediaelement {
    display: block !important
  }
}

@media (max-width: 1024px) and (max-height: 500px) {
  .logo_title .icon-logo:after {
    font-size: 48px !important
  }
}

@media (max-width: 1024px) {
  .hero_title {
    -webkit-transform: translate(0%, calc(45vh - 56.25px));
    -ms-transform: translate(0%, calc(45vh - 56.25px));
    transform: translate(0%, calc(45vh - 56.25px))
  }

  .fly_away {
    top: unset !important;
    left: unset !important;
    margin: -88px auto 0 auto !important;
    -webkit-transform: translate(calc(50vw - 2.5em), calc(45vh - 56.25px));
    -ms-transform: translate(calc(50vw - 2.5em), calc(45vh - 56.25px));
    transform: translate(calc(50vw - 2.5em), calc(45vh - 56.25px))
  }
}

@media (max-width: 1024px) and (max-height: 500px) {
  .fly_away {
    -webkit-transform: translate(calc(50vw - 1.5em), calc(45vh - 56.25px));
    -ms-transform: translate(calc(50vw - 1.5em), calc(45vh - 56.25px));
    transform: translate(calc(50vw - 1.5em), calc(45vh - 56.25px))
  }
}

@media (max-width: 991px) {
  .fly_away {
    left: .5em !important;
    top: calc(50vh - .5em);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@media (max-width: 768px) {
  #hero_banner, .page-intro, .page-intro .mejs-inner {
    height: 55vw
  }

  #hero_banner {
    margin-top: 88px;
    max-height: calc(100vh - 193px)
  }

  #hero_banner h1 {
    font-size: 30px !important
  }

  .page-intro .more_arrow {
    display: none
  }
}

@media (max-width: 700px) {
  #hero_banner, .page-intro, .page-intro .mejs-inner, .page-intro .meja-layes {
    height: calc(50vh - 88px) !important;
    min-height: 190px
  }

  #hero_banner {
    margin-bottom: 50px
  }

  .page-intro {
    top: 88px;
    margin-bottom: 88px
  }

  #hero_banner h1 {
    color: darkgray !important;
    text-align: left !important;
    line-height: 2;
    font-size: 30px !important
  }

  .hero_title {
    transform: none;
    margin-top: calc(50vh - 176px)
  }

  .hero_title.still_background {
    position: absolute;
    z-index: 999;
    margin-top: calc(50vh - 216px)
  }

  .fly_away {
    display: none
  }
}

.top_pad_23vh {
  padding-top: 23vh !important
}

.half_banner {
  min-height: 26vw;
  height: calc(100vh - 100px) !important;
  overflow: hidden;
  max-height: 680px !important
}

@media (max-width: 700px) {
  .half_banner h1 {
    margin-top: 480px !important;
    padding-left: 15px
  }
}

.half_banner #hero_banner {
  max-height: 600px
}

.half_banner .video-wrap {
  top: 88px;
  height: calc(100% - 9em) !important
}

div.icon-logo {
  text-align: center;
  position: relative;
  right: .35em
}

.fly_away {
  position: absolute;
  top: calc(50vh - 1em);
  left: calc(50% - 3em);
  transition-duration: 2s
}

.scrolled .fly_away {
  top: -20px;
  transition-duration: 2s;
  opacity: 0
}

cite {
  font-size: 15px;
  margin-top: 40px
}

.more_arrow a:before {
  font-weight: 400 !important;
  content: '\e904';
  color: #ffffff !important;
  font-size: 56px !important;
  font-family: sentientjet-icomoon !important
}

.more_arrow a {
  text-align: center;
  content: " ";
  color: transparent !important;
  left: calc(50% - .5em);
  position: absolute;
  top: -36px;
  text-decoration: none
}

@media (max-width: 1440px) {
  .more_arrow a {
    top: -75px
  }
}

@media (max-height: 500px) {
  .more_arrow a {
    display: none
  }
}

.testimonial-image, .testimonial-name {
  display: none !important
}

.kleo-carousel-testimonials .testimonial-content, .kleo-carousel-testimonials .testimonial-content p {
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 400;
  font-style: normal !important;
  color: #fff !important
}

@media (max-width: 700px) {
  .kleo-carousel-testimonials .testimonial-content, .kleo-carousel-testimonials .testimonial-content p {
    font-size: 20px !important;
    line-height: 25px !important
  }
}

@media (max-width: 330px) {
  .kleo-carousel-testimonials .testimonial-content, .kleo-carousel-testimonials .testimonial-content p {
    font-size: 18px !important;
    line-height: 22.5px !important
  }
}

.kleo-carousel-testimonials .testimonial-content {
  padding: 18px 7.5%
}

.testimonial-subtitle {
  font-family: MavenPro, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  color: #fff !important;
  line-height: 15px !important;
  font-weight: 400;
  margin-top: 40px !important
}

@media (max-width: 700px) {
  .testimonial-subtitle {
    font-size: 12px !important;
    line-height: 12px !important
  }
}

@media (max-width: 330px) {
  .testimonial-subtitle {
    font-size: 10px !important;
    line-height: 10px !important
  }
}

.kleo-carousel-pager.carousel-pager {
  margin-top: 40px
}

.kleo-carousel-pager.carousel-pager a {
  background: #828182;
  margin-left: 7.5px;
  margin-right: 7.5px
}

.kleo-carousel-pager.carousel-pager a.selected {
  background: #fff !important
}

@media (max-width: 1199px) {
  .caroufredsel_wrapper {
    height: 28em !important
  }
}

@media (max-width: 700px) {
  .caroufredsel_wrapper {
    height: calc(568px - 52.6vw) !important
  }
}

@media (max-width: 480px) {
  .caroufredsel_wrapper {
    height: calc(376.95px - 4.52vw) !important
  }
}

.module__video-holder video, .module__video-holder img {
  height: calc((.8 * 63vw) - 3em);
  width: auto;
  max-width: unset;
  object-fit: cover
}

@media (max-width: 1024px) {
  .module__video-holder video, .module__video-holder img {
    min-height: 64vw !important
  }
}

@media (max-width: 700px) {
  .module__video-holder video, .module__video-holder img {
    height: auto !important;
    width: 100% !important
  }
}

@media (max-width: 1024px) {
  .module__video-holder {
    width: 103vw !important
  }

  .module__video-holder.left video, .module__video-holder.left img {
    float: left
  }

  .module__video-holder.right video, .module__video-holder.right img {
    float: right
  }
}

.three_quarter_height .module__video-holder video, .three_quarter_height .module__video-holder img {
  height: calc((.8 * 50vw) - 3em)
}

@media (max-width: 1024px) {
  .three_quarter_height .module__video-holder video, .three_quarter_height .module__video-holder img {
    height: 40vw !important;
    min-height: unset !important
  }
}

@media (max-width: 700px) {
  .three_quarter_height .module__video-holder video, .three_quarter_height .module__video-holder img {
    height: inherit !important
  }
}

.three_quarter_height .module__video-holder.push_right {
  padding-left: 7.5vw
}

@media (max-width: 700px) {
  .three_quarter_height .module__video-holder.push_right {
    padding-left: 0px
  }
}

.three_quarter_height.gap .module__video-holder video, .three_quarter_height.gap .module__video-holder img {
  height: calc((.8 * 46vw) - 3em)
}

@media (max-width: 1024px) {
  .three_quarter_height.gap .module__video-holder video, .three_quarter_height.gap .module__video-holder img {
    height: calc((.8 * 46vw) - 3em) !important
  }
}

.plus_height .module__video-holder video, .plus_height .module__video-holder img {
  height: calc((1.2 * 50vw) - 3em)
}

@media (max-width: 1024px) {
  .plus_height .module__video-holder video, .plus_height .module__video-holder img {
    min-height: 60vw
  }
}

@media (max-width: 700px) {
  .plus_height .module__video-holder video, .plus_height .module__video-holder img {
    height: inherit !important
  }
}

.module__video-holder {
  clear: both
}

.module__details h1, .module__details h2, .module__details h3, .module__details p {
  text-shadow: 0px 0px 1px #fff
}

.module__details--title h1, .module__details--title h2, .module__details--title h3, .module__details--title p {
  font-size: 80px !important;
  line-height: .9 !important
}

.module__details--subtext h1, .module__details--subtext h2, .module__details--subtext h3, .module__details--subtext p {
  font-size: 15px !important;
  line-height: 1.4 !important
}

@media (min-width: 1371px) {
  .module__details--title h1, .module__details--title h2, .module__details--title h3, .module__details--title p {
    font-size: 120px !important;
    line-height: .9 !important
  }

  .module__details--subtext h1, .module__details--subtext h2, .module__details--subtext h3, .module__details--subtext p {
    font-size: 18px !important;
    line-height: 1.4 !important
  }
}

@media (max-width: 700px) {
  .module__details--title h1, .module__details--title h2, .module__details--title h3, .module__details--title p {
    font-size: 30px !important;
    line-height: 1.1 !important
  }
}

.three_quarter_height .module__details--title h1, .three_quarter_height .module__details--title h2, .three_quarter_height .module__details--title h3, .three_quarter_height .module__details--title p {
  font-size: 50px !important;
  line-height: .9 !important
}

@media (min-width: 1371px) {
  .three_quarter_height .module__details--title h1, .three_quarter_height .module__details--title h2, .three_quarter_height .module__details--title h3, .three_quarter_height .module__details--title p {
    font-size: 80px !important;
    line-height: .9 !important
  }
}

@media (max-width: 700px) {
  .three_quarter_height .module__details--title h1, .three_quarter_height .module__details--title h2, .three_quarter_height .module__details--title h3, .three_quarter_height .module__details--title p {
    font-size: 30px !important;
    line-height: 1.1 !important
  }
}

.modules {
  background-color: transparent !important
}

.modules .vc_row>.section-container {
  max-width: unset !important
}

.modules .module__details {
  width: 750px !important;
  position: absolute;
  margin-top: 0px;
  -webkit-transform: translate(0px, calc((.4 * 63vw) - 210px));
  -ms-transform: translate(0px, calc((.4 * 63vw) - 210px));
  transform: translate(0px, calc((.4 * 63vw) - 210px))
}

.modules .module__details.push_right {
  padding-left: 5vw
}

.modules .module__details.push_up {
  -webkit-transform: translate(0px, calc((.4 * 63vw) - 310px));
  -ms-transform: translate(0px, calc((.4 * 63vw) - 310px));
  transform: translate(0px, calc((.4 * 63vw) - 310px))
}

@media (min-width: 2750px) {
  .modules .module__details.push_right {
    padding-left: 2.5vw
  }
}

@media (max-width: 1370px) {
  .modules .module__details {
    max-width: 525px;
    -webkit-transform: translate(0px, calc((.4 * 63vw) - 150px));
    -ms-transform: translate(0px, calc((.4 * 63vw) - 150px));
    transform: translate(0px, calc((.4 * 63vw) - 150px))
  }

  .modules .module__details.push_right {
    padding-left: 7.5vw
  }

  .modules .module__details.push_up {
    -webkit-transform: translate(0px, calc((.4 * 63vw) - 250px));
    -ms-transform: translate(0px, calc((.4 * 63vw) - 250px));
    transform: translate(0px, calc((.4 * 63vw) - 250px))
  }
}

@media (max-width: 1024px) {
  .modules .module__details {
    -webkit-transform: translate(0px, calc((.8 * 64vw) + 70px)) !important;
    -ms-transform: translate(0px, calc((.8 * 64vw) + 70px)) !important;
    transform: translate(0px, calc((.8 * 64vw) + 70px)) !important
  }

  .modules .module__details.push_up {
    width: 800px !important;
    -webkit-transform: translate(-50px, calc((.8 * 64vw) + 70px)) !important;
    -ms-transform: translate(-50px, calc((.8 * 64vw) + 70px)) !important;
    transform: translate(-50px, calc((.8 * 64vw) + 70px)) !important
  }
}

@media (max-width: 768px) {
  .modules .module__details {
    -webkit-transform: translate(0px, calc((.8 * 64vw) + 50px)) !important;
    -ms-transform: translate(0px, calc((.8 * 64vw) + 50px)) !important;
    transform: translate(0px, calc((.8 * 64vw) + 50px)) !important
  }

  .modules .module__details.push_up {
    width: 800px !important;
    -webkit-transform: translate(-50px, calc((.8 * 64vw) + 50px)) !important;
    -ms-transform: translate(-50px, calc((.8 * 64vw) + 50px)) !important;
    transform: translate(-50px, calc((.8 * 64vw) + 50px)) !important
  }
}

.modules .module__details.left {
  right: calc(63vw - 96px - (750px / 4))
}

.modules .module__details.left .module__details--subtext {
  padding-right: 25%
}

.modules .module__details.left .module__details--subtext.full_width {
  padding-right: 0% !important;
  width: 100%
}

@media (max-width: 1370px) {
  .modules .module__details.left {
    right: calc(63vw - (562.5px / 4))
  }
}

@media (max-width: 991px) {
  .modules .module__details.left {
    right: 30vw !important
  }
}

.modules .module__details.right {
  left: calc(63vw - (750px / 4))
}

.modules .module__details.right .module__details--subtext {
  padding-left: 25%
}

.modules .module__details.right .module__details.full_width {
  padding-left: 0% !important;
  width: 100%
}

@media (max-width: 1370px) {
  .modules .module__details.right {
    left: calc(63vw - (562.5px / 4))
  }
}

@media (max-width: 991px) {
  .modules .module__details.right {
    left: 30vw !important
  }
}

.modules .module__details--title {
  width: 100%
}

.modules .module__details--subtext {
  position: absolute;
  width: 86%
}

@media (max-width: 1024px) {
  .modules .module__details--subtext {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important
  }
}

@media (max-width: 700px) {
  .modules .module__details.left, .modules .module__details.right {
    left: 0px !important;
    right: unset !important;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100% !important;
    -webkit-transform: translate(0px, calc(80vw + .75em)) !important;
    -ms-transform: translate(0px, calc(80vw + .75em)) !important;
    transform: translate(0px, calc(80vw + .75em)) !important
  }

  .modules .module__details.left.less_pad, .modules .module__details.right.less_pad {
    padding-left: 22.5px
  }

  .modules .module__details--title, .modules .module__details--subtext {
    width: 100% !important
  }
}

.modules .module__video-holder {
  position: absolute
}

.modules .module__video-holder.left {
  left: 0px !important
}

.modules .module__video-holder.right {
  right: 0px !important
}

.modules>.section-container>.vc_row {
  height: calc((.8 * 63vw) - 96px);
  background-color: transparent !important
}

@media (max-width: 1250px) {
  .modules>.section-container>.vc_row {
    height: calc((.8 * 63vw - 18px))
  }
}

@media (max-width: 1024px) {
  .modules>.section-container>.vc_row {
    height: calc(64vw + 375px) !important
  }
}

.modules.three_quarter_height>.section-container>.vc_row {
  height: calc((.8 * 50vw) - 96px) !important
}

@media (max-width: 1250px) {
  .modules.three_quarter_height>.section-container>.vc_row {
    height: calc((.8 * 50vw) - 68px) !important
  }
}

@media (max-width: 1024px) {
  .modules.three_quarter_height>.section-container>.vc_row {
    height: calc(40vw - 30px) !important
  }
}

@media (max-width: 991px) {
  .modules.three_quarter_height>.section-container>.vc_row {
    height: calc(40vw + 250px) !important
  }
}

@media (max-width: 700px) {
  .modules.three_quarter_height>.section-container>.vc_row {
    height: calc(80vw + 250px) !important
  }
}

.modules.three_quarter_height .module__details {
  -webkit-transform: translate(0px, calc((.4 * 37.5vw) - 125px));
  -ms-transform: translate(0px, calc((.4 * 37.5vw) - 125px));
  transform: translate(0px, calc((.4 * 37.5vw) - 125px))
}

.modules.three_quarter_height .module__details--subtext {
  padding-left: 0px !important;
  padding-right: 25% !important
}

.modules.three_quarter_height .module__details--subtext.full_width {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important
}

.modules.three_quarter_height .module__details.left {
  right: calc(63vw - 7.5vw - 96px - (750px / 4))
}

.modules.three_quarter_height .module__details.right {
  left: calc(63vw + 7.5vw - (750px / 4))
}

@media (max-width: 1370px) {
  .modules.three_quarter_height .module__details {
    -webkit-transform: translate(0px, calc((.4 * 37.5vw) - 85px));
    -ms-transform: translate(0px, calc((.4 * 37.5vw) - 85px));
    transform: translate(0px, calc((.4 * 37.5vw) - 85px))
  }

  .modules.three_quarter_height .module__details.left {
    right: calc(63vw - 7.5vw - (750px / 4))
  }
}

@media (max-width: 1250px) {
  .modules.three_quarter_height .module__details {
    -webkit-transform: translate(0px, calc((.4 * 37.5vw) - 100px));
    -ms-transform: translate(0px, calc((.4 * 37.5vw) - 100px));
    transform: translate(0px, calc((.4 * 37.5vw) - 100px))
  }

  .modules.three_quarter_height .module__details.less_top_margin {
    -webkit-transform: translate(0px, calc((.4 * 37.5vw) - 130px));
    -ms-transform: translate(0px, calc((.4 * 37.5vw) - 130px));
    transform: translate(0px, calc((.4 * 37.5vw) - 130px))
  }
}

@media (max-width: 1024px) {
  .modules.three_quarter_height .module__details {
    -webkit-transform: translate(0px, calc((.4 * 37.5vw) - 50px)) !important;
    -ms-transform: translate(0px, calc((.4 * 37.5vw) - 50px)) !important;
    transform: translate(0px, calc((.4 * 37.5vw) - 50px)) !important
  }

  .modules.three_quarter_height .module__details.less_top_margin {
    -webkit-transform: translate(0px, calc((.4 * 37.5vw) - 65px)) !important;
    -ms-transform: translate(0px, calc((.4 * 37.5vw) - 65px)) !important;
    transform: translate(0px, calc((.4 * 37.5vw) - 65px)) !important
  }

  .modules.three_quarter_height .module__details.left {
    right: calc(63vw - 7.5vw - (750px / 8))
  }

  .modules.three_quarter_height .module__details.right {
    left: calc(63vw + 7.5vw - (750px / 8))
  }
}

@media (max-width: 991px) {
  .modules.three_quarter_height .module__details {
    -webkit-transform: translate(0px, calc((.8 * 46vw) - 75px)) !important;
    -ms-transform: translate(0px, calc((.8 * 46vw) - 75px)) !important;
    transform: translate(0px, calc((.8 * 46vw) - 75px)) !important
  }

  .modules.three_quarter_height .module__details.less_top_margin {
    -webkit-transform: translate(0px, calc((.8 * 46vw) + 10px)) !important;
    -ms-transform: translate(0px, calc((.8 * 46vw) + 10px)) !important;
    transform: translate(0px, calc((.8 * 46vw) + 10px)) !important
  }
}

@media (max-width: 768px) {
  .modules.three_quarter_height .module__details {
    max-width: 450px
  }

  .modules.three_quarter_height .module__details.less_top_margin {
    -webkit-transform: translate(0px, calc((.8 * 46vw) - 5px)) !important;
    -ms-transform: translate(0px, calc((.8 * 46vw) - 5px)) !important;
    transform: translate(0px, calc((.8 * 46vw) - 5px)) !important
  }
}

@media (max-width: 700px) {
  .modules.three_quarter_height .module__details.left, .modules.three_quarter_height .module__details.right {
    left: 0px !important;
    right: unset !important;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100% !important;
    -webkit-transform: translate(0px, calc(80vw - .5em)) !important;
    -ms-transform: translate(0px, calc(80vw - .5em)) !important;
    transform: translate(0px, calc(80vw - .5em)) !important
  }

  .modules.three_quarter_height .module__details--title, .modules.three_quarter_height .module__details--subtext {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important
  }

  .modules.three_quarter_height .module__details.less_top_margin.right {
    -webkit-transform: translate(0px, calc(80vw + 1em)) !important;
    -ms-transform: translate(0px, calc(80vw + 1em)) !important;
    transform: translate(0px, calc(80vw + 1em)) !important
  }
}

.modules.three_quarter_height+.three_quarter_height>.section-container>.vc_row {
  margin-top: 0px !important
}

.modules.plus_height>.section-container>.vc_row {
  height: calc((1.2 * 50vw) - 96px) !important
}

@media (max-width: 1250px) {
  .modules.plus_height {
    height: calc((1.2 * 50vw) - 76px) !important
  }
}

@media (max-width: 1024px) {
  .modules.plus_height {
    height: calc(64vw + 375px) !important
  }
}

@media (max-width: 700px) {
  .modules.plus_height {
    height: calc(120vw + 375px) !important
  }
}

.modules.plus_height .module__details {
  -webkit-transform: translate(0px, calc((.6 * 50vw) - 250px));
  -ms-transform: translate(0px, calc((.6 * 50vw) - 250px));
  transform: translate(0px, calc((.6 * 50vw) - 250px))
}

@media (max-width: 700px) {
  .modules.plus_height .module__details {
    transform: translate(0px, calc(80vw + 1em)) !important
  }
}

.modules.plus_height.gap .module__details.left {
  right: calc(50vw - (750px / 4) + 7.5vw)
}

.modules.plus_height.gap .module__details.right {
  left: calc(50vw - (750px / 4) + 7.5vw)
}

@media (max-width: 700px) {
  .modules.plus_height.gap .vc_column-inner {
    margin-left: 0px !important;
    padding-left: 22.5px !important
  }
}

@media (max-width: 991px) {
  .modules.plus_height+.three_quarter_height>.section-container>.vc_row {
    height: calc(40vw + 35px) !important
  }
}

@media (max-width: 700px) {
  .modules.plus_height+.three_quarter_height>.section-container>.vc_row {
    height: calc(80vw + 250px) !important
  }
}

.modules.plus_height+.three_quarter_height .module__details.left {
  right: calc(63vw + 3.75vw - 96px - (750px / 4))
}

@media (min-width: 1371px) and (max-width: 1999px) {
  .modules.plus_height+.three_quarter_height .module__details--title h1, .modules.plus_height+.three_quarter_height .module__details--title h2, .modules.plus_height+.three_quarter_height .module__details--title h3, .modules.plus_height+.three_quarter_height .module__details--title p {
    font-size: 70px !important
  }
}

.modules.gap .module__details {
  width: 500px !important
}

@media (max-width: 991px) {
  .modules.gap .module__details.left {
    right: 25vw !important
  }
}

@media (max-width: 991px) and (max-width: 700px) {
  .modules.gap .module__details.left {
    right: unset !important
  }
}

@media (max-width: 991px) {
  .modules.gap .module__details.right {
    left: 25vw !important
  }
}

@media (max-width: 991px) and (max-width: 700px) {
  .modules.gap .module__details.right {
    left: unset !important
  }
}

@media (max-width: 700px) {
  .modules.gap .module__details {
    width: 700px !important
  }
}

.modules.gap.no_up.three_quarter_height .module__details {
  width: 30vw !important
}

.modules.gap.no_up.three_quarter_height .module__details.left {
  right: 55vw
}

.modules.gap.no_up.three_quarter_height .module__details.right {
  left: 55vw
}

@media (max-width: 700px) {
  .modules.gap.no_up.three_quarter_height .module__details {
    width: 100% !important;
    -webkit-transform: translate(0px, calc(80vw - 1em)) !important;
    -ms-transform: translate(0px, calc(80vw - 1em)) !important;
    transform: translate(0px, calc(80vw - 1em)) !important
  }
}

@media (min-width: 1371px) and (max-width: 1999px) {
  .modules.gap.no_up.three_quarter_height .module__details--title h1, .modules.gap.no_up.three_quarter_height .module__details--title h2, .modules.gap.no_up.three_quarter_height .module__details--title h3, .modules.gap.no_up.three_quarter_height .module__details--title p {
    font-size: 50px !important
  }
}

@media (max-width: 700px) {
  .modules.gap.no_up.three_quarter_height .vc_column-inner {
    padding-left: 22.5px !important
  }
}

.modules.gap .module__video-holder.left {
  left: 7.5vw !important
}

@media (max-width: 700px) {
  .modules.gap .module__video-holder.left {
    left: unset !important
  }
}

.modules.gap .module__video-holder.right {
  right: 7.5vw !important
}

@media (max-width: 700px) {
  .modules.gap .module__video-holder.right {
    right: unset !important
  }
}

@media (max-width: 700px) {
  .modules.gap .module__video-holder video, .modules.gap .module__video-holder img {
    height: auto !important;
    width: 100% !important
  }
}

.modules.up_35>.section-container>.vc_row {
  margin-top: -50px
}

@media (max-width: 700px) {
  .modules.up_35 {
    margin-top: 100px
  }
}

.modules.up_70>.section-container>.vc_row {
  margin-top: -100px
}

.modules.up_70.plus_height+section {
  margin-top: -50px !important
}

@media (max-width: 700px) {
  .modules.up_70.plus_height+section .vc_column-inner {
    margin-left: 0px !important;
    padding-left: 22.5px !important
  }
}

@media (max-width: 700px) {
  .modules.up_70 {
    margin-top: 100px !important
  }
}

#benefits_slider {
  margin-top: 125px;
  margin-bottom: 125px;
  background-color: transparent !important;
  height: 50.4vw !important
}

@media (max-width: 991px) {
  #benefits_slider {
    height: calc(80vw + 375px) !important
  }
}

@media (max-width: 700px) {
  #benefits_slider {
    margin-bottom: -175px
  }
}

@media (max-width: 480px) {
  #benefits_slider {
    margin-bottom: -50px
  }
}

#benefits_slider .rev_slider {
  height: 50.4vw !important
}

@media (max-width: 991px) {
  #benefits_slider .rev_slider {
    height: 80vw !important
  }
}

#benefits_slider .module__details {
  max-width: 750px;
  position: absolute;
  margin-top: calc((.4 * 63vw) - 175px)
}

#benefits_slider .module__details.push_right {
  padding-left: 6%
}

@media (max-width: 1024px) {
  #benefits_slider .module__details {
    margin-top: -185px
  }
}

#benefits_slider .module__details.left {
  left: calc(29.23vw - 361px)
}

#benefits_slider .module__details.left .module__details--subtext {
  padding-right: 28%
}

#benefits_slider .module__details.left .module__details--subtext.full_width {
  padding-right: 0%
}

@media (max-width: 1370px) {
  #benefits_slider .module__details.left {
    left: calc(39.33vw - 414px)
  }
}

@media (max-width: 1024px) {
  #benefits_slider .module__details.left {
    left: 25px
  }
}

@media (max-width: 700px) {
  #benefits_slider .module__details.left.left, #benefits_slider .module__details.left.right {
    left: 0px !important;
    right: unset !important;
    padding-left: 0px;
    padding-right: 0px;
    max-width: unset !important;
    -webkit-transform: translate(0px, 0.75em) !important;
    -ms-transform: translate(0px, 0.75em) !important;
    transform: translate(0px, 0.75em) !important
  }
}

#benefits_slider .module__details.right .module__details {
  right: calc((.4 * 63vw) - 175px)
}

#benefits_slider .module__details.right .module__details--subtext {
  padding-left: 28%
}

#benefits_slider .module__details.right .module__details.full_width {
  padding-left: 0% !important;
  width: 100%
}

@media (max-width: 1370px) {
  #benefits_slider .module__details.right .module__details {
    right: calc(39.33vw - 414px)
  }
}

@media (max-width: 1024px) {
  #benefits_slider .module__details.right .module__details {
    right: 25px
  }
}

#benefits_slider .module__details--title {
  width: 100%
}

#benefits_slider .module__details--subtext {
  position: absolute;
  width: 86%
}

@media (max-width: 700px) {
  #benefits_slider .module__details {
    width: 100% !important
  }

  #benefits_slider .module__details--title, #benefits_slider .module__details--subtext {
    max-width: 95vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important
  }
}

.policy-text, .disclaimer p {
  max-width: 860px;
  width: 85%;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  font-size: 10px;
  line-height: 1.6
}

.side_margin_50 {
  margin-left: 50px !important;
  margin-right: 50px !important
}

a.btn {
  text-decoration-line: none !important
}

.vc_grid-item h2, .card h2 {
  font-size: 36px;
  line-height: 40px
}

.vc_grid-item p, .card a p {
  font-size: 18px !important;
  color: #777777;
  font-weight: 400
}

.vc_grid-item .vc_btn3-container, .vc_grid-item .vc_btn3-container button, .card .vc_btn3-container, .card .vc_btn3-container button {
  background: transparent !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px
}

.vc_grid-item .vc_btn3-container button, .card .vc_btn3-container button {
  border-bottom: 1px solid darkgray !important
}

.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
  max-height: 350px;
  overflow-y: hidden
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
  bottom: unset;
  top: 350px
}

.card a {
  text-decoration: none
}

#filter_container {
  text-align: center;
  padding: 10px;
  margin-top: -15px
}

#filter_container a .cat_link {
  display: inline-block;
  margin: 0px 10px;
  padding: 5px;
  text-transform: uppercase
}

#filter_container a {
  text-decoration: none
}

.cat_link.active, .cat_link:hover {
  border-bottom: 1px solid darkgray
}

div#search {
  margin-top: 22.5px
}

div#search input, div#search div {
  display: inline-block
}

#search_submit {
  border: 1px solid darkgray;
  padding: .5em 2em;
  color: darkgray;
  text-transform: uppercase;
  margin-left: 20px
}

#search_input {
  max-width: 85vw;
  width: 30em
}

#main .main-color .jet_card_tagline h2 {
  color: #ffffff !important;
  font-size: 2.56rem !important
}

article.category {
  border: 1px solid #333;
  min-height: 235px;
  position: relative;
  overflow: hidden
}

.box-image img {
  width: 100%
}

.box-content, article.category .text-left {
  padding: 10px
}

article.small {
  padding: 15px
}

article.category a, article.small a, article.category a:hover, article.small a:hover {
  font-family: 'Maven Pro', sans-serif;
  text-transform: uppercase;
  color: #acc37e;
  font-size: 18px;
  text-decoration: none;
  bottom: 15px
}

article.small a, article.small a:hover {
  position: absolute
}

.vert_center {
  position: relative;
  top: calc(50% - 44px)
}

.share-btn.btn {
  display: inline;
  color: #888888 !important;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: calc(50% - 2.5rem);
  width: 120px;
  height: 3em;
  border: 1px solid #888888;
  transition-duration: 0s
}

.share-btn.btn:hover {
  margin-left: calc(50% - 82px);
  width: 164px;
  transition-duration: 0s
}

.share-btn.btn a {
  color: #888888;
  text-decoration: none
}

.share-btn.btn span {
  text-transform: uppercase;
  font-weight: 600
}

.share-btn.btn ul {
  display: none;
  padding-left: 0px
}

.share-btn.btn:hover span, .share-btn.btn span:hover {
  display: none
}

.share-btn.btn:hover ul {
  display: inline-block;
  margin-bottom: 0px
}

.share-btn.btn:hover li {
  display: relative;
  margin: 0 .5em;
  transition-duration: 1s;
  transition-property: display
}

.share-btn.btn:hover li {
  display: inline-block;
  margin: 0 .5em;
  transition-duration: 1s;
  transition-property: display
}

.share-btn.btn li a:hover {
  color: darkgray !important
}

.back-container {
  text-align: center;
  width: 220px;
  border: 1px solid #888888;
  margin-left: auto;
  margin-right: auto;
  padding: .35em .5em;
  margin-bottom: 80px
}

.back-container a, .back-container a:hover {
  color: #818281 !important;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px
}

.pub_date {
  text-align: center;
  line-height: 3em
}

article.card_img {
  margin: 60px
}

#mc_embed_signup {
  margin-bottom: 150px
}

.post-template-default h1 {
  font-size: 60px
}

@media (max-width: 1440px) {
  .vert_center h1 {
    font-size: 45px !important
  }
}

@media (max-width: 700px) {
  .vert_center {
    top: 105%
  }
}

.item-blog.text {
  margin: -5px 0px 75px
}

.item-blog.image {
  margin-bottom: 80px;
  text-align: center
}

.item-blog.text h3 {
  font-size: 1.555em;
  margin-bottom: .5em;
  line-height: 1.15;
  text-transform: none;
  font-weight: 500
}

.item-blog.text {
  font-size: 18px;
  line-height: 1.39;
  color: #828182
}

.item-blog.video iframe {
  height: 30vw;
  max-height: 540px;
  width: 100%;
  margin-bottom: 40px
}

.item-blog a {
  color: darkgray !important;
  text-decoration: none;
  font-weight: 500
}

.item-blog.image+.item-blog.text {
  top: -60px !important;
  position: relative
}

h2.item-header {
  font-size: 30px;
  line-height: 35px
}

h3.sub-header {
  font-size: 20px;
  line-height: 25px
}

#socket {
  position: fixed;
  bottom: 0;
  z-index: 29;
  background-color: #fff;
  width: 100vw;
  font-weight: 900
}

#socket a {
  color: #9c9c9c !important;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.67
}

.socket_menu li {
  display: inline-block;
  margin-left: 15px;
  text-transform: uppercase;
  top: -.5em;
  position: relative
}

.socket_menu li#socket-social {
  top: 0
}

.socket_menu ul {
  list-style: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px
}

li#socket-social li a {
  font-size: 20px !important
}

li#socket-social li a div {
  display: none
}

div#get_in_touch {
  position: absolute;
  right: 3em;
  bottom: 0px;
  text-transform: uppercase;
  background: gray;
  color: #fff;
  padding: 10px 40px;
  z-index: 999;
  font-weight: 700
}

.mobile_only, .narrow_only, li.mobile_only, li.narrow_only, li.phone_only {
  display: none !important
}

.wide_only, li.wide_only {
  display: inline
}

@media (max-width: 1309px) {
  #socket-social {
    display: none !important
  }
}

@media (max-width: 1189px) {
  li.wide_only {
    display: none !important
  }

  li.mobile_only {
    display: inline !important
  }

  li.narrow_only {
    display: inline !important
  }
}

@media (max-width: 1024px) {
  .socket_menu ul {
    text-align: left
  }

  div#get_in_touch {
    right: 10px
  }
}

@media (max-width: 870px) {
  li.no_mobile {
    display: none !important
  }
}

@media (max-width: 700px) {
  div#get_in_touch {
    right: 0px;
    width: 100vw !important;
    text-align: center;
    bottom: 1.25em
  }

  .copyright {
    text-align: center;
    padding-left: 0px
  }

  .socket_menu {
    display: none
  }

  li.phone_only {
    display: block !important
  }
}

@media (max-width: 414px) {
  li.phone a {
    color: #acc37e !important
  }

  .mobile-menu>ul {
    width: 100%
  }
}

@media (max-width: 1024px) {
  article {
    margin-left: 0px !important;
    margin-right: 0px !important
  }
}

#team_grid {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto
}

#team_grid .overlay_button {
  text-transform: uppercase;
  border-bottom: 1px solid darkgray;
  display: block;
  color: darkgray;
  font-weight: 500;
  width: 6em
}

#team_grid p {
  font-weight: 500
}

.team_block {
  width: 30vw;
  max-width: calc(33% - 30px);
  float: left;
  margin: 60px 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media (max-width: 1024px) {
  .team_block {
    max-width: calc(50% - 30px);
    width: 50vw
  }
}

@media (max-width: 768px) {
  .team_block {
    width: 100%;
    max-width: unset;
    clear: both
  }
}

.team_block:nth-child(3n+1) {
  clear: both
}

@media (max-width: 1024px) {
  .team_block:nth-child(3n+1) {
    clear: none
  }
}

@media (max-width: 1024px) {
  .team_block:nth-child(odd) {
    clear: both
  }
}

#team_grid img, #team_grid .vc_gitem-zone-a {
  -webkit-filter: grayscale(100%)
}

.team_headshot, .team_slider_headshot {
  height: calc(30vw - 60px);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%
}

@media (max-width: 768px) {
  .team_headshot, .team_slider_headshot {
    height: 30vw
  }
}

.team_headshot {
  width: 30vw
}

.team_slider_headshot {
  width: 50%;
  height: 55vh;
  background-size: contain
}

@media (max-height: 1000px) {
  .team_slider_headshot {
    width: 40%;
    display: inline-flex;
    background-position: top center;
    background-size: cover
  }
}

@media (max-width: 1024px) {
  .team_slider_headshot {
    width: 60vh !important;
    height: 60vh !important;
    display: inline-block !important;
    background-size: contain !important;
    -webkit-transform: translate(calc(38.5vw - 30vh), 0px);
    -ms-transform: translate(calc(38.5vw - 30vh), 0px);
    transform: translate(calc(38.5vw - 30vh), 0px)
  }
}

@media (max-width: 500px) {
  .team_slider_headshot {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 90vw !important;
    height: 90vw !important
  }
}

.team_headshot {
  filter: grayscale(100%)
}

.team_slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.team_slider_container {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding: 0px calc(50vw - 650px);
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: calc(100vw - 170px)
}

@media (max-width: 1024px) {
  .team_slider_container {
    display: block
  }
}

@media (max-width: 500px) {
  .team_slider_container {
    max-width: unset
  }
}

#overlay_content.team_overlay {
  display: flex;
  width: unset;
  max-width: unset;
  max-height: 90vh;
  padding: 5vh 0px;
  position: relative;
  overflow-x: hidden;
  margin: auto
}

@media (max-width: 500px) {
  #overlay_content.team_overlay {
    margin: auto 5vw
  }
}

.overlay_container.team_overlay {
  padding: 0 !important;
  background-color: #ffffff
}

.team_overlay #close_overlay:after {
  color: black
}

.team_slider_content_block {
  width: 50%;
  padding: 0 25px
}

@media (max-height: 1000px) {
  .team_slider_content_block {
    display: inline-block;
    width: 64%;
    height: auto;
    overflow-y: auto
  }

  .team_slider_content_block p {
    font-size: 14px;
    line-height: 20px
  }
}

@media (max-width: 1024px) {
  .team_slider_content_block {
    overflow-y: auto;
    clear: both;
    width: 99% !important;
    height: auto !important
  }
}

.team_slider.prev {
  left: -100%
}

.team_slider.current {
  left: 0
}

.team_slider.next {
  right: -100%
}

.prev_slide:before, .next_slide:before {
  font-weight: 400 !important;
  color: #003f52 !important;
  font-size: 56px !important;
  font-family: sentientjet-icomoon !important;
  position: fixed;
  top: 50%;
  z-index: 1010
}

@media (max-width: 500) {
  .prev_slide:before, .next_slide:before {
    font-size: 28px
  }
}

.next_slide:before {
  content: '\e905';
  right: 25px
}

@media (max-width: 500px) {
  .next_slide:before {
    right: -6px
  }
}

.prev_slide:before {
  content: '\e908';
  left: 25px
}

@media (max-width: 500px) {
  .prev_slide:before {
    left: -6px
  }
}

.overlay_container {
  background: rgba(0, 62, 82, 0.9);
  height: 100%;
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: none
}

.overlay_button:hover {
  cursor: pointer
}

#overlay_content {
  width: 1250px;
  max-width: 85vw;
  max-height: 85vh;
  margin: auto;
  overflow-y: auto
}

#overlay_content h1, #overlay_content h2 {
  color: darkgray;
  line-height: 1.13
}

#overlay_content>p {
  display: none
}

div#close_overlay:after {
  content: "\e90a";
  font-size: 24px;
  font-weight: 700;
  font-family: sentientjet-icomoon !important;
  position: fixed;
  top: 1em;
  right: 1em;
  color: #fff
}

@media (max-width: 991px) {
  #overlay_content {
    max-width: 100%;
    min-width: 700px;
    top: 0;
    right: unset;
    left: 0
  }

  #overlay_content .section-container.container {
    max-width: 97.5% !important;
    padding-left: 0px;
    padding-right: 0px
  }

  .overlay_container {
    padding: 100px 10px
  }
}

@media (max-width: 700px) {
  #overlay_content {
    min-width: unset
  }
}

.card {
  margin: 15px 0
}

.card_image img {
  max-width: 40vh;
  margin-bottom: -20px
}

.card_pricing p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px
}

.card_pricing h2 {
  margin-bottom: 0px;
  margin-top: 0px
}

.icon-closed:before, .icon-opened:before {
  color: #acc37e
}

.pricing_levels .panel-title a {
  position: absolute;
  width: 100%;
  text-decoration: none;
  color: darkgray !important;
  line-height: 2
}

.pricing_levels .panel .panel-title a:before {
  position: absolute;
  left: -.5em
}

.pricing_levels .panel {
  border-top: 3px solid #e1e1e1;
  padding-bottom: 30px
}

.pricing_levels .panel:last-child {
  border-bottom: 3px solid #e1e1e1 !important
}

.pricing_levels .panel-body {
  border-top: none !important
}

.pricing_levels .panel {
  border-bottom: none !important
}

.pricing_levels .panel-body {
  line-height: 1
}

.pricing_levels .panel-body .vc_row p {
  margin: .15em 0px;
  font-size: 14px
}

.pricing_levels .panel-body .vc_row {
  margin: 10px
}

.pricing_levels .panel-body .vc_row:first-child {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px
}

.client {
  min-width: 250px !important;
  margin: 50px 50px
}

.client img {
  opacity: 1 !important
}

.maven_font p {
  font-family: MavenPro, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.maven_font h2 {
  font-size: 50px;
  line-height: 40px
}

@media (max-width: 700px) {
  .client {
    min-width: 225px !important;
    margin: 25px auto
  }

  .disclaimer p {
    font-size: 11px;
    line-height: 1.4
  }
}

.cookie-policy-banner {
  background-color: darkgray;
  bottom: 0;
  display: none;
  height: 220px;
  overflow-y: hidden;
  padding: 0;
  position: fixed;
  opacity: 0.95;
  width: 100%;
  z-index: 2
}

.cookie-policy-banner .dismiss-button {
  color: #fff !important;
  display: block;
  height: 22px;
  font-size: 13px;
  font-weight: 900;
  padding: 11px 13px;
  position: relative;
  width: 100%;
  text-align: right
}

.dismiss-button:before {
  content: "\e90a";
  font-family: sentientjet-icomoon !important
}

.cookie-policy-banner .copy {
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 36px;
  text-align: center;
  -webkit-font-smoothing: antialiased
}

.cookie-policy-banner .link {
  color: #fff !important;
  text-decoration: underline
}

.cookie-policy-banner .accept-button {
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 0 0;
  -webkit-font-smoothing: antialiased
}

.cookie-policy-show {
  display: block
}

@media screen and (min-width: 700px) {
  .cookie-policy-banner {
    height: 200px
  }

  .cookie-policy-banner .copy {
    font-size: 14px;
    line-height: 20px;
    margin: 18px 36px 5px 36px
  }
}

@media screen and (min-width: 1024px) {
  .cookie-policy-banner {
    height: 200px;
    width: calc(100% - 6em);
    left: 3em
  }
}

.page-partners .main-cover-img>.content img, .page-partners .main-cover-img>.content video {
  width: 100%;
  height: 100%
}

iframe.pardotform {
  height: 905px;
  width: 450px
}

.overlay_container iframe.pardotform {
  height: 375px
}

@media only screen and (max-width: 1000px) {
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .home .kleo-main-header {
    position: fixed !important;
    top: 0px !important;
  }
}

/*# sourceMappingURL=style.css.map */
