.no-show {
  display: none;
  visibility: hidden;
}

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: "Montserrat", sans-serif;
}

#primary {
  padding: 0;
}
#primary:has(#main > :first-child.container) {
  position: relative;
}
#primary:has(#main > :first-child.container)::before {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", serif;
  text-transform: uppercase;
}

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

h2, .h2 {
  font-size: 2.8125rem;
  line-height: 1.1;
}
@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;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 20px;
}

.o-sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 2px solid #E85100;
  text-align: left;
}

.social_media_list {
  padding: 0;
}
.social_media_list .social_wrap a {
  padding: 0;
}
.social_media_list .social_wrap svg {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

.dark a:not(.btn),
.entry-content a:not(.btn),
#breadcrumbs a:not(.btn) {
  color: #E85100;
  text-decoration: underline;
}

.btn {
  border-radius: 40px;
  border: 3px solid #E85100;
  color: #fff;
  letter-spacing: 0.08em;
  background: #E85100;
  padding: 0.5rem 1.75rem;
  line-height: 1.1;
}
.btn:hover {
  background: #000;
  color: #E85100;
}
.btn.btn_alt {
  background: transparent;
  color: #E85100;
}
.btn.btn_alt:hover {
  background: #fff;
}

.btn-text {
  width: fit-content;
  text-align: center;
}
.btn-text .secure {
  margin-top: 3px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.075em;
}
.btn-text .secure::before {
  content: none;
}

.btn-group {
  display: flex;
  align-items: start;
  gap: 10px;
}

.oline {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.oline::after {
  content: "";
  margin-left: 0.5em;
  background: #E85100;
  height: 2px;
  width: -webkit-fill-available;
  flex-shrink: 1;
}

@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;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1.5px;
  margin: 0 auto;
}
.available span:first-of-type {
  margin-right: 8px;
}

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

.video_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 1rem;
  padding-bottom: 56.25%;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget {
  background: #000;
  color: white;
}

.the_form_wrap .form_top {
  border-bottom: 4px solid #E85100;
  margin-bottom: 1rem;
  text-align: center;
}
.the_form_wrap .form_top h2 {
  letter-spacing: 0.05em;
}
.the_form_wrap .form_top .available {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.the_form_wrap .form_top .available span {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .the_form_wrap .form_top .available span:first-of-type {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .the_form_wrap .form_top .available span:first-of-type {
    width: fit-content;
  }
}
.the_form_wrap .gform_wrapper .ginput_container_consent {
  text-align: center;
}
.the_form_wrap .gform_wrapper .validation_message {
  padding: 5px !important;
  font-size: 13px !important;
}

#mobile_buttons_wrap .mh-row {
  background: #000;
  color: #fff;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#mobile_buttons_wrap .mobile_hamburger .hamburger {
  padding: 20px;
}
#mobile_buttons_wrap .mobile_hamburger .hamburger__line {
  width: 30px;
  height: 3px;
  background: #fff;
}
#mobile_buttons_wrap .mobile_site_branding {
  width: 340px;
  height: auto;
  max-width: 100%;
}
#mobile_buttons_wrap .mobile_phone {
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  font-size: 20px;
}
#mobile_buttons_wrap .mobile_phone a {
  color: #000;
}
#mobile_buttons_wrap .mobile_phone .mobile-message {
  background: #E85100;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile_buttons_wrap .mobile_phone .mobile-message img {
  width: 28px;
  height: 25px;
}

#desktop_header {
  background: #000;
  color: #fff;
  line-height: 1;
  /* Desktop Header Row */
}
#desktop_header .nav_holder {
  background: #fff;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#desktop_header .nav_holder #nav {
  max-width: 1350px;
}
#desktop_header .site_branding {
  padding: 0;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#desktop_header .site_branding img {
  width: 340px;
  max-height: 40px;
  height: auto;
  max-width: 100%;
}
#desktop_header .header_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-align: center;
  margin-left: auto;
}
#desktop_header .header_phone a {
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  letter-spacing: 0.1em;
  color: #fff;
}
#desktop_header .header_phone .available {
  font-weight: 400;
  letter-spacing: 0.055em;
}
#desktop_header .header_phone a:hover {
  color: #E85100;
}
#desktop_header .dh-message {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E85100;
  margin: 0 1.5rem;
  transition: 0.3s ease all;
}
#desktop_header .dh-message a {
  padding: 5px 1.5rem;
}
#desktop_header .dh-message img {
  width: 45px;
  height: 42px;
  transition: 0.3s ease all;
}
#desktop_header .dh-message:hover {
  background: #fff;
}
#desktop_header .dh-message:hover img {
  scale: 0.9;
}
.site-footer {
  color: #fff;
  border-top: 26px solid #3E3E3E;
}
.site-footer .container-fluid {
  padding: 0;
}
.site-footer .site_info {
  background: #E85100;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.site-footer .site_info p, .site-footer .site_info a {
  color: white;
}
.site-footer .footer-row {
  padding: 2rem 1rem;
}
.site-footer .footer-row .flogo-link {
  margin: 0 auto 2rem;
  display: block;
  width: fit-content;
}
.site-footer .footer-row .flogo-link:hover {
  opacity: 0.6;
}
.site-footer .footer-row .flogo-link img {
  max-width: 100%;
  width: 340px;
  height: auto;
  max-height: 40px;
}
.site-footer .o-sub,
.site-footer .foot-phone,
.site-footer .social_wrap {
  white-space: nowrap;
}
.site-footer .footer-left-row {
  text-align: left;
  width: 445px;
  max-width: 100%;
  margin: 0 auto;
}
.site-footer .footer-left-row .col {
  margin-bottom: 1rem;
}
.site-footer .footer-left-row a {
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 28px;
  letter-spacing: 0.09em;
  color: white;
}
.site-footer .footer-left-row a:hover {
  color: #E85100;
}
.site-footer .footer-left-row .social_media_list svg {
  fill: white;
  transition: 0.3s ease all;
}
.site-footer .footer-left-row .social_media_list svg:hover {
  fill: #E85100;
  rotate: 360deg;
}
.site-footer iframe {
  height: 175px;
}
.site-footer .footer-right {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-right h3, .site-footer .footer-right .h3 {
  border-bottom: 2px solid #E85100;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 28px;
  letter-spacing: 0.09em;
  color: white;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .site-footer .footer-row {
    column-gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  .site-footer .footer-row .flogo-link {
    margin: 0 0 1rem 15px;
  }
  .site-footer .footer-left {
    width: fit-content;
  }
  .site-footer .footer-left .footer-left-row {
    flex-wrap: wrap;
  }
  .site-footer .footer-left .footer-left-row .col {
    flex-basis: auto;
  }
  .site-footer .footer-right {
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1rem;
    width: -webkit-fill-available;
    justify-content: space-between;
    max-width: 750px;
  }
  .site-footer .footer-right .footer-map, .site-footer .footer-right .footer-address {
    flex-shrink: 1;
    flex-grow: 1;
  }
  .site-footer .footer-right p:has(iframe), .site-footer .footer-right iframe {
    height: 100%;
  }
  .site-footer .footer-right .footer-address {
    max-width: fit-content;
  }
  .site-footer .footer-right .footer-map {
    max-width: 500px;
  }
}
@media (min-width: 1170px) {
  .site-footer .footer-left .footer-left-row .col {
    flex-basis: 0;
  }
}

.footer_form {
  padding: 4rem 2rem;
}
.footer_form .split_container {
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .footer_form .split_container {
    flex-direction: row-reverse;
  }
}
.footer_form h2 {
  letter-spacing: 0.04em;
  border-bottom: 3px solid #E85100;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .footer_form .form-col {
    max-width: 550px;
  }
  .footer_form h2 {
    font-size: clamp(3.125rem, -1.25rem + 7vw, 4rem);
  }
}

.sb-inner:has(.gform_wrapper) {
  position: sticky;
  top: 110px;
  margin-bottom: 2rem;
}

.global_faqs .container {
  padding: 0 3rem 0 2rem;
  max-width: 1350px;
}
.global_faqs h2 {
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .global_faqs h2 {
    font-size: clamp(3.125rem, -1.25rem + 7vw, 4rem);
    text-align: left;
  }
}
.global_faqs .toggle-col {
  background: rgba(217, 217, 217, 0.4);
  backdrop-filter: blur(7px);
  padding: 1rem;
}
.global_faqs .accordion_heading {
  background: none;
  border-bottom: 3px solid #fff;
  color: #fff;
  padding: 1rem 40px 1rem 0;
}
.global_faqs [data-accordion] > [data-control]:after {
  top: 18px;
  filter: invert(1);
  transition: 0.3s ease all;
}
.global_faqs .accordion_copy__wrap {
  background: #030303;
  padding: 1.5rem;
}
.global_faqs .accordion_copy__wrap p:last-of-type {
  margin-bottom: 0;
}

.get-help h2 {
  padding-bottom: 6px;
  border-bottom: 3px solid #E85100;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
@media (min-width: 992px) {
  .get-help .is_img {
    background-position: bottom center;
    background-size: 85%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 40%;
    flex: 0 0 40%;
  }
  .get-help .is_text {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .get-help .is_text > .container {
    max-width: 700px !important;
  }
}
@media (max-width: 991px) {
  .get-help h2 {
    text-align: center;
  }
  .get-help .is_img {
    display: none;
  }
  .get-help .btn-group {
    flex-direction: row-reverse;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.practice_area_wrap {
  overflow: clip;
}
.practice_area_wrap .container {
  max-width: 1250px;
}
.practice_area_wrap .intro {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
}
.practice_area_wrap .intro h2 {
  margin-bottom: 1rem;
  font-size: 50px;
  letter-spacing: 0.04em;
}
.practice_area_wrap .intro .intro-copy {
  font-size: 18px;
  font-weight: 500;
}
.practice_area_wrap .pa-col {
  padding: 0 1.5rem;
  margin: 2rem auto;
}
.practice_area_wrap .practice_area_box {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  height: 100%;
  margin: 0;
  border-bottom: 12px solid #E85100;
  padding: 0;
}
.practice_area_wrap .practice_area_box .pa-box-bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
}
.practice_area_wrap .practice_area_box p {
  margin: 0;
}
.practice_area_wrap .practice_area_box h3 {
  line-height: 1.2;
}
.practice_area_wrap .practice_area_box .palink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  inset: 0;
  padding: 3rem 3rem 1rem 2rem;
  color: black;
  text-align: left;
}
.practice_area_wrap .practice_area_box .palink:hover {
  text-decoration: none;
}
.practice_area_wrap .practice_area_box .palink:hover img {
  scale: 1.2;
}
.practice_area_wrap .practice_area_box .pa-ico {
  height: 40px;
  width: auto;
  margin-bottom: 1rem;
  transition: 0.3s ease all;
}
.practice_area_wrap .pa-slider {
  margin-bottom: 3rem;
}
.practice_area_wrap .pa-slider:not(.flickity-enabled) {
  display: flex;
}
.practice_area_wrap .pa-slider::after {
  content: "flickity";
  display: none;
}
.practice_area_wrap .pa-slider .palink {
  height: 275px;
}
.practice_area_wrap .pa-slider .dot {
  width: 21px;
  height: 21px;
  margin: 0 10px;
  background: #3E3E3E;
}
.practice_area_wrap .pa-slider .dot.is-selected {
  background: #E85100;
}

.hero_slider {
  text-align: center !important;
  background: rgba(44, 44, 44, 0.6);
  backdrop-filter: blur(12px);
  padding: 1.5rem 0;
  overflow: hidden;
  height: 176px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero_slider .intro {
  line-height: 1;
  margin-bottom: 1rem;
}
.hero_slider .pa-hero-slider:not(.flickity-enabled) {
  display: flex;
}
.hero_slider .pa-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 10px;
}
.hero_slider .pa-cell img {
  height: 40px;
  width: 40px;
}
.hero_slider .pa-cell a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero_slider .pa-cell a:hover {
  scale: 1.075;
  text-decoration: none;
}
.hero_slider .pa-cell small {
  margin: 1rem auto 0;
  width: 200px;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .hero_slider .pa-cell {
    width: 16.6666666667%;
  }
}

.black_cta {
  padding: 2rem 1rem;
}
.black_cta .split_container {
  max-width: 1350px;
  margin: 0 auto;
}
.black_cta .subtitle {
  margin-bottom: 1rem;
  font-size: 17px;
}
.black_cta h2 {
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  .black_cta {
    text-align: center;
  }
  .black_cta .btn-group {
    width: fit-content;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .black_cta h2 {
    padding-bottom: 7px;
    border-bottom: 3px solid #E85100;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .black_cta .title-col {
    border-right: 2px solid #E85100;
  }
  .black_cta .title-col h2 {
    font-size: clamp(3.0625rem, 0.4319rem + 4.2471vw, 3.75rem);
  }
  .black_cta .content-col {
    padding-left: 2rem;
    border-left: 2px solid #E85100;
  }
}

.process_wrap .container {
  max-width: 1450px;
}
.process_wrap .intro {
  text-align: center;
  margin-bottom: 2rem;
}
.process_wrap .intro h2 {
  letter-spacing: 0.04em;
}
.process_wrap .pa-col.is-selected {
  color: white !important;
}
.process_wrap .pa-col.is-selected .count {
  opacity: 1;
}
.process_wrap .pa-col.is-selected .process_box {
  margin: 0;
}
.process_wrap .pa-col.is-selected .process_box::before {
  width: 90%;
}
.process_wrap .pa-col.is-selected img.process-arrow {
  right: 2rem;
  visibility: visible;
}
.process_wrap .pa-col {
  z-index: 3;
  position: relative;
}
.process_wrap .process_box {
  position: relative;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}
.process_wrap .process_box::before {
  content: "";
  background: black;
  position: absolute;
  inset: 0;
  transform: skew(15deg);
  z-index: -1;
  left: -15px;
  width: 0;
  transition: 0.3s ease all;
}
@media (max-width: 575px) {
  .process_wrap .process_box::before {
    transform: none;
    width: 100% !important;
    left: 0;
  }
}
@media (max-width: 575px) {
  .process_wrap .process_box {
    width: 100%;
  }
}
.process_wrap .process_box .count {
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 115px;
  line-height: 1.2;
  letter-spacing: 8px;
  opacity: 0.5;
  margin-bottom: 5px;
}
.process_wrap .process_box .subtitle {
  line-height: 1.1;
  font-size: 16px;
}
.process_wrap .process_box .step-content {
  font-size: 15px;
  width: 290px;
  max-width: 100%;
  padding-right: 0.5rem;
}
.process_wrap .process_box .step-content p {
  font-size: 14.5px;
  margin-bottom: 0;
  line-height: 1.2;
}
.process_wrap .process_box img.process-arrow {
  width: 31px;
  height: 15px;
  transition: 0.3s ease all;
  margin-left: auto;
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  visibility: hidden;
}
@media (min-width: 1400px) {
  .process_wrap .pa-col:hover {
    color: white !important;
  }
  .process_wrap .pa-col:hover .count {
    opacity: 1;
  }
  .process_wrap .pa-col:hover .process_box {
    margin: 0;
  }
  .process_wrap .pa-col:hover .process_box::before {
    width: 90%;
  }
  .process_wrap .pa-col:hover img.process-arrow {
    right: 2rem;
    visibility: visible;
  }
}
.process_wrap .process-slider:not(.flickity-enabled) {
  display: flex;
}
.process_wrap .process-slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 1400px) {
  .process_wrap .process-slider::after {
    content: "";
  }
}

.results_wrap .intro {
  margin: 0 auto 2rem;
  text-align: center;
}
.results_wrap .intro h2 {
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  .results_wrap .intro {
    width: 700px;
    max-width: 100%;
    border-bottom: 3px solid #E85100;
  }
  .results_wrap .intro .btn-text {
    display: none;
  }
}
.results_wrap .mobile-only {
  margin: 3rem auto 0;
  width: fit-content;
}
@media (min-width: 992px) {
  .results_wrap .mobile-only {
    display: none;
  }
}
.results_wrap .carousel-cell {
  width: 100%;
  padding: 0 1rem;
}
.results_wrap .res-slider .dot {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.results_wrap .res-slider .dot.is-selected {
  background: #E85100;
}
@media (min-width: 1200px) {
  .results_wrap .res-slider .carousel-cell {
    max-width: 70%;
  }
}
@media (min-width: 1400px) {
  .results_wrap .res-slider .carousel-cell {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .results_wrap .res-slider .results_box {
    width: 550px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.results_wrap .results_box {
  background: white;
  padding: 1.5rem;
  color: #000;
  width: 100%;
  text-align: left;
  margin: 0;
}
.results_wrap .results_box .r-top {
  margin-bottom: 1rem;
  gap: 10px;
}
.results_wrap .results_box .r-top .subtitle {
  min-height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
}
.results_wrap .results_box .r-top img {
  width: 40px;
  height: 42px;
  object-fit: contain;
}
.results_wrap .results_box .result_text {
  font-weight: 500;
  height: 75px;
  overflow-y: auto;
}
.results_wrap .results_box .result_text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .results_wrap {
    background: #3E3E3E;
  }
  .results_wrap .intro {
    text-align: left;
    order: 2;
    border-left: 4px solid #E85100;
    margin-bottom: 0;
  }
  .results_wrap .intro h2 {
    margin: 5px 0 1rem;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .results_wrap .r-top {
    display: flex;
    align-items: center;
  }
}
.results_wrap.results-page .carousel-cell {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .results_wrap.results-page .carousel-cell {
    width: 50%;
  }
}

.why_hire {
  padding: 3rem 0;
}
.why_hire .split_container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 1rem;
  align-items: center;
}
.why_hire .video-col iframe {
  border: 5px solid white;
}
.why_hire .video-col p {
  margin: 0;
}
.why_hire .video-col a {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", serif;
  font-size: 32px;
  gap: 5px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.07em;
  margin: 1.5rem 0 0 auto;
  width: fit-content;
}
@media (max-width: 991px) {
  .why_hire .video-col {
    margin-top: 2rem;
  }
}
.why_hire .content-col h3:first-of-type {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .why_hire .content-col h3:first-of-type {
    font-size: 6vw;
  }
}
@media (max-width: 575px) {
  .why_hire .content-col h3:first-of-type {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .why_hire .content-col h3:first-of-type {
    font-size: clamp(1.9375rem, 0.3339rem + 2.589vw, 2.4375rem);
  }
}

.why-hire-row {
  display: block;
  padding: 0 !important;
  margin: 0;
}
.why-hire-row li {
  list-style: none;
  padding: 0 2px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why-hire-row li b {
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 30px;
  white-space: nowrap;
  margin-bottom: 4px;
  transition: 0.3s ease all;
}
.why-hire-row li:hover b {
  color: #E85100;
}
.why-hire-row:not(.flickity-enabled) {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 575px) {
  .why-hire-row::after {
    content: "flickity";
    display: none;
  }
  .why-hire-row li {
    width: 100%;
    padding: 0 1rem;
  }
  .why-hire-row li small {
    width: 250px;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .why-hire-row::after {
    content: "";
  }
}
.why-hire-row button svg {
  fill: #E85100;
  transform: scale(1.5, 2);
}
.why-hire-row button.next {
  right: 0;
}
.why-hire-row button.previous {
  left: 0;
}

.cta_hero {
  overflow: hidden;
}
.cta_hero:has(.hero_slider) {
  padding-bottom: calc(176px + 2rem);
}
.cta_hero .container > .row {
  align-items: center;
}
.cta_hero .btn-text {
  margin-top: 1.25rem;
}
.cta_hero .hero_overlay {
  background: #000;
  opacity: 75%;
}
.cta_hero .cta_copy_wrap {
  border-left: 3px solid #fff;
  padding-left: 2.5rem;
}
.cta_hero .cta_copy_wrap .subtitle {
  letter-spacing: 0.25em;
}
.cta_hero .cta_copy_wrap .heroh1 {
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 576px) {
  .cta_hero .cta_copy_wrap .heroh1 {
    font-size: 56px;
  }
}
.cta_hero .cta_copy_wrap .heroh1 u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.cta_hero .cta_copy_wrap .heroh1 u::before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 50%;
  position: absolute;
  background: #E85100;
  transform: skew(-30deg);
  z-index: -1;
  animation: pulse;
  animation-duration: 0.3s;
}
@media (max-width: 991px) {
  .cta_hero .cta_copy_wrap {
    border: none;
    text-align: center;
    padding-left: 0;
  }
  .cta_hero .cta_copy_wrap .btn-text {
    margin: 1rem auto;
  }
}
.cta_hero .pic-col {
  position: relative;
  margin-bottom: calc(-176px - 2rem);
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cta_hero .pic-col img {
  max-width: 100%;
  height: auto;
  max-height: calc(100% - 176px);
}
@media (min-width: 992px) {
  .cta_hero .pic-col {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .cta_hero .pic-col img {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 991px) {
  .cta_hero .home-col {
    order: 2 !important;
  }
}
@media (max-width: 991px) {
  .cta_hero .about-col .pic-col {
    margin-bottom: 0;
  }
  .cta_hero .about-col .pic-col img {
    width: auto;
    max-height: 400px;
    height: auto;
  }
}
.cta_hero .contact-hero-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta_hero .contact-hero-row .col {
  width: fit-content;
  flex-grow: 0;
}
.cta_hero .contact-hero-row .o-sub {
  font-weight: 300;
  margin-bottom: 6px;
  white-space: nowrap;
}
.cta_hero .contact-hero-row a {
  color: #fff;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 31px;
  letter-spacing: 0.07em;
  font-weight: 600;
  white-space: nowrap;
}
.cta_hero .contact-hero-row a:hover {
  text-decoration: none;
  color: #E85100;
}
.cta_hero .contact-hero-row .social_media_list {
  white-space: nowrap;
}
.cta_hero .contact-hero-row .social_media_list svg {
  fill: white;
  transition: 0.3s ease all;
}
.cta_hero .contact-hero-row .social_media_list svg:hover {
  fill: #E85100;
  rotate: 360deg;
}
.cta_hero .cta_hero_form_wrap {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(2px);
  color: white;
}
.cta_hero.alternative_hero .container {
  max-width: 1350px;
}
.cta_hero.alternative_hero .hero_overlay {
  background: linear-gradient(265deg, rgba(0, 0, 0, 0.85) 53.55%, rgba(28, 27, 31, 0.68) 97.33%);
  opacity: 1;
}
.cta_hero.alternative_hero .hero_overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background: linear-gradient(265deg, rgba(0, 0, 0, 0.85) 53.55%, rgba(28, 27, 31, 0.68) 97.33%);
}
.cta_hero.alternative_hero .xtra-col {
  order: -1;
}

.single_attorney_wrap > .container-fluid {
  position: relative;
  max-width: 1350px;
}
.single_attorney_wrap .intro {
  text-align: center;
  margin: 0rem auto 3rem;
}
.single_attorney_wrap .intro .h2 {
  letter-spacing: 0.05em;
  font-weight: 600;
}
.single_attorney_wrap .att-section {
  background: rgba(62, 62, 62, 0.6);
  padding: 1rem;
  color: white;
}
.single_attorney_wrap .att-section + .att-section {
  margin-top: 1.5rem;
}
.single_attorney_wrap .att-skinny-col {
  position: sticky;
  top: 150px;
  margin-bottom: 2rem;
}
.single_attorney_wrap .att-card {
  background: #3E3E3E;
}
.single_attorney_wrap .att-card .att-long-profile {
  background: url("/wp-content/uploads/2025/01/att-prof-bg.webp") top center no-repeat;
  background-size: cover;
  text-align: center;
}
.single_attorney_wrap .att-card .att-long-profile img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .single_attorney_wrap .att-card .att-long-profile img {
    max-height: 400px;
    width: auto;
  }
}
.single_attorney_wrap .att-card .att-contact-info {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .single_attorney_wrap .att-card .att-contact-info {
    justify-content: space-around;
  }
  .single_attorney_wrap .att-card .att-contact-info .o-sub {
    text-align: center;
  }
}
.single_attorney_wrap .att-card .att-contact-info .col {
  width: fit-content;
  flex-grow: 0;
}
.single_attorney_wrap .att-card .att-contact-info .o-sub {
  font-weight: 300;
  margin-bottom: 4px;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.single_attorney_wrap .att-card .att-contact-info a {
  color: #fff;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 25px;
  letter-spacing: 0.07em;
  font-weight: 600;
  white-space: nowrap;
}
.single_attorney_wrap .att-card .att-contact-info a:hover {
  text-decoration: none;
  color: #E85100;
}
.single_attorney_wrap .att-card .att-contact-info .social_wrap {
  padding-left: 0;
}
.single_attorney_wrap .att-card .att-contact-info .social_media_list {
  white-space: nowrap;
}
.single_attorney_wrap .att-card .att-contact-info .social_media_list svg {
  fill: white;
  transition: 0.3s ease all;
  width: 22px;
  margin-right: 4px;
}
.single_attorney_wrap .att-card .att-contact-info .social_media_list svg:hover {
  fill: #E85100;
  rotate: 360deg;
}
.single_attorney_wrap .att-video {
  background: none;
  padding: 0;
}
.single_attorney_wrap .att-video iframe {
  border: 4px solid #fff;
}
.single_attorney_wrap .att-video .arr {
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.single_attorney_wrap .att-video .arr img {
  flex-grow: 0;
  margin-left: 8px;
  width: 57px;
  height: auto;
}
.single_attorney_wrap .att-section .two-columns {
  background: none !important;
}
.single_attorney_wrap .att-section .two-columns h3.subtitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 575px) {
  .single_attorney_wrap .att-section .two-columns {
    columns: 1 !important;
  }
}
.single_attorney_wrap .att-section ul {
  padding-left: 1em;
  font-weight: 300;
}
.single_attorney_wrap .att-section ul li {
  margin-bottom: 5px;
}
.single_attorney_wrap .att-section h2.oline {
  font-size: 28px;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}

.videos_block_wrap {
  padding: 3rem 0;
}
.videos_block_wrap .intro {
  margin-bottom: 3rem;
}

.blog_wrap {
  background: #3E3E3E;
  padding: 3rem 0;
}
.blog_wrap .container-fluid {
  max-width: 1350px;
}
.blog_wrap .blog-post-row .col-lg-6 {
  margin-bottom: 2rem;
}
.blog_wrap .blog_box {
  margin: 0 auto;
  height: 100%;
}
.blog_wrap .blog_box .blog-date {
  font-weight: 500;
  margin-bottom: 10px;
}

.location_block_wrap .location_box {
  padding: 1rem;
  background: #3E3E3E;
  color: white;
}
.location_block_wrap .location_box p {
  color: white;
}
.location_block_wrap iframe {
  border: 5px solid #3E3E3E !important;
}
.location_block_wrap .local_info_wrap {
  position: relative;
  z-index: 1;
}
.location_block_wrap .local_info_wrap h4 {
  font-size: 34px;
  letter-spacing: 0.06em;
}
.location_block_wrap .local_info_wrap u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.location_block_wrap .local_info_wrap u::before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 40%;
  position: absolute;
  background: #E85100;
  transform: skew(-30deg);
  z-index: -1;
  animation: pulse;
  animation-duration: 0.3s;
}

#contact-overlay {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
#contact-overlay .form_wrap {
  background: #000;
  border-radius: 25px;
  border: 2px solid white;
  text-align: center;
  padding: 2rem;
}
#contact-overlay .form_wrap a {
  color: white;
}
#contact-overlay .form_wrap a:hover {
  text-decoration: none;
  color: #E85100;
}