/**
* 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: 0;
}

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

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

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    height: 128px;
  }
}
.header #nav-mobile .site-logo img {
  background-color: white;
  padding: 12px;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    box-shadow: 0 0 29px rgba(50, 50, 50, 0.25);
    max-width: 180px;
  }
}
.header .top-header-desktop {
  position: relative;
  background: linear-gradient(to right, rgba(98, 0, 24, 0) 80%, var(--color-primary) 20%);
}

.header .top-header-desktop .site-logo-wrap {
  width: 19%;
  padding-left: 0px;
  position: relative;
  right: 45px;
}

.header .top-header-desktop .logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header .top-header-desktop .site-logo {
  height: 125px;
  display: block;
  position: relative;
}

.header .top-header-desktop .site-logo img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.header .top-header-desktop .phone-section {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 5px;
  background: var(--color-primary);
}

.header .top-header-desktop .phone-section .info {
  position: relative;
  left: 35px;
}

.header .top-header-desktop .phone-section .info span {
  display: block;
  color: var(--accent-color);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header .top-header-desktop .phone-section .info .contact-phone {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
  text-align: center;
  line-height: 36px;
}

.header .top-header-desktop .phone-section .info .ted-label {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.header .top-header-desktop .phone-section .info .answering {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Figtree;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px; /* 183.333% */
}

.header .top-header-desktop .desktop-menu {
  position: relative;
  width: 60%;
}

.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: 850px;
  z-index: 2;
}

@media screen and (min-width: 1750px) {
  .hero-home video {
    width: 100%;
    position: relative;
    top: 90px;
    height: 840px;
    object-fit: cover;
  }
}
.hero-home .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}

.hero-home .banner-content .content {
  position: relative;
  z-index: 2;
}

.hero-home .banner-content .content h1 {
  color: #fff;
  padding-top: 90px;
}

.hero-home .banner-content .content .banner-title {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
}

.hero-home .banner-content .content .banner-subtitle {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 68px;
}

.hero-home .banner-content .content .extra-content {
  margin-top: 20px;
  max-width: 575px;
}

.hero-home .banner-content .content .extra-content P {
  color: #fff;
}

.hero-home .banner-content .content .seen-on {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
}

.hero-home .banner-content .content .badges {
  display: flex;
  flex-wrap: wrap;
}

.hero-home .banner-content .content .badges .items {
  margin-right: 30px;
}

.hero-home .banner-content .content .badges .items:last-child {
  margin-right: 0px;
}

.hero-home .banner-content .content .col-6:first-child {
  padding-top: 118px;
}

.hero-home .banner-content .content .col-6:last-child {
  padding-top: 90px;
  max-width: 569px;
  margin-left: auto;
}

.hero-home .banner-content .content .col-6:last-child .form-title {
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.hero-home .banner-content .content .col-6:last-child form .gform_fields {
  column-gap: 20px;
  row-gap: 22px;
}

.hero-home .banner-content .content .col-6:last-child form .gfield_label {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 5px;
}

.hero-home .banner-content .content .col-6:last-child form .gfield_required {
  display: none;
}

.hero-home .banner-content .content .col-6:last-child form .ginput_container input {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #fff;
}

.hero-home .banner-content .content .col-6:last-child form .ginput_container input:focus {
  outline-style: none;
}

.hero-home .banner-content .content .col-6:last-child form .ginput_container textarea {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #fff;
  height: 126px;
}

.hero-home .banner-content .content .col-6:last-child form .ginput_container textarea:focus {
  outline-style: none;
}

.hero-home .banner-content .content .col-6:last-child form .gform-footer {
  margin-top: 30px;
}

.hero-home .banner-content .content .col-6:last-child form .gform-footer .gform_button {
  height: 70px;
  width: 100%;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 211.111% */
  border-radius: 300px;
  background: linear-gradient(180deg, #EA0F3E 24.29%, #B9072D 105%);
  box-shadow: 0 1px 0 0 #F65D7D inset, 0 2px 4px 0 #3B000D;
}

.hero-home .banner-content .content .col-6:last-child form .gform-footer .gform_button:hover {
  background: linear-gradient(0deg, #EA0F3E -5%, #B9072D 75.71%);
}

.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /*bottom: -225px;*/
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(127, 7, 7, 0) 0%, rgba(0, 0, 0, 0.9098039216) 100%), linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, transparent 100%);
}

.hero-home:after {
  content: url(../images/wave.svg);
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 999;
}

.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: "Figtree", 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;
  background-color: #18397b;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.mobile-button .menu__bar {
  background-color: white;
  height: 4px;
  width: 30px;
  display: block;
  margin-bottom: 7px;
}

.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("../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: 35px 0 0 0;
}

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

#nav-desktop .menu-container .navbar-nav {
  justify-content: center;
}

#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;
  margin-right: 15px;
}

#nav-desktop .nav-item:last-child {
  margin-right: 45px;
}

#nav-desktop .nav-item.active .nav-link:before {
  /*
      display: block;
      width: 55px;
      height: 6px;
      background-color: $light-blue;
      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(--color-tertiary);
  leading-trim: both;
  text-edge: cap;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--color-primary);
  font-weight: 700;
}

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

#nav-desktop .nav-item .dropdown-toggle:after {
  border: 0px !important;
  content: "";
  background: url("../images/toggle-menu-d.svg");
  height: 6px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
}

#nav-desktop .nav-item .dropdown-toggle:hover:after {
  background: url("../images/toggle-menu-u.svg");
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  /*top: 145%;*/
  top: 215%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 182px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #454545;
  text-align: left;
  list-style: none;
  border: 0px solid #d8d9d9;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /*background: rgba(255, 255, 255, 0.75);*/
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

#nav-desktop .nav-item .dropdown-menu:before {
  content: "";
  width: 100%;
  /*height: 20px;*/
  height: 64px;
  position: absolute;
  /*top: -21px;*/
  top: -64px;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children > a {
  background: url(../images/toggle-menu-d.svg);
  background-repeat: no-repeat !important;
  background-position: right 10px top 20px;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children > a:hover {
  background: url(../images/toggle-menu-u.svg);
  background-repeat: no-repeat !important;
  background-position: right 10px top 20px;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu {
  position: absolute;
  left: 109%;
  top: -10%;
  transition-delay: 1s;
  min-width: 250px;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /*background: rgba(255, 255, 255, 0.75);*/
  background: #fff;
  /* box-shadow */
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu:before {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  left: -21px;
  top: 0px;
  background: transparent;
  z-index: 99999;
  border-left: 10px solid transparent;
  background: transparent;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li {
  margin-right: 0px;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li a {
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding: 2px 4px 2px 19px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: block;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li a:hover {
  color: var(--color-primary);
  font-weight: 700;
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li a:hover:before {
  content: "";
  border-radius: 0 2px 2px 0;
  background: var(--color-primary);
  height: 20px;
  width: 5px;
  position: absolute;
  left: 0px;
  top: 48%;
  Transform: translateY(-50%);
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li:hover, #nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li:focus {
  /*background-color: $white !important;*/
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li:hover > a:hover:before, #nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li:focus > a:hover:before {
  content: "";
  border-radius: 0 2px 2px 0;
  background: var(--color-primary);
  height: 20px;
  width: 5px;
  position: absolute;
  left: 0px;
  top: 48%;
  Transform: translateY(-50%);
}

#nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li:hover > a:after, #nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li:focus > a:after {
  display: none !important;
}

#nav-desktop .nav-item .dropdown-menu li a {
  padding-left: 19px;
  padding-bottom: 1px;
}

#nav-desktop .nav-item .dropdown-menu li a:hover:before {
  content: "";
  border-radius: 0 2px 2px 0;
  background: var(--color-primary);
  height: 20px;
  width: 5px;
  position: absolute;
  left: 0px;
  top: 48%;
  Transform: translateY(-50%);
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--color-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--color-primary);
}

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

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