/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* Additional Mixins */
.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;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 15px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1400px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  .sidebar {
    padding-top: 50px;
  }
}
.sidebar .sidebar-item:not(:empty) {
  max-width: 450px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty):last-of-type {
    margin-bottom: 10px;
  }
}
.sidebar .sidebar-item:not(:empty) .arrow-prev,
.sidebar .sidebar-item:not(:empty) .arrow-next,
.sidebar .sidebar-item:not(:empty) .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .swiper-button-next {
  opacity: 0.25;
}

.sidebar .sidebar-item:not(:empty) .swiper-button-prev.swiper-button-disabled,
.sidebar .sidebar-item:not(:empty) .swiper-button-next.swiper-button-disabled {
  opacity: 0.25 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .swiper-button-next {
    right: 0;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  padding: 30px 20px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 38px 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 38px 24px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .list, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul, .sidebar .sidebar-item:not(:empty) .sidebar-holder .widget_categories ul, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-holder ul,
.sidebar .sidebar-item:not(:empty) .sidebar-holder .widget_archive ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-holder ul, .sidebar .sidebar-item:not(:empty) .widget_categories .list, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul, .sidebar .sidebar-item:not(:empty) .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_archive ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .list,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul,
.sidebar .sidebar-item:not(:empty) .widget_archive ul, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive ul {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .sidebar-holder .widget_categories ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .sidebar-holder .widget_archive ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .list li, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li, .sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_archive ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive ul li {
  position: relative;
  padding: 12px 8px;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .sidebar-holder .widget_categories ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-holder ul li a,
.sidebar .sidebar-item:not(:empty) .sidebar-holder .widget_archive ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_categories .widget_archive ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive ul li a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a:is(:hover, :focus), .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li a:is(:hover, :focus), .sidebar .sidebar-item:not(:empty) .widget_categories .list li a:is(:hover, :focus), .sidebar .sidebar-item:not(:empty) .widget_categories ul li a:is(:hover, :focus),
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a:is(:hover, :focus),
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:is(:hover, :focus), .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li a:is(:hover, :focus) {
  color: #fff;
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder {
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder {
    margin: 3rem auto 0;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .label {
  color: #4b4a49;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 331px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .label {
    font-size: 23px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .label:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .label:before {
    max-width: 305px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .label {
    font-size: 20px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .contact-phone {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .contact-phone {
    font-size: 35px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .contact-phone:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .contact-phone:after {
    max-width: 305px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .btn-wrapper {
  display: block;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .btn-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cta-holder .btn-wrapper .btn {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
  padding: 16.5px 10px;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  padding: 38px 28px;
  background-color: var(--color-primary);
  border: none;
  box-shadow: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  padding: 0;
  margin-bottom: 30px;
  background-color: unset;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  max-width: 270px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
    font-size: 24px;
    line-height: 27px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme form {
  padding: 0;
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield_label {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container input,
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea {
  border: 1px solid #c8c8c8;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield:nth-child(2) .gfield_label .gfield_required, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield.phone-email .gfield_label .gfield_required {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield:nth-child(2) .ginput_container input::-webkit-input-placeholder, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield.phone-email .ginput_container input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  position: relative;
  right: 0;
  text-align: right;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield:nth-child(2) .ginput_container input::-moz-placeholder, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield.phone-email .ginput_container input::-moz-placeholder {
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  position: relative;
  right: 0;
  text-align: right;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield:nth-child(2) .ginput_container input:-moz-placeholder, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield.phone-email .ginput_container input:-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  position: relative;
  right: 0;
  text-align: right;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield:nth-child(2) .ginput_container input:-ms-input-placeholder, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield.phone-email .ginput_container input:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  position: relative;
  right: 0;
  text-align: right;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield:nth-child(2) .ginput_container input.placeholder, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield.phone-email .ginput_container input.placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  position: relative;
  right: 0;
  text-align: right;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea {
  height: 80px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_footer .button {
  font-size: 20px;
  line-height: 48px !important;
  letter-spacing: 0.56px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std span {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  padding: 38px 28px 60px;
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .awards-wrap {
  max-width: 350px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive {
  background-color: var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive ul li {
  border-top: 1px solid #cecece;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive ul li:last-child {
  border-bottom: 1px solid #cecece;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-holder ul li a:is(:hover, :focus), .sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_categories ul li a:is(:hover, :focus),
.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .widget_archive ul li a:is(:hover, :focus) {
  color: var(--color-tertiary);
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_child_custom_sidebar_widget .sidebar-title {
  color: #1E3D59;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar {
  padding: 35px 15px;
  background-color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .icon-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .icon-holder {
  position: relative;
  margin-bottom: 27px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .icon-holder svg,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .icon-holder svg {
  position: absolute;
  top: -45px;
  left: 20px;
}

@media (min-width: 576px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .icon-holder svg,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .icon-holder svg {
    left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .icon-holder svg,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .icon-holder svg {
    left: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .icon-holder svg .first-path,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .icon-holder svg .first-path {
  fill: hsl(var(--accent-color-h), var(--accent-color-s), calc(var(--accent-color-l) + 8%));
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item {
  margin: auto;
  margin-top: 13px;
  padding-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item {
    max-width: 273px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .testimonials-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .testimonials-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .testimonials-content p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .testimonials-content p {
  color: #1a1a1a;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .testimonials-content p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .testimonials-content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .testimonials-content p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .testimonials-content p:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .testimonials-content p a[href*=testimonials],
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .testimonials-content p a[href*=testimonials] {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .author {
  color: #1a1a1a;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .author {
    font-size: 15px;
    line-height: 25px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-item .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-item .author {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .swiper-wrapper .testimonials-item,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .swiper-wrapper .testimonials-item {
  padding-top: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .btn-wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .btn-wrapper {
  margin-top: 38px;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty):first-child .widget_cw_testimonial_widget {
    margin-top: 10px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0;
  background-color: var(--accent-color);
  margin: 0 auto 3.5rem;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar {
    padding: 40px 0;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item {
    padding: 40px 0 37px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .image-holder {
  flex: 0 0 auto;
  margin: 0 0 7px;
  max-width: 237px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .image-holder {
    max-width: 100%;
    margin: 1.3rem auto;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder {
  width: 100%;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder {
    padding-left: 5px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder .title {
  margin: 0 auto 20px;
  max-width: 360px;
  color: #1a1a1a;
  font-family: var(--secondary-font), sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder .title {
    max-width: unset;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder .title {
    margin: 0 auto 5px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder .content-txt {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .content-holder .content-txt p {
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 500;
}

.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: 250px;
  width: 100%;
  letter-spacing: 0.44px;
  background-color: #fff;
  border: 2px solid #2b2b2b;
  color: #1a1a1a;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .btn {
    padding: 13px;
  }
}
@media (max-width: 1199px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .btn {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .btn {
    width: unset;
    max-width: unset;
    min-width: 250px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_download_widget .download-sidebar .download-item .btn:is(:hover, :focus) {
  border: 2px solid #494949;
  background-color: #e8d392;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  padding: 35px 28px 26px;
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list {
    display: grid;
    grid-template-columns: repeat(2, 110.14px);
    grid-column-gap: 19px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list {
    display: flex !important;
    column-gap: 25px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 575px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list {
    display: grid;
    grid-template-columns: repeat(2, 142px);
    grid-column-gap: 19px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 330px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list {
    grid-template-columns: repeat(2, 110.14px);
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item {
  position: relative;
  max-width: 100%;
  border-top: none;
  background-color: var(--color-primary);
  flex-basis: 110.14px;
}

@media (min-width: 331px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item {
    flex-basis: 142px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item {
    margin: unset;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .image-holder {
  flex: 0 0 142px;
  width: 100%;
  max-width: 142px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .image-holder {
    flex: unset;
    max-width: 110.14px;
    max-height: 110.14px;
  }
}
@media screen and (max-width: 330px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .image-holder {
    flex: unset;
    max-width: 110.14px;
    max-height: 110.14px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .image-holder img {
  width: 100%;
  max-width: 110.14px;
  max-height: 110.14px;
}

@media (min-width: 331px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .image-holder img {
    max-width: 142px;
    max-height: 142px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .image-holder img {
    max-width: 110.14px;
    max-height: 110.14px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .info {
  margin-top: 0;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item .info .name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 21px;
  letter-spacing: 0.42px;
  margin: 10px auto 5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .attorneys-list .attorney-item:is(:hover, :focus) .info {
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn-wrapper {
  margin-top: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn-wrapper .btn {
  width: 100%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney {
  padding: 43px 15px;
  background-color: #f4f4f4;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney .attorney-item {
  margin: auto;
  max-width: 225px;
  border-top: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney .attorney-item .image-holder {
  border-bottom: 5px solid #b30000;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney .attorney-item .image-holder img {
  position: relative;
  top: 1px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney .attorney-item .info {
  margin-top: 25px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney .attorney-item .info .name {
  margin-bottom: 7px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .single-attorney .attorney-item .info .position {
  font-size: 16px;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget {
  padding: 30px 15px;
  background-color: var(--accent-color);
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .recent-posts-widget {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .recent-posts-widget {
    padding: 38px 28px;
  }
}
.sidebar .sidebar-item:not(:empty) .recent-posts-widget .sidebar-title {
  color: #222;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item {
    padding: 30px 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .image-holder {
  float: left;
  margin-right: 17px;
  max-width: 95px;
  height: 92px;
  margin-top: 5px;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .title {
  font-family: var(--secondary-font), sans-serif;
  margin-bottom: 5px;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .title a {
  font-size: 13.5px;
  color: #222;
  font-weight: 800;
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .excerpt p {
  font-size: 13.5px;
  font-weight: 600;
  color: #222;
  line-height: 23px;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .excerpt p a {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .read-more {
  text-align: right;
}

.sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .read-more .btn {
  font-size: 16px;
  color: #222;
  letter-spacing: 0.15px;
  border-bottom: 3px solid #202020;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .recent-posts-widget .post-item .info .read-more .btn {
    font-size: 14px;
  }
}
.sidebar .sidebar-item:not(:empty) .recent-posts-widget .btn-wrapper .btn {
  width: 100%;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect {
  padding: 38px 15.5px;
  color: #353535;
  background-color: var(--color-neutral);
}

@media (min-width: 366px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-expect {
    padding: 50px 33.5px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-expect {
    padding: 59px 33.5px 55px;
    min-height: 558.16px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect {
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect {
    padding-bottom: 41px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:nth-child(2) {
  padding-bottom: 30px;
  margin: 20px 0 35px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:nth-child(2) {
    margin: 35px 0 44px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .sidebar-subtitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 30px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  color: #353535;
}

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

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .icon-holder svg path {
  fill: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .view-reviews-link {
  color: #135da0;
  font-family: var(--third-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 30px;
  text-transform: capitalize;
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect ul.social-icon-list {
  margin: 15px 0;
}

.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 {
  padding: 38px 28px 20px;
  background-color: var(--color-primary);
}

.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 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper {
  width: 100%;
  max-width: 236px;
  margin-bottom: 1.5rem;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-slide,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-slide {
  padding: 0 35px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount {
  margin-bottom: 18px;
  color: var(--results-amount-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.58px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount {
    padding-bottom: 17px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 4px;
  background-color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .results-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .results-content {
  margin: auto;
  width: 100%;
  color: var(--results-category-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .results-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .results-content {
    font-size: 16px;
    line-height: 25px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .results-content P,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .results-content P {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-next {
  opacity: 0.25;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper-button-prev.swiper-button-disabled,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .swiper-button-next.swiper-button-disabled,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .swiper-button-prev.swiper-button-disabled,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .swiper-button-next.swiper-button-disabled {
  opacity: 0.25 !important;
}

.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_cw_attorney_credentials_widget .attorney-name-txt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 28.16px;
  letter-spacing: 1.15px;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-name-txt {
    font-size: 17px;
    line-height: 24.16px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item {
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-header {
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-button {
  padding: 12px 40px 12px 8px;
  font-size: 15px;
  color: #fff;
  background-color: var(--color-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  letter-spacing: 0.15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-button {
    font-size: 14px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url(../images/icons/icon-minus-gold-widget.svg);
  background-color: #fff;
  width: 23px;
  height: 23px;
  top: 12px;
  right: 8px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-button:after {
  width: 23px;
  height: 23px;
  top: 12px;
  right: 8px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-body {
  padding: 12px 8px;
  padding-right: 15px;
  background-color: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-body * {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0.15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-body ul {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-body ul li {
  padding-left: 18px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-body ul li:before {
  width: 6px;
  height: 6px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item .accordion-body p:last-of-type {
  margin-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_attorney_credentials_widget .attorney-accordion .accordion-item:last-of-type .accordion-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive {
  background-color: var(--color-neutral);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder 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 {
  border-top: 1px solid #cecece;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_archive ul li:last-child {
  border-bottom: 1px solid #cecece;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder 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 {
  color: var(--color-secondary);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  color: #1E3D59;
}

.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  display: flex;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
  padding: 10px 15px;
  color: var(--text-color);
  font-size: 18px;
  height: 51px;
  width: calc(100% - 61px);
  border: 2px solid #ccc;
  border-right: unset;
  background-color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 13px;
  color: #797979;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-moz-placeholder {
  opacity: 1;
  text-transform: capitalize;
  font-size: 13px;
  color: #797979;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-moz-placeholder {
  text-transform: capitalize;
  font-size: 13px;
  color: #797979;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 13px;
  color: #797979;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
  text-transform: capitalize;
  font-size: 13px;
  color: #797979;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  width: 61px;
  height: 51px;
  font-size: 18px;
  font-weight: 800;
  color: #222;
  text-align: center;
  background-color: var(--accent-color);
  border: none;
  transition: all 0.2s linear;
  cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:hover, .sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:focus {
  background: hsl(var(--accent-color-h), var(--accent-color-s), calc(var(--accent-color-l) + 5%));
}

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

.sidebar-title {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.15px;
  line-height: 28.16px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar-title {
    font-size: 17px;
    line-height: 24.16px;
  }
}
.sidebar-subtitle {
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.footer .footer-top {
  background-color: var(--top-bar-bg);
  padding: 50px 0 75px;
}

@media (max-width: 1439px) {
  .footer .footer-top .btn-col {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-top {
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .custom-footer-top {
    flex-wrap: unset;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .custom-footer-top .custom-col {
    display: inline-flex;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-top .custom-footer-top .custom-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .custom-footer-top .custom-col .btn {
    padding: 19px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-top .custom-footer-top .custom-col .btn {
    font-size: 14px;
    letter-spacing: 0.34px;
    min-width: 248px;
    max-width: 248px;
    padding: 19px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer-top .footer-label-wrap {
    text-align: center;
  }
}
.footer .footer-top .footer-label-wrap .label {
  color: #474747;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-label-wrap .label {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .footer-label-wrap .label {
    font-size: 22px;
    font-weight: 500;
    line-height: 34.72px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-label-wrap .label {
    text-align: unset;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-top .footer-label-wrap .label br {
    display: none;
  }
}
.footer .footer-top .contact-phone-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer .footer-top .contact-phone-holder {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-top .contact-phone-holder {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .contact-phone-holder .label {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-top .contact-phone-holder .label {
    display: block;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.footer .footer-top .contact-phone-holder .contact-phone {
  display: inline-flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 52.58px;
  letter-spacing: 0.31px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .contact-phone-holder .contact-phone {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-top .contact-phone-holder .contact-phone {
    display: flex;
  }
}
.footer .footer-top .contact-phone-holder .contact-phone .icon {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .footer .footer-top .contact-phone-holder .contact-phone .icon {
    margin-top: -4px;
    margin-right: 10px;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  justify-content: center;
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .footer .footer-top ul.social-icon-list {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    margin-top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-top ul.social-icon-list {
    margin-top: 33px;
  }
}
.footer .office-heading {
  font-family: var(--secondary-font), sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .office-heading br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
  }
}
.footer .office-intro-content-txt {
  font-family: var(--secondary-font), sans-serif;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .office-intro-content-txt br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-intro-content-txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer .custom-footer-contact-col {
    position: relative;
    z-index: 1;
  }
}
.footer .office-holder {
  padding: 25px 17px;
  margin: 30px 13px;
  max-width: 574px;
  background-color: #fff;
}

@media (min-width: 331px) {
  .footer .office-holder {
    padding: 25px 21px;
  }
}
@media (min-width: 576px) {
  .footer .office-holder {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-holder {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .footer .office-holder {
    min-height: 458px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-holder {
    margin: 40px 0;
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder {
    max-width: 683px;
    margin: 105px 0;
    padding: 44px 40px 38px;
    position: initial;
    z-index: 2;
  }
}
.footer .office-holder .select-office {
  position: relative;
  padding: 8px 45px 8px 20px;
  margin-bottom: 0;
  width: 100%;
  min-height: 41px;
  color: #272727;
  font-family: var(--third-font), sans-serif;
  font-size: 16px;
  letter-spacing: 0.16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  background-color: var(--accent-color);
  border: none;
  appearance: none;
}

@media (min-width: 331px) {
  .footer .office-holder .select-office {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .office-holder #office_accordion {
    position: relative;
  }
}
@media (min-width: 768px) {
  .footer .office-holder #office_accordion .accordion-item .accordion-header {
    width: 100%;
    max-width: 263px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .office-holder #office_accordion .accordion-item .accordion-header {
    max-width: 50%;
  }
}
.footer .office-holder #office_accordion .accordion-item .accordion-button {
  margin-bottom: 10px;
}

.footer .office-holder #office_accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
  color: #272727;
  margin-bottom: unset;
}

.footer .office-holder #office_accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url(../images/arrows/arrow-active-accordion.svg);
  transform: none;
}

.footer .office-holder #office_accordion .accordion-item .accordion-button:after {
  width: 55px;
  height: 100%;
  background-size: 13px;
  background-image: url(../images/arrows/arrow-inactive-accordion.svg);
  background-position: center;
  background-color: var(--accent-color);
  background-size: 16px 9px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer .office-holder #office_accordion .accordion-item .accordion-body {
  padding: 12px 15px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer .office-info {
  color: var(--text-color);
  font-family: var(--third-font), sans-serif;
  font-size: 17px;
  letter-spacing: 0.16px;
  line-height: 26px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .office-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .office-info {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.footer .office-info address {
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 26px;
  margin-bottom: 0;
}

.footer .office-info address ~ span {
  font-weight: bold;
}

.footer .office-info a {
  color: var(--text-color);
  font-size: 17px;
}

.footer .office-info button {
  padding: 0;
  border: none;
  background: none;
}

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

@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .office-info__buttons {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .office-info__buttons {
    display: flex;
    flex-direction: row;
  }
}
.footer .office-info__buttons a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid var(--accent-color);
  margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .footer .office-info__buttons a {
    flex-basis: auto;
  }
}
.footer .office-info__buttons button {
  color: var(--text-color);
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid var(--accent-color);
}

@media screen and (max-width: 767px) {
  .footer .office-info__buttons button {
    flex-basis: auto;
  }
}
.footer .office-info figure, .footer .office-info figure.single-location-map {
  margin: 24px -24px 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .office-info figure, .footer .office-info figure.single-location-map {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-info figure, .footer .office-info figure.single-location-map {
    margin: -5px 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer .office-info figure, .footer .office-info figure.single-location-map {
    margin: 24px 0 0;
  }
}
.footer .office-info figure img, .footer .office-info figure.single-location-map img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer .office-info figure img, .footer .office-info figure.single-location-map img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .footer .office-info figure.single-location-map {
    margin: 24px 0 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .footer .office-info figure.d-md-none {
    position: relative;
    left: -2.5px;
  }
}
@media (min-width: 768px) {
  .footer .office-info figure.multiple-location-map {
    position: absolute;
    top: 0;
    left: 43%;
    width: 100%;
    max-width: 380px;
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .office-info figure.multiple-location-map {
    left: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-info figure.multiple-location-map {
    margin-top: 0;
    z-index: -2;
    width: 100%;
    max-width: 522px;
    height: 530px;
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .footer .office-info figure.multiple-location-map .multiple-location-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-info .info-hours {
    background-color: var(--color-neutral);
    width: 100%;
    max-width: 319px;
    height: 330px;
    position: absolute;
    top: 149px;
    left: 335px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-info .info-hours .opening-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.05px;
    color: var(--accent-color);
    text-align: center;
    margin-top: 32px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-info .info-hours .opening-hours {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-info .info-hours .opening-hours table {
    margin: 0 auto;
    color: #000;
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-info .info-hours .opening-hours table tr {
    border-bottom: 1px solid #b4b9ab;
  }

  .footer .office-info .info-hours .opening-hours table tr:first-of-type {
    border-top: 1px solid #b4b9ab;
  }

  .footer .office-info .info-hours .opening-hours table tr th,
.footer .office-info .info-hours .opening-hours table tr td {
    border: 0;
    padding: 0;
  }

  .footer .office-info .info-hours .opening-hours table tr th:nth-child(2),
.footer .office-info .info-hours .opening-hours table tr td:nth-child(2) {
    padding-left: 30px;
  }

  .footer .office-info .info-hours .opening-hours table tr td {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 41.13px;
    letter-spacing: 0.14px;
  }
}
.footer .footer-contact {
  position: relative;
  z-index: 1;
  background-color: var(--contact-footer-bg-color);
  background-image: var(--contact-footer-bg-img);
  background-repeat: repeat;
  background-position: center;
  padding: 40px 0 0;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact {
    padding: 50px 0 0;
  }
}
.footer .footer-contact .connect-txt {
  font-size: 17px;
  line-height: 33px;
}

.footer .footer-contact .connect-arrow-icon {
  margin: 0.5rem auto 1.5rem;
  transition: all 0.2s ease-in-out;
}

.footer .footer-contact:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: var(--color-neutral);
  bottom: -10px;
  left: 0;
  right: 0;
}

.footer .footer-contact ul.social-icon-list {
  text-align: center;
  justify-content: center;
  position: relative;
}

.footer .footer-contact ul.social-icon-list li a {
  position: relative;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact ul.social-icon-list li a:hover {
    margin-top: -6px;
  }
}
.footer .footer-bottom {
  position: relative;
  padding: 28px 0 0;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom {
    padding: 25px 0 0;
  }
}
.footer .footer-bottom .footer-links {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-links {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-links {
    margin-bottom: 20px;
  }
}
.footer .footer-bottom .footer-links ul.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-links ul.footer-menu {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-links ul.footer-menu {
    justify-content: space-evenly;
  }
}
.footer .footer-bottom .footer-links ul.footer-menu li {
  position: relative;
  margin-bottom: 0;
}

.footer .footer-bottom .footer-links ul.footer-menu li:last-child {
  margin-right: 0;
}

.footer .footer-bottom .footer-links ul.footer-menu li:last-child:after {
  display: none;
}

.footer .footer-bottom .footer-links ul.footer-menu li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -6.5px;
  height: 13px;
  width: 1px;
  background-color: #7f8c8d;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-links ul.footer-menu li:after {
    right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-links ul.footer-menu li:after {
    right: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-links ul.footer-menu li:after {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-links ul.footer-menu li:after {
    display: none;
  }
}
.footer .footer-bottom .footer-links ul.footer-menu li a {
  padding: 8px 0;
  color: var(--header-main-m-color);
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-bottom .footer-links ul.footer-menu li a {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.6px;
  }
}
.footer .footer-bottom .footer-links ul.footer-menu li a:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

.footer .footer-bottom .footer-copyright {
  background-color: #fff;
  padding: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-copyright .container {
    width: 100%;
    max-width: 100%;
  }

  .footer .footer-bottom .footer-copyright .container .cn-white {
    background-color: #fff;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-copyright {
    padding: 23px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright {
    padding: 2rem 0;
  }
}
.footer .footer-bottom .copyright-links-holder {
  display: block;
  text-align: center;
}

.footer .footer-bottom .copyright-links-holder .mob-v {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .copyright-links-holder .mob-v {
    display: none;
  }
}
.footer .footer-bottom .copyright {
  color: #2b2b2b;
  font-size: 11px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer .footer-bottom .copyright {
    margin: 1.8rem auto auto;
  }
}
.footer .footer-bottom .copyright a {
  color: var(--header-main-m-color);
}

.footer .footer-bottom .copyright a:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

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

@media screen and (min-width: 992px) {
  .footer .footer-bottom .sitemap-privacy-links {
    margin: 3px auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-bottom .sitemap-privacy-links {
    display: inline-flex;
    margin-right: unset;
  }
}
.footer .footer-bottom .sitemap-privacy-links li {
  margin-right: 30px;
  margin-bottom: 0;
}

.footer .footer-bottom .sitemap-privacy-links li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -16px;
  height: 16px;
  width: 1px;
  background-color: #dfdcd9;
}

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

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

.footer .footer-bottom .sitemap-privacy-links li a {
  color: var(--header-main-m-color);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 30.02px;
}

.footer .footer-bottom .sitemap-privacy-links li a:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

.footer .footer-bottom .built-by {
  padding-right: 30px;
  margin: 0;
  text-align: center;
  color: #2b2b2b;
  font-size: 11px;
  font-weight: 500;
  line-height: 22.05px;
  letter-spacing: 0.49px;
}

@media screen and (max-width: 575px) {
  .footer .footer-bottom .built-by {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-bottom .built-by {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
  }
}
.footer .footer-bottom .built-by:before {
  content: url(../images/CW-favicon.png);
  margin-top: 2px;
}

@media (max-width: 767px) {
  .footer .footer-bottom .built-by:before {
    position: relative;
    top: 3px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .built-by:before {
    position: absolute;
    margin-left: -20px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .built-by:before {
    margin-top: 4px;
  }
}
.footer .footer-bottom .built-by img {
  margin-top: 5px;
  margin-right: 9px;
}

.footer .footer-bottom .built-by a {
  color: var(--header-main-m-color);
}

.footer .footer-bottom .built-by a:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

.footer .footer-bottom a.btn-back {
  display: block;
  margin: 5px auto;
  max-width: 60px;
  border-radius: 50%;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom a.btn-back {
    margin: 20px auto 0;
  }
}
.footer .footer-bottom a.btn-back:is(:hover, :focus) {
  top: -3px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.community {
  background-color: #efeeec;
}

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

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

.practice-areas .section-heading {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .practice-areas .section-heading {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 504px;
  }
}
.practice-areas .section-heading .section-title {
  margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
  .practice-areas .section-heading .section-title {
    margin-bottom: 13px;
  }
}
.practice-areas .section-heading .content {
  margin: 0 auto;
  max-width: 336px;
}

@media screen and (min-width: 768px) {
  .practice-areas .section-heading .content {
    max-width: 960px;
  }
}
.practice-areas .btn-wrapper {
  margin-top: 18px;
}

@media screen and (min-width: 992px) {
  .practice-areas .btn-wrapper {
    margin-top: 8px;
  }
}
.practice-area-list .item {
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .practice-area-list .item {
    margin-bottom: 20px;
  }
}
.practice-area-list .pa-item {
  position: relative;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.practice-area-list .pa-item:hover:before {
  background-color: #1D3953;
}

.practice-area-list .pa-item:hover .pa-title {
  opacity: 0;
  visibility: hidden;
}

.practice-area-list .pa-item:hover .content {
  visibility: visible;
  opacity: 1;
}

.practice-area-list .pa-item:hover .content .pa-title {
  opacity: 1;
  visibility: visible;
  transition: none;
}

.practice-area-list .pa-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f6f9;
  opacity: 0.91;
  transition: background-color 0.2s ease-in;
}

.practice-area-list .pa-item .pa-title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 30px;
  max-width: 175px;
  width: 100%;
  color: #1D3953;
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in;
}

.practice-area-list .pa-item .pa-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 68px;
  height: 6px;
  background-color: #b30000;
  transform: translateX(-50%);
}

.practice-area-list .pa-item .content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in;
}

.practice-area-list .pa-item .content .pa-title {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 25px;
  margin-bottom: 10px;
  color: #fff;
  transform: none;
}

.practice-area-list .pa-item .content .pa-title br {
  display: none;
}

.practice-area-list .pa-item .content .pa-info {
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
}

.practice-area-list .pa-item .content .btn {
  margin-top: 15px;
  padding: 12px;
  min-width: auto;
  width: 232px;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

.practice-area-list .pa-item .content .btn br {
  display: none;
}

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

.practice-area-list-mobile .accordion {
  margin: 0 -10px;
  background-color: #fff;
}

.practice-area-list-mobile .pa-item-accordion {
  margin-bottom: 5px;
}

.practice-area-list-mobile .pa-item-accordion .heading-title {
  position: relative;
  display: block;
  padding: 11px 70px 11px 15px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  line-height: 40px;
  background-color: #1D3953;
}

.practice-area-list-mobile .pa-item-accordion .heading-title br {
  display: none;
}

.practice-area-list-mobile .pa-item-accordion .heading-title[aria-expanded=true] {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}

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

.practice-area-list-mobile .pa-item-accordion .heading-title .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 100%;
  background-color: #003786;
}

.practice-area-list-mobile .pa-item-accordion .heading-title .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 12px;
  background: url(../images/icons/icon-arrow-down.svg) no-repeat center;
  transform: translate(-50%, -50%);
}

.practice-area-list-mobile .pa-item-accordion-body {
  padding: 25px 15px;
  color: #fff;
  text-align: center;
  background-color: #1D3953;
}

.practice-area-list-mobile .pa-item-accordion-body .pa-info {
  font-size: 17px;
  line-height: 28px;
}

.practice-area-list-mobile .pa-item-accordion-body .pa-info em {
  font-style: italic;
}

.practice-area-list-mobile .pa-item-accordion-body .btn {
  margin-top: 15px;
  padding: 12px;
  min-width: auto;
  width: 232px;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

.more-practice-area {
  margin-top: 50px;
}

.more-practice-area .section-title {
  margin-bottom: 28px;
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .more-practice-area .section-title {
    font-size: 30px;
  }
}
.more-practice-area .more-pa-item {
  margin-bottom: -1px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 767px) {
  .more-practice-area .more-pa-item {
    margin: 0 -10px -1px;
  }
}
.more-practice-area .more-pa-item a {
  position: relative;
  display: block;
  padding: 16px 45px 16px 16px;
  font-family: var(--third-font), sans-serif;
  font-size: 18px;
  color: var(--text-color);
  background-color: #fff;
}

.more-practice-area .more-pa-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 24px;
  height: 15px;
  background: url(../images/icons/icon-arrow-right-v2.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}

.more-practice-area .more-pa-item a:hover {
  color: #b30000;
  background-color: #f4f4f4;
}

.results-part {
  margin-top: 50px;
  padding: 40px 0;
  background-image: var(--res_lg_bg_image);
  background-repeat: var(--res-bg-repeat);
  background-size: var(--res-bg-size);
  background-color: var(--res-br-color);
}

@media screen and (min-width: 768px) {
  .results-part {
    margin-top: 80px;
    padding: 57px 0 70px;
  }
}
.results-part .section-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .results-part .section-title {
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 768px) {
  .results-part .grid-results .item {
    padding: 27px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .results-part .grid-results .item {
    border: none;
  }

  .results-part .grid-results .item.swiper-slide-active {
    border-right: 2.5px solid #dae1e7;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .results-part .grid-results .item {
    border: none;
  }

  .results-part .grid-results .item.swiper-slide-active, .results-part .grid-results .item.swiper-slide-next {
    border-right: 2.5px solid #dae1e7;
  }
}
.results-part .btn-wrapper {
  margin-top: 46px;
}

@media (max-width: 767px) {
  .results-part .btn-wrapper {
    margin-top: 30px;
  }

  .results-part .btn-wrapper .btn {
    padding: 19px 20px;
  }
}
@media screen and (min-width: 768px) {
  .results-slider {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .results-slider:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 147px;
    background-color: #fff;
    top: 113px;
    left: -12px;
    opacity: 0.2;
  }
}
@media screen and (min-width: 992px) {
  .results-slider:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .results-slider:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 153px;
    background-color: #fff;
    top: 114px;
    right: -12px;
    opacity: 0.2;
  }
}
@media screen and (min-width: 992px) {
  .results-slider:after {
    content: none;
  }
}
.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .grid-results {
    max-width: 275px;
  }
}
@media screen and (min-width: 768px) {
  .grid-results .item {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .grid-results .item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 174px;
    background-color: #fff;
    top: -10px;
    right: -12px;
    opacity: 0.2;
  }
}
@media screen and (min-width: 992px) {
  .grid-results .item:after {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .grid-results .item:first-of-type:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 174px;
    background-color: #fff;
    top: -10px;
    left: 0;
    opacity: 0.2;
  }
}
.grid-results .item:last-child {
  border-right: none;
}

.grid-results .item .amount {
  margin-bottom: 18px;
  color: var(--results-amount-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.58px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .grid-results .item .amount {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 992px) {
  .grid-results .item .amount {
    padding-bottom: 17px;
  }
}
.grid-results .item .amount:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 4px;
  background-color: var(--accent-color);
}

.grid-results .item .results-content {
  margin: auto;
  width: 100%;
  color: var(--results-category-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .grid-results .item .results-content {
    font-size: 16px;
    line-height: 25px;
  }
}
.grid-results .item .results-content p {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.results {
  position: relative;
  z-index: 1;
  margin: 20px 0 40px;
}

@media screen and (min-width: 768px) {
  .results {
    margin: 20px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .results {
    margin: 0 0 70px;
  }
}
@media screen and (min-width: 1200px) {
  .results {
    margin: 0 0 90px;
  }
}
.results .content {
  position: relative;
  padding: 42px 42px 20px;
}

@media screen and (min-width: 768px) {
  .results .content {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .results .content {
    padding: 70px 0 80px;
  }
}
.results .content .results-slider {
  position: relative;
}

.results .content .results-slider .section-title {
  font-family: var(--main-font), sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .results .content .results-slider .section-title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.85px;
    line-height: normal;
  }
}
.results .content .results-slider .results-intro-content {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-color);
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .results .content .results-slider .results-intro-content {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 40px;
  }
}
.results .content .grid-results {
  margin-top: 48px;
}

.results .content .btn-wrapper {
  margin-top: 25px;
}

.results .content .btn-wrapper .btn {
  padding: 23px;
}

.awards-part {
  position: relative;
  padding: 30px 40px 50px;
}

@media screen and (max-width: 767px) {
  .awards-part {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .awards-part {
    padding: 60px 0;
  }
}
.awards-part .container {
  position: relative;
}

@media screen and (min-width: 1400px) {
  .awards-part .container {
    max-width: 1039px;
  }
}
.awards-part .container:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1140px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: unset;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1400px) {
  .awards-part .container:before {
    width: 1140px;
  }
}
.home .awards-part {
  padding: 30px 0;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .home .awards-part {
    padding: 30px 40px 0;
    position: relative;
    background-color: #fff;
    border-top: 6px solid var(--accent-color);
    max-width: 725px;
    top: -35px;
  }
}
@media screen and (min-width: 992px) {
  .home .awards-part {
    max-width: 975px;
    padding: 37px 55px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .awards-part {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .home .awards-part {
    padding: 37px 50px 0;
  }

  .home .awards-part .container {
    max-width: 1140px;
  }
}
.home .awards-part .container:before {
  content: none;
}

.home .awards-part .swiper-button-prev {
  background-image: url(../images/arrows/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 36px;
  left: 5px;
}

@media screen and (min-width: 768px) {
  .home .awards-part .swiper-button-prev {
    left: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .home .awards-part .swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home .awards-part .swiper-button-prev {
    background-size: 19px 23px;
    width: 19px;
    height: 23px;
    transform: translateY(40%);
  }
}
.home .awards-part .swiper-button-prev:after {
  content: none;
}

.home .awards-part .swiper-button-next {
  background-image: url(../images/arrows/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 36px;
  right: 5px;
}

@media screen and (min-width: 768px) {
  .home .awards-part .swiper-button-next {
    right: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .home .awards-part .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home .awards-part .swiper-button-next {
    background-size: 19px 23px;
    width: 19px;
    height: 23px;
    transform: translateY(40%);
  }
}
.home .awards-part .swiper-button-next:after {
  content: none;
}

.awards-part .awards-slider {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .awards-part .awards-slider {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .awards-part .awards-slider {
    padding: 0 35px;
  }
}
.awards-part .awards-slider .swiper-wrapper {
  margin-bottom: 0;
}

.awards-part .awards-slider .swiper-wrapper .swiper-slide {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .awards-part .swiper-button-prev {
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .awards-part .swiper-button-next {
    right: -20px;
  }
}
.awards-part .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .awards-part .swiper-pagination {
    display: none;
  }
}
.custom-nav-awards,
.custom-nav-test,
.custom-nav-results {
  width: 100%;
  clear: both;
  position: absolute;
  z-index: 11;
  top: 3%;
}

@media screen and (min-width: 992px) {
  .custom-nav-awards,
.custom-nav-test,
.custom-nav-results {
    top: 27%;
  }
}
.custom-nav-awards button,
.custom-nav-test button,
.custom-nav-results button {
  border: 0;
  box-shadow: none;
  background: none;
  cursor: pointer;
  width: 35px;
  height: 64px;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -32px;
  font-size: 0;
}

.custom-nav-awards {
  top: 70%;
}

.meet-our-attorneys {
  padding: 25px 0 50px;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .meet-our-attorneys {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .meet-our-attorneys {
    margin-bottom: 30px;
  }
}
.meet-our-attorneys .section-title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #3c3a3a;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .meet-our-attorneys .section-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .meet-our-attorneys .section-title {
    font-weight: 800;
    margin-bottom: 10px;
  }
}
.meet-our-attorneys .intro-content-txt {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-tertiary);
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .meet-our-attorneys .intro-content-txt {
    width: 100%;
    max-width: 504px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .meet-our-attorneys .intro-content-txt {
    width: 100%;
    max-width: 270px;
    margin: auto;
    margin-bottom: 25px;
  }
}
.meet-our-attorneys .swiper-button-prev, .meet-our-attorneys .swiper-button-next {
  display: block;
  top: 40%;
}

@media screen and (min-width: 992px) {
  .meet-our-attorneys .swiper-button-prev, .meet-our-attorneys .swiper-button-next {
    display: none;
  }
}
.meet-our-attorneys .swiper-button-prev {
  background-image: url(../images/arrows/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.meet-our-attorneys .swiper-button-prev:after {
  content: none;
}

.meet-our-attorneys .swiper-button-next {
  background-image: url(../images/arrows/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.meet-our-attorneys .swiper-button-next:after {
  content: none;
}

.meet-our-attorneys .btn-wrapper {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .meet-our-attorneys .btn-wrapper {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .meet-our-attorneys .grid-attorney {
    max-width: 335px;
  }
}
.attorney-item {
  width: 100%;
  max-width: 239px;
}

@media (max-width: 767px) {
  .attorney-item {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .attorney-item {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .attorney-item {
    max-width: 263px;
  }
}
.attorney-item .image-holder {
  height: 100%;
  max-height: 272px;
}

@media screen and (min-width: 1200px) {
  .attorney-item .image-holder {
    height: 100%;
    max-height: 300px;
  }
}
.attorney-item .info {
  margin-top: 17px;
  text-align: center;
}

.attorney-item .info .name {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #474747;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.attorney-item .info .position {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.attorney-item .info .full-profile {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary);
  text-decoration: underline;
  text-transform: lowercase;
}

.meet-attorney {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .meet-attorney {
    padding: 60px 0;
  }
}
.meet-attorney .single-attorney-item {
  position: relative;
  padding: 30px 15px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .meet-attorney .single-attorney-item {
    padding: 77px 0 90px;
  }
}
@media (max-width: 1199px) {
  .meet-attorney .single-attorney-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .meet-attorney .single-attorney-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5%;
    height: 100%;
    background-color: #fff;
  }
}
.meet-attorney .single-attorney-item .row {
  position: relative;
}

.meet-attorney .image-holder {
  display: inline-block;
  border: 5px solid #fff;
}

.meet-attorney .info {
  padding-right: 15px;
  max-width: 800px;
}

@media (max-width: 1199px) {
  .meet-attorney .info {
    margin: 30px auto 0;
  }
}
.meet-attorney .info .name {
  margin-bottom: 25px;
}

.meet-attorney .info .btn-wrapper {
  margin-top: 34px;
}

.our-staff {
  padding: 40px 0 18px;
  background-color: #f4f4f4;
  background-image: url(../images/bg-pattern-2.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {
  .our-staff {
    padding: 55px 0 18px;
  }
}
.our-staff .section-title {
  margin-bottom: 50px;
}

.our-staff .staff-list {
  margin: auto;
  max-width: 940px;
}

.our-staff .staff-item {
  max-width: 210px;
  margin-bottom: 50px;
  border-top: 5px solid #b30000;
}

@media (max-width: 767px) {
  .our-staff .staff-item {
    margin: 0 auto 30px;
  }
}
.our-staff .staff-item .info {
  margin-top: 20px;
  text-align: center;
}

.our-staff .staff-item .info .name {
  color: #1D3953;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.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 (min-width: 992px) and (max-width: 1199px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 21px;
  }
}
.videos-part .grid-videos .item a:hover .icon-play-st0 {
  stroke: #eb5b13;
}

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

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

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