/**
* 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;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #303C4C;
  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 {
  max-width: 450px;
  /*&-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: 35px;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 60px;
}

.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 {
  background-color: #1F4698;
  padding: 47px 19px 45px;
}

@media screen and (min-width: 1200px) {
  .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: 47px 20px 45px;
  }
}
@media screen and (min-width: 1440px) {
  .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: 47px 30px 45px;
  }
}
.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 {
  text-transform: uppercase;
  color: #fff;
}

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

.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 {
  position: relative;
  list-style: none;
  border-top: 1px solid rgba(210, 210, 210, 0.3);
  text-align: left;
  margin: 0;
}

.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 {
  border-bottom: 1px solid rgba(210, 210, 210, 0.3);
}

.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: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
  padding: 17px 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 {
  font-weight: 700;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget {
  border-top: 12px solid #f2f2f2;
  border-bottom: 12px solid #f2f2f2;
  padding: 30px 35px 40px;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:before, .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:after {
  content: "";
  position: absolute;
  width: 16px;
  background: #f2f2f2;
  height: 90%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:before {
  top: 0;
  left: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:after {
  right: 0;
  bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
  color: #747474;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-top: 10px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
  color: #3576BB;
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
    font-size: 36px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
  letter-spacing: 0.94px;
  width: 100%;
  font-size: 13px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
    font-size: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn span {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn span {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.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 {
  background-color: #1F4698;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-pagination-bullet-active {
  background: #4164f2;
  border-color: #4164f2;
}

.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 {
  background-color: #fafafa;
  border-top: 10px solid #dadada;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive .sidebar-title {
  color: #323232;
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li {
  border-top: 1px solid rgba(50, 50, 50, 0.3);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li:last-child {
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}

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

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

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div {
  padding: 50px;
  background: #3576BB;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder {
  max-width: 345px;
  margin: 0 auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote q {
  color: white;
  font-size: 16px;
  line-height: 31px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote cite {
  padding-top: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 6px;
  line-height: 29px;
  display: block;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .btn {
  margin-top: 30px;
}

.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 {
  background: #3576BB;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper {
  padding-top: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .pa-category {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock) {
  padding-top: 24px;
  position: relative;
}

.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 .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;
  border: 1px solid #d8d9d9;
  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: 0 20px;
  border: 1px solid #d8d9d9;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
  color: #454545;
  opacity: 1;
}

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

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

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

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

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  background: #000;
  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: #1a1a1a;
}

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

.sidebar-title {
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 25px;
  padding-bottom: 2rem;
}

.footer {
  overflow: hidden;
}

.footer .logo {
  max-width: 250px;
}

.footer .footer-referrals {
  padding-top: 80px;
  padding-bottom: 73px;
}

@media (max-width: 767px) {
  .footer .footer-referrals {
    padding-top: 26px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-referrals p {
    padding-right: 120px;
  }
}
.footer .office-info {
  color: #000;
  font-size: 17px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .footer .office-info {
    line-height: 16px !important;
  }
}
.footer .office-info address {
  margin-bottom: 0;
}

.footer .office-info a {
  color: white;
  font-size: 17px;
}

.footer .office-info__buttons {
  margin-top: 17px;
}

.footer .office-info__buttons a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.footer .office-info__buttons button {
  color: white;
  text-decoration: underline;
  text-transform: initial;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .office-info__buttons button:focus {
  background-color: transparent;
}

.footer .office-info figure {
  margin-top: 40px;
}

.footer .office-info figure img {
  max-width: 100%;
  height: auto;
}

.footer .office-holder {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder {
    margin-left: 0;
  }
}
.footer .office-holder .office-heading {
  font-family: var(--secondary-font), sans-serif;
  color: white;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 50px;
}

.footer .office-holder .select-office {
  position: relative;
  padding: 15px 60px 15px 15px;
  margin-bottom: 27px;
  width: 100%;
  height: 50px;
  background: url(../images/select-arrow-down.jpeg) #fff no-repeat 100%;
  appearance: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  color: #27667f;
}

.footer .footer-contact {
  padding-top: 23px;
  padding-bottom: 29px;
  background-color: #303C4C;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact {
    padding: 50px 18px 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact {
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact {
    padding: 105px 0 85px;
  }
}
.footer .footer-number,
.footer .footer-top__youtube {
  font-family: var(--main-font), sans-serif;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-number,
.footer .footer-top__youtube {
    margin-top: 0;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number,
.footer .footer-top__youtube {
    margin-bottom: 70px;
  }
}
.footer .footer-number span,
.footer .footer-top__youtube span {
  line-height: 66px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer .footer-number span,
.footer .footer-top__youtube span {
    line-height: normal;
  }
}
.footer .footer-number a,
.footer .footer-number .heading,
.footer .footer-top__youtube a,
.footer .footer-top__youtube .heading {
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 1199px) {
  .footer .footer-number a,
.footer .footer-number .heading,
.footer .footer-top__youtube a,
.footer .footer-top__youtube .heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .footer .footer-number a,
.footer .footer-number .heading,
.footer .footer-top__youtube a,
.footer .footer-top__youtube .heading {
    line-height: 37px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-number a,
.footer .footer-number .heading,
.footer .footer-top__youtube a,
.footer .footer-top__youtube .heading {
    font-style: normal;
    font-weight: 400;
    padding-top: 5px;
  }
}
.footer .footer-number a:after,
.footer .footer-number .heading:after,
.footer .footer-top__youtube a:after,
.footer .footer-top__youtube .heading:after {
  bottom: -30px;
  background: #3576BB;
}

@media (max-width: 991px) {
  .footer .footer-number a:after,
.footer .footer-number .heading:after,
.footer .footer-top__youtube a:after,
.footer .footer-top__youtube .heading:after {
    bottom: -20px;
  }
}
.footer .footer-logo-wrap {
  text-align: center;
}

@media (max-width: 991px) {
  .footer .footer-logo-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .footer-logo-wrap .logo {
  max-width: 185px;
}

.footer .footer-top {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding-bottom: 32px;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  padding-bottom: 63px;
}

@media (max-width: 991px) {
  .footer .footer-top ul.social-icon-list {
    justify-content: start;
    padding-bottom: 0;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    padding-top: 22px;
  }
}
@media (max-width: 992px) {
  .footer .footer-top__section {
    height: auto !important;
  }
}
.footer .footer-top__social-media {
  padding-top: 25px;
  padding-bottom: 29px;
  background-color: var(--color-primary);
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer .footer-top__social-media-inner {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer .footer-top__social-media {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .footer .footer-top__social-media {
    background: none !important;
  }
}
@media (min-width: 1600px) {
  .footer .footer-top__social-media {
    padding-left: 3rem !important;
  }
}
.footer .footer-top__social-media .social-ratings {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer .footer-top__social-media .social-ratings {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-top__social-media .social-ratings {
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top__social-media .social-ratings li {
    max-width: 185px;
  }
}
.footer .footer-top__social-media .social-ratings li:first-child {
  padding-right: 43px;
  padding-bottom: unset;
  max-width: 223px;
}

@media (min-width: 992px) {
  .footer .footer-top__social-media .social-ratings li:first-child {
    padding-right: 10px;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .footer .footer-top__social-media .social-ratings li:first-child {
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .footer .footer-top__social-media .social-ratings li:first-child {
    padding-right: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .footer .footer-top__social-media .social-ratings li img {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .footer .footer-top__social-media .social-ratings li img {
    width: 185px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .footer .footer-top__social-media .social-ratings li img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .footer .footer-top__social-media .social-ratings li {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer .footer-top__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-top__content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .youtube-inner,
.footer .footer-top .footer-top__social-media-inner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .youtube-inner,
.footer .footer-top .footer-top__social-media-inner {
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .youtube-inner .h3 {
    max-width: 213px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer .footer-top .footer-top__social-media-inner {
    text-align: left;
    margin: 0 auto;
  }
}
.footer .footer-top__youtube {
  padding-top: 25px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .footer .footer-top__youtube {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .footer .footer-top__youtube {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .footer .footer-top__youtube, .footer .footer-top__youtube-inner {
    background: white;
  }
}
@media (min-width: 992px) {
  .footer .footer-top__youtube, .footer .footer-top__youtube-inner {
    background: unset;
    height: unset;
  }
}
@media (min-width: 1600px) {
  .footer .footer-top__youtube, .footer .footer-top__youtube-inner {
    padding-left: 60px;
  }
}
.footer .footer-top__youtube .subheading, .footer .footer-top__youtube-inner .subheading {
  color: #9F8958 !important;
}

@media (max-width: 767px) {
  .footer .footer-top__youtube .subheading, .footer .footer-top__youtube-inner .subheading {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .footer .footer-top__youtube .heading, .footer .footer-top__youtube-inner .heading {
    margin-bottom: 30px !important;
  }
}
.footer .footer-top__youtube-inner {
  background: none !important;
  padding: 0;
}

@media (max-width: 767px) {
  .footer .footer-top__youtube-inner {
    text-align: left;
    margin: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .footer-top__youtube-inner {
    max-width: 540px;
    margin: 0 auto !important;
  }
}
.footer .footer-top__bg,
.footer .footer-locations__bg {
  position: absolute;
  z-index: 2;
}

@media (min-width: 1600px) {
  .footer .footer-top__bg,
.footer .footer-locations__bg {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    overflow: hidden;
  }
}
.footer .footer-top__bg-left,
.footer .footer-locations__bg-left {
  background: var(--color-primary);
  min-height: 394px;
}

.footer .footer-top__bg-right,
.footer .footer-locations__bg-right {
  background: #fff;
  min-height: 394px;
}

.footer .footer-top__content,
.footer .footer-locations__content {
  padding-left: 0;
  padding-right: 0;
  min-height: 394px;
  position: relative;
  z-index: 4;
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .footer .footer-top__content,
.footer .footer-locations__content {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .footer .footer-top__content,
.footer .footer-locations__content {
    padding-left: unset;
    padding-right: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-top__bg-right {
    background-size: 60%;
    background-position: right -10% bottom;
  }
}
.footer .footer-locations {
  overflow: hidden;
  background: #3576BB;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-locations {
    background: #3576BB;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-locations .container {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 58px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-locations.location-items {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .footer .footer-locations.location-items {
    background-repeat: no-repeat;
    background-position: right -20% bottom;
    background-size: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer-locations.location-items {
    background-repeat: no-repeat;
    background-position: right -50% top 140px;
    background-size: 65%;
  }
}
.footer .footer-locations__bg-left {
  background: #3576BB;
  min-height: 692px;
}

.footer .footer-locations__bg-right figure {
  min-height: 692px;
  margin: 0;
}

@media (min-width: 1600px) {
  .footer .footer-locations__bg-right figure {
    margin-left: -1px;
  }
}
.footer .footer-locations__left {
  padding-top: 88px;
  padding-bottom: 105px;
}

@media (max-width: 1199px) {
  .footer .footer-locations__left {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer .footer-locations__left {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-locations__left {
    padding-top: 32px;
    padding-bottom: 21px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 1600px) {
  .footer .footer-locations .office-holder {
    padding-left: 3rem;
  }
}
.footer .footer-locations .office-holder .location-title,
.footer .footer-locations .office-holder span {
  font-size: 19px;
  color: #000;
  font-style: normal;
  line-height: 21px;
  letter-spacing: 0.063px;
}

@media (max-width: 767px) {
  .footer .footer-locations .office-holder .location-title,
.footer .footer-locations .office-holder span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140% !important;
    letter-spacing: 0.036px;
  }
}
.footer .footer-locations .office-holder .location-title {
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.063px;
  font-weight: 600;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .footer .footer-locations .office-holder .location-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 50% !important;
    letter-spacing: 0.036px;
    color: #000;
  }
}
.footer .footer-locations .office-holder .subheading {
  color: #000 !important;
  margin-bottom: 29px;
}

@media (max-width: 991px) {
  .footer .footer-locations .office-holder .subheading {
    margin-bottom: 0;
  }
}
.footer .footer-locations .office-holder .heading {
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px !important;
}

.footer .footer-locations .office-holder .heading:after {
  bottom: -11px;
}

@media (max-width: 1199px) {
  .footer .footer-locations .office-holder .heading:after {
    bottom: -22px;
    background: #000;
  }
}
@media (max-width: 1199px) {
  .footer .footer-locations .office-holder .heading {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .footer .footer-locations .office-holder .heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    width: 75%;
  }
}
.footer .footer-locations .office-holder .location-item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .footer .footer-locations .office-holder .location-item {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .footer .footer-locations .office-holder .location-item {
    margin-bottom: 14px;
  }
}
.footer .footer-locations .office-holder .location-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .footer .footer-locations__column {
    height: auto !important;
  }
}
.footer .footer-bottom {
  position: relative;
  background: #F2F2F2;
}

.footer .footer-bottom .footer-copyright {
  padding-bottom: 55px;
  color: #7f8c8d;
  font-size: 13px;
}

@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .footer-copyright .container {
    padding: 0;
  }
}
.footer .footer-bottom .disclaimer p,
.footer .footer-bottom .built-by {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 20px;
}

.footer .footer-bottom .disclaimer p span,
.footer .footer-bottom .disclaimer p a,
.footer .footer-bottom .built-by span,
.footer .footer-bottom .built-by a {
  color: var(--accent-color);
}

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

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

@media (max-width: 991px) {
  .footer .footer-bottom .disclaimer {
    padding-top: 0;
  }
}
.footer .footer-bottom .disclaimer p {
  line-height: 149%;
  letter-spacing: 0.042px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer .footer-bottom .footer-nav-wrap {
  padding-top: 32px;
  padding-bottom: 61px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding: 62px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding: 35px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-bottom .footer-nav-wrap span {
  color: #4164f2;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap span {
    display: inline-block;
    margin-right: 20px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  flex-direction: column;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    flex-direction: row;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
  display: inline-block;
  margin: 0 15px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin: 0 12px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:first-child {
    margin-left: 0;
  }
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
    margin-right: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-left: 0;
  padding-right: 0;
  color: var(--color-primary);
  text-transform: unset;
}

@media (max-width: 1199px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding-top: 16px;
    padding-bottom: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:hover {
  color: var(--accent-color);
}

.footer .footer-bottom .built-by {
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .footer .footer-bottom .built-by {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .built-by {
    padding-top: 25px;
    margin-bottom: 0;
  }
}
.footer .footer-bottom .built-by img {
  margin-top: 5px;
  margin-right: 8px;
}

.footer .footer-bottom .built-by a {
  text-decoration: underline;
}

.footer .footer-bottom .built-by a:hover {
  text-decoration: none;
}

.footer .footer-bottom .sitemap-privacy-links {
  padding-left: 0;
  justify-content: center;
}

.footer .footer-bottom .sitemap-privacy-links li {
  margin-right: 5px;
  margin-bottom: 0;
}

.footer .footer-bottom .sitemap-privacy-links li:last-child {
  margin-right: 0;
}

.footer .footer-bottom .sitemap-privacy-links li a {
  color: #7f8c8d;
  font-size: 12px;
}

.footer .footer-bottom .sitemap-privacy-links li a:focus, .footer .footer-bottom .sitemap-privacy-links li a:hover {
  text-decoration: underline;
}

.footer .footer-bottom .copyright {
  color: #7f8c8d;
  font-size: 12px;
  display: block;
  text-align: center;
  padding-right: 15px;
}

.footer .footer-bottom .copyright a {
  color: #7f8c8d;
}

.footer .footer-bottom .copyright a:hover {
  color: #4164f2;
  text-decoration: underline;
}

.footer .footer-bottom a.btn-back {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-bottom: 50px;
}

.footer .footer-bottom a.btn-back span {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  width: 41px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 26px;
}

.footer .footer-bottom-strip {
  padding-top: 32px;
  padding-bottom: 32px;
  background: var(--color-primary);
}

@media (max-width: 767px) {
  .footer .footer-bottom-strip {
    padding-top: 25px;
    padding-bottom: 27px;
    text-align: center;
  }
}
.footer .footer-bottom-strip span,
.footer .footer-bottom-strip a,
.footer .footer-bottom-strip p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.992px;
  letter-spacing: 0.042px;
}

@media (max-width: 1199px) {
  .footer .footer-bottom-strip span,
.footer .footer-bottom-strip a,
.footer .footer-bottom-strip p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom-strip span,
.footer .footer-bottom-strip a,
.footer .footer-bottom-strip p {
    font-size: 10px;
    line-height: 14px;
  }
}
.footer .footer-bottom-strip .border {
  color: #3576BB !important;
  border: none !important;
  padding-left: 7px;
  padding-right: 7px;
}

.footer .footer-bottom-strip .copyright {
  padding-right: 7px;
}

@media (max-width: 767px) {
  .footer .footer-bottom-strip .copyright-links {
    margin-bottom: 14px;
    margin-top: 7px;
  }
}
.footer .footer-bottom-strip img {
  vertical-align: middle;
  padding-left: 5px;
}

.footer .footer-bottom-strip .col-right p:last-child {
  padding-left: 20px;
}

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

.single-attorney .main-wrapper {
  position: relative;
  overflow: visible;
}

.single-attorney .main-content {
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}

.single-attorney .main-content .bio-logos img {
  margin-right: 30px;
}

.single-attorney .main-content .bio-logos img:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .single-attorney .main-content .bio-logos img {
    margin-bottom: 52px;
    margin-right: 0;
  }
  .single-attorney .main-content .bio-logos img:last-child {
    margin-bottom: 0;
  }
}
.single-attorney .arrow-button {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  z-index: 99;
}

.single-attorney .arrow-button:before {
  content: "";
  background-image: url(../images/large-arrow-down.png);
  display: block;
  height: 220px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}

.attorneys {
  background: #3576BB;
  padding-top: 88px;
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .attorneys {
    padding-top: 27px;
    padding-bottom: 30px;
  }
}
.attorneys .subheading p {
  color: #000 !important;
  text-transform: uppercase;
}

.attorneys__content p {
  color: white;
}

@media (max-width: 767px) {
  .attorneys__item figure {
    margin-bottom: 0.5rem;
  }
}
.attorneys__photo a {
  display: block;
  position: relative;
  height: 100%;
}

.attorneys__photo a:hover:after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(159, 137, 88, 0.5);
  width: 100%;
  height: 100%;
}

.attorneys__link {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .attorneys__link {
    text-align: left;
  }
}
.attorneys__link a {
  font-family: var(--main-font), sans-serif;
  color: white;
  display: inline-block;
  position: relative;
  transition: padding ease-out 0.5s;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.006px;
  min-height: 54px;
}

@media (max-width: 767px) {
  .attorneys__link a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.235px;
    min-height: unset;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-bottom: 30px;
  padding-top: 26px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.c-practice-areas .more-cases {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .more-cases {
    margin-top: 40px;
  }
}
.c-practice-areas .more-cases__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #4c4c4c;
  margin-bottom: 30px;
}

.c-practice-areas .more-cases__column {
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-practice-areas .more-cases__column li {
  margin-bottom: 16px;
}

.c-practice-areas .more-cases .borders {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .more-cases .borders {
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
  }
}
.c-practice-areas .more-cases ul a {
  font-size: 17px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa {
    padding-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa.container {
    max-width: 1410px;
  }
}
.c-practice-areas .pa__header {
  margin-bottom: 30px;
}

.c-practice-areas .pa__items ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.c-practice-areas .pa__items ul li {
  margin-bottom: 16px;
}

.c-practice-areas .pa__item {
  background-color: #fff;
  margin-bottom: 13px;
  position: relative;
  max-width: 160px;
  height: 160px;
  margin-left: 0;
  margin-right: 13px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.c-practice-areas .pa__item:last-child {
  margin-bottom: 0;
  margin-right: 0 !important;
}

@media (min-width: 577px) and (max-width: 767px) {
  .c-practice-areas .pa__item:last-child {
    margin-right: 13px !important;
  }
}
.c-practice-areas .pa__item:last-child, .c-practice-areas .pa__item:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .c-practice-areas .pa__item:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  .c-practice-areas .pa__item:nth-child(even) {
    margin-right: 13px;
  }
}
@media (max-width: 359px) {
  .c-practice-areas .pa__item {
    margin-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item {
    max-width: 180px;
    height: 180px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .c-practice-areas .pa__item:last-child {
    margin-right: 9px !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-practice-areas .pa__item {
    margin-left: initial;
    margin-right: 18px;
  }
  .c-practice-areas .pa__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    margin-right: 18px !important;
    margin-left: 0 !important;
    max-width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__item {
    margin-right: 18px !important;
    margin-left: 0 !important;
    max-width: 180px;
  }
}
.c-practice-areas .pa__item:hover, .c-practice-areas .pa__item:focus {
  background-color: var(--accent-color);
  color: #fff !important;
}

.c-practice-areas .pa__item-content {
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 23px;
  right: 23px;
  z-index: 999;
  padding: 49px 30px;
  color: white;
  text-align: center;
  opacity: 0;
  transition: ease-in 0.3s opacity;
}

.c-practice-areas .pa__item-content-wrapper {
  position: absolute;
  max-width: 290px;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 999;
}

.c-practice-areas .pa__item-content-text {
  margin-bottom: 15px;
}

.c-practice-areas .pa__item-content-button a {
  font-size: 11px;
}

.c-practice-areas .pa__item .main-link {
  color: var(--color-primary);
  display: block;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  text-align: center;
  letter-spacing: 0.62px;
  line-height: 40px;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 767px) {
  .c-practice-areas .pa__item .main-link {
    height: 160px;
    max-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-practice-areas .pa__item .main-link:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 23px;
    letter-spacing: 0.48px;
    line-height: 34px;
    height: 70px;
    padding-left: 82px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    padding-left: 26px;
    transition: all 0.5s ease-out;
  }
  .c-practice-areas .pa__item .main-link span {
    display: block;
    position: absolute;
    z-index: 999;
    letter-spacing: 0.48px;
    font-family: var(--main-font), sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.004px;
  }
}
.c-practice-areas .pa__item-image {
  position: relative;
}

.c-practice-areas .pa__item-image img {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
}

.c-practice-areas .pa__item-image-desktop {
  position: relative;
  background-color: rgb(42, 40, 38);
}

.c-practice-areas .pa__item-image-desktop:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.results-part {
  background: var(--res-br-color);
  padding: 40px 0;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .results-part {
    padding: 75px 0 50px;
  }
}
.results-part .results-slider {
  position: relative;
}

.results-part .results-slider .custom-nav-results {
  top: 50%;
}

.results-part .results-slider .btn {
  margin-top: 15px;
}

.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .grid-results {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-results .swiper-wrapper {
  font-family: var(--main-font), sans-serif;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #383838;
}

.grid-results .item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .grid-results .item {
    margin-bottom: 0;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
.grid-results .item:last-child {
  border: none;
}

@media screen and (min-width: 768px) {
  .grid-results .item:after {
    content: "";
    width: 1px;
    height: 136px;
    opacity: 0.2;
    border: 0;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    right: -5px;
    top: 50%;
    transform: rotate(15deg) translateY(-50%);
  }
  .grid-results .item:after:nth-of-type(even) {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .grid-results .item:after:nth-of-type(even) {
    display: block !important;
  }
}
.grid-results .item .amount {
  color: var(--results-amount-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 992px) {
  .grid-results .item .amount {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-results .item .amount {
    font-size: 34px;
  }
}
.grid-results .item .value {
  color: #9a9b9b;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .grid-results .item .value {
    padding-top: 10px;
  }
}
.grid-results .item .pa-category {
  font-family: var(--secondary-font), sans-serif;
  color: var(--results-category-color);
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

.swiper-pagination:not(:empty) {
  position: unset;
  margin: 20px 0;
}

.awards-part {
  padding: 70px 0 80px;
}

.home .awards-part {
  padding: 0;
}

.awards-part .heading-part {
  color: #666666;
  letter-spacing: 2.2px;
  line-height: 25px;
  font-weight: 300;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
}

.awards-part .swiper-wrapper {
  margin-bottom: 1rem;
}

.awards-part .swiper-slide {
  margin-bottom: 15px;
}

.awards-part .item.slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.awards-part .item.slide .img-holder {
  margin: 0 auto;
  padding: 0 15px;
}

.awards-part .item.slide .img-holder a img {
  display: block;
  width: auto;
}

.team-part {
  background-color: #F2F2F2;
  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: #3576BB;
}

.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*/