@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
* ::selection, * ::-moz-selection {
  background: rgba(168, 168, 168, 0.5490196078);
  color: #fff;
}

body, p {
  font-family: "Lato", sans-serif;
}

p:empty {
  display: none;
}

p:has(> iframe), p:has(img) {
  margin-bottom: 0;
}

p:has(> iframe) {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
p:has(> iframe) > iframe {
  border: 4px inset #ccc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a:not(.btn):hover {
  text-decoration: none;
}

.btn {
  border-radius: 60px;
  line-height: 1;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  padding: 11px 17px;
  letter-spacing: 0.05em;
}
.btn:hover {
  background: #292F2C;
  color: white;
}

.gbg {
  background-color: #A7BB74;
  color: #fff;
}

.bbg {
  background-color: #E5E3DD;
  color: #292F2C;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
}

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

h2, .h2 {
  font-size: 2.8125rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 10vw;
  }
}

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

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

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

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

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes pulse2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.available {
  display: flex;
  align-items: center;
  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 {
  animation: pulse2 2s ease 0s infinite;
}
.beacon::after, .available .dot::after {
  animation: pulse 2s ease 0s infinite;
}

.secure {
  position: relative;
  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;
}

.pink {
  background: pink !important;
}

.btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subtitle {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: auto;
  width: fit-content;
  padding: 0 8px;
  display: block;
  position: relative;
  font-size: 15px;
}

.sb-inner:has(.the_form_wrap) {
  position: sticky;
  top: 160px;
}

.entry-content h2, .entry-content h3 {
  line-height: 1.2;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #A7BB74;
  font-weight: bold !important;
}
.entry-content h3 {
  width: fit-content;
}
.entry-content a:not(.btn) {
  color: david;
}
.entry-content p:has(> iframe) {
  margin: 0.5rem auto 1rem;
}

#desktop_header .header-row {
  justify-content: flex-end;
}
#desktop_header .site_branding {
  padding: 0.5rem 0 0.5rem;
  margin-right: auto;
}
#desktop_header .site_branding img {
  width: 290px;
  height: auto;
  max-width: unset;
  display: block;
  transition: 0.3s ease all;
}
#desktop_header .site_branding img:hover {
  opacity: 0.85;
  scale: 0.95;
}
#desktop_header .header_phone {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 0.5rem;
  gap: 5px;
}
#desktop_header .header_phone a {
  font-size: 32px;
  color: #000;
  font-weight: 700;
}
#desktop_header .header_phone a:hover {
  color: #A7BB74;
}
#desktop_header .nav_holder {
  background: #A7BB74;
}
#desktop_header .nav_holder a {
  color: #fff;
}
#desktop_header .nav_holder .main_navigation {
  max-width: 1350px;
  margin: 0 auto;
}
#desktop_header .nav_holder .menu > li > a {
  font-size: 16.5px;
  letter-spacing: 0.06em;
}
@media (min-width: 1200px) {
  #desktop_header .nav_holder .menu > li > a {
    font-size: 18px;
  }
}
#desktop_header .nav_holder .menu .sub-menu {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.22);
  border-radius: 0 0 4px 4px;
  padding: 0;
  width: 240px;
}
#desktop_header .nav_holder .menu .sub-menu > li {
  padding: 0;
}
#desktop_header .nav_holder .menu .sub-menu > li:hover {
  background: #E5E3DD;
}
#desktop_header .nav_holder .menu .sub-menu a {
  color: #292F2C;
  display: block;
  line-height: 1.4;
  padding: 5px 12px;
}
#desktop_header .nav_holder .menu .megamenu > .sub-menu {
  width: 430px;
  border-left: 2px solid #E5E3DD;
  left: 95%;
}

.header_contact {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 0.5rem;
  gap: 3px;
}

#mobile_buttons_wrap {
  background: #fff;
}
#mobile_buttons_wrap .row {
  justify-content: flex-end;
}
#mobile_buttons_wrap .mobile_site_branding {
  background: none;
  height: unset;
  margin-right: auto;
}
#mobile_buttons_wrap .mobile_site_branding img {
  padding: 0;
}
#mobile_buttons_wrap .menu-col {
  width: fit-content;
  flex-grow: 0.1;
}
#mobile_buttons_wrap .menu-col .hamburger {
  scale: 1.4;
  padding: 1rem 1.75rem;
}
#mobile_buttons_wrap .header_contact a img {
  width: 40px;
  height: 40px;
  transition: none;
  display: block;
  max-width: 0px;
  max-height: 0;
}
@media (max-width: 640px) {
  #mobile_buttons_wrap .header_contact {
    background: #A7BB74;
  }
  #mobile_buttons_wrap .header_contact .secure, #mobile_buttons_wrap .header_contact span {
    display: none;
  }
  #mobile_buttons_wrap .header_contact a {
    border-radius: 0;
    margin: 3px;
  }
  #mobile_buttons_wrap .header_contact a img {
    transition: 0.3s ease all;
    max-width: 50px;
    max-height: 50px;
  }
}
#mobile_buttons_wrap .mobile_phone {
  background-color: #292F2C;
  color: #fff;
}
#mobile_buttons_wrap .mobile_phone a {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1px 1rem;
}
#mobile_buttons_wrap .mobile_phone a:hover {
  color: #A7BB74;
}

.site-footer {
  background: #292F2C;
}
.site-footer .container-fluid {
  max-width: 1300px;
}
.site-footer .container-fluid.gbg, .site-footer .container-fluid.bbg {
  max-width: unset;
}
.site-footer .footer-main-row {
  padding: 2rem 0;
}
.site-footer .logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .logo-col img {
  max-width: 100%;
  height: auto;
  width: 510px;
  margin: 0 auto;
  display: block;
  transition: 0.3s all;
}
.site-footer .logo-col img:hover {
  opacity: 0.85;
}
.site-footer .footer-right-col h3 {
  display: none;
}
.site-footer .footer-right-col iframe {
  height: 220px;
  background: #A7BB74;
  border-radius: 4px;
}
.site-footer .footer-right-col a:hover {
  color: #A7BB74;
}
.site-footer .footer-right-col .social_wrap svg {
  transition: 0.3s ease all;
}
.site-footer .footer-right-col .social_wrap svg:hover {
  fill: #A7BB74;
  rotate: -360deg;
}
.site-footer .footer-right-col .sec {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.75rem;
  min-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.site-footer .footer-right-col .sec::before {
  content: "";
  display: block;
  height: 38px;
  width: 25px;
  background-color: white;
  mask: url("/wp-content/uploads/2024/09/ico-pin.png") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2024/09/ico-pin.png") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .footer-right-col .sec.phone {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.site-footer .footer-right-col .sec.phone::before {
  mask: url("/wp-content/uploads/2024/09/ico-phone.png") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2024/09/ico-phone.png") center no-repeat;
}
@media (max-width: 767px) {
  .site-footer .footer-right-col {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-right-col .footer-right-row .col {
    flex-basis: auto;
  }
  .site-footer .footer-right-col .map-col {
    order: 3;
  }
  .site-footer .footer-right-col .info-col {
    text-align: center;
  }
  .site-footer .footer-right-col .info-col .sec {
    width: fit-content;
  }
  .site-footer .footer-right-col .info-col .sec, .site-footer .footer-right-col .info-col .social_media_list {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-right-col .info-col .social_media_list {
    padding-top: 0;
  }
}
.site-footer .info-col {
  text-align: left;
}
@media (min-width: 768px) {
  .site-footer .info-col {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .info-col {
    margin-top: 1rem;
  }
}
.site-footer .bbg {
  background: #242a27;
  color: #fff;
}
.site-footer .site_disclaimer {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
}
.site-footer .site_info {
  background: none;
  color: #292F2C;
  padding: 1rem;
}
.site-footer .site_info a {
  font-weight: bold;
}

.widget:has(.the_form_wrap) {
  padding: 0;
  margin-top: 0;
}

.the_form_wrap {
  background: #E5E3DD;
  text-align: center;
}
.the_form_wrap .form_top .h2 {
  background: #A7BB74;
  border-bottom: 4px solid #292F2C;
  color: #fff;
  font-size: 28px;
  padding: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .the_form_wrap .form_top .h2 {
    font-size: clamp(1.75rem, 1.1048rem + 1.3441vw, 2.0625rem);
  }
}
.the_form_wrap .form_top a:not(.btn) {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  display: block;
  font-size: 32px;
  margin: 0 auto 16px;
  color: #292F2C !important;
}
.the_form_wrap .form_top a:not(.btn):hover {
  color: #9eb466;
}
.the_form_wrap .available {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 10px auto 0;
  letter-spacing: 1.3px;
}
.the_form_wrap .gform_wrapper {
  padding: 0 10px 10px;
}
.the_form_wrap .gform_wrapper input[type], .the_form_wrap .gform_wrapper select, .the_form_wrap .gform_wrapper textarea {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.the_form_wrap .gform_wrapper .secure {
  font-size: 14px;
}
.the_form_wrap .gform_wrapper .gform_footer {
  margin-top: 0 !important;
}
.the_form_wrap .gform_wrapper .btn {
  border: none;
  background: #A7BB74;
  color: #fff;
  max-width: 100%;
  width: 350px;
  transition: 0.3s ease all;
  margin: 0 auto;
}
.the_form_wrap .gform_wrapper .btn:hover {
  background: #000;
  color: #A7BB74;
  max-width: 90%;
}

#contact-overlay {
  background: rgba(229, 227, 221, 0.7);
  backdrop-filter: blur(21px);
}
#contact-overlay .the_form_wrap {
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #292F2C;
}
#contact-overlay .the_form_wrap img {
  max-width: 100%;
  width: 350px;
  height: auto;
  padding: 10px 10px 2px;
}
#contact-overlay .the_form_wrap .form_top {
  padding-bottom: 10px;
}
#contact-overlay .the_form_wrap .form_top a {
  color: #000;
  margin-bottom: 4px;
  border-bottom: 1px solid #292F2C;
  padding-bottom: 10px;
}
#contact-overlay .the_form_wrap .form_top a:hover {
  color: white;
  text-shadow: 2px 2px 0 rgba(41, 47, 44, 0.4);
}

.footer-form {
  background: url("/wp-content/uploads/2024/09/footer-form-bg.webp") center no-repeat;
  background-size: cover;
  padding: 4rem 1rem;
}
.footer-form > .row {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.footer-form .the_form_wrap {
  background: none;
  padding-bottom: 0;
}
.footer-form .content-col {
  text-align: center;
  margin-bottom: 2rem;
}
.footer-form .content-col h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #292F2C;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footer-form .content-col {
    margin-bottom: 1rem;
  }
}

.toggle_wrap {
  background: #E5E3DD;
}
.toggle_wrap h2 {
  line-height: 1.2;
  position: relative;
  text-align: center;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .toggle_wrap h2 {
    font-size: 39px;
  }
}
@media (min-width: 768px) {
  .toggle_wrap h2 {
    white-space: nowrap;
  }
}
.toggle_wrap h2::before, .toggle_wrap h2::after {
  content: "";
  height: 2px;
  width: 40px;
  background: #292F2C;
  width: fill-available;
  width: -webkit-fill-available;
}
.toggle_wrap h2::after {
  translate: 15px;
}
.toggle_wrap h2::before {
  translate: -15px;
}
.toggle_wrap .toggle-row {
  margin: 0;
}
.toggle_wrap .accordion .accordion_heading {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
  padding: 20px 40px 20px 20px;
}
.toggle_wrap .accordion .accordion_heading::after {
  top: 20px;
  opacity: 0.9;
}
.toggle_wrap .accordion .accordion_copy {
  background: #292F2C;
}
.toggle_wrap .accordion .accordion_copy .accordion_copy__wrap {
  padding: 1.5rem 1.5rem 1rem;
  line-height: 1.3;
}
.toggle_wrap .accordion .accordion_copy p {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.practice_area_wrap {
  background: #F5F3EF;
  padding: 4rem 0 5rem;
}
.practice_area_wrap .container-fluid {
  max-width: 1240px;
  padding: 0;
}
.practice_area_wrap .pa-slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  .practice_area_wrap .pa-slider::after {
    content: "";
  }
}
.practice_area_wrap .pa-slider:not(.flickity-enabled) {
  display: flex;
}
.practice_area_wrap .pa-col {
  padding: 0;
}
.practice_area_wrap .pa-col:last-of-type .practice_area_box::after {
  content: none;
}
.practice_area_wrap .practice_area_box {
  box-shadow: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 1.75rem;
}
.practice_area_wrap .practice_area_box::after {
  content: "";
  background: #292F2C;
  height: 200px;
  max-height: 100%;
  width: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .practice_area_wrap .practice_area_box::after {
    content: none;
  }
}
.practice_area_wrap .practice_area_box .pa-link {
  position: absolute;
  inset: 0;
}
.practice_area_wrap .practice_area_box h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  min-height: 52px;
  display: flex;
  align-items: center;
  margin: 15px auto 5px;
  transition: 0.3s ease all;
  border-bottom: 2px solid #E5E3DD;
}
.practice_area_wrap .practice_area_box .pa-icon {
  background: #A7BB74;
  border-radius: 1000px;
  padding: 18px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  filter: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2666666667);
  transition: 0.3s ease all;
}
.practice_area_wrap .practice_area_box .pa-desc {
  font-size: 15.5px;
}
.practice_area_wrap .practice_area_box:hover .pa-icon {
  transform: translateY(5px);
  background: #1a1c22;
  filter: invert(1);
  box-shadow: 1px 1px 2px #d6d0d3;
}
.practice_area_wrap .practice_area_box:hover h3 {
  border-bottom: 2px solid #A7BB74;
}

.split_container_wrap {
  padding: 4rem 1rem;
}
.split_container_wrap > .split_container {
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
}
.split_container_wrap > .split_container .video-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .split_container_wrap > .split_container .video-col {
    order: -1;
  }
}
.split_container_wrap > .split_container .btn {
  margin-bottom: 6px;
}
.split_container_wrap > .split_container .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .split_container_wrap > .split_container .video-col {
    width: 500px;
    max-width: 100%;
    margin: 10px auto;
  }
  .split_container_wrap > .split_container .content-col {
    text-align: center;
  }
}
.split_container_wrap.additional-resources {
  background: #fff;
}
.split_container_wrap.additional-resources .content-col h2 {
  line-height: 1.2;
  text-align: center;
}
.split_container_wrap.additional-resources .content-col hr {
  position: relative;
  margin: 25px auto;
  height: 2px;
  background: #292F2C;
  border: none;
}
.split_container_wrap.additional-resources .content-col hr::before {
  content: url("/wp-content/uploads/2024/09/quote.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  background-color: white;
}
.split_container_wrap.cta_block {
  background: url("/wp-content/uploads/2024/09/footer-form-bg.webp") center no-repeat;
  background-size: cover;
  padding: 4rem 1rem 0;
  overflow: crop;
}
.split_container_wrap.cta_block .split_container {
  align-items: stretch;
}
.split_container_wrap.cta_block .content-col h2 {
  line-height: 1;
}
.split_container_wrap.cta_block .img-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .split_container_wrap.cta_block .img-col img {
    max-width: 130%;
    height: auto;
    margin-left: -3rem;
  }
}
@media (max-width: 767px) {
  .split_container_wrap.cta_block .img-col img {
    width: 475px;
    max-width: 100%;
    margin-top: -2rem;
  }
}

.review_wrap {
  overflow: hidden;
  padding: 1rem 0;
  background: #fff;
}
.review_wrap .intro {
  max-width: 580px;
  margin: 0 auto 1rem;
}
.review_wrap .intro h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.review_wrap .intro h2::before {
  content: "✬✬✬✬✬";
  color: #A7BB74;
  font-size: 42px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 3px;
  font-style: normal;
  font-family: "Lato", sans-serif;
}
.review_wrap .intro .intro-copy {
  position: relative;
  display: flex;
  align-items: center;
}
.review_wrap .intro .intro-copy span {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 10px auto;
  width: fit-content;
  padding: 0 8px;
  background: white;
  display: block;
  position: relative;
  font-size: 15px;
}
.review_wrap .intro .intro-copy hr {
  position: absolute;
  background: #292F2C;
  width: 100%;
}
.review_wrap .review_box {
  background: #F5F3EF;
  border: 2px solid #A7BB74;
  border-radius: 10px;
  padding: 1rem 1.3rem 1rem 1rem;
  margin: 5px;
  box-shadow: 2px 2px 3px #ccc;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
}
.review_wrap .review_box * {
  scrollbar-width: thin;
  scrollbar-color: #A7BB74 transparent;
}
.review_wrap .review_box .the_review {
  line-height: 1.3;
  font-size: 14px;
  max-height: 73px;
  overflow-y: auto;
  padding-right: 5px;
  text-align: left;
  margin: auto;
}
.review_wrap .review_box .review_name {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  justify-self: flex-end;
}
.review_wrap .review_box .review_name::before {
  content: "";
  height: 17px;
  width: 17px;
  margin-right: 8px;
  background: url("/wp-content/uploads/2024/09/ico-google.png") center no-repeat;
}
.review_wrap .review_box:nth-of-type(even) {
  transform: translate(-50%);
  margin-top: 1rem;
}
.review_wrap .lower {
  translate: 50%;
}
.review_wrap.review-list {
  background: #E5E3DD;
}
.review_wrap.review-list .intro h2 {
  display: none;
}
.review_wrap.review-list .review_box {
  background: #fff;
  transition: 0.3s ease all;
}
.review_wrap.review-list .review_box:hover {
  background: #292F2C;
  color: #fff;
}
.review_wrap .review-page-row {
  max-width: 1260px;
  padding: 0 1rem;
  margin: 0 auto;
  align-items: stretch;
  row-gap: 1.75rem;
}
.review_wrap .review-page-row .review_box {
  height: 100%;
  border: 3px solid #A7BB74;
}
.review_wrap .review-page-row .review_box .the_review {
  max-height: 183px;
}
.review_wrap .review-page-row .review_box .review-info-row {
  margin: 4px auto;
  justify-content: space-between;
  width: 100%;
}
.review_wrap .review-page-row .review_box .review_date {
  font-weight: bold;
  color: #A7BB74;
  letter-spacing: 0.03em;
}
.review_wrap #snippet-box {
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
}
.review_wrap #snippet-box .reviews-carousel2,
.review_wrap #snippet-box .carcar {
  width: 100%;
}
.review_wrap #snippet-box .reviews-carousel2:not(.flickity-enabled),
.review_wrap #snippet-box .carcar:not(.flickity-enabled) {
  display: flex;
}
.review_wrap #snippet-box .reviews-carousel2 .flickity-page-dots,
.review_wrap #snippet-box .carcar .flickity-page-dots {
  display: none;
}

.results_wrap {
  overflow: clip;
}
.results_wrap .intro {
  margin-bottom: 1rem;
}
.results_wrap .intro h2 {
  margin-bottom: 0;
}
.results_wrap .intro .intro-copy {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: auto;
  width: fit-content;
  padding: 0 8px;
  display: block;
  position: relative;
  font-size: 15px;
}
.results_wrap .result-slider:not(.flickity-enabled) {
  display: flex;
}
.results_wrap .result-col {
  padding: 13px 1rem;
  display: flex;
}
.results_wrap .results_box {
  box-shadow: 4px 5px 8px #000;
  outline: 6px solid #F5F3EF;
  border: 3px solid #A7BB74;
  background: #F5F3EF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 280px;
  border-radius: 20px;
  padding: 10px 1rem 1rem;
  transition: 0.3s ease all;
  color: #292F2C;
  margin: 0 auto;
}
.results_wrap .results_box * {
  scrollbar-width: thin;
  scrollbar-color: #E5E3DD transparent;
}
.results_wrap .results_box hr {
  width: 80%;
  height: 2px;
  background: #A7BB74;
  border: none;
  transition: 0.3s ease all;
}
.results_wrap .results_box .result-name {
  display: none;
}
.results_wrap .results_box .result_amount {
  font-size: 58px;
}
.results_wrap .results_box .result-copy {
  font-size: 15px;
  text-align: left;
  height: 130px;
  overflow-y: auto;
  line-height: 1.3;
  padding: 0 2px;
  margin-bottom: 10px;
}
.results_wrap .results_box .result-copy p {
  font-size: 14px;
  margin-bottom: 0;
}
.results_wrap .results_box .btn {
  margin-top: auto;
}
.results_wrap .results_box .result-amount-criminal,
.results_wrap .results_box .result-amount-criminal {
  font-size: 33px;
  height: 82px;
  display: flex;
  align-items: center;
  line-height: 1.05;
}
.results_wrap .results_box:hover {
  background: #A7BB74;
  outline-color: #A7BB74;
  border-color: #fff;
  color: #fff;
  box-shadow: 2px 2px 8px #000;
}
.results_wrap .results_box:hover hr {
  background: #fff;
}
.results_wrap .results_box:hover .btn {
  background: #fff;
  color: #A7BB74;
}
.results_wrap.results-page {
  background: #E5E3DD;
}
.results_wrap .results-page-container {
  max-width: 1200px;
}
.results_wrap .rpage-col {
  margin-bottom: 1rem;
}
.results_wrap .rpage-col:nth-of-type(even) .results_box:not(:hover) {
  background: #fff;
  outline-color: #fff;
}
.results_wrap .rpage-col:nth-of-type(even) .results_box:not(:hover) span {
  background: #fff;
}
.results_wrap .rpage-col .results_box {
  width: 100%;
}
.results_wrap .rpage-col .results_box .result-copy {
  height: 142px;
}
.results_wrap .rpage-col .results_box .result-copy p {
  font-size: 15.5px;
}
.results_wrap .rpage-col .results_box .result-att {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 90%;
  margin-bottom: 1rem;
}
.results_wrap .rpage-col .results_box .result-att hr {
  width: 100%;
  position: absolute;
}
.results_wrap .rpage-col .results_box .result-att span {
  transition: 0.3s ease all;
  position: relative;
  background: #F5F3EF;
}
.results_wrap .rpage-col .results_box:hover span {
  color: #fff;
  background: #A7BB74;
}

.process_wrap {
  background: #F5F3EF;
  padding: 2rem 1rem 4rem;
  text-align: center;
}
@media (max-width: 479px) {
  .process_wrap {
    padding: 2rem 0 4rem;
  }
}
.process_wrap .container-fluid {
  max-width: 1200px;
}
.process_wrap .dot {
  background: #A7BB74;
}
@media (min-width: 1200px) {
  .process_wrap .flickity-page-dots {
    display: none;
  }
}
.process_wrap .process-slider:not(.flickity-enabled) {
  display: flex;
}
.process_wrap .process-step {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.process_wrap .process-step .process-count {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  font-weight: 800;
  color: #A7BB74;
  font-size: 160px;
  line-height: 1.2;
  margin-top: -2.5rem;
}
.process_wrap .process-step .process-title {
  display: block;
  border-bottom: 2px solid #292F2C;
  padding: 10px 2px 0px;
  margin-bottom: 1rem;
  position: relative;
  background: #F5F3EF;
}
.process_wrap .process-step .process-title::before {
  content: "";
  position: absolute;
  width: 80%;
  box-shadow: 0px 1px 26px 6px rgba(0, 0, 0, 0.4784313725);
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}
.process_wrap .process-step .process-title h2, .process_wrap .process-step .process-title h3, .process_wrap .process-step .process-title h4 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}
.process_wrap .process-step .process-content p {
  line-height: 1.35;
  font-size: 15px;
}
.process_wrap .process-step .process-content p:last-of-type {
  margin-bottom: 0;
}

.cta_hero {
  color: #000;
}
.cta_hero::before {
  position: absolute;
  content: "";
  background: #E5E3DD;
  inset: 0;
  mix-blend-mode: hue;
  opacity: 0.5;
  pointer-events: none;
}
.cta_hero .container {
  position: relative;
  z-index: 1;
  max-width: 1250px;
}
.cta_hero .container > .row {
  align-items: center;
}
.cta_hero .hero_overlay {
  background: linear-gradient(181deg, rgba(245, 243, 239, 0) 38.85%, #F5F3EF 90.5%), linear-gradient(0deg, rgba(245, 243, 239, 0.9) 0%, rgba(245, 243, 239, 0.9) 100%), url() lightgray 50%/cover no-repeat;
  opacity: 0.85;
  pointer-events: none;
}
.cta_hero .contact-hero-info {
  justify-content: space-around;
  margin-top: 1.2rem;
  border-top: 1px solid #292F2C;
  padding-top: 0.4rem;
}
.cta_hero .contact-hero-info .hitem {
  margin-bottom: 0.75rem;
}
.cta_hero .contact-hero-info .subtitle {
  font-size: 20px;
}
.cta_hero .contact-hero-info a:not(.btn) {
  color: #292F2C;
  font-size: 18px;
}
.cta_hero .contact-hero-info .social_media_list {
  padding-top: 0;
}
.cta_hero .contact-hero-info .social_media_list svg {
  fill: #292F2C;
}
.cta_hero .the_form_wrap {
  background: white;
  border: 2px solid #A7BB74;
}
.cta_hero .the_form_wrap .gform_wrapper {
  padding: 1rem;
}
.cta_hero .the_form_wrap .form_top a {
  color: #292F2C;
}
@media (max-width: 991px) {
  .cta_hero .the_form_wrap {
    width: 450px;
    max-width: 100%;
    margin: 1.2rem auto 10px;
  }
}
.cta_hero .cta_copy_wrap {
  text-align: center;
}
.cta_hero .cta_copy_wrap .heroh1 {
  line-height: 1;
}
.cta_hero .cta_copy_wrap .heroh1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0 30px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-style: normal;
  padding: 10px 30px 0;
  white-space: nowrap;
}
.cta_hero .cta_copy_wrap .heroh1 span::before, .cta_hero .cta_copy_wrap .heroh1 span::after {
  content: "";
  height: 2px;
  background: #292F2C;
  width: fill-available;
  width: -webkit-fill-available;
}
.cta_hero .cta_copy_wrap .heroh1 span::before {
  translate: -15px;
}
.cta_hero .cta_copy_wrap .heroh1 span::after {
  translate: 15px;
}
.cta_hero .cta_copy_wrap .subcopy {
  font-size: 15px;
}
.cta_hero .cta_copy_wrap .subcopy a:not(.btn) {
  color: #A7BB74;
}
.cta_hero .cta_copy_wrap .subcopy .btn-secure {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cta_hero .cta_copy_wrap .subcopy {
    width: 650px;
    margin: 1rem auto;
  }
}
.cta_hero .cta_copy_wrap:has(.contact-hero-info) .btn-secure {
  display: none;
}
.cta_hero .video-col {
  color: #000;
  position: relative;
}
.cta_hero .video-col .open-modal {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_hero .video-col .open-modal svg {
  position: absolute;
  fill: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta_hero .video-col .open-modal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cta_hero .video-col .video_container {
    width: 450px;
    max-width: 100%;
    margin: 1rem auto;
  }
}
.cta_hero .hero-awards-row {
  padding-top: 1rem;
  flex-direction: column;
  height: 145px;
  overflow: crop;
}
.cta_hero .hero-awards-row .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  color: #999894;
  white-space: nowrap;
  font-size: 18px;
}
.cta_hero .hero-awards-row .subtitle::before, .cta_hero .hero-awards-row .subtitle::after {
  content: "";
  height: 2px;
  background: #292F2C;
  width: fill-available;
  width: -webkit-fill-available;
}
.cta_hero .hero-awards-row .subtitle::before {
  translate: -15px;
}
.cta_hero .hero-awards-row .subtitle::after {
  translate: 15px;
}
.cta_hero .hero-awards-row .subtitle::before, .cta_hero .hero-awards-row .subtitle::after {
  background: #D9D9D9;
}
.cta_hero .hero-awards-row .hero-slider:not(.flickity-enabled) {
  display: flex;
}
.cta_hero .hero-awards-row .hero-slider .award-col {
  margin: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 105px;
}
.cta_hero .hero-awards-row .hero-slider .award-col img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.open-modal {
  cursor: pointer;
}

.videos_block_wrap, .video-archive-row {
  padding: 2rem 0;
}
.videos_block_wrap .intro, .video-archive-row .intro {
  text-align: center;
  margin-bottom: 1rem;
}
.videos_block_wrap .video-preview-block, .video-archive-row .video-preview-block {
  margin-bottom: 1.5rem;
  text-align: center;
}
.videos_block_wrap .video-preview-block .video-thumbnail, .video-archive-row .video-preview-block .video-thumbnail {
  border: 4px inset #ccc;
}
.videos_block_wrap .video-preview-block .captitle a, .video-archive-row .video-preview-block .captitle a {
  font-weight: bold;
  color: #292F2C;
}
.videos_block_wrap .video-preview-block .captitle a:hover, .video-archive-row .video-preview-block .captitle a:hover {
  color: #A7BB74;
}
.videos_block_wrap .video-preview-block a svg, .video-archive-row .video-preview-block a svg {
  transition: 0.3s ease all;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2666666667));
}
.videos_block_wrap .video-preview-block:hover svg, .video-archive-row .video-preview-block:hover svg {
  transform: scale(0.9) translate(-50%, -50%);
}

.subscribe-yt {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
  background-color: #e62117;
  color: #fff !important;
  border-radius: 5px;
  gap: 8px;
  width: fit-content;
  margin: 0.5rem auto;
}
.subscribe-yt:hover {
  background-color: black;
}
.subscribe-yt img {
  height: 25px;
  width: auto;
}

.video-archive-buttons {
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  width: fit-content;
  margin: 0 auto 1rem;
}
.video-archive-buttons .btn {
  margin: 0;
  background: #292F2C;
}
.video-archive-buttons .btn:hover {
  background: #A7BB74;
}
.video-archive-buttons .subscribe-yt {
  border-radius: 600px;
  padding: 11px 17px;
}
.video-archive-buttons .subscribe-yt:hover {
  background: #e62117;
}
.video-archive-buttons .subscribe-yt img {
  height: 17px;
}

.staff_wrap .intro {
  max-width: 580px;
  margin: 0 auto 1rem;
}
.staff_wrap .intro h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.staff_wrap .intro h2::before {
  content: "✬✬✬✬✬";
  color: #A7BB74;
  font-size: 42px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 3px;
  font-style: normal;
  font-family: "Lato", sans-serif;
}
.staff_wrap .intro .intro-copy {
  position: relative;
  display: flex;
  align-items: center;
}
.staff_wrap .intro .intro-copy u {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 10px auto;
  width: fit-content;
  padding: 0 8px;
  background: white;
  display: block;
  position: relative;
  font-size: 15px;
  text-decoration: none;
}
.staff_wrap .intro .intro-copy hr {
  position: absolute;
  background: #292F2C;
  width: 100%;
}
.staff_wrap .att-col {
  padding: 6px;
}
@media (max-width: 767px) {
  .staff_wrap .att-col {
    width: 325px;
    max-width: 100%;
  }
}
.staff_wrap .staff_box {
  margin-top: 10px;
  padding: 0;
}
.staff_wrap .staff_box .staff-img {
  aspect-ratio: auto 401/434;
  background: url("/wp-content/uploads/2024/09/attorney-bg.webp") center no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 9px 9px 0 0;
  position: relative;
}
.staff_wrap .staff_box .staff-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58.41% 50% at 50% 50%, #292928 0%, rgba(245, 243, 239, 0) 100%);
  opacity: 0.55;
  mix-blend-mode: hard-light;
}
.staff_wrap .staff_box .staff-img img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding-top: 10px;
  object-fit: contain;
  object-position: bottom center;
}
.staff_wrap .staff_box .btn {
  width: 100%;
  border-radius: 0 0 9px 9px;
  text-align: center;
  margin-top: 4px;
}

.single_attorney_wrap {
  background: linear-gradient(#F5F3EF, white);
  background-attachment: fixed;
}
.single_attorney_wrap .container {
  max-width: 1160px;
  padding: 0 1rem;
}
.single_attorney_wrap .att-bio-row h2, .single_attorney_wrap .att-bio-row h3 {
  border-bottom: 3px solid #A7BB74;
}
.single_attorney_wrap .att-bio-row h3 {
  font-size: 26px;
}
.single_attorney_wrap .att-bio-col .mobile-photo {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .single_attorney_wrap .att-bio-col .mobile-photo {
    display: none;
  }
}
.single_attorney_wrap .att-bio-col .att-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.single_attorney_wrap .att-bio-col .att-title::before, .single_attorney_wrap .att-bio-col .att-title::after {
  content: "";
  height: 2px;
  background: #292F2C;
  width: fill-available;
  width: -webkit-fill-available;
}
.single_attorney_wrap .att-bio-col .att-title::before {
  translate: -15px;
}
.single_attorney_wrap .att-bio-col .att-title::after {
  translate: 15px;
}
.single_attorney_wrap .att-bio-col .att-title span {
  font-size: 18px;
}
.single_attorney_wrap .att-bio-col .att-name {
  text-align: center;
  font-size: 50px;
  margin-top: 10px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .single_attorney_wrap .att-bio-col .att-name {
    font-size: clamp(3.125rem, 1.4583rem + 3.4722vw, 4.0625rem);
  }
}
.single_attorney_wrap .att-bio-col .attorney-bio {
  margin-top: 1rem;
  padding-top: 1rem;
}
.single_attorney_wrap .att-bio-col .attorney-bio p:has(iframe) {
  text-align: center;
}
.single_attorney_wrap .att-bio-col .attorney-bio hr {
  border: 2px solid #A7BB74;
  margin: 1rem auto;
}
.single_attorney_wrap .att-pic-col .att-img {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .single_attorney_wrap .att-pic-col .att-img {
    display: none;
  }
}

.our-office {
  background-attachment: fixed;
}
.our-office .office-pic {
  height: auto;
  /* max-width: 100%;*/
  margin-bottom: 1rem;
}

.blog_box .blog_box_copy {
  background: #F5F3EF;
  padding: 1rem;
}
.blog_box .blog-img {
  min-height: 200px;
}

.pr-box-row {
  grid-row-gap: 1.5rem;
}

.press_release_box {
  height: 100%;
  margin: 0 auto;
}
.press_release_box .pr-pic {
  width: 100%;
  height: 220px;
  background: #A7BB74;
}
.press_release_box .pr-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.press_release_box h3 {
  font-size: 25px;
  line-height: 1.3;
}

.areas-of-practice {
  text-align: center;
}
.areas-of-practice .row {
  justify-content: center;
  align-items: stretch;
}
.areas-of-practice a, .areas-of-practice li {
  display: inline-flex;
  line-height: 1;
  color: #292F2C;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  outline: 3px solid #A7BB74;
  border: 3px solid #F5F3EF;
  margin: 1rem 0.5rem;
  border-radius: 5px;
}
.areas-of-practice a:hover, .areas-of-practice li:hover {
  background: #A7BB74;
  color: #fff;
  border-color: #fff;
  outline-color: #A7BB74;
}

.quick-block {
  background: #F5F3EF;
  color: #292F2C;
}
.quick-block h2 {
  color: #292F2C;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.quick-block .btn {
  background: #A7BB74;
  color: #292F2C;
}
.quick-block .btn:hover {
  color: #fff;
  background: #292F2C;
}

.this_content_wrap {
  background: url("/wp-content/uploads/2024/09/pa-entry-content-bg.webp") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.this_content_wrap a:not(.btn) {
  color: #A7BB74;
}
.this_content_wrap a:not(.btn):hover {
  color: #9eb466;
}

#primary.content-area.default-content {
  padding: 0;
}
#primary.content-area.default-content:has(> main > div:first-of-type.interior-marble) {
  padding: 3rem 0;
  background: url("/wp-content/uploads/2024/09/pa-entry-content-bg.webp") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.interior-marble {
  padding-bottom: 2rem;
}

.wc-page-calculators {
  background: #292F2C;
}
.wc-page-calculators .split_container {
  max-width: 900px;
  align-items: start;
}
.wc-page-calculators h1, .wc-page-calculators .h1 {
  font-size: 26px;
  line-height: 1.3;
}