/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  display: block;
  zoom: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.practice-areas .practice-area-list .pa-item:after, .practice-areas .practice-area-list .pa-item-accordion .pa-title:after {
  transition: all 0.3s ease-in-out;
}

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

/**
Styling found in critical.scss file
*/
.sidebar {
  /*&-subtitle {
     color: $sidebar-title;
     font-size: 21px;
     font-weight: 700;
     letter-spacing: 1.91px;
     line-height: 24px;
     text-transform: uppercase;
   }*/
  /*&-expect {
     text-align: center;
     height: 100%;

     &-related {

         .sidebar-holder {
             background-color: $sidebar-bg-alt !important;

             a {
                 color: #f4f6f7;
                 display: block;
                 padding: 10px 8px;
             }
         }
     }

     .image-holder {
         margin-bottom: 60px;

     }
   }*/
  /*.image-holder {
     margin-bottom: 60px;

     @include media('<desktop') {
       margin: 0 auto 25px;
       text-align: center;
     }

   }*/
}

@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 30px;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item > div:not(:empty) {
    margin-bottom: 60px;
  }
}
.sidebar .sidebar-item:last-child > div:not(:empty) {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) {
  margin-left: auto;
  max-width: 412px;
  /*.credentials-holder {

      .card {

        .card-header {
          padding: 0;
          margin-bottom: 0;
          background-color: rgba(0, 0, 0, 0.03);
          border-bottom: 1px solid rgba(0, 0, 0, 0.125);

          .btn {
            padding: 0.75rem 1.25rem;
            background: none;
            width: 100%;
            text-align: left;
          }

        }

        .card-body {
          padding: 1.25rem;
          padding-left: 10px;
        }

      }

    }*/
}

@media (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) {
    margin-right: auto;
  }
}
.sidebar .sidebar-item:not(:empty) > div {
  padding: 30px 15px;
  border-radius: 25px 0px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) > div {
    padding: 38px 43px 44px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) > div .list,
.sidebar .sidebar-item:not(:empty) > div .toc-table-list {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) > div .list li,
.sidebar .sidebar-item:not(:empty) > div .toc-table-list li {
  position: relative;
  padding: 8px 0 9px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  list-style: none;
  text-align: left;
  border-top: 1px solid var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) > div .list li:last-child,
.sidebar .sidebar-item:not(:empty) > div .toc-table-list li:last-child {
  border-bottom: 1px solid var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) > div .list li a,
.sidebar .sidebar-item:not(:empty) > div .toc-table-list li a {
  color: var(--text-color);
}

.sidebar .sidebar-item:not(:empty) > div .list li a:hover,
.sidebar .sidebar-item:not(:empty) > div .toc-table-list li a:hover {
  color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget {
  background-color: var(--color-primary);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget {
    padding: 51px 30px 43px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .logo-holder {
  margin: 0 auto 23px;
  max-width: 268px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-phone {
  margin-top: 17px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-phone .label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-phone .contact-phone {
  color: #fff;
  font-family: var(--third-font), sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 30px 55px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 20px 55px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 40px 55px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std span {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget {
    padding: 44px 30px 53px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .sidebar-title {
  padding-bottom: 20px;
  margin: 0 auto 22px;
  max-width: 308px;
  color: #494949;
  border-bottom: 2px dashed rgba(116, 143, 205, 0.3);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-holder {
  margin: 0 auto;
  max-width: 220px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-wrapper {
  justify-content: center;
  margin-top: 21px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-wrapper .swiper-button-next {
  background-color: var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child {
  background: linear-gradient(270deg, #0876D0 0%, #002872 97.94%);
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child {
    padding: 46px 30px 56px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .section-heading,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .section-heading,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .section-heading {
  padding-bottom: 23px;
  margin: 0 auto 20px;
  max-width: 286px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .icon-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .icon-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .icon-holder {
  margin-bottom: 18px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .section-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .section-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .section-title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-item,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-item {
  margin: 0 auto;
  max-width: 314px;
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .testimonials-content p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-item .testimonials-content p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-item .testimonials-content p {
  color: #fff;
  line-height: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .testimonials-content p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-item .testimonials-content p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-item .testimonials-content p:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-item .author {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-item .author {
    margin-top: 14px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-wrapper {
  margin-top: 31px;
  justify-content: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-wrapper:has(.swiper-button-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-wrapper:has(.swiper-button-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-wrapper:has(.swiper-button-lock) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 46px 30px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .section-title {
  margin: 0 auto 33px;
  max-width: 272px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-sidebar-slider-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 331px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .grid-attorney {
  margin: 0 40px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-item {
  max-width: 251px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
  top: 50%;
  margin-top: -20px;
  height: 40px;
  background-color: var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
  left: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
  right: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child {
  background: linear-gradient(270deg, #0876D0 0%, #002F86 97.94%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .sidebar-title {
  padding-bottom: 20px;
  margin: 0 auto 21px;
  max-width: 308px;
  color: #fff;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .result-item {
  margin: 0 auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .swiper-button-wrapper {
  margin-top: 14px;
  justify-content: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_location_widget {
  background-image: url(../images/bg-sidebar-locations.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_location_widget {
    padding: 43px 30px 49px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_location_widget .section-title {
  margin: 0 auto 25px;
  max-width: 326px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_location_widget .locations-list {
  padding: 0;
  margin: 0 auto;
  max-width: 310px;
  list-style: none;
  column-count: 2;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_location_widget .locations-list {
    gap: 0;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_location_widget .locations-list li {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 3px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_location_widget .locations-list li a {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_location_widget .locations-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 16px;
  background: url(../images/icons/icon-location.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget {
    padding: 56px 43px 58px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title:before {
  content: url(../images/icons/icon-lrb.svg);
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__button .btn {
  max-width: 179px;
  width: 100%;
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_archive ul {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li {
  position: relative;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  text-align: left;
  border-top: 1px solid var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-child {
  border-bottom: 1px solid var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:hover {
  color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  border-radius: 0;
  overflow: hidden;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
  float: left;
  padding: 10px;
  width: calc(100% - 60px);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #C2C5C8;
  border-right: none;
  border-radius: 6px 0 0 6px;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-moz-placeholder {
  opacity: 1;
  color: var(--text-color);
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-moz-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-ms-input-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
  color: var(--text-color);
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 60px;
  height: 48px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s linear;
  border: none;
  background-color: var(--color-primary);
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:hover {
  color: #fff;
  background-color: var(--color-secondary);
}

.sidebar .sidebar-item:not(:empty):empty {
  display: none !important;
}

.sidebar-title {
  margin-bottom: 21px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-toc-mobile {
  padding: 30px 15px;
  margin: 0 auto 30px;
  max-width: 412px;
  border-radius: 25px 0px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sidebar-toc-mobile {
    padding: 38px 43px 44px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar-toc-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar-toc-mobile .toc-table-list {
  margin: 0;
  padding: 0;
}

.sidebar-toc-mobile .toc-table-list li {
  position: relative;
  padding: 8px 0 9px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  list-style: none;
  text-align: left;
  border-top: 1px solid var(--color-neutral);
}

.sidebar-toc-mobile .toc-table-list li:last-child {
  border-bottom: 1px solid var(--color-neutral);
}

.sidebar-toc-mobile .toc-table-list li a {
  color: var(--text-color);
  text-decoration: none;
}

.sidebar-toc-mobile .toc-table-list li a:hover {
  color: var(--color-primary);
}

.footer .footer-top {
  margin-bottom: -235px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top {
    margin-bottom: -115px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top {
    margin-bottom: -64px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 0 8px;
  }
}
@media (min-width: 1440px) {
  .footer .footer-top .container {
    max-width: 1528px;
  }
}
.footer .footer-top .content-holder {
  padding: 46px 15px 49px;
  border-radius: 40px 0px;
  background: linear-gradient(270deg, #0876D0 0%, #012872 97.94%);
}

@media screen and (min-width: 768px) {
  .footer .footer-top .content-holder {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .content-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 30px 34px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-top .content-holder {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-holder {
    margin: 0 -12px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-top .content-holder {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-top .footer-logo {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-logo img {
    max-width: 245px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-top .footer-phone {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-top .footer-phone {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-top .footer-phone {
    justify-content: center;
  }
}
.footer .footer-top .footer-phone .label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-phone .label {
    margin-top: 2px;
    margin-right: 23px;
    line-height: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-top .footer-phone .label {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-phone .label {
    display: block;
    margin: 0 auto 13px;
    max-width: 197px;
  }
}
.footer .footer-top .footer-phone .contact-phone {
  color: #fff;
  font-family: var(--third-font), sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-phone .contact-phone {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-top .social-icon-list {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-top .social-icon-list {
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .social-icon-list {
    margin-top: 25px;
  }
}
.footer .footer-contact {
  padding: 275px 0 49px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .footer .footer-contact {
    padding: 154px 0 58px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact {
    padding: 137px 0 54px;
    background-image: url(../images/bg-footer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.footer .footer-contact .office-info-wrapper {
  padding: 26px 20px 28px;
  margin: 38px auto 0;
  border: 2px dashed rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .office-info-wrapper {
    padding: 26px 29px 28px;
    margin-top: 43px;
    max-width: 472px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 20px 52px;
    margin-top: 31px;
    max-width: 918px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-holder {
    flex: 0 0 339px;
    margin-right: 30px;
  }
}
.footer .footer-contact .office-info-wrapper .office-holder .select-office {
  position: relative;
  padding: 10px 50px 10px 22px;
  margin-bottom: 18px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.75px;
  background: url(../images/icons/icon-select-arrow-down.svg) #0944B2 no-repeat right 19px center;
  border: none;
  border-radius: 4px;
  appearance: none;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-holder .select-office {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contact .office-info-wrapper .office-holder .select-office {
    background-size: 17px 10px;
  }
}
.footer .footer-contact .office-info-wrapper .office-holder .office-info {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-holder .office-info {
    font-size: 17px;
  }
}
.footer .footer-contact .office-info-wrapper .office-holder .office-info .firm-name {
  font-weight: 700;
}

.footer .footer-contact .office-info-wrapper .office-holder .office-info address {
  margin: 0;
}

.footer .footer-contact .office-info-wrapper .office-holder .office-info .phone a {
  color: #fff;
}

.footer .footer-contact .office-info-wrapper .office-holder .call-label {
  display: flex;
  align-items: center;
  margin-top: 19px;
  color: #DBDBDB;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .office-info-wrapper .office-holder .call-label {
    margin-top: 12px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-holder .call-label {
    margin-top: 8px;
  }
}
.footer .footer-contact .office-info-wrapper .office-holder .call-label svg {
  margin-right: 9px;
}

.footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons {
  display: flex;
  align-items: center;
  margin-top: 19px;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons {
    margin-top: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons {
    margin-top: -34px;
    margin-left: auto;
    max-width: 157px;
  }
}
@media (max-width: 767px) {
  .footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons {
    justify-content: center;
  }
}
.footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons .btn {
  padding: 10px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #0767C1;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons .btn {
    padding: 12px;
    max-width: 249px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons .btn {
    font-size: 14px;
  }
}
.footer .footer-contact .office-info-wrapper .office-holder .office-info__buttons .btn:hover {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact .office-info-wrapper .office-map {
    flex: 0 0 418px;
    max-width: 418px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contact .office-info-wrapper .office-map {
    margin-top: 29px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-contact .office-info-wrapper .office-map img {
    width: 403px;
    height: 175px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .footer .footer-contact .office-info-wrapper .office-map img {
    max-width: 280px;
  }
}
.footer .footer-bottom {
  padding: 45px 4px 26px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom {
    padding: 43px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom {
    padding: 53px 0 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .container {
    max-width: 674px;
  }
}
.footer .footer-bottom .footer-links {
  margin-bottom: 37px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-links {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-links {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom .footer-links {
    column-count: 2;
  }
}
.footer .footer-bottom .footer-links span {
  display: block;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-links span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-links span {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-links span {
    margin-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-links span {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom .footer-links span {
    margin-bottom: 14px;
  }
}
.footer .footer-bottom .footer-menu {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-menu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1399px) {
  .footer .footer-bottom .footer-menu {
    flex-wrap: wrap;
  }
}
.footer .footer-bottom .footer-menu .nav-item {
  margin-bottom: 14px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-menu .nav-item {
    margin-right: 11px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-menu .nav-item {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-menu .nav-item {
    margin-right: 42px;
  }
}
.footer .footer-bottom .footer-menu .nav-item:last-child {
  margin-right: 0;
}

.footer .footer-bottom .footer-menu .nav-item .nav-link {
  padding: 0;
  color: #0944B2;
  font-size: 14px;
  line-height: 1;
}

.footer .footer-bottom .footer-menu .nav-item .nav-link:hover {
  color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-menu .nav-item .nav-link {
    font-size: 16px;
  }
}
.footer .footer-bottom .footer-advertisement {
  margin-bottom: 24px;
}

.footer .footer-bottom .footer-advertisement p {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-advertisement p {
    font-size: 15px;
  }
}
.footer .footer-bottom .footer-advertisement p:last-child {
  margin-bottom: 0;
}

.footer .footer-bottom .footer-copyright-links {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-copyright-links {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright-links {
    display: flex;
    align-items: center;
  }
}
.footer .footer-bottom .footer-copyright {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright {
    display: inline;
  }
}
.footer .footer-bottom .sitemap-privacy-links {
  display: block;
  align-items: center;
  padding: 0;
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .sitemap-privacy-links {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .sitemap-privacy-links {
    margin: 0 0 0 4px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .sitemap-privacy-links {
    column-count: 2;
  }
}
.footer .footer-bottom .sitemap-privacy-links .nav-item {
  position: relative;
  margin-bottom: 0;
  margin-right: 23px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .sitemap-privacy-links .nav-item:after {
    content: "|";
    position: absolute;
    top: 4px;
    right: -15px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .sitemap-privacy-links .nav-item:after {
    font-size: 15px;
  }
}
.footer .footer-bottom .sitemap-privacy-links .nav-item:last-child {
  margin-right: 0;
}

.footer .footer-bottom .sitemap-privacy-links .nav-item:last-child:after {
  display: none;
}

.footer .footer-bottom .sitemap-privacy-links .nav-item .nav-link {
  padding: 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-bottom .sitemap-privacy-links .nav-item .nav-link:hover {
  color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .sitemap-privacy-links .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .sitemap-privacy-links .nav-item .nav-link {
    margin-bottom: 14px;
    line-height: 1;
  }
}
.footer .footer-bottom .built-by {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .built-by {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom .built-by {
    padding-bottom: 75px;
  }
}
.footer .footer-bottom .built-by a {
  color: var(--text-color);
}

.footer .footer-bottom .built-by a:hover {
  color: var(--color-primary);
}

.footer .footer-bottom .built-by img {
  margin-right: 1px;
  vertical-align: -2px;
}

.footer .footer-bottom .btn-back {
  position: absolute;
  right: 18px;
  bottom: -1px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-bottom .btn-back:hover {
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .footer .footer-bottom .btn-back {
    right: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.footer .footer-bottom .btn-back svg {
  margin-right: 4px;
}

.community {
  background-color: #efeeec;
}

@media screen and (min-width: 1200px) {
  .community {
    background-color: white;
  }
}
.community:before {
  background-color: #efeeec;
}

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

.attorneys {
  padding: 31px 0 74px;
}

@media screen and (min-width: 768px) {
  .attorneys {
    padding: 83px 0 113px;
  }
}
.attorneys .content {
  text-align: center;
  margin-bottom: 33px;
}

@media screen and (min-width: 768px) {
  .attorneys .content {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1200px) {
  .attorneys .content {
    max-width: 813px;
  }
}
@media (max-width: 767px) {
  .attorneys .content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.attorneys .team-slider-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 332px;
}

@media screen and (min-width: 768px) {
  .attorneys .team-slider-wrapper {
    max-width: 1380px;
  }
}
.attorneys .grid-attorney {
  z-index: 11;
  margin: 0 40px;
}

.attorneys .swiper-button-prev {
  left: 0;
}

.page-template-about-us .attorneys .swiper-button-prev {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.attorneys .swiper-button-prev:after {
  left: 14px;
}

.attorneys .swiper-button-next {
  right: 0;
}

.page-template-about-us .attorneys .swiper-button-next {
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.attorneys .swiper-button-next:after {
  right: 14px;
}

.attorneys .swiper-button-prev,
.attorneys .swiper-button-next {
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 66px;
}

.attorneys .swiper-button-prev:after,
.attorneys .swiper-button-next:after {
  position: absolute;
}

.attorneys .btn-wrapper .btn {
  color: #fff;
}

.attorneys .btn-wrapper .btn:hover {
  color: var(--color-tertiary);
}

.attorney-item {
  position: relative;
  margin: 0 auto;
  max-width: 284px;
}

.attorney-item .info-holder {
  padding: 13px 15px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.8px;
  text-align: center;
  background-color: var(--color-primary);
  border-left: 9px solid #F50000;
  border-bottom-right-radius: 40px;
}

.attorney-item .info-holder .name {
  font-weight: 700;
}

.attorney-item .info-holder .name a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .home .practice-areas {
    margin-bottom: -203px;
  }
}
@media (max-width: 767px) {
  .practice-areas {
    padding: 45px 0 51px;
    background-color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .practice-areas .content-holder {
    padding: 60px 20px;
    border-bottom-right-radius: 100px;
    background-color: var(--color-primary);
  }
}
@media screen and (min-width: 992px) {
  .practice-areas .content-holder {
    padding: 86px 20px 66px;
  }
}
.practice-areas .content-holder .top-content {
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 34px;
}

@media screen and (min-width: 768px) {
  .practice-areas .content-holder .top-content {
    padding-bottom: 43px;
    margin: 0 auto 44px;
    max-width: 1269px;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .top-content {
    display: flex;
  }
}
@media (max-width: 767px) {
  .practice-areas .content-holder .top-content:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 277px;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .section-heading {
    flex: 0 0 400px;
    padding-top: 2px;
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .practice-areas .content-holder .section-heading {
    flex: 0 0 420px;
    margin-right: 57px;
  }
}
@media (max-width: 1199px) {
  .practice-areas .content-holder .section-heading {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .practice-areas .content-holder .section-heading {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .section-heading .content {
    max-width: 387px;
  }
}
.practice-areas .content-holder .section-heading .content p:last-child {
  margin-bottom: 0;
}

.practice-areas .content-holder .bottom-link-wrapper {
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .practice-areas .content-holder .bottom-link-wrapper {
    margin-top: 2px;
    line-height: 33px;
  }
}
.practice-areas .content-holder .bottom-link-wrapper a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .bottom-content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1269px;
  }
}
@media (max-width: 1199px) {
  .practice-areas .content-holder .bottom-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .practice-areas .content-holder .bottom-content {
    padding: 0 6px;
  }
}
.practice-areas .content-holder .bottom-content .pa-note {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 1400px) {
  .practice-areas .content-holder .bottom-content .pa-note {
    flex: 0 0 650px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .practice-areas .content-holder .bottom-content .pa-note {
    flex: 0 0 500px;
  }
}
@media screen and (min-width: 768px) {
  .practice-areas .content-holder .bottom-content .pa-note {
    line-height: 29px;
  }
}
@media (max-width: 1199px) {
  .practice-areas .content-holder .bottom-content .pa-note {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .bottom-content .pa-note svg {
    margin-top: -3px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .practice-areas .content-holder .bottom-content .pa-note svg {
    display: block;
    margin: 0 auto 5px;
    width: 29px;
    height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .bottom-content .cta-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas .content-holder .bottom-content .cta-wrapper .cta-button {
    margin-right: 79px;
  }
}
@media (max-width: 1199px) {
  .practice-areas .content-holder .bottom-content .cta-wrapper .cta-button {
    margin-bottom: 27px;
  }
}
.practice-areas .content-holder .bottom-content .cta-wrapper .cta-phone .label {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .practice-areas .content-holder .bottom-content .cta-wrapper .cta-phone .label {
    margin-bottom: -4px;
    letter-spacing: 1px;
  }
}
.practice-areas .content-holder .bottom-content .cta-wrapper .cta-phone .contact-phone {
  color: #fff;
  font-family: var(--third-font), sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .practice-areas .practice-area-list .row {
    margin: 0 -26px;
  }
}
.practice-areas .practice-area-list .col-item {
  margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .practice-areas .practice-area-list .col-item {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.practice-areas .practice-area-list .pa-item-accordion {
  margin: 0 auto;
  background-color: #0C4CC6;
  border-radius: 30px 0px;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .practice-areas .practice-area-list .pa-item-accordion {
    max-width: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .practice-areas .practice-area-list .pa-item-accordion {
    max-width: 100%;
  }
}
.practice-areas .practice-area-list .pa-item-accordion .pa-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 65px 15px 32px;
}

.practice-areas .practice-area-list .pa-item-accordion .pa-title span,
.practice-areas .practice-area-list .pa-item-accordion .pa-title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.practice-areas .practice-area-list .pa-item-accordion .pa-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 18px;
  height: 18px;
  background: url(../images/icons/icon-plus.svg) no-repeat center;
  transform: translateY(-50%);
}

.practice-areas .practice-area-list .pa-item-accordion .pa-title[aria-expanded=true]:after {
  background-image: url(../images/icons/icon-minus.svg);
  transform: translateY(-50%) rotate(180deg);
}

.practice-areas .practice-area-list .pa-item-accordion-body {
  padding: 3px 25px 34px 33px;
}

.practice-areas .practice-area-list .pa-item-accordion-body .pa-excerpt {
  margin-bottom: 13px;
}

.practice-areas .practice-area-list .pa-item-accordion-body .pa-excerpt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.practice-areas .practice-area-list .pa-item-accordion-body .pa-excerpt p:last-child {
  margin-bottom: 0;
}

.practice-areas .practice-area-list .pa-item-accordion-body .pa-btn-wrapper {
  max-width: 264px;
}

.practice-areas .practice-area-list .pa-item-accordion-body .pa-btn-wrapper .btn {
  position: relative;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .practice-areas .practice-area-list .pa-item-accordion-body .pa-btn-wrapper .btn:hover svg {
    margin-left: 8px;
  }
}
.practice-areas .practice-area-list .pa-item-accordion-body .pa-btn-wrapper .btn svg {
  margin-top: -1px;
  margin-left: 5px;
  transition: margin-left 0.3s ease-in-out;
}

.practice-areas .practice-area-list .pa-item {
  position: relative;
  display: block;
  padding: 15px 65px 15px 32px;
  margin: 0 auto;
  background-color: #0C4CC6;
  border-radius: 30px 0px;
}

@media (max-width: 767px) {
  .practice-areas .practice-area-list .pa-item {
    max-width: 320px;
  }
}
.practice-areas .practice-area-list .pa-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 28px;
  height: 10px;
  background: url(../images/icons/icon-arrow-right.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}

.practice-areas .practice-area-list .pa-item:hover:after {
  right: 25px;
}

.practice-areas .practice-area-list .pa-item span,
.practice-areas .practice-area-list .pa-item h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.results-part {
  position: relative;
}

@media (max-width: 767px) {
  .results-part {
    padding: 41px 0 95px;
    background: linear-gradient(270deg, #0876D0 0%, #012872 97.94%);
  }
}
@media screen and (min-width: 768px) {
  .results-part .content-holder {
    position: relative;
    padding: 40px 99px 40px 46px;
    margin: 0 -12px;
    border-radius: 50px 0px;
    background: linear-gradient(270deg, #0876D0 0%, #012872 97.94%);
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .results-part .content-holder {
    padding: 54px 69px 66px;
    margin: 0 -8px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .results-part .content-holder {
    padding-right: 99px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .results-part .content-holder {
    padding-left: 40px;
  }
}
.results-part .results-slider-wrapper {
  position: relative;
  max-width: 1236px;
}

@media (max-width: 767px) {
  .results-part .results-slider-wrapper {
    text-align: center;
  }
}
.results-part .section-title-small {
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 21px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .results-part .section-title-small {
    padding-bottom: 25px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .results-part .section-title-small {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
.results-part .btn-wrapper .btn-view {
  z-index: 1;
  display: block;
  padding: 17px 15px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.75px;
  background-color: #012872;
}

.results-part .btn-wrapper .btn-view:hover {
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .results-part .btn-wrapper .btn-view {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
    width: 55px;
    height: 100%;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .results-part .btn-wrapper .btn-view {
    position: absolute;
    bottom: -95px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .results-part .swiper-button-wrapper {
    position: absolute;
    top: -7px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .results-part .swiper-button-wrapper {
    margin-top: 15px;
    justify-content: center;
  }
}
.result-item {
  max-width: 250px;
}

@media (max-width: 767px) {
  .result-item {
    margin: 0 auto;
  }
}
.result-item .result-item-heading {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.result-item .amount {
  margin-bottom: 5px;
  color: var(--results-amount-color);
  font-family: var(--third-font), sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.result-item .excerpt p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.result-item .excerpt p:last-child {
  margin-bottom: 0;
}

.result-item .excerpt a {
  display: none;
}

.awards-part {
  padding-bottom: 41px;
}

@media screen and (min-width: 768px) {
  .awards-part {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .awards-part {
    padding-bottom: 88px;
  }
}
.awards-part .section-title-small {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 2px dashed rgba(116, 143, 205, 0.3);
}

@media screen and (min-width: 768px) {
  .awards-part .section-title-small {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .awards-part .section-title-small {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .awards-part .section-title-small {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
.awards-part .awards-wrap {
  margin: 0 22px;
}

.awards-part .swiper-wrapper {
  align-items: center;
}

.awards-part .awards-holder {
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
  background-color: var(--color-neutral);
}

.awards-part .awards-holder img {
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .awards-part .swiper-button-wrapper {
    position: absolute;
    top: -3px;
    right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .awards-part .swiper-button-wrapper {
    right: 34px;
  }
}
@media (max-width: 767px) {
  .awards-part .swiper-button-wrapper {
    margin-top: 22px;
    justify-content: center;
  }
}
.team-part {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

.team-part .heading {
  margin-bottom: 55px;
}

.team-part .grid-team .item {
  width: 15%;
  float: left;
  position: relative;
}

.team-part .grid-team .item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.team-part .grid-team .item:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .team-part .grid-team .item {
    width: 22.75%;
    float: left;
    position: relative;
  }
  .team-part .grid-team .item:nth-child(n) {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .team-part .grid-team .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team-part .grid-team .item {
    width: 49%;
    float: left;
    position: relative;
  }
  .team-part .grid-team .item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .team-part .grid-team .item:nth-child(2n) {
    margin-right: 0;
  }
}
.team-part .grid-team .item img {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.19);
}

.team-part .grid-team .item h5 {
  padding-top: 15px;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.team-part .grid-team .item a:hover h5 {
  color: #18397b;
}

.videos-part .grid-videos {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .videos-part .grid-videos {
    max-width: 477px;
    margin-left: auto;
    margin-right: auto;
  }
}
.videos-part .grid-videos .item {
  width: 23.5%;
  float: left;
  position: relative;
}

.videos-part .grid-videos .item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.videos-part .grid-videos .item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .videos-part .grid-videos .item {
    width: 47.5%;
    float: left;
    position: relative;
  }
  .videos-part .grid-videos .item:nth-child(n) {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .videos-part .grid-videos .item:nth-child(2n) {
    margin-right: 0;
  }
}
.videos-part .grid-videos .item a .img-wrap {
  position: relative;
}

.videos-part .grid-videos .item a .img-wrap .icon-play {
  display: block;
  width: 63px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  z-index: 4;
}

.videos-part .grid-videos .item a .img-wrap:after {
  background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #012840 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  top: 0;
  left: 0;
}

.videos-part .grid-videos .item a .video-description {
  border-top: 5px solid #eb5b13;
  background: #1b496c;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 18px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 18px 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.videos-part .grid-videos .item a:hover .icon-play-st0 {
  stroke: #eb5b13;
}

.videos-part .grid-videos .item a:hover .icon-play-st1 {
  fill: #eb5b13;
}

.videos-part .grid-videos .item .cw_video_open_popup_customized {
  margin-bottom: 0;
  display: inline-block;
}

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