/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 15px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1400px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.home .main-content {
  padding: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .home .bg-container {
    position: relative;
    width: 100%;
    height: 5px;
  }
}
@media screen and (min-width: 850px) {
  .home .bg-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 509px;
    background-image: url(../images/bg-home-pattern.jpg);
  }
}
@media screen and (min-width: 768px) {
  .home .bg-container:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 725px;
    min-height: 370px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .home .bg-container:after {
    max-width: 975px;
  }
}
@media screen and (min-width: 1200px) {
  .home .bg-container:after {
    max-width: 1140px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-h1 {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
    top: -10px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-h1 {
    max-width: 975px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-h1 {
    max-width: 1140px;
  }
}
.home .section-h1 h1 {
  font-size: 37px;
  line-height: 48px;
}

@media screen and (min-width: 768px) {
  .home .section-h1 h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.84px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-h1 h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 58px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-h1 h1 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.home .section-h1 h1.with-border {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .home .section-h1 h1.with-border {
    padding-bottom: 29px;
  }
}
.home .section-h1 h1.with-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .testimonials-section .content {
    padding: 10px 44px 50px;
  }
}
.home .results {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home .results {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home .results .container {
    padding: 0 18px;
  }
}
@media screen and (min-width: 992px) {
  .home .results {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home .results {
    margin-bottom: 70px;
  }
}
.home .results .content {
  position: relative;
  padding: 25px 15px;
}

@media (max-width: 767px) {
  .home .results .content:before {
    height: 20%;
  }
}
@media screen and (min-width: 768px) {
  .home .results .content {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .results .content {
    padding: 70px 0 80px;
  }
}
.home .results .content .results-slider {
  position: relative;
}

.home .results .content .results-slider .section-title {
  font-family: var(--main-font), sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .home .results .content .results-slider .section-title {
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .home .results .content .results-slider .section-title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.85px;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) {
  .home .results .content .results-slider .section-title {
    position: static;
    transform: none;
  }
}
.home .results .content .results-slider .results-intro-content {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-color);
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .home .results .content .results-slider .results-intro-content {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 40px;
  }
}
.home .results .content .grid-results {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .home .results .content .grid-results {
    margin-top: 48px;
  }
}
.home .results .content .btn-wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .home .results .content .btn-wrapper {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .home .results .content .btn-wrapper {
    margin-top: 50px;
  }
}
.home .results .content .btn-wrapper .btn {
  padding: 19px;
}

@media screen and (min-width: 768px) {
  .home .results .content .btn-wrapper .btn {
    padding: 23px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-1-content, .home .section-2-content {
    padding: 50px 0;
  }
}
.home .section-1-content .section-1-content-container, .home .section-1-content .section-2-content-container, .home .section-2-content .section-1-content-container, .home .section-2-content .section-2-content-container {
  background-color: var(--color-neutral);
  padding: 3.3rem 3rem;
}

@media screen and (min-width: 992px) {
  .home .section-1-content .section-1-content-container, .home .section-1-content .section-2-content-container, .home .section-2-content .section-1-content-container, .home .section-2-content .section-2-content-container {
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding: 3.3rem 3.7rem;
    width: 100%;
    max-width: 750px;
  }
}
.home .section-1-content .section-1-content-container h2, .home .section-1-content .section-2-content-container h2, .home .section-2-content .section-1-content-container h2, .home .section-2-content .section-2-content-container h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #3c3a3a;
  margin-bottom: 20px;
}

.home .section-1-content .section-1-content-container h3, .home .section-1-content .section-2-content-container h3, .home .section-2-content .section-1-content-container h3, .home .section-2-content .section-2-content-container h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-tertiary);
}

.home .section-1-content .section-1-content-container h3 em, .home .section-1-content .section-2-content-container h3 em, .home .section-2-content .section-1-content-container h3 em, .home .section-2-content .section-2-content-container h3 em {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.home .section-1-content .section-1-content-container .btn-link, .home .section-1-content .section-2-content-container .btn-link, .home .section-2-content .section-1-content-container .btn-link, .home .section-2-content .section-2-content-container .btn-link {
  color: var(--link-color);
  font-weight: 600;
}

.home .section-1-content .section-1-content-container .btn-link:is(:hover, :focus), .home .section-1-content .section-2-content-container .btn-link:is(:hover, :focus), .home .section-2-content .section-1-content-container .btn-link:is(:hover, :focus), .home .section-2-content .section-2-content-container .btn-link:is(:hover, :focus) {
  color: var(--link-hover-color);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .section-1-content .section-1-content-container, .home .section-2-content .section-1-content-container {
    max-width: 605px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .section-1-content .section-2-content-container, .home .section-2-content .section-2-content-container {
    max-width: 605px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-1-content .section-2-content-container, .home .section-2-content .section-2-content-container {
    max-width: 729px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .section-1-content .section-1-img-container, .home .section-1-content .section-2-img-container, .home .section-2-content .section-1-img-container, .home .section-2-content .section-2-img-container {
    text-align: center;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 992px) {
  .home .section-1-content .section-1-img-container, .home .section-1-content .section-2-img-container, .home .section-2-content .section-1-img-container, .home .section-2-content .section-2-img-container {
    margin: 0 auto 2rem;
    height: 100%;
    min-height: 390px;
    max-height: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-1-content .section-1-img-container, .home .section-1-content .section-2-img-container, .home .section-2-content .section-1-img-container, .home .section-2-content .section-2-img-container {
    min-height: 457px;
    max-height: 457px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-1-content .section-1-img-container img.section-img, .home .section-1-content .section-2-img-container img.section-img, .home .section-2-content .section-1-img-container img.section-img, .home .section-2-content .section-2-img-container img.section-img {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 390px;
    height: 100%;
    max-height: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-1-content .section-1-img-container img.section-img, .home .section-1-content .section-2-img-container img.section-img, .home .section-2-content .section-1-img-container img.section-img, .home .section-2-content .section-2-img-container img.section-img {
    position: absolute;
    right: 0;
    max-width: 456px;
    height: 100%;
    max-height: 457px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home .section-1-content .section-2-img-container, .home .section-2-content .section-2-img-container {
    position: relative;
    width: 100%;
    max-width: 457px;
    margin: 77px auto 2rem;
  }
}
@media screen and (min-width: 992px) {
  .home .section-1-content .section-2-img-container, .home .section-2-content .section-2-img-container {
    margin: 0 auto 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .home .section-1-content .section-2-img-container, .home .section-2-content .section-2-img-container {
    min-height: 457px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-1-content .section-2-img-container .section_2_image_vid_link, .home .section-2-content .section-2-img-container .section_2_image_vid_link {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    color: #fff;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .section-1-content .section-2-img-container .section_2_image_vid_link, .home .section-2-content .section-2-img-container .section_2_image_vid_link {
    width: 390px;
    height: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-1-content .section-2-img-container .section_2_image_vid_link, .home .section-2-content .section-2-img-container .section_2_image_vid_link {
    width: 456px;
    height: 457px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-1-content .section-2-img-container .section-img, .home .section-2-content .section-2-img-container .section-img {
    position: relative;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .home .section-1-content .section-2-img-container .section-img, .home .section-2-content .section-2-img-container .section-img {
    position: absolute;
    left: 12px;
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-1-content .section-2-img-container .section-img, .home .section-2-content .section-2-img-container .section-img {
    width: 457px;
  }
}
.home .section-1-content .cta-holder, .home .section-2-content .cta-holder {
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .home .section-1-content .cta-holder, .home .section-2-content .cta-holder {
    margin: 3rem auto 0;
  }
}
.home .section-1-content .cta-holder .label, .home .section-2-content .cta-holder .label {
  color: #4b4a49;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}

.home .section-1-content .cta-holder .label:before, .home .section-2-content .cta-holder .label:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .home .section-1-content .cta-holder .label:before, .home .section-2-content .cta-holder .label:before {
    max-width: 305px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .section-1-content .cta-holder .label, .home .section-2-content .cta-holder .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 330px) {
  .home .section-1-content .cta-holder .label, .home .section-2-content .cta-holder .label {
    font-size: 20px;
  }
}
.home .section-1-content .cta-holder .contact-phone, .home .section-2-content .cta-holder .contact-phone {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

@media screen and (min-width: 992px) {
  .home .section-1-content .cta-holder .contact-phone, .home .section-2-content .cta-holder .contact-phone {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .section-1-content .cta-holder .contact-phone, .home .section-2-content .cta-holder .contact-phone {
    font-size: 35px;
  }
}
.home .section-1-content .cta-holder .contact-phone:after, .home .section-2-content .cta-holder .contact-phone:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}

@media (min-width: 576px) {
  .home .section-1-content .cta-holder .contact-phone:after, .home .section-2-content .cta-holder .contact-phone:after {
    max-width: 305px;
    margin-top: 10px;
  }
}
.home .section-1-content .cta-holder .btn-wrapper, .home .section-2-content .cta-holder .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .home .section-1-content .cta-holder .btn-wrapper, .home .section-2-content .cta-holder .btn-wrapper {
    flex-direction: column;
  }
}
.home .section-1-content .cta-holder .btn-wrapper .btn, .home .section-2-content .cta-holder .btn-wrapper .btn {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
  padding: 16.5px 10px;
}

@media screen and (max-width: 767px) {
  .home .practice-areas {
    padding: 5px 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .practice-areas {
    padding: 1rem 0 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .home .practice-areas .section-heading {
    margin-bottom: 40px;
  }
}
.home .practice-areas .section-title {
  font-size: 28px;
  letter-spacing: 0.7px;
  line-height: 32px;
  font-weight: 800;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .home .practice-areas .section-title {
    font-size: 34px;
    letter-spacing: 0.85px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .home .practice-areas .entry-content {
    max-width: 276px;
  }
}
.home .practice-areas .entry-content p {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-tertiary);
}

@media screen and (min-width: 992px) {
  .home .practice-areas .entry-content p {
    font-size: 24px;
  }
}
.home .practice-areas .practice-area-list .img-holder {
  position: relative;
  width: 100%;
  max-width: 236px;
  height: 209px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .home .practice-areas .practice-area-list .img-holder {
    max-width: 360px;
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas .practice-area-list .img-holder {
    max-width: 360px;
    height: 320px;
  }
}
.home .practice-areas .practice-area-list .img-holder .pa-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home .practice-areas .practice-area-list .img-holder .pa-arrow-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  width: 28px;
  height: 28px;
}

.home .practice-areas .practice-area-list .img-holder .pa-arrow-icon svg .first-path {
  fill: var(--accent-color);
}

.home .practice-areas .practice-area-list .img-holder .pa-title-txt {
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .home .practice-areas .practice-area-list .img-holder .pa-title-txt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
  }
}
.home .practice-areas .practice-area-list .img-holder .pa-title-txt:is(:hover, :focus) {
  color: var(--accent-color);
}

@media (max-width: 767.98px) {
  .home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile {
    max-width: 335px;
  }
}
.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder {
  position: relative;
}

@media screen and (max-width: 767px) {
  .home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder {
    width: 100%;
    max-width: 236px;
    height: 209px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder .pa-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder .pa-arrow-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 992px) {
  .home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder .pa-arrow-icon {
    margin-bottom: 7px;
  }
}
.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder .pa-arrow-icon svg .first-path {
  fill: var(--accent-color);
}

.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .img-holder .pa-title-txt {
  position: relative;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 1;
}

.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .swiper-button-prev {
  background-image: url(../images/arrows/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .swiper-button-prev:after {
  content: none;
}

.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .swiper-button-next {
  background-image: url(../images/arrows/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.home .practice-areas #pa-list-slider-mobile .pa-list-slider-mobile .swiper-button-next:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .home .section-2-content {
    padding: 50px 0 70px;
  }
}
.home .meet-our-attorneys {
  background: none;
}

@media screen and (min-width: 992px) {
  .home .meet-our-attorneys {
    padding-top: 42px;
  }
}
@media screen and (max-width: 991px) {
  .home .meet-our-attorneys {
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .home .meet-our-attorneys {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .home .meet-our-attorneys .intro-content-txt {
    font-size: 24px;
  }
}
.home .meet-our-attorneys-single .single-attorney-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .home .meet-our-attorneys-single .single-attorney-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .home .meet-our-attorneys-single .single-attorney-container {
    align-items: center;
  }
}
.home .meet-our-attorneys-single .single-atty-img-container {
  width: 100%;
  max-width: 360px;
}

@media screen and (min-width: 992px) {
  .home .meet-our-attorneys-single .single-atty-img-container {
    flex: 0 0 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .meet-our-attorneys-single .single-atty-img-container {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home .meet-our-attorneys-single .single-atty-img-container {
    max-width: 300px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home .meet-our-attorneys-single .single-atty-img-container {
    max-width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .home .meet-our-attorneys-single .single-atty-img-container {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .home .meet-our-attorneys-single .single-atty-content-container {
    flex: 0 0 733px;
  }
}
@media screen and (max-width: 575px) {
  .home .meet-our-attorneys-single .single-atty-content-container {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1200px) {
  .home .meet-our-attorneys-single .single-atty-content-container p {
    margin-bottom: 30px;
  }
}
.home .download-section {
  background-color: var(--accent-color);
}

@media screen and (min-width: 768px) {
  .home .download-section {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section {
    background-color: #fff;
    padding: 30px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .custom-download-section-container {
    background-color: var(--accent-color);
  }
}
.home .download-section .download-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .home .download-section .download-item {
    padding: 40px 0 37px;
  }
}
.home .download-section .download-item .image-holder {
  flex: 0 0 auto;
  max-width: 290px;
  margin: 0 0 7px;
}

@media screen and (max-width: 991px) {
  .home .download-section .download-item .image-holder {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .download-section .download-item .image-holder {
    max-width: 100%;
    margin: 0 auto 1rem;
    margin: -12px 0 0;
    max-width: 275px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .download-section .download-item .image-holder {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .home .download-section .download-item .image-holder {
    margin: -12px 0;
  }
}
.home .download-section .download-item .content-holder {
  padding-left: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home .download-section .download-item .content-holder {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .download-section .download-item .content-holder {
    padding-left: 35px;
  }
}
.home .download-section .download-item .content-holder .title {
  margin: 0 auto 20px;
  max-width: 360px;
  color: #1a1a1a;
  font-family: var(--secondary-font), sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .download-section .download-item .content-holder .title {
    max-width: unset;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .download-item .content-holder .title {
    margin: 0 auto 5px;
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .home .download-section .download-item .content-holder .title br {
    display: none;
  }
}
.home .download-section .download-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: 250px;
  width: 100%;
  letter-spacing: 0.44px;
  background-color: #fff;
  border: 2px solid #2b2b2b;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .home .download-section .download-item .btn {
    padding: 13px;
  }
}
@media screen and (min-width: 768px) {
  .home .download-section .download-item .btn {
    margin-top: 0px;
    width: unset;
    max-width: unset;
    min-width: 300px;
  }
}
.home .download-section .download-item .btn:is(:hover, :focus) {
  border: 2px solid #494949;
  background-color: #e8d392;
}

.home .download-section .download-item-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .home .download-section .download-item-desktop {
    padding: 0;
    display: grid;
    grid-template-columns: 168px 480px 250px;
    grid-column-gap: 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .download-section .download-item-desktop {
    grid-column-gap: 65px;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .download-item-desktop .image-holder {
    max-width: 100%;
    margin: 0;
    width: 168px;
    height: 162px;
  }

  .home .download-section .download-item-desktop .image-holder img {
    position: absolute;
    top: -45px;
    max-width: 168px;
    max-height: 259px;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .download-item-desktop .content-holder {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .download-item-desktop .content-holder .title {
    font-weight: 800;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .download-item-desktop .content-holder .content-txt {
    text-align: center;
  }

  .home .download-section .download-item-desktop .content-holder .content-txt p {
    color: #1a1a1a;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .home .download-section .download-item-desktop .content-holder .content-txt p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .download-section .download-item-desktop .btn {
    min-width: 250px;
    padding: 19px 0;
  }
}
@media (max-width: 991px) {
  .home .section-1-content .cta-holder .contact-phone {
    display: flex;
    flex-direction: column;
  }

  .home .section-1-content .cta-holder .btn-wrapper {
    display: block;
  }

  .home .section-1-content .cta-holder .btn-wrapper .btn {
    display: block;
    margin: 20px auto 0;
    max-width: 300px;
    width: 100%;
    padding: 16.5px 10px;
  }
}
@media (max-width: 767px) {
  .home .section-1-content {
    padding-bottom: 40px;
  }

  .home .section-1-content #section_accordion {
    margin: 3rem auto;
  }

  .home .section-1-content #section_accordion .accordion-item .accordion-button {
    width: 100%;
    max-width: 330px;
    text-transform: uppercase;
    background-color: #173652;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    min-height: 55px;
    line-height: 24px;
    letter-spacing: 0.72px;
    padding: 8px 40px 8px 22px;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767.98px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-button {
    max-width: 458px;
  }
}
@media (max-width: 767px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-button:after {
    min-width: 55px;
    width: 55px;
    background-color: #1f476b;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) and (min-width: 400px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-button[aria-expanded=true] {
    max-width: 367px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767.98px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-button[aria-expanded=true] {
    max-width: 458px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-collapse .accordion-body h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-collapse .accordion-body h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-collapse .accordion-body h3 {
    margin-bottom: 25px;
    color: var(--color-tertiary);
    font-family: var(--secondary-font), sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-collapse .accordion-body h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .home .section-1-content #section_accordion .accordion-item .accordion-collapse .accordion-body h3 em {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
  }
}

/*# sourceMappingURL=home.css.map*/