@charset "UTF-8";
/* Variables and Mixins and What not */
/*---------------------------------- */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--primary-color) #f7f7f7;
}
* ::-webkit-scrollbar {
  width: 15px;
}
* ::-webkit-scrollbar-track {
  background: #f7f7f7;
}
* ::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 3px;
  border: 3px none #ffffff;
}
* ::selection {
  background: rgba(120, 120, 120, 0.8);
  color: white;
}

.beacon {
  max-width: 16px;
  max-height: 16px;
}

.social_wrap li {
  display: inline-block;
  list-style-type: none;
}
.social_wrap li svg {
  height: 28px;
  width: auto;
}

.mobile_navigation .sub-menu {
  overflow: auto;
}

.beacon {
  max-width: 16px;
  max-height: 16px;
}

.this_content {
  margin: 2rem auto;
}

.video-container, .toggle_wrap .embed-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.video-container::after, .toggle_wrap .embed-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe, .toggle_wrap .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .rll-youtube-player, .toggle_wrap .embed-container .rll-youtube-player {
  padding-bottom: 0;
  position: initial;
}

.video-container {
  margin: 1rem auto;
}

.secure_wrap svg {
  max-height: 1rem;
  width: auto;
  margin: 0 3px 5px 0;
  fill: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.jc-space-around {
  justify-content: space-around;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.ai-center {
  align-items: center;
}

b, strong {
  font-weight: bold;
}

.white {
  color: #fff;
}

.flickity-prev-next-button.next {
  right: -40px !important;
}

.flickity-prev-next-button.previous {
  left: -40px !important;
}

.flickity-button {
  display: none;
}

#primary {
  padding-bottom: 0;
}

* {
  scrollbar-width: auto;
  scrollbar-color: var(--primary-color) #f7f7f7;
}
* ::-webkit-scrollbar {
  width: 15px;
}
* ::-webkit-scrollbar-track {
  background: #f7f7f7;
}
* ::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 3px;
  border: 3px none #ffffff;
}
* ::selection {
  background: rgba(120, 120, 120, 0.8);
  color: white;
}

body {
  color: var(--font-color);
  line-height: 150%;
  font-family: montserrat, sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: dashiell-fine, serif;
  color: var(--primary-color);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
}

.btn {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
  padding: 8px 24px;
  border-radius: 4px;
  border: none;
}
.btn:hover {
  background: var(--secondary-color);
}

.btn-alt, .btn_alt {
  background: var(--secondary-color);
  color: #fff;
}
.btn-alt:hover, .btn_alt:hover {
  background: var(--secondary-color);
}

.th-phone {
  position: relative;
}
.th-phone::after {
  content: "(8739)";
  display: block;
  position: absolute;
  transform: scale(0.7);
  background: white;
  padding: 1px 5px 2px;
  border-radius: 5px 5px 0 0;
  top: 20px;
  right: -10px;
}

.subtitle {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.dark {
  color: #fff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #fff;
}
.dark a {
  color: #e4eaf1;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
  color: var(--primary-color);
}

.h {
  position: relative;
  padding: 1rem 0 1.2rem;
}
.h:before, .h:after {
  content: "";
  border-top: 1px solid;
  height: 1px;
  width: 57%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.h:before {
  margin-left: 0;
  padding-left: 0;
  top: 0;
  left: 0;
}
.h:after {
  margin-right: 0;
  padding-right: 0;
  bottom: 0;
  right: 0;
}
.h .sm {
  display: block;
  font-family: montserrat, san-serif;
  font-size: 22px;
  line-height: 1;
}

header#masthead {
  background: var(--primary-color);
  color: #fff;
}

.header-phone {
  background: #fff;
  color: var(--primary-color);
  font-family: dashiell-fine, serif;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  padding: 5px 9px;
  border-radius: 10px;
  white-space: nowrap;
  width: 220px;
}
.header-phone img {
  max-width: 23px;
  max-height: 100%;
  margin-right: 8px;
}

#desktop_header {
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 50;
}
#desktop_header .desktop_header_inner {
  background: none;
  max-width: 1320px;
  padding-top: 20px;
  margin: 0 auto;
  align-items: stretch;
}
@media (min-width: 992px) {
  #desktop_header .desktop_header_inner {
    margin: 0 auto -70px;
  }
}
#desktop_header .desktop_header_inner .site_branding {
  background: var(--primary-color);
  max-width: 290px;
  margin: -10px 0 0 0;
  padding: 0;
}
#desktop_header .desktop_header_inner .site_branding img {
  padding: 15px;
}
#desktop_header .desktop_header_inner .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 10px 0 15px;
}
#desktop_header .desktop_header_inner .main_navigation {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: montserrat, sans-serif;
}
#desktop_header .main_navigation .menu a {
  text-transform: uppercase;
  line-height: 1;
  display: block;
  font-weight: 700;
}
#desktop_header .main_navigation .menu > li > a {
  letter-spacing: 0.0625rem;
  font-size: 0.9375rem;
  display: block;
  padding: 8px 13px;
  text-shadow: 1px 1px 3px black;
}
#desktop_header .main_navigation .menu > li > a:hover {
  color: #e4eaf1;
}
#desktop_header .main_navigation .menu > li:has(.sub-menu:hover) {
  background: var(--secondary-color);
}
#desktop_header .main_navigation .menu > li:has(.sub-menu:hover) a {
  color: #0b2138;
}
#desktop_header .main_navigation .menu .sub-menu {
  top: 42px;
  padding: 5px;
  width: 220px;
}
#desktop_header .main_navigation .menu .sub-menu li {
  padding: 0;
}
#desktop_header .main_navigation .menu .sub-menu li a {
  padding: 0.65rem 0.5rem;
}
#desktop_header .main_navigation .menu .sub-menu li a:hover {
  padding-left: 0.65rem;
}
#desktop_header .main_navigation .menu .sub-menu li:hover {
  background: rgba(228, 234, 241, 0.5);
}
#desktop_header .main_navigation .menu .sub-menu .sub-menu {
  right: -220px;
  top: -2px;
}
#desktop_header .main_navigation .menu .sub-menu .sub-menu:before {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid var(--secondary-color);
  display: block;
  position: absolute;
  top: 0;
  left: -18px;
}
#desktop_header.sticky {
  position: fixed;
  margin: 0;
  background: rgba(11, 33, 56, 0.95);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
#desktop_header.sticky .desktop_header_inner {
  margin: 0 auto;
  padding: 10px 20px;
}
#desktop_header.sticky .site_branding {
  background: transparent;
  max-width: 220px;
  margin: 0 15px;
  display: flex;
  align-items: center;
}
#desktop_header.sticky .site_branding img {
  padding: 3px;
}
#desktop_header.sticky .header-phone {
  padding: 3px;
  width: 260px;
}
#desktop_header.sticky .th-phone {
  font-size: 1.375rem;
}
#desktop_header.sticky .th-phone img {
  margin-top: -4px;
}
#desktop_header.sticky .th-phone::after {
  padding: 0 0 0 5px;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  transform: scale(1);
}
#desktop_header.sticky .main_navigation {
  align-items: center;
}
#desktop_header.sticky .main_navigation > ul > li > a {
  font-weight: 500;
}
#desktop_header.sticky .main_navigation > ul > li > a:hover {
  background: var(--primary-color);
  color: #fff;
}
#desktop_header.sticky .menu-contact-us a {
  background: var(--primary-color);
}
#desktop_header.sticky .menu-contact-us a:hover {
  background: #0b2138;
  color: var(--secondary-color);
}

footer.site-footer {
  background: linear-gradient(var(--primary-color), #0b2138);
  font-size: 14px;
}
footer.site-footer img {
  max-width: 100%;
}
footer.site-footer ul {
  padding-left: 0;
}
footer.site-footer li {
  list-style-type: none;
}
footer.site-footer .footer-p {
  font-family: dashiell-fine, serif;
  font-size: 1.375rem;
  margin-bottom: 13px;
}
footer.site-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
footer.site-footer a:hover {
  color: var(--secondary-color);
}
footer.site-footer .social_wrap svg {
  fill: white;
  margin: 2px;
  transform: scale(1);
  transition: 0.3s ease all;
}
footer.site-footer .social_wrap svg:hover {
  fill: var(--secondary-color);
  transform: scale(1.2);
}
footer.site-footer .footer-top > div {
  margin-top: 14px;
}
footer.site-footer .footer-contact-wrap {
  text-align: center;
}
footer.site-footer .header-phone {
  max-width: 100%;
  margin: 10px auto;
  font-size: 1.5rem;
  font-weight: 700;
}
footer.site-footer .site_info {
  background: none;
}
footer.site-footer .site_info a {
  font-weight: 300;
  text-transform: none;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  color: #fff;
}
.hero a {
  color: #fff;
}
.hero .subtitle {
  font-size: 1.375rem;
}
@media (max-width: 575px) {
  .hero .subtitle {
    font-size: 1.125rem;
  }
}
.hero .hero_overlay {
  opacity: 1;
  background: linear-gradient(transparent, var(--primary-color));
}
.hero .toggle_overlay {
  background: none;
  font-size: 0.875rem;
  border: 3px solid;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .homepage-hero {
    padding-top: 80px;
  }
}
.homepage-hero .container {
  max-width: 1500px;
}
.homepage-hero a {
  margin: 0;
}
.homepage-hero a:hover {
  background: rgba(11, 33, 56, 0.5);
  background: rgba(228, 234, 241, 0.2);
}
.homepage-hero .scroll-links {
  margin: 30px auto;
}
.homepage-hero .scroll-links a {
  white-space: nowrap;
  text-decoration: none;
  margin: 0 0.5rem;
  font-size: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  display: inline-block;
}
.results_wrap .att-slider .flickity-slider {
  display: flex;
  align-items: stretch;
}
.results_wrap .att-slider .dot {
  background: #e4eaf1;
}
.results_wrap .results-car {
  text-align: center;
  background: #fff;
  color: var(--primary-color);
  border: 4px solid var(--secondary-color);
  margin: 0 15px;
  padding: 20px;
  height: 200px;
  width: 200px;
  border-radius: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease all;
}
.results_wrap .results-car .dolla {
  display: inline-block;
  transform: scale(1.1) rotate(10deg);
  padding: 0 2px;
}
.results_wrap .results-car h4 {
  font-weight: 700;
  color: var(--primary-color);
}
.results_wrap .results-car .results_name {
  text-transform: uppercase;
  margin: 0 auto 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  font-weight: 500;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  color: var(--primary-color);
  line-height: 1;
}
.results_wrap .results-car .results_text {
  font-size: 0.875rem;
}
.results_wrap .results-car:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.results_wrap .results-car:hover .result_amount {
  color: #fff;
}
.results_wrap .results-car:hover .results_name {
  color: #e4eaf1;
}

.practice_area_wrap .practice_area_box {
  box-shadow: none;
  padding: 0.5rem;
}
.practice_area_wrap .practice_area_box img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
}
.practice_area_wrap .practice_area_box a {
  display: block;
  text-decoration: none;
  padding: 1rem;
  height: 100%;
  border-bottom: 5px dashed var(--primary-color);
}
.practice_area_wrap .practice_area_box a * {
  transition: 0.3s ease all;
}
.practice_area_wrap .practice_area_box a:hover {
  border-bottom: 5px dashed #0b2138;
}
.practice_area_wrap .practice_area_box a:hover img {
  background: #0b2138;
  border-radius: 200px;
  padding: 13px;
  box-shadow: 0 0 3px #fff;
}
.practice_area_wrap .practice_area_box a:hover h3, .practice_area_wrap .practice_area_box a:hover h4, .practice_area_wrap .practice_area_box a:hover h5, .practice_area_wrap .practice_area_box a:hover h6, .practice_area_wrap .practice_area_box a:hover p {
  transform: translateY(3px);
  text-shadow: 0 0 3px #0b2138;
}
.practice_area_wrap .practice_area_box h4, .practice_area_wrap .practice_area_box h5, .practice_area_wrap .practice_area_box h6, .practice_area_wrap .practice_area_box p {
  margin-top: 10px;
}

.home-pas > .container {
  max-width: 1000px;
}

.award_logos {
  background: #F4F4F4;
  text-align: center;
  padding: 3rem 1.5rem;
}
.award_logos .awards-carousel .carousel-cell {
  height: 110px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.award_logos .awards-carousel .carousel-cell img {
  max-height: 100px;
  max-width: 250px;
  width: auto;
  height: auto;
  transition: 0.2s ease-in-out all;
}
.award_logos .awards-carousel .carousel-cell img:hover {
  transform: scale(1.075);
}

@media (min-width: 768px) {
  .review_wrap {
    padding: 4rem 0 2rem;
  }
}
.review_wrap #snippet-box {
  margin: 0 auto;
  padding-bottom: 0;
}
.review_wrap .flickity-slider {
  display: flex;
}
.review_wrap .carousel-cell {
  margin: 0;
  display: flex;
  align-items: stretch;
  height: 280px;
}
.review_wrap .carousel-cell > div {
  background: #e4eaf1;
  margin: 20px 15px 0;
  font-size: 0.875rem;
  padding: 2rem 1.25rem 1.5rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review_wrap .carousel-cell > div:before {
  content: "“";
  display: block;
  position: absolute;
  font-family: dashiell-fine, serif;
  font-size: 110px;
  line-height: 1;
  color: var(--primary-color);
  font-weight: 700;
  left: calc(50% - 12px);
  top: 0;
  height: 30px;
}
.review_wrap .carousel-cell .snippet-markup > .snippet-data:nth-of-type(2) {
  margin-bottom: 10px;
}
.review_wrap .carousel-cell .star-img img {
  margin: 0 3px;
}
@media (max-width: 767px) {
  .review_wrap .carousel-cell {
    width: 100%;
  }
}
.review_wrap .review_name {
  font-size: 14px;
  line-height: 3;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
.review_wrap .r-copy {
  max-height: 141px;
  overflow-y: auto;
  color: var(--primary-color);
  line-height: 1.3;
  font-weight: 400;
  padding: 0 10px;
}

.footer_form_wrap {
  padding: 4rem 0 3rem;
  text-align: center;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
@media (min-width: 1400px) {
  .footer_form_wrap {
    padding: 4rem 1rem;
  }
}
.footer_form_wrap .ff_overlay {
  background: linear-gradient(#fff, transparent);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.footer_form_wrap .container {
  max-width: 850px;
  z-index: 2;
  position: relative;
}
.footer_form_wrap h2 {
  font-size: 40px;
  line-height: 1;
}
.footer_form_wrap h2 span {
  display: block;
  font-weight: 700;
  font-family: montserrat, sans-serif;
  font-size: 1.375rem;
}

.page-id-393 .interior_hero {
  background-position: top center !important;
}

.interior_hero .hero_overlay, .blog_hero .hero_overlay {
  background: linear-gradient(rgba(20, 57, 96, 0.4) 20%, var(--primary-color));
  opacity: 1;
}
.interior_hero h1, .interior_hero h2, .interior_hero h3, .interior_hero h4, .interior_hero h5, .interior_hero h6, .blog_hero h1, .blog_hero h2, .blog_hero h3, .blog_hero h4, .blog_hero h5, .blog_hero h6 {
  color: #fff;
}

.th-attorney {
  position: relative;
  overflow-x: hidden;
  padding: 3rem 0 1rem;
  background-image: url("/wp-content/uploads/2022/09/paperbg.webp");
}
.th-attorney::before {
  background: var(--primary-color);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  z-index: 1;
  border-bottom: 12px solid #0b2138;
}
.th-attorney > div {
  z-index: 2;
  position: relative;
}
.th-attorney .th-profile {
  max-width: 500px;
  float: left;
}
.th-attorney .th-profile img {
  padding: 10px;
  max-width: 100%;
}
.th-attorney .th-contact {
  display: inline-block;
  padding: 1.2rem 2rem;
  color: #fff;
  background: var(--primary-color);
  position: relative;
}
.th-attorney .th-contact h1, .th-attorney .th-contact h2, .th-attorney .th-contact h3, .th-attorney .th-contact h4, .th-attorney .th-contact h5, .th-attorney .th-contact h6 {
  color: #fff;
}
.th-attorney .th-contact:before {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  margin-left: -3000px;
  padding-left: 3800px;
  padding-right: 1800px;
}
.th-attorney .th-contact .th-contact-sub {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.th-attorney .th-contact .th-contact-sub span {
  font-size: 0.875rem;
  line-height: 24px;
}
.th-attorney .th-contact .th-contact-sub .icon img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .th-attorney .th-contact .h {
    font-size: 1.75rem;
  }
}
.th-attorney .th-contact .btn {
  margin-top: 13px;
}
.th-attorney .th-bio {
  padding: 10px 1rem;
}
.th-attorney .subtitle {
  font-size: 1.375rem;
}
@media (max-width: 575px) {
  .th-attorney .subtitle {
    font-size: 1.125rem;
  }
}
.th-attorney .toggle_overlay {
  background: none;
  font-size: 0.875rem;
  border: 3px solid;
  letter-spacing: 2px;
}
.th-attorney .toggle_overlay:hover {
  background: rgba(228, 234, 241, 0.2);
}
.th-attorney:nth-child(even) .th-profile {
  float: right;
}
.th-attorney:nth-child(even) .th-contact {
  text-align: right;
}
.th-attorney:nth-child(even) .th-contact .th-contact-sub {
  flex-direction: row-reverse;
}
.th-attorney:nth-child(even) .h::before {
  right: 0;
  left: unset;
}
.th-attorney:nth-child(even) .h::after {
  left: 0;
  right: unset;
}
@media (max-width: 767px) {
  .th-attorney {
    padding-top: 1.8rem;
  }
  .th-attorney .th-profile {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
  }
  .th-attorney .th-profile img {
    background: var(--primary-color);
    padding: 0;
    margin-bottom: 1rem;
  }
  .th-attorney .th-contact {
    text-align: center;
    width: 100%;
  }
  .th-attorney .th-contact .th-contact-sub {
    justify-content: center;
  }
}

.sidebar_form_wrap, .overlay_copy_wrap {
  background: #f3f3f3;
  box-shadow: 6px 5px 14px #a1a1a1;
  color: var(--primary-color);
}
.sidebar_form_wrap h1, .sidebar_form_wrap h2, .sidebar_form_wrap h3, .sidebar_form_wrap p, .sidebar_form_wrap strong, .overlay_copy_wrap h1, .overlay_copy_wrap h2, .overlay_copy_wrap h3, .overlay_copy_wrap p, .overlay_copy_wrap strong {
  color: var(--primary-color);
  margin: 0;
  padding: 0;
}
.sidebar_form_wrap h1, .sidebar_form_wrap h2, .overlay_copy_wrap h1, .overlay_copy_wrap h2 {
  line-height: 1;
}
.sidebar_form_wrap p, .overlay_copy_wrap p {
  font-size: 20px;
  line-height: 1;
}
.sidebar_form_wrap .sb_phone, .overlay_copy_wrap .sb_phone {
  font-size: 30px;
  line-height: 1;
  padding: 4px 0;
}
.sidebar_form_wrap .gform_wrapper, .overlay_copy_wrap .gform_wrapper {
  padding: 6px 0;
}
.sidebar_form_wrap .gform_footer, .overlay_copy_wrap .gform_footer {
  padding: 0 !important;
}
.sidebar_form_wrap .gform_fields, .overlay_copy_wrap .gform_fields {
  grid-row-gap: 8px !important;
}
.sidebar_form_wrap .secure_wrap, .overlay_copy_wrap .secure_wrap {
  padding-top: 0;
  font-size: 14px;
}
.sidebar_form_wrap .secure_wrap svg, .overlay_copy_wrap .secure_wrap svg {
  fill: var(--primary-color);
}

.con-wrap .con {
  clear: both;
}
.con-wrap .con img {
  float: left;
  margin-right: 20px;
  margin-bottom: 60px;
}
.con-wrap .con li {
  list-style-type: none;
}

.overlay_copy_wrap {
  color: #fff;
}
.overlay_copy_wrap strong {
  color: #fff;
}
.overlay_copy_wrap .secure_wrap svg {
  fill: #fff;
}
.overlay_copy_wrap .gform_wrapper,
.overlay_copy_wrap .gform_footer {
  padding: 0 5px !important;
}
.overlay_copy_wrap .btn {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.questionnaire {
  padding: 2rem;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 0.75rem;
  box-shadow: 6px 5px 14px #a1a1a1;
  margin-top: 2rem;
}
.questionnaire h2 {
  color: #ffffff !important;
}
.questionnaire .gfield_label {
  display: block !important;
  color: #ffffff;
}
.questionnaire .gchoice {
  color: #ffffff !important;
  display: inline-block;
}
.questionnaire .gfield_checkbox .gchoice {
  display: block;
}
.questionnaire .gform_button {
  background-color: #ffffff;
  width: 200px;
  color: var(--primary-color);
  font-weight: 700;
}
.questionnaire .gform_button:hover {
  transform: scale(1.1);
}

/* --------- Contact Map Styles */
.acf-map {
  border: none;
}
.acf-map::before, .acf-map::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.acf-map::before {
  background: var(--primary-color);
  height: 100%;
  mix-blend-mode: soft-light;
}
.acf-map::after {
  background: linear-gradient(var(--primary-color), transparent);
  height: 100px;
}

.t-h1 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2rem !important;
  filter: drop-shadow(1px 1px 2px rgba(20, 57, 96, 0.6509803922));
  line-height: 1 !important;
  margin: 16px auto -5px;
}

.hero-h1 {
  font-family: dashiell-fine, serif;
  font-size: 8vw !important;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
  margin-bottom: 10px;
}

.home-pas .h h2 {
  margin-bottom: 3px;
}
.home-pas .h .sm {
  text-align: center;
  font-size: 1rem;
}
.home-pas .practice_area_box h3 {
  font-size: 1.414rem;
  color: white !important;
  line-height: 1;
  margin: 10px 0 !important;
}/*# sourceMappingURL=custom.css.map */