@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #002855 !important;
}
.primary-bg {
  background-color: #002855 !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #002855;
  color: #fff;
  border-color: #002855;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #001022 !important;
  color: #fff;
  border-color: #002855;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #002855;
  color: #fff;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
@font-face {
  font-family: "avenir-roman";
  src: url(fonts/avenir-roman.otf);
}
@font-face {
  font-family: "avenir-bold";
  src: url(fonts/avenir-bold.otf);
}
@font-face {
  font-family: "avenir-medium";
  src: url(fonts/avenir-medium.otf);
}
@font-face {
  font-family: "helvetica-bold";
  src: url(fonts/helveticaneuebold.ttf);
}
@font-face {
  font-family: "helvetica-thin";
  src: url(fonts/helveticaneuethin.otf);
}
@font-face {
  font-family: "helvetica";
  src: url(fonts/helveticaneue.ttf);
}
@font-face {
  font-family: "avenir-book";
  src: url(fonts/avenir-book.ttf);
}
body {
  position: relative;
}
.site-logo-link {
  display: block;
  position: relative;
}
.site-logo-link img {
  max-width: 259px;
}
.navbar-header .navbar-brand img {
  max-width: unset;
}
.navbar-brand {
  padding: 5px !important;
}
#header-custom-area-1 > a {
  display: block;
  position: relative;
}
#header-custom-area-1 > a img {
  max-width: 259px;
}
@media only screen and (max-width: 767px) {
  body {
    top: 90px !important;
  }
  body.page-id-4925 {
    top: 0 !important;
  }
}
#field_1_7 {
  margin-top: 15px !important;
}
#field_1_6 {
  margin-bottom: 15px;
}
#gform_wrapper_1 .gfield_required {
  display: none !important;
}
a {
  transition: color 0.3s ease, background 0.3s ease;
}
.helvetica {
  font-family: "helvetica-thin", sans-serif;
}
.helvetica-bold {
  font-family: "helvetica-bold", sans-serif;
}
@media screen and (max-width: 767px) {
  .site-logo {
    display: none !important;
  }
}
input[type=submit] {
  transition: color 0.3s ease, background 0.3s ease;
}
.slick-slide {
  transition: transform 0.5s ease;
}
#flags {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #google_language_translator {
    display: none !important;
  }
}
#google_language_translator select.goog-te-combo {
  border-radius: 4px !important;
  margin-left: 15px;
}
#glt-translate-trigger {
  background: #002855 !important;
}
@media screen and (min-width: 768px) {
  #glt-translate-trigger {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #glt-translate-trigger {
    bottom: 0;
    left: 0;
  }
}
/*** menu temp ***/
.menu-item-26 ul {
  left: -88px !important;
}
.menu-item-25 ul {
  left: -196px !important;
}
.menu-item-24 ul {
  left: -278px !important;
}
.menu-item-22 ul {
  left: -433px !important;
}
h1, h2, h3, h4, h5, h6, div, p {
  font-family: "avenir-roman", sans-serif;
}
.small-title {
  text-transform: uppercase;
  font-size: 25px;
  color: #002855;
  font-family: "helvetica-thin", sans-serif;
  font-weight: 600;
}
.small-title a {
  color: #002855;
  text-decoration: none;
}
#field_1_14 {
  margin-top: 30px;
}
.top-area {
  padding: 30px 0;
}
.top-area .container {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.home #header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.home #header .top-area {
  background-color: transparent;
  padding: 30px 0;
}
.home #header .top-area .container {
  background-color: transparent;
}
.page-id-2217 .section-104 {
  display: none;
}
@media screen and (max-width: 767px) {
  #header {
    display: none;
  }
}
.open.search-container {
  width: 75%;
  display: flex !important;
  align-items: center;
}
.open.search-container form {
  flex-grow: 1;
}
.open.search-container .search-exit {
  padding-top: 0;
}
.navbar-collapse {
  float: right;
}
.animated.animated-delay-1 {
  animation-delay: 2.5s;
}
.page .search-exit, .single .search-exit, .archive .search-exit, .search .search-exit {
  color: #002855;
}
@media screen and (min-width: 992px) {
  .page #menu-main-menu-1 .dropdown:hover .dropdown-menu, .single #menu-main-menu-1 .dropdown:hover .dropdown-menu, .archive #menu-main-menu-1 .dropdown:hover .dropdown-menu, .search #menu-main-menu-1 .dropdown:hover .dropdown-menu {
    display: flex;
  }
}
.page #menu-main-menu-1 .dropdown-toggle, .single #menu-main-menu-1 .dropdown-toggle, .archive #menu-main-menu-1 .dropdown-toggle, .search #menu-main-menu-1 .dropdown-toggle {
  margin-bottom: -30px;
  padding-bottom: 45px;
}
.page #menu-main-menu-1 .dropdown-menu, .single #menu-main-menu-1 .dropdown-menu, .archive #menu-main-menu-1 .dropdown-menu, .search #menu-main-menu-1 .dropdown-menu {
  border: transparent;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
  z-index: 10000;
}
@media screen and (min-width: 992px) {
  .page #menu-main-menu-1 .dropdown-menu, .single #menu-main-menu-1 .dropdown-menu, .archive #menu-main-menu-1 .dropdown-menu, .search #menu-main-menu-1 .dropdown-menu {
    top: 80px;
  }
}
.page #menu-main-menu-1 .dropdown-menu li, .single #menu-main-menu-1 .dropdown-menu li, .archive #menu-main-menu-1 .dropdown-menu li, .search #menu-main-menu-1 .dropdown-menu li {
  float: left;
  flex-grow: 1;
  text-align: center;
}
.page #menu-main-menu-1 .dropdown-menu li a, .single #menu-main-menu-1 .dropdown-menu li a, .archive #menu-main-menu-1 .dropdown-menu li a, .search #menu-main-menu-1 .dropdown-menu li a {
  text-align: center;
  text-transform: uppercase;
}
.page #menu-main-menu-1 .dropdown-menu li a:hover, .single #menu-main-menu-1 .dropdown-menu li a:hover, .archive #menu-main-menu-1 .dropdown-menu li a:hover, .search #menu-main-menu-1 .dropdown-menu li a:hover {
  background-color: transparent !important;
}
.page #menu-main-menu-1 a, .single #menu-main-menu-1 a, .archive #menu-main-menu-1 a, .search #menu-main-menu-1 a {
  color: #002855;
  font-weight: 400;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-family: "avenir-roman", sans-serif;
}
.page #menu-main-menu-1 a:hover, .single #menu-main-menu-1 a:hover, .archive #menu-main-menu-1 a:hover, .search #menu-main-menu-1 a:hover {
  color: #002855;
  font-weight: 600;
}
.page #menu-main-menu-1 .dropdown-caret, .single #menu-main-menu-1 .dropdown-caret, .archive #menu-main-menu-1 .dropdown-caret, .search #menu-main-menu-1 .dropdown-caret {
  display: none;
}
.page #menu-main-menu-1 .menu-item-102, .single #menu-main-menu-1 .menu-item-102, .archive #menu-main-menu-1 .menu-item-102, .search #menu-main-menu-1 .menu-item-102 {
  display: flex;
  align-items: center;
}
.page #menu-main-menu-1 .menu-item-102 a, .single #menu-main-menu-1 .menu-item-102 a, .archive #menu-main-menu-1 .menu-item-102 a, .search #menu-main-menu-1 .menu-item-102 a {
  padding-left: 10px;
}
.page #menu-main-menu-1 .fa-search:before, .single #menu-main-menu-1 .fa-search:before, .archive #menu-main-menu-1 .fa-search:before, .search #menu-main-menu-1 .fa-search:before {
  font-family: "Font Awesome 5 Pro";
  color: #002855;
  display: block;
  font-weight: 400;
}
.col-md-6.title {
  background-color: rgba(230, 231, 232, 0.9);
}
.col-md-6.title h1 {
  font-family: "helvetica-thin", sans-serif;
  color: #002855;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .inner-hero.section-3734 {
    min-height: 85vw !important;
  }
}
.section-3734 .col-md-8.title {
  background-color: rgba(230, 231, 232, 0.9);
}
.section-3734 .col-md-8.title p {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.section-3740 {
  padding: 50px 0;
}
.section-3740 .item-container {
  overflow: hidden;
  padding: 0 50px;
  display: block;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-3740 .item-container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.section-3740 .inner-content a, .section-3740 .inner-content h2 {
  color: #002855;
}
.section-3740 .item-container-background {
  background-color: #e6e7e8;
  padding: 50px 50px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .section-3740 .item-container-background {
    flex-wrap: wrap;
    padding: 50px 0;
  }
}
.section-3740 p {
  padding: 15px 0;
}
.home .search-exit {
  color: white;
}
.home #menu-main-menu-1 a {
  color: white;
  font-weight: 400;
  font-family: "avenir-roman", sans-serif;
}
.home #menu-main-menu-1 a:hover {
  color: #002855;
}
.home #menu-main-menu-1 .dropdown-menu {
  top: 50px;
}
.home #menu-main-menu-1 .menu-item-102 {
  display: flex;
  align-items: center;
}
.home #menu-main-menu-1 .menu-item-102 a {
  padding-left: 10px;
}
.home #menu-main-menu-1 .fa-search:before {
  font-family: "Font Awesome 5 Pro";
  color: white;
  display: block;
  font-weight: 400;
}
.hero .section-title {
  color: white;
  font-family: "helvetica-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.91px;
  font-size: 35px;
  animation-duration: 4s;
  margin-bottom: -10px;
}
.hero .narrow-title {
  color: white;
  font-family: "helvetica-thin", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 10.5px;
  animation-delay: 1s;
  animation-duration: 4s;
}
.safari .hero {
  max-height: 16vw !important;
}
.service-block {
  position: relative;
  top: -53px;
}
.service-block .row {
  margin-bottom: 20px;
}
.service-block .service-box-item:hover .rounded-title {
  background-color: #002855;
}
.service-block .service-box-item:hover .rounded-title a {
  color: white;
}
.service-block .service-box-item:hover .image {
  background-size: 120% 120%;
}
@media screen and (max-width: 767px) {
  .service-block .service-box-item:hover .image {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .service-block .service-box-item {
    margin-bottom: 15px;
  }
}
.service-block .image {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 235px;
  background-position: center;
  position: relative;
  transition: background-size 0.5s ease;
}
@media screen and (max-width: 767px) {
  .service-block .image {
    background-size: cover;
  }
}
.service-block .image .image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.service-block .rounded-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .service-block .rounded-title {
    background-color: rgba(230, 230, 230, 0.8);
  }
}
.service-block .rounded-title a {
  color: #002855;
  letter-spacing: 0.4px;
  padding: 15px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.service-block .rounded-title a:hover {
  text-decoration: none;
}
.section-257 .row {
  align-items: flex-end;
}
.section-261 {
  padding: 50px 0;
}
.section-299 .product-row {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .section-299 .product-row a {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-695 .product-row a {
    display: block;
    text-align: center;
  }
}
.service-block.no-movement {
  top: 0;
}
.service-block.no-movement img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-198 .inner-blurb-primary {
    padding: 50px 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-1984 .wse-hide, .section-440 .wse-hide, .section-445 .wse-hide, .section-451 .wse-hide {
    display: inline !important;
  }
}
.flex-line {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.flex-line .flex-line-text {
  padding: 0 25px;
}
.flex-line .line {
  height: 1px;
  background-color: #002855;
  flex-grow: 1;
}
.about-blurb .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-blurb .row {
    display: block;
  }
}
.about-blurb .row .col-md-10 {
  display: flex;
}
.about-blurb .row p {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.product-row {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
}
.product-row a {
  text-align: left;
  text-transform: uppercase;
  color: #3c3d3e !important;
}
.product-row a:hover {
  text-decoration: none;
  font-weight: 600;
}
.category-product a {
  margin-bottom: 8px;
  width: 25%;
  float: left;
}
.vertical-badges {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
}
.vertical-badges img {
  margin: 5px;
  max-width: 50px;
}
.product-catalog {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.product-catalog .product > img {
  padding-top: 25px;
  width: 100%;
}
.product-catalog .col-md-6 {
  padding: 0;
}
.product-catalog .col-md-6 p {
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.product-catalog .product-title {
  text-align: center;
  margin-bottom: 15px;
}
.product-catalog .product-title a {
  color: #002855;
  padding: 8px 50px;
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  border: 1px solid #e6e7e8;
}
.product-catalog .product-title a:hover {
  text-decoration: none;
  background-color: #002855;
  color: white !important;
}
.product-catalog .col-md-6:nth-of-type(odd) .product {
  border: 1px solid #e6e7e8;
  border-left: transparent;
  border-right: transparent;
}
.product-catalog .col-md-6:nth-of-type(even) .product {
  border: 1px solid #e6e7e8;
  border-left: transparent;
  border-right: transparent;
  background-color: #e6e7e8;
}
@media screen and (min-width: 992px) {
  .product-catalog .col-md-6:nth-of-type(even) .product p {
    padding-left: 15px;
  }
}
.product-catalog .col-md-6:nth-of-type(even) .product .product-title a {
  border-radius: 25px;
  padding: 8px 50px;
  border: 1px solid white;
}
@media screen and (min-width: 992px) {
  .product-catalog .col-md-6:nth-of-type(even) p {
    padding-left: 15px;
  }
}
.page-id-278 .section-104 {
  padding-top: 50px;
}
.inner-blurb-primary {
  background-color: #002855;
  margin-top: 25px;
  padding: 25px 35px !important;
}
@media screen and (min-width: 768px) {
  .inner-blurb-primary {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .inner-blurb-primary {
    padding: 15px;
  }
}
.inner-blurb-primary h2 {
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 5px;
  margin-top: 0;
  color: white;
  letter-spacing: 1px;
}
.inner-blurb-primary h2 strong {
  font-family: "helvetica-bold", sans-serif;
  word-wrap: break-word;
}
.gray {
  background-color: #e6e7e8;
}
.gray h2 {
  color: #002855;
}
.button-row {
  padding: 15px 0;
  display: flex;
  background-color: #002855;
  justify-content: center;
}
.button-row a {
  text-align: center;
  background-color: white;
  color: #002855 !important;
  border-radius: 25px;
  padding: 8px 25px;
  margin: 0 15px;
  font-size: 20px;
}
.button-row a:hover {
  background-color: #e6e7e9 !important;
  color: #002855 !important;
  font-weight: 600;
}
.button-row.gray {
  background-color: #e6e7e9;
}
.button-row.gray a {
  border: 1px solid #002855;
}
.section-381, .section-1209 {
  margin-bottom: 25px;
}
.section-339 {
  margin: 40px 0;
}
.section-339 .button-row {
  padding: 15px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-339 .button-row {
    flex-direction: column;
  }
}
.section-339 .button-row a {
  flex-grow: 1;
  text-align: center;
  background-color: white;
  color: #3c3d3e;
  border-radius: 25px;
  padding: 8px 25px;
  margin: 0 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-339 .button-row a {
    margin-bottom: 15px;
  }
  .section-339 .button-row a:last-child {
    margin-bottom: 0;
  }
}
.section-419 {
  margin-top: 45px;
  padding: 50px 0;
}
.section-419 a {
  color: white;
}
@media screen and (max-width: 767px) {
  .section-419 {
    background-position-x: 85% !important;
  }
}
.section-431 {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .section-431 .col-md-6 {
    padding-right: 150px;
  }
}
.section-440, .section-462 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .section-440 {
    padding: 0 !important;
    background-position-x: 65% !important;
  }
}
.section-445 {
  display: flex !important;
  align-items: flex-end;
}
.section-451 {
  padding: 0;
}
.section-451 .row {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.section-451 .h2-expander .wse-hide {
  margin-bottom: -0.185em;
}
.section-462 p {
  margin: 0 auto;
}
.section-462 img {
  width: 100%;
}
.section-462 .container-fluid {
  padding: 0;
}
.section-462 .small-title {
  text-transform: none;
  font-weight: 600;
  font-family: "avenir-bold", sans-serif;
  color: #3c3d3e;
  margin-bottom: 25px;
}
.section-462 .col-md-3 {
  float: none;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section-478 {
  background-position: center !important;
  padding: 50px 0;
  margin-top: 75px;
}
.inverted-text p, .inverted-text div, .inverted-text h1, .inverted-text h2 {
  color: white;
}
.wp-image-202 {
  margin-bottom: 50px;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.border-bottom-accent {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e6e7e8;
}
.inner-blurb-secondary {
  border: 1px solid #e6e7e8;
  padding-left: 30px;
  justify-content: center;
  padding-right: 30px;
  display: flex;
  border-top: none;
  flex-direction: column;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .inner-blurb-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.color-imaging-benefits {
  padding-left: 30px;
  list-style: square;
}
.color-imaging-benefits li:before {
  font-size: 20px;
}
.color-imaging-benefits strong {
  color: #002855;
}
.color-imaging-benefits li {
  font-size: 16px;
}
.category-product-slick-wrapper {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .category-product-slick-wrapper {
    flex-direction: row !important;
  }
}
.category-product-slick-wrapper .featured-slick {
  overflow: hidden;
}
.category-product-slick-wrapper .slick-slide {
  padding-top: 0;
  padding-left: 0 !important;
  text-align: center !important;
}
.category-product-slick-wrapper .arrows-container {
  margin-top: 10px !important;
}
.section-117 {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 15px;
  overflow: visible;
}
.section-117 .small-title {
  text-transform: uppercase;
  font-size: 25px;
  color: #002855;
}
.section-117 .arrows-container {
  margin-top: 0;
  margin-right: 0px;
}
.section-117 .line-break {
  margin-left: 0;
}
.section-117 .slick-track {
  padding-bottom: 33px;
}
.section-117 .news-container {
  margin-top: 0;
}
.icon-wrapper {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  overflow: visible;
  position: relative;
}
.icon-wrapper .animation-gif {
  width: 95px !important;
  z-index: 1;
  position: absolute !important;
  left: 24px;
  top: -43px !important;
}
.section-130, .section-2286 {
  overflow: visible;
  padding-top: 0;
  margin-top: 75px;
  padding-bottom: 0;
}
.section-130 img, .section-2286 img {
  width: 100%;
  margin-bottom: 15px;
}
.section-130 .icon, .section-2286 .icon {
  margin-top: 0;
  width: auto;
  top: -56px;
  position: relative;
}
.section-130 p, .section-2286 p {
  color: #3c3d3e;
  margin-top: 10px;
}
.section-130 .advantage-container, .section-2286 .advantage-container {
  position: relative;
  top: -50px;
}
.section-130 .advantage-box, .section-2286 .advantage-box {
  position: relative;
}
.section-130 .advantage-box p, .section-2286 .advantage-box p {
  position: absolute;
  padding: 50px 15px;
  top: 0;
  display: none;
  height: 100%;
  margin-top: 0;
  text-align: center;
  color: white;
  background-color: rgba(0, 40, 85, 0.7);
}
@media screen and (max-width: 767px) {
  .section-130 .advantage-box p, .section-2286 .advantage-box p {
    display: block;
  }
}
.section-130 .advantage-box:hover p, .section-2286 .advantage-box:hover p {
  display: block;
}
.section-130 .advantage-box img, .section-2286 .advantage-box img {
  margin: 0;
}
.section-130 .h2, .section-2286 .h2 {
  color: #002855;
  font-family: "avenir-bold", sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-130 .h2, .section-2286 .h2 {
    margin-bottom: 30px;
  }
}
.section-130 .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-130 .row {
    flex-wrap: wrap;
  }
}
.section-130 .row .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-130 .row .col-md-4 img {
  margin-bottom: 15px !important;
}
.inner-hero {
  display: flex !important;
  align-items: flex-end;
  background-position: center;
  min-height: 16vw !important;
}
@media screen and (max-width: 767px) {
  .inner-hero {
    min-height: 45vw !important;
    background-position: center !important;
  }
}
.inner-hero .container {
  max-width: 1092px;
  width: 100%;
}
.inner-hero .title {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .inner-hero .title {
    padding: 15px 0;
  }
}
.inner-hero .title h1 {
  font-size: 47px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .inner-hero .title h1 {
    font-size: 20px;
  }
}
.section-185.inner-hero, .section-1897.inner-hero, .section-1005.inner-hero {
  min-height: 28vw !important;
}
.about-flex {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
}
@media screen and (max-width: 991px) {
  .about-flex {
    display: block;
  }
}
.about-flex ul {
  padding-left: 0;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-flex ul li {
  color: #002855;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .about-flex ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .about-flex ul li span.ic {
    width: 50px;
  }
  .about-flex ul li span:not(.ic) {
    width: calc(100% - 50px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.about-flex .inner-content {
  background-color: #d1d3d4;
  padding: 25px 50px;
  font-size: 13px;
}
.about-flex h2 {
  color: #002855;
  font-family: "helvetica-thin", sans-serif;
  font-size: 29px;
}
.about-flex h2 strong {
  font-family: "helvetica-bold", sans-serif;
}
.about-flex img {
  margin: 0;
}
.about-flex p {
  font-family: "avenir-book", sans-serif;
  font-size: 15px;
  color: #002855;
}
.about-flex a {
  color: #002855;
}
.about-flex a.learn-more {
  color: #002855 !important;
  font-size: 11px;
}
.accessories-flip {
  display: flex;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .accessories-flip {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
}
.accessories-flip .gray-content .inner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accessories-flip .gray-content p.content {
  padding-top: 20px;
}
.accessories-flip .gray-content p:nth-of-type(1) {
  padding-top: 0 !important;
}
.accessories-flip .gray-content .white-content-trigger span {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .accessories-flip .col-md-6, .accessories-flip .col-md-4 {
    width: 100%;
    margin-top: 30px;
  }
}
.accessories-flip .col-md-6 .inner-box, .accessories-flip .col-md-4 .inner-box {
  border: 1px solid #e7e7e7;
  height: 100%;
}
.accessories-flip .col-md-6 .inner-box > p, .accessories-flip .col-md-4 .inner-box > p {
  color: #002855;
}
.accessories-flip .col-md-6 p, .accessories-flip .col-md-4 p {
  text-align: center;
  padding-top: 20px;
}
.accessories-flip .col-md-6 span, .accessories-flip .col-md-4 span {
  font-size: 36px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 20px;
}
.accessories-flip .collapse {
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.accessories-flip .white-content {
  transition: transform 0.8s;
}
.accessories-flip .white-content.gray-content {
  transform: rotateY(180deg);
}
.accessories-flip .white-content.gray-content .inner-content {
  transform: rotateY(180deg);
}
.accessories-flip.product-flip {
  display: block;
  width: 100%;
}
.accessories-flip.product-flip .row {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .accessories-flip.product-flip .row {
    display: flex;
  }
}
.page-id-2287 .col-md-6, .page-id-2287 .col-md-8, .page-id-4613 .col-md-6, .page-id-4613 .col-md-8 {
  overflow: hidden;
}
.page-id-4613 .product_content {
  padding-bottom: 67px !important;
}
.video-placeholder {
  padding-top: 25px;
  padding-bottom: 0;
}
.center-this-box p {
  padding-top: 40px !important;
}
.standard-features-block .accessories-flip {
  width: 100%;
  margin: 30px 0;
}
.standard-features-block .accessories-flip .h1 {
  margin: 0;
  font-family: "helvetica-thin", sans-serif;
  padding-right: 15px;
}
.standard-features-block .accessories-flip .h1 strong {
  font-family: "helvetica-bold", sans-serif;
}
.standard-features-block .accessories-flip .middle-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gray-handheld .inner-box, .gray-walkthrough .inner-box {
  padding: 20px 15px;
  background-color: #e6e7e8;
}
.gray-content .inner-box {
  transition: transform 0.8s;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  padding: 20px 15px;
  background-color: #e6e7e8;
}
.contact-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .contact-box {
    padding: 50px 70px 30px 70px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 15px 30px;
  }
}
.contact-box h2 {
  margin-top: 0;
  color: #002855;
  text-transform: uppercase;
  font-size: 30px !important;
  font-family: "helvetica-bold", sans-serif !important;
}
.contact-box .ws-swappable-module {
  width: auto;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .contact-box .ws-swappable-module {
    top: -65px;
    float: right;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .contact-box .ws-swappable-module {
    text-align: center;
  }
}
.contact-box .ws-swappable-module .fa-icon {
  transition: color 0.3s ease, background 0.3s ease;
}
.contact-box .ws-swappable-module .fa-stack {
  line-height: 1em;
  width: 1.2em;
  height: 1em;
}
.contact-box .ws-swappable-module .fa-stack-2x {
  color: #002855;
  font-size: 1em;
}
.contact-box .ws-swappable-module .fa-stack-1x {
  color: white;
  font-size: 0.5em;
  font-weight: 400;
}
.contact-box .ws-swappable-module a {
  padding-right: 0;
  padding-left: 0;
}
.contact-box .ws-swappable-module a:hover {
  text-decoration: none;
  color: #a7a9ac;
}
.contact-box .ws-swappable-module a:hover:hover .fa {
  color: #a7a9ac !important;
}
.contact-box .ws-swappable-module a:hover:hover .fa-stack-2x {
  color: #a7a9ac;
}
.contact-box .ws-swappable-module a:hover:hover .fa-stack-1x {
  color: #002855;
}
.section-104 {
  padding-top: 10px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-104 {
    margin-bottom: -15px;
  }
}
#input_3_15 {
  margin-left: 0 !important;
}
.scroll-to-top.right {
  right: 100px;
  z-index: 10000000;
}
@media screen and (max-width: 767px) {
  .scroll-to-top.right {
    right: 55px;
  }
}
.section-154 {
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 20px;
}
.section-154 .slick-active.slick-center .featured-img {
  background-size: cover;
}
.section-154 .menu-row {
  width: 95%;
}
.section-154 .line-break {
  margin-left: 0;
}
.section-154 .post-title {
  margin-bottom: 0;
}
.section-154 .post-title a {
  font-size: 17px;
  color: #3c3d3e;
}
.section-154 .slick-track {
  padding-bottom: 50px;
}
.section-154 .arrows-container {
  margin-top: 0;
}
.section-154 .news-container .news-block p {
  max-height: 1.2em;
  overflow: hidden;
}
.menu-row {
  width: 80%;
  margin: 0px auto 0 auto;
}
.menu-links a {
  text-transform: uppercase;
  display: block;
  font-family: "avenir-bold", sans-serif;
  color: #3c3d3e;
  font-size: 15px;
}
.menu-links a:hover {
  font-weight: 600;
  text-decoration: none;
}
#menu-products-one, #menu-products-two {
  width: 100%;
  display: flex;
}
#menu-products-one li, #menu-products-two li {
  flex-grow: 1;
}
#menu-products-one a, #menu-products-two a {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .slick-track {
    padding: 50px 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sales-contact.sc-2 .inner-content {
    display: block;
  }
}
.sales-contact .inner-content {
  border: 1px solid #002855;
  display: flex;
  padding: 39px 25px;
}
.sales-contact .inner-content:hover {
  background-color: #e6e7e9;
}
@media only screen and (max-width: 767px) {
  .sales-contact .inner-content {
    margin-bottom: 15px;
  }
}
.sales-contact .inner-content.column {
  flex-direction: column;
  padding: 25px 15px;
}
.sales-contact .contact-icon {
  width: 30%;
  float: left;
}
.sales-contact .contact-icon span {
  font-weight: 400;
  font-size: 40px;
  color: #002855;
}
.sales-contact a {
  color: #3d3d3d;
  font-size: 16px;
}
.sales-contact a:hover {
  text-decoration: none;
}
.sales-contact .contact-info {
  width: 70%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sales-contact .contact-info.sm-right {
    float: right;
    margin-top: 15px;
  }
}
.sales-contact .contact-info span {
  color: #002855;
  font-weight: 600;
  font-size: 14px;
}
.sales-contact .contact-info a {
  color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
  .sales-contact .contact-info a {
    font-size: 14px;
  }
}
.sales-contact .contact-info a:hover {
  font-weight: 600;
}
.section-89 {
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .section-89 .play-btn-container {
    min-height: 250px;
  }
}
.section-89 .about-flex .inner-content {
  font-size: 1.6rem;
}
.sales-contact.col-md-8 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sales-contact.col-md-8 {
    margin-top: 30px;
  }
}
.sales-contact.col-md-8 .inner-content {
  padding-left: 0 !important;
}
.sales-contact.col-md-8 .inner-content .contact-icon {
  padding-top: 25px;
}
.sales-contact.col-md-8 .contact-info.bottom {
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .news-container {
    margin-top: 15px;
  }
}
.news-container .news-block {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  background: #fff;
}
.news-container .featured-img {
  min-height: 215px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transition: background-size 0.5s ease;
}
.news-container .featured-img:hover {
  background-size: auto 120%;
}
.news-container .line-break {
  background-color: #002855;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 2.5vw;
}
.news-container h2 {
  font-family: "avenir-medium", sans-serif;
  font-size: 15px;
}
.news-container p {
  margin-top: 0;
  color: #3c3d3e;
  line-height: 1.2;
}
.news-container a {
  color: #002855;
  font-size: 12px;
}
.news-container a:focus {
  outline: 0 !important;
}
.arrows-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .arrows-container {
    margin-top: 30px;
  }
}
.slick-list {
  margin: 0 -60px;
}
@media screen and (max-width: 767px) {
  .slick-list {
    margin: 0 15px;
  }
}
.slick-arrow {
  top: 0;
  position: relative;
  padding: 0 15px;
  font-size: 50px;
  font-weight: 300;
  color: #002855;
}
.slick-slide {
  transform: scale(0.75);
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .slick-slide {
    transform: scale(0.9);
  }
}
.slick-center, .center-slide {
  transform: scale(1.25);
}
@media screen and (max-width: 767px) {
  .slick-center, .center-slide {
    transform: unset;
  }
}
.founder-row {
  margin-top: 50px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
.founder-row img {
  margin-top: 0;
}
.founder-row p {
  margin-bottom: 30px;
}
.founder-row .h1 {
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
.founder-row .h1 strong {
  font-family: "helvetica-bold", sans-serif;
}
@media screen and (min-width: 768px) {
  .founder-row .col-md-8 {
    padding-right: 100px;
    padding-left: 30px;
  }
}
.founder-row hr {
  width: 86%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .founder-row .founder-image {
    min-height: 100vw;
    width: 100%;
    background-position: top !important;
  }
}
.founder-row.primary-color-background {
  padding: 0 !important;
  align-items: unset;
}
.founder-row.primary-color-background .col-md-5 {
  padding: 0;
  background-size: cover;
  background-position: center;
}
.founder-row.primary-color-background .col-md-7 {
  padding: 50px 35px;
}
.founder-row.primary-color-background .h1 {
  color: white;
}
.founder-row.primary-color-background p {
  padding: 0;
  margin-bottom: 10px;
}
.founder-row.secondary-color-background {
  overflow: hidden;
  padding: 0 !important;
  display: flex;
  align-items: unset;
  margin-bottom: 25px;
  min-height: 26vw;
}
@media only screen and (max-width: 767px) {
  .founder-row.secondary-color-background {
    flex-direction: column;
  }
}
.founder-row.secondary-color-background .col-md-5 {
  padding: 0;
  background-size: cover;
  background-position: center;
}
.founder-row.secondary-color-background .col-md-7 {
  padding: 50px 35px;
  background-color: #e7e7e7;
  border: transparent;
}
.founder-row.secondary-color-background .h1 {
  color: white;
}
.founder-row.secondary-color-background p {
  padding: 0;
  margin-bottom: 10px;
}
.section-204 hr {
  border-top: 1px solid #000;
}
.section-224 {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 1062px;
}
.section-224 ul li {
  color: white;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .section-224 ul {
    padding-right: 40px;
  }
  .section-224 ul li {
    display: flex;
    margin-bottom: 15px;
  }
  .section-224 ul li span.ic {
    width: 50px;
  }
  .section-224 ul li span:not(.ic) {
    width: calc(100% - 50px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.section-224 .container {
  padding: 0;
}
.section-224 .title {
  background-color: rgba(230, 231, 232, 0.9);
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.section-224 .h1 {
  margin-bottom: 0;
  margin-top: 0;
  color: #002855;
  font-family: "helvetica-thin", sans-serif;
}
.section-224 .h1 strong {
  font-family: "helvetica-bold", sans-serif;
}
.section-224 p {
  color: white;
  padding-left: 40px;
  padding-right: 50px;
  margin-bottom: 30px;
  line-height: 26px;
}
.section-230 {
  padding-top: 30px;
  padding-bottom: 0;
}
.section-230 .inner-content {
  padding: 25px 30px;
}
.section-230 img {
  width: 100%;
}
.section-230 .dark-title {
  background-color: rgba(0, 40, 85, 0.9);
  width: 130%;
  transform: translatex(-18%);
  padding: 20px 23%;
  margin-bottom: 30px;
}
.section-230 .dark-title h2 {
  font-family: "helvetica-thin" sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  color: white;
}
.section-230 .dark-title h2 strong {
  font-family: "helvetica-bold", sans-serif;
}
.drk-title {
  background-color: rgba(0, 40, 85, 0.9) !important;
}
.drk-title h1 {
  color: white !important;
}
.section-239 {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-position-x: 55% !important;
  max-width: 1062px;
}
.section-239 .container {
  display: flex;
  padding: 0;
}
.section-239 p {
  color: white;
}
.section-239 a {
  color: white;
}
.section-239 .dark-title {
  margin-top: 215px;
  background-color: rgba(0, 40, 85, 0.9);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}
@media screen and (min-width: 992px) {
  .section-239 .dark-title {
    padding-right: 130px;
  }
}
.section-239 .dark-title .h1 {
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  color: white;
}
.section-239 .dark-title .h1 strong {
  font-family: "helvetica-bold", sans-serif;
}
.section-239 .dark-title a:hover {
  text-decoration: none;
}
.section-239 .dark-title a span {
  font-size: 23px;
  font-weight: 300;
  top: 4px;
  margin-right: 10px;
  position: relative;
}
.selectors {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.selectors select {
  font-family: "avenir-roman", sans-serif;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-bottom: 1px solid #e7e8e9;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 4px;
  font-size: 17px;
  color: #3b3b3b;
  font-weight: 600;
}
.selectors option {
  padding-left: 0;
  color: #002855;
  background-color: #e6e7e9;
  border: transparent;
}
.selectors select option {
  padding-top: 8px;
  padding-bottom: 8px;
}
#selected-selectors {
  margin-bottom: 40px;
}
#selected-selectors .selector-button {
  background-color: #e6e7e9;
  color: #3e3f41;
  border: 1px solid #3e3f41;
  border-radius: 25px;
  padding: 8px 15px;
  margin-right: 15px;
}
#selected-selectors .selector-button span {
  margin-left: 5px;
  top: 1px;
  position: relative;
  color: #3e3f41;
}
#selected-selectors .clear-all-btn {
  background-color: transparent;
  border: transparent;
  color: #0052b9;
}
.gform_wrapper li.hidden_label input {
  margin-top: 6px !important;
}
#gform_wrapper_1 input, #gform_wrapper_1 select, #gform_wrapper_2 input, #gform_wrapper_2 select, #gform_wrapper_3 input, #gform_wrapper_3 select, #gform_wrapper_4 input, #gform_wrapper_4 select, #gform_wrapper_5 input, #gform_wrapper_5 select {
  font-family: "avenir-roman", sans-serif;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-bottom: 1px solid #e7e8e9;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  -webkit-appearance: none;
  font-size: 17px;
}
#gform_wrapper_1 input[type="checkbox"], #gform_wrapper_2 input[type="checkbox"], #gform_wrapper_3 input[type="checkbox"], #gform_wrapper_4 input[type="checkbox"], #gform_wrapper_5 input[type="checkbox"] {
  margin-top: 0;
  -webkit-appearance: checkbox !important;
}
#gform_wrapper_1 .ginput_container_select, #gform_wrapper_2 .ginput_container_select, #gform_wrapper_3 .ginput_container_select, #gform_wrapper_4 .ginput_container_select, #gform_wrapper_5 .ginput_container_select {
  margin-top: 12px;
  overflow: hidden;
}
#gform_wrapper_1 input, #gform_wrapper_1 textarea, #gform_wrapper_1 option, #gform_wrapper_2 input, #gform_wrapper_2 textarea, #gform_wrapper_2 option, #gform_wrapper_3 input, #gform_wrapper_3 textarea, #gform_wrapper_3 option, #gform_wrapper_4 input, #gform_wrapper_4 textarea, #gform_wrapper_4 option, #gform_wrapper_5 input, #gform_wrapper_5 textarea, #gform_wrapper_5 option {
  color: #002855;
}
#gform_wrapper_1 input::placeholder, #gform_wrapper_2 input::placeholder, #gform_wrapper_3 input::placeholder, #gform_wrapper_4 input::placeholder, #gform_wrapper_5 input::placeholder {
  color: #002855;
}
#gform_wrapper_1 input:-ms-input-placeholder, #gform_wrapper_2 input:-ms-input-placeholder, #gform_wrapper_3 input:-ms-input-placeholder, #gform_wrapper_4 input:-ms-input-placeholder, #gform_wrapper_5 input:-ms-input-placeholder {
  color: #002855;
}
#gform_wrapper_1 input::-ms-input-placeholder, #gform_wrapper_2 input::-ms-input-placeholder, #gform_wrapper_3 input::-ms-input-placeholder, #gform_wrapper_4 input::-ms-input-placeholder, #gform_wrapper_5 input::-ms-input-placeholder {
  color: #002855;
}
#gform_wrapper_1 select, #gform_wrapper_2 select, #gform_wrapper_3 select, #gform_wrapper_4 select, #gform_wrapper_5 select {
  color: #002855;
}
#gform_wrapper_1 option, #gform_wrapper_2 option, #gform_wrapper_3 option, #gform_wrapper_4 option, #gform_wrapper_5 option {
  padding-left: 0;
  color: #002855 !important;
  background-color: #e6e7e9;
  border: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
}
#gform_wrapper_1 option[hidden], #gform_wrapper_2 option[hidden], #gform_wrapper_3 option[hidden], #gform_wrapper_4 option[hidden], #gform_wrapper_5 option[hidden] {
  display: none !important;
}
#gform_wrapper_1 select option, #gform_wrapper_2 select option, #gform_wrapper_3 select option, #gform_wrapper_4 select option, #gform_wrapper_5 select option {
  padding-top: 8px;
  padding-bottom: 8px;
}
#gform_wrapper_1 label, #gform_wrapper_2 label, #gform_wrapper_3 label, #gform_wrapper_4 label, #gform_wrapper_5 label {
  font-family: "avenir-roman", sans-serif;
  font-weight: 400;
  color: #002855;
  font-size: 17px;
}
#gform_wrapper_1 .ginput_container_textarea, #gform_wrapper_2 .ginput_container_textarea, #gform_wrapper_3 .ginput_container_textarea, #gform_wrapper_4 .ginput_container_textarea, #gform_wrapper_5 .ginput_container_textarea {
  margin-top: 0;
}
#gform_wrapper_1 textarea, #gform_wrapper_2 textarea, #gform_wrapper_3 textarea, #gform_wrapper_4 textarea, #gform_wrapper_5 textarea {
  border: 1px solid #e7e8e9;
}
#gform_wrapper_1 select::placeholder, #gform_wrapper_2 select::placeholder, #gform_wrapper_3 select::placeholder, #gform_wrapper_4 select::placeholder, #gform_wrapper_5 select::placeholder {
  padding-left: 0;
}
#gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer, #gform_wrapper_3 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
  padding-bottom: 0;
}
#gform_wrapper_1 #gform_submit_button_1, #gform_wrapper_1 #gform_submit_button_2, #gform_wrapper_1 #gform_submit_button_3, #gform_wrapper_1 #gform_submit_button_4, #gform_wrapper_1 #gform_submit_button_5, #gform_wrapper_2 #gform_submit_button_1, #gform_wrapper_2 #gform_submit_button_2, #gform_wrapper_2 #gform_submit_button_3, #gform_wrapper_2 #gform_submit_button_4, #gform_wrapper_2 #gform_submit_button_5, #gform_wrapper_3 #gform_submit_button_1, #gform_wrapper_3 #gform_submit_button_2, #gform_wrapper_3 #gform_submit_button_3, #gform_wrapper_3 #gform_submit_button_4, #gform_wrapper_3 #gform_submit_button_5, #gform_wrapper_4 #gform_submit_button_1, #gform_wrapper_4 #gform_submit_button_2, #gform_wrapper_4 #gform_submit_button_3, #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 #gform_submit_button_5, #gform_wrapper_5 #gform_submit_button_1, #gform_wrapper_5 #gform_submit_button_2, #gform_wrapper_5 #gform_submit_button_3, #gform_wrapper_5 #gform_submit_button_4, #gform_wrapper_5 #gform_submit_button_5 {
  border-radius: 3px;
  text-transform: uppercase;
  color: #002855;
  background-color: transparent;
  text-align: center;
  border: 2px solid #002855;
  padding: 8px 20px;
  font-family: "avenir-bold", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
#gform_wrapper_1 #gform_submit_button_1:hover, #gform_wrapper_1 #gform_submit_button_2:hover, #gform_wrapper_1 #gform_submit_button_3:hover, #gform_wrapper_1 #gform_submit_button_4:hover, #gform_wrapper_1 #gform_submit_button_5:hover, #gform_wrapper_2 #gform_submit_button_1:hover, #gform_wrapper_2 #gform_submit_button_2:hover, #gform_wrapper_2 #gform_submit_button_3:hover, #gform_wrapper_2 #gform_submit_button_4:hover, #gform_wrapper_2 #gform_submit_button_5:hover, #gform_wrapper_3 #gform_submit_button_1:hover, #gform_wrapper_3 #gform_submit_button_2:hover, #gform_wrapper_3 #gform_submit_button_3:hover, #gform_wrapper_3 #gform_submit_button_4:hover, #gform_wrapper_3 #gform_submit_button_5:hover, #gform_wrapper_4 #gform_submit_button_1:hover, #gform_wrapper_4 #gform_submit_button_2:hover, #gform_wrapper_4 #gform_submit_button_3:hover, #gform_wrapper_4 #gform_submit_button_4:hover, #gform_wrapper_4 #gform_submit_button_5:hover, #gform_wrapper_5 #gform_submit_button_1:hover, #gform_wrapper_5 #gform_submit_button_2:hover, #gform_wrapper_5 #gform_submit_button_3:hover, #gform_wrapper_5 #gform_submit_button_4:hover, #gform_wrapper_5 #gform_submit_button_5:hover {
  background-color: #a7a9ac !important;
  color: #002855;
}
#gform_wrapper_1 #field_1_7, #gform_wrapper_2 #field_1_7, #gform_wrapper_3 #field_1_7, #gform_wrapper_4 #field_1_7, #gform_wrapper_5 #field_1_7 {
  margin-top: 30px;
}
#gform_wrapper_1 #field_1_6, #gform_wrapper_2 #field_1_6, #gform_wrapper_3 #field_1_6, #gform_wrapper_4 #field_1_6, #gform_wrapper_5 #field_1_6 {
  margin-top: 32px;
  float: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_1 #field_1_6, #gform_wrapper_2 #field_1_6, #gform_wrapper_3 #field_1_6, #gform_wrapper_4 #field_1_6, #gform_wrapper_5 #field_1_6 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
}
.search-trigger, .search-exit {
  cursor: pointer;
  color: white;
  padding-top: 18px;
}
.search-exit {
  font-weight: 300;
  font-size: 35px;
}
#gform_wrapper_2, #gform_wrapper_4 {
  margin: 0 auto;
  margin-top: 50px;
}
#gform_wrapper_2 li, #gform_wrapper_4 li {
  margin-top: 35px;
}
#gform_wrapper_2 .ginput_container_select, #gform_wrapper_4 .ginput_container_select {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #gform_wrapper_2 .ginput_container_select, #gform_wrapper_4 .ginput_container_select {
    width: 100%;
  }
}
#gform_wrapper_2 #gform_submit_button_2, #gform_wrapper_4 #gform_submit_button_2 {
  background-color: transparent;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #002855;
  padding: 8px 15px;
  border: 2px solid #002855;
}
#gform_wrapper_2 .gform_footer, #gform_wrapper_4 .gform_footer {
  margin-top: 15px;
}
#gform_wrapper_1 {
  display: block !important;
}
#gform_wrapper_4 {
  width: 100% !important;
}
#gform_submit_button_4 {
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .half-container .ginput_container {
    width: 50%;
  }
}
.slick-wrapper .slick-track {
  padding-top: 0;
  padding-bottom: 0;
  width: 100% !important;
}
.slick-wrapper .slick-slide {
  width: 31.3% !important;
  transform: scale(1);
  background-color: #e6e7e8;
  margin: 15px 1%;
}
.slick-wrapper .arrows-container {
  margin-top: 0px;
  margin-bottom: 15px;
}
.slick-wrapper .news-block {
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  float: left;
}
.slick-wrapper .post-title {
  font-weight: 600;
  font-size: 17px;
}
.slick-wrapper span {
  display: block;
  text-align: center;
}
#gform_wrapper_3 #gform_page_3_1 {
  display: block !important;
}
#gform_wrapper_3 li {
  margin-top: 35px;
  overflow: hidden;
}
#gform_wrapper_3 li label {
  font-weight: 600;
  color: #414143;
  margin-bottom: 0;
}
#gform_wrapper_3 .h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}
#gform_wrapper_3 .bottom-accent {
  font-size: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}
#gform_wrapper_3 #gform_submit_button_3 {
  background-color: transparent;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #002855;
  padding: 8px 15px;
  float: left;
  border: 2px solid #002855;
}
#gform_wrapper_3 .gform_page .gform_previous_button, #gform_wrapper_3 .gform_page .gform_next_button {
  display: none !important;
}
#gform_wrapper_3 #gform_page_3_1, #gform_wrapper_3 #gform_page_3_6 {
  margin: 0 auto;
}
#gform_wrapper_3 #gform_page_3_2, #gform_wrapper_3 #gform_page_3_3, #gform_wrapper_3 #gform_page_3_4, #gform_wrapper_3 #gform_page_3_5 {
  display: block !important;
  background-color: #e6e6e6;
  padding: 0 5%;
  margin-bottom: 50px;
}
#gform_wrapper_3 #gform_page_3_2 select, #gform_wrapper_3 #gform_page_3_3 select, #gform_wrapper_3 #gform_page_3_4 select, #gform_wrapper_3 #gform_page_3_5 select {
  padding-left: 15px;
}
#gform_wrapper_3 #gform_page_3_2 li, #gform_wrapper_3 #gform_page_3_3 li, #gform_wrapper_3 #gform_page_3_4 li, #gform_wrapper_3 #gform_page_3_5 li {
  margin-top: 5px;
  padding-right: 0;
}
#gform_wrapper_3 #gform_page_3_5 {
  background-color: #002855 !important;
}
#gform_wrapper_3 #gform_page_3_5 .bottom-accent {
  padding-top: 20px;
  text-transform: uppercase;
  color: white;
}
#gform_wrapper_3 #gform_page_3_5 label {
  color: white;
}
#gform_wrapper_3 .radio-scale ul {
  display: flex;
}
@media screen and (max-width: 480px) {
  #gform_wrapper_3 .radio-scale ul {
    flex-wrap: wrap;
  }
  #gform_wrapper_3 .radio-scale ul .gchoice_3_65_12 {
    width: 100%;
    float: right;
    text-align: right;
    padding-right: 10px !important;
  }
  #gform_wrapper_3 .radio-scale ul .gchoice_3_65_0 {
    width: 100%;
  }
}
#gform_wrapper_3 .radio-scale ul li {
  flex-grow: 1;
  text-align: center;
}
#gform_wrapper_3 .radio-scale ul li input {
  margin: 0 auto !important;
  display: inline-block;
  position: relative !important;
  width: 100% !important;
}
#gform_wrapper_3 .radio-scale ul li label {
  display: inline-block !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 .radio-scale ul li label {
    font-size: 9.5px;
  }
}
#gform_wrapper_3 #field_3_40 {
  margin-bottom: 20px;
}
#gform_wrapper_3 #field_3_67 label {
  display: block !important;
}
#gform_wrapper_3 #input_3_67 label {
  margin-left: 0px !important;
  top: -3px;
  float: right !important;
  position: relative;
}
#gform_wrapper_3 .radio.gchoice_3_65_0 {
  text-align: left;
}
#gform_wrapper_3 .radio.gchoice_3_65_0 input, #gform_wrapper_3 .radio.gchoice_3_65_12 input {
  display: none !important;
}
#gform_wrapper_3 #gform_page_3_6 {
  display: block !important;
}
#gform_wrapper_3 #gform_page_3_3 {
  display: block !important;
}
#gform_wrapper_3 .gform_page_footer {
  border-top: transparent !important;
}
#gform_wrapper_3 .split-select {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#gform_wrapper_3 .split-select label {
  width: 41.6%;
  float: left;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 .split-select .gfield_radio {
    width: 100%;
  }
}
#gform_wrapper_3 .split-select .ginput_container_select {
  width: 25%;
  float: left;
}
@media screen and (max-width: 480px) {
  #gform_wrapper_3 #input_3_67 li {
    flex-grow: 1;
    text-align: left;
  }
  #gform_wrapper_3 #input_3_67 input {
    margin-top: 0;
  }
}
.agree-block {
  font-size: 12px;
  padding: 10px 0 !important;
}
.agree-block .col-md-2 {
  text-align: center;
  padding: 0 5px;
}
#gform_page_3_5 .agree-block .col-md-2 {
  color: white;
}
@media screen and (max-width: 767px) {
  .agree-block .col-md-7 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .split-select {
    width: 100% !important;
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .split-select label {
    width: 100% !important;
  }
}
.split-select .ginput_container_radio {
  width: 58.3%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .split-select .ginput_container_radio {
    width: 100% !important;
    display: block !important;
  }
}
.split-select .ginput_container_radio .gfield_radio {
  display: flex;
  padding: 0 15px !important;
}
@media screen and (max-width: 767px) {
  .split-select .ginput_container_radio .gfield_radio {
    padding: 0 !important;
  }
}
.split-select .ginput_container_radio .gfield_radio li {
  width: 16.66666667%;
  text-align: center;
  padding: 0 5px !important;
}
.split-select .ginput_container_radio .gfield_radio input {
  position: relative;
  -webkit-appearance: radio !important;
}
.split-select .ginput_container_radio .gfield_radio label {
  display: none;
}
@media screen and (max-width: 767px) {
  .split-select .ginput_container_radio .gfield_radio label {
    font-size: 10px !important;
    display: block !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.accent-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.accent-bottom .small-title {
  font-weight: 600;
  color: #002855;
  font-family: "helvetica-thin", sans-serif;
}
.accent-bottom.faq-section .small-title {
  font-family: "helvetica-thin", sans-serif;
  font-weight: 600;
  text-transform: unset;
}
.gform_footer input[type="submit"]:focus {
  color: white !important;
}
.panel-group {
  margin-top: 15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: transparent;
  padding-left: 40px;
}
.panel-default > .panel-heading {
  border: transparent;
  background-color: transparent;
}
.panel-title > a {
  display: flex !important;
}
.chosen {
  background-color: #d2d3d5 !important;
  color: white !important;
}
.chosen:hover {
  color: #002855 !important;
}
.super-collapsed {
  display: none !important;
}
.title.border-bottom {
  flex-grow: 1;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  font-weight: 600;
  font-family: "avenir-bold", sans-serif;
}
.glyphicon.glyphicon-chevron-down {
  display: none;
}
.panel {
  box-shadow: none;
}
.panel .glyphicon {
  -webkit-text-stroke: 2px white;
}
.panel.panel-default.ws-accordion {
  border-radius: 0;
  border: transparent;
}
.faqs-row {
  padding: 0 35px;
}
.faqs .small-title {
  font-family: "helvetica-thin", sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.product-row.lowercase {
  flex-wrap: wrap;
  justify-content: unset;
}
.product-row.lowercase span {
  padding-right: 60px;
  padding-bottom: 10px;
  text-transform: unset;
  flex-grow: 1;
  text-align: justify;
}
.product-row.lowercase .active-link {
  font-weight: 600;
}
.featured-slick .post-title {
  font-family: "helvetica-thin", sans-serif;
  font-size: 24px;
  text-align: center;
}
.featured-slick p {
  padding: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .featured-slick p {
    padding: 0 20px;
  }
}
.featured-slick .line-break {
  margin: 20px auto;
}
.featured-slick .news-block {
  background-color: transparent !important;
}
.next-link, .prev-link {
  cursor: pointer;
}
.arrows-container {
  margin-left: auto;
  margin-right: auto;
}
.arrows-container .fa {
  top: 0;
  position: relative;
  padding: 0 15px !important;
  font-size: 50px;
  font-weight: 300;
  color: #002855;
}
.section-493 {
  padding-top: 50px;
  padding-bottom: 5px;
}
.section-518 {
  padding: 0;
}
.section-518 strong {
  font-weight: 500;
}
.section-518 .slick-track {
  display: flex;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-518 .slick-track {
    padding-bottom: 0;
  }
}
.section-518 .slick-slide {
  display: flex;
  height: auto;
}
.section-518 .product-row.lowercase span {
  padding-bottom: 10px;
  text-transform: unset;
  flex-grow: 1;
  padding-right: 10px;
  font-size: 15px;
  text-align: justify;
  cursor: pointer;
}
.section-518 .arrows-container {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-518 .arrows-container span {
  flex-grow: 0 !important;
  font-size: 50px !important;
}
@media screen and (min-width: 992px) {
  .section-565 .inner-blurb-primary {
    padding-right: 50px !important;
  }
}
button#euCookieAcceptWP {
  background-color: #002855;
}
.featured-slick.collapse {
  overflow: hidden;
  height: 0 !important;
}
@media screen and (min-width: 768px) {
  .feature-text {
    padding: 0 150px;
  }
}
.arrows-container.collapse {
  display: none !important;
}
.section-567, .section-753, .section-1394 {
  margin: 75px 0;
  display: flex !important;
  align-items: flex-end;
  min-height: 37.53333vw !important;
  background-position: center !important;
}
.section-567 {
  margin-bottom: 10px;
  margin-top: 30px;
  min-height: unset !important;
}
@media screen and (max-width: 767px) {
  .section-567 .featured-slick {
    width: 100% !important;
  }
}
.section-567 .optional-feature-slick-wrapper {
  padding-bottom: 0 !important;
}
.section-567 .news-block {
  padding-bottom: 30px !important;
}
.section-567 .slick-slide {
  padding-top: 0 !important;
}
.section-1394 {
  margin: 30px 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.section-1394 h2.post-title {
  color: white !important;
}
.section-1394 p {
  color: white !important;
}
.section-1394 .arrows-container span.fa {
  color: white !important;
}
.section-1394 .product-cta a {
  color: white !important;
}
.section-1394 .optional-feature-slick-wrapper {
  overflow: visible;
}
.section-877 .small-title, .section-989 .small-title {
  color: white !important;
}
.section-877 p, .section-989 p {
  color: white !important;
}
.section-877 .arrows-container span.fa, .section-989 .arrows-container span.fa {
  color: white !important;
}
.section-877 a, .section-989 a {
  color: white !important;
}
.section-788 {
  overflow: visible;
}
.section-788 .edit-section-link {
  display: none;
}
@media screen and (min-width: 768x) {
  .section-788 #menu-main-menu-1 {
    min-width: 587px;
  }
}
.section-788 #menu-main-menu-1 li a {
  text-transform: uppercase !important;
}
.section-788 #menu-main-menu-1 li ul a {
  text-transform: uppercase !important;
  color: #002855 !important;
}
.section-788 #menu-main-menu-1 li ul a:hover {
  color: #002855 !important;
}
.section-788 ul {
  border-radius: 0 !important;
}
.section-788 ul li ul .col-md-4 a {
  color: #002855 !important;
  padding: 5px 0;
  display: block;
  width: 100%;
  text-align: left !important;
}
.section-788 ul li ul .col-md-4 a:hover {
  color: #002855 !important;
}
.section-788 ul li ul .col-md-4 li {
  text-align: left !important;
  display: block;
  width: 100%;
}
.section-753 {
  margin: 60px 0;
  margin-top: 40px;
}
.section-75 {
  position: relative;
  top: -53px;
  min-height: 496px;
  overflow: visible;
  height: calc(546px - 53px);
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .section-75 {
    height: 100%;
    top: 0;
    min-height: 100%;
  }
}
.section-75 .flex-line-text {
  font-size: 20px;
  margin-top: 0;
}
.section-193 .flex-line-text {
  font-size: 20px;
}
.section-732 {
  background-position-y: 50% !important;
}
.section-737 {
  margin-bottom: 20px;
}
.section-737 .inner-blurb-primary {
  margin-top: 0px;
  padding: 37.5px 35px !important;
}
.section-737 .inner-blurb-secondary {
  border-top: 1px solid #e6e7e8;
}
.section-737 .inner-blurb-secondary a {
  margin-top: 10px;
  color: #002855;
  display: block;
}
.section-747 {
  padding-bottom: 0;
  padding-top: 25px;
}
.section-747 .h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
.section-571 .top-blurb, .section-1371 .top-blurb {
  background-color: #002855;
  color: white;
}
@media screen and (min-width: 992px) {
  .section-571 .top-blurb, .section-1371 .top-blurb {
    padding: 30px 250px;
  }
}
.section-571 .small-title, .section-1371 .small-title {
  margin-top: 100px;
  margin-bottom: 80px;
}
.section-1371 {
  margin-top: 0;
}
.section-1371 .arrows-container {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-1371 .menu-row {
  width: 45% !important;
}
@media screen and (max-width: 767px) {
  .section-1371 .menu-row {
    width: 100% !important;
  }
}
.section-1371 .slick-track {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-1371 .slick-track {
    padding-bottom: 0px;
  }
}
.section-1371 .featured-slick {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}
.section-1371 .news-block {
  height: 100%;
}
.section-1371 .product-row span {
  text-align: center;
  cursor: pointer;
  padding-right: 0;
}
@media screen and (min-width: 1921px) {
  .absolute-background .news-block {
    padding-top: calc(25% + 150px) !important;
  }
}
@media screen and (max-width: 1920px) {
  .absolute-background .news-block {
    padding-top: calc(25% + 165px) !important;
  }
}
@media screen and (max-width: 767px) {
  .absolute-background .news-block {
    padding-top: 0 !important;
  }
}
.absolute-background img {
  position: absolute;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .absolute-background img {
    position: relative;
    height: auto;
  }
}
.section-634 {
  padding: 50px 0;
  padding-top: 25px;
}
.section-634 p {
  font-family: "avenir-book", sans-serif;
  color: #fff;
}
.section-634 .h1-expander {
  color: #fff;
}
.section-634 .wp-image-2077 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .section-634 {
    padding: 30px;
  }
}
/*** contact section for technology pages ***/
.page-id-12 .section-104, .page-id-2287 .section-104, .page-id-4613 .section-104, .page-id-4925 .section-104 {
  background: #000 !important;
}
.page-id-12 .section-104 .contact-box, .page-id-2287 .section-104 .contact-box, .page-id-4613 .section-104 .contact-box, .page-id-4925 .section-104 .contact-box {
  background: #fff;
  padding-bottom: 0;
}
.page-id-12 .section-104 .container, .page-id-2287 .section-104 .container, .page-id-4613 .section-104 .container, .page-id-4925 .section-104 .container {
  display: flex;
}
.section-641, .section-404 {
  padding: 40px 0;
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, #090c3a 33%, #090c3a 65%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, #090c3a 33%, #090c3a 65%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, #090c3a 33%, #090c3a 65%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000",GradientType=0);
  /* IE6-9 */
}
.section-641 p, .section-641 div, .section-641 h1, .section-404 p, .section-404 div, .section-404 h1 {
  color: white;
}
.section-641 p, .section-404 p {
  font-family: "avenir-book", sans-serif;
}
.section-641 h1, .section-404 h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 40px;
  font-family: "helvetica-thin", sans-serif;
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transform-origin: 0 50%;
}
.section-656 {
  padding-bottom: 0;
}
.animated-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 50px;
  font-family: "helvetica-thin", sans-serif;
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transform-origin: 0 50%;
  animation-name: stretch;
  animation-duration: 4s;
  animation-delay: 0s;
}
@-webkit-keyframes ws-stretch {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-moz-keyframes ws-stretch {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-o-keyframes ws-stretch {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes ws-stretch {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.center-title-animation.in-view span {
  transform-origin: center;
  animation: ws-stretch;
  animation-duration: 2s;
  animation-delay: 0s;
}
.center-title-animation span {
  display: inline-block;
}
.gradient-background-tech {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, #090c3a 33%, #090c3a 65%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, #090c3a 33%, #090c3a 65%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, #090c3a 33%, #090c3a 65%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000",GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .section-641 {
    padding: 20px 0 0 0;
  }
}
.section-404 {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-404 {
    background-position-x: 70% !important;
  }
}
.section-409 .button-row {
  padding: 5px 0;
  justify-content: unset;
}
.section-409 .button-row a {
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.section-409 .button-row a:hover {
  background: none !important;
  color: #fff;
}
.section-409 .small-title {
  color: white !important;
  font-size: 17px !important;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
}
.section-409 .sales-contact .inner-content {
  border: 1px solid #002855;
  box-shadow: none !important;
}
.section-409 .sales-contact .contact-info a {
  font-size: 14px;
  color: #002855;
  font-weight: normal;
}
.section-409 a {
  background-color: transparent;
  font-weight: 600;
  font-size: 17px;
}
.section-409 a:hover {
  text-decoration: none;
}
.section-671 .container-fluid {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-671 .sly-wrap {
    padding: 0 15px;
  }
  .section-671 .sly-wrap .sly .frame ul li.first-item {
    margin-left: 30px;
    padding-right: 30px;
  }
}
.no-underline {
  border-bottom: none !important;
}
.page-id-3875 .container, .page-id-4878 .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-id-3875 .intro_images, .page-id-4878 .intro_images {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-id-3875 .intro_images, .page-id-4878 .intro_images {
    flex-direction: column;
  }
}
.page-id-3875 .product_highlight, .page-id-4878 .product_highlight {
  border-bottom: 1px solid white;
  padding: 50px 0px !important;
}
.page-id-3875 .product_highlight ul, .page-id-4878 .product_highlight ul {
  padding-left: none;
}
.page-id-3875 .intro_text_gallery, .page-id-4878 .intro_text_gallery {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-id-3875 .intro_text_gallery, .page-id-4878 .intro_text_gallery {
    flex-direction: column;
  }
}
.page-id-3875 .vi3d_subheader, .page-id-4878 .vi3d_subheader {
  font-size: 2.7rem;
  color: white;
  font-family: "helvetica-thin", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-id-3875 .vi3d_gallery div, .page-id-4878 .vi3d_gallery div {
  padding: 0px;
}
.page-id-3875 .vi3d_gallery img, .page-id-4878 .vi3d_gallery img {
  margin: 0;
}
.page-id-3875 .cert-badge, .page-id-4878 .cert-badge {
  margin-top: 0px !important;
}
.page-id-3875 .cpn-title, .page-id-4878 .cpn-title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 0px;
}
.page-id-3875 .cpn-title h1, .page-id-4878 .cpn-title h1 {
  font-size: 80px;
  letter-spacing: 1rem;
}
@media only screen and (max-width: 767px) {
  .page-id-3875 .cpn-title h1, .page-id-4878 .cpn-title h1 {
    font-size: 30px;
  }
}
.page-id-3875 .cpn-title-2 h1, .page-id-4878 .cpn-title-2 h1 {
  font-size: 40px;
  letter-spacing: 1rem;
}
@media only screen and (max-width: 767px) {
  .page-id-3875 .cpn-title-2 h1, .page-id-4878 .cpn-title-2 h1 {
    font-size: 25px;
  }
}
.page-id-3875 .tm, .page-id-4878 .tm {
  vertical-align: super;
  font-size: 0.4em;
}
.page-id-3875 .sly .frame ul li.first-item, .page-id-4878 .sly .frame ul li.first-item {
  margin-left: 0px !important;
  padding: 50px 50px 50px 0;
}
.page-id-3875 .sly .frame, .page-id-4878 .sly .frame {
  height: fit-content;
}
.page-id-3875 .center-title-animation, .page-id-4878 .center-title-animation {
  color: white;
}
.page-id-3875 .sly .frame ul li img, .page-id-4878 .sly .frame ul li img {
  background: transparent !important;
}
.section-643, .tech-section {
  padding-left: 0;
  padding-right: 0;
}
.section-643 .h1, .tech-section .h1 {
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 100px;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 10px;
  font-family: "helvetica-thin", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-643 .h1, .tech-section .h1 {
    font-size: 32px;
  }
}
.section-643 .link-break, .tech-section .link-break {
  display: none;
  width: 50px;
  background-color: #c7c7c7;
  margin: 15px 0;
  height: 1px;
}
.section-643 .h2, .section-643 p, .tech-section .h2, .tech-section p {
  color: white;
}
.section-643 .h2, .tech-section .h2 {
  font-family: "helvetica-thin", sans-serif;
  text-transform: uppercase;
}
.section-643 p, .tech-section p {
  font-family: "avenir-book", sans-serif;
}
.section-643 .description, .tech-section .description {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section-643 .tech-btn, .tech-section .tech-btn {
  color: white;
  border-radius: 25px;
  padding: 8px 40px;
  background-color: #002855;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 8px rgba(74, 100, 128, 0.8);
}
.section-643 .tech-btn:hover, .tech-section .tech-btn:hover {
  color: #002855;
  background-color: white;
}
.section-643 .tech-btn.tech-btn-1, .tech-section .tech-btn.tech-btn-1 {
  margin-top: 25px;
}
.section-643 {
  padding-top: 0;
  padding-bottom: 10px;
}
.tech-section .description.pt0 {
  padding-top: 0;
}
.section-817 {
  padding-bottom: 0;
  padding-top: 35px;
}
@media screen and (min-width: 992px) {
  .section-817 .testimonial-p {
    padding: 0 180px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-817 .slick-wrapper .slick-slide {
    width: inherit !important;
  }
}
.section-817 .post-title {
  font-family: "avenir-bold", sans-serif;
  font-size: 19px;
}
.section-817 .career-btn {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
}
.section-817 .career-btn:hover {
  background-color: #002855;
  color: white;
  text-decoration: none;
}
.section-817 .text-center .career-btn {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-817 .text-center .career-btn {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-817 .arrows-container {
    display: none !important;
  }
}
.section-817 .news-block {
  min-height: 262px;
}
.section-817 .news-block .career-btn {
  margin-top: 15px;
}
.section-817 .news-block h2 {
  min-height: 44px;
}
@media screen and (max-width: 1920px) and (min-width: 1092px) {
  #eu-cookie-bar {
    padding: 5px 30%;
  }
}
@media screen and (max-width: 767px) {
  #eu-cookie-bar {
    font-size: 10px;
    padding-bottom: 5px !important;
    top: 50px;
    bottom: 0;
    bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  #euCookieAcceptWP {
    display: block;
    margin: 5px auto !important;
  }
}
.career-btn {
  background-color: transparent;
  border-radius: 25px;
  padding: 8px 35px;
  border: 1px solid #373737;
  color: #373737;
  margin-top: 25px;
}
.section-810 .small-title {
  color: #373737;
}
.slick-container-testimonial .slick-slide {
  transform: scale(1);
}
.slick-container-testimonial .testimonial-p {
  color: #002855;
}
.slick-container-testimonial .testimonial-name {
  font-weight: bold;
  color: #002855;
}
.slick-container-testimonial.slick-container-testimonial-ts1 .testimonial-name {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .slick-container-testimonial.slick-container-testimonial-ts1 .testimonial-name {
    padding-bottom: 15px;
  }
}
.slick-container-testimonial.slick-container-testimonial-ts1 .testimonial-p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .slick-container-testimonial {
    width: 75%;
    margin: 0 auto;
  }
}
.testimonial-p {
  font-family: "helvetica-thin", sans-serif;
  color: white;
  font-size: 23px;
}
.section-813 {
  padding: 50px 0;
}
.section-813 h3 {
  font-size: 25px;
  margin-bottom: 0;
  color: white;
}
.section-813 .arrows-container {
  margin-top: 0;
}
.section-813 .slick-track {
  padding: 20px 0;
}
.section-813 .fa {
  color: white;
}
@media screen and (min-width: 1921px) {
  .section-794 {
    min-height: 16vw !important;
  }
}
@media screen and (max-width: 1920px) {
  .section-794 {
    min-height: 28vw !important;
  }
}
.section-797 .row {
  align-items: flex-end;
}
.section-797 .inner-blurb-primary {
  padding: 43px 35px !important;
}
.section-797 .inner-blurb-secondary {
  padding-top: 20px;
}
.section-799 {
  padding-top: 50px;
}
.section-799, .four-block {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section-799 .row.flex, .four-block .row.flex {
    flex-wrap: wrap;
  }
}
.section-799 .content, .four-block .content {
  padding: 50px 0;
}
.section-799 .col-md-6, .four-block .col-md-6 {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .section-799 .col-md-6, .four-block .col-md-6 {
    width: 100%;
  }
}
.section-799 .gray, .four-block .gray {
  padding: 50px 0;
  height: 100%;
  min-height: 346px;
  background-size: cover;
}
.section-799 .h1, .four-block .h1 {
  margin-top: 5px;
  font-family: "helvetica-thin", sans-serif;
  font-size: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-799 .h1, .four-block .h1 {
    font-size: 40px;
  }
}
.section-799 .h1 strong, .four-block .h1 strong {
  font-family: "helvetica-bold", sans-serif;
}
.section-799 .content {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 91, 0.75);
}
.section-799 .color2 .content {
  background-color: rgba(66, 66, 68, 0.75);
}
.section-799 .gray {
  display: block;
  position: relative;
}
.section-799 .gray:hover .content {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-799 .gray:hover .content .h1 {
  color: white;
}
@media screen and (max-width: 767px) {
  .content-layer.content-text-layer {
    position: relative !important;
  }
}
.title-link {
  font-size: 15px !important;
}
.ctf-tweet-media img {
  display: none;
}
.twitter-feed-column {
  background-position: center;
}
.section-1021 .content, .social-feed-stream .content {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 91, 0.75);
}
.section-1021 .content-layer, .social-feed-stream .content-layer {
  justify-content: center !important;
}
.section-1021 .inner-content .fa-circle.fa-stack-2x, .social-feed-stream .inner-content .fa-circle.fa-stack-2x {
  color: #002855;
  padding-left: 0;
  font-size: 50px;
}
.section-1021 .inner-content > a, .social-feed-stream .inner-content > a {
  padding-left: 30px;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  padding-top: 25px;
}
.section-1021 .inner-content .fa-stack, .social-feed-stream .inner-content .fa-stack {
  width: 2em;
  font-size: 25px;
}
.section-1021 .inner-content .fab, .social-feed-stream .inner-content .fab {
  padding-left: 0;
}
.section-1021 .inner-content .fa-linkedin-in, .social-feed-stream .inner-content .fa-linkedin-in {
  padding-left: 0px !important;
}
.section-1021 .gray, .social-feed-stream .gray {
  display: block;
  position: relative;
  padding: 0;
}
.section-1021 .gray:hover .fa-circle.fa-stack-2x, .social-feed-stream .gray:hover .fa-circle.fa-stack-2x {
  color: #a7a9ac;
}
.section-1021 .gray:hover .fa-stack-1x, .social-feed-stream .gray:hover .fa-stack-1x {
  color: #002855;
}
.section-1021 .gray:hover .content, .social-feed-stream .gray:hover .content {
  display: flex;
  align-items: unset;
  justify-content: unset;
  flex-direction: column;
  padding: 25px 30px;
}
.section-1021 .gray:hover .content p, .social-feed-stream .gray:hover .content p {
  margin-top: 20px;
  padding: 0;
}
.section-1021 .gray:hover .content .h1, .social-feed-stream .gray:hover .content .h1 {
  color: white;
}
.section-1021 .gray:hover .content .fa-circle.fa-stack-2x, .social-feed-stream .gray:hover .content .fa-circle.fa-stack-2x {
  color: #a7a9ac;
}
.section-1021 .gray:hover .content .fa-stack-1x, .social-feed-stream .gray:hover .content .fa-stack-1x {
  color: #002855;
}
@media screen and (min-width: 768px) {
  .four-block .row {
    width: 80%;
    margin: 0 auto;
  }
}
.four-block .gray {
  display: block;
  position: relative;
}
.four-block .content-layer {
  display: block;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.four-block .fa-circle.fa-stack-2x {
  padding-left: 30px;
  color: #d1d3d4;
}
.four-block .fa-linkedin-in {
  padding-left: 45px !important;
}
.four-block p {
  color: white;
  padding: 25px 30px;
}
.four-block .fa-plus-circle {
  font-weight: 300;
}
.four-block .fa, .four-block .fab {
  font-size: 30px;
  color: white;
  padding-left: 30px;
}
.four-block .gradient-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 40, 80, 0.8);
}
.news-container-product .white-content-trigger {
  color: #393a3c !important;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
}
.news-container-product .white-content-trigger:hover {
  text-decoration: none;
}
.news-container-product .white-content-trigger span {
  font-weight: 300;
  color: #393a3c !important;
  margin-right: 8px;
  font-size: 30px;
}
div.uppercase-title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 15px;
  color: #fff;
}
.section-740 {
  padding: 25px 0;
}
.section-740 .primary-color-background {
  padding-top: 50px;
}
.section-740 .primary-color-background p {
  padding: 0 25px;
}
.section-740 .feature-btn:hover {
  background-color: white !important;
  color: #002855 !important;
}
@-webkit-keyframes stretch {
  0% {
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 0);
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    letter-spacing: 10px;
  }
}
@-moz-keyframes stretch {
  0% {
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 0);
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    letter-spacing: 10px;
  }
}
@-o-keyframes stretch {
  0% {
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 0);
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    letter-spacing: 10px;
  }
}
@keyframes stretch {
  0% {
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 0);
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    letter-spacing: 10px;
  }
}
.section-1267 {
  background-color: black;
}
.section-1267 .wp-caption {
  background: transparent !important;
}
.section-1267 .wp-caption-text {
  background-color: transparent;
  text-align: center;
  color: white !important;
  font-family: "avenir-bold", sans-serif;
  font-size: 25px !important;
  margin-top: 15px !important;
  font-weight: 600 !important;
}
.section-1267 h2 {
  color: white;
  font-family: "helvetica-thin", sans-serif !important;
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: 300;
}
/*** contact section for technology pages ***/
.page-id-12 h1, .postid-176 h1, .page-id-18 h1, .page-id-2287 h1, .page-id-4613 h1, .page-id-4925 h1 {
  transform-origin: 0 50%;
  -ms-transform-origin: 50% 50%;
  animation-name: stretch;
  animation-duration: 4s;
  animation-delay: 0s;
}
.page-id-12 .h2, .page-id-12 h2, .page-id-12 p, .postid-176 .h2, .postid-176 h2, .postid-176 p, .page-id-18 .h2, .page-id-18 h2, .page-id-18 p, .page-id-2287 .h2, .page-id-2287 h2, .page-id-2287 p, .page-id-4613 .h2, .page-id-4613 h2, .page-id-4613 p, .page-id-4925 .h2, .page-id-4925 h2, .page-id-4925 p {
  animation-duration: 4s;
  animation-delay: 0.5s;
}
.page-id-12 .top-area, .postid-176 .top-area, .page-id-18 .top-area, .page-id-2287 .top-area, .page-id-4613 .top-area, .page-id-4925 .top-area {
  background-color: black;
}
.page-id-12 .top-area .container, .postid-176 .top-area .container, .page-id-18 .top-area .container, .page-id-2287 .top-area .container, .page-id-4613 .top-area .container, .page-id-4925 .top-area .container {
  background-color: black;
}
.page-id-12 #menu-main-menu-1 li > a:hover, .postid-176 #menu-main-menu-1 li > a:hover, .page-id-18 #menu-main-menu-1 li > a:hover, .page-id-2287 #menu-main-menu-1 li > a:hover, .page-id-4613 #menu-main-menu-1 li > a:hover, .page-id-4925 #menu-main-menu-1 li > a:hover {
  color: white !important;
}
.page-id-12 #menu-main-menu-1 li ul a, .postid-176 #menu-main-menu-1 li ul a, .page-id-18 #menu-main-menu-1 li ul a, .page-id-2287 #menu-main-menu-1 li ul a, .page-id-4613 #menu-main-menu-1 li ul a, .page-id-4925 #menu-main-menu-1 li ul a {
  color: #002855 !important;
}
.page-id-12 #menu-main-menu-1 li ul a:hover, .postid-176 #menu-main-menu-1 li ul a:hover, .page-id-18 #menu-main-menu-1 li ul a:hover, .page-id-2287 #menu-main-menu-1 li ul a:hover, .page-id-4613 #menu-main-menu-1 li ul a:hover, .page-id-4925 #menu-main-menu-1 li ul a:hover {
  color: #002855 !important;
}
.page-id-12 .site-core, .postid-176 .site-core, .page-id-18 .site-core, .page-id-2287 .site-core, .page-id-4613 .site-core, .page-id-4925 .site-core {
  background-color: black;
}
.page-id-12 #menu-main-menu-1 a, .postid-176 #menu-main-menu-1 a, .page-id-18 #menu-main-menu-1 a, .page-id-2287 #menu-main-menu-1 a, .page-id-4613 #menu-main-menu-1 a, .page-id-4925 #menu-main-menu-1 a {
  color: white;
}
.page-id-12 .fa-search:before, .postid-176 .fa-search:before, .page-id-18 .fa-search:before, .page-id-2287 .fa-search:before, .page-id-4613 .fa-search:before, .page-id-4925 .fa-search:before {
  color: white !important;
}
.showup {
  opacity: 1 !important;
}
.page-id-3875 .specifications-wrapper h2:after {
  display: none !important;
}
.page-id-4878 .specifications-wrapper h2:after {
  display: none !important;
}
/* AI PAGE */
.page-id-4925 .top-area > .container {
  justify-content: center;
}
.page-id-4925 h1 {
  color: #fff;
  font-size: 47px;
  font-family: "helvetica-thin", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-id-4925 h1 {
    font-size: 30px;
  }
}
.page-id-4925 h2 {
  color: #fff;
  font-size: 42px;
  letter-spacing: 3.84px;
  font-family: "helvetica-thin", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page-id-4925 h2 {
    font-size: 28px;
  }
}
.page-id-4925 p {
  color: #fff;
  font-family: "avenir-book", sans-serif;
  text-size-adjust: 100%;
}
.page-id-4925 p.hero-text {
  font-size: 22px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-id-4925 p.hero-text {
    font-size: 20px;
  }
}
.page-id-4925 .outer-container > .container {
  width: 1440px;
}
.page-id-4925 #header-custom-area-2 .outer-container > .container {
  width: 100%;
}
.page-id-4925 .section-104 h2 {
  color: #002855 !important;
}
.page-id-4925 .section-104 .container {
  width: 1092px;
}
.page-id-4925 .col-md-8 .product_content {
  margin-top: 28px !important;
  padding-bottom: 48px !important;
}
@media screen and (max-width: 1195px) {
  .page-id-4925 .col-md-8 .product_content {
    padding-bottom: 25px !important;
  }
}
.ai-hero {
  padding-bottom: 0;
  background: radial-gradient(circle at 70% 50%, black 0%, #212560 0%, black 25%);
}
.ai-hero .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ai-hero h1 {
  letter-spacing: 5px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transform-origin: 0 50%;
  font-size: 42px;
  animation-name: ws-stretch;
}
@media only screen and (max-width: 767px) {
  .ai-hero {
    background: radial-gradient(circle at 50% 80%, black 0%, #212560 0%, black 25%);
  }
}
.ai-technology {
  color: #fff;
  text-align: center;
  padding: 100px 0 0px 0;
  background: linear-gradient(0deg, black 0%, #212560 50%, black 100%);
}
.ai-technology h2 {
  margin-bottom: 35px;
}
.ai-technology .ait-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ai-technology .ait-icons .ait-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  margin: 0px 35px;
}
@media only screen and (max-width: 767px) {
  .ai-technology .ait-icons .ait-icon {
    margin-bottom: 20px;
  }
}
.ai-technology .ait-icons .ait-icon img {
  border: 3px solid #FF1818;
}
.ai-technology .ait-icons .ait-icon span {
  margin-top: 10px;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 3.73px;
}
.ai-threat-detection {
  padding: 0;
  margin-top: 0px;
}
.ai-threat-detection .ai-slider-nav-item {
  font-size: 30px;
  letter-spacing: 4.5px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .ai-threat-detection .ai-slider-nav-item {
    font-size: 28px;
  }
}
.ai-threat-detection .ai-slider-nav {
  height: 375px !important;
}
.ai-threat-detection .ai-slider-nav .slick-track {
  padding-top: 0;
  transform: unset !important;
}
@media only screen and (max-width: 767px) {
  .ai-threat-detection .ai-slider-nav .slick-slide {
    transform: scale(0.75);
    margin-left: 0;
  }
  .ai-threat-detection .ai-slider-nav .slick-slide.slick-current {
    opacity: 1;
  }
}
.ai-threat-detection .slick-slide {
  transform: scale(0.5);
  opacity: 0.5;
  cursor: pointer;
  margin-left: -100px;
}
.ai-threat-detection .slick-slide.slick-current {
  transform: scale(1);
  opacity: 1;
  margin-left: 0;
}
.ai-threat-detection .slick-list {
  margin-left: 0;
}
.ai-threat-detection .slick-arrow {
  color: white !important;
}
.ai-threat-detection .ai-slider-content {
  display: flex;
  align-items: center;
}
.ai-threat-detection .ai-slider-content .slick-slide {
  margin-left: 0;
}
.ai-threat-detection .ai-slider-content .slick-list {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ai-threat-detection .td-container {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .ai-threat-detection .td-container {
    flex-wrap: wrap;
  }
}
.ai-threat-detection .td-container .support-screener {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ai-threat-detection .td-container .support-screener h2:after {
  position: absolute;
  right: 50%;
}
@media only screen and (min-width: 768px) {
  .ai-threat-detection .row {
    display: flex;
  }
  .ai-threat-detection .row .col-sm-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .ai-deep-learning {
    margin-top: -325px;
  }
}
.ai-deep-learning h2 {
  font-size: 36px;
}
.ai-deep-learning h2:after {
  display: block;
  margin: 10px auto 10px auto;
  border-bottom: 1px solid #fff;
  max-width: 900px;
  content: "";
}
.ai-deep-learning p {
  font-size: 22px;
  max-width: 620px;
  margin: 0 auto;
}
.ai-screeners-threat {
  background: linear-gradient(0deg, black 0%, #212560 50%, black 100%);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 1500px) and (min-width: 992px) {
  .ai-screeners-threat .row {
    display: flex;
    align-items: flex-start;
  }
}
/* AI PAGE END */
/*** product information on dark background ***/
@media screen and (max-width: 992px) {
  .page-id-4925 .section-5034 {
    padding-top: 0;
  }
}
.page-id-4925 .section-4969 .td-container {
  margin-top: 75px;
}
@media screen and (max-width: 992px) {
  .page-id-4925 .section-4969 .td-container {
    margin-top: 200px;
  }
  .page-id-4925 .section-4969 .td-container .text-left.ai-features h2 {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .page-id-4925 .section-4969 .support-screener.col-md-8 {
    margin-bottom: 110px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 1215px) {
  .page-id-4925 .ai-threat-detection .content-section {
    padding-left: 100px;
  }
}
.page-id-4925 .section-4953 .content p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-id-4925 .section-4969 .ai-features {
    margin-bottom: 110px !important;
    margin-top: -60px !important;
  }
}
.page-id-4925 .ai-features .content {
  padding-top: 10px;
}
.page-id-4925 .ai-features .container-fluid {
  padding: 0;
}
.page-id-4925 .ai-features p {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .page-id-4925 .ai-features p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-4925 .ai-features .text-right.content p {
    float: right;
  }
}
@media screen and (min-width: 1500px) {
  .page-id-4925 .ai-features .text-left.support-screener {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .page-id-4925 .ai-features .text-left.support-screener {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1092px) {
  .page-id-4925 .ai-features .text-left.support-screener {
    padding-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .page-id-4925 .ai-features .text-left.support-screener {
    padding-left: 30px;
  }
}
.page-id-4925 .ai-features .text-left.support-screener h2:after {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1500px) {
  .page-id-4925 .ai-features .text-right.support-screener {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .page-id-4925 .ai-features .text-right.support-screener {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1092px) {
  .page-id-4925 .ai-features .text-right.support-screener {
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .page-id-4925 .ai-features .text-right.support-screener {
    padding-right: 30px;
  }
}
.page-id-4925 .ai-features .text-right.support-screener h2:after {
  position: absolute;
  right: 0;
  left: unset;
}
@media screen and (min-width: 768px) {
  .page-id-4925 .support-screener {
    margin-bottom: 100px;
    margin-top: 100px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .page-id-4925 .support-screener .col-md-6 {
    float: none;
    overflow: hidden;
  }
}
.page-id-4925 .support-screener img {
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 1500px) {
  .page-id-4925 .support-screener img {
    max-height: 300px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .page-id-4925 .support-screener img {
    margin: 0px 0 20px 0;
  }
}
.page-id-4925 .support-screener h2 {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.page-id-4925 .support-screener h2:after {
  content: "";
  display: block;
  width: 100vw;
  border-bottom: 1px solid #fff;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-id-4925 .support-screener p {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-4925 .content-section {
    padding: 0 20px;
  }
}
.page-id-4925 .content-section h2 {
  font-size: 3.6rem;
}
.page-id-4925 .content-section h2:after {
  left: 0;
}
@media screen and (max-width: 1500px) {
  .page-id-4925 .content-section h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-4925 .content-section h2 {
    font-size: 2.6rem;
    white-space: pre;
  }
}
@media screen and (max-width: 992px) {
  .page-id-4925 .content-section h2 {
    white-space: unset;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-4925 .content-section h2 {
    font-size: 28px;
  }
}
.page-id-4925 .availability .img-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
}
.page-id-4925 .availability .content {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-id-4925 .availability .content {
    max-width: 900px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}
.page-id-4925 .availability h2 {
  font-size: 3.6rem;
  color: white;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  max-width: 900px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-id-4925 .availability h2 {
    font-size: 28px;
  }
}
.page-id-4925 .availability h2:after {
  margin: 10px auto 0 auto;
  content: "";
  display: block;
}
.page-id-4925 .section-4938 {
  padding-top: 12px !important;
}
.page-id-4925 .section-4938 p {
  font-size: 1.7rem !important;
}
@media screen and (min-width: 768px) {
  .page-id-4925 .section-4953 .availability {
    width: 50%;
    margin: 0 auto;
  }
}
.page-id-4925 .product-info-background {
  width: 100%;
  background-color: transparent !important;
  padding: 0 !important;
}
.page-id-4925 .product-info-background h2 {
  color: white !important;
  font-size: 24px !important;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 21px;
}
.page-id-4925 .product-info-background h2 strong {
  font-weight: 400;
}
.page-id-4925 .product-info-background .product_content {
  border: 1px solid white;
  padding: 25px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-id-4925 .product-info-background .product_content {
    height: 314px;
  }
}
.page-id-4925 .product-info-background p {
  color: white !important;
}
@media screen and (min-width: 1195px) {
  .page-id-4925 .download-brochure-image {
    margin-top: 30px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .page-id-4925 .download-brochure-image img {
    width: 252px;
  }
}
.page-id-4925 .download-brochure {
  color: #002855 !important;
  border-radius: 25px;
  padding: 12px 15px !important;
  background-color: white;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 8px rgba(74, 100, 128, 0.8);
  margin-bottom: 12px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
}
@media screen and (max-width: 992px) {
  .page-id-4925 .download-brochure {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-4925 .download-brochure {
    margin: 30px auto;
  }
}
.page-id-4925 .download-brochure:hover {
  text-decoration: none;
  color: white !important;
  background-color: #002855 !important;
}
.postid-176 .certified-badge, .page-id-2287 .certified-badge, .page-id-3875 .certified-badge, .page-id-4613 .certified-badge, .page-id-4878 .certified-badge {
  display: none;
}
.postid-176 .product-highlights .col-md-8, .postid-176 .product-highlights .col-md-6, .page-id-2287 .product-highlights .col-md-8, .page-id-2287 .product-highlights .col-md-6, .page-id-3875 .product-highlights .col-md-8, .page-id-3875 .product-highlights .col-md-6, .page-id-4613 .product-highlights .col-md-8, .page-id-4613 .product-highlights .col-md-6, .page-id-4878 .product-highlights .col-md-8, .page-id-4878 .product-highlights .col-md-6 {
  opacity: 0.5;
}
.postid-176 #primary, .postid-176 .section-1111, .page-id-2287 #primary, .page-id-2287 .section-1111, .page-id-3875 #primary, .page-id-3875 .section-1111, .page-id-4613 #primary, .page-id-4613 .section-1111, .page-id-4878 #primary, .page-id-4878 .section-1111 {
  display: none !important;
}
.postid-176 .product-specs-container, .page-id-2287 .product-specs-container, .page-id-3875 .product-specs-container, .page-id-4613 .product-specs-container, .page-id-4878 .product-specs-container {
  top: 0 !important;
}
.postid-176 .specifications-wrapper, .page-id-2287 .specifications-wrapper, .page-id-3875 .specifications-wrapper, .page-id-4613 .specifications-wrapper, .page-id-4878 .specifications-wrapper {
  border: transparent;
}
@media screen and (min-width: 768px) {
  .postid-176 .specifications-wrapper, .page-id-2287 .specifications-wrapper, .page-id-3875 .specifications-wrapper, .page-id-4613 .specifications-wrapper, .page-id-4878 .specifications-wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .postid-176 .specifications-wrapper, .page-id-2287 .specifications-wrapper, .page-id-3875 .specifications-wrapper, .page-id-4613 .specifications-wrapper, .page-id-4878 .specifications-wrapper {
    padding: 0;
  }
}
.postid-176 .specifications-wrapper h2, .page-id-2287 .specifications-wrapper h2, .page-id-3875 .specifications-wrapper h2, .page-id-4613 .specifications-wrapper h2, .page-id-4878 .specifications-wrapper h2 {
  font-family: "helvetica-thin", sans-serif;
  color: white;
  font-weight: 400;
  padding-left: 0;
  font-size: 24px;
}
.postid-176 .specifications-wrapper h2:after, .page-id-2287 .specifications-wrapper h2:after, .page-id-3875 .specifications-wrapper h2:after, .page-id-4613 .specifications-wrapper h2:after, .page-id-4878 .specifications-wrapper h2:after {
  display: none;
}
.postid-176 .specifications-wrapper strong, .page-id-2287 .specifications-wrapper strong, .page-id-3875 .specifications-wrapper strong, .page-id-4613 .specifications-wrapper strong, .page-id-4878 .specifications-wrapper strong {
  font-weight: 400;
}
.postid-176 .flex .col-md-2, .page-id-2287 .flex .col-md-2, .page-id-3875 .flex .col-md-2, .page-id-4613 .flex .col-md-2, .page-id-4878 .flex .col-md-2 {
  padding-left: 0;
}
.postid-176 .flex .col-md-2 h3, .postid-176 .flex .col-md-2 p, .page-id-2287 .flex .col-md-2 h3, .page-id-2287 .flex .col-md-2 p, .page-id-3875 .flex .col-md-2 h3, .page-id-3875 .flex .col-md-2 p, .page-id-4613 .flex .col-md-2 h3, .page-id-4613 .flex .col-md-2 p, .page-id-4878 .flex .col-md-2 h3, .page-id-4878 .flex .col-md-2 p {
  color: white;
}
@media screen and (min-width: 768px) {
  .postid-176 .col-md-9, .page-id-2287 .col-md-9, .page-id-3875 .col-md-9, .page-id-4613 .col-md-9, .page-id-4878 .col-md-9 {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .postid-176 .col-md-3, .page-id-2287 .col-md-3, .page-id-3875 .col-md-3, .page-id-4613 .col-md-3, .page-id-4878 .col-md-3 {
    width: 30%;
  }
}
.postid-176 .product-info-background, .page-id-2287 .product-info-background, .page-id-3875 .product-info-background, .page-id-4613 .product-info-background, .page-id-4878 .product-info-background {
  width: 100%;
  background-color: transparent !important;
  padding: 0 !important;
}
.postid-176 .product-info-background h2, .page-id-2287 .product-info-background h2, .page-id-3875 .product-info-background h2, .page-id-4613 .product-info-background h2, .page-id-4878 .product-info-background h2 {
  color: white !important;
  font-size: 24px !important;
  font-family: "helvetica-thin", sans-serif;
}
.postid-176 .product-info-background h2 strong, .page-id-2287 .product-info-background h2 strong, .page-id-3875 .product-info-background h2 strong, .page-id-4613 .product-info-background h2 strong, .page-id-4878 .product-info-background h2 strong {
  font-weight: 400;
}
.postid-176 .product-info-background .product_content, .page-id-2287 .product-info-background .product_content, .page-id-3875 .product-info-background .product_content, .page-id-4613 .product-info-background .product_content, .page-id-4878 .product-info-background .product_content {
  border: 1px solid white;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .postid-176 .product-info-background .product_content, .page-id-2287 .product-info-background .product_content, .page-id-3875 .product-info-background .product_content, .page-id-4613 .product-info-background .product_content, .page-id-4878 .product-info-background .product_content {
    padding-right: 150px;
  }
}
.postid-176 .product-info-background p, .page-id-2287 .product-info-background p, .page-id-3875 .product-info-background p, .page-id-4613 .product-info-background p, .page-id-4878 .product-info-background p {
  color: white !important;
}
.postid-176 .download-brochure, .page-id-2287 .download-brochure, .page-id-3875 .download-brochure, .page-id-4613 .download-brochure, .page-id-4878 .download-brochure {
  color: white !important;
  margin-top: 40px;
  border-radius: 25px;
  padding: 12px 15px !important;
  background-color: #002855;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 8px rgba(74, 100, 128, 0.8);
}
.postid-176 .download-brochure:hover, .page-id-2287 .download-brochure:hover, .page-id-3875 .download-brochure:hover, .page-id-4613 .download-brochure:hover, .page-id-4878 .download-brochure:hover {
  text-decoration: none;
  color: #002855 !important;
  background: #fff;
}
.postid-176 .product-specs-container img, .page-id-2287 .product-specs-container img, .page-id-3875 .product-specs-container img, .page-id-4613 .product-specs-container img, .page-id-4878 .product-specs-container img {
  margin-top: 56px;
  padding: 25px;
  border: 1px solid white;
}
.postid-176 .section-1116, .page-id-2287 .section-1116, .page-id-3875 .section-1116, .page-id-4613 .section-1116, .page-id-4878 .section-1116 {
  background-color: black !important;
}
.postid-176 .section-1116 .flex-line, .page-id-2287 .section-1116 .flex-line, .page-id-3875 .section-1116 .flex-line, .page-id-4613 .section-1116 .flex-line, .page-id-4878 .section-1116 .flex-line {
  display: none !important;
}
.postid-176 .section-1116 .specifications-wrapper, .page-id-2287 .section-1116 .specifications-wrapper, .page-id-3875 .section-1116 .specifications-wrapper, .page-id-4613 .section-1116 .specifications-wrapper, .page-id-4878 .section-1116 .specifications-wrapper {
  display: none !important;
}
.postid-176 .section-104, .page-id-2287 .section-104, .page-id-3875 .section-104, .page-id-4613 .section-104, .page-id-4878 .section-104 {
  background-color: black !important;
}
.postid-176 .section-104 .container, .page-id-2287 .section-104 .container, .page-id-3875 .section-104 .container, .page-id-4613 .section-104 .container, .page-id-4878 .section-104 .container {
  display: flex;
}
.postid-176 .section-104 .contact-box, .page-id-2287 .section-104 .contact-box, .page-id-3875 .section-104 .contact-box, .page-id-4613 .section-104 .contact-box, .page-id-4878 .section-104 .contact-box {
  background-color: white;
  padding-bottom: 0;
}
.postid-176 .section-104 .contact-box h2, .page-id-2287 .section-104 .contact-box h2, .page-id-3875 .section-104 .contact-box h2, .page-id-4613 .section-104 .contact-box h2, .page-id-4878 .section-104 .contact-box h2 {
  margin-top: 0;
  color: #002855;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "helvetica-bold", sans-serif;
}
.page-id-3875 .product-info-background .product_content, .page-id-4878 .product-info-background .product_content {
  padding: 20px !important;
}
.section-1274 .container-fluid {
  padding: 0;
}
.section-1274 .specifications-wrapper {
  padding: 0 15px;
}
.section-695 {
  padding-top: 75px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-695 .product-catalog {
    margin-left: -1%;
    margin-right: -1%;
  }
  .section-695 .product-catalog .col-md-6 {
    width: 48%;
    margin: 0 1%;
  }
}
.section-695 .product-catalog .col-md-6:nth-of-type(even) .product {
  background-color: transparent;
  border: 1px solid #e6e7e8;
}
.section-695 .product-catalog .col-md-6:nth-of-type(even) .product .product-title a {
  color: #002855;
  padding: 8px 50px;
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  border: 1px solid #e6e7e8;
}
.section-695 .product-catalog .product > img {
  padding-top: 0;
  padding-bottom: 25px;
}
.section-695 .menu-row {
  margin: 10px auto 10px auto;
}
.product-cta {
  margin-bottom: 20px;
}
.learn-more {
  color: white !important;
  font-weight: 600;
  font-family: "avenir-roman", sans-serif;
  font-size: 14px;
}
.section-72, .section-2141, .section-2685 {
  background-position: center;
}
@media screen and (min-width: 1281px) {
  .section-72, .section-2141, .section-2685 {
    max-height: 26.583333vw !important;
  }
}
@media screen and (max-width: 1280px) {
  .section-72, .section-2141, .section-2685 {
    max-height: 33.583333vw !important;
  }
}
.product-list-alt {
  width: 90%;
}
.product-list-alt .slick-list {
  margin: 0 !important;
}
.product-list-alt .slick-slide {
  padding: 0 !important;
}
.section-2141 {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-2141 {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .section-2685 {
    display: flex !important;
  }
}
.section-89 .play-btn-container {
  background-image: url(https://www.astrophysicsinc.com/wp-content/uploads/2020/07/astro-means.jpg) !important;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: black;
  background-position-x: 55%;
}
.section-2141 .carousel, .section-2141 .carousel-inner, .section-2685 .carousel, .section-2685 .carousel-inner {
  height: 100%;
}
.section-2141 .carousel-inner > .item, .section-2685 .carousel-inner > .item {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .section-2141 .carousel-inner > .item, .section-2685 .carousel-inner > .item {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 480px) {
  .section-2141, .section-2685 {
    min-height: 51.583333vw !important;
  }
}
.section-2141 .carousel-indicators, .section-2141 .carousel-control, .section-2685 .carousel-indicators, .section-2685 .carousel-control {
  display: none;
}
.section-2141 .carousel-inner img, .section-2685 .carousel-inner img {
  filter: brightness(95%);
}
@media screen and (max-width: 767px) {
  .section-2141 .carousel-inner img, .section-2685 .carousel-inner img {
    height: -webkit-fill-available;
    width: fit-content;
  }
}
.section-2141 .container-fluid, .section-2685 .container-fluid {
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .section-2141 .narrow-title, .section-2685 .narrow-title {
    font-size: 15px;
    letter-spacing: 3.8px;
  }
}
@media screen and (max-width: 767px) {
  .section-2141 .section-title, .section-2685 .section-title {
    font-size: 15px;
    margin-bottom: -5px;
  }
}
.safari .section-2141, .safari .section-72 {
  max-height: 39.583333vw !important;
}
@media screen and (max-width: 480px) {
  .safari .section-2141, .safari .section-72 {
    max-height: 51.583333vw !important;
  }
}
.overlay-content {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding-top: 120px;
  margin: 0 auto;
  max-width: 1092px;
  display: inline-block;
  left: 0;
  right: 0;
  padding-left: 20px;
}
.section-705, .product-cta {
  padding-bottom: 50px;
  margin-top: 50px;
}
.section-705 a, .product-cta a {
  color: #3c3d3e;
}
.section-705 a:hover, .product-cta a:hover {
  text-decoration: none;
}
.section-705 .small-title, .product-cta .small-title {
  margin-top: 25px;
  text-transform: none;
}
.section-705 span, .product-cta span {
  font-size: 40px;
  font-weight: 300;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .section-712 .selectors select {
    max-width: calc(100vw - 60px);
  }
}
@media screen and (min-width: 992px) {
  .section-994 .menu-row, .section-695 .menu-row {
    width: 55% !important;
  }
}
.section-994 .product-catalog {
  flex-direction: row-reverse;
}
.section-994 .product-catalog .col-md-6:nth-of-type(2) {
  display: none;
}
.tech-background {
  background-color: #353637;
  padding: 15px 0;
  overflow: hidden;
}
.tech-background p {
  text-align: center;
  color: white;
}
.primary-color-background {
  background-color: #002855;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.primary-color-background p {
  padding: 0 50px;
  margin-bottom: 60px;
  color: white;
}
.feature-btn {
  padding: 8px 25px;
  font-size: 17px;
  color: white;
  border-radius: 25px;
  margin-left: 50px;
  border: 1px solid white;
}
.feature-btn:hover {
  color: white;
  text-decoration: none;
}
.page-id-14 .menu-row {
  width: 95%;
}
.page-id-14 .gray h2 {
  font-size: 22px;
}
.optional-feature-slick-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .optional-feature-slick-wrapper {
    flex-direction: column-reverse;
  }
}
.optional-feature-slick-wrapper .slick-track {
  padding: 0;
}
.optional-feature-slick-wrapper .product-cta {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.optional-feature-slick-wrapper .featured-slick {
  flex-grow: 1;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .optional-feature-slick-wrapper .featured-slick {
    width: 100%;
  }
}
.optional-feature-slick-wrapper .featured-slick {
  margin-top: 0;
}
.optional-feature-slick-wrapper .news-block {
  box-shadow: none;
  padding-bottom: 0;
}
.optional-feature-slick-wrapper .slick-slide {
  transform: unset;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .optional-feature-slick-wrapper .slick-slide {
    padding: 20px;
  }
  .optional-feature-slick-wrapper .slick-slide p {
    padding-right: 0 !important;
  }
  .optional-feature-slick-wrapper .slick-slide p br {
    display: none !important;
  }
}
.optional-feature-slick-wrapper p {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.optional-feature-slick-wrapper .post-title {
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  color: #393a3c !important;
}
@media screen and (min-width: 992px) {
  .optional-feature-slick-wrapper .slick-slide {
    padding-left: 80px;
  }
}
.optional-feature-slick-wrapper .arrows-container {
  width: 10%;
  padding: 0;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .optional-feature-slick-wrapper .arrows-container {
    width: auto;
  }
}
.optional-feature-slick-wrapper .arrows-container span {
  color: #393a3c !important;
}
.line-break {
  width: 60%;
  margin: 20px auto;
  background-color: #e6e6e6;
  height: 1px;
}
.feature {
  margin-bottom: 20px;
}
.flex-product {
  clear: both;
  display: flex;
}
.flex-product p {
  padding-left: 0 !important;
  padding-right: 50px;
  color: #002855;
}
.flex-product span {
  color: #002855;
  font-size: 30px;
  margin-right: 10px;
  font-weight: 300;
}
.flex-product .white-content-trigger {
  font-size: 17px;
  display: flex;
  color: #002855;
  align-items: center;
}
.flex-product .description {
  padding-left: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.smart-choice .smart-choice-background {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px 0;
}
.smart-choice .h1 {
  padding: 25px 45px;
  color: #3c3d3e;
}
.smart-choice p {
  color: white;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.smart-choice a {
  padding-left: 30px;
  color: white;
  text-transform: uppercase;
}
.smart-choice .inverse-background {
  background-color: rgba(230, 234, 238, 0.9);
}
.category-product-slick-wrapper a.slick-slide {
  text-align: left;
  text-transform: uppercase;
  color: #3c3d3e !important;
  font-size: 14px !important;
}
.section-838 {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-838 .flex-product {
    flex-direction: column;
  }
  .section-838 .flex-product .description {
    padding: 30px;
  }
}
.product-catalog {
  margin-top: 0;
}
.section-908 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
}
.section-908 img {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.section-1086 .product-catalog {
  margin-top: 0;
}
.section-910, .cta-section {
  margin-top: 30px;
}
.section-910 .inverse-background, .cta-section .inverse-background {
  padding: 25px 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
}
.section-910 .inverse-background .h1, .cta-section .inverse-background .h1 {
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
  color: #002855;
}
.product-layout-alternate .two-column {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .product-layout-alternate .two-column .col-md-6 {
    width: 48%;
    margin: 0 1%;
  }
}
.product-layout-alternate .product-catalog .product > img {
  margin-top: 0;
  padding-top: 0;
}
.product-layout-alternate .product-catalog .product a > img {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}
.product-layout-alternate .product-catalog .product-title {
  margin-top: 15px;
}
.product-layout-alternate .product-catalog .product-title a {
  padding: 8px 75px;
  border: 1px solid #002855;
}
.product-layout-alternate .product-catalog .col-md-6:nth-of-type(even) .product {
  background-color: transparent;
}
.product-layout-alternate .product-catalog .col-md-6:nth-of-type(even) .product .product-title a {
  border: 1px solid #002855;
}
.product-layout-alternate .product-catalog p {
  padding-left: 0 !important;
}
.product-layout-alternate .product-catalog .col-md-12 {
  padding: 0;
}
.product-layout-alternate .product-catalog .col-md-12 p {
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.product-layout-alternate .product-catalog .col-md-12 .product {
  border: 1px solid #e6e7e8;
  border-left: transparent;
  border-right: transparent;
}
.industry-container .post-title {
  display: none;
}
.industry-container .slick-slide {
  transform: scale(1);
}
.industry-container .slick-track {
  padding: 0;
}
.industry-container .line-break {
  margin-right: auto;
  margin-left: 0;
}
.industry-container .slick-list {
  margin: 0 -15px;
}
.industry-container p {
  padding-top: 10px;
}
blockquote {
  border-left: transparent;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px 15px;
  text-align: center;
}
.section-1010, .section-2509 {
  padding: 50px 0;
}
.section-2509 {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  #flags {
    width: 100%;
    padding-right: 20px;
  }
}
.section-1021 {
  padding-top: 0;
}
.section-1045 {
  padding: 25px 0;
}
.section-1045 .slick-track {
  padding: 0 !important;
}
.section-1063 .slick-list {
  margin: 0;
}
.section-1063 span {
  color: white;
  font-weight: 300;
  font-size: 30px;
}
.section-1063 .featured-post {
  min-height: 27vw;
}
@media screen and (max-width: 1680px) {
  .section-1063 .featured-post {
    min-height: 43vw;
  }
}
@media screen and (max-width: 1200px) {
  .section-1063 .featured-post {
    min-height: 60vw;
  }
}
@media screen and (max-width: 992px) {
  .section-1063 .featured-post {
    min-height: 70vw;
  }
}
.section-1063 h2 a {
  color: inherit;
  font-size: inherit;
  text-transform: none !important;
  font-family: "helvetica", sans-serif;
  font-weight: 600;
}
.section-1063 h2 a:hover {
  text-decoration: none;
}
.section-1063 .post-title {
  color: white;
  font-size: 30px;
  text-transform: none !important;
}
.section-1063 .slick-track {
  padding: 0;
}
.section-1063 p {
  color: white;
}
.section-1063 .col-md-6 {
  background-color: rgba(60, 61, 62, 0.8);
  padding: 25px 25px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .section-1063 .col-md-6 .post-title {
    padding-right: 51%;
  }
}
@media screen and (min-width: 768px) {
  .section-1063 .col-md-6 p {
    padding-right: 32%;
  }
}
.single-post #comments, .single-post #respond {
  display: none !important;
}
.events-list .slick-list {
  margin: 0;
  width: 100%;
}
.events-list .booth, .events-list .date {
  font-family: "avenir-roman", sans-serif;
}
.events-list .post-title {
  font-family: "avenir-roman", sans-serif;
  margin-top: 0;
}
.events-list .post-title:hover {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .events-list .events-block {
    padding-left: 0;
  }
}
.events-list .event-block {
  width: 100% !important;
}
.events-list .slick-slide {
  background-size: cover;
  display: flex;
  align-items: flex-end;
  width: 100% !important;
  border-bottom: 1px solid #c7c7c7;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .events-list .slick-slide {
    display: block !important;
  }
}
.section-1073 {
  margin-bottom: 20px;
}
.section-1073 .inner-blurb-primary {
  margin-top: 0;
}
.play-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-product .video-wrapper, .page-id-2287 .video-wrapper, .page-id-3875 .video-wrapper, .page-id-4613 .video-wrapper, .page-id-4878 .video-wrapper {
  background-color: white;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .single-product .col-md-9, .page-id-2287 .col-md-9, .page-id-3875 .col-md-9, .page-id-4613 .col-md-9, .page-id-4878 .col-md-9 {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .single-product .col-md-3, .page-id-2287 .col-md-3, .page-id-3875 .col-md-3, .page-id-4613 .col-md-3, .page-id-4878 .col-md-3 {
    width: 30%;
  }
}
.single-product .featured-slick a, .page-id-2287 .featured-slick a, .page-id-3875 .featured-slick a, .page-id-4613 .featured-slick a, .page-id-4878 .featured-slick a {
  text-align: center;
}
.single-product #respond, .single-product #comments, .page-id-2287 #respond, .page-id-2287 #comments, .page-id-3875 #respond, .page-id-3875 #comments, .page-id-4613 #respond, .page-id-4613 #comments, .page-id-4878 #respond, .page-id-4878 #comments {
  display: none;
}
.single-product .flex-line .line, .page-id-2287 .flex-line .line, .page-id-3875 .flex-line .line, .page-id-4613 .flex-line .line, .page-id-4878 .flex-line .line {
  background-color: white;
}
.single-product .flex-line .flex-line-text, .page-id-2287 .flex-line .flex-line-text, .page-id-3875 .flex-line .flex-line-text, .page-id-4613 .flex-line .flex-line-text, .page-id-4878 .flex-line .flex-line-text {
  font-size: 17px;
  color: #002855;
  font-weight: 600;
}
.single-product .ws-recent-entries-post-link, .page-id-2287 .ws-recent-entries-post-link, .page-id-3875 .ws-recent-entries-post-link, .page-id-4613 .ws-recent-entries-post-link, .page-id-4878 .ws-recent-entries-post-link {
  color: white;
  font-size: 17px;
  font-family: "helvetica-thin", sans-serif;
}
.single-product .ws-latest-posts-rows > div, .page-id-2287 .ws-latest-posts-rows > div, .page-id-3875 .ws-latest-posts-rows > div, .page-id-4613 .ws-latest-posts-rows > div, .page-id-4878 .ws-latest-posts-rows > div {
  border-bottom: transparent;
  padding-bottom: 0;
}
.single-product div.read-more, .page-id-2287 div.read-more, .page-id-3875 div.read-more, .page-id-4613 div.read-more, .page-id-4878 div.read-more {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-product div.read-more a, .page-id-2287 div.read-more a, .page-id-3875 div.read-more a, .page-id-4613 div.read-more a, .page-id-4878 div.read-more a {
  font-size: 17px;
  color: #002855;
}
@media screen and (min-width: 992px) {
  .single-product .optional-feature-slick-wrapper .slick-slide, .page-id-2287 .optional-feature-slick-wrapper .slick-slide, .page-id-3875 .optional-feature-slick-wrapper .slick-slide, .page-id-4613 .optional-feature-slick-wrapper .slick-slide, .page-id-4878 .optional-feature-slick-wrapper .slick-slide {
    padding-left: 15px;
    text-align: center;
  }
}
.single-product .related-products, .page-id-2287 .related-products, .page-id-3875 .related-products, .page-id-4613 .related-products, .page-id-4878 .related-products {
  margin-bottom: 50px;
  margin-top: 25px;
}
.single-product .product-specs-container, .page-id-2287 .product-specs-container, .page-id-3875 .product-specs-container, .page-id-4613 .product-specs-container, .page-id-4878 .product-specs-container {
  position: relative;
  top: -59px;
}
.single-product .small-title, .page-id-2287 .small-title, .page-id-3875 .small-title, .page-id-4613 .small-title, .page-id-4878 .small-title {
  font-size: 17px;
  font-weight: 600;
}
.single-product .product-highlights ul, .page-id-2287 .product-highlights ul, .page-id-3875 .product-highlights ul, .page-id-4613 .product-highlights ul, .page-id-4878 .product-highlights ul {
  padding-left: 15px;
}
.single-product .product-highlights li, .page-id-2287 .product-highlights li, .page-id-3875 .product-highlights li, .page-id-4613 .product-highlights li, .page-id-4878 .product-highlights li {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #002855;
  list-style: square;
}
.single-product h2, .page-id-2287 h2, .page-id-3875 h2, .page-id-4613 h2, .page-id-4878 h2 {
  font-family: "avenir-bold", sans-serif;
  font-size: 17px;
}
.single-product .entry-title, .page-id-2287 .entry-title, .page-id-3875 .entry-title, .page-id-4613 .entry-title, .page-id-4878 .entry-title {
  color: #002855;
  font-family: "helvetica-thin", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}
.single-product .line-break, .page-id-2287 .line-break, .page-id-3875 .line-break, .page-id-4613 .line-break, .page-id-4878 .line-break {
  margin-left: 0;
  margin-right: auto;
  background-color: #002855;
  width: 2vw;
}
.single-product .section-1111, .page-id-2287 .section-1111, .page-id-3875 .section-1111, .page-id-4613 .section-1111, .page-id-4878 .section-1111 {
  padding: 30px 0;
}
.single-product .section-1111 .row, .page-id-2287 .section-1111 .row, .page-id-3875 .section-1111 .row, .page-id-4613 .section-1111 .row, .page-id-4878 .section-1111 .row {
  display: flex;
}
.single-product .section-1111 .col-md-8 img, .page-id-2287 .section-1111 .col-md-8 img, .page-id-3875 .section-1111 .col-md-8 img, .page-id-4613 .section-1111 .col-md-8 img, .page-id-4878 .section-1111 .col-md-8 img {
  width: 100%;
}
.single-product .section-1111 .line-break, .page-id-2287 .section-1111 .line-break, .page-id-3875 .section-1111 .line-break, .page-id-4613 .section-1111 .line-break, .page-id-4878 .section-1111 .line-break {
  background-color: white;
}
.single-product .section-1111 .h2, .page-id-2287 .section-1111 .h2, .page-id-3875 .section-1111 .h2, .page-id-4613 .section-1111 .h2, .page-id-4878 .section-1111 .h2 {
  margin-top: 0;
  text-transform: uppercase;
  color: #002855;
}
@media screen and (min-width: 768px) {
  .single-product .product_content, .page-id-2287 .product_content, .page-id-3875 .product_content, .page-id-4613 .product_content, .page-id-4878 .product_content {
    padding-right: 150px;
  }
}
.single-product .product_content p, .page-id-2287 .product_content p, .page-id-3875 .product_content p, .page-id-4613 .product_content p, .page-id-4878 .product_content p {
  color: #939598;
}
.single-product .news-container a, .page-id-2287 .news-container a, .page-id-3875 .news-container a, .page-id-4613 .news-container a, .page-id-4878 .news-container a {
  font-size: 15px !important;
}
.single-product .news-container a:focus, .page-id-2287 .news-container a:focus, .page-id-3875 .news-container a:focus, .page-id-4613 .news-container a:focus, .page-id-4878 .news-container a:focus {
  outline: 0;
}
.single-product .download-brochure, .page-id-2287 .download-brochure, .page-id-3875 .download-brochure, .page-id-4613 .download-brochure, .page-id-4878 .download-brochure {
  font-family: "avenir-bold", sans-serif;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  text-transform: uppercase;
}
.single-product .arrows-container .fa, .page-id-2287 .arrows-container .fa, .page-id-3875 .arrows-container .fa, .page-id-4613 .arrows-container .fa, .page-id-4878 .arrows-container .fa {
  top: 5px;
  position: relative;
  padding: 0 15px !important;
  font-size: 40px;
  font-weight: 300;
}
.single-product .generator, .page-id-2287 .generator, .page-id-3875 .generator, .page-id-4613 .generator, .page-id-4878 .generator {
  color: #002855;
  margin-top: 0px;
  font-family: "helvetica-thin", sans-serif;
  font-size: 23px;
}
.single-product .product-info-background, .page-id-2287 .product-info-background, .page-id-3875 .product-info-background, .page-id-4613 .product-info-background, .page-id-4878 .product-info-background {
  padding: 30px;
  height: 100%;
  background-color: white;
}
.single-product .product-info-background h2, .page-id-2287 .product-info-background h2, .page-id-3875 .product-info-background h2, .page-id-4613 .product-info-background h2, .page-id-4878 .product-info-background h2 {
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  color: #002855;
  margin-bottom: 30px;
}
.single-product .col-md-3 .product-info-background, .page-id-2287 .col-md-3 .product-info-background, .page-id-3875 .col-md-3 .product-info-background, .page-id-4613 .col-md-3 .product-info-background, .page-id-4878 .col-md-3 .product-info-background {
  padding: 15px 30px;
}
@media screen and (min-width: 992px) {
  .section-1111 .col-md-8 {
    padding-right: 115px;
  }
}
.section-1116 {
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible;
  height: calc(100% - 59px);
}
.section-1116 .certified-badge {
  position: relative;
  top: -59px;
}
.section-1116 .certified-badge img {
  margin-top: 0;
}
.section-1116 .row {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.section-1116 .col-md-9 {
  display: flex;
}
.specifications-wrapper {
  width: 100%;
  border: 1px solid white;
  overflow: hidden;
  padding: 15px 15px;
}
.specifications-wrapper h2 {
  text-transform: uppercase;
  color: #002855;
  padding-left: 15px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "avenir-bold", sans-serif;
}
.specifications-wrapper h2 span {
  text-transform: none;
  font-weight: 300;
}
.specifications-wrapper h3 {
  color: #3e3e40;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: "avenir-book", sans-serif;
}
.specifications-wrapper p {
  color: #3e3e40;
  font-size: 16px;
  font-family: "avenir-book", sans-serif;
}
.specifications-wrapper .col-md-2 {
  width: auto;
}
.specifications-wrapper .flex .col-md-2 {
  flex-grow: 1;
  padding-right: 0;
}
.specifications-wrapper .flex {
  flex-wrap: wrap;
}
.section-1206 {
  padding: 60px 0;
}
#footer {
  background-color: #002855;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  #footer #footer-widgets > .container {
    padding: 35px 15px;
  }
}
#footer .basement {
  display: none;
}
#footer .custom-html-widget {
  color: white;
}
#footer .contact-section span {
  display: block;
  margin-top: 4px;
}
#footer .contact-section br {
  display: none;
}
#footer .contact-section h3 {
  font-size: 16px;
}
#footer .contact-section p {
  margin-top: 4px;
}
#footer .contact-section a {
  margin-top: 4px;
  display: block;
}
#footer div {
  font-family: "avenir-roman", sans-serif;
}
#footer li {
  line-height: 20px;
}
#footer li a {
  font-family: "avenir-roman", sans-serif;
}
#footer p {
  color: white;
  line-height: 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "avenir-roman", sans-serif;
}
#footer #footer-widgets {
  padding: 0;
  position: relative;
  z-index: 1;
}
#footer h3 {
  font-family: "avenir-medium", sans-serif;
  color: white;
  text-align: left;
  font-size: 15px;
  margin-bottom: 4px;
}
#footer h3.widget-title {
  text-transform: uppercase;
  text-align: left;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#footer h3.widget-title:after {
  position: relative;
  width: 1.25vw;
  content: "";
  border-bottom: 2px solid white;
  display: block;
  bottom: 0;
  height: 1px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  #footer h3.widget-title:after {
    width: 7.25vw;
  }
}
@media screen and (min-width: 768px) {
  #footer .widget_nav_menu {
    width: 23%;
    margin: 0 1%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  #footer #custom_html-4 {
    width: 23%;
    margin: 0 1%;
    float: left;
  }
}
#footer #custom_html-3 {
  display: block;
  float: left;
}
@media screen and (min-width: 768px) {
  #footer #custom_html-3 {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  #footer #custom_html-3 {
    display: none;
  }
}
#footer a {
  color: white;
  text-align: left;
}
.navbar-inverse {
  background-color: #002855;
}
@media only screen and (max-width: 767px) {
  .navbar-inverse {
    z-index: 1000000;
  }
}
.mobile-menu #menu-item-774 {
  margin-bottom: 15px;
}
.mobile-menu #menu-item-2020 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #footer-widgets > .container {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .navbar-collapse {
    margin: 0 !important;
  }
}
.advantage-box {
  overflow: hidden;
  font-size: 1.6rem;
  text-align: left;
}
.advantage-box img {
  transition: transform 0.5s ease;
}
.advantage-box:hover img {
  transform: scale(1.1);
}
.ws-expander .wse-hide {
  width: 0px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ws-expander .lb {
    display: block;
  }
}
.h1-expander .wse-hide {
  margin-bottom: -10px;
}
.h2-expander .wse-hide {
  margin-bottom: -0.19em;
}
.hxc .wp-image-647 {
  margin-top: 100px;
}
.hxc-parallax-container {
  padding-bottom: 100px !important;
  position: relative;
}
.hxc-parallax-container .hxc-car {
  position: relative;
  z-index: 90;
}
.hxc-parallax {
  position: absolute;
  top: 0;
}
.hxc-parallax.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  max-width: 1140px;
}
@media only screen and (max-width: 767px) {
  .hxc-parallax.fixed {
    max-width: calc(100vw - 60px);
  }
}
.hxc-parallax .tech-background {
  padding: 20px 0 15px 0;
}
.product-highlights-container {
  position: relative;
}
.product-highlights-container .ph-title {
  position: absolute;
  top: 0;
}
.product-highlights-container .ph-title.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
}
#horiz_container li {
  max-width: 300px;
}
#horiz_container li img {
  padding: 30px 20px;
  background: #fff;
  margin-right: 20px;
}
#horiz_container li.first-item {
  max-width: 100Vw;
  width: 500px;
  height: 100%;
  vertical-align: middle;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  background: none;
}
@media only screen and (min-width: 1200px) {
  #horiz_container li.first-item {
    padding: 50px 50px 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #horiz_container {
    margin-left: calc((100vw - 1170px) / 2);
  }
}
#scrollbar {
  width: 100%;
  margin: 50px auto 100px auto;
}
#scrollbar #track {
  width: 100%;
  border-radius: 0;
  height: 4px;
}
#scrollbar #track #dragBar {
  border-radius: 0;
  height: 4px;
  cursor: pointer;
  top: 0 !important;
  width: 100px !important;
}
.fast-facts {
  text-align: center;
  background: url("images/fast-facts-bg.jpg") center;
  background-size: cover;
  margin-bottom: 20px;
}
.fast-facts .ff-title {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  margin-top: 60px;
  margin-bottom: 0;
}
.fast-facts .ff-subtitle {
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}
.fast-facts .certification-badges {
  margin-bottom: -50px;
}
.sly {
  /* Wrapper */
  /* Frame */
  /* Scrollbar */
  /* Pages */
  /* Controls */
}
.sly .container {
  margin: 0 auto;
}
.sly .wrap {
  position: relative;
  margin: 3em 0;
}
.sly .frame {
  height: 550px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sly .frame {
    height: 300px;
  }
}
.sly .frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.sly .frame ul li {
  float: left;
  width: 290px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0 15px 0 0;
  color: #ddd;
  text-align: left;
  cursor: pointer;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .sly .frame ul li {
    width: auto;
  }
}
.sly .frame ul li img {
  padding: 30px 20px;
  background: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .sly .frame ul li img {
    height: calc(100% - 30px);
    width: auto;
  }
}
.sly .frame ul li.first-item {
  max-width: 100Vw;
  width: 500px;
  height: 100%;
  vertical-align: middle;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .sly .frame ul li.first-item {
    margin-left: calc((100vw - 1170px) / 2);
    padding: 50px 50px 50px 0;
  }
}
.sly .scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #676767;
  line-height: 0;
}
.sly .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #e5e5e5;
  cursor: pointer;
}
.sly .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.sly .pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.sly .pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.sly .pages li:hover {
  background: #aaa;
}
.sly .pages li.active {
  background: #666;
}
.sly .controls {
  margin: 25px 0;
  text-align: center;
}
.support-screener li.first-item {
  width: 400px !important;
  display: list-item !important;
  margin-left: 0 !important;
  padding: 0 15px 0 0 !important;
}
.support-screener li {
  width: 400px !important;
}
.support-screener .sly .frame ul li img {
  background: transparent !important;
}
.support-screener .sly .frame {
  height: 400px !important;
}
@media screen and (max-width: 992px) {
  .mobile-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .mod-wrap {
    padding-right: 50px;
  }
}
/**** modal junk ***/
#brochure-request, #x-ray-request {
  height: auto;
  display: inline-table;
  padding: 20px;
  margin-top: 100px;
  display: block;
  z-index: -1;
}
#brochure-request .modal-body, #x-ray-request .modal-body {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: white;
  max-width: 500px;
  margin: 0 auto;
}
#brochure-request .modal-body #input_5_12, #x-ray-request .modal-body #input_5_12 {
  display: flex;
  justify-content: center;
}
#brochure-request #field_5_4, #x-ray-request #field_5_4 {
  margin-bottom: 25px;
}
#brochure-request #gform_submit_button_5, #x-ray-request #gform_submit_button_5 {
  margin-left: 0;
}
#brochure-request .h2, #x-ray-request .h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}
.modal-open #brochure-request {
  z-index: 1050;
}
.modal-open #x-ray-request {
  z-index: 1050;
}
span#close-brochure {
  cursor: pointer;
}
.mobile-menu .mobile-search {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
}
.mobile-menu .mobile-search .mobile-search-trigger {
  color: #fff;
  cursor: pointer;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mobile-menu .mobile-search .mobile-search-trigger .fa-times {
  display: none;
}
.mobile-menu .mobile-search .search_form {
  width: 0;
  overflow: hidden;
}
.mobile-menu a {
  padding: 15px;
  font-size: 18px;
}
.product-catalog .col-md-6 .product {
  min-height: 526px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-893, .section-989 {
  color: #fff;
}
.section-893 .small-title, .section-989 .small-title {
  color: #fff;
}
.section-893 a, .section-989 a {
  color: #fff;
}
.section-898 .menu-row {
  margin: 10px auto 10px auto;
}
@media only screen and (max-width: 767px) {
  .section-898 .product-row {
    flex-direction: column;
  }
  .section-898 .product-row a {
    text-align: center;
  }
}
.service-hero .sh-text {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .service-hero .sh-text {
    max-width: 600px;
  }
}
.round-btn {
  color: #002855;
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  padding: 8px 75px;
  border: 1px solid #002855;
}
.round-btn:hover {
  text-decoration: none;
  background-color: #002855;
  color: white !important;
}
.service-tech-support {
  min-height: 900px;
}
.service-tech-support p {
  color: #fff;
}
.service-tech-support p.two-col {
  letter-spacing: 0.5px;
  column-count: 2;
  column-gap: 55px;
}
@media only screen and (max-width: 767px) {
  .service-tech-support p.two-col {
    column-count: 1;
  }
}
.service-tech-support h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.service-tech-support h3 {
  color: #fff;
  font-family: "helvetica-thin", sans-serif;
  font-size: 2.6rem;
  margin: 80px 0 20px 0;
}
.service-tech-support .ts-dropdown {
  margin-top: 30px;
}
.service-tech-support .ts-dropdown .tsd-trigger {
  border: 1px solid #fff;
  padding: 5px 10px;
}
.service-tech-support .ts-dropdown .tsd-trigger p {
  font-size: 18px;
  margin: 0;
  letter-spacing: normal;
}
@media only screen and (max-width: 575px) {
  .service-tech-support .ts-dropdown .tsd-trigger p .ph-nr {
    display: block;
  }
}
.service-tech-support .ts-dropdown .tsd-body {
  background: rgba(253, 253, 254, 0.21);
  height: 0;
  overflow: hidden;
}
.service-tech-support .ts-dropdown .tsd-body .tsdb-inner {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .mobile-menu .navbar-fixed-top {
    position: fixed !important;
  }
}
.service-cmc {
  padding: 50px 0;
}
.service-cmc .h1 {
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
}
.service-cmc p {
  color: #002855;
  letter-spacing: 1.2px;
  column-count: 2;
  column-gap: 80px;
}
@media only screen and (max-width: 767px) {
  .service-cmc p {
    column-count: 1;
  }
}
@media screen and (max-width: 767px) {
  .service-cmc br {
    display: none !important;
  }
}
.service-dedicated .h1 {
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
.service-dedicated p {
  color: #fff;
  letter-spacing: 1px;
  column-count: 2;
  column-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .service-dedicated p {
    column-count: 1;
  }
}
.service-preventative {
  padding-bottom: 0;
}
.service-preventative .h1 {
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
.service-preventative p {
  color: #fff;
  letter-spacing: 0.25px;
  column-count: 2;
  column-gap: 65px;
}
@media only screen and (max-width: 767px) {
  .service-preventative p {
    column-count: 1;
  }
}
.service-preventative img {
  width: 100%;
  margin-top: 60px;
}
.service-extended {
  padding-top: 70px;
}
.service-extended .h1 {
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
}
.service-extended p {
  color: #002855;
  letter-spacing: 0.5px;
  column-count: 2;
  column-gap: 70px;
}
@media only screen and (max-width: 767px) {
  .service-extended p {
    column-count: 1;
  }
}
.service-pm {
  padding-top: 50px;
}
.service-pm .h1 {
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
.service-pm p {
  color: #fff;
  letter-spacing: 0.25px;
  column-count: 2;
  column-gap: 70px;
}
@media only screen and (max-width: 767px) {
  .service-pm p {
    column-count: 1;
  }
}
.page-id-1195 .section-104 {
  display: none !important;
}
#footer .row {
  display: flex;
}
#footer #footer-widget-1 {
  display: flex;
  flex-wrap: wrap;
}
#footer #custom_html-3 {
  margin-top: auto !important;
}
#footer .contact-section p a {
  line-height: 20px;
  margin-top: 0 !important;
  font-size: 1.4rem;
}
#footer .contact-section h3 {
  margin-bottom: 0 !important;
  line-height: 25px;
}
#footer .contact-section p {
  margin-top: 0 !important;
}
.service-consulting {
  padding-bottom: 60px;
}
.service-consulting .h1 {
  text-transform: uppercase;
  font-family: "helvetica-thin", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
.service-consulting p {
  color: #fff;
  letter-spacing: 0.25px;
  column-count: 2;
  column-gap: 70px;
}
@media only screen and (max-width: 767px) {
  .service-consulting p {
    column-count: 1;
  }
}
.service-consulting img {
  width: 100%;
  margin-top: 40px;
}
.page-id-18 .section-104 {
  background: #000 !important;
}
.page-id-18 .section-104 .container {
  display: flex;
}
.page-id-18 .section-104 .contact-box {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .page-id-18 .section-104 .contact-box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .section-333 {
    background-position: right !important;
  }
}
#field_2_19 {
  margin-bottom: 10px;
  border-bottom: transparent;
  margin-top: 47px !important;
}
#field_2_19 h2 {
  color: #002855;
  font-weight: 500;
}
#field_2_15, #field_2_18 {
  width: 120px;
  float: left;
  margin-top: 0 !important;
  clear: none !important;
  margin-bottom: 47px;
}
#field_2_15 .ginput_container, #field_2_18 .ginput_container {
  width: 100%;
  margin-top: 0 !important;
}
#field_2_15 .ginput_container input, #field_2_18 .ginput_container input {
  margin-top: 0 !important;
}
/*** PRODUCT TEMPLATE NEW 2021 ***/
.product-template-new-2021 {
  background: url("images/VI3D-BG.jpg") #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-template-new-2021 .top-area {
  background: none;
}
.product-template-new-2021 .top-area .container {
  background: none;
}
.product-template-new-2021 .site-core {
  background: none;
}
.product-template-new-2021 #primary {
  background: none;
}
.product-template-new-2021 .contact-box {
  background: #fff;
}
.product-template-new-2021 .cpn-title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.product-template-new-2021 .cpn-title h1 {
  font-size: 60px;
  letter-spacing: 1rem;
}
.product-template-new-2021 .cpn-title h1 .tm {
  vertical-align: super;
  font-size: 0.5em;
}
.product-template-new-2021 .badges {
  margin: 100px 0;
}
.product-template-new-2021 .badges .flex-line .flex-line-text {
  color: #fff;
}
.product-template-new-2021 .cpn-product-highlights {
  margin-bottom: 75px;
}
.product-template-new-2021 .cpn-product-highlights h2 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.product-template-new-2021 .cpn-product-highlights ul {
  padding-left: 1em;
  list-style: square;
}
.product-template-new-2021 .cpn-product-highlights ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-template-new-2021 .product-info-background {
  border: 1px solid #fff;
  background: none;
}
.product-template-new-2021 .product-info-background .product_content {
  padding: 0;
}
.product-template-new-2021 .product-info-background .product_content h2 {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
}
.product-template-new-2021 .product-info-background .product_content p {
  color: #fff;
  font-size: 17px;
}
.product-template-new-2021 .specifications-wrapper {
  margin-top: 50px;
  border: none;
}
.product-template-new-2021 .specifications-wrapper h2 {
  font-size: 24px;
  color: #fff;
}
.product-template-new-2021 .specifications-wrapper h3 {
  color: #fff;
}
.product-template-new-2021 .specifications-wrapper p {
  color: #fff;
}
.product-template-new-2021 .download-brochure {
  color: white !important;
  border-radius: 25px;
  padding: 12px 15px !important;
  background-color: #002855;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 8px rgba(74, 100, 128, 0.8);
  margin: 55px auto 0 auto;
  font-size: 20px;
  max-width: 300px;
}
.product-template-new-2021 .download-brochure:hover {
  text-decoration: none;
  color: #002855 !important;
  background: #fff;
}
/*** VI3D PAGE ***/
.page-id-3875, .page-id-4878 {
  background: url("images/VI3D-BG.jpg") #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-3875 .mejs-overlay-button, .page-id-4878 .mejs-overlay-button {
  visibility: hidden;
}
.page-id-3875 .section-3902, .page-id-4878 .section-3902 {
  padding-bottom: 10px;
}
.page-id-3875 .top-area, .page-id-4878 .top-area {
  background: none;
}
.page-id-3875 .top-area .container, .page-id-4878 .top-area .container {
  background: none;
}
.page-id-3875 .site-core, .page-id-4878 .site-core {
  background: none;
}
.page-id-3875 #primary, .page-id-4878 #primary {
  background: none;
}
.page-id-3875 .contact-box, .page-id-4878 .contact-box {
  background: #fff;
}
.page-id-3875 .vi3d-text, .page-id-4878 .vi3d-text {
  padding: 0;
}
.page-id-3875 .vi3d-text p, .page-id-4878 .vi3d-text p {
  color: #fcfcfd;
  font-size: 20px;
}
.page-id-3875 .vi3d-text p:first-child, .page-id-4878 .vi3d-text p:first-child {
  margin-bottom: 40px;
}
.page-id-3875 .flex-line .flex-line-text, .page-id-4878 .flex-line .flex-line-text {
  color: white;
}
.page-id-3875 .cert-badge, .page-id-4878 .cert-badge {
  margin-top: 100px;
}
.page-id-3875 .vi3d-next-gen, .page-id-4878 .vi3d-next-gen {
  padding-bottom: 0;
  padding-top: 0px;
}
.page-id-3875 .vi3d-next-gen h2, .page-id-4878 .vi3d-next-gen h2 {
  color: #fff;
  font-family: "helvetica-thin", sans-serif !important;
  text-transform: uppercase;
  font-size: 27px !important;
  font-weight: 300;
}
.page-id-3875 .vi3d-next-gen h2:after, .page-id-4878 .vi3d-next-gen h2:after {
  display: block;
  content: "";
  width: 65px;
  margin: 20px 0 40px 0;
}
.page-id-3875 .vi3d-next-gen ul, .page-id-4878 .vi3d-next-gen ul {
  list-style-type: none;
  padding-left: 0em;
}
.page-id-3875 .vi3d-next-gen ul li, .page-id-4878 .vi3d-next-gen ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.page-id-3875 .vi3d-next-gen .wp-image-3890, .page-id-4878 .vi3d-next-gen .wp-image-3890 {
  margin-bottom: 150px;
}
.page-id-3875 .ph-row, .page-id-4878 .ph-row {
  margin-bottom: 100px;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 768px) {
  .page-id-3875 .ph-row, .page-id-4878 .ph-row {
    display: flex;
  }
}
.page-id-3875 .ph-row .col-md-6, .page-id-4878 .ph-row .col-md-6 {
  padding-right: 30px;
  padding-left: 30px;
}
.page-id-3875 .ph-text, .page-id-4878 .ph-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-id-3875 .ph-text h3, .page-id-4878 .ph-text h3 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.page-id-3875 .ph-img .ph-img-bg, .page-id-4878 .ph-img .ph-img-bg {
  height: 400px;
  display: flex;
  background: #fff;
  justify-content: center;
  flex-direction: column;
}
.page-id-3875 .ph-img img, .page-id-4878 .ph-img img {
  max-height: 400px;
  width: auto;
}
.page-id-3875 .specifications-wrapper, .page-id-4878 .specifications-wrapper {
  margin-top: 100px;
}
.page-id-3875 .specifications-wrapper h2:after, .page-id-4878 .specifications-wrapper h2:after {
  display: block;
  content: "";
  width: 65px;
  border-bottom: 1px solid #fff;
  margin: 20px 0 40px 0;
}
.page-id-3875 .wp-image-3905, .page-id-4878 .wp-image-3905 {
  margin-top: 56px;
}
.page-id-3875 .download-brochure, .page-id-4878 .download-brochure {
  margin: 55px auto 0 auto;
  font-size: 20px;
}
/*** spanish careers page ***/
html[lang="es"] .section-797 .inner-blurb-primary {
  padding: 54px 35px !important;
}
.imgover, .spritespin-canvas, .spritespin-stage, #s1S {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 1170px;
  max-height: 658px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .imgover, .spritespin-canvas, .spritespin-stage, #s1S {
    height: 37.35vw !important;
  }
}
.large-360 {
  margin-bottom: 195px;
}
.view-360 .gradient-background-tech {
  display: block;
  overflow: hidden;
  position: relative;
}
.postid-180 .view-360 {
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.postid-180 .badges {
  margin-bottom: 0 !important;
}
.postid-180 .imgover, .postid-180 .spritespin-canvas, .postid-180 .spritespin-stage, .postid-180 #s1S {
  margin: 0 auto;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .postid-180 .imgover, .postid-180 .spritespin-canvas, .postid-180 .spritespin-stage, .postid-180 #s1S {
    max-width: 516px !important;
    max-height: 516px !important;
  }
}
@media screen and (max-width: 767px) {
  .postid-180 .imgover, .postid-180 .spritespin-canvas, .postid-180 .spritespin-stage, .postid-180 #s1S {
    height: 37.35vw !important;
  }
}
.postid-180 .imgover .container {
  max-width: 690px !important;
  max-height: 517px !important;
}
@media screen and (min-width: 768px) {
  .postid-180 .imgover .container {
    margin-left: -102px;
  }
}
.postid-180 .imgloader {
  transform: translate(-50%, 50%);
  bottom: -90px !important;
}
.postid-901 .imgloader {
  transform: translate(-50%, 30%);
}
.view-360.drag-to-spin .imgloader {
  bottom: 50px !important;
}
.single-product .view-360 {
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-product .imgover, .single-product .spritespin-canvas, .single-product .spritespin-stage, .single-product #s1S {
  margin: 0 auto;
  max-width: 1092px;
  max-height: 613.33px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-product .imgover, .single-product .spritespin-canvas, .single-product .spritespin-stage, .single-product #s1S {
    height: 37.35vw !important;
  }
}
.single-product .imgover .container {
  max-width: 1092px;
  max-height: 613.33px;
}
.single-product .imgloader {
  bottom: 50px !important;
}
.gradient-background-tech .spin-container {
  max-width: 1170px;
  display: inline;
}
.imgover .container {
  max-width: 1170px;
  max-height: 658px;
}
.spritespin-instance.loading {
  background: transparent !important;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  position: absolute;
}
.imgloader {
  position: absolute;
  top: 50% !important;
  margin-top: -35px;
  left: 50%;
  right: 50%;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block !important;
}
/* FOOTER CSS */
#footer {
  background: linear-gradient(180deg, #07396c 0%, black 100%);
}
#footer #nav_menu-2 {
  width: 20%;
}
@media screen and (max-width: 991px) {
  #footer #nav_menu-2 {
    width: 100%;
  }
}
#footer #nav_menu-4 {
  width: 26%;
}
@media screen and (max-width: 991px) {
  #footer #nav_menu-4 {
    width: 100%;
  }
}
#footer #footer-widgets > .container, #footer #footer-widgets {
  background-color: transparent;
}
#footer #footer-widget-1 a {
  white-space: pre;
}
#footer #footer-widget-1 {
  width: 75%;
}
@media screen and (min-width: 992px) {
  #footer #footer-widget-1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #footer #footer-widget-1 {
    width: 100%;
  }
}
#footer #footer-widget-2 {
  width: 25%;
}
@media screen and (min-width: 992px) {
  #footer #footer-widget-2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #footer #footer-widget-2 {
    width: 100%;
  }
}
#footer .container {
  max-width: 1092px !important;
}
#footer h3.widget-title:after {
  border-bottom: transparent;
}
#footer .contact-section p {
  opacity: 0.67;
}
#footer .contact-section h3 {
  margin-bottom: 10px;
}
#footer li {
  line-height: 30px;
}
#footer .menu li {
  text-transform: uppercase;
  opacity: 0.67;
}
#footer #custom_html-3 {
  margin-top: 37.5px;
  text-transform: uppercase;
}
#footer .last-h3 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  #footer .row {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  #footer h3.widget-title {
    text-align: center !important;
  }
  div#nav_menu-6 {
    width: 100%;
  }
  div#nav_menu-5 {
    width: 100%;
  }
}
/***************************************/
/*
#footer {
    padding-top: 50px;
    background: linear-gradient(180deg, rgba(7, 57, 108, 1) 0%, rgba(0, 0, 0, 1) 100%);
} 

#footer #footer-widgets {
    background-color: transparent;
}

#footer-widgets > .container {
    background-color: transparent;
}

#footer #footer-widget-1 a {
    white-space: pre;
	  text-transform: uppercase;
}

.hidden-xs.hidden-sm {
	  text-transform: uppercase;
}

#footer .container {
    max-width: 1092px !important;
}

#footer #nav_menu-2 {
    width: 20%;
}

#footer #nav_menu-4 {
    width: 26%;
}

#footer #footer-widget-2 {
    width: 25%;
}

#footer h3.widget-title:after {
    display: none;
}

@media screen and (min-width: 992px) {

    #footer #footer-widget-2 {
        padding-left: 0;
    }

}

/* ////////// */
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 767px) {
  .about-page-video {
    height: 250px;
  }
  .navbar-fixed-top .navbar-collapse {
    width: 100%;
  }
  #footer {
    text-align: center;
  }
  #footer a {
    text-align: center;
  }
  #footer h3 {
    text-align: center;
  }
  #footer h3.widget-title {
    text-align: center;
  }
  #footer h3.widget-title:after {
    margin: 0 auto;
  }
}
/*** footer for AI page ***/
.page-id-4925 #footer {
  padding-top: 50px !important;
  background: linear-gradient(180deg, #07396c 0%, black 100%);
}
.page-id-4925 #footer #nav_menu-2 {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .page-id-4925 #footer #nav_menu-2 {
    width: 100%;
  }
}
.page-id-4925 #footer #nav_menu-4 {
  width: 26%;
}
@media screen and (max-width: 991px) {
  .page-id-4925 #footer #nav_menu-4 {
    width: 100%;
  }
}
.page-id-4925 #footer #footer-widgets > .container, .page-id-4925 #footer #footer-widgets {
  background-color: transparent;
}
.page-id-4925 #footer #footer-widget-1 a {
  white-space: pre;
}
.page-id-4925 #footer #footer-widget-1 {
  width: 75%;
}
@media screen and (min-width: 992px) {
  .page-id-4925 #footer #footer-widget-1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-id-4925 #footer #footer-widget-1 {
    width: 100%;
  }
}
.page-id-4925 #footer #footer-widget-2 {
  width: 25%;
}
@media screen and (min-width: 992px) {
  .page-id-4925 #footer #footer-widget-2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-id-4925 #footer #footer-widget-2 {
    width: 100%;
  }
}
.page-id-4925 #footer .container {
  max-width: 1092px !important;
}
.page-id-4925 #footer h3.widget-title:after {
  border-bottom: transparent;
}
.page-id-4925 #footer .contact-section p {
  opacity: 0.67;
}
.page-id-4925 #footer .contact-section h3 {
  margin-bottom: 10px;
}
.page-id-4925 #footer li {
  line-height: 30px;
}
.page-id-4925 #footer .menu li {
  text-transform: uppercase;
  opacity: 0.67;
}
.page-id-4925 #footer #custom_html-3 {
  margin-top: 37.5px;
  text-transform: uppercase;
}
.page-id-4925 #footer .last-h3 {
  margin-bottom: 10px !important;
}
.fast-facts .ff-subtitle {
  color: #fff;
  font-size: 12px;
  margin-bottom: 60px;
}
.section-154 .menu-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-154 .menu-row:before, .section-154 .menu-row:after {
  display: none;
}
.menu-row.row .menu-links:last-child, .menu-row.row .menu-links {
  text-align: left;
}
.section-130 .row .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
}
