html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

* ::-moz-selection, * ::-moz-selection {
  background: #a8a8a88c;
  color: #fff;
}

* ::selection, * ::-moz-selection {
  background: #a8a8a88c;
  color: #fff;
}

body, p {
  font-family: 'Cabin', sans-serif;
  font-size: 0.89rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Playfair', serif;
  color: var(--secondary-color);
  font-weight: 800;
  line-height: 1;
}

h1, .h1 {
  font-size: 3.22375rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 12vw;
  }
}

h2, .h2 {
  font-size: clamp(2.5rem, calc(2.5rem + (45 - 40) * (100vw - 375px) / (1440 - 375)), 2.8125rem);
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-size: 2.1875rem;
}

h4, .h4 {
  font-size: 1.5625rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.0625rem;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes pulse2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.beacon, .available .dot {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #36db62;
  margin-right: 8px;
}

.beacon::after, .beacon::before, .available .dot::after, .available .dot::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #36db62;
  display: block;
}

.beacon::before, .available .dot::before {
  -webkit-animation: pulse2 2s ease 0s infinite;
          animation: pulse2 2s ease 0s infinite;
}

.beacon::after, .available .dot::after {
  -webkit-animation: pulse 2s ease 0s infinite;
          animation: pulse 2s ease 0s infinite;
}

.secure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.secure::before {
  content: '';
  height: 13px;
  width: 13px;
  background-color: currentColor;
  mask: url("../img/shield.svg") center no-repeat;
  -webkit-mask: url("../img/shield.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: inline-block;
  margin-right: 4px;
}

.btn {
  font-size: clamp(1rem, calc(1rem + (22.718 - 16) * (100vw - 375px) / (1440 - 375)), 1.41987rem);
  letter-spacing: 0.0625rem;
  border-radius: 2.18444rem;
  padding: 0.5rem 1.75rem;
}

.btn.btn-s {
  font-size: 1rem;
  padding: 0.375rem 1.25rem;
}

.h4.subtitle, h4.subtitle {
  color: var(--font-color);
  font-size: 1.75313rem;
  font-style: italic;
  margin-bottom: 0.8rem;
}

.pd-b-0 {
  padding-bottom: 0;
}

.a_link {
  color: var(--primary-color);
  font-family: 'Playfair', serif;
  font-size: 1.55625rem;
  font-weight: 800;
  margin-top: 0.625rem;
  display: inline-block;
}

.a_link::after {
  content: url("../img/link_arrow.svg");
  margin-left: 0.5rem;
}

.main_navigation a {
  font-size: 1.05812rem;
}

.main_navigation ul {
  gap: clamp(0.625rem, calc(0.625rem + (35 - 10) * (100vw - 375px) / (1440 - 375)), 2.1875rem);
  padding-left: clamp(0.625rem, calc(0.625rem + (10 - 10) * (100vw - 375px) / (1440 - 375)), 0.625rem);
}

@media (max-width: 1199px) {
  .main_navigation ul {
    gap: 1.25rem;
    padding-left: 1.25rem;
  }
}

.site-header .desktop_header_wrap {
  border-bottom: solid 1.1875rem var(--secondary-color);
}

header .header_phone .custom-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--secondary-color);
}

header .header_phone .custom-form input[type="text"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 0;
  outline: none;
}

header .header_phone .custom-form input[type="submit"] {
  border: 0;
  background: transparent;
}

header .header_phone .custom-form input::-webkit-input-placeholder {
  color: var(--secondary-color);
}

header .header_phone .custom-form input:-ms-input-placeholder {
  color: var(--secondary-color);
}

header .header_phone .custom-form input::-ms-input-placeholder {
  color: var(--secondary-color);
}

header .header_phone .custom-form input::placeholder {
  color: var(--secondary-color);
}

.standard_hero {
  min-height: 28.9375rem;
  position: relative;
}

.standard_hero:after {
  content: '';
  height: 4vw;
  width: 100%;
  background-color: var(--secondary-color);
  mask: url("../img/hero_btm_img.webp") center no-repeat;
  -webkit-mask: url("../img/hero_btm_img.webp") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.standard_hero.pratice_area_page {
  background-position: bottom;
  padding-top: 2.5rem;
}

.standard_hero.pratice_area_page::after, .standard_hero.pratice_area_page .hero_overlay {
  display: none;
}

.standard_hero.pratice_area_page .cta_copy_wrap {
  padding: 0;
}

.standard_hero.pratice_area_page .heroh1, .standard_hero.pratice_area_page .subtitle, .standard_hero.pratice_area_page .subcopy {
  color: #fff;
}

.standard_hero.pratice_area_page .subcopy {
  font-size: 1.015rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.standard_hero.has_form .cta_hero_form_wrap {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"]), .standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  -webkit-box-shadow: 0px 0px 11.69px 0px #00000040;
          box-shadow: 0px 0px 11.69px 0px #00000040;
  font-size: 0.875rem;
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::-webkit-input-placeholder, .standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::-webkit-input-placeholder {
  color: var(--font-color);
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"]):-ms-input-placeholder, .standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea:-ms-input-placeholder {
  color: var(--font-color);
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::-ms-input-placeholder, .standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::-ms-input-placeholder {
  color: var(--font-color);
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::placeholder, .standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::placeholder {
  color: var(--font-color);
}

.standard_hero.has_form .cta_hero_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  resize: none;
  height: 122px;
}

.standard_hero.has_form .cta_hero_form_wrap .ginput_container_consent {
  text-align: center;
}

.standard_hero.has_form .toggle_overlay.btn, .standard_hero.has_form .h4.subtitle {
  display: none;
}

@media (min-width: 992px) {
  .standard_hero.has_form .cta_copy_wrap {
    text-align: left;
    padding-right: 7rem;
    padding-top: 3rem;
  }
}

.standard_hero.has_form .heroh1 {
  font-size: 2.82563rem;
}

.standard_hero.has_form .gform_wrapper .btn {
  border: 0;
  background: var(--primary-color);
}

.standard_hero.has_form .gform_wrapper .btn:hover {
  background: var(--secondary-color);
}

@media (min-width: 992px) {
  .standard_hero.has_form .row > div {
    width: calc(100%/2);
  }
}

.cta_hero .subcopy {
  color: var(--secondary-color);
  margin-bottom: 1.625rem;
}

.cta_hero .cta_copy_wrap {
  padding-top: 1.25rem;
}

.cta_hero .hero_overlay + .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

p {
  margin-bottom: 1.25rem;
}

.image_right_wrap.here_to_help .row.align-items-center {
  padding-left: 5em;
}

@media (max-width: 991px) {
  .image_right_wrap.here_to_help .row.align-items-center {
    padding-left: 1.25rem;
  }
}

@media (max-width: 991px) {
  .image_right_wrap.here_to_help .order-lg-last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 991px) {
  .image_right_wrap.here_to_help .is-text {
    text-align: center;
  }
}

.image_right_wrap.here_to_help .is-text:after {
  content: '';
  height: 266px;
  width: 344px;
  background-color: #e5eef0;
  mask: url("../img/handshake.svg") center no-repeat;
  -webkit-mask: url("../img/handshake.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  z-index: -1;
  top: -92px;
  left: -76px;
}

@media (max-width: 1439px) {
  .image_right_wrap.here_to_help .is-text:after {
    top: -5vw;
  }
}

@media (max-width: 1439px) and (max-width: 767px) {
  .image_right_wrap.here_to_help .is-text:after {
    top: 14vw;
  }
}

@media (min-width: 992px) {
  .image_right_wrap.inspiration_motiv .align-items-center {
    padding: 0 2.5rem;
  }
}

@media (min-width: 992px) {
  .image_right_wrap.inspiration_motiv .order-lg-last {
    padding-left: 3.5rem;
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .image_right_wrap.inspiration_motiv .order-lg-last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .image_right_wrap.inspiration_motiv .is-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (max-width: 991px) {
  .image_right_wrap.inspiration_motiv .is-text {
    text-align: center;
  }
}

.mobile_phone a {
  color: #fff;
}

.fluid_image_wrap.on_your_side {
  padding: 0;
  background-size: 100%;
  background-position: bottom;
}

@media (min-width: 992px) {
  .fluid_image_wrap.on_your_side {
    margin-top: -88px;
  }
}

@media (max-width: 1199px) {
  .fluid_image_wrap.on_your_side {
    margin-top: -50px;
  }
}

@media (max-width: 991px) {
  .fluid_image_wrap.on_your_side {
    background-color: #E5EEF0;
    margin-top: 0;
  }
  .fluid_image_wrap.on_your_side .container {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.fluid_image_wrap.on_your_side > .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fluid_image_wrap.on_your_side .is_img {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 992px) {
  .fluid_image_wrap.on_your_side .is_img {
    height: 37vw;
    background-repeat: no-repeat;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .fluid_image_wrap.on_your_side .is_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .fluid_image_wrap.on_your_side .fli-right {
    padding-left: 3rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .fluid_image_wrap.on_your_side .fli-right {
    padding-right: 9rem;
  }
}

.wrongful_death {
  padding-bottom: 0.9375rem;
  background-position: top;
  padding-top: 6vw;
}

.wrongful_death h2 {
  color: #fff;
}

.wrongful_death.about_wrongful_death h2 {
  color: var(--font-color);
}

.wrongful_death > .container > .row {
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wrongful_death > .container > .row {
    padding-top: 6rem;
  }
}

.home.page-template-default .knowledge_is_power {
  padding-top: 9rem;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .home.page-template-default .knowledge_is_power {
    padding-top: 4rem;
  }
}

@media (min-width: 992px) {
  .knowledge_is_power > .container > .row {
    padding: 0 3.75rem;
  }
}

@media (max-width: 767px) {
  .knowledge_is_power > .container > .row > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 991px) {
  .knowledge_is_power > .container > .row > div:first-child {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 2rem;
  }
}

@media (min-width: 992px) {
  .knowledge_is_power > .container > .row > div:first-child img {
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .knowledge_is_power > .container > .row > div.is-text {
    padding-right: 5.625rem;
  }
}

@media (max-width: 991px) {
  .knowledge_is_power > .container > .row > div.is-text {
    text-align: center;
  }
}

.knowledge_is_power > .container > .row > div.is-text:after {
  content: '';
  height: 266px;
  width: 344px;
  background-color: #e5eef0;
  mask: url("../img/auto_stories.svg") center no-repeat;
  -webkit-mask: url("../img/auto_stories.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  z-index: -1;
  top: -155px;
  right: 23px;
}

@media (max-width: 991px) {
  .knowledge_is_power > .container > .row > div.is-text:after {
    height: 220px;
    width: 220px;
    background-color: #e5eef0;
    mask: url("../img/auto_stories.svg") center no-repeat;
    -webkit-mask: url("../img/auto_stories.svg") center no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    top: -80px;
  }
}

.knowledge_is_power > .container > .row > div.is-text .btn {
  margin-top: 1.875rem;
}

.ask_us {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45.76%, #E5EEF0), to(#FFF));
  background: linear-gradient(0deg, #E5EEF0 45.76%, #FFF 100%);
  padding-bottom: 6rem;
  padding-top: 6rem;
  margin-bottom: -3rem;
}

@media (max-width: 991px) {
  .ask_us {
    background: #E5EEF0;
    padding: 3rem 20px;
  }
}

.ask_us > .container > .row {
  -webkit-box-shadow: 0px 4px 45px 0px #00000040;
          box-shadow: 0px 4px 45px 0px #00000040;
  background-color: #fff;
}

@media (max-width: 991px) {
  .ask_us > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  }
}

.ask_us > .container > .row > div {
  padding: 0;
}

@media (min-width: 992px) {
  .ask_us > .container > .row > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
  }
}

@media (max-width: 991px) {
  .ask_us > .container > .row > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1199px) {
  .ask_us > .container > .row > div:first-child img {
    min-height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .ask_us > .container > .row > div:first-child img {
    min-height: 171px;
  }
}

@media (min-width: 992px) {
  .ask_us > .container > .row > div:first-child:after {
    content: '';
    background: linear-gradient(91.7deg, rgba(255, 255, 255, 0) 58.06%, #FFFFFF 91.61%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .ask_us > .container > .row > div.is-text {
    padding: 0 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 991px) {
  .ask_us > .container > .row > div.is-text {
    text-align: center;
  }
}

.site-footer {
  color: #fff;
  border-bottom: 12px solid var(--primary-color);
  padding-top: 2.25rem;
}

@media (min-width: 768px) {
  .site-footer > .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

.site-footer h5 {
  color: #fff;
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.064rem;
}

.site-footer .footer-holder {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .footer-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-holder > div.footer_logo {
    margin-top: 0;
  }
}

.site-footer .footer-holder > div.footer_logo img {
  max-width: 280px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-left: -18px;
}

.site-footer .footer-holder > div.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 767px) {
  .site-footer .footer-holder > div.footer_links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer-holder > div.footer_links > div {
    width: calc(100%/2);
  }
}

.site-footer .footer-holder > div.footer_links ul {
  list-style: none;
  padding: 0;
}

.site-footer .site_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2.5px solid;
  padding: 0.375rem 0;
  margin-top: 0.9375rem;
}

@media (max-width: 991px) {
  .site-footer .site_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 991px) {
  .site-footer .site_info > p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-banner {
  margin: -3rem 0;
  background-position: center bottom;
  padding-top: 1rem;
}

@media (max-width: 991px) {
  .about-banner .row.align-items-center {
    text-align: center;
  }
}

.about-banner .row.align-items-center > div.is-text {
  color: #fff;
}

@media (min-width: 992px) {
  .about-banner .row.align-items-center > div.is-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.about-banner .row.align-items-center > div.is-text .h4, .about-banner .row.align-items-center > div.is-text h1 {
  color: #fff;
}

.about-banner .row.align-items-center > div.is-text p {
  font-size: 1.0625rem;
}

@media (min-width: 992px) {
  .about-banner .row.align-items-center > div.order-lg-last {
    max-width: 40%;
  }
}

@media (max-width: 991px) {
  .about-banner .row.align-items-center > div.order-lg-last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-banner .row.align-items-center > div.order-lg-last img {
  max-width: 370px;
}

@media (max-width: 991px) {
  .about-banner .row.align-items-center > div.order-lg-last img {
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .about-banner .row.align-items-center > div.order-lg-last img {
    margin-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .about_content_section {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .about_content_section {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .about_content_section .row.align-items-center > div.is-text {
    max-width: 58%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
}

.about_content_section .row.align-items-center > div.is-text p {
  font-size: 1.0625rem;
}

.about_content_section .row.align-items-center > div.is-text .subtitle {
  font-size: 1.4375rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .about_content_section .row.align-items-center > div.order-lg-last {
    max-width: 42%;
    margin-top: 4.375rem;
  }
}

@media (max-width: 767px) {
  .about_content_section .row.align-items-center > div.order-lg-last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.care_team_banner {
  margin-top: -3rem;
  min-height: 530px;
  background-position: top;
  position: relative;
  background-color: #fff;
}

.care_team_banner:after {
  content: '';
  height: 4vw;
  width: 100%;
  background-color: var(--secondary-color);
  mask: url("../img/hero_btm_img.webp") center no-repeat;
  -webkit-mask: url("../img/hero_btm_img.webp") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
}

@media (max-width: 1199px) {
  .care_team_banner:after {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

@media (max-width: 991px) {
  .care_team_banner:after {
    height: 7vw;
  }
}

.our_care_team {
  -webkit-box-shadow: 0px 4px 45px 0px #00000040;
          box-shadow: 0px 4px 45px 0px #00000040;
  padding: 0;
  margin-top: 8rem;
  background: #fff;
}

@media (max-width: 1199px) {
  .our_care_team {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .our_care_team {
    margin-top: 0 !important;
    margin-bottom: 3.125rem !important;
    max-width: 90%;
    margin: 0 auto;
  }
}

.our_care_team .row.align-items-center {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

@media (min-width: 992px) {
  .our_care_team .row.align-items-center > div:first-child {
    max-width: 40%;
    margin-top: -7rem;
  }
}

.our_care_team .row.align-items-center > div:first-child img {
  margin: 0;
}

@media (min-width: 992px) {
  .our_care_team .row.align-items-center > div:first-child img {
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .our_care_team .row.align-items-center > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) {
  .our_care_team .row.align-items-center > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.our_care_team .row.align-items-center > div:last-child .subtitle {
  font-size: 1.35813rem;
  margin-bottom: 5px;
}

.our_care_team .row.align-items-center > div.is-text {
  padding-top: 2rem;
}

.our_care_team.david_our_care_team {
  margin-top: 6rem;
}

@media (max-width: 1199px) {
  .our_care_team.david_our_care_team {
    margin-top: 2rem;
  }
}

.our_care_team.david_our_care_team .row.align-items-center > div:first-child img {
  padding-right: 0;
}

.our_care_team.david_our_care_team .row.align-items-center > div.is-text {
  padding-left: 2rem;
}

.our_care_team.elizabeth_our_care_team {
  margin-top: 10rem;
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .our_care_team.elizabeth_our_care_team {
    margin-top: 4rem;
  }
}

.our_care_team.image_right_wrap .order-lg-last img {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .our_care_team.image_right_wrap .order-lg-last img {
    padding-left: 2rem;
  }
}

.page-id-1168 .content-area.default-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.26%, #E5EEF0), color-stop(47%, #FFFFFF));
  background: linear-gradient(180deg, #E5EEF0 45.26%, #FFFFFF 47%);
}

@media (min-width: 1200px) {
  .entry-content {
    padding-right: 4rem;
  }
}

.entry-content p {
  font-size: 1.0625rem;
}

.entry-content h3 {
  font-size: 1.25rem;
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

.entry-content h3 ~ h3 {
  margin-top: 2.5rem;
}

.sb-inner:has(.the_form_wrap) {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
  margin-bottom: 1rem;
}

.gform_button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.the_form_wrap {
  margin: 1rem 0;
  background: #F8F8F8;
  background: var(--White, #FFF);
  -webkit-box-shadow: 0px 0px 37.98px 0px #00000061;
          box-shadow: 0px 0px 37.98px 0px #00000061;
}

.the_form_wrap > h2 {
  margin: 0 -15px;
  color: var(--White, #FFF);
  font-family: "Playfair Display";
  font-size: 2.06113rem;
  font-weight: 700;
  line-height: 2.00125rem;
  text-transform: capitalize;
  text-align: center;
  background: var(--primary-color);
  padding: 1.125rem;
  border-bottom: 4px solid #000;
  margin-bottom: 1.125rem;
}

.the_form_wrap .holder-tel {
  text-align: center;
}

.the_form_wrap .holder-tel .available {
  -ms-grid-column-align: center;
      justify-self: center;
}

.the_form_wrap .holder-tel a {
  color: var(--Black, #000);
  font-size: 2.06113rem;
  font-weight: 700;
  line-height: 2.00125rem;
  letter-spacing: 2.638px;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  display: inline-block;
  margin-top: 0.3125rem;
}

.the_form_wrap .gform_heading {
  background: #0798AB;
  color: #fff;
  text-align: center;
  padding: 0.875rem 1.875rem 0.0625rem 1.875rem;
}

.the_form_wrap .gform_heading h2 {
  font-size: 2.75188rem;
  color: #fff;
  margin-bottom: 0;
}

.the_form_wrap form {
  padding: 1.2rem 1.6rem 0;
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"]), .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  -webkit-box-shadow: 0px 0px 11.69px 0px #00000040;
          box-shadow: 0px 0px 11.69px 0px #00000040;
  font-size: 0.875rem;
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::-webkit-input-placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::-webkit-input-placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"]):-ms-input-placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea:-ms-input-placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::-ms-input-placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::-ms-input-placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  resize: none;
  height: 122px;
}

.the_form_wrap .ginput_container_consent {
  text-align: center;
}

.blog_page_banner {
  background-position: center bottom;
  padding-bottom: 3.5rem;
}

.blog_page_banner h1 {
  color: #fff;
}

body.blog .ask_us {
  margin: 0;
}

body.blog .standard_hero {
  min-height: auto;
  padding-bottom: 4rem;
  padding-top: 1rem;
  background-position: bottom;
}

body.blog .standard_hero h1, body.blog .standard_hero .h4, body.blog .standard_hero .hero1 {
  color: #fff;
}

body.blog .standard_hero .hero_overlay, body.blog .standard_hero:after {
  display: none;
}

.blog_box p {
  font-size: 1.0625rem;
}

.blog_box h3 {
  font-size: 1.28rem;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1px;
}

.blog_box .btn {
  font-size: 1.17687rem;
}

.content-area.default-content:has(.resources_banner) {
  padding-top: 0;
}

.site-content:has(.blog_box_inner) .standard_hero .subtitle, .site-content:has(.blog_box_inner) .standard_hero a {
  display: none;
}

.resources_banner {
  padding-top: 1.5rem;
}

@media (max-width: 991px) {
  .resources_banner {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .resources_banner .order-lg-last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.resources_banner .order-lg-last img {
  max-width: 460px;
}

@media (min-width: 992px) {
  .resources_banner .order-lg-last img {
    padding-left: 3rem;
  }
}

.ebooks_page_item_holder {
  padding: 5rem 0;
}

.ebooks_page_item_holder .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .ebooks_page_item_holder .row {
    gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .ebooks_page_item_holder .row > div {
    max-width: 26%;
  }
}

.ebooks_page_item_holder .ebooks-item img {
  width: 100%;
  -webkit-box-shadow: 0px 4px 34px 0px #00000040;
          box-shadow: 0px 4px 34px 0px #00000040;
  margin-bottom: 1.25rem;
}

.ebooks_page_item_holder .ebooks-item h3 {
  font-size: 1.28rem;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1px;
}

.ebooks_page_item_holder .ebooks-item p {
  font-size: 1.0625rem;
}

.ebooks_page_item_holder .ebooks-item .btn {
  font-size: 1.17687rem;
}

.single_attorney_wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .single_attorney_wrap .row .att-pic-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.faqs_li li {
  font-size: 1.0625rem;
}

.faqs_li li a {
  color: var(--font-color);
}

@media (max-width: 767px) {
  .single-attorney .standard_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=custom.css.map */