/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
  padding: 0;
  background-color: var(--header-bg-color);
}

.header .top-header-mobile .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: initial;
}

.header .top-header-mobile .cta-mobile {
  padding-bottom: 19px;
  max-width: 330px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .cta-mobile {
    padding-bottom: 0;
    margin: 0;
  }
}
.header .top-header-mobile .cta-mobile .btn--primary {
  padding: 0 20px;
  text-transform: uppercase;
  color: #173756;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.header .top-header-mobile .cta-mobile strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  color: #173756;
  padding-left: 15px;
}

.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile {
    height: 84px;
  }
}
.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
  max-width: 144px;
}

.header #nav-mobile .site-logo img {
  padding: 12px 0;
}

.header .phone-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header .phone-section .contact-phone {
  color: white;
  font-size: 31px;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .header .phone-section .contact-phone {
    flex-direction: column;
  }
}
.header .phone-section .contact-phone span {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.52px;
  text-transform: capitalize;
  max-width: 110px;
}

@media screen and (min-width: 1200px) {
  .header .phone-section .contact-phone span {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    max-width: initial;
  }
}
.header .top-header-desktop {
  position: relative;
}

.header .top-header-desktop .container {
  max-width: 1180px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .container {
    max-width: initial;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .container {
    max-width: 1580px;
    padding: 0 15px;
  }
}
.header .top-header-desktop-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .top-header-desktop .site-logo-wrap {
  max-width: 180px;
  display: block;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .site-logo-wrap {
    max-width: 253px;
  }
}
.header .top-header-desktop .desktop-menu {
  position: relative;
  max-width: 900px;
}

@media screen and (min-width: 1600px) {
  .header .top-header-desktop .desktop-menu {
    max-width: 1026px;
  }
}
.hero {
  padding-top: 25px;
  position: relative;
  /*img.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; 

    @include media('<tablet') {
      height: 363px;
    }   

    @include media('>=widescreen') {
      object-fit: cover;
    }
  }*/
}

.hero-home {
  position: relative;
  min-height: 726px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--color-primary);
}

@media (max-width: 1199px) {
  .hero-home {
    background-size: 100%;
    background-position: top;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .row {
    min-height: 344px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .row {
    min-height: 726px;
  }
}
.hero-home .gradient {
  position: relative;
}

.hero-home .gradient:before {
  background: linear-gradient(to bottom, rgba(3, 39, 76, 0), rgb(3, 39, 76));
  content: "";
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-home .banner-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-video-poster {
    position: initial;
  }
}
.hero-home .banner-video-poster .btn-play {
  position: absolute;
  top: 50%;
  left: calc(50% - 99px);
  z-index: 4;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-video-poster .swiper {
    overflow: visible;
  }
}
.hero-home .banner-video-poster .hero-videos {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  padding: 0 20px;
  z-index: 4;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-video-poster .hero-videos {
    position: initial;
    max-width: 100%;
    transform: none;
  }
}
.hero-home .banner-video-poster .hero-videos .swiper-wrapper {
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.hero-home .banner-video-poster .hero-videos .swiper-slide {
  display: flex;
  justify-content: center;
}

.hero-home .banner-video-poster .hero-videos .hero-video-card {
  width: 100%;
  min-width: 330px;
  border-radius: 6px;
  display: block;
  margin-bottom: 0;
}

.hero-home .banner-video-poster .hero-videos .hero-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero-home .banner-video-poster .hero-videos .hero-video-thumb img {
  border-radius: 20px;
}

.hero-home .banner-video-poster .hero-videos .hero-video-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-home .banner-video-poster .hero-videos .hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-home .banner-video-poster .hero-videos .hero-video-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
}

.hero-home .banner-video-poster .hero-videos .swiper-pagination {
  position: static;
  margin-top: 16px;
}

.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-content {
  position: relative;
  z-index: 3;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.hero-home .banner-content .content {
  max-width: 476px;
  margin-left: auto;
}

.hero-home .banner-content .banner-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 21px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-content .content {
    max-width: 420px;
  }
}
@media (max-width: 1199px) {
  .hero-home {
    display: block;
    height: auto;
    text-align: center;
  }
  .hero-home .banner-video-poster {
    position: relative;
    width: 100%;
  }
  .hero-home .banner-video-poster .btn-play {
    left: 50%;
  }
  .hero-home .banner-video-poster .hero-videos {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 28px;
  }
  .hero-home .banner-content {
    padding: 10px 0 0;
  }
  .hero-home .banner-content .content {
    margin: auto;
  }
  .hero-home .banner-content .banner-title {
    padding: 0 0 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-video-poster .btn-play {
    max-width: 78px;
  }
}
.hero-home .banner-subtitle {
  margin-bottom: 20px;
  color: #323049;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.48px;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-subtitle {
    line-height: 42px;
  }
}
.hero-home .banner-subtitle span {
  font-weight: 800;
  font-style: italic;
}

.hero-bio {
  background-size: cover !important;
  min-height: 660px;
  padding: 80px 0 160px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 83px), 0 100%);
  }
}
@media (max-width: 991px) {
  .hero-bio {
    min-height: 520px;
  }
}
.hero-bio .bio-excerpt {
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  text-align: left;
  padding-top: 10px;
}

.hero-bio .col-right {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .hero-bio .col-right {
    margin-bottom: 45px;
  }
}
.hero-bio .col-right .text-wrap {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap {
    margin-right: initial;
  }
}
.hero-bio .col-right .text-wrap .banner-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.96px;
  line-height: 60px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap .banner-title {
    font-size: 54px;
  }
}
.hero-bio .col-right .text-wrap .banner-title:after {
  width: 100px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-top: 15px;
  }
}
.hero-bio .col-right .text-wrap .position {
  color: #7dbeef;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.83px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.hero-bio .col-right .text-wrap ul {
  margin-top: 17px;
  margin-bottom: 26px;
  margin-left: 0;
  padding-left: 0;
}

.hero-bio .col-right .text-wrap ul li {
  font-size: 17px;
  font-weight: 500;
  color: #908f8c;
  margin-bottom: 0;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li:first-of-type {
  border-top: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li a {
  color: #4164f2;
  display: inline-block;
}

.hero-bio .col-right .text-wrap ul li.phone {
  background-size: 20px 20px;
}

.hero-bio .col-right .text-wrap ul li.fax {
  background-size: 25px 25px;
}

.hero-bio .col-right .text-wrap ul li.email {
  background-size: 20px 15px;
}

@media (max-width: 991px) {
  .hero-bio .col-right .text-wrap .btn-std {
    width: 100%;
    max-width: 370px;
    font-size: 12px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 45px;
  width: 45px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: white;
  width: 26px;
  height: 4px;
  transition: all ease-in 0.5s;
}

.close__mobileMenu .x:first-child {
  transform: rotate(45deg);
}

.close__mobileMenu .x:last-child {
  transform: translate(0px, -4px) rotate(-45deg);
}

.mm-ocd-opened .mobile-button {
  display: none;
}

.mm-ocd-opened .close__mobileMenu {
  display: block;
}

.mobile-button {
  padding: 8px;
  padding-right: 0;
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 768px) {
  .mobile-button {
    padding: 8px;
  }
}
.mobile-button .menu__bar {
  background-color: white;
  height: 3px;
  width: 28px;
  display: block;
  margin-bottom: 7px;
  border-radius: 5px;
}

.mobile-button .menu__bar:last-child {
  margin-bottom: 0;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 180px;
  width: 100%;
}

#nav-mobile .navbar-toggler {
  background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
.menu-container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop {
  padding: 25px 0;
}

#nav-desktop .menu-container {
  padding-right: 0;
}

#nav-desktop ul#menu-main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop ul#menu-main-menu > .nav-item {
  /**
    styles specific to the main menu so we don't 
    have to put !important when doing styles for the dropdown menu
  */
}

#nav-desktop ul#menu-main-menu > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-main-menu > .nav-item:last-child .nav-link {
  padding-right: 0;
}

#nav-desktop .nav-item {
  margin-bottom: 0;
}

#nav-desktop .nav-item.active .nav-link:before {
  display: block;
  width: 55px;
  height: 6px;
  background-color: #4164f2;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

#nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 20px 10px;
  font-family: var(--main-font), sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .nav-link {
    padding: 20px 13px;
  }
}
@media screen and (min-width: 1600px) {
  #nav-desktop .nav-item .nav-link {
    padding: 20px 15px;
  }
}
#nav-desktop .nav-item .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  border: none;
  background-image: url("../images/icons/menu-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  position: absolute;
  right: -2px;
  top: 27px;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .dropdown-toggle::after {
    right: 1px;
  }
}
#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #454545;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: 1px solid #d8d9d9;
  border-radius: 3px;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link);
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--header-sub-link-hover) !important;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
}

.mm-spn.mm-spn--navbar:after {
  opacity: 1 !important;
}

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