/**
* 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: #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
*/
@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 35px;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 75px;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item > div:not(:empty) {
    margin-right: 0;
  }
}
.sidebar .sidebar-item:last-of-type > div:not(:empty) {
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:last-of-type > div:not(:empty) {
    margin-bottom: 30px;
  }
}
.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: 500;
}

.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: #18397b;
  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 .form-wrap {
  box-shadow: none;
  border: none;
  background-color: #0A103E;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 35px 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 35px 20px 45px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 35px 40px 45px;
  }
}
.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: 28px;
  font-family: var(--secondary-font), sans-serif;
  line-height: 36px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2rem;
  border-radius: 10px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

@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: #0A103E;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
}

.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_awards_widget .awards-section-sidebar .swiper-wrapper {
  align-items: center;
}

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

.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: #0A103E;
  padding: 30px 25px 40px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .list, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget ul,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget ul {
  padding-left: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .list li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget ul li {
  border: none !important;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .list li:before, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  background-color: #569FDF;
  left: -20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget ul li a {
  padding: 10px 0;
}

.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 {
  background-color: #0A103E;
  padding: 30px 25px 40px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .list, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget ul,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget ul {
  padding-left: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .list li, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget ul li {
  border: none !important;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .list li:before, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  background-color: #569FDF;
  left: -20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget ul li a {
  padding: 10px 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div {
  padding: 50px 30px 40px;
  background: #323B8B;
  border-radius: 10px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .testimonials-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .testimonials-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .testimonials-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
  font-family: var(--main-font), sans-serif;
  padding-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
  margin: 0 auto;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial p {
  color: white;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial .author {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 37px;
  display: block;
  text-transform: uppercase;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background-color: #323B8B;
  padding: 45px 20px 50px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 409px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 45px 10px 50px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  font-weight: 700;
  font-size: 18px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-member-info {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: var(--main-font), sans-serif;
  text-align: center;
  letter-spacing: 0.8px;
  padding-top: 40px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-member-info .name {
  font-weight: 700;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next {
  top: 42%;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next {
    top: 38%;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev {
  left: 7px;
}

@media (max-width: 379px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev {
    left: 0;
  }
}
@media (max-width: 369px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev {
    left: 2px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next {
  right: 7px;
}

@media (max-width: 379px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next {
    right: 0;
  }
}
@media (max-width: 369px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next {
    right: 2px;
  }
}
@media (max-width: 399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) img {
    max-width: 240px;
  }
}
@media (max-width: 369px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) img {
    max-width: 230px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  border-radius: 10px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 120px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box:before {
  content: "";
  position: absolute;
  background-image: url("../images/shield.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: 52px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
  font-family: var(--main-font), sans-serif;
  line-height: 36px;
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
  line-height: 43px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box .btn-tertiary {
  padding: 4.5px 15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar {
  background: #18397b;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .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 .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-next {
  top: 35%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .results-section-sidebar {
  padding-left: 2rem;
  padding-left: 2rem;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .grid-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .grid-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .grid-results {
  max-width: unset;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .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,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .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),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock) {
  padding-top: 24px;
  position: relative;
}

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

.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 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.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: var(--accent-color);
  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: rgb(70.7081545064, 147.3347639485, 213.2918454936);
}

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

.sidebar-title {
  font-size: 18px;
  letter-spacing: 2.7px;
  line-height: 36px;
  padding-bottom: 2rem;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
}

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

  }*/
}

.footer .footer-top {
  padding: 56px 10px 55px;
  background-color: #141529;
}

@media (max-width: 767px) {
  .footer .footer-top .footer-logo-wrap {
    text-align: center;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .footer .footer-top ul.social-icon-list {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    padding-top: 20px;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-number {
  color: white;
  font-family: var(--main-font), sans-serif;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .footer .footer-number {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number {
    margin-right: 22px;
    margin-bottom: 0;
  }
}
.footer .footer-number span {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3.2px;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .footer .footer-number span {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number span {
    padding-right: 20px;
    font-size: 16px;
  }
}
.footer .footer-number a {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

@media screen and (min-width: 1200px) {
  .footer .footer-number a {
    font-size: 30px;
  }
}
.footer .footer-office-container {
  padding: 56px 5px 55px;
  background-color: #141529;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-office-container {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .footer .footer-office-container .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .footer .footer-office-container .col-custom-footer-office {
    width: 62.666667%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .footer .footer-office-container .col-custom-footer-office {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-office-container .row-border {
    border: 4px solid #484848;
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-office-container .row-border {
    width: 100%;
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-office-container .row-border {
    max-width: 780px;
    border: 4px solid #2C2F5F;
    margin-top: 157px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-office-container .row-border {
    max-width: 840px;
    margin-right: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-office-container .row-border {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-office-container .col-custom-form-wrap {
    background-color: #262D6F;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer .footer-office-container .col-custom-form-wrap {
    background-color: #262D6F;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .footer .footer-office-container .col-custom-form-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-office-container .col-custom-form-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.footer .footer-office-container .footer-logo-wrap {
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .footer-logo-wrap {
    width: 100%;
    max-width: 295px;
    margin-top: -27px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #141529;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-office-container .footer-logo-wrap {
    max-width: 411px;
    margin-bottom: 80px;
    padding-left: 58px;
    padding-right: 58px;
  }
}
.footer .footer-office-container .office-holder {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .office-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-office-container .office-holder {
    width: 100%;
    max-width: 716px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-office-container .office-holder .office-location-info {
    min-width: 297px;
  }
}
.footer .footer-office-container .office-holder .office-heading {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.footer .footer-office-container .office-holder .select-office {
  position: relative;
  padding: 10px 12px;
  padding-right: 54px;
  margin-bottom: 20px;
  width: 100%;
  height: 44px;
  background: url("../images/icons/icon-office-dropdown.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 44px 44px;
  appearance: none;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #2A2A2A;
  border-radius: 4px;
  border: unset;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .office-holder .select-office {
    margin-bottom: 18px;
  }
}
.footer .footer-office-container .office-holder .select-office:is(:hover, :focus) {
  cursor: pointer;
}

.footer .footer-office-container .office-holder .office-info {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.footer .footer-office-container .office-holder .office-info address {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .office-holder .office-info address {
    margin-bottom: 10px;
  }
}
.footer .footer-office-container .office-holder .office-info address:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: url("../images/dotted-border-line.svg");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
}

.footer .footer-office-container .office-holder .office-info .office-info-phone-container {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer .footer-office-container .office-holder .office-info .office-info-phone-container:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: url("../images/dotted-border-line.svg");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: left center;
}

.footer .footer-office-container .office-holder .office-info .office-info-phone {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.footer .footer-office-container .office-holder .office-info__buttons {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .office-holder .office-info__buttons {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-office-container .office-holder .office-info__buttons {
    margin-bottom: 14px;
  }
}
.footer .footer-office-container .office-holder .office-info__buttons:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: url("../images/dotted-border-line.svg");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: left center;
}

.footer .footer-office-container .office-holder .office-info__buttons a {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-decoration: underline;
}

.footer .footer-office-container .office-holder .office-info__buttons button {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-decoration: underline;
  text-transform: initial;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .footer-office-container .office-holder .office-info__buttons button:is(:hover, :focus) {
  background-color: transparent;
}

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

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

.footer .footer-office-container .office-holder .social-icon-list {
  margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .office-holder .social-icon-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.footer .footer-office-container .office-holder .office-map {
  margin-bottom: 54px;
}

@media screen and (min-width: 768px) {
  .footer .footer-office-container .office-holder .office-map {
    margin-left: 35px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-office-container .office-holder .office-map {
    margin-left: 59px;
    margin-bottom: 66px;
  }
}
.footer .footer-office-container .office-holder .office-map figure {
  margin-bottom: 0;
}

.footer .footer-bottom {
  position: relative;
  background-color: #24264B;
}

.footer .footer-bottom .footer-copyright {
  background-color: #24264B;
  padding-top: 0;
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-copyright {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright {
    position: relative;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-copyright .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .copyright-col {
    width: 54%;
  }
}
.footer .footer-bottom .footer-copyright .copyright {
  font-family: var(--main-font), sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 33px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .copyright {
    margin-bottom: 0;
  }
}
.footer .footer-bottom .footer-copyright .copyright a {
  color: #fff;
}

.footer .footer-bottom .footer-nav-wrap {
  padding-top: 41px;
  padding-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding-top: 56px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding-top: 32px;
  }
}
@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 ul.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  flex-direction: column;
  line-height: normal;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    font-size: 15px;
    letter-spacing: normal;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin-bottom: 0;
    margin-right: 15.5px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin-right: 37px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
  color: #fff;
  padding: 0;
}

.footer .footer-bottom .built-by {
  font-size: 13px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 33px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .built-by {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer .footer-bottom .built-by img {
  margin-right: 2px;
  margin-top: 1.5px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .built-by img {
    margin-right: 3.31px;
  }
}
.footer .footer-bottom .built-by a {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom a.btn-back {
    position: absolute;
    top: -46px;
    right: -23px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom a.btn-back {
    right: 23px;
  }
}
.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: 110px;
  position: relative;
}

.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__content p {
  color: white;
}

.attorneys__link {
  margin-bottom: 20px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.attorneys__link a {
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: white;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  transition: padding ease-out 0.5s;
}

.attorneys__link a:focus, .attorneys__link a:hover {
  padding-right: 70px;
}

.attorneys__link a:after {
  content: url(../images/arrow-right.png);
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-bottom: 26px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 80px;
    padding-bottom: 58px;
  }
}
.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 {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header h1 {
    font-size: 51px;
  }
}
.c-practice-areas .pa__header-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.c-practice-areas .pa__items ul {
  margin-bottom: 30px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .c-practice-areas .pa__items ul li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__items ul {
    margin-bottom: 30px;
  }
}
.c-practice-areas .pa__item {
  background-color: #18397b;
  margin-bottom: 4px;
  position: relative;
  max-height: 345px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

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

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item {
    max-width: 420px;
    height: 345px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    max-width: 420px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:nth-child(even) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    margin-right: 16px !important;
    margin-left: 0 !important;
  }
  .c-practice-areas .pa__item:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
.c-practice-areas .pa__item:hover .pa__item-content, .c-practice-areas .pa__item:focus .pa__item-content {
  opacity: 1;
}

.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: white;
  display: block;
  padding-left: 82px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 70px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.62px;
  line-height: 40px;
  font-family: var(--main-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 23px;
    letter-spacing: 0.48px;
    line-height: 34px;
  }
  .c-practice-areas .pa__item .main-link:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: white;
    font-size: 120px;
    font-weight: 300;
  }
}
.c-practice-areas .pa__item .main-link:after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link:after {
    display: none;
  }
}
@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;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 34px;
    font-family: var(--main-font), sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-practice-areas .pa__item .main-link:hover:after {
    visibility: hidden;
  }
}
.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;
}

.pa-archive-section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #262D6F;
}

.pa-archive-section .intro {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .pa-archive-section .pa-archive-container .row {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .pa-archive-section .pa-archive-item-col .pa-archive-item {
    margin-bottom: 43px;
  }
}
@media (max-width: 991px) {
  .pa-archive-section .pa-archive-item-col:last-of-type .pa-archive-item {
    margin-bottom: 0;
  }
}
.pa-archive-section .pa-archive-logo-img-container {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
  .pa-archive-section .pa-archive-logo-img-container {
    min-height: 119px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.pa-archive-section .pa-archive-logo-img-container:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: #6B6D8B;
}

.pa-archive-section .pa-archive-category-title {
  font-size: var(--main-font), sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 2px;
  margin-bottom: 28px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .pa-archive-section .pa-archive-category-title {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .pa-archive-section .pa-archive-category-title {
    letter-spacing: 8px;
  }
}
.pa-archive-section .button-wrap-container {
  margin-top: 28px;
}

.pa-archive-section .button-wrap-container .btn-std {
  min-width: 200px;
}

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

.home .awards-part, .single-attorney .awards-part {
  padding-top: 48px;
  padding-bottom: 37px;
}

@media screen and (min-width: 768px) {
  .home .awards-part, .single-attorney .awards-part {
    padding-bottom: 52px;
    width: 100%;
    max-width: 657.85px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .awards-part, .single-attorney .awards-part {
    padding-top: 64px;
    padding-bottom: 91px;
    max-width: 1423.85px;
  }
}
@media screen and (min-width: 1400px) {
  .home .awards-part .container, .single-attorney .awards-part .container {
    max-width: 1423.85px;
  }
}
@media (max-width: 767px) {
  .single-attorney .awards-part {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .awards-part .container {
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .awards-part .awards-part-headline-col {
    flex: 0 0 auto;
    width: 12.666667%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .awards-part .awards-part-headline-col {
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .awards-part .awards-part-wrap-col {
    flex: 0 0 auto;
    width: 87.333333%;
  }
}
.awards-part .heading-part {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .awards-part .heading-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    letter-spacing: 4px;
    text-align: right;
    width: 100%;
    max-width: 156px;
    height: 100%;
    margin-bottom: 0;
  }
}
.awards-part .awards-wrap-container {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .awards-part .awards-wrap-container {
    max-width: 460.85px;
  }
}
@media screen and (min-width: 1200px) {
  .awards-part .awards-wrap-container {
    max-width: 1228.85px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .awards-part .swiper {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .awards-part .swiper {
    width: 100%;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .awards-part .swiper {
    max-width: 750px;
  }
}
@media screen and (min-width: 1400px) {
  .awards-part .swiper {
    max-width: 1112.04px;
  }
}
.team-part {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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