/**
* 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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  border-bottom: 1px solid #0E0F11;
  background-color: rgba(23, 25, 28, 0.9);
  backdrop-filter: blur(25px);
}

@media screen and (min-width: 992px) {
  .header {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 29px 0 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 75px;
  }
}
@media (max-width: 1199px) {
  .header .row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header .container {
    position: static;
  }
}
.header .site-logo-wrap,
.header .header-right {
  width: auto;
}

@media (min-width: 1400px) {
  .header .site-logo-wrap {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .site-logo-wrap {
    padding-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .site-logo-wrap {
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  .header .site-logo-wrap {
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .header .site-logo-wrap .logo {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .header .site-logo-wrap .logo {
    max-width: 206px;
  }
}
.header .header-right {
  display: flex;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .header .header-right {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header .phone-cta-wrapper {
    max-width: 325px;
  }
}
@media screen and (min-width: 1440px) {
  .header .phone-cta-wrapper {
    margin-left: 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .header .phone-cta-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .phone-cta-wrapper {
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .phone-cta-wrapper {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .phone-cta-wrapper {
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .header .phone-cta-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 17px 15px 15px;
    width: 100%;
    background-color: #0E0F11;
  }
}
.header .contact-phone {
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.header .contact-phone:hover {
  color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .header .contact-phone {
    font-size: 27.913px;
    line-height: 34.891px;
  }
}
@media screen and (min-width: 1200px) {
  .header .contact-phone {
    margin: 0 auto 19px;
  }
}
@media (max-width: 991px) {
  .header .contact-phone {
    justify-content: center;
    padding: 9px 10px 8px;
    margin: 0 auto;
    width: 330px;
    border: 2px solid #EBEBEB;
    border-radius: 4px;
  }
  .header .contact-phone:hover {
    color: #0E0F11;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .header .contact-phone:hover svg path {
    fill: #0E0F11;
  }
}
.header .contact-phone .label-mobile {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.header .contact-phone svg {
  margin-right: 7px;
}

@media screen and (min-width: 992px) {
  .header .contact-phone svg {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .header .contact-phone svg {
    height: 23px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .btn-wrapper .btn {
    padding: 14px 12px;
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  min-height: 200px;
  text-align: center;
  background-image: url(../webp/bg-banner.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    padding: 80px 0;
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding: 110px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding: 152px 0;
  }
}
.hero .banner-title {
  margin-bottom: 0;
}

.hero .banner-content {
  margin: 30px auto 0;
  max-width: 700px;
}

.hero .banner-content p {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .hero.with-featured-image {
    padding: 152px 0 0;
    margin-bottom: 145px;
  }
}
.hero.with-featured-image .featured-image-holder {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero.with-featured-image .featured-image-holder {
    margin-top: 60px;
  }
}
.hero.with-featured-image .featured-image-holder img {
  max-height: 500px;
  width: auto;
}

@media screen and (min-width: 1200px) {
  .hero.with-featured-image .featured-image-holder img {
    margin-bottom: -165px;
  }
}
@media screen and (min-width: 992px) {
  .hero__content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__top-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-template-videos .hero .btn--primary {
    display: block;
  }
}
.hero-home {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .hero-home {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .hero-home {
    padding: 26px 0;
  }
}
@media (max-width: 767px) {
  .hero-home {
    padding: 30.5px 0 75px;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-content {
  text-align: left;
}

.hero-home .banner-content .banner-title {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 50px;
  line-height: 61px;
  font-size: 47px;
  font-style: italic;
  font-weight: 700;
  line-height: 78px; /* 165.957% */
  letter-spacing: 0.47px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-title {
    font-size: 88px;
    line-height: normal;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .banner-content .banner-title {
    font-size: 70px;
  }
}
.hero-home .banner-content .banner-subtitle {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-subtitle {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .hero-home .row {
    flex-direction: column-reverse;
  }
  .hero-home .row .col-right {
    text-align: center;
  }
  .hero-home .row .col-left {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-button {
    text-align: center;
  }
  .hero-home .banner-button a {
    padding: 18px 20px;
    width: 100%;
  }
}
.hero-home p {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .hero-home p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home p {
    max-width: 562px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .btn--primary {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 3.2px;
    width: 555px;
  }
  .hero-home .btn--primary::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 17px;
    background-image: url(../svg/long-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .hero-home .btn--primary:hover::after {
    transform: translate(10px, -50%);
  }
}
@media (max-width: 1199px) {
  .video-container {
    text-align: center;
  }
}
.video-container .cw_video_open_popup_customized {
  position: relative;
}

.video-container .cw_video_open_popup_customized .video-play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.video-container .cw_video_open_popup_customized .video-play-wrapper .video-play-icon {
  position: relative;
  z-index: 2;
}

.video-container .cw_video_open_popup_customized .video-play-wrapper span {
  padding: 10px 24px 10px 32px;
  color: #fff;
  border-radius: 0px 300px 300px 0px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(3.5999999046px);
  margin-left: -26px;
}

.video-container .cw_video_open_popup_customized .video-play-wrapper span:hover {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
}

@media (max-width: 1399px) {
  .video-container .cw_video_open_popup_customized .video-play-wrapper span {
    width: 312px;
  }
  .page-template-book-to-call .video-container .cw_video_open_popup_customized .video-play-wrapper span {
    width: 240px;
  }
}
.video-container .cw_video_open_popup_customized .video-text-wrapper {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-left: 6px;
}

@media screen and (min-width: 768px) {
  .video-container .cw_video_open_popup_customized .video-text-wrapper {
    bottom: 38px;
    left: 38px;
    padding-left: 12px;
  }
}
.video-container .cw_video_open_popup_customized .video-text-wrapper:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: -1px;
  width: 2px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .video-container .cw_video_open_popup_customized .video-text-wrapper:before {
    top: 6px;
    bottom: 1px;
    width: 3px;
  }
}
.video-container .cw_video_open_popup_customized .video-heading {
  margin-bottom: 2px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .video-container .cw_video_open_popup_customized .video-heading {
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.32px;
  }
}
.video-container .cw_video_open_popup_customized .video-description {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .video-container .cw_video_open_popup_customized .video-description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
  }
}
.hero-bio {
  position: relative;
  padding: 40px 0;
  background-image: url(../webp/bg-hero-bio.webp);
  background-position: top -111px center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-bio {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    padding: 122px 0 201px;
  }
}
.hero-bio + .testimonials-section {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .hero-bio + .testimonials-section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio + .testimonials-section {
    padding-top: 120px;
  }
}
.hero-bio .bio-info {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hero-bio .bio-info {
    max-width: 692px;
  }
}
.hero-bio .bio-info .name {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .hero-bio .bio-info .name {
    margin-bottom: 22px;
  }
}
.hero-bio .bio-info .position {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .hero-bio .bio-info .position {
    margin-bottom: 54px;
  }
}
.hero-bio .bio-info .content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio .image-holder {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .hero-bio .image-holder {
    margin-bottom: 30px;
    text-align: center;
  }
}
.hero-handbook {
  position: relative;
  padding: 40px 0;
  background-image: url(../webp/bg-hero-handbook.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-handbook {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-handbook {
    padding: 120px 0;
  }
}
.hero-handbook .highlight {
  color: var(--accent-color);
}

.hero-handbook .form-wrap {
  margin-left: auto;
  max-width: 570px;
}

@media screen and (min-width: 992px) {
  .hero-handbook .form-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .hero-handbook .form-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .hero-handbook .row {
    align-items: center;
  }
}
#mobile-menu {
  display: none;
}

.navbar-toggle-wrapper {
  height: 65px;
  width: 65px;
  background-color: #28282A;
}

@media (max-width: 991px) {
  .navbar-toggle-wrapper {
    margin-right: -12px;
  }
}
.close__mobileMenu {
  display: none;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.close__mobileMenu .x {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 2px;
  background-color: var(--color-primary);
  transition: all ease-in 0.5s;
}

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

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

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

.mm-ocd-opened .close__mobileMenu {
  position: relative;
  z-index: 99999;
  display: block;
}

.mobile-button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.mobile-button .menu__bar {
  display: block;
  margin: 0 auto 6px;
  width: 32px;
  height: 2px;
  background-color: var(--color-primary);
}

.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: 1rem;
  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("../svg/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("../svg/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: 42px 0 0;
}

#nav-desktop .menu-container {
  padding: 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-right: 15px;
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item {
    margin-right: 36px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  #nav-desktop .nav-item {
    margin-right: 20px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

#nav-desktop .nav-item:hover .nav-link:before {
  opacity: 1;
}

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

#nav-desktop .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 0 0 72px;
  color: var(--header-main-m-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: var(--header-main-m-format);
  transition: all 0.2s ease;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 15px;
  }
}
#nav-desktop .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}

#nav-desktop .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, #78C066 0%, #4AA457 100%);
  opacity: 0;
  transition: all 0.2s ease;
}

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

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 8px 24px 24px;
  margin: 0;
  min-width: 307px;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  border: none;
  border-radius: 0;
}

#nav-desktop .nav-item .dropdown-menu li {
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#nav-desktop .nav-item .dropdown-menu li a {
  padding: 10px 0;
  color: var(--header-sub-link);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
}

#nav-desktop .nav-item .dropdown-menu li a:before {
  display: none;
}

#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-ocd .mm-spn.mm-spn--navbar.mm-spn--main:after,
.mm-ocd .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}

.mm-ocd .mm-spn li::before, .mm-ocd .mm-spn li::after,
.mm-ocd .mm-spn.mm-spn--navbar ul::before {
  border-color: #fff;
}

.mm-ocd .mm-spn a {
  font-size: 16px;
  font-weight: 600;
}

.mm-ocd.mm-ocd--open .mm-ocd__backdrop {
  display: block;
}

.mm-ocd .mm-ocd__backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 960px;
  }
}
.mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
  content: "";
  position: absolute;
  top: 33px;
  right: 16px;
  width: 32px;
  height: 2px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 45px;
    right: 28px;
  }
}
.mm-ocd .mm-ocd__backdrop:before {
  transform: rotate(45deg);
}

.mm-ocd .mm-ocd__backdrop:after {
  transform: rotate(-45deg);
}

#nav-desktop .nav-item .nav-link {
  padding-bottom: 41px;
}

@media screen and (min-width: 1200px) {
  .header {
    padding-top: 5px;
  }
  .header .header-right {
    align-items: center;
  }
  .header .contact-phone {
    margin-bottom: 0;
  }
}

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