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

.neutral {
  background: url("../images/neutral-pattern.jpg");
}

@media screen and (min-width: 768px) {
  .neutral {
    background: url("../images/neutral-banner-desktop.jpg");
  }
}
.accordion-mhk {
  margin-bottom: 0 !important;
  padding-bottom: 70px;
}

.accordion-mhk .cw-accordion__item {
  margin-bottom: 16px;
  box-shadow: 0px 8px 40px rgba(24, 39, 75, 0.08);
}

.accordion-mhk .cw-accordion__item-title {
  border: none;
  text-transform: uppercase;
  font-family: var(--main-font), sans-serif;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .accordion-mhk .cw-accordion__item-title {
    letter-spacing: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 8px !important;
    background-size: 24px 24px !important;
    background-position: top 50% right 13px !important;
  }
}
.accordion-mhk .cw-accordion__item-content, .accordion-mhk .cw-accordion__item-title {
  border-radius: 0 !important;
}

.p-unset {
  position: unset;
}

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

@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
  }
  .customize-support .header {
    margin-top: 32px;
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 190px;
  }
}
.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
  height: 190px;
  position: fixed;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile {
    height: 100px;
    position: unset;
  }
}
.header #nav-mobile .phone-section {
  background: var(--color-secondary);
  margin-left: 0;
  padding-left: 38px;
  padding-right: 38px;
}

@media (max-width: 767px) {
  .header #nav-mobile .phone-section {
    padding: 15px 15px 17px;
    height: 116px;
  }
}
.header #nav-mobile .phone-mobile {
  padding-top: 17px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .phone-mobile {
    padding-top: 13px;
    padding-bottom: 10px;
  }
}
.header #nav-mobile .phone-mobile .label {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-right: 8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: normal;
}

.header #nav-mobile .phone-mobile .phone-img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.header #nav-mobile .phone-mobile .contact-phone {
  font-size: 32px;
  line-height: 30px;
}

.header #nav-mobile .site-logo {
  height: 74px;
  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: 0 0 0 28px;
  max-width: calc(100% - 30px);
}

@media screen and (min-width: 480px) {
  .header #nav-mobile .site-logo img {
    padding: 12px 0 12px 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header #nav-mobile .site-logo img {
    max-width: 285px;
  }
}
@media screen and (min-width: 1200px) {
  .header #nav-mobile .site-logo img {
    max-width: 100%;
    padding: 25px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-header-layout__content {
    max-width: 95% !important;
  }
}
@media screen and (min-width: 1440px) {
  .top-header-layout__content {
    max-width: 92% !important;
  }
  .top-header-layout__content .phone-section {
    padding-left: 0 !important;
  }
}
.top-header-layout,
.footer-top {
  position: relative;
}

.top-header-layout__bg,
.footer-top__bg {
  position: relative;
  z-index: 1;
  height: 100px;
}

.top-header-layout__left, .top-header-layout__right,
.footer-top__left,
.footer-top__right {
  height: 100px;
}

.top-header-layout__right,
.footer-top__right {
  background-color: var(--color-secondary);
}

@media screen and (min-width: 1440px) {
  .top-header-layout__right,
.footer-top__right {
    width: calc(66.6666666667% - 30px) !important;
  }
}
.top-header-layout .site-logo-wrap,
.footer-top .site-logo-wrap {
  padding-left: 0;
  background: #fff;
}

.top-header-layout__content,
.footer-top__content {
  position: absolute !important;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

@media screen and (min-width: 1440px) {
  .top-header-layout__wrap,
.footer-top__wrap {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.top-header-layout .logo,
.footer-top .logo {
  background-color: white;
  padding: 12px 0 10px;
}

@media screen and (min-width: 1440px) {
  .top-header-layout .logo,
.footer-top .logo {
    max-width: 412px;
  }
}
.top-header-layout .site-logo,
.footer-top .site-logo {
  display: block;
  position: relative;
}

.top-header-layout .phone-section,
.footer-top .phone-section {
  margin-top: 0;
  margin-bottom: 0;
  height: 100px;
}

@media screen and (min-width: 1440px) {
  .top-header-layout .phone-section,
.footer-top .phone-section {
    padding-left: 50px;
    padding-right: 10px;
  }
}
.top-header-layout .phone-section .contact-phone,
.footer-top .phone-section .contact-phone {
  color: white;
  font-weight: 700;
  font-size: 46px;
  line-height: 44px;
  font-family: var(--main-font), sans-serif;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header-layout .desktop-menu,
.footer-top .desktop-menu {
  position: relative;
}

.hero {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 22px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 205px;
  }
  .page-template-practice-area .hero {
    padding-top: 10px;
  }
  .page-site-map .hero, .page-template-tmplt-community-page .hero {
    height: unset;
    padding-bottom: 50px;
  }
  .page-id-4232583 .hero {
    height: unset;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-practice-area .hero .col-lg-8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.page-template-about-us .hero {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .hero {
    height: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-about-us .hero {
    height: 400px;
  }
}
.page-template-about-us .hero h1,
.page-template-about-us .hero .banner-title {
  color: #fff !important;
  font-family: var(--main-font), sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 10px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .hero h1,
.page-template-about-us .hero .banner-title {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 1.5rem;
    margin-top: unset;
    line-height: 42px;
  }
}
.hero-archive-results {
  background: #fff;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .hero-archive-results {
    height: 492px;
  }
}
@media screen and (min-width: 992px) {
  .hero-archive-results .row {
    height: 442px;
  }
}
.hero-archive-results .row .btn {
  color: #fff !important;
}

@media (max-width: 991px) {
  .hero-archive-results .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hero-archive-results .page-title {
    text-align: center;
  }
}
.hero-archive-results .hero-subtitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: var(--color-secondary);
  font-family: var(--main-font), sans-serif;
  margin-top: 12px;
  margin-bottom: 40px;
}

@media (max-width: 1439px) {
  .hero-archive-results .hero-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-archive-results .hero-subtitle {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-archive-results .hero-subtitle {
    font-size: 35px;
    margin-top: 0;
  }
}
.hero-archive-results .hero__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  /* @include media('>=desktop') {
      right: -35%;
  }

  @include media('>=widescreen') {
      right: -20%;
  }

  @include media('>=1366px', '<1440px') {
      right: -5%;
  }

  @include media('>=1440px') {
      right: 0;
  }

  @include media('>=2000px') {
      right: 10%;
  }

  @include media('>=2300px') {
      right: 15%;
  }*/
}

@media (min-width: 1366px) and (max-width: 1599px) {
  .hero-archive-results .hero__img picture {
    position: relative;
    right: -60px;
  }
}
.page-template-tmplt-bike-rally .hero {
  padding-bottom: 40px;
}

.hero .banner-title {
  color: var(--color-primary) !important;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .hero-content {
    position: relative;
    bottom: -130px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-about-us .hero-content {
    bottom: -180px;
  }
}
@media (max-width: 991px) {
  .hero-home .container-fluid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-home .col-left {
    padding: 30px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .col-left {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .col-left {
    padding: 0 0 0 13px;
  }
}
@media (min-width: 1080px) {
  .hero-home .col-left {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .col-left {
    padding: 12px 25px 12px 30px;
    max-width: 394px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .col-left {
    padding: 40px 12px 33px 34px;
    max-width: 443px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .col-left {
    padding: 17px 0px 15px 57px;
    max-width: 468px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .col-left {
    padding: 35px 4px 34px 58px;
    max-width: 520px;
  }
}
.hero-home .col-left .banner-title {
  border-top: 10px solid var(--color-secondary);
  border-left: 10px solid var(--color-secondary);
  padding-left: 22px;
  padding-top: 18px;
  margin-bottom: 7px;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .hero-home .col-left .banner-title {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .col-left .banner-title {
    max-width: 650px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .col-left .banner-title {
    padding-left: 33px;
    padding-top: 22px;
    margin-bottom: 15px;
    font-size: 87px;
    line-height: 83px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .col-left .banner-title {
    padding-left: 20px;
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 7px;
    padding-top: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .col-left .banner-title {
    border-top-width: 15px;
    border-left-width: 15px;
    font-size: 61px;
    line-height: 65px;
    max-width: 400px;
    padding-top: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .col-left .banner-title {
    font-size: 77px;
    line-height: 80px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .col-left .banner-title {
    font-size: 87px;
    line-height: 83px;
    margin-bottom: 15px;
  }
}
.hero-home .col-left .banner-title span {
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .hero-home .col-left .banner-subtitle {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .col-left .banner-subtitle {
    font-size: 21px;
    line-height: 25px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .col-left .banner-subtitle {
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .col-left .banner-subtitle {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .col-left .banner-subtitle {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .col-left .banner-subtitle {
    font-size: 20px;
    line-height: 24px;
    max-width: 412px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .col-left .banner-subtitle {
    max-width: 425px;
  }
}
@media (max-width: 478px) {
  .hero-home .col-left .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .col-left .btn {
    margin-left: 35px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .col-left .btn {
    margin-left: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .col-left .btn {
    margin-left: 40px;
  }
}
@media (max-width: 478px) {
  .hero-home .col-left .btn span {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-home .col-left .btn span {
    font-size: 15px;
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .hero-home .col-left .btn span {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .col-right {
    width: 64.6666666667% !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .hero-home .col-right {
    width: calc(66.6666666667% - 30px) !important;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .col-right {
    width: calc(66.6666666667% - 30px) !important;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .col-right {
    padding-left: 0;
  }
}
.hero-home .col-right img {
  width: 100%;
}

@media (max-width: 1199px) {
  .hero-home .col-right img {
    position: relative;
    left: 1px;
  }
}
@media (max-width: 1079px) {
  .hero-home .col-right img {
    position: relative;
    left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home.hero-home-v2 {
    min-height: 900px;
  }
}
@media (max-width: 1199px) {
  .hero-home.hero-home-v2 {
    padding-top: 106px;
  }
  .hero-home.hero-home-v2 .btn-play img {
    max-width: 118px;
  }
}
@media (max-width: 767px) {
  .hero-home.hero-home-v2 {
    min-height: 539px;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #000;
  }
}
.hero-home.hero-home-v2 .banner-title {
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 96px;
  line-height: 83px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.hero-home.hero-home-v2 .banner-title span {
  font-size: 64px;
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .hero-home.hero-home-v2 .banner-title {
    font-size: 48px;
    line-height: 43px;
    text-align: left;
  }
  .hero-home.hero-home-v2 .banner-title span {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home.hero-home-v2 .banner-title {
    margin-top: 420px;
  }
}
.hero-home.hero-home-v2 .banner-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .hero-home.hero-home-v2 .banner-subtitle {
    margin-top: 30px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero-home.hero-home-v2 .banner-subtitle {
    text-align: left !important;
    font-size: 17px;
  }
}
.hero-home.hero-home-v2 .btn-play {
  position: initial;
  transform: initial;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .hero-home.hero-home-v2 .btn-play {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .hero-home.hero-home-v2 .btn-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-subtitle {
  margin-bottom: 25px;
  font-family: var(--secondary-font), sans-serif;
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.hero-bio {
  padding: 23px 0 42px;
  background-color: #f4f4f4;
  height: auto;
}

.hero-bio .col-left .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-left .text-wrap .entry-content {
  margin-top: 40px;
}

.hero-bio .col-left .text-wrap ul {
  margin-top: 13px;
  margin-bottom: 36px;
  margin-left: 0;
  padding-left: 0;
}

.hero-bio .col-left .text-wrap ul li {
  font-size: 17px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 0;
  font-family: var(--secondary-font), sans-serif;
  line-height: normal;
  padding: 16px 0;
  border-bottom: 1px solid #C4C4C4;
}

.hero-bio .col-left .text-wrap ul li:first-of-type {
  border-top: 1px solid #C4C4C4;
}

.hero-bio .col-left .text-wrap ul li a {
  color: #4164f2;
  display: inline-block;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--color-primary);
  padding-top: 5px;
}

.hero-bio .col-left .text-wrap ul li.phone {
  background-size: 32px 32px;
  padding-left: 40px;
  background: url("../images/phone-dark.svg") no-repeat bottom 16px left 0;
}

.hero-bio .col-left .text-wrap ul li.phone.text {
  background: url("../images/text-dark.svg") no-repeat bottom 16px left 0;
}

.hero-bio .col-left .text-wrap ul li.phone a {
  display: block;
}

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

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

@media (max-width: 767px) {
  .hero-bio .col-left .text-wrap .btn-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-bio .col-left .text-wrap .btn {
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-bio .col-left .text-wrap .btn:last-of-type {
    margin-left: 15px !important;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hero-bio .col-left .text-wrap .btn span {
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
    max-width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-bio .col-left .text-wrap .btn span {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-bio .col-left .text-wrap .btn span {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.hero-bio .awards-attorney-wrap-container {
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0px 8px 40px rgba(24, 39, 75, 0.08);
}

@media screen and (min-width: 768px) {
  .hero-bio .awards-attorney-wrap-container {
    padding: 55px 75px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio .awards-attorney-wrap-container {
    padding: 55px 109px;
  }
}
.hero-bio .awards-attorney-wrap-container .arrow-prev {
  left: 15px;
}

@media screen and (min-width: 768px) {
  .hero-bio .awards-attorney-wrap-container .arrow-prev {
    left: 30px;
  }
}
.hero-bio .awards-attorney-wrap-container .arrow-next {
  right: 15px;
}

@media screen and (min-width: 768px) {
  .hero-bio .awards-attorney-wrap-container .arrow-next {
    right: 30px;
  }
}
.hero-scholarship {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .hero-scholarship {
    padding-top: 93px;
  }
}
.hero-scholarship h1 {
  margin: 24px auto 20px;
  max-width: 550px;
}

.hero-scholarship .banner-subtitle {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.hero-scholarship .btn,
.hero-scholarship .btn span {
  width: 335px;
  max-width: 100%;
}

.hero-scholarship .social-icon-list {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .hero-scholarship .social-icon-list {
    margin: 60px 0;
  }
}
.hero-scholarship .social-icon-list li + li {
  margin-top: 20px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .hero-scholarship .social-icon-list li + li {
    margin-top: 0;
    margin-left: 30px;
  }
}
.hero-scholarship .social-icon-list li a {
  width: auto;
  height: auto;
  background: #fff;
  box-shadow: 0px 8px 40px rgba(24, 39, 75, 0.08);
  border-radius: 300px;
  padding: 14px;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #303030;
  min-height: 64px;
}

@media screen and (min-width: 768px) {
  .hero-scholarship .social-icon-list li a {
    padding: 14px 24px;
    font-size: 20px;
    line-height: 32px;
  }
}
.hero-scholarship .social-icon-list li a i {
  margin-right: 15px;
}

.hero-scholarship .social-icon-list li a .icon-facebook {
  background: url("../images/facebook-sc.svg");
  width: 36px;
  height: 36px;
}

.hero-scholarship .social-icon-list li a .icon-twitter {
  background: url("../images/twitter-sc.svg");
  width: 36px;
  height: 32px;
}

.hero-scholarship .social-icon-list li a .icon-youtube {
  background: url("../images/youtube-sc.svg");
  width: 28px;
  height: 19px;
}

#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: none;
  position: absolute;
  right: unset;
  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: var(--color-primary);
  border: none;
  width: 100%;
}

.mobile-button .menu__bar {
  background-color: white;
  height: 5px;
  width: 32px;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-button .menu__bar:first-child {
  margin-top: 0;
}

.mobile-button .menu__text {
  font-weight: 700;
  font-size: 12px;
  font-family: var(--secondary-font), sans-serif;
  color: #fff;
  margin-top: 4px;
  line-height: normal;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: calc(100% - 60px);
  width: 100%;
  height: 74px;
  margin-right: 0;
}

@media (min-width: 768px) {
  #nav-mobile .navbar-brand {
    max-width: 35%;
    margin-right: 0;
    height: unset;
    margin-right: 1rem;
  }
}
#nav-mobile .top-header-layout {
  max-width: 100%;
  width: 100%;
  height: 116px;
}

@media (min-width: 768px) {
  #nav-mobile .top-header-layout {
    max-width: 57%;
    height: unset;
  }
}
@media (min-width: 1200px) {
  #nav-mobile .top-header-layout {
    max-width: 59%;
  }
}
#nav-mobile .navbar-toggle-wrap {
  background: var(--color-primary);
  height: 74px;
  max-width: 60px;
  width: 100%;
}

@media (min-width: 768px) {
  #nav-mobile .navbar-toggle-wrap {
    max-width: 8%;
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  #nav-mobile .navbar-toggle-wrap {
    max-width: 6%;
  }
}
#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 {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.top-header-desktop-nav {
  background: var(--color-primary);
}

#nav-desktop {
  padding: 0;
}

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

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

#nav-desktop ul.header-menu > .nav-item.current-menu-item .nav-link {
  color: #fff;
}

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

#nav-desktop .nav-item {
  margin-bottom: 0;
  border-bottom: 3px solid var(--color-primary);
}

#nav-desktop .nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -7px;
  width: 1px;
  height: 13px;
  background-color: #333;
}

#nav-desktop .nav-item:nth-last-child(-n+2):before, #nav-desktop .nav-item.active:before {
  display: none;
}

#nav-desktop .nav-item.active {
  border-bottom: 3px solid var(--color-secondary);
}

#nav-desktop .nav-item.active .nav-link {
  background: var(--color-tertiary);
}

#nav-desktop .nav-item:hover {
  border-bottom: 3px solid var(--color-secondary);
}

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

#nav-desktop .nav-item.dropdown:hover {
  border-bottom: 3px solid #BF1E2E;
}

#nav-desktop .nav-item.dropdown:hover .dropdown-menu {
  margin-top: 3px !important;
}

#nav-desktop .nav-item.nav-item-contact .dropdown-menu {
  left: unset !important;
  right: 0 !important;
}

#nav-desktop .nav-item.mega-menu-grid:is(#nav-desktop .nav-item.mega-menu-grid:hover, #nav-desktop .nav-item.mega-menu-grid:focus) .dropdown-menu:not(.dropdown-child > .dropdown-menu) {
  display: grid;
}

#nav-desktop .nav-item.mega-menu-grid:hover:after {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
  font-weight: 700;
}

#nav-desktop .nav-item.mega-menu-grid .dropdown-menu {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  column-gap: 10px;
  flex-direction: unset;
  width: 100%;
  top: 100%;
  margin-top: 0;
  left: 0;
  padding: 16px !important;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item.mega-menu-grid .dropdown-menu {
    width: 450px;
  }
}
#nav-desktop .nav-item.mega-menu-grid .dropdown-menu.show:not(.dropdown-child > .dropdown-menu) {
  display: grid;
}

#nav-desktop .nav-item.mega-menu-grid .dropdown-menu > li {
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}

#nav-desktop .nav-item.mega-menu-grid .dropdown-menu > li:hover:after {
  display: none !important;
}

#nav-desktop .nav-item.mega-menu-grid .dropdown-child .dropdown-menu {
  display: none;
}

#nav-desktop .nav-item.mega-menu-grid .dropdown-child:is(#nav-desktop .nav-item.mega-menu-grid .dropdown-child:hover, #nav-desktop .nav-item.mega-menu-grid .dropdown-child:focus) .dropdown-menu,
#nav-desktop .nav-item.mega-menu-grid .dropdown-child:is(#nav-desktop .nav-item.mega-menu-grid .dropdown-child:hover, #nav-desktop .nav-item.mega-menu-grid .dropdown-child:focus) .dropdown-menu.show {
  display: block;
  width: auto;
}

#nav-desktop .nav-item .nav-link {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 15px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
}
#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: #fff;
  background: var(--color-tertiary);
}

#nav-desktop .nav-item .nav-link:hover.dropdown-toggle:after, #nav-desktop .nav-item .nav-link:focus.dropdown-toggle:after {
  top: 0;
  height: 100%;
}

#nav-desktop .nav-item .nav-link.active {
  background-color: var(--color-tertiary);
  color: #fff;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle {
  position: relative;
  padding-right: 28px;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle:after {
  width: 12px;
  height: 8px;
  vertical-align: 1px;
  background: url("../images/icon-dropdown.png") no-repeat center;
  background-size: contain;
  border: none;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  margin-left: 8px;
}

#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: #303030;
  text-align: left;
  list-style: none;
  background-color: var(--color-tertiary);
  background-clip: padding-box;
  font-size: 16px;
  line-height: 24px;
  text-transform: none !important;
  font-family: var(--secondary-font), sans-serif;
  border: none;
  border-radius: 0;
  min-width: 250px;
  padding: 16px !important;
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 0;
}

#nav-desktop .nav-item .dropdown-menu li:last-child {
  padding-bottom: 0 !important;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: #C4C4C4;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: #fff;
  text-decoration: underline !important;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: #fff;
}

.phone-section {
  margin-left: 30px;
  background-color: #BF1E2E !important;
}

.phone-section .google-reviews {
  height: 38px;
  padding-top: 9px;
}

@media screen and (min-width: 992px) {
  .phone-section .google-reviews {
    max-width: 350px;
    width: 100%;
    height: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .phone-section .google-reviews {
    max-width: 240px;
    width: 100%;
    height: 61px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .phone-section .google-reviews {
    max-width: 261px;
  }
}
.phone-section .google-reviews-img {
  height: 38px;
  width: 38px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 5px 4px;
}

@media screen and (min-width: 1200px) {
  .phone-section .google-reviews-img {
    height: 61px;
    width: 74px;
    padding-top: 10px;
    padding-left: 12px;
  }
}
.phone-section .google-reviews-text {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 38px;
  width: 100%;
  padding: 7px 11px 9px;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 1200px) {
  .phone-section .google-reviews-text {
    padding: 9px;
    height: 61px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1440px) {
  .phone-section .google-reviews-text {
    padding: 9px 19px;
  }
}
.phone-section .google-reviews-text span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px;
}

@media screen and (min-width: 1200px) {
  .phone-section .google-reviews-text span {
    vertical-align: super;
    margin-left: 0;
  }
}
.phone-section .google-reviews-text span.rating {
  font-weight: 700;
  font-size: 17px;
  color: #FFC510;
  line-height: unset;
  margin-right: 5px;
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .phone-section .google-reviews-text span.rating {
    vertical-align: middle;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .phone-section .google-reviews-text img {
    width: auto;
    height: 14px;
  }
}
.phone-section .google-gatherup-reviews .revbadge-container {
  color: #ffffff !important;
}

.phone-section .google-gatherup-reviews .revbadge-container .revbadge-minimal-title,
.phone-section .google-gatherup-reviews .revbadge-container .revbadge-read-more a {
  color: #ffffff !important;
}

.phone-section .google-gatherup-reviews .revbadge-container .revbadge-level {
  flex-direction: row;
}

@media screen and (min-width: 1025px) {
  .phone-section .google-gatherup-reviews .revbadge-container .revbadge-level {
    flex-direction: column;
  }
}
.phone-section .label {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .phone-section .label {
    max-width: 230px;
    margin-left: 25px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1440px) {
  .phone-section .label {
    margin-left: 36px;
    margin-right: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .phone-section .phone img {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .phone-section .phone img {
    margin-right: 16px;
  }
}
.phone-section .phone .contact-phone {
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
}

.home-v2 .phone-section .phone .contact-phone {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .phone-section .phone .contact-phone {
    font-size: 46px;
  }
  .footer .phone-section .phone .contact-phone {
    font-size: 43px;
  }
}
@media (max-width: 359px) {
  .phone-section .phone .contact-phone {
    font-size: 28px !important;
  }
}
.header_searchform {
  display: block;
  width: 400px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 9px;
  z-index: 9999;
  padding: 16px;
  background-color: var(--color-tertiary);
}

.header_searchform input[type=text] {
  width: 85%;
  height: auto;
  background: #fff;
  padding: 6px;
}

.header_searchform input[type=submit] {
  line-height: 1;
  padding: 14px;
  border-radius: 0px;
  border: none;
  height: auto;
  font-size: 16px;
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  font-weight: 700;
  width: 14%;
}

/**Css for image search icon**/
.search_icon {
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  padding: 16px 0 14px 33px;
  background-position: 5px center;
  background-color: transparent;
  background-size: 24px 24px;
}

.mobile-menu-panel li a {
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 767px) {
  .mobile-menu-panel li a {
    pointer-events: auto;
  }
  .mobile-menu-panel li a * {
    pointer-events: none;
  }
}
.mobile-menu-panel li:before {
  opacity: 1;
  color: #fff;
}

.mm-spn.mm-spn--navbar:after {
  font-family: var(--secondary-font), sans-serif;
  color: #fff;
  opacity: 1 !important;
}

#mmenu ul#menu-header-menu li a {
  color: #fff;
}

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