/**
* 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 {
  padding: 12px 5px 16px;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile {
    padding: 9px 5px 8.31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile .container {
    max-width: 724px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .top-header-mobile #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.header .top-header-mobile #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
}

.header .top-header-mobile #nav-mobile .site-logo img {
  max-width: 206px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile #nav-mobile .site-logo img {
    max-width: 149px;
  }
}
.header .top-header-mobile #nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: inherit;
  white-space: nowrap;
  max-width: 206px;
  width: 100%;
}

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

.header .top-header-mobile #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;
}

.header .top-header-mobile #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;
}

.header .top-header-mobile .phone-section-container {
  text-align: center;
  margin-right: 44px;
}

.header .top-header-mobile .phone-section-container .phone-label {
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 12.5957px;
  font-weight: 600;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.header .top-header-mobile .phone-section-container .phone-number-link {
  position: relative;
  font-family: var(--main-font), sans-serif;
  font-size: 26.766px;
  font-weight: 700;
  color: #fff;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header .top-header-mobile .phone-section-container .phone-number-link:before {
  position: absolute;
  content: "";
  top: -19.63px;
  left: -54.52px;
  background-image: url("../images/icons/icon-phone-header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 49px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .phone-section-container-mobile {
    display: none;
  }
}
.header .top-header-mobile .phone-section-container-mobile .phone-label {
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 16.32px;
  margin-bottom: 16px;
}

.header .top-header-desktop {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header .top-header-desktop .container {
  max-width: 100%;
}

@media (min-width: 1920px) {
  .header .top-header-desktop .container {
    max-width: 1604px;
  }
}
.header .top-header-desktop .site-logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .site-logo-wrap {
    flex: 0 0 auto;
    width: 20.5%;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .site-logo-wrap {
    flex: 0 0 auto;
    width: 18%;
  }
}
.header .top-header-desktop .site-logo img {
  z-index: 9;
}

.header .top-header-desktop .desktop-menu {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .top-header-desktop .phone-section-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  min-width: 383px;
  height: 100%;
  background-color: var(--color-tertiary);
  padding-top: 33px;
  padding-bottom: 33.41px;
  padding-left: 34px;
  padding-right: 29px;
  margin-left: 50px;
}

@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section-container {
    min-width: 403px;
    padding-left: 54px;
    padding-right: 49px;
  }
}
.header .top-header-desktop .phone-section-container .phone-label {
  position: relative;
  z-index: 2;
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header .top-header-desktop .phone-section-container .phone-number-link {
  position: relative;
  z-index: 2;
  font-family: var(--main-font), sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 49px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header .top-header-desktop .phone-section-container .phone-number-link:before {
  position: absolute;
  content: "";
  top: -25px;
  left: -94px;
  background-image: url("../images/icons/icon-phone-header-desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
}

.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;
  display: flex;
  align-items: center;
  height: 633px;
  text-align: right;
}

.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 51%;
  height: 100%;
  background-color: #efeeec;
  clip-path: polygon(184px 0%, 100% 0, 100% 100%, 0% 100%);
}

.hero-home:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(51% - 75px);
  z-index: 2;
  height: 100%;
  width: 8px;
  background-color: #fff;
  transform: skewX(-16.4deg);
  opacity: 0.43;
}

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

.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);
}

.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: #242424;
  font-family: var(--secondary-font), sans-serif;
  font-size: 50px;
  line-height: 61px;
}

.hero-home .banner-content .banner-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 124px;
  height: 4px;
  background-color: #4164f2;
}

.hero-home .banner-content .areas-serve {
  margin-top: 24px;
  color: #18397b;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home:before {
    width: 55%;
  }
  .hero-home:after {
    right: calc(55% - 75px);
  }
  .hero-home .banner-content .content {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .hero-home {
    display: block;
    height: auto;
    text-align: center;
  }
  .hero-home:before, .hero-home:after {
    display: none;
  }
  .hero-home .banner-video-poster {
    position: relative;
    width: 100%;
  }
  .hero-home .banner-video-poster .btn-play {
    left: 50%;
  }
  .hero-home .banner-content {
    padding: 30px 15px;
    background-color: #efeeec;
  }
  .hero-home .banner-content .content {
    margin: auto;
  }
  .hero-home .banner-content .banner-title:after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .hero-home .banner-video-poster .btn-play {
    max-width: 78px;
  }
  .hero-home .banner-content .banner-title {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-home .banner-content .banner-subtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-home .banner-content .areas-serve {
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 0.5px;
  }
}
.banner-subtitle {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

.banner-subtitle em {
  font-weight: 700;
  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: 13px;
  padding-top: 16px;
  border-radius: 0;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: var(--color-tertiary);
  width: 26px;
  height: 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 6px;
}

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

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

.mm-ocd-opened .mobile-button {
  visibility: hidden;
}

.mm-ocd-opened .close__mobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-button {
  padding: 13px;
  background-color: rgba(255, 0, 0, 0);
  border: 1px solid #fff;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.mobile-button .menu__bar {
  background-color: var(--color-tertiary);
  height: 4px;
  width: 34.5px;
  display: block;
  border-radius: 6px;
  margin-bottom: 5.7px;
}

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

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
#nav-desktop {
  padding: 0;
}

#nav-desktop .menu-container {
  max-width: 1170px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop ul#menu-header-menu-1 {
  display: flex;
  align-items: center;
}

#nav-desktop ul#menu-header-menu-1 > .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-header-menu-1 > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

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

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

#nav-desktop .nav-item:is(:hover, :focus) .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 0;
  padding-right: 20px;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

#nav-desktop .nav-item .nav-link:is(:hover, :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: 1440px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 17px;
    padding-right: 30px;
    letter-spacing: 0.02em;
  }
}
#nav-desktop .nav-item .dropdown-toggle:after {
  color: rgba(255, 255, 255, 0.45);
}

#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*/