@import url("https://fonts.googleapis.com/css?family=Prata");
@import url("https://use.typekit.net/ghd0iei.css");
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: 'korolev', sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.25937rem;
}

@media (max-width: 575px) {
  p {
    font-size: 0.875rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'korolev', sans-serif;
  color: var(--primary-color);
  line-height: 1.2;
}

h1, .h1 {
  font-family: korolev, sans-serif;
  font-size: clamp(2.5rem, calc(2.5rem + (120 - 40) * (100vw - 768px) / (1440 - 375)), 7.5rem);
  color: #052349;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: .92;
  margin-bottom: clamp(1.5625rem, calc(1.5625rem + (54 - 25) * (100vw - 375px) / (1440 - 375)), 3.375rem);
}

h2, .h2 {
  font-size: clamp(1.875rem, calc(1.875rem + (40 - 30) * (100vw - 375px) / (1440 - 375)), 2.5rem);
  margin-bottom: 0.875rem;
  text-transform: capitalize;
}

h3, .h3 {
  font-size: clamp(1.5625rem, calc(1.5625rem + (39.5 - 25) * (100vw - 375px) / (1440 - 375)), 2.46875rem);
  letter-spacing: normal;
}

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

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;
  font-size: 0.815rem;
  font-weight: 500;
  font-style: italic;
}

.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;
  font-size: 0.815rem;
  font-weight: 500;
  font-style: italic;
  margin-top: 4px;
}

.secure::before {
  content: url("../img/shield.svg");
  display: inline-block;
  margin-right: 0.375rem;
  bottom: -2px;
  position: relative;
  width: 0.75rem;
}

.bg-white {
  background: #fff;
}

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

.mx-auto {
  margin: 0 auto;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.875rem;
}

.mb-3 {
  margin-bottom: 1.3125rem;
}

@media (max-width: 575px) {
  .mb-3 {
    margin-bottom: 0.625rem;
  }
}

.mb-4 {
  margin-bottom: 1.75rem;
}

.mb-5 {
  margin-bottom: 2.1875rem;
}

.w100 {
  width: 100%;
}

.fs-s {
  font-size: 0.625rem;
}

.fs-m {
  font-size: 0.75rem;
}

.flickity-button svg {
  opacity: 0;
}

.flickity-button.previous:before {
  content: url("/wp-content/uploads/2025/01/right-arrow.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  line-height: 0;
}

.flickity-button.next:before {
  content: url("/wp-content/uploads/2025/01/right-arrow.svg");
  display: inline-block;
}

.hidden {
  display: none !important;
}

#desktop_header .burger_menu {
  width: 115px;
  height: 100%;
  min-height: 118px;
  right: -8px;
  top: -28px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#desktop_header .burger_menu .text_menu {
  font-family: 'korolev', sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .2em;
  text-indent: .2em;
  padding: 0;
}

#desktop_header .site_branding img {
  max-width: 190px;
  width: 100%;
  padding-left: 2.1875rem;
}

#desktop_header .header_phone {
  gap: 10px;
}

#desktop_header .header_phone .header-message {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}

#desktop_header .header_phone .tel_h a {
  font-family: 'korolev', sans-serif;
  font-weight: 900;
  font-size: 2.375rem;
  letter-spacing: .05em;
  color: #052349;
  line-height: 1;
  text-decoration: none;
}

.btn_free_eval {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.sub-title {
  font-family: "Prata", serif;
  font-weight: 400;
  color: #000;
  font-size: clamp(1rem, calc(1rem + (30 - 16) * (100vw - 768px) / (1440 - 375)), 1.875rem);
  line-height: 1.4;
  max-width: 590px;
  margin-bottom: 1.75rem;
}

.title em {
  position: relative;
}

.title em:after {
  content: "";
  height: 10px;
  background-color: #e66464;
  position: absolute;
  bottom: 0;
  left: 0.375rem;
  width: 100%;
}

@media (max-width: 1199px) {
  .title em:after {
    height: 4px;
  }
}

.videos_block_wrap.banner_video {
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .videos_block_wrap.banner_video {
    padding-top: 165px;
    margin-top: -165px;
  }
}

.videos_block_wrap.banner_video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background: #fff;
}

.videos_block_wrap.banner_video .hero_bg_banner {
  position: absolute;
  top: 0px;
  right: -54px;
  display: block;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .videos_block_wrap.banner_video .hero_bg_banner {
    bottom: -41vw;
    right: -95vw;
  }
}

.videos_block_wrap.banner_video .open-modal {
  overflow: visible;
}

@media (min-width: 768px) {
  .videos_block_wrap.banner_video .fwv-play-icon {
    left: -3vw;
    bottom: 6vw;
  }
}

@media (min-width: 1500px) {
  .videos_block_wrap.banner_video .container {
    max-width: 1680px;
  }
}

.videos_block_wrap.banner_video .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.videos_block_wrap.banner_video .container > .row > div.col-lg-6:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  max-width: 58%;
}

.videos_block_wrap.banner_video .container > .row > div.col-lg-6:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
}

@media (max-width: 767px) {
  .videos_block_wrap .row > div {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .videos_block_wrap .row > div .videos-block-content {
    margin-bottom: 1.25rem;
  }
}

.fwv-play-icon {
  width: clamp(4.375rem, calc(4.375rem + (120 - 70) * (100vw - 768px) / (1440 - 375)), 7.5rem);
  height: clamp(4.375rem, calc(4.375rem + (120 - 70) * (100vw - 768px) / (1440 - 375)), 7.5rem);
  -webkit-box-shadow: 0px 0px 0px clamp(1.875rem, calc(1.875rem + (54 - 30) * (100vw - 768px) / (1440 - 375)), 3.375rem) rgba(255, 255, 255, 0.25);
          box-shadow: 0px 0px 0px clamp(1.875rem, calc(1.875rem + (54 - 30) * (100vw - 768px) / (1440 - 375)), 3.375rem) rgba(255, 255, 255, 0.25);
}

body:has(.banner_video) .site-header {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:has(.banner_video) .site-header:not(.has-sticky) {
  background: transparent;
}

body:has(.banner_video) .site-header:not(.has-sticky) #desktop_header {
  background: transparent;
}

@media (min-width: 1200px) {
  body:has(.banner_video) .site-header:not(.has-sticky) #desktop_header .secure {
    color: #fff;
  }
  body:has(.banner_video) .site-header:not(.has-sticky) #desktop_header .secure:before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.default-content:has(.banner_video) {
  padding: 0;
}

.btn_free_eval a.btn {
  font-size: clamp(0.9375rem, calc(0.9375rem + (22 - 15) * (100vw - 375px) / (1440 - 375)), 1.375rem);
}

.this_repeater_wrap {
  /* flickity on by default */
}

.this_repeater_wrap.repeater_home {
  background-size: 400px;
  margin-top: -400px;
  padding-top: 400px;
}

.this_repeater_wrap.repeater_home > div {
  position: relative;
}

.this_repeater_wrap.repeater_home > div .hh {
  position: absolute;
  top: 3.125rem;
  left: 0px;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .19em;
  background-color: #9c6742;
  width: 337px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.this_repeater_wrap.repeater_home .flickity-button {
  display: none;
}

.this_repeater_wrap .carousel-cell {
  width: 33.33%;
  position: relative;
  height: 760px;
  padding-top: 173px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (max-width: 992px) {
  .this_repeater_wrap .carousel-cell {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .this_repeater_wrap .carousel-cell {
    height: 622px;
    padding-top: 8rem;
  }
}

.this_repeater_wrap .carousel-cell .item_holder {
  text-align: center;
  color: #fff;
}

.this_repeater_wrap .carousel-cell .item_holder .default img {
  margin-bottom: 2.25rem;
}

.this_repeater_wrap .carousel-cell .item_holder .default h2 {
  color: #fff;
  font-family: 'korolev', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.5625rem, calc(1.5625rem + (50 - 25) * (100vw - 375px) / (1440 - 375)), 3.125rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 33px;
}

.this_repeater_wrap .carousel-cell .item_holder .default .content {
  max-width: 400px;
  margin: 0 auto;
}

.this_repeater_wrap .carousel-cell .item_holder .default .content p {
  color: #fff;
  font-family: 'korolev', sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.8;
}

.this_repeater_wrap .carousel-cell .item_holder .default .more {
  width: 26px;
  height: 26px;
  background-color: #9c6742;
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.this_repeater_wrap .carousel-cell .item_holder .slide-overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.this_repeater_wrap .carousel-cell .item_holder .slide-overlay .slide-overlay-inner {
  max-width: 400px;
  margin: 0 auto;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 1.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.this_repeater_wrap .carousel-cell .item_holder .slide-overlay .top-content {
  font-family: 'korolev', sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  color: #e66464;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 38px;
}

.this_repeater_wrap .carousel-cell .item_holder .slide-overlay .bottom-content p {
  font-family: 'korolev', sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: .05em;
}

.this_repeater_wrap .carousel-cell:hover .slide-overlay {
  opacity: 1;
}

.this_repeater_wrap .carousel-cell:hover .slide-overlay .slide-overlay-inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.this_repeater_wrap .repeater_holder_slider:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.this_repeater_wrap .repeater_holder_slider:after {
  content: 'flickity';
  display: none;
}

@media (min-width: 992px) {
  .this_repeater_wrap .repeater_holder_slider:after {
    content: '';
  }
}

@media (max-width: 1199px) and (min-width: 576px) {
  #contact-overlay .overlay_copy_wrap {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 575px) {
  #contact-overlay .overlay_copy_wrap {
    max-width: 90%;
  }
}

#contact-overlay .overlay_copy_wrap .gform_wrapper {
  padding: 0 3rem;
}

@media (max-width: 767px) {
  #contact-overlay .overlay_copy_wrap .gform_wrapper {
    padding: 0 1rem;
  }
}

#contact-overlay .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact-overlay .gchoice input {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

#contact-overlay .holder-tel {
  text-align: center;
}

#contact-overlay .holder-tel .available {
  -ms-grid-column-align: center;
      justify-self: center;
  font-size: 0.875rem;
}

#contact-overlay .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;
  display: inline-block;
  margin-top: 0.3125rem;
}

.gform_button {
  cursor: pointer;
}

.heading_sec_holder {
  padding-top: 0;
}

.heading_sec_holder .h1 {
  font-size: clamp(3.75rem, calc(3.75rem + (150 - 60) * (100vw - 768px) / (1440 - 375)), 9.375rem);
  position: relative;
  padding-top: clamp(5.625rem, calc(5.625rem + (170 - 90) * (100vw - 768px) / (1440 - 375)), 10.625rem);
}

.heading_sec_holder .h1:after {
  content: '';
  width: clamp(6.25rem, calc(6.25rem + (155 - 100) * (100vw - 768px) / (1440 - 375)), 9.6875rem);
  height: clamp(9.375rem, calc(9.375rem + (307 - 150) * (100vw - 768px) / (1440 - 375)), 19.1875rem);
  background-color: #9c6742;
  position: absolute;
  top: 0px;
  right: -60px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .heading_sec_holder .h1:after {
    right: 0;
  }
}

.heading_sec_holder .content_holder {
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, calc(1.25rem + (30 - 20) * (100vw - 768px) / (1440 - 375)), 1.875rem);
  color: #9c6742;
  line-height: 1.6;
  padding-left: clamp(3.125rem, calc(3.125rem + (294 - 50) * (100vw - 768px) / (1440 - 375)), 18.375rem);
  padding-right: clamp(3.125rem, calc(3.125rem + (155 - 50) * (100vw - 768px) / (1440 - 375)), 9.6875rem);
}

.heading_sec_holder .content_holder::before {
  content: '';
  width: 270px;
  display: block;
  height: 10px;
  background: #e66464;
  margin-bottom: clamp(1.875rem, calc(1.875rem + (56 - 30) * (100vw - 375px) / (1440 - 375)), 3.5rem);
}

body.single-post .type-post {
  padding-top: 0 !important;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.practice_area_page .entry-content {
  padding-top: 0 !important;
}

.practice_area_page .entry-content img {
  max-width: 100%;
}

.practice_area_page .sb-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 172px;
}

.sb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .sb-inner {
    position: relative !important;
    top: 0 !important;
  }
}

.sb-inner .style_accordion {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  top: 0;
}

.sb-inner #secondary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  top: 0;
  margin: 0;
}

.sb-inner #secondary .the_form_wrap {
  margin-top: 0;
}

@media (min-width: 992px) {
  .why_choose_washington, body.single-post .type-post, .practice_area_page .entry-content {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.why_choose_washington p, body.single-post .type-post p, .practice_area_page .entry-content p {
  margin-bottom: 1.875rem;
}

.why_choose_washington a, body.single-post .type-post a, .practice_area_page .entry-content a {
  color: #e66464;
}

.why_choose_washington p, .why_choose_washington li, body.single-post .type-post p, body.single-post .type-post li, .practice_area_page .entry-content p, .practice_area_page .entry-content li {
  font-weight: 300;
  color: #000000;
  font-size: clamp(1rem, calc(1rem + (19 - 16) * (100vw - 768px) / (1440 - 375)), 1.1875rem);
  line-height: 1.6;
}

.why_choose_washington ul, body.single-post .type-post ul, .practice_area_page .entry-content ul {
  margin-bottom: 1.875rem;
}

.why_choose_washington ul li, body.single-post .type-post ul li, .practice_area_page .entry-content ul li {
  font-weight: 500;
}

.why_choose_washington ul li a, body.single-post .type-post ul li a, .practice_area_page .entry-content ul li a {
  color: #000;
}

.why_choose_washington h2, body.single-post .type-post h2, .practice_area_page .entry-content h2 {
  font-size: clamp(1.375rem, calc(1.375rem + (35 - 22) * (100vw - 375px) / (1440 - 375)), 2.1875rem);
  color: #e66464;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

@media (max-width: 1199px) {
  .why_choose_washington h2, body.single-post .type-post h2, .practice_area_page .entry-content h2 {
    line-height: 1.2;
  }
}

.why_choose_washington ul, body.single-post .type-post ul, .practice_area_page .entry-content ul {
  list-style: none;
  padding: 0;
}

.why_choose_washington li, body.single-post .type-post li, .practice_area_page .entry-content li {
  position: relative;
  padding-left: 2.5rem;
}

.why_choose_washington li:before, body.single-post .type-post li:before, .practice_area_page .entry-content li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #e66464;
}

.meet_our_attorney {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .meet_our_attorney {
    max-width: 500px;
  }
}

.meet_our_attorney .fimg img {
  width: 100%;
}

@media (max-width: 992px) {
  .meet_our_attorney .fimg img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 420px;
    -o-object-position: top;
       object-position: top;
  }
}

.meet_our_attorney .meet-your-attorney {
  width: clamp(26.25rem, calc(26.25rem + (615 - 420) * (100vw - 768px) / (1440 - 375)), 38.4375rem);
  height: 53px;
  background-color: #9c6742;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .19em;
  text-align: right;
  padding: 12px;
  padding-right: 55px;
  padding-left: 0px;
  -webkit-transform: translateX(-34%);
          transform: translateX(-34%);
  margin-top: 36px;
  margin-bottom: 45px;
  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;
}

.meet_our_attorney .name h3 {
  font-size: clamp(3.75rem, calc(3.75rem + (100 - 60) * (100vw - 375px) / (1440 - 375)), 6.25rem);
  text-align: right;
  position: relative;
  margin-bottom: 2.5rem;
}

.meet_our_attorney .name h3:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -11px;
  width: 18px;
  height: 18px;
  background-color: #e66464;
}

.meet_our_attorney .attorney_bio {
  padding: 0 2.5rem;
  position: relative;
}

.meet_our_attorney .attorney_bio:before {
  content: "";
  position: absolute;
  height: 66%;
  width: clamp(0.75rem, calc(0.75rem + (20 - 12) * (100vw - 768px) / (1440 - 375)), 1.25rem);
  background-color: #e66464;
  top: 8px;
  left: 0px;
}

.meet_our_attorney .attorney_bio p {
  font-size: clamp(1.125rem, calc(1.125rem + (22 - 18) * (100vw - 768px) / (1440 - 375)), 1.375rem);
  color: #232121;
}

.review_wrap {
  background-size: contain;
  background-repeat: repeat;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .review_wrap #snippet-box {
    max-width: 500px;
  }
}

.review_wrap > div:first-child {
  padding-top: clamp(3.125rem, calc(3.125rem + (150 - 50) * (100vw - 375px) / (1440 - 375)), 9.375rem);
  padding-bottom: clamp(3.125rem, calc(3.125rem + (150 - 50) * (100vw - 375px) / (1440 - 375)), 9.375rem);
  width: 100%;
}

.review_wrap > div:first-child > div {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.review_wrap > div:first-child > div .hh {
  color: #e66464;
  font-family: 'korolev', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(3.75rem, calc(3.75rem + (120 - 60) * (100vw - 375px) / (1440 - 375)), 7.5rem);
  line-height: .9;
  margin-bottom: clamp(1.25rem, calc(1.25rem + (54 - 20) * (100vw - 375px) / (1440 - 375)), 3.375rem);
}

.review_wrap > div:first-child > div .hh:before {
  content: '';
  width: 205px;
  height: 10px;
  background: #e66464;
  display: block;
  margin: 0 auto;
  margin-bottom: 4.25rem;
}

@media (min-width: 768px) {
  .review_wrap:has(.video_holder) > div:first-child {
    width: 67%;
  }
}

@media (min-width: 768px) {
  .review_wrap:has(.video_holder) > div:last-child {
    width: 33%;
  }
}

.review_wrap:has(.video_holder) > div:last-child .full_width_video_wrap {
  height: 100%;
}

.review_wrap:has(.video_holder) > div:last-child .full_width_video_wrap > a {
  height: 100%;
}

.review_wrap:has(.video_holder) > div:last-child .full_width_video_wrap .open-modal img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review_wrap {
  background-size: 400px;
}

@media (max-width: 767px) {
  .review_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.review_wrap .reviews-carousel .snippet-markup .the_review, .review_wrap .testimonial_mainpage .snippet-markup .the_review {
  color: #fff;
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, calc(1.25rem + (25 - 20) * (100vw - 768px) / (1440 - 375)), 1.5625rem);
  line-height: 1.8;
  letter-spacing: .02em;
  margin-bottom: 5.75rem;
}

.review_wrap .reviews-carousel .snippet-data .star-img, .review_wrap .testimonial_mainpage .snippet-data .star-img {
  display: none;
}

.review_wrap .reviews-carousel .snippet-data .review_name, .review_wrap .testimonial_mainpage .snippet-data .review_name {
  color: #fff;
  font-family: 'korolev', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 25px;
  display: inline-block;
  border-bottom: 5px solid #e66464;
  padding-bottom: 15px;
}

.review_wrap .testimonial_mainpage {
  padding: 0 20px;
}

.review_wrap .testimonial_mainpage .snippet-markup {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid var(--secondary-color);
}

.review_wrap .testimonial_mainpage .snippet-markup .snippet-data .the_review, .review_wrap .testimonial_mainpage .snippet-markup .snippet-data .review_name {
  color: var(--primary-color);
}

.review_wrap .testimonial_mainpage .carousel-cell:last-child .snippet-markup {
  border-bottom: 0;
}

.review_wrap .flickity-page-dots {
  bottom: -42px;
}

@media (min-width: 992px) {
  .review_wrap .flickity-page-dots {
    display: none;
  }
}

@media (max-width: 992px) {
  .review_wrap .flickity-button {
    display: none;
  }
}

.review_wrap .flickity-button.previous, .review_wrap .flickity-button.next {
  background: #fff;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}

.review_wrap .flickity-button.previous:hover, .review_wrap .flickity-button.next:hover {
  background: #e66464;
}

.review_wrap .flickity-button.previous:hover svg, .review_wrap .flickity-button.next:hover svg {
  fill: #fff;
}

.review_wrap .flickity-button svg {
  opacity: 1;
  fill: #000;
}

.toggle_wrap {
  padding: 0;
  padding-right: clamp(0rem, calc(0rem + (75 - 0) * (100vw - 768px) / (1440 - 375)), 4.6875rem);
  padding-bottom: 2rem;
}

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

.toggle_wrap .hh {
  font-family: 'korolev', sans-serif;
  color: #052349;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(3.75rem, calc(3.75rem + (120 - 60) * (100vw - 375px) / (1440 - 375)), 7.5rem);
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 10px solid #e66464;
  display: inline-block;
  padding-bottom: 27px;
  margin-bottom: clamp(1.25rem, calc(1.25rem + (65 - 20) * (100vw - 375px) / (1440 - 375)), 4.0625rem);
}

.toggle_wrap .accordion_heading {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, calc(1.125rem + (20 - 18) * (100vw - 375px) / (1440 - 375)), 1.25rem);
  color: #e66464;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.2;
  position: relative;
  background: transparent;
  padding-left: 1.875rem;
  padding-top: clamp(1.5625rem, calc(1.5625rem + (30 - 25) * (100vw - 375px) / (1440 - 375)), 1.875rem);
  padding-bottom: clamp(1.5625rem, calc(1.5625rem + (30 - 25) * (100vw - 375px) / (1440 - 375)), 1.875rem);
}

.toggle_wrap .accordion_heading::before, .toggle_wrap .accordion_heading:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  top: 50%;
  left: 0;
}

.toggle_wrap .accordion_heading:before {
  background-color: #e66464;
}

.toggle_wrap .accordion_heading:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  background: none;
  background-color: #e66464;
}

.toggle_wrap .accordion_copy {
  margin: 0;
  background: transparent;
}

.toggle_wrap .accordion_copy__wrap {
  background: transparent;
  padding-top: 0;
}

.toggle_wrap .accordion_copy__wrap p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.toggle_wrap .accordion {
  border-bottom: 2px solid #000;
}

.q_and_a {
  position: relative;
  max-width: 100%;
  padding-top: clamp(3.75rem, calc(3.75rem + (140 - 60) * (100vw - 375px) / (1440 - 375)), 8.75rem);
  padding-bottom: clamp(3.75rem, calc(3.75rem + (140 - 60) * (100vw - 375px) / (1440 - 375)), 8.75rem);
}

.q_and_a > div {
  max-width: 1600px;
  margin: 0 auto;
}

.q_and_a:after {
  content: '';
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #f8f8f8;
  height: 100%;
  width: 62%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.gchoice .gfield-choice-input {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  position: relative !important;
  vertical-align: top !important;
}

.site-footer {
  background-image: url("/wp-content/uploads/2025/02/pattern.webp");
  background-size: 400px;
  padding-top: 100px;
  position: relative;
}

.site-footer .bg_image_2 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: block;
  width: 100%;
  max-width: 1100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 1199px) {
  .site-footer .bg_image_2 {
    max-width: 800px;
  }
}

.site-footer .form_holder h2 {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(3.125rem, calc(3.125rem + (120 - 50) * (100vw - 768px) / (1440 - 375)), 7.5rem);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: clamp(5rem, calc(5rem + (95 - 80) * (100vw - 375px) / (1440 - 375)), 5.9375rem);
  position: relative;
  text-align: left;
}

.site-footer .form_holder h2:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0px;
  width: 242px;
  height: 10px;
  background-color: #fff;
}

.site-footer .form_holder .gchoice {
  color: #fff;
}

.site-footer .form_holder .gform_wrapper input:not(.gfield-choice-input), .site-footer .form_holder .gform_wrapper select:not(.gfield-choice-input) {
  height: 50px;
  padding: 8px 20px !important;
}

.site-footer .form_holder .gform_wrapper textarea {
  padding: 8px 20px !important;
}

.site-footer .form_holder .secure {
  color: #fff;
}

.site-footer .form_holder .secure:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.site-footer .onelocation_map_wrap {
  text-align: center;
  color: #fff;
}

.site-footer .onelocation_map_wrap img {
  max-width: 220px;
  margin: 0 auto;
  display: block;
}

.site-footer .onelocation_map_wrap h4, .site-footer .onelocation_map_wrap h3, .site-footer .onelocation_map_wrap p {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  font-size: clamp(0.9375rem, calc(0.9375rem + (19 - 15) * (100vw - 375px) / (1440 - 375)), 1.1875rem);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.site-footer .onelocation_map_wrap h4 {
  font-size: clamp(0.9375rem, calc(0.9375rem + (16 - 15) * (100vw - 375px) / (1440 - 375)), 1rem);
}

.site-footer .onelocation_map_wrap p.adddress {
  font-weight: 300;
  font-size: clamp(1.25rem, calc(1.25rem + (26 - 20) * (100vw - 375px) / (1440 - 375)), 1.625rem);
  text-transform: none;
  line-height: 1.2;
}

.site-footer .onelocation_map_wrap .get_directtion {
  font-size: 18px;
  color: #fff;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: .07em;
  padding-bottom: 11px;
  border-bottom: 6px solid #e66464;
  display: inline-block;
  margin-top: 20px;
}

.site-footer .onelocation_map_wrap .add_direction {
  margin-bottom: 2.8125rem;
  display: inline-block;
}

.site-footer .onelocation_map_wrap .item h3 {
  color: #e66464;
  margin-bottom: 0.625rem;
}

.site-footer .onelocation_map_wrap .item.tel_holder img {
  margin-bottom: 1.5625rem;
}

.site-footer .onelocation_map_wrap .item p a {
  font-size: clamp(1.875rem, calc(1.875rem + (38 - 30) * (100vw - 375px) / (1440 - 375)), 2.375rem);
  color: #fff;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: .05em;
  max-width: 300px;
  display: inline-block;
  text-transform: none;
  text-decoration: none;
}

.site-footer .onelocation_map_wrap .item .social_media_list h3 {
  margin-bottom: 1.25rem;
}

.site-footer .onelocation_map_wrap .item .social_media_list .social_wrap li + li {
  margin-left: 10px;
}

.site-footer .onelocation_map_wrap .item .social_media_list .social_wrap svg {
  fill: #fff;
}

.site-footer .gform-footer {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto !important;
}

.site_info {
  position: relative;
  padding: 1.25rem;
}

.site_info p {
  font-size: clamp(0.625rem, calc(0.625rem + (13 - 10) * (100vw - 375px) / (1440 - 375)), 0.8125rem);
}

.site_info .disclaimer {
  font-weight: 700;
  text-transform: uppercase;
}

.site_info .disclaimer:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #e66464;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

.results_wrap .col-md-6 {
  margin-bottom: 2rem;
}

.results_wrap .results_box_ {
  height: 100%;
  margin: 0;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.results_wrap .results_box_ h3 {
  font-style: italic;
  color: var(--primary-color);
  line-height: 1.2;
  font-size: clamp(3.125rem, calc(3.125rem + (85 - 50) * (100vw - 768px) / (1440 - 375)), 5.3125rem);
  margin-bottom: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.results_wrap .results_box_ h3 + span {
  color: #e66464;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.results_wrap .results_box_ p {
  font-size: 18px;
  line-height: 1.7;
}

.results_wrap .results_box_ .plus {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background-color: #e66464;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 24px;
  margin: 0 auto;
  padding: 4px 12px;
}

.results_wrap .results_box_:hover {
  background-color: var(--primary-color);
}

.results_wrap .results_box_:hover h3, .results_wrap .results_box_:hover p {
  color: #fff;
}

.standard_hero h1 {
  color: #fff;
  text-align: center;
  border-bottom: 8px solid #e66464;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding-bottom: 12px;
  font-size: clamp(3.125rem, calc(3.125rem + (85 - 50) * (100vw - 768px) / (1440 - 375)), 5.3125rem);
}

.default-content:has(.review_wrap) {
  padding: 0;
}

.review_wrap.testimonial_page {
  position: relative;
  /* flickity on by default */
}

.review_wrap.testimonial_page:after {
  content: '';
  width: 49%;
  height: 1300px;
  background-color: #f8f8f8;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 0px;
  right: 0px;
}

.review_wrap.testimonial_page > div:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.review_wrap.testimonial_page h2.hh {
  display: none;
}

.review_wrap.testimonial_page .flickity-button {
  background: var(--secondary-color);
}

.review_wrap.testimonial_page .flickity-button svg {
  fill: #fff;
}

.review_wrap.testimonial_page .reviews-carousel .snippet-markup .the_review, .review_wrap.testimonial_page .reviews-carousel .snippet-data .review_name {
  color: #000;
}

.review_wrap.testimonial_page .reviews-carousel:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review_wrap.testimonial_page .reviews-carousel:after {
  content: 'flickity';
  display: none;
}

@media (min-width: 992px) {
  .review_wrap.testimonial_page .reviews-carousel:after {
    content: '';
  }
}

.default-content:has(.about_page.why_choose_washington), .default-content:has(.videos_multiple) {
  position: relative;
}

.default-content:has(.about_page.why_choose_washington):after, .default-content:has(.videos_multiple):after {
  content: '';
  width: 49%;
  height: 1300px;
  background-color: #f8f8f8;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 0px;
  right: 0px;
}

.default-content:has(.about_page.why_choose_washington) .videos_multiple, .default-content:has(.videos_multiple) .videos_multiple {
  position: relative;
  z-index: 1;
}

.about_page.why_choose_washington {
  position: relative;
}

.about_page.why_choose_washington .split_container {
  position: relative;
  z-index: 1;
}

.about_page.why_choose_washington .col-lg-5 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_page.why_choose_washington .col-lg-5 .meet_our_attorney {
  margin-right: 0;
  margin-left: auto;
}

.about_page.why_choose_washington .col-lg-5 .meet_our_attorney .meet-your-attorney {
  -webkit-transform: translateX(34%);
          transform: translateX(34%);
  padding-left: 55px;
  padding-right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about_page.why_choose_washington .meet_our_attorney .name {
  display: none;
}

.award_logos {
  background-color: #fff;
  border-top: 0;
}

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

.award_logos img {
  max-width: 300px;
  width: 100%;
}

.award_logos .awards-carousel .carousel-cell {
  padding: 0;
}

.videos_multiple {
  padding-top: 2rem;
}

.videos_multiple .full_width_video_wrap {
  margin-bottom: clamp(1.25rem, calc(1.25rem + (50 - 20) * (100vw - 375px) / (1440 - 375)), 3.125rem);
}

.videos_multiple .video-preview-block .open-modal img {
  padding: 0;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}

.videos_multiple .video-preview-block .video-title {
  margin-top: 2rem;
}

.videos_multiple .video-preview-block .video-title p {
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding: 0px 20px 28px 20px;
  border-bottom: 8px solid #e66464;
  font-size: 20px;
}

.site-main.single_attorney_wrap {
  padding: 0;
}

.site-main.single_attorney_wrap p, .site-main.single_attorney_wrap ul {
  font-size: clamp(1.0625rem, calc(1.0625rem + (20 - 17) * (100vw - 375px) / (1440 - 375)), 1.25rem);
  line-height: 1.5;
}

.site-main.single_attorney_wrap p a, .site-main.single_attorney_wrap ul a {
  color: var(--secondary-color);
}

.site-main.single_attorney_wrap ul {
  padding-left: 0;
  list-style: none;
}

.site-main.single_attorney_wrap ul li {
  position: relative;
  padding-left: 2.1875rem;
}

.site-main.single_attorney_wrap ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e66464;
  top: 12px;
  left: 0px;
}

.site-main.single_attorney_wrap .h1 {
  font-size: clamp(2.5rem, calc(2.5rem + (80 - 40) * (100vw - 375px) / (1440 - 375)), 5rem);
}

.site-main.single_attorney_wrap h3, .site-main.single_attorney_wrap h2 {
  border-bottom: 8px solid #e66464;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
  .site-main.single_attorney_wrap .att-pic-col {
    padding-right: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    max-width: 39%;
  }
}

.site-main.single_attorney_wrap .att-pic-col img {
  background: #EDECE8;
  margin-bottom: 1.25rem;
}

.site-main.single_attorney_wrap .col-md-7 > div {
  position: -webkit-sticky;
  position: sticky;
  top: 174px;
}

@media (min-width: 768px) {
  .site-main.single_attorney_wrap .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61%;
            flex: 0 0 61%;
    max-width: 61%;
  }
}

.site-main.single_attorney_wrap .get_in_touch a {
  font-size: clamp(1.25rem, calc(1.25rem + (24.27 - 20) * (100vw - 375px) / (1440 - 375)), 1.51687rem);
  color: var(--primary-color);
}

.site-main.single_attorney_wrap .get_in_touch a::before {
  content: url("/wp-content/uploads/2025/01/forward_to_inbox.svg");
  top: 4px;
  position: relative;
  margin-right: 10px;
}

body.blog .standard_hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(16.25rem, calc(16.25rem + (454 - 260) * (100vw - 375px) / (1440 - 375)), 28.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.style_accordion .accordion_heading {
  background-color: #052349;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.125rem, calc(1.125rem + (30 - 18) * (100vw - 768px) / (1440 - 375)), 1.875rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 0.875rem 2.375rem;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3.875rem;
}

.style_accordion .accordion_heading::before {
  content: "+";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  background-color: #9c6742;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
}

.style_accordion .accordion_heading::after {
  display: none;
}

.style_accordion .accordion_copy__wrap {
  background-color: #f8f8f8;
}

.style_accordion .accordion_copy__wrap ul {
  padding: 0;
}

.style_accordion .accordion_copy__wrap ul li a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.style_accordion .accordion_copy__wrap ul li a:hover {
  color: var(--secondary-color);
}

.style_accordion .arhive_holder ul {
  overflow-x: scroll;
  height: 300px;
}

@media (min-width: 992px) {
  .blog_wrap .style_accordion {
    padding-right: clamp(1.25rem, calc(1.25rem + (50 - 20) * (100vw - 375px) / (1440 - 375)), 3.125rem);
  }
}

.blog_wrap .blog_box {
  margin: 0;
  margin-bottom: 60px;
  background: transparent;
}

.blog_wrap .blog_box .blog_box_inner {
  background: #F8F8F8;
  border-bottom: 8px solid var(--secondary-color);
}

.blog_wrap .blog_box .blog-img {
  display: none;
}

.blog_wrap .blog_box .h5 {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1.875rem, calc(1.875rem + (65 - 30) * (100vw - 375px) / (1440 - 375)), 4.0625rem);
  line-height: .9;
  color: #052349;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: .04em;
}

.blog_wrap .blog_box .post_excerpt p {
  font-family: korolev, sans-serif;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  font-size: 19px;
  margin-bottom: 25px;
}

.blog_wrap .post-meta {
  font-weight: 700;
  font-size: 1.4375rem;
  color: var(--secondary-color);
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 14px;
}

.blog_wrap .post-meta a {
  color: var(--secondary-color);
}

@media (min-width: 992px) {
  .practice_area_page .col-lg-8 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.has-sticky .desktop_header_wrap {
  border-bottom: 1px solid #ccc;
}

.site-content:has(.practice_area_page) .standard_hero {
  height: clamp(16.25rem, calc(16.25rem + (454 - 260) * (100vw - 375px) / (1440 - 375)), 28.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#site-wrapper {
  overflow-x: hidden !important;
}

.site:has(.no-overflow) {
  overflow-x: hidden !important;
  overflow-y: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
}

#main-menu {
  position: absolute;
  top: -100vh;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url("/wp-content/uploads/2025/02/pattern.webp");
  background-size: 400px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 100px 100px 100px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

#main-menu a {
  text-decoration: none;
}

#main-menu ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}

#main-menu .close-menu {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 2s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 2s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  opacity: 0;
}

#main-menu .main-menu-inner {
  width: 100%;
  max-width: 1515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 2s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

#main-menu .main-menu-inner .menu-main-menu-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#main-menu .main-menu-inner ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-menu .main-menu-inner ul.menu li {
  padding: 0px 20px;
}

#main-menu .main-menu-inner ul.menu li a {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 39.27px;
  color: #e66464;
  letter-spacing: .02em;
  line-height: 45px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

#main-menu .main-menu-inner ul.menu li .sub-menu {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 1s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

#main-menu .main-menu-inner ul.menu li .sub-menu li {
  margin-bottom: 20px;
  padding: 0px;
}

#main-menu .main-menu-inner ul.menu li .sub-menu li a {
  font-family: korolev, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: .18em;
  color: #9f9f9f;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

#main-menu .main-menu-inner ul.menu li .sub-menu li a span {
  color: #e66464;
}

#main-menu .main-menu-inner ul.menu li .sub-menu li a:hover {
  color: #e66464;
}

#main-menu .main-menu-inner ul.menu li:first-child {
  margin-right: 11%;
}

#main-menu .main-menu-inner ul.menu li > a {
  margin-bottom: 30px;
}

#main-menu .main-menu-inner ul.menu li.link a:hover {
  color: #fff;
}

#main-menu .main-menu-inner ul.menu li.stack-left {
  position: absolute;
}

#main-menu .main-menu-inner ul.menu li.case-results {
  top: 71px;
}

#main-menu .main-menu-inner ul.menu li.testimonials {
  top: 142px;
}

#main-menu .main-menu-inner ul.menu li.contact {
  top: 140px;
}

#main-menu.open {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#main-menu.open .close-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#main-menu.open .main-menu-inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

#main-menu.open .main-menu-inner ul.menu li .sub-menu {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 1279px) {
  #main-menu {
    padding-left: 20px;
    padding-right: 30px;
  }
  #main-menu .close-menu {
    right: 53px;
    top: 10px;
    z-index: 2;
  }
  #main-menu .close-menu svg {
    width: 40px;
  }
  #main-menu .main-menu-inner ul.menu li a {
    font-size: 1.875rem;
  }
}

#main-menu .main-menu-inner ul.menu {
  display: block;
  text-align: center;
}

#main-menu .main-menu-inner ul.menu li.case-results,
#main-menu .main-menu-inner ul.menu li.testimonials,
#main-menu .main-menu-inner ul.menu li.contact {
  position: static;
}

#main-menu .main-menu-inner ul.menu li {
  margin-bottom: 20px;
}

#main-menu .main-menu-inner ul.menu li a {
  line-height: 35px;
}

#main-menu .main-menu-inner ul.menu li > a {
  margin-bottom: 0px;
}

#main-menu .main-menu-inner ul.menu li .sub-menu {
  margin-top: 13px;
}

#main-menu .main-menu-inner ul.menu li {
  margin-right: 0 !important;
}

#main-menu .main-menu-inner ul.menu li .sub-menu li {
  margin-bottom: 11px;
}

#main-menu .main-menu-inner ul.menu li .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.pa_mainpage .style_accordion .accordion {
  margin-bottom: 2.5rem;
}

.pa_mainpage .style_accordion .accordion_heading:before {
  display: none;
}

.pa_mainpage .style_accordion .accordion_copy {
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.pa_mainpage .style_accordion .accordion_copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pa_mainpage .style_accordion .accordion_copy ul > li {
  width: calc(100%/3);
}

@media (max-width: 992px) {
  .pa_mainpage .style_accordion .accordion_copy ul > li {
    width: calc(100%/2);
  }
}

@media (max-width: 767px) {
  .pa_mainpage .style_accordion .accordion_copy ul > li {
    width: 100%;
  }
}

.location_block_wrap {
  position: relative;
  z-index: 1;
}

.location_block_wrap .local_info_wrap {
  margin: 0;
}

.location_block_wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.location_block_wrap .location-sidebar .janelle {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2.5rem, calc(2.5rem + (100 - 40) * (100vw - 375px) / (1440 - 375)), 6.25rem);
  color: #052349;
  text-transform: uppercase;
  line-height: .9;
  padding-top: 20px;
  text-align: right;
  margin-right: 125px;
  position: relative;
  margin-bottom: 41px;
}

.location_block_wrap .location-sidebar .janelle:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #e66464;
  right: -22px;
  bottom: 10px;
}

.location_block_wrap h3, .location_block_wrap .h3 {
  font-weight: 700;
  font-size: clamp(1.0625rem, calc(1.0625rem + (19 - 17) * (100vw - 375px) / (1440 - 375)), 1.1875rem);
  text-transform: uppercase;
  color: #e66464;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: clamp(1.0625rem, calc(1.0625rem + (20 - 17) * (100vw - 375px) / (1440 - 375)), 1.25rem);
}

.location_block_wrap .location_box_holder {
  margin-bottom: 1.5625rem;
}

.location_block_wrap .location_box_holder p, .location_block_wrap .location_box_holder .tel_phone {
  font-weight: 300;
  font-size: clamp(1.25rem, calc(1.25rem + (27 - 20) * (100vw - 375px) / (1440 - 375)), 1.6875rem);
  color: #000;
  line-height: 1.2;
  letter-spacing: .04em;
  max-width: 400px;
}

.location_block_wrap .location_box_holder .tel_phone {
  font-size: clamp(1.5625rem, calc(1.5625rem + (33 - 25) * (100vw - 375px) / (1440 - 375)), 2.0625rem);
  text-decoration: none;
}

.location_block_wrap .location_box_holder .tel_phone:hover {
  color: #e66464;
  text-decoration: none;
  border-bottom: 1px solid #e66464;
}

.location_block_wrap .get_directtion {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-transform: lowercase;
  letter-spacing: .065em;
  border-bottom: 6px solid #e66464;
  text-indent: .065em;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.location_block_wrap .social_media_list {
  padding-top: 2.375rem;
}

.location_block_wrap .social_media_list li + li {
  margin-left: 10px;
}

.location_block_wrap .social_media_list svg {
  fill: var(--primary-color);
}

.default-content:has(.location_block_wrap) {
  position: relative;
}

.default-content:has(.location_block_wrap):after {
  content: '';
  width: 49%;
  height: 1300px;
  background-color: #f8f8f8;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 0px;
  right: 0px;
}

.the_form_wrap {
  padding-bottom: 1.25rem;
}

.the_form_wrap .ginput_container > input, .the_form_wrap .ginput_container > textarea {
  padding: 8px 12px !important;
  -webkit-box-shadow: 0px 0px 14.849px 6.364px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 14.849px 6.364px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #DDDDDD !important;
  text-align: left;
  font-size: 0.75rem !important;
}

.the_form_wrap .ginput_container > input::-webkit-input-placeholder, .the_form_wrap .ginput_container > textarea::-webkit-input-placeholder {
  color: var(--primary-color);
}

.the_form_wrap .ginput_container > input:-ms-input-placeholder, .the_form_wrap .ginput_container > textarea:-ms-input-placeholder {
  color: var(--primary-color);
}

.the_form_wrap .ginput_container > input::-ms-input-placeholder, .the_form_wrap .ginput_container > textarea::-ms-input-placeholder {
  color: var(--primary-color);
}

.the_form_wrap .ginput_container > input::placeholder, .the_form_wrap .ginput_container > textarea::placeholder {
  color: var(--primary-color);
}

.the_form_wrap .ginput_container > input {
  height: 36px !important;
}

.the_form_wrap textarea {
  resize: none !important;
}

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

.the_form_wrap .ginput_container_consent input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 24px;
  height: 24px !important;
  padding: 0 !important;
}

.the_form_wrap .ginput_container_consent label {
  text-align: center;
  line-height: 1.4;
  color: var(--primary-color);
}

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

.the_form_wrap .ginput_container_consent input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 24px;
  height: 24px !important;
  padding: 0 !important;
}

.the_form_wrap .ginput_container_consent label {
  text-align: center;
  line-height: 1.4;
  color: var(--primary-color);
}

.the_form_wrap .gform-footer {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.the_form_wrap .gform-footer .gform_button {
  color: #fff;
  cursor: pointer;
  background-color: var(--secondary-color) !important;
  padding: 0.5rem 1.375rem;
  color: #FFF !important;
  border-radius: 3.125rem !important;
  font-size: 0.82125rem !important;
  letter-spacing: 0.125rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  display: inline-block;
  border: 0.125rem solid var(--secondary-color);
}

.the_form_wrap .gform-footer .gform_button:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.the_form_wrap .gform-footer .secure {
  font-size: 0.75rem;
  color: var(--primary-color);
  font-style: italic;
  font-weight: 500;
}

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

@media (min-width: 1200px) {
  .the_form_wrap {
    margin-top: 2.5rem;
  }
}

.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 .ginput_container_consent label, .the_form_wrap .ginput_container_checkbox label {
  font-size: 12px !important;
  line-height: 1.1 !important;
  margin-left: 0;
  color: var(--primary-color);
}

.the_form_wrap .gform_heading {
  background: var(--secondary-color);
  color: #fff;
  text-align: center;
  padding: 0.875rem 1.875rem 0.875rem 1.875rem;
}

.the_form_wrap .gform_heading h2 {
  font-size: clamp(1.5625rem, calc(1.5625rem + (44 - 25) * (100vw - 768px) / (1440 - 375)), 2.75rem);
  color: #fff;
  margin-bottom: 0;
}

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

@media (max-width: 1199px) {
  .the_form_wrap form {
    padding: 15px;
  }
}

.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 textarea {
  resize: none;
  height: 78px;
}

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

.widget:has(.the_form_wrap), .widget-area:has(.the_form_wrap) {
  padding: 0;
}

@media (max-width: 992px) {
  .widget:has(.the_form_wrap), .widget-area:has(.the_form_wrap) {
    margin-top: 0;
  }
}

.hero_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.hero_button .btn-ratings a {
  color: var(--primary-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 10px 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.hero_button .btn-ratings a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 1199px) {
  .hero_button .btn-ratings a {
    background-color: var(--primary-color);
    color: #fff;
  }
}

.hero_button .btn-ratings img {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 8px;
}

.hero_button .btn-ratings .star-count span {
  color: gold;
  padding-right: 3px;
}
/*# sourceMappingURL=custom.css.map */