@charset "UTF-8";
/**
* 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
*/
.sidebar {
  max-width: 100%;
}

.single-attorney .sidebar {
  max-width: 462px;
}

@media screen and (min-width: 1200px) {
  .single-attorney .sidebar {
    margin-top: -16px;
  }
}
@media (max-width: 991px) {
  .single-attorney .sidebar {
    padding-top: 0;
  }
}
.page-template-location .sidebar, .page-template-contact .sidebar {
  max-width: 560px;
}

@media screen and (min-width: 1200px) {
  .page-template-location .sidebar, .page-template-contact .sidebar {
    max-width: initial;
  }
}
.page-template-practice-area .sidebar, .page-template-default .sidebar {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 72px;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.single-attorney .sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 40px;
}

.sidebar .sidebar-item:last-child > div:not(:empty) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .category-archive-view .sidebar .sidebar-item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.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: 30px 19px 25px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}

@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: 30px 20px 25px;
  }
}
@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: 43px 30px 25px;
  }
}
.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 {
  padding-bottom: 30px;
}

.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;
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .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 {
    padding-left: 40px;
    padding-right: 14px;
  }
}
.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;
  text-align: left;
  margin: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:before, .sidebar .sidebar-item:not(:empty) .widget_search .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 15px;
  background-color: var(--accent-color);
  left: -23px;
}

.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: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding: 7px 0;
}

.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;
  color: var(--accent-color);
  transition: color 0.3s ease;
}

.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 {
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  box-shadow: none;
  border: none;
  padding: 25px 0 20px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .error404 .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 25px 22px 20px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  text-align: center;
  color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 48px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn--primary:hover {
  border-radius: 0px;
  border: 0px;
  background: #B53114;
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  max-width: 465px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 10px 35px;
}

@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: var(--color-primary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
  margin-bottom: 15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-wrap {
  padding-bottom: 75px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-prev {
  border: 1px solid rgba(228, 194, 115, 0.33);
  top: initial;
  bottom: 0;
  width: 35px;
  height: 35px;
  left: 33%;
}

@media (min-width: 381px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-prev {
    left: 35%;
  }
}
@media (min-width: 431px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-prev {
    left: 38%;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-prev {
    left: calc(50% - 50px);
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-prev:after {
  content: url(../images/icon/arrow.svg);
  /*transform: translate(1px, -1px) rotate(180deg);*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-next {
  border: 1px solid rgba(228, 194, 115, 0.33);
  top: initial;
  bottom: 0;
  width: 35px;
  height: 35px;
  right: 33%;
}

@media (min-width: 381px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-next {
    right: 35%;
  }
}
@media (min-width: 431px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-next {
    right: 38%;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-next {
    right: calc(50% - 50px);
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .swiper-button-next:after {
  content: url(../images/icon/arrow.svg);
  transform: translate(1px, -1px) rotate(180deg);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  padding-top: 35px !important;
  border: 1px solid #D4D4D4 !important;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
    padding-top: 50px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  margin-top: 0px !important;
  background: none !important;
  color: var(--color-primary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important;
  line-height: 34px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail {
  box-shadow: none !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail img {
  height: 143px;
  width: 143px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
  color: var(--color-tertiary) !important;
  text-align: center;
  font-family: var(--main-font), sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
    letter-spacing: 6px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
  color: #000;
  text-align: center !important;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__button a {
  margin-top: 10px;
  background: var(--color-secondary);
  padding-left: 40px;
  padding-right: 40px;
  color: #16151B;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__button a:hover {
  background: #F1EAD3;
}

.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,
.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 {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 40px 38px 25px;
}

@media screen and (min-width: 992px) {
  .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,
.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 {
    padding: 40px 30px 25px;
  }
}
@media screen and (min-width: 1400px) {
  .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,
.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 {
    padding: 43px 52px 50px 36px;
  }
}
@media (max-width: 479px) {
  .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,
.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 {
    padding-left: 27px;
    padding-right: 50px;
  }
}
.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,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive .sidebar-title {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-bottom: 20px;
}

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

.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,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul.list li,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search ul.list li,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget .widget_search ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget .widget_search ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li:before, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li:before, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul.list li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search ul.list li:before,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget .sidebar-holder ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget .widget_search ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget .sidebar-holder ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget .widget_search ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li:before {
  /*display: none;*/
  top: 21px;
  left: 0px;
}

.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,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul.list li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search ul.list li a,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget .sidebar-holder ul li a,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_related_pages_widget .widget_search ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget .sidebar-holder ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_related_pages_widget .widget_search ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li a {
  font-weight: 300;
  position: relative;
  display: inline;
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1px;
  /*
  &::after {
      background-image: url('../images/Icon-arrow.svg');
      background-repeat: no-repeat;
      background-position: center;
      width: 24px;
      height: 14px;
      position: absolute;
      right: -34px;
      bottom: 2px;
      transform: translateY(-50%);
      content: '';
      transition: transform 0.3s ease;
  }
  */
}

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

.sidebar .sidebar-item:not(:empty).publications-section-sidebar > div {
  background-color: #F3F3EF;
  padding: 38px 0px 60px;
}

.sidebar .sidebar-item:not(:empty).publications-section-sidebar > div .sidebar-title {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  font-family: var(--secondary-font), sans-serif;
  letter-spacing: 0;
}

@media (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty).publications-section-sidebar > div .img-holder {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child {
  background: var(--color-primary);
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 20px 40px;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child {
    padding: 55px 36px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child {
    padding: 55px 40px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child {
    padding: 55px 72px 40px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .sidebar-title {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-section-subtitle,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-section-subtitle,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-section-subtitle {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child span {
  margin-left: 10px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px; /* 256.25% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-content {
  font-family: var(--main-font), sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  padding-bottom: 50px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-content .space,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-content .space,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-content .space {
  margin-bottom: 12px;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-content p:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-content p:before,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-content p:before {
  /*content: "“"*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-content p:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-content p:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-content p:after {
  /*content: "”"*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
  top: initial;
  bottom: 0;
  width: 35px;
  height: 35px;
  left: 33%;
}

@media (min-width: 381px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
    left: 35%;
  }
}
@media (min-width: 431px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
    left: 37%;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
    left: 38%;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
    left: calc(50% - 50px);
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev:after {
  content: url(../images/icon/arrow.svg);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
  top: initial;
  bottom: 0;
  width: 35px;
  height: 35px;
  right: 33%;
}

@media (min-width: 381px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
    right: 35%;
  }
}
@media (min-width: 431px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
    right: 37%;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
    right: 38%;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
    right: calc(50% - 50px);
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next:after {
  content: url(../images/icon/arrow.svg);
  transform: translate(1px, -1px) rotate(180deg);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background: var(--color-primary);
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 45px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 40px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper {
  padding-bottom: 80px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-info {
  padding-top: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-info .name {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px; /* 256.25% */
  letter-spacing: 2px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-image {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-image {
    /*max-width: 230px;*/
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorney-image {
    /*max-width: 150px;*/
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
  top: initial !important;
  bottom: 0;
  width: 35px;
  height: 35px;
  left: 31% !important;
  background: #fff;
  border: 0px;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
    left: 38% !important;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
    left: 38% !important;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
    left: calc(50% - 50px) !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev:after {
  content: url(../images/icon/arrow.svg);
  /*transform: translate(1px, -1px) rotate(180deg);*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
  top: initial !important;
  bottom: 0;
  width: 35px;
  height: 35px;
  right: 31% !important;
  background: #fff;
  border: 0px;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    right: 38% !important;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    right: 38% !important;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    right: calc(50% - 50px) !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next:after {
  content: url(../images/icon/arrow.svg);
  transform: translate(1px, -1px) rotate(180deg);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget {
  border: 1px solid #D4D4D4;
  background: #FFF;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  border: 15px solid #e0e0e0;
  padding: 0 40px 55px;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
    padding: 0 15px 28px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  margin-top: -20px;
  background-color: #FAFAFA;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
    line-height: 27px;
    /*max-width: 250px;*/
    margin-left: auto;
    margin-right: auto;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name, .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-position {
  font-family: var(--secondary-font), sans-serif;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-position {
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-position {
    font-size: 14px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail {
  box-shadow: 0 0 20px rgba(23, 6, 1, 0.2);
  border-radius: 50%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer .btn--secondary {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 379px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box .btn--secondary {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child {
  overflow: hidden;
}

.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 {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 50px 25px;
}

.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: var(--color-secondary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .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 {
    font-size: 22px;
    line-height: 32px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .amount {
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .amount {
    font-size: 32px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .result-type,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .result-type,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .result-type,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .pa-category {
  color: var(--color-tertiary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .pa-category {
  font-weight: 400;
  margin-top: 0;
}

.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 {
  margin-top: 38px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn::after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .btn::after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .btn::after {
  display: none;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn--secondary,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .btn--secondary,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .btn--secondary {
    padding-left: 74.5px;
    padding-right: 74.5px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .swiper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .swiper {
  overflow: initial;
  padding-bottom: 84px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper:has(.swiper-button-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .swiper:has(.swiper-button-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .swiper:has(.swiper-button-lock) {
  padding-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper-slide,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .swiper-slide,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .swiper-slide {
  visibility: hidden;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper-slide.swiper-slide-active,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .swiper-slide.swiper-slide-active,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.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: #080101;
  opacity: 1;
}

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

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

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

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
  color: #080101;
  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: 600;
  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: #f27f5e;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget {
  margin-bottom: 45px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author .sidebar-title {
  text-align: left;
  padding-bottom: 25px;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul {
  padding: 0;
  font-size: 18px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li {
  margin-bottom: 10px;
  color: var(--color-tertiary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:active, .sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:focus, .sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:active,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:focus,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:hover {
  text-decoration: underline 2px var(--color-primary);
  text-underline-offset: 4px;
  font-weight: 700;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:active a, .sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:focus a, .sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget ul li:hover a,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:active a,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:focus a,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author ul li:hover a {
  transition: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_topic_widget .active,
.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author .active {
  color: var(--color-secondary);
  font-weight: 700;
  text-decoration: underline 2px var(--color-secondary);
  text-underline-offset: 4px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author {
  border-top: 1px solid #C4C4C4;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_articles_by_author .sidebar-title {
  padding-top: 38px;
}

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

@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .btn--secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .btn--secondary {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.sidebar-title {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 100% */
  padding-bottom: 20px;
}

.toc {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #D4D4D4;
  margin-bottom: 45px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .toc {
    margin-bottom: 45px;
    max-width: 465px;
  }
}
.toc .sidebar-title {
  padding-top: 40px;
  color: var(--color-primary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
  text-transform: none;
}

.toc ul {
  margin-left: 9px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 10px;
  counter-reset: section;
}

@media screen and (min-width: 992px) {
  .toc ul {
    padding-left: 32px;
    padding-right: 43px;
  }
}
.toc ul li {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1px;
  padding-left: 28px;
}

.toc ul li a {
  color: #000;
  text-decoration: none !important;
  font-weight: 300 !important;
}

.toc ul li:before {
  color: var(--color-tertiary);
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0px;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .footer .logo {
    max-width: 220.87px;
  }
}
.footer .footer-cta {
  background: linear-gradient(180deg, #123A4E 0%, #1E4D65 100%);
  padding: 30px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-cta {
    padding: 45px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-cta {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
  }
}
@media (max-width: 767px) {
  .footer .footer-cta-content .btn {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-cta .review-images-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-cta .review-images-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-cta .review-images-1 {
    margin: 22px 0 25px;
  }
}
.footer .footer-top {
  position: relative;
}

@media screen and (min-width: 992px) {
  .footer .footer-top {
    display: flex;
  }
  .footer .footer-top .form-wrap, .footer .footer-top .footer-location-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-top .form-wrap, .footer .footer-top .footer-location-wrap {
    padding: 96px 0 108px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-top .form-wrap, .footer .footer-top .footer-location-wrap {
    padding: 90px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-top .form-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer .locations-wrapper {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media (max-width: 767px) {
  .footer .locations-wrapper {
    padding: 55px 0 50px;
  }
}
.footer .locations-wrapper .locations-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .locations-wrapper .locations-title {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-location-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .office-info {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer .office-info {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 35px;
  }
}
.footer .office-info address {
  margin-bottom: 0;
}

.footer .office-info figure {
  margin-top: 0;
  margin-bottom: 7px;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .office-info figure img {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .office-info {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .footer .office-info {
    margin-bottom: 35px;
  }
}
.footer .office-info:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer .office-details {
    margin-top: 20px;
  }
}
.footer .office-details-firm-name {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.footer .office-details-buttons {
  margin-top: 5px;
  display: flex;
  gap: 25px;
}

.footer .office-details-buttons a {
  position: relative;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.footer .office-details-buttons a:first-of-type:after {
  content: "|";
  position: absolute;
  margin-left: 10px;
  width: 100%;
  height: 1px;
  color: #121212;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .office-details-buttons a:after {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .office-details-buttons {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer .office-details-buttons {
    gap: 18px;
  }
}
.footer .office-details-buttons button {
  padding: 0px;
  color: var(--color-tertiary);
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .office-details-buttons button {
    text-align: left;
  }
}
.footer .office-details-buttons button:hover {
  background: none;
  box-shadow: none;
  border: 0px;
  color: #f17e5c;
}

.footer .office-details-buttons button:focus {
  background: none;
  box-shadow: none;
  border: 0px;
}

.footer .office-details-buttons button:active {
  background: none;
  box-shadow: none;
  border: 0px;
}

.footer .office-details-phone a, .footer .office-details-fax a {
  color: var(--link-color);
  text-decoration: underline;
}

.footer .office-holder {
  overflow: hidden;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer .office-holder {
    max-width: 590px;
  }
}
.footer .footer-bottom {
  background-color: #000;
  position: relative;
  color: #fff;
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer-bottom .footer-copyright {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-copyright {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright {
    padding-bottom: 0;
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-copyright {
    max-width: 706px;
    padding-left: 20px;
  }
}
.footer .footer-bottom .footer-copyright .copyright-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-copyright .copyright-wrap {
    justify-content: flex-start;
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .copyright-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright .copyright-wrap {
    max-width: 305px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .footer-bottom .footer-copyright .footer-disclaimer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  margin: 0;
  padding: 0;
}

.footer .footer-bottom .footer-copyright .footer-disclaimer-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.footer .footer-bottom .footer-copyright a, .footer .footer-bottom .footer-copyright p {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 0;
}

.footer .footer-bottom .footer-copyright a:after, .footer .footer-bottom .footer-copyright p:after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #838383;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-copyright a, .footer .footer-bottom .footer-copyright p {
    font-size: 12px;
  }
}
.footer .footer-bottom .footer-copyright ul {
  padding-left: 0;
}

.footer .footer-bottom .footer-copyright ul li {
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright ul li:last-child a:after {
    content: none !important;
  }
}
.footer .footer-bottom .footer-copyright .built-by {
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer .footer-bottom .footer-copyright .built-by img {
  height: 16px;
  width: auto;
  margin-left: 5px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright .built-by img {
    margin-left: 18px;
  }
}
.footer .footer-bottom .footer-copyright .built-by:after {
  content: none !important;
}

.footer .footer-bottom .footer-copyright .built-by a:after {
  content: none !important;
}

@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright .built-by:before {
    content: "|";
    position: absolute;
    left: 0;
    color: #838383;
  }
}
.footer .footer-bottom .social-back-wrap {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: flex-end;
}

@media (max-width: 1399px) {
  .footer .footer-bottom .social-back-wrap {
    column-gap: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1019px) {
  .footer .footer-bottom .social-back-wrap {
    column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .social-back-wrap {
    column-gap: 28px;
  }
}
.footer .footer-bottom .social-back-wrap ul.social-icon-list {
  text-align: center;
  align-items: center;
  color: white;
  column-gap: 7px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .social-back-wrap ul.social-icon-list {
    margin-bottom: 0;
    column-gap: 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .social-back-wrap ul.social-icon-list {
    column-gap: 12px;
  }
}
.footer .footer-bottom .social-back-wrap ul.social-icon-list li {
  width: 35.298px;
  height: 35.517px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

@media screen and (min-width: 1400px) {
  .footer .footer-bottom .social-back-wrap ul.social-icon-list li {
    width: 50px;
    height: 50px;
  }
}
.footer .footer-bottom .social-back-wrap .back-to-top-button {
  width: 64px;
  height: 66px;
  background-color: var(--color-primary);
  border: none;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .social-back-wrap .back-to-top-button {
    width: 75px;
    height: 77px;
  }
}
@media (max-width: 1399px) {
  .footer .footer-bottom .social-back-wrap .icon-facebook {
    height: 17px;
    width: 10px;
  }
}
@media (max-width: 1399px) {
  .footer .footer-bottom .social-back-wrap .icon-twitter {
    height: 15px;
    width: 16px;
  }
}
@media (max-width: 1399px) {
  .footer .footer-bottom .social-back-wrap .icon-instagram {
    height: 18.467px;
    width: 18.467px;
  }
}
@media (max-width: 1399px) {
  .footer .footer-bottom .social-back-wrap .icon-google-plus, .footer .footer-bottom .social-back-wrap .icon-linkedin, .footer .footer-bottom .social-back-wrap .icon-youtube, .footer .footer-bottom .social-back-wrap .icon-tiktok, .footer .footer-bottom .social-back-wrap .icon-threads, .footer .footer-bottom .social-back-wrap .icon-google {
    height: 17px;
    width: 16px;
  }
}
.footer .footer-nav-wrap {
  padding: 10px 0;
  padding-bottom: 18px;
}

@media (max-width: 1199px) {
  .footer .footer-nav-wrap {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: -11px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav-wrap {
    padding-bottom: 9px;
    margin-top: 15px;
    padding-left: 5px;
  }
}
.footer .footer-nav-wrap ul.footer-menu {
  columns: 2;
  padding-left: 0;
  max-width: 485px;
}

@media (max-width: 1199px) {
  .footer .footer-nav-wrap ul.footer-menu {
    columns: 1;
    margin-bottom: 0;
  }
}
.footer .footer-nav-wrap ul.footer-menu li {
  display: inline-block;
  padding: 0;
  position: relative;
  width: 50%;
  margin-bottom: 0;
}

.footer .footer-links {
  background-color: #313131;
  color: #fff;
  padding: 20px 0 50px;
}

@media screen and (min-width: 768px) {
  .footer .footer-links {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-links {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-links .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-links .row {
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-links .row .col-xl-3:not(:last-of-type) {
    position: relative;
    align-self: stretch;
  }
  .footer .footer-links .row .col-xl-3:not(:last-of-type)::after {
    content: "";
    border-right: 1px solid #5C5C5C;
    position: absolute;
    top: 18px;
    left: -23px;
    width: 100%;
    height: 94%;
  }
}
.footer .footer-links .footer-latest-posts {
  position: relative;
  z-index: 99;
}

.footer .footer-links nav {
  position: relative;
  z-index: 99;
}

.footer .footer-links ul {
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .footer .footer-links ul {
    max-width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-links ul {
    max-width: 230px;
  }
}
.footer .footer-links ul li {
  margin-bottom: 20px;
  line-height: 28px;
}

@media screen and (min-width: 992px) {
  .footer .footer-links ul li {
    margin-bottom: 13px;
  }
}
.footer .footer-links ul li a {
  color: #fff !important;
  font-size: 16px;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
}

.footer .footer-links p {
  color: white;
}

.footer .footer-links-wrap {
  border-bottom: 1px solid #5C5C5C;
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .footer .footer-links-wrap {
    border-bottom: none;
    max-width: 375px;
  }
}
.footer .footer-links .col-12:last-of-type .footer-links-wrap {
  border-bottom: none;
}

.footer .footer-links .col-12:last-of-type .footer-links-wrap::after {
  display: none;
}

.footer .footer-links .footer-nav-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  z-index: 99;
}

@media screen and (min-width: 1400px) {
  .footer .footer-links .payment-section {
    max-width: 300px;
  }
}
.footer .footer-links .payment-section .payment-cards {
  margin-top: 25px;
}

.footer .footer-links .payment-section .payment-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer .footer-links .payment-section .payment-button img {
  margin-right: 15px;
  /*
  @media screen and (min-width: 768px) {
      position: absolute;
      left: 38px;
      top: 13px;
  }
  */
}

@media screen and (min-width: 768px) {
  .footer .footer-links .payment-section .btn--primary {
    padding: 0 65px;
  }
}
@media screen and (min-width: 1200px) {
  .community {
    background-color: #fff;
  }
}
.community:before {
  background-color: #efeeec;
}

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

@media (max-width: 1199px) {
  .community__image {
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.community__mobile-image {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .community .row {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .community .col-right {
    padding-left: 0;
    margin-top: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .community .col-right {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .community__content {
    max-width: 677px;
  }
}
@media (max-width: 991px) {
  .community__link {
    text-align: center;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .community__title {
    max-width: 296px;
  }
}
.meet-our-attorneys {
  text-align: center;
  padding: 60px 0 110px;
  background: url("../images/blue-bg.jpg") no-repeat center;
  background-size: cover;
  background-position: top;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .meet-our-attorneys::before, .meet-our-attorneys::after {
    content: "";
    position: absolute;
    top: 0;
    width: 164px;
    height: 100%;
    z-index: 2;
  }
  .meet-our-attorneys::before {
    right: 0;
    background: linear-gradient(90deg, rgba(30, 77, 101, 0) 0%, #19475F 100%);
  }
  .meet-our-attorneys::after {
    left: 0;
    background: linear-gradient(270deg, rgba(30, 77, 101, 0) 0%, #19475F 100%);
  }
}
.meet-our-attorneys .heading {
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .meet-our-attorneys .heading {
    margin-bottom: 50px;
  }
}
.meet-our-attorneys .swiper {
  overflow: visible;
  max-width: 1195px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .meet-our-attorneys .swiper .swiper-slide {
    visibility: hidden;
  }
  .meet-our-attorneys .swiper .swiper-slide.swiper-slide-active {
    visibility: visible;
  }
}
.meet-our-attorneys .attorneys-list .attorney-item {
  max-width: 345px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .meet-our-attorneys .attorneys-list .attorney-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .meet-our-attorneys .attorneys-list .attorney-item {
    max-width: 320px;
  }
}
.meet-our-attorneys .attorneys-list .attorney-item .name {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 41px;
  letter-spacing: 2px;
  color: #fff;
}

.meet-our-attorneys .attorneys-list .image-holder img {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .meet-our-attorneys .attorneys-list .image-holder {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-bottom: 26px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-practice-areas {
    padding-top: 71px;
    padding-bottom: 0px;
  }
  .page-template-location .c-practice-areas {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .c-practice-areas {
    padding-top: 0;
  }
}
.c-practice-areas .btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .c-practice-areas .pa {
    padding-top: 40px;
  }
}
@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;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    max-width: 874px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .c-practice-areas .pa__header {
    max-width: 1100px;
  }
}
.c-practice-areas .pa__header-intro p {
  text-align: center;
  color: #fff;
}

.c-practice-areas .pa__items .h3-heading {
  margin-bottom: 25px;
}

.c-practice-areas .pa__items .h3-heading a {
  color: var(--color-primary);
}

.c-practice-areas .pa__items .h3-heading a:hover {
  color: var(--accent-color);
}

@media (max-width: 1199px) {
  .c-practice-areas .pa__items .h3-heading {
    text-align: center;
  }
}
.c-practice-areas .pa__items .pa__category {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__items .pa__category {
    margin-bottom: 50px;
  }
}
.c-practice-areas .pa__items .pa__category:last-child {
  margin-bottom: 0;
}

.c-practice-areas .pa__items .pa__category-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding-left: 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
}

@media (max-width: 1199px) {
  .c-practice-areas .pa__items .pa__category-items {
    justify-content: center;
  }
}
.page-template-location .c-practice-areas .pa__items .pa__category-items {
  justify-content: center;
}

.c-practice-areas .pa__items .pa__category-item {
  min-height: 70px;
  min-width: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--color-primary);
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
  background: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .c-practice-areas .pa__items .pa__category-item {
    width: calc(25% - 15px);
    min-width: initial;
  }
}
.c-practice-areas .pa__items .pa__category-item:hover {
  background-color: var(--accent-color);
  border: 2px solid #f17e5c;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.c-practice-areas .pa__items .pa__category-item:hover a {
  color: #fff;
}

.c-practice-areas .pa__items .pa__category-item a {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.3;
}

.c-practice-areas .pa__items .pa__category-item:last-child {
  justify-self: center;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__items {
    padding: 0 30px;
  }
  .c-practice-areas .pa__items .pa__category-items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  }
}
@media screen and (min-width: 1200px) {
  .c-practice-areas .pa__items {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.pa {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .pa {
    padding-bottom: 5px;
  }
}
.pa .pa-grid {
  justify-content: center;
}

.page-template-location .pa {
  padding-bottom: 30px;
}

.pa__headerIntro {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .pa__headerIntro {
    max-width: 929px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pa__item {
  min-height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.pa-template .pa__item {
  border: 2px solid var(--color-primary);
  border-radius: 4px;
}

.pa-template .pa__item a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.pa-template .pa__item a:hover::after {
  filter: brightness(0) invert(1);
}

.pa__itemLink {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px 50px 20px 15px;
  position: relative;
  z-index: 2;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000;
  text-align: left;
}

@media (max-width: 767px) {
  .pa__itemLink {
    font-size: 18px;
    letter-spacing: 0;
    padding-right: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pa__itemLink {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .pa {
    padding: 41px 0;
  }
  .page-template-location .pa {
    padding-bottom: 0;
  }
}
.pa .btn--tertiary::after {
  right: 16px;
}

.pa .accordion-body {
  background: linear-gradient(180deg, #FCF6E9 0%, #FFFFFF 100%);
  margin-bottom: 28px;
}

.pa .accordion-body ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 8px solid var(--color-primary) !important;
  background-color: transparent !important;
}

.pa .accordion-body ul li a {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-decoration: none;
}

.pa-template .pa-grid {
  margin: 0 -15px;
}

.pa-template .pa-grid .list-unstyled {
  padding-left: 23px !important;
}

.pa-template .pa-grid .col-item {
  padding: 0 15px;
  margin-bottom: 28px;
}

.results-part {
  padding: 25px 0 28px;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 767px) {
  .results-part {
    padding-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .results-part .heading {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .results-part {
    padding: 30px 0 55px;
  }
}
@media screen and (min-width: 992px) {
  .results-part {
    padding: 30px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .results-part {
    position: relative;
    padding: 50px 0 25px;
  }
  .results-part .container {
    padding-right: 0;
  }
}
.results-part .results-slider {
  margin-top: 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .results-part .results-slider {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .results-part .results-slider {
    margin-top: 117px;
  }
}
.results-part .results-slider .custom-nav-results {
  top: 50%;
}

.results-part .results-slider .btn {
  margin-top: 80px;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .results-part .results-slider .btn {
    margin-top: 51px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .results-part .results-slider .btn {
    margin-top: 106px;
  }
}
@media (max-width: 767px) {
  .results-part .results-slider .btn {
    width: 100%;
    margin-top: 30px;
  }
}
.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .grid-results {
    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 {
  position: relative;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 70px;
}

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

@media screen and (min-width: 768px) {
  .grid-results .item:after {
    content: "";
    width: 1px;
    height: 122px;
    border: 0;
    border-right: 2px solid #000;
    position: absolute;
    display: block;
    right: -21px;
    top: 13px;
  }
  .grid-results .item:after:nth-of-type(even) {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-results .item:after {
    right: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-results .item:after:nth-of-type(even) {
    display: block !important;
  }
}
@media screen and (min-width: 1440px) {
  .grid-results .item:after {
    right: -12px;
    display: block !important;
  }
}
.grid-results .item .amount {
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .grid-results .item .amount {
    font-size: 40px;
  }
}
.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 .result-type, .grid-results .item .pa-category {
  color: #080101;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.grid-results .item .result-type {
  margin-top: 10px;
  font-weight: 700;
}

.grid-results .item .pa-category {
  margin-top: 13px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .grid-results .item .pa-category {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .grid-results .item .pa-category {
    line-height: 30px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .grid-results .item .pa-category {
    margin-top: 15px;
  }
}
.testimonials-section {
  padding: 44px 0 72px;
  background-color: var(--color-secondary);
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 992px) {
  .testimonials-section {
    padding-bottom: 70px;
  }
  .testimonials-section .col-left, .testimonials-section .col-right {
    min-height: 524px;
  }
  .testimonials-section::before, .testimonials-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 164px;
    height: 100%;
    z-index: 2;
  }
  .testimonials-section::before {
    right: 0;
    background: linear-gradient(270deg, #F8F3E2 0%, rgba(248, 243, 226, 0) 100%);
  }
  .testimonials-section::after {
    left: 0;
    background: linear-gradient(90deg, #F8F3E2 0%, rgba(248, 243, 226, 0) 100%);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section {
    padding: 80px 0 90px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section .swiper {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .swiper {
    max-width: 1280px;
  }
}
.testimonials-section-wrap {
  position: relative;
}

@media screen and (min-width: 992px) {
  .testimonials-section-wrap {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .testimonials-section-wrap {
    padding-bottom: 20px;
  }
}
.testimonials-section-content {
  padding: 50px 30px 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .testimonials-section-content {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-content {
    padding: 20px 10px;
  }
}
.testimonials-section-subtitle {
  color: var(--accent-color);
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .testimonials-section .col-left {
    padding-right: 0;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .col-left {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-icon {
    max-width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section .col-right {
    padding-left: 0;
  }
}
.testimonials-section__item {
  padding: 40px 28px;
  height: 100% !important;
}

@media (max-width: 991px) {
  .testimonials-section__item {
    padding: 3px 6px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section__item {
    min-height: 443px;
    margin-top: 21px;
  }
}
.testimonials-section__item p {
  max-width: 622px;
  margin-top: 10px;
}

.testimonials-section__item-wrapper {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .testimonials-section__item-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-section__item-wrapper {
    padding-left: 3px;
    padding-right: 3px;
    max-width: 400px;
    letter-spacing: 1px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section-description {
    max-width: 264px;
  }
}
.testimonials-section .cite-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}

.testimonials-section cite {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonials-section .swiper {
  overflow: visible;
}

.testimonials-section .swiper .swiper-pagination {
  bottom: -30px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .testimonials-section {
    padding-top: 69px;
  }
}
.awards-part {
  padding: 0;
}

.awards-part .container {
  padding: 40px 20px 30px;
}

@media screen and (min-width: 992px) {
  .awards-part .container {
    padding: 72px 50px 75px;
  }
}
@media screen and (min-width: 1400px) {
  .awards-part .container {
    max-width: 1173px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .home .awards-part .container {
    padding-bottom: 5px;
  }
}
.awards-part .awards-wrap {
  margin-top: 39px;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .awards-part .awards-wrap {
    margin-top: -20px;
    margin-bottom: -30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .awards-part .awards-wrap {
    margin-bottom: -15px;
  }
}
.awards-part__headline {
  margin-bottom: 45px;
  text-align: center;
  font-family: var(--main-font), sans-serif;
}

@media (max-width: 767px) {
  .awards-part__headline {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .awards-part__headline {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .awards-part .swiper-wrapper {
    margin-bottom: 24px;
  }
}
.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: #F3F3EF;
  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;
}

.client-reviews {
  padding: 15px 0 28px;
}

.client-reviews .heading {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .client-reviews .heading {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .client-reviews .heading {
    margin-bottom: 60px;
  }
}
.client-reviews .btn-wrapper {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .client-reviews .btn-wrapper {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .client-reviews {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .client-reviews {
    padding: 50px 0 80px;
  }
}
.cta-box {
  background-color: #000;
  text-align: center;
  padding: 18px 20px 29px;
  max-width: 469px;
  border-radius: 4px;
}

@media screen and (min-width: 1400px) {
  .page-template-about-us .cta-box {
    max-width: 450px;
    padding: 40px 60px 65px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .cta-box {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .cta-box {
    padding: 55px 41px 72px;
  }
}
@media screen and (min-width: 1200px) {
  .cta-box {
    padding: 40px 66px 65px;
  }
}
.cta-box__phone {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .cta-box__phone {
    margin-bottom: -8px;
  }
}
.cta-box__phone a {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 77.29px;
  color: #fff;
  text-decoration: none;
  padding-left: 55px;
  position: relative;
}

.cta-box__phone a:before {
  content: "";
  display: inline-block;
  width: 41.99px;
  height: 41.99px;
  background: url("../images/phone.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .cta-box__phone a:before {
    width: 30.55px;
    height: 30.55px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .cta-box__phone a {
    font-weight: 600;
    font-size: 32px;
    line-height: 56.22px;
    padding-left: 40px;
  }
}
.cta-box__case-evaluation {
  margin-top: 20px;
}

.cta-box__case-evaluation .btn {
  width: 100%;
}

.bottom-content {
  padding: 30px 0 0;
}

@media screen and (min-width: 992px) {
  .bottom-content {
    padding: 85px 0 0;
  }
}
.page-template-location .bottom-content {
  padding-bottom: 30px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .bottom-content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .bottom-content {
    padding-bottom: 20px;
    padding-top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .bottom-content__content {
    max-width: 911px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bottom-content__image {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .bottom-content__image {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bottom-content__image {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .bottom-content .entry-content {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .bottom-content .btn--primary {
    padding: 16px 68.5px;
  }
}
.attorneys-quick-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background-color: rgba(34, 25, 18, 0.7);
  border-radius: 15px 15px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 20px 15px;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .attorneys-quick-links {
    max-width: 380px;
    flex-direction: row;
    gap: 10px;
    padding: 20px 20px 15px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .attorneys-quick-links {
    margin: 0;
    bottom: -95px;
    padding: 20px 15px 15px;
    margin-left: 12px;
  }
}
@media (max-width: 499px) {
  .attorneys-quick-links {
    max-width: calc(100% - 44px);
  }
}
.attorneys-quick-links-heading {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.attorneys-quick-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .attorneys-quick-links-list {
    gap: 7px;
  }
}
.attorneys-quick-links .attorney-item {
  width: 30px;
  height: 30px;
  max-width: 100%;
}

.attorneys-quick-links .attorney-item a {
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.attorneys-quick-links .attorney-item a.is-active::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 104, 158, 0.4) 0%, rgba(0, 104, 158, 0.4) 100%);
}

.attorneys-quick-links .attorney-item a img {
  max-width: 30px;
}

.attorneys-quick-links .attorney-item > a.is-active img {
  display: none;
}

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