/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.rev-row {
  flex-direction: row-reverse;
}

.main-content-row {
  row-gap: 30px;
}

/**
 * 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);
  box-shadow: 0 0 40px rgba(0, 12, 29, 0.1);
  z-index: 2;
  position: relative;
}

.header .top-header-mobile {
  display: block;
}

@media screen and (min-width: 1200px) {
  .header .top-header-mobile {
    display: none;
  }
}
.header .top-header-mobile .container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 575px) {
  .header .top-header-mobile .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .header .top-header-mobile .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header .top-header-mobile .left-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: 3px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .left-content {
    top: 0px;
  }
}
.header .top-header-mobile .left-content .tablet-es {
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #CACACA;
  height: 60px;
  width: 100px;
  padding-top: 10px;
  margin-right: 4px;
}

@media screen and (min-width: 575px) {
  .header .top-header-mobile .left-content .tablet-es {
    margin-right: 12px;
  }
}
.header .top-header-mobile .left-content .tablet-es img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.header .top-header-mobile .left-content .tablet-es span {
  display: block;
  color: var(--color-primary);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
}

.header .top-header-mobile .left-content .tap-call-tablet {
  display: none;
  align-items: center;
  font-family: "Figtree", sans-serif;
  border-radius: 300px;
  border: 1px solid var(--color-primary);
  color: var(--color-tertiary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 40px;
  margin-right: 14px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .left-content .tap-call-tablet {
    display: flex;
  }
}
.header .top-header-mobile .left-content .tap-call-tablet strong {
  color: var(--color-primary);
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 9px;
}

.header .top-header-mobile .bottom-content {
  padding-top: 10px;
  padding-bottom: 12px;
}

.header .top-header-mobile .bottom-content .tap-call-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 355px;
  font-family: "Figtree", sans-serif;
  border-radius: 300px;
  border: 1px solid var(--color-primary);
  color: var(--color-tertiary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 35px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .header .top-header-mobile .bottom-content .tap-call-mobile {
    padding: 8px 25px;
  }
}
.header .top-header-mobile .bottom-content .tap-call-mobile strong {
  color: var(--color-primary);
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 9px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .bottom-content {
    display: none;
  }
}
.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

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

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    margin-right: 16px;
  }
}
.header #nav-mobile .site-logo img {
  padding-top: 15px;
  padding-bottom: 8px;
  width: 175px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    padding-top: 8px;
    width: 135px;
  }
}
@media screen and (min-width: 1200px) {
  .header #nav-mobile .site-logo img {
    padding-top: 10px;
    padding-top: 8px;
    width: auto;
  }
}
.header .top-header-desktop {
  display: none;
  position: relative;
  background: linear-gradient(to right, rgba(98, 0, 24, 0) 80%, var(--color-primary) 20%);
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop {
    display: block;
  }
}
.header .top-header-desktop .site-logo-wrap {
  /*width: 19%;*/
  width: 15%;
  padding-left: 0px;
  position: relative;
  right: 20px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .site-logo-wrap {
    right: 10px;
  }
}
@media screen and (min-width: 1535px) {
  .header .top-header-desktop .site-logo-wrap {
    right: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .site-logo-wrap {
    width: 16%;
  }
}
.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;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .site-logo img {
    top: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .header .top-header-desktop .site-logo img {
    top: 6px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .site-logo img {
    top: 0;
  }
}
.header .top-header-desktop .phone-section {
  width: 21%;
  padding-top: 10px;
  padding-bottom: 5px;
  background: var(--color-primary);
  padding-left: 0px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section {
    width: 21%;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section {
    width: 20%;
  }
}
.header .top-header-desktop .phone-section .info {
  position: relative;
  left: 35px;
}

@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section .info {
    left: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .header .top-header-desktop .phone-section .info {
    left: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .phone-section .info {
    left: 35px;
  }
}
.header .top-header-desktop .phone-section .info span {
  display: block;
  color: var(--accent-color);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .info span {
    font-size: 20px;
  }
}
.header .top-header-desktop .phone-section .info .contact-phone {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .info .contact-phone {
    font-size: 36px;
  }
}
.header .top-header-desktop .phone-section .info .ted-label {
  color: #fff;
  text-align: center;
  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;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

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

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .desktop-menu {
    padding-left: 0px;
  }
}
.header .top-header-desktop .desktop-menu .navbar {
  position: relative;
  right: 18px;
}

.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 {
  /*background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);*/
  background: url("../images/mobile-generic-bg.png");
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  z-index: 1;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero-home {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    height: 850px;
    padding-bottom: initial;
    background: none;
    justify-content: initial;
  }
}
.hero-home video {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-home video {
    display: initial;
  }
}
@media screen and (min-width: 1750px) {
  .hero-home video {
    width: 100%;
    position: relative;
    object-fit: cover;
    /*
    top: 90px;
    height: 840px;
    */
  }
}
.hero-home .banner-content {
  padding-left: 13px;
  padding-right: 13px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
  }
}
.hero-home .banner-content .mb-video {
  position: relative;
  max-width: 494px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .mb-video {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .banner-content .mb-video a {
  margin-bottom: 0px;
  position: absolute;
  Transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .mb-video {
    display: none;
  }
}
.hero-home .banner-content .content {
  position: relative;
  z-index: 2;
}

.hero-home .banner-content .content h1 {
  color: #fff;
  padding-top: 30px;
  font-size: 32px;
  line-height: 42px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .content h1 {
    font-size: 50px;
    line-height: 58px;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content h1 {
    padding-top: 90px;
  }
}
.hero-home .banner-content .content .banner-title {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .banner-title {
    font-size: 50px;
    line-height: 68px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .banner-title {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .content .banner-title {
    font-size: 60px;
  }
}
.hero-home .banner-content .content .banner-subtitle {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-style: normal;
  font-weight: 800;
  text-align: left;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .banner-subtitle {
    padding-right: initial;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .banner-subtitle {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .content .banner-subtitle {
    font-size: 60px;
  }
}
.hero-home .banner-content .content .extra-content {
  text-align: left;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .extra-content {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .extra-content {
    text-align: left;
    max-width: 510px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .content .extra-content {
    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: 30px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .seen-on {
    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: 9px;
  width: 95px;
}

@media screen and (min-width: 450px) {
  .hero-home .banner-content .content .badges .items {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .badges .items {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .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: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .col-6:first-child {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .col-6:first-child {
    padding-top: 118px;
    width: 50%;
  }
}
.hero-home .banner-content .content .col-6:first-child .badges-section {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .col-6:first-child .badges-section {
    display: block;
  }
}
.hero-home .banner-content .content .col-6:last-child {
  padding-top: 0px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .col-6:last-child {
    padding-top: 70px;
    width: 50%;
    max-width: 569px;
    margin-left: auto;
  }
}
.hero-home .banner-content .content .col-6:last-child .badges-section .seen-on {
  text-align: center;
}

.hero-home .banner-content .content .col-6:last-child .badges-section .badges {
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .col-6:last-child .badges-section {
    display: none;
  }
}
.hero-home .banner-content .content .col-6:last-child .form-title {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .col-6:last-child .form-title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .content .col-6:last-child .form-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.hero-home .banner-content .content .col-6:last-child form .gfield {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .col-6:last-child form .gfield {
    margin-bottom: initial;
  }
}
.hero-home .banner-content .content .col-6:last-child form .gform_fields {
  column-gap: 20px;
  row-gap: 22px;
  display: block;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .col-6:last-child form .gform_fields {
    display: grid;
  }
}
.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;
  height: 45px;
}

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

@media screen and (min-width: 1200px) {
  .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/mb-wave.svg);
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .hero-home:after {
    content: url(../images/wave.svg);
  }
}
.hero-about {
  padding-top: 20px;
  padding-bottom: 30px;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
}

@media screen and (min-width: 992px) {
  .hero-about {
    padding-top: 15px;
    padding-bottom: initial;
    height: 790px;
  }
}
.hero-about:before {
  content: "";
  background: url(../images/testimonials-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (min-width: 768px) {
  .hero-about:after {
    content: url(../images/wave.svg);
  }
}
.hero-about .breadcrumb-container.breadcrumbs-v2 {
  position: relative;
  top: 0px;
}

.hero-about .info {
  align-items: center;
  flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
  .hero-about .info {
    flex-direction: row;
  }
}
.hero-about .info h1 {
  color: #fff;
  margin-top: 50px;
}

.hero-about .info .extra-content p {
  color: #fff;
  font-size: 19px;
}

@media screen and (min-width: 992px) {
  .hero-about .info .extra-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-about .info .extra-content p {
    font-size: 19px;
  }
}
.hero-about .info .btn {
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .hero-about .info .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.hero-about .info .badges-section {
  padding-top: 30px;
}

.hero-about .info .badges-section .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;
  padding-bottom: 30px;
}

.hero-about .info .badges-section .badges {
  display: flex;
  flex-wrap: wrap;
}

.hero-about .info .badges-section .badges .items {
  margin-right: 9px;
  width: 96px;
}

@media screen and (min-width: 450px) {
  .hero-about .info .badges-section .badges .items {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero-about .info .badges-section .badges .items {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about .info .badges-section .badges .items {
    margin-right: 30px;
  }
}
.hero-about .info .badges-section .badges .items:last-child {
  margin-right: 0px;
}

.hero-about .col-6:first-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-about .col-6:first-child {
    width: 50%;
  }
}
.hero-about .col-6:last-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-about .col-6:last-child {
    width: 50%;
  }
}
.hero-about .col-6:last-child .dr-t {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .hero-about .col-6:last-child .dr-t {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .hero-about .col-6:last-child .dr-t {
    max-width: 494px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about .col-6:last-child .dr-t {
    max-width: none;
    margin-left: initial;
    margin-right: initial;
  }
}
.hero-about .col-6:last-child img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .hero-about .col-6:last-child img {
    margin-right: initial;
    max-width: none;
  }
}
.hero-about .col-6:last-child .name-image {
  position: absolute;
  /*border-radius: 0 24.83px;*/
  border-radius: 0 20.329px;
  border-left: 5.173px solid var(--color-primary);
  background: #fff;
  box-shadow: 0 201.742px 56.902px 0 rgba(0, 0, 0, 0), 0 129.322px 51.729px 0 rgba(0, 0, 0, 0.01), 0 72.42px 43.452px 0 rgba(0, 0, 0, 0.05), 0 32.072px 32.072px 0 rgba(0, 0, 0, 0.09), 0 8.277px 17.588px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 9px 13px 9px 13px;
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  right: 15px;
  bottom: 60px;
}

@media screen and (min-width: 480px) {
  .hero-about .col-6:last-child .name-image {
    font-size: 22px;
    padding: 8px 15px 6px 15px;
    right: 30px;
    bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .hero-about .col-6:last-child .name-image {
    font-size: 36px;
    right: 10px;
    /*bottom: 80px;*/
    /*padding: 8px 32px 6px 31px;*/
    bottom: 88px;
    padding: 12px 25px 12px 25px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about .col-6:last-child .name-image {
    /*padding: 8px 32px 6px 31px;*/
    padding: 17px 30px 14px 30px;
    right: 2px;
    bottom: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-about .col-6:last-child .name-image {
    bottom: 82px;
  }
}
.hero-bio {
  padding-top: 20px;
  padding-bottom: 40px;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    padding-top: 15px;
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio {
    padding-top: 15px;
    padding-bottom: 82px;
  }
}
.hero-bio:before {
  content: "";
  background: url(../images/testimonials-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (min-width: 768px) {
  .hero-bio:after {
    content: url(../images/wave.svg);
  }
}
.hero-bio .breadcrumb-container.breadcrumbs-v2 {
  position: relative;
  top: 0px;
}

.hero-bio .bio-info {
  align-items: center;
  padding-top: 25px;
}

@media screen and (min-width: 992px) {
  .hero-bio .bio-info {
    padding-top: 45px;
  }
}
.hero-bio .bio-info .right-col {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-bio .bio-info .right-col {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .hero-bio .bio-info .right-col {
    margin-left: 100px;
  }
}
.hero-bio .bio-info .right-col img {
  width: 250px;
}

@media screen and (min-width: 768px) {
  .hero-bio .bio-info .right-col img {
    width: auto;
  }
}
.hero-bio .bio-info .left-col {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

@media screen and (min-width: 992px) {
  .hero-bio .bio-info .left-col {
    padding-top: 0px;
    width: 50%;
    margin-left: 40px;
    text-align: left;
  }
}
.hero-bio .bio-info .left-col h1 {
  color: #fff;
  margin-bottom: 0px;
}

.hero-bio .bio-info .left-col .position {
  color: #fff;
  margin-top: 0px;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-bio .bio-info .left-col .phone-bio {
  font-family: "Figtree", sans-serif;
  margin-top: 18px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .hero-bio .bio-info .left-col .phone-bio {
    justify-content: left;
  }
}
.hero-bio .bio-info .left-col .phone-bio img {
  margin-right: 12px;
}

.hero-bio .bio-info .left-col .phone-bio a {
  color: #fff;
  text-decoration: none;
}

.hero-bio .bio-info .left-col .btn {
  margin-top: 30px;
  max-width: 270px;
  width: fit-content;
}

#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;
  position: relative;
  top: 2px;
  left: 8.5px;
  background-color: #af142f;
  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;
  padding: 8px;
  border-radius: 6px;
  border: 1.364px solid #9b9494;
  background: none;
  height: 60px;
  width: 60px;
  position: relative;
  top: 30px;
}

.mobile-button {
  padding: 8px;
  border-radius: 6px;
  border: 1.364px solid #CACACA;
  height: 60px;
  width: 60px;
  background: url(../images/menu-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.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: 150px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  #nav-mobile .navbar-brand {
    max-width: 180px;
  }
}
#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: 12px;*/
  margin-right: 4px;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item {
    margin-right: 10px;
  }
}
#nav-desktop .nav-item:last-child {
  /*margin-right: 45px;*/
  margin-right: 0px;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item:last-child {
    margin-right: 5px;
  }
}
#nav-desktop .nav-item.es {
  position: relative;
  left: 10px;
  top: -2px;
  border-radius: 6px;
  border: 1px solid #CACACA;
}

#nav-desktop .nav-item.es a {
  color: var(--color-primary);
  font-family: "Figtree", sans-serif;
  /*font-size: 15px;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 0px 12px 0px 11px;
  position: relative;
  top: 3px;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item.es a {
    font-weight: 700;
    font-size: 16px;
  }
}
#nav-desktop .nav-item.es a:hover {
  color: var(--color-tertiary);
}

#nav-desktop .nav-item.es a:hover:before {
  filter: brightness(0) saturate(100%) invert(6%) sepia(19%) saturate(5294%) hue-rotate(189deg) brightness(90%) contrast(105%);
}

#nav-desktop .nav-item.es a:before {
  content: url(../images/es-icon.svg);
  position: relative;
  top: 6px;
  margin-right: 5px;
}

#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);
  font-family: "Figtree", sans-serif;
  /*font-size: 15px;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

@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 {
    font-size: 18px;
  }
}
#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--color-primary);
  font-weight: 600;
}

#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: 240px;
  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: 104%;
  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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding: 2px 4px 2px 19px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: block;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu li a {
    font-size: 18px;
  }
}
#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: 16px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
    font-size: 18px;
  }
}
#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--color-primary);
}

.mm-spn li:after {
  color: #fff;
}

.mm-spn li:before {
  color: #fff;
  opacity: 1 !important;
}

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

@media screen and (min-width: 768px) {
  .search-results .hero .breadcrumb-container.breadcrumbs-v2 {
    display: block !important;
  }
}
.search-results .hero .banner-subtitle,
.search-results .hero .btn {
  display: none;
}

.search-results .breadcrumb-container {
  display: none !important;
}

.search-results .main-content .inner-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .search-results .main-content .inner-wrapper {
    padding-top: 80px;
  }
}
.search-results .post-excerpt {
  margin-bottom: 40px;
}

.search-results .post-excerpt .blog-post {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 30px;
}

@media (max-width: 1199px) {
  .search-results .post-excerpt .blog-post {
    padding: 15px;
  }
}
.search-results .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.search-results .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #d8d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search-results .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.search-results .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-primary);
}

.search-results .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: var(--color-secondary);
}

.search-results .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.search-results .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.search-results .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.search-results .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  clear: both;
  text-align: right;
}

@media screen and (min-width: 992px) {
  .page-template-archive-locations #panel .main-wrapper:after {
    background-size: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-archive-locations #panel .main-wrapper:after {
    background-size: 70%;
  }
}
.page-template-archive-locations .main-content {
  padding-top: 60px;
}

.page-template-archive-locations .items {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.page-template-archive-locations .items:last-child {
  border: 0px;
}

.mobile-menu-panel .es {
  display: none;
}

.wpml-ls-statics-footer {
  display: none;
}

.otgs-development-site-front-end {
  display: none;
}

@media screen and (min-width: 1200px) {
  html:lang(es-ES) .header .top-header-desktop .phone-section .info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  html:lang(es-ES) .header .top-header-desktop .phone-section .info span {
    font-size: 18px;
  }
}
html:lang(es-ES) .header .top-header-desktop .phone-section .info .answering {
  font-size: 15px;
}

@media screen and (min-width: 1400px) {
  html:lang(es-ES) .header .top-header-desktop .phone-section .info .answering {
    font-size: 17px;
  }
}
html:lang(es-ES) .header #nav-desktop .nav-item .dropdown-menu {
  top: 209%;
  min-width: 285px;
}

html:lang(es-ES) .header #nav-desktop .nav-item .dropdown-menu > .menu-item-has-children .dropdown-menu {
  top: -10%;
  left: 103%;
}

html:lang(es-ES) .header .top-header-mobile .bottom-content .tap-call-mobile {
  padding: 8px 20px;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  html:lang(es-ES) .header .top-header-mobile .bottom-content .tap-call-mobile {
    padding: 8px 5px;
  }
}
html:lang(es-ES) .header #nav-desktop .nav-item {
  margin-right: 0px;
}

@media screen and (min-width: 1400px) {
  html:lang(es-ES) .header #nav-desktop .nav-item {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1440px) {
  html:lang(es-ES) .header #nav-desktop .nav-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  html:lang(es-ES) .header #nav-desktop .nav-item .nav-link {
    font-size: 16px;
  }
}
html:lang(es-ES) .header #nav-desktop .nav-item.es .nav-link {
  font-size: 14px;
}

@media screen and (min-width: 1400px) {
  html:lang(es-ES) .header #nav-desktop .nav-item.es .nav-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  html:lang(es-ES) .header #nav-desktop .nav-item.es .nav-link {
    font-size: 16px;
  }
}
html:lang(es-ES) .header .top-header-mobile .left-content .tap-call-tablet {
  padding: 8px 15px;
}

html:lang(es-ES) .header .top-header-mobile .bottom-content .tap-call-mobile {
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  html:lang(es-ES) .header .top-header-mobile .bottom-content .tap-call-mobile {
    font-size: 16px;
  }
}

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