/**
* 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-mobile .pa-item-accordion .heading-title:after, .footer .office-info__buttons button, .toc ul li:before {
  transition: all 0.2s ease;
}

.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: 40px;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  max-width: 448px;
  margin-left: auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .sidebar .sidebar-item > div:not(:empty) {
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item > div:not(:empty) {
    margin-bottom: 75px;
  }
}
.sidebar .sidebar-item:not(:empty) {
  /*.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;
        }

      }

    }*/
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  padding: 40px 15px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 44px 35px 63px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  margin-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list, .sidebar .sidebar-item:not(:empty) .widget_search .list, .sidebar .sidebar-item:not(:empty) .widget_categories .list, .sidebar .sidebar-item:not(:empty) .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .list,
.sidebar .sidebar-item:not(:empty) .widget_archive ul {
  margin: 0;
  padding-top: 26px;
  padding-left: 15px;
  border-top: 1px solid #E3E3E3;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_search .list li, .sidebar .sidebar-item:not(:empty) .widget_categories .list li, .sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li {
  padding-left: 24px;
  margin-bottom: 21px;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_search .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:before, .sidebar .sidebar-item:not(:empty) .widget_search .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #AE1B11;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
  color: #3A4670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  padding: 0;
  transform: all 0.5s;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_search .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:hover {
  color: #AE1B11;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar {
  padding: 40px 15px;
  text-align: center;
  background: linear-gradient(317.29deg, #303B65 9.35%, #7E110B 90.02%);
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar {
    padding: 66px 15px 76px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .sidebar-title {
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 0.18em;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .sidebar-title {
    letter-spacing: 0.3em;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .contact-phone {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 42px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .contact-phone {
    font-size: 50px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .btn-wrapper {
  margin-top: 24px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .btn-wrapper .btn.with-icon .text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-sidebar .btn-wrapper .btn.with-icon .text {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.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;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  padding: 40px 15px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
    padding: 57px 15px 59px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  margin-bottom: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-slide {
  height: auto;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar {
  position: relative;
  padding: 40px 10px;
  text-align: center;
  background-color: #fff;
  border: 16px solid #F5F5F5;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar {
    padding: 62px 25px 48px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-title {
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  letter-spacing: 0.18em;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-title {
    max-width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .icon-holder {
  position: absolute;
  top: 19px;
  left: 15px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .icon-holder {
    top: 15px;
    left: 19px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .icon-holder img {
    max-width: 170px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item {
  padding: 0 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .testimonials-content p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  line-height: 31px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .testimonials-content p {
    font-size: 21px;
    line-height: 38px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-item .author {
  margin-top: 23px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.25em;
  text-align: left;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-wrapper {
  margin-top: -24px;
  margin-right: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background-color: #fafafa;
  padding: 60px 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
  color: #323232;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) p {
  line-height: 1;
  background-color: #4164f2;
  max-width: 282px;
  padding: 15px 24px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  text-align: left;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) p span {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.8);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) p:after {
  content: url(../images/arrow-right-sidebar.png);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar {
  padding: 40px 12px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar {
    padding: 54px 15px 58px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title {
  margin-bottom: 27px;
  letter-spacing: 0.18em;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .amount {
  margin-bottom: 15px;
  color: var(--results-amount-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .amount {
    font-size: 48px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .excerpt p {
  font-size: 17px;
  line-height: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .excerpt a {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper-button-wrapper {
  margin: 27px 0 32px;
  justify-content: center;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect {
  padding: 35px 0;
  text-align: center;
  border-bottom: 2px solid #eee;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:first-child {
  padding-top: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .icon-holder {
  margin-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  text-align: center;
}

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

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
  height: 50px;
  background-color: #ffffff;
  width: calc(100% - 60px);
  float: left;
  color: #000000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  padding: 10px 15px;
  border: 1px solid #E3E3E3;
}

.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: 57px;
  height: 50px;
  border: none;
  background: #AE1B11;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

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

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

.sidebar-title {
  position: relative;
  z-index: 1;
  color: #757575;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .sidebar-title {
    font-size: 16px;
  }
}
.toc {
  padding: 44px 20px 39px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .toc {
    margin: 0 auto 35px;
    max-width: 448px;
  }
}
@media screen and (min-width: 768px) {
  .toc {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.toc .sidebar-title {
  margin-bottom: 30px;
}

.toc ul {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.toc ul li {
  position: relative;
  margin: 0;
}

.toc ul li:last-child a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
}

.toc ul li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  bottom: -1px;
  right: -20px;
  border-left: 10px solid #39AFBF;
  background-color: #F7F7F7;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .toc ul li:before {
    left: -34px;
    right: -34px;
  }
}
.toc ul li:hover:before {
  opacity: 1;
}

.toc ul li a {
  position: relative;
  display: block;
  padding: 15px 17px 15px;
  color: #3A4670;
  text-decoration: none !important;
}

.toc ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
}

.legally-reviewed-box {
  border-radius: 15px;
}

.legally-reviewed-box__title {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.legally-reviewed-box .legally-reviewed-box__lawyer-thumbnail {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: var(--cw-lrbb-thumbnail-width);
  overflow: visible;
}

.legally-reviewed-box .legally-reviewed-box__lawyer-thumbnail:before {
  content: url(../images/icons/icon-check-blue.svg);
  position: absolute;
  top: -9px;
  right: -6px;
}

.footer .footer-top {
  background-color: #171D32;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-top {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding-bottom: 40px;
  }
}
.footer .footer-top .row {
  align-items: center;
}

.footer .footer-top .footer-right {
  margin: 0 auto;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-right {
    max-width: 673px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .footer-right {
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-top .footer-right {
    margin-right: 49px;
  }
}
.footer .footer-top .logo-social-holder {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .logo-social-holder {
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-top .logo-social-holder {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .logo-social-holder .logo {
    max-width: 302px;
  }
}
.footer .footer-top .social-icon-list {
  margin-left: auto;
}

@media (max-width: 767px) {
  .footer .footer-top .social-icon-list {
    margin-top: 33px;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-info-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-info-wrapper .office-holder {
    flex: 0 0 280px;
    max-width: 280px;
  }
}
.footer .office-info-wrapper .office-holder .office-heading {
  margin-bottom: 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer .office-info-wrapper .office-holder .select-office {
  position: relative;
  padding: 10px 60px 10px 16px;
  margin-bottom: 17px;
  width: 100%;
  height: 44px;
  color: #4B4B4B;
  font-size: 16px;
  background: url(../images/icons/icon-select-arrow-down.svg) #fff no-repeat 100%;
  border: none;
  border-radius: 6px;
  appearance: none;
}

.footer .office-info-wrapper .office-map {
  flex: 0 0 330px;
  max-width: 330px;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .footer .office-info-wrapper .office-map {
    margin-top: 5px;
    margin-left: auto;
  }
}
.footer .office-info-wrapper .office-map img {
  border-radius: 15px;
}

@media (max-width: 767px) {
  .footer .office-info-wrapper .office-map img {
    height: 201px;
    width: 100%;
    object-fit: cover;
  }
}
.footer .office-info {
  color: white;
  font-size: 16px;
  line-height: 28px;
}

.footer .office-info .firm-name {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.footer .office-info address {
  margin-bottom: 6px;
}

.footer .office-info .phone {
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .office-info a {
  color: #fff;
}

.footer .office-info a:hover {
  color: #AE1B11;
}

.footer .office-info__buttons {
  display: flex;
  margin-top: 6px;
}

.footer .office-info__buttons a {
  margin-right: 21px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
}

.footer .office-info__buttons button {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  background: none;
  border: none;
}

.footer .office-info__buttons button:hover {
  color: #AE1B11;
}

.footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 27px 0 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu {
    margin-top: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-menu {
    justify-content: center;
  }
}
.footer .footer-menu .nav-item {
  margin-right: 20px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu .nav-item {
    margin-right: 37px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer .footer-menu .nav-item {
    margin-right: 25px;
  }
}
.footer .footer-menu .nav-item:last-child {
  margin-right: 0;
}

.footer .footer-menu .nav-item .nav-link {
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.06667px;
  text-transform: uppercase;
}

.footer .footer-menu .nav-item .nav-link:hover {
  color: #AE1B11;
}

.footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 58px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-bottom {
    padding-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    padding-top: 31px;
    padding-bottom: 39px;
  }
}
.footer .footer-bottom .footer-bottom-text-holder {
  color: #454545;
  font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-bottom-text-holder {
    position: relative;
    max-width: 696px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-text-holder {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-bottom-text-holder {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-bottom-text-holder {
    margin-right: 49px;
    margin-left: auto;
    max-width: 673px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-text-holder .copyright {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-bottom-text-holder .copyright {
    margin-right: 36px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-text-holder .built-by {
    display: block;
    margin: 19px auto 27px;
    max-width: 250px;
    line-height: 30px;
  }
}
.footer .footer-bottom .footer-bottom-text-holder .built-by img {
  margin-right: 3px;
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-bottom-text-holder .built-by img {
    margin-top: 1px;
  }
}
.footer .footer-bottom .footer-bottom-text-holder .built-by a {
  color: #454545;
  text-decoration: underline;
}

.footer .footer-bottom .footer-bottom-text-holder .built-by a:hover {
  color: #AE1B11;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .btn-back {
    position: absolute;
    top: -15px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .btn-back {
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-bottom .btn-back {
    right: 8px;
  }
}
.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;
}

.practice-areas {
  padding: 54px 0;
  background-color: #171D32;
}

@media screen and (min-width: 992px) {
  .practice-areas {
    padding: 80px 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .practice-areas {
    padding: 114px 0;
  }
}
.page-template-archive-pa .practice-areas {
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-pa .practice-areas {
    padding-bottom: 150px;
  }
}
.practice-areas .section-heading {
  margin-bottom: 39px;
}

@media screen and (min-width: 992px) {
  .practice-areas .section-heading {
    margin-bottom: 78px;
  }
}
@media (max-width: 991px) {
  .practice-areas .section-heading {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .practice-areas .section-heading {
    display: flex;
    align-items: center;
  }
}
.practice-areas .section-heading .section-title {
  margin-bottom: 0;
}

.practice-areas .section-heading .btn-wrapper {
  margin-left: auto;
  width: 276px;
}

.page-template-archive-pa .practice-areas .section-heading {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .practice-areas .section-heading {
    margin: 0 auto 78px;
    max-width: 980px;
  }
}
.practice-areas .item {
  margin-bottom: 33px;
}

.practice-areas .pa-item {
  position: relative;
  padding: 16px;
  text-align: center;
  height: 100%;
  min-height: 313px;
  border-radius: 24px;
  background-color: rgba(60, 69, 100, 0.3);
}

.practice-areas .pa-item:hover .content-overlay {
  opacity: 1;
}

.practice-areas .pa-item .content {
  padding: 53px 35px 35px;
  height: 100%;
  border: 3px solid rgba(49, 63, 82, 0.6);
  border-radius: 18px;
}

.practice-areas .pa-item .content .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 87px;
}

.practice-areas .pa-item .content .pa-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.practice-areas .pa-item .content-overlay {
  position: absolute;
  top: -16px;
  left: -12px;
  right: -12px;
  bottom: -16px;
  padding: 16px;
  background: linear-gradient(317.29deg, #303B65 9.35%, #7E110B 90.02%);
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.practice-areas .pa-item .content-overlay .content-overlay-inner {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(26, 37, 53, 0.6);
  border-radius: 24px;
}

.practice-areas .pa-item .content-overlay .content-overlay-inner .pa-title {
  margin-bottom: 5px;
}

.practice-areas .pa-item .content-overlay .content-overlay-inner .pa-excerpt p {
  color: #fff;
}

.practice-areas .pa-item .content-overlay .content-overlay-inner .btn-wrapper {
  margin-top: 30px;
}

.practice-areas .pa-item .content-overlay .content-overlay-inner .btn-wrapper .btn {
  padding: 17px 33px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.practice-areas .pa-item .content-overlay .content-overlay-inner .btn-wrapper .btn:hover {
  background-color: #AE1B11;
}

.practice-areas .practice-area-list-mobile {
  margin-bottom: 31px;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(60, 69, 100, 0.3);
}

.practice-areas .practice-area-list-mobile .pa-item-accordion .heading-title {
  display: block;
  padding: 13px 50px 11px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion .heading-title .pa-title {
  position: relative;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion .heading-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(317.29deg, #303B65 9.35%, #7E110B 90.02%);
  opacity: 0;
  transition: opacity 0.2s;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion .heading-title:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 15px;
  height: 10px;
  background: url(../images/icons/icon-arrow-down-white.svg) no-repeat center;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion .heading-title[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}

.practice-areas .practice-area-list-mobile .pa-item-accordion .heading-title[aria-expanded=true]:before {
  opacity: 1;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion-body {
  position: relative;
  padding: 17px 25px 42px;
  text-align: center;
}

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

.practice-areas .practice-area-list-mobile .pa-item-accordion-body .btn-wrapper {
  margin-top: 17px;
}

.practice-areas .practice-area-list-mobile .pa-item-accordion-body .btn-wrapper .btn {
  padding: 17px 33px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.practice-areas .practice-area-list-mobile .pa-item-accordion-body .btn-wrapper .btn:hover {
  background-color: #AE1B11;
}

.results-part {
  max-width: 600px;
  margin: 90px -15px 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .results-part {
    margin-top: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .results-part {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .results-part {
    margin: 44px auto -145px;
  }
}
@media (max-width: 767px) {
  .results-part {
    margin: 12px -15px -166px;
  }
}
.results-part .results-slider-wrapper {
  position: relative;
}

.results-part .results-slider {
  position: relative;
  padding: 15px;
}

.results-part .results-slider .swiper-slide.swiper-slide-visible .result-item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.results-part .btn-wrapper {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .results-part .btn-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .results-part .btn-wrapper {
    text-align: center;
  }
}
.results-part .btn-wrapper .btn-view {
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-transform: uppercase;
}

.results-part .btn-wrapper .btn-view:hover {
  color: #AE1B11;
}

@media screen and (min-width: 768px) {
  .results-part .btn-wrapper .btn-view {
    letter-spacing: 0.25em;
  }
}
.results-part .btn-wrapper .swiper-button-wrapper {
  margin-left: auto;
}

@media (max-width: 767px) {
  .results-part .btn-wrapper .swiper-button-wrapper {
    margin-top: 13px;
    justify-content: center;
  }
}
.result-item {
  padding: 35px 10px;
  height: 158px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .result-item {
    padding: 40px 20px;
    height: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .result-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.result-item .amount {
  margin-bottom: 9px;
  color: var(--results-amount-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .result-item .amount {
    font-size: 26px;
  }
}
.result-item .excerpt p {
  font-size: 14px;
  line-height: 23px;
}

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

.awards-part {
  max-width: 600px;
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .awards-part {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .awards-part {
    margin: 0;
  }
}
.awards-bio-part {
  margin: -15px -15px 0;
}

@media (max-width: 767px) {
  .awards-bio-part {
    margin-top: 0;
  }
}
.awards-wrap,
.awards-bio-wrap {
  position: relative;
  padding: 15px;
}

.awards-wrap .swiper-slide.swiper-slide-visible .awards-holder,
.awards-bio-wrap .swiper-slide.swiper-slide-visible .awards-holder {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.awards-wrap .awards-holder,
.awards-bio-wrap .awards-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  height: 180px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .awards-wrap .awards-holder,
.awards-bio-wrap .awards-holder {
    padding: 20px;
    height: 148px;
  }
}
.awards-wrap .title-btn-wrapper,
.awards-bio-wrap .title-btn-wrapper {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .awards-wrap .title-btn-wrapper,
.awards-bio-wrap .title-btn-wrapper {
    display: flex;
    align-items: center;
  }
}
.awards-wrap .title-btn-wrapper .awards-title,
.awards-bio-wrap .title-btn-wrapper .awards-title {
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .awards-wrap .title-btn-wrapper .awards-title,
.awards-bio-wrap .title-btn-wrapper .awards-title {
    letter-spacing: 0.25em;
  }
}
.awards-wrap .title-btn-wrapper .swiper-button-wrapper,
.awards-bio-wrap .title-btn-wrapper .swiper-button-wrapper {
  margin-left: auto;
}

@media (max-width: 767px) {
  .awards-wrap .title-btn-wrapper .swiper-button-wrapper,
.awards-bio-wrap .title-btn-wrapper .swiper-button-wrapper {
    margin-top: 13px;
    justify-content: center;
  }
}
.team-part {
  background-color: #f5f5f5;
  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*/