/* This stylesheet is RENDER-BLOCKING */
/* Only add priority styles that occur near the top of the page and/or prevent page jitter */


/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
  font-size: 16px;
  --font-size-h1: 50px;
  --font-size-h2: 34px;
  --font-size-h3: 24px;
  --font-size-h4: 22px;
  --font-size-h5: 20px;
  --body-text-color: #0D1233;
  --primary-color: #0D1233;
  --secondary-color: #FFF100;
  --alternate-color: #FFF100;
  --red-color: #282973;
  --gray-color: #E7E8F1;
  --white-color: #fff;
  --white: #fff;
  ---black-color: #000;
  --black: #000;
  --light-grey: #F5F5F8;
  --red: #AF1F37;
  --other-red: #AF0033;
  --other-other-red: #BF0538;
  --light-grey: #EAEAEA;
  --other-light-grey: #F5F5F5;
  --other-other-light-grey: #B9B9B9;
  --dark-grey: #4A4A4A;
  --light-gray-color: #E9E9EF;
  --body-font-family: "Myriad Pro", sans-serif;
  --heading-font-family: "Aileron", sans-serif;
  --gutter-size: 30px;
  --header-height: 100px;
  --width-normal: 1240px;
  --width-narrow: 900px;
  --width-wide: 1599px;
  --gutter-size: 30px;
  --swiper-theme-color: var(--primary-color);
  --swiper-navigation-color: var(--secondary-color);
  --swiper-pagination-bullet-inactive-color: var(--body-text-color);
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bottom: -50px;
}

@media screen and (min-width: 768px) {

  /*TABLET*/
  :root {
    font-size: 18px;
  }
}

#container {
  position: relative;
  right: 0;
  top: 0;
  overflow: clip;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html {
  box-sizing: border-box;
}

body {
  display: block !important;
  line-height: 1.6;
  color: var(--body-text-color);
  font-size: 16px;
  font-family: var(--body-font-family);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.88;
}

*:focus-visible {
  outline: auto;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Hidden elements */
.hide,
.show-in-pdf,
.show-for-pdf,
.mega-menu .sub-menu,
.gfield--type-captcha,
.grecaptcha-badge {
  display: none !important;
}

/* CORE > Main Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: var(--primary-color);
  font-weight: normal;
  font-family: var(--heading-font-family);
  line-height: 1.2;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: 800;
  font-style: italic
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: bold;
  font-style: italic
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: normal;
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: 600;

}

h5,
h6 {
  font-size: var(--font-size-h5);
}

h2 strong,
h3 strong {
  font-weight: 700;
}

h1 span.subtitle,
h2 span.subtitle {
  display: block;
  color: var(--secondary-color);
  font-size: 50%;
}

p {
  margin: 0 0 15px;
  font-size: 18px;
  color: var(--body-text-color);
  line-height: 1.7;
  font-weight: normal;
}

.content p,
.content li {
  font-size: 18px;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* CORE > Links and Buttons */
a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

a:hover,
a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline;
}

a,
button,
.button,
.wp-element-button {
  transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button,
.wp-element-button {
  font-family: var(--body-font-family);
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  /* line-height: 1; */
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  /* display: inline-block; */
  color: var(--primary-color);
  background-color: var(--secondary-color);
  text-decoration: none;
  border: 1px solid var(--secondary-color);
}

button:active,
.button:active,
.wp-element-button:active {
  transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

button.alt-01,
.button.alt-01 {
  background-color: var(--secondary-color);
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
  background-color: var(--primary-color);
  color: white;
}

button.alt-02,
.button.alt-02 {
  background-color: var(---black-color);
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
  background-color: var(--secondary-color);
  color: white;
}

button.outline,
.button.outline {
  background: none;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
  background: var(--secondary-color);
  color: white;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
  border-color: white;
  color: white;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
  background: var(--white-color);
  color: var(--primary-color);
}

button.no-button,
.button.no-button {
  padding: 0;
  background: none;
  color: var(--secondary-color);
  text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
  color: var(---black-color);
  text-decoration: underline;
}

/* CORE > Page Structure */
main {
  padding: 60px 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: clip;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-banner main {
  padding-top: 180px;
}

main .content.full-width {
  float: none;
}

main .content section:not(:last-of-type) {
  margin-bottom: 60px;
}

.columns,
.column {
  padding: 0 var(--gutter-size);
}

.row,
.row-wide,
.row-narrow {
  max-width: var(--width-normal);
  margin-right: auto;
  margin-left: auto;
}

.row-narrow {
  max-width: var(--width-narrow);
}

.row-wide {
  max-width: var(--width-wide);
}

.row::after {
  clear: both;
}

.row:not(.main-inner)::before,
.row:not(.main-inner)::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.row.main-inner::before,
.row.main-inner::after {
  display: none;
}

@media screen and (min-width: 768px) {
  main {
    padding: 60px 0;
  }

  .page-template-template-practices #main {
    padding-bottom: 80px;
    padding-top: 50px;
  }

  .main-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  main .content {
    width: 65%;
    margin-bottom: 0;
    padding-right: 70px;
  }

  main .content.full-width {
    width: 100%;
    padding-right: var(--gutter-size);
  }

  main .sidebar {
    width: 35%;
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  main .content {
    padding-right: calc(2 * var(--gutter-size));
  }
}

/* CORE > Priority Utility Classes */
.no-float {
  float: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-min-height {
  min-height: 0;
}

/*.position-static,
.static {
	position: static !important;
}*/

.position-relative,
.relative {
  position: relative !important;
}

.position-absolute,
.absolute {
  position: absolute;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.no-background {
  background: none !important;
}

.animate-in-view,
.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1 !important;
}

.uppercase {
  text-transform: uppercase;
}

.small-text {
  font-size: 0.9rem;
}

.larger-text {
  font-size: 1.2rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.bold,
.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 3;
  border-bottom: 2px solid transparent;
  transition: border-color 200ms ease-out;
}

.header-search {
  opacity: 0;
}

body.scrolled .header {
  background: var(--primary-color);
}

body.home.scrolled .header {
  background: var(--primary-color);
}

body.scrolled .header .header-logo .responsive-img.black {
  display: none;
}

body.scrolled .header .main-navigation-menu>li>a {
  color: #fff;
}

body.scrolled .header .main-navigation-menu>li>a:hover,
body.scrolled .header .main-navigation-menu>li>a:focus {
  color: var(--secondary-color);
}


body.scrolled .header #header-search-open {
  color: #fff;
}

body.scrolled .header .header-logo .responsive-img.white {
  display: block;
}

.header>.row {
  height: 100%;
}

.header a {
  text-decoration: none;
}

.header-desktop {
  display: none;
}

.header-logo {
  display: flex;
  align-items: center;
  padding: 8px 0 8px calc(var(--gutter-size) * 0.5);
}

.module-header-a-logo img {
  padding: 0;
  max-width: 220px;
  width: 100%;
  height: auto;
}

.header-mobile-inner img {
  width: 200px;
}

.home .responsive-img.black {
  display: none;
}

.responsive-img.white {
  display: none;
}

.home .responsive-img.white {
  display: block;
}

.mobile-top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0D1233;
  padding: 9px 14px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #FFF100;
}

.mobile-top-bar-lede {
  color: #fff;
  font-weight: 600;
}

.mobile-top-bar-phone {
  color: #FFF100 !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-top-bar-phone:hover,
.mobile-top-bar-phone:focus {
  text-decoration: underline;
}

.header-mobile-inner {
  display: flex;
  min-height: 70px;
}

.header-mobile-buttons {
  display: flex;
  margin-left: 4%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: calc(var(--gutter-size) * 0.5);
}

.header-mobile-buttons a,
.header-mobile-buttons button {
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex: 1;
  max-width: 40px;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
}


.header-mobile-buttons a:first-child,
.header-mobile-buttons button:first-child {
  margin-right: 5px;
}

.mega-menu {
  display: none;
}

.module-header-a-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-self: flex-end;
}

.module-header-a-right-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.module-header-a-right-top span {
  font-weight: 600;
}

.module-header-a-phone i {
  font-size: 80%;
}

.module-header-a-right-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .module-header-a-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 70%;
  }

  .module-header-a-logo {
    flex: 1;
  }

  .module-header-a-inner {
    padding: 0 var(--gutter-size);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .module-header-a-logo img {
    padding: 0;
  }
}



.module-header-a-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-self: center;
}

.module-header-a-right-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

.module-header-a-right-top span {
  font-weight: 600;
}

.module-header-a-phone {
  margin-left: 20px;
  display: inline-block;
  padding: 5px 15px;
}

.module-header-a-phone i {
  font-size: 80%;
}

.module-header-a-right-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: end;
  align-items: center;
  justify-content: flex-end;
}

.module-header-a-right-top span {
  font-size: 16px;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
}

.module-header-a-right-top>span:first-of-type::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 13px;
  background: var(--secondary-color);
  width: 5px;
  height: 5px;
  border-radius: 55px;
}

.module-header-a-lang,
.mobile-navigation-lang {
  display: flex;
  align-items: center;
  position: relative;
}

.module-header-a-lang {
  margin-right: 0;
}

.module-header-a-lang>span {
  margin-top: 4px;
}

.module-header-a-lang .gt_switcher-popup span:last-child,
.mobile-navigation-lang .gt_switcher-popup span:last-child {
  color: var(--secondary-color) !important;
  margin-left: 5px;
}

.module-header-a-lang .gt_white_content,
.mobile-navigation-lang .gt_white_content {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  width: max-content !important;
  min-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  overflow: visible !important;
}

.mobile-navigation-lang .gtranslate_wrapper {
  padding-left: 10px;
}

.mobile-navigation-lang .gt_white_content {
  right: auto !important;
  left: 0 !important;
}

.module-header-a-lang .gt_white_content .gt_languages,
.mobile-navigation-lang .gt_white_content .gt_languages {
  display: block !important;
  flex-flow: column nowrap !important;
  width: max-content !important;
  min-width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

.module-header-a-lang .gt_white_content a,
.mobile-navigation-lang .gt_white_content a {
  line-height: normal !important;
  flex-basis: auto !important;
  white-space: nowrap !important;
}

.module-header-a-lang .gtranslate_wrapper,
.mobile-navigation-lang .gtranslate_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.module-header-a-lang .gtranslate_wrapper a.glink:not(:last-of-type),
.mobile-navigation-lang .gtranslate_wrapper a.glink:not(:last-of-type) {
  margin-right: 10px;
}

.gt_black_overlay {
  opacity: 0 !important;
  -moz-opacity: 0 !important;
}

.gt_white_content .gt_languages a,
.gt_white_content .gt_languages a span {
  color: var(--primary-color);
}



@media screen and (min-width: 1025px) {
  .module-header-a-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 74%;
  }

  .module-header-a-logo {
    flex: 1;
  }

  .module-header-a-inner {
    padding: 10px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .module-header-a-logo img {
    padding: 0;
  }


}


@media screen and (min-width: 500px) {}

@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }

  .header-desktop {
    display: block;
  }

  .header-logo {
    padding: 0px 0;
  }



}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.main-navigation-menu li {
  display: block;
  position: relative;
  padding: 0;
}

.main-navigation-menu>li {
  padding: 8px 0 0px 0;
  margin-right: 7px;
}


/*.main-navigation-menu > li.menu-item a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: -4px;
	background: var(--secondary-color);
	width: 1px;
	height: 14px;
}*/

.main-navigation-menu li.menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: var(--secondary-color);
}

.main-navigation-menu>li.menu-item:last-child a::after {
  opacity: 0;
}




.main-navigation-menu>li #mega-menu {
  display: none;
}


#desktop-navigation .sub-menu li a:hover,
#desktop-navigation .sub-menu li a:focus {
  background: var(--primary-color);
  color: var(--secondary-color);

}


.main-navigation-menu>li:last-of-type {
  margin-right: 0;
}

.main-navigation-menu>li:last-of-type>a {
  margin-right: 0;
}

.main-navigation-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  background: var(--white);
  padding: 10px 5px;
}

.main-navigation-menu>li.menu-item-6808 .sub-menu {
  width: 600px;
  /* display: flex; */
  background: var(--gray-color);
}

.main-navigation-menu>li.menu-item-6808 .sub-menu li {
  width: 49%;
  display: inline-block;
}



.main-navigation-menu>li.menu-item-133 .sub-menu {
  width: 500px;
  /* display: flex; */
  background: var(--gray-color);
}


.main-navigation-menu>li.menu-item-133 .sub-menu li {
  width: 49%;
  display: inline-block;
}




.main-navigation-menu>a:hover+.mega-menu,
.main-navigation-menu>a:focus+.mega-menu,
.main-navigation-menu>li.active>.mega-menu,
.main-navigation-menu>a:hover+.sub-menu,
.main-navigation-menu>a:focus+.sub-menu,
.main-navigation-menu>li.active>.sub-menu {
  display: block;
  -webkit-animation: menuSlideDown 200ms both;
  animation: menuSlideDown 200ms both;
}

.menu-item-1463.active>.sub-menu {
  right: 0;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover>a {
  color: var(--secondary-color);
  text-decoration: none;
  background-color: transparent;
}

.main-navigation-menu>li>a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 10px 8px;
  border-radius: 3px;
}


.home .main-navigation-menu>li>a:hover,
.home .main-navigation-menu>li>a:focus {
  color: var(--secondary-color);

}

@media screen and (min-width: 1281px) {

  .main-navigation-menu>li {
    gap: 8px;
  }

  .main-navigation-menu>li>a {
    font-size: 17px;
  }
}

@media screen and (min-width: 1400px) {
  .main-navigation-menu>li {
    gap: 14px;
  }

  .main-navigation-menu>li>a {
    font-size: 19px;
  }
}


/* MENUS > Main Nav Dropdowns (Level 2) */

#desktop-navigation .sub-menu li,
.mega-menu li {
  background: var(--white);
  padding-left: 0;
  transition: background 200ms ease-out;
}


#desktop-navigation .sub-menu li {
  position: relative;
  cursor: pointer;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
  color: var(--primary-color);
  font-size: 15px;
  display: block;
  padding: 12px;
  padding-left: 15px;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
}

.mega-menu li.active,
#desktop-navigation .sub-menu li.active {
  background: var(--secondary-color);
}

.mega-menu li::before,
#desktop-navigation .sub-menu li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 12px;
  top: 6px;
  color: var(--secondary-color);
  pointer-events: none;
  transition: color 200ms ease-out;
  opacity: 0;
}

.mega-menu li.active::before,
#desktop-navigation .sub-menu li.active::before {
  color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children>a::after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  color: var(--secondary-color);
}

#desktop-navigation .sub-menu .menu-item-has-children.active>a::after {
  color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
  display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active>.sub-menu {
  display: block;
  -webkit-animation: menuSlideRight 200ms both;
  animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#mobile-navigation {
  display: none;
}




/*******************************************************************************************
 Home Hero
*******************************************************************************************/
/* ESSENTIALS CHILD THEME: "DYNAMIC" */



.video-bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  height: 100% !important;
  background-color: var(--primary-color);
  display: block;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  z-index: 1;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center right;
}

.video-bg video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/* HERO */

.hero {
  position: relative;
  min-height: 600px;
  background-color: var(--primary-color);
  /* border-bottom: 2px solid var(--secondary-color); */
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  background-image: linear-gradient(280deg, #305027 5%, rgba(67, 93, 59, 0) 93%);
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 1) 25%, rgba(0, 0, 0, 0));
  opacity: 0.5;
}

.hero-content {
  display: flex;
  padding-bottom: 65px;
  /* flex-direction: column; */
  justify-content: center;
  color: var(--primary-color);
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  text-align: right;
  height: 100%;
}



.hero-content-inner {
  z-index: 1;
  margin: 50px 0;
  padding-left: 20px;
  position: relative;

}

.hero-title-1 {
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.32px;
  text-align: center;
  width: 100%;
}

.hero-title-2 {
  font-size: 90px;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: -2.7px;
  text-align: center;
  /* text-shadow: -4px 3px 0px #c3b90c; */
  /* text-shadow: -3px 3px 0 #0c1232, -5px 5px 0 #c3b90c, -5px 5px 0 #0c1232, -5px 5px 0 #c3b90c; */
}

.hero-title-3 {
  color: #FFF;
  text-align: center;
  font-family: Aileron;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.42px;
  max-width: 940px;
  margin: 0 auto;
  font-size: 16px;
}

.hero-title-2 .home-hero-title-word-container {
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: -10px;
}

.hero-title-2 .letter {
  opacity: 0;
}


.yellow {
  color: var(--secondary-color);
}

.hero .row {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1900px;
}

.hero .column.no-float {
  height: 100%;
}

.hero-content-inner::before,
.hero-content-inner::after {
  position: absolute;
  left: 0;
  height: 50%;
  content: "";
  display: none;
}

.hero-content-inner:before {
  top: 8px;
  border-left: 1px dashed var(--secondary-color);
}

.hero-content-inner:after {
  bottom: 0;
  border-left: 1px dashed #d1d1d1;
}



.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*#header-desktop::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 0;
	background-image: linear-gradient(280deg, #305027 5%, rgba(67, 93, 59, 0) 93%);
	background-image: linear-gradient(to bottom, rgba(52, 89, 45, 0.85) 25%, rgba(52, 89, 45, 0.57) 55%, rgba(52, 89, 45, 0));
}
*/

body.scrolled .header::after {
  opacity: 0;
}

.module-header-a {
  position: relative;
  z-index: 2;
}

.module-header-a .row {
  max-width: 95%;
}


.hero-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
  opacity: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 465px;
  background-image: linear-gradient(0deg, rgba(55, 28, 9, 0.85) 9%, rgba(55, 28, 9, 0.65) 29%, rgba(55, 28, 9, 0) 63%);
  z-index: 1;
  opacity: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-content-inner p,
.hero-content-inner h1 {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}

.hero-cta .button {
  padding: 13px 30px;
  position: relative;
  min-width: 250px;
}

.hero-cta .button:hover,
.hero-cta .button:focus {
  background: var(--primary-color);
}

.hero-cta.bordered .button {
  background: var(--primary-color);
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.hero-cta.bordered .button:hover,
.hero-cta.bordered .button:focus {
  background: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--white);
}

.hero-cta:not(.bordered) .button::after,
.hero-cta.bordered .button::before {
  display: none;
}

.hero-cta {
  margin-top: 15px;
  margin-bottom: -32px;
}

.hero-cta .button::before {
  content: "";
  position: absolute;
  right: calc(100% + 1px);
  top: 0px;
  background: var(--primary-color);
  width: 20px;
  height: 100%;
}

.hero-cta .button::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  top: 0px;
  background: var(--primary-color);
  width: 20px;
  height: 100%;
}

.main-navigation-menu>li.menu-item-141 .sub-menu,
.main-navigation-menu>li.menu-item-3200 .sub-menu {
  width: 500px;
  left: -200px;
}

.main-navigation-menu>li.menu-item-141 .sub-menu li,
.main-navigation-menu>li.menu-item-3200 .sub-menu li {
  width: 50%;
  float: left;
}

@media screen and (min-width: 768px) {
  .hero-content-inner {
    padding-left: 0;
    /* max-width: 100%; */
    margin: 0 auto;
    text-align: center;
    /* width: 100%; */
    margin-right: auto;
    padding-right: 0;
    width: 100%;
  }

  .hero-content-inner:before {
    top: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    height: 100vh;
    min-height: 700px;
    /*	max-height: 700px;*/
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-title-3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 1300px) {



  .hero-content-inner:before,
  .hero-content-inner:after {
    left: -65px;
  }
}

.logo-watermark-inn img {
  max-width: 120px;
}

.logo-watermark {
  margin-top: 55px;
}

.hero-line {
  position: absolute;
  bottom: -115px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.hero-line-inn.animate-in-view.animated {
  opacity: 1;
}

.hero-line-inn {
  position: relative;
  height: 180px;
  width: 10px;
  overflow: hidden
}

.line-inn-con.active {
  background: var(--secondary-color);
  height: 100%;
  -webkit-animation: expand1 2s;
  animation: expand1 2s;
  width: 3px;
  position: absolute;
  margin-left: 0;
  z-index: 3;
  margin: 0 auto;
  left: 5px;
}

@-webkit-keyframes expand1 {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

@keyframes expand1 {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

/* HOME HERO AND/OR SLIDER */
.home-hero-height-sync {
  height: 400px;
}

.home-hero,
.home-hero-inner {
  position: relative;
}

.home-hero-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-hero-image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50%;
  object-position: 50%;
}

.home-hero-form-container {
  display: none;
}

.home-hero-form-row {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 640px) {

  .home-hero-height-sync,
  .home-hero {
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero-inner {
    display: block;
  }

  .home-hero-height-sync {
    height: 750px;
  }

  .home-hero-form-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }

  .home-hero-form-container,
  .home-hero-form-inner,
  .home-hero-form-container .row,
  .home-hero-form-container .columns {
    height: 100%;
  }

  .home-hero-form-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-form .contact-form-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    min-width: 375px;
    padding: 0;
    background: var(--light-gray-color);
  }
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .home-hero-form {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
  }

  .home-hero-form .contact-form-heading {
    display: none;
  }
}


/* Statement */
.statement {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
}

.statement p {
  color: #fff;
}

.statement-content {
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  max-width: 1056px;
}

.statement-content .subtitle {
  margin-bottom: 4px;
  color: inherit;
}

.statement-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: inherit;
}

.statement-content h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 5px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  content: "";
}

.statement-holder {
  margin-bottom: 20px;
}

.statement-column {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.statement-column:last-child {
  border-right: 0;
  border-bottom: 0;
}

.statement-counting {
  margin-bottom: 13px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.statement-column h4 {
  color: inherit;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.statement-column p:last-child {
  margin-bottom: 0;
}

.statement .button {
  position: relative;
  z-index: 1;
}

.statement .button:hover {
  background-color: #cc0303;
}

.statement-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.statement-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .statement {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .statement-content {
    margin-bottom: 58px;
  }

  .statement-content .h2 {
    padding-bottom: 33px;
  }

  .statement-holder {
    margin-bottom: 46px;
    display: flex;
    flex-wrap: wrap;
  }

  .statement-column {
    padding: 0 15px;
    width: 33.33%;
    border-right: 1px solid #fff;
    border-bottom: 0;
  }

  .statement-counting {
    font-size: 6.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .statement {
    padding-top: 112px;
    padding-bottom: 122px;
  }

  .statement-column {
    padding: 0 62px;
  }

  .statement-column h3 {
    font-size: 1.5rem;
  }
}

/* Advantage */
.advantage {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.advantage-content {
  margin: 0 auto 30px;
  max-width: 945px;
}

.advantage-content h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.advantage-content h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 5px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  content: "";
}

.advantage-holder {
  margin-bottom: 25px;
}

.advantage-column {
  margin-bottom: 20px;
}

.advantage-item {
  padding: 30px 15px;
  height: 100%;
  color: #060606;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}

.advantage-item i {
  line-height: 1;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.advantage-item h4 {
  color: inherit;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
}

.advantage-item p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .advantage {
    margin-top: 90px;
    margin-bottom: 80px;
  }

  .advantage-content {
    margin-bottom: 60px;
  }

  .advantage-content h2 {
    margin-bottom: 27px;
    padding-bottom: 35px;
  }

  .advantage-holder {
    margin-bottom: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .advantage-column {
    margin-bottom: 0;
  }

  .advantage-item {
    padding: 50px 20px 58px;
  }

  .advantage-item i {
    font-size: 3.75rem;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .advantage {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .advantage-holder {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .advantage-holder {
    gap: 30px;
  }
}

/* practices */
.practices {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-image: url("images/pattern_geo.png");
  background-repeat: repeat;
  background-position: center center;
}

.practices:before {
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}

.practices-content {
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.practices-content h2 {
  margin-bottom: 22px;
  padding-bottom: 22px;
  position: relative;
}

.practices-content h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 5px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  content: "";
}

.practices-wrap {
  position: relative;
  z-index: 1;
}

.practices-column {
  margin-bottom: 20px;
}

.practices-link {
  padding: 15px 45px 13px 20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  transition: all 0.3s;
}

.practices-link i {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--secondary-color);
  transform: translateY(-50%);
}

.practices-link:hover,
.practices-link:focus {
  color: #fff;
  background-color: var(--primary-color);
}

.practices-holder .practices-link {
  margin-bottom: 20px;
}

.practices-holder .practices-link:last-child {
  margin-bottom: 0;
}

.practices-view-all {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.practices-view-all .button {
  min-width: 172px;
}

.practice.dark-theme .practices-link {
  color: #fff;
  background-color: var(--primary-color);
}

.practice.dark-theme .practices-link:hover {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
}

.practice.dark-theme .practices-link:hover i {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .practices {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .practices-content {
    margin-bottom: 53px;
  }

  .practices-view-all {
    padding-top: 50px;
  }

  .practices-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .practices-holder .practices-link {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .practices {
    padding-top: 128px;
    padding-bottom: 126px;
  }

  .practices-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .practices-column {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .practices-wrap {
    gap: 30px;
  }
}

/* team */
.team {
  margin-top: 70px;
  margin-bottom: 70px;
}

.team-content {
  text-align: center;
  margin-bottom: 30px;
}

.team-content h2 {
  margin-bottom: 22px;
  padding-bottom: 22px;
  position: relative;
}

.team-content h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 5px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  content: "";
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.team-grid-item {
  width: 100%;
}

/* Attorney boxes */
.attorney-single-box {
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
  opacity: 1;
}

.attorney-single-box-info {
  padding: 15px 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  margin: 5px;
  color: #fff;
}

.attorney-single-box-info h2 {
  font-size: 1.4rem;
}

.attorney-single-box-info p {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.attorney-result-image-container {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all 200ms ease-out;
}

.attorney-result-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.attorney-result-image-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(36, 37, 94, 0) 0%, rgba(36, 37, 94, 1) 100%);
  content: "";
}

.attorney-result-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: rgba(158, 23, 30, 0.7);
  transition: all 200ms ease-out;
}

@media screen and (min-width: 641px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .team {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .team-content {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .team {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }
}

/* faq */
.faqs {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fcfcfc;
}

.faqs h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .faqs {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .faqs h2 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .faqs {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .faqs h2 {
    margin-bottom: 70px;
  }
}




/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/

.banner {
  height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  /*filter: grayscale(100%);*/

}

/*.single-attorneys .banner {
	filter: grayscale(00%);
	-webkit-filter: grayscale(00%);
}*/

.banner,
.banner-xl {
  margin-top: 0px;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}

.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.attorney-banner-left img {
  position: relative;
  width: 100%;
  height: auto;
}

.banner>.row {
  height: 100%;
  position: relative;
  z-index: 2;
}

.banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  margin-top: 50px;
}

.banner-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  font-size: clamp(42px, 4.3vw, 82px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -2px;
  -webkit-text-stroke: 2px #111;
  text-shadow: 3px 3px 0 var(--secondary-color),
    6px 6px 10px rgba(0, 0, 0, .65);
}

.banner-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -15px;
  width: 200%;
  height: 2px;
  background: var(--alternate-color);
  transform: translateY(-50%);
}


.banner-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0px;
  width: 200%;
  height: 2px;
  background: var(--alternate-color);
  transform: translateY(-50%);
}



@media (max-width: 767px) {
  .banner-title {
    font-size: 45px;
    padding: 0 25px;
    -webkit-text-stroke: 1px #111;
    letter-spacing: -1px;
  }
}


@media screen and (min-width: 1025px) {
  .banner {
    height: 420px;
  }

  .banner,
  .banner-xl {
    margin-top: 0px;
  }

  .banner-title {
    font-size: 70px;
  }
}

/*******************************************************************************************
PRIORITY - Other important styles
*******************************************************************************************/

.accordion-item-title {
  background: none;
}

.swiper {
  visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important;
  padding: 0;
}

.button.alt-01.tel-link {
  display: none;
}

#header-search-form #header-search-input {

  border-bottom: 1px solid var(--white) !important;

}

.button.alt-01.tel-link {
  display: flex;
}

.mobile-menu-toggle {
  color: var(--primary-color) !important;
}


@media screen and (min-width: 280px) and (max-width: 767px) {

  /* .hero {
    height: 600px;
    min-height: 600px;
  } */

  .hero-content {
    align-items: flex-end;
    width: 100%;
    text-align: center;
    /* height: 600px; */
    padding-bottom: 35px;
    padding-top: 80px;
    justify-content: center;
  }

  .logo-watermark {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }

  .logo-watermark-inn {
    text-align: center;
  }

  .logo-watermark-inn img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }


  .header-logo img {
    max-width: 190px;
    margin-top: 5px;
    transition: max-width 200ms ease-out;
  }

  .scrolled .header-logo img {
    max-width: 125px;
  }


  .hero-title-2 {
    font-size: 53px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1.63px;
    text-shadow: none;
  }

  .hero-title-2 strong {
    /* font-size: 53px; */
    font-size: 45px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1.63px;
  }


  .hero-title-2 .home-hero-title-word-container {
    margin-bottom: 0;
  }


  .hero-content-inner {
    z-index: 1;
    margin: 0;
    padding: 180px 0 0;
    position: relative;
  }

  .hero::after {
    height: 108px;

  }

  .hero-bg::before {
    /* opacity: 0.5; */
    /* background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.5)); */
    display: none;
  }

  .hero-bg::after {
    height: 380px;
    opacity: 0;
    display: none;
  }

  .hero-content-inner {
    width: 100%;
  }

  .home .responsive-img.white.hide {
    display: block !important;
  }

  .logo-watermark {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }

  .hero-line {
    bottom: -50px;
    max-height: 100px;
    overflow: hidden;
  }

  .hero-line-inn {
    position: relative;
    height: 110px;
    /* overflow: hidden; */
  }

  .hero-title-1 {
    max-width: 230px;
  }

  .hero-cta .button {
    padding: 13px 30px;
    position: relative;
    min-width: 225px;
    width: 100%;
  }

  .hero-cta {
    margin-top: 27px;
    /* margin-bottom: -55px; */
  }

  .hero-title-1 {
    font-size: 23px;
    margin-bottom: 15px !important;
  }

}


@media screen and (min-width: 640px) and (max-width: 1024px) {
  #header-search-open.hide {
    display: block !important;
    font-size: 21px;
    line-height: 45px;
  }

  .header-search button .small-margin-right {
    display: none;
  }



  .hero-title-1 {
    font-size: 23px;
    margin-bottom: 0px !important;
    max-width: 100%;
  }





}


@media screen and (min-width: 767px) and (max-width: 1024px) {
  .about-copy h2 br {
    display: none;
  }

  .banner,
  .banner-xl {
    margin-top: 0px;
  }

  .banner {
    height: 300px;

  }

  .about-commitment.about-2 {
    padding-top: 0;
  }

  .safe-text {
    width: 100%;

  }

  .about-intro.about-1 .about-intro-content h2 {
    font-size: 40px;

  }

  .about-container.about-intro-grid {
    display: flex !important;
  }

  .hero-title-2 {
    font-size: 55px;

  }

  .hero-cta {
    margin-top: 15px;
    margin-bottom: -86px;
  }

  .hero {
    min-height: 550px;
  }

  .hero-content {
    min-height: 550px;
  }

  .hero-title-2 {
    margin-bottom: 15px;

  }

  .hero-content-inner {
    padding-bottom: 0;
  }

  .home .responsive-img.white {
    display: block !important;
  }

  .hero-content-inner {
    padding-bottom: 0;
    padding-top: 30px;
  }

  .logo-watermark {
    margin-top: 15px;
  }

  .hero-line {

    bottom: -50px;

  }

  .hero-line-inn {
    position: relative;
    height: 100px;
  }

  .hero-line-inn::after {
    height: 100px;
  }

  .header-mobile-inner {
    padding: 10px 15px;
  }

  main {
    padding: 40px 0;
  }

  main .content {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    min-height: 800px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

  .hero-title-2 {
    font-size: 60px;

  }

  .hero-title-2 strong {
    font-size: 65px;
    /* font-weight: normal; */
    display: block;
  }

  .hero-title-2 {
    margin-bottom: 15px;

  }

  .hero-title-1 {
    font-size: 28px;
  }

  .hero-content-inner {
    padding-bottom: 0;
  }

  .module-header-a-inner {
    padding: 15px 0;

  }

  .main-navigation-menu>li>a {
    font-size: 15px;
  }

  .module-header-a-logo img {
    padding: 0;
    max-width: 180px;
    width: 100%;
    height: auto;
  }

  .module-header-a-right {
    width: 80%;
  }

  .hero {
    height: 100vh;
    min-height: 700px;
    max-height: 700px;
  }


}



@media screen and (min-width: 1920px) and (max-width: 12000px) {


  .module-header-a-inner {
    padding: 30px 10px;

  }





  .logo-watermark {
    margin-top: 120px;
    width: 100%;
  }

  .logo-watermark-inn img {
    max-width: 120px;
    margin: 0 auto;
  }

  .Diligence-left-inn1.center {
    margin-top: 90px;
  }



}