/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  display: block;
  zoom: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
Styling found in critical.scss file
*/
.sidebar {
  max-width: 450px;
  /*&-subtitle {
    color: $sidebar-title;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1.91px;
    line-height: 24px;
    text-transform: uppercase;
  }*/
  /*&-expect {
    text-align: center;
    height: 100%;

    &-related {

        .sidebar-holder {
            background-color: $sidebar-bg-alt !important;

            a {
                color: #f4f6f7;
                display: block;
                padding: 10px 8px;
            }
        }
    }

    .image-holder {
        margin-bottom: 60px;

    }
  }*/
  /*.image-holder {
    margin-bottom: 60px;

    @include media('<desktop') {
      margin: 0 auto 25px;
      text-align: center;
    }

  }*/
}

@media screen and (min-width: 1400px) {
  .sidebar {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 35px;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 60px;
}

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

.sidebar .sidebar-item:not(:empty) {
  /*.credentials-holder {

    .card {

      .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);

        .btn {
          padding: 0.75rem 1.25rem;
          background: none;
          width: 100%;
          text-align: left;
        }

      }

      .card-body {
        padding: 1.25rem;
        padding-left: 10px;
      }

    }

  }*/
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  background-color: #082035;
  background: linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);
  padding: 30px 15px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 38px 20px 25px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 38px 27px 25px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  margin-bottom: 26px;
  color: #fff;
}

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

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_search .list li, .sidebar .sidebar-item:not(:empty) .widget_categories .list li, .sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li {
  position: relative;
  list-style: none;
  padding: 10px 0 13px;
  border-bottom: 1px solid #30ABBC;
  text-align: left;
  margin: 0;
}

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

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
  position: relative;
  display: block;
  padding-right: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
    font-size: 18px;
    line-height: 27px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a:after, .sidebar .sidebar-item:not(:empty) .widget_search .list li a:after, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a:after, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a:after,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a:after,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 15px;
  transform: translateY(-50%);
  background: url(../images/icons/icon-arrow-right.svg) no-repeat center;
  background-size: contain;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget {
  padding: 40px 20px;
  border: 1px solid rgba(30, 62, 79, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .phone-label {
  color: #003565;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.221px;
  letter-spacing: 11.865px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .phone-label span {
  display: block;
  margin-top: 20px;
  color: #6C6C6C;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 17.797px;
  letter-spacing: 5.932px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .description {
  display: block;
  margin-top: 21px;
  color: #6C6C6C;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #133857;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.314px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
  /*border: 1px solid #FFF;*/
  background: #082035;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_wrapper.gravity-theme .gform_fields {
  column-gap: 22px !important;
  row-gap: 3px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_wrapper.gravity-theme .gfield .ginput_container input {
  height: 40px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: calc(100% - 21px);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  box-shadow: none;
  border: none;
  padding: 30px 12px 30px;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 20px 45px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 30px 36px 55px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std span {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 25px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_fields,
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform-theme--foundation .gform_fields {
  row-gap: 18px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .ginput_container_checkbox {
  margin-top: 12px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget {
  border: 1px solid #D4DFE4;
  background: #EFF3F3;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail {
  border: 2px solid #FFF;
  background: url() lightgray -43.137px -5.662px/158.201% 232.757% no-repeat;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
  margin-top: 14px;
  color: #464646;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
  color: #3D3D3D;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
    text-align: left;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__button a {
  color: #092A4E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__button a:after {
  filter: brightness(0) saturate(100%) invert(61%) sepia(80%) saturate(371%) hue-rotate(139deg) brightness(81%) contrast(92%);
  content: url(../images/icons/att-button.svg);
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials {
  background: linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);
  padding: 42px 25px 58px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .title {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  margin-bottom: 34px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .testimonials-video-section-wrap .testimonials-video-section__item {
  padding-left: 35px;
  padding-right: 35px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .testimonials-video-section-wrap .testimonials-video-section__item img {
  border: 3px solid #FFF;
  background: linear-gradient(90deg, rgba(44, 163, 161, 0) 60.73%, #2CA3A1 100%), url() lightgray -114.404px -5.848px/136.554% 127.266% no-repeat;
  box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.25);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .testimonials-video-section-wrap .testimonials-video-section__item a {
  position: relative;
  margin-bottom: 0px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .testimonials-video-section-wrap .testimonials-video-section__item a:before {
  content: url(../images/icons/video-widget-icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .testimonials-video-section-wrap .testimonials-video-section__item a .bg {
  background: linear-gradient(90deg, rgba(44, 163, 161, 0) 60.73%, #2CA3A1 100%), url(./) rgba(211, 211, 211, 0) -114.404px -5.848px/136.554% 127.266% no-repeat;
  /*box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.25);*/
  height: 242px;
  width: 343px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .arrow-prev {
  top: 45%;
  left: 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(9%) hue-rotate(7deg) brightness(103%) contrast(100%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_video_widget .video-testimonials .arrow-next {
  top: 45%;
  right: 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(9%) hue-rotate(7deg) brightness(103%) contrast(100%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget {
  border: 1px solid #D4DFE4;
  background: #EFF3F3;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  padding: 45px 25px 70px 25px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  padding-bottom: 45px;
  text-align: center;
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .arrow-prev {
  top: 40%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .arrow-next {
  top: 40%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget {
  background: var(--gradient, linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%));
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive {
  background: none;
  padding: 35px 38px 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive .sidebar-title {
  text-transform: none;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  padding-bottom: 16px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li {
  border-top: 0px;
  border-bottom: 1px solid #30ABBC;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  padding-right: 10px;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /*padding-bottom: 20px;*/
  padding-right: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li a:after, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li a:after, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:after, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li a:after,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:after,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li a:after, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a:after {
  /*content: url(../images/icons/icon-sidebar-list.svg);*/
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /*margin-top: 2px;*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li a:hover, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a:hover {
  text-decoration: underline;
}

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

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

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
  padding: 35px 5px 33px !important;
}

@media screen and (min-width: 415px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
    padding: 35px 15px 33px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .sidebar-title {
  padding-top: 26px;
  padding-bottom: 26px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  background: url(../images/bg-quote.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .sidebar-title span {
  width: 60%;
  text-align: left;
  line-height: 28px;
}

@media screen and (min-width: 500px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .sidebar-title span {
    width: auto;
    text-align: initial;
    line-height: initial;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .sidebar-title span {
    width: 60%;
    text-align: left;
    line-height: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .sidebar-title span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .sidebar-title span {
    width: auto;
    text-align: initial;
    line-height: initial;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
  border: 1px solid #D4DFE4;
  background: #EFF3F3;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
    padding: 35px 5px 33px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial {
  text-align: center;
  padding: 0 45px;
}

@media screen and (min-width: 550px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial {
    padding: 0 55px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial {
    padding: 0 45px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial {
    padding: 0 54px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial p {
  text-align: left;
  color: #3D3D3D;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial .author {
  margin-left: 8px;
  text-align: left;
  color: #1A3654;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  display: block;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .arrow-prev {
  top: 40%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .arrow-next {
  top: 40%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background: linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);
  padding: 38px 20px 50px 20px;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 38px 30px 50px 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 35px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) img {
  border: 2px solid #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .title {
  display: block;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .item.swiper-slide {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .item.swiper-slide {
    padding-left: initial;
    padding-right: initial;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .meet {
  display: block;
  margin-top: 12px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .meet:after {
  content: url(../images/icons/att-button.svg);
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev {
  top: 35%;
  left: 0px;
  filter: brightness(0) invert(1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next {
  top: 35%;
  right: 0px;
  filter: brightness(0) invert(1);
}

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

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

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-next {
  top: 35%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  background: linear-gradient(90deg, #1F5773 0%, #309CB4 100%);
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 47px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:hover {
  color: #fff;
  background: linear-gradient(90deg, #103F57 0%, #03819D 100%);
}

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

.sidebar-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
}

.sidebar-toc-accordion .accordion-tab,
.toc-accordion-mobile .accordion-tab {
  margin-bottom: 20px !important;
}

.sidebar-toc-accordion .accordion-tab .tab-label,
.toc-accordion-mobile .accordion-tab .tab-label {
  font-size: 19px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  padding-left: 20px;
  background: linear-gradient(90deg, #082035 60.5%, #1C8D96 94.85%);
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}

.sidebar-toc-accordion .accordion-tab .tab-label:after,
.toc-accordion-mobile .accordion-tab .tab-label:after {
  background: url("../images/icons/open-menu.svg");
  width: 28.875px;
  height: 22.375px;
  right: 17px !important;
}

.sidebar-toc-accordion .accordion-tab .tab-content,
.toc-accordion-mobile .accordion-tab .tab-content {
  padding-top: 9px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 0px !important;
  padding-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .sidebar-toc-accordion .accordion-tab .tab-content,
.toc-accordion-mobile .accordion-tab .tab-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 20px !important;
  }
}
.sidebar-toc-accordion .accordion-tab .tab-content ul,
.toc-accordion-mobile .accordion-tab .tab-content ul {
  margin-bottom: 0;
  padding-left: 0 !important;
}

.sidebar-toc-accordion .accordion-tab .tab-content ul li,
.toc-accordion-mobile .accordion-tab .tab-content ul li {
  padding: 12px 0;
  margin: 0;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  border-bottom: 1px solid #30ABBC;
}

@media screen and (min-width: 768px) {
  .sidebar-toc-accordion .accordion-tab .tab-content ul li,
.toc-accordion-mobile .accordion-tab .tab-content ul li {
    padding: 18px 0;
    margin: 0 0 9px;
  }
}
.sidebar-toc-accordion .accordion-tab .tab-content ul li:last-child,
.toc-accordion-mobile .accordion-tab .tab-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar-toc-accordion .accordion-tab .tab-content ul li a,
.toc-accordion-mobile .accordion-tab .tab-content ul li a {
  display: block;
  padding-right: 30px;
  color: #fff !important;
  text-decoration: none !important;
}

.sidebar-toc-accordion .accordion-tab .tab-content ul li a:after,
.toc-accordion-mobile .accordion-tab .tab-content ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/icons/icon-sidebar-toc.svg) no-repeat center;
  background-size: contain;
}

.sidebar-toc-accordion .accordion-tab input:checked + .tab-label::after,
.toc-accordion-mobile .accordion-tab input:checked + .tab-label::after {
  filter: brightness(0) invert(1);
  width: 22px;
  height: 22px;
  background: url(../images/icons/icon-close-menu.svg) center;
  background-repeat: no-repeat;
}

.sidebar-toc-accordion .accordion-tab input:checked ~ .tab-content,
.toc-accordion-mobile .accordion-tab input:checked ~ .tab-content {
  background: #0D2438;
  border: 0px;
  position: initial;
}

@media screen and (min-width: 992px) {
  .sidebar-toc-accordion .accordion-tab input:checked ~ .tab-content,
.toc-accordion-mobile .accordion-tab input:checked ~ .tab-content {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 45px;
  }
}
.footer .office-info {
  color: white;
  font-size: 17px;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

.footer .office-holder {
  padding-top: 0px;
  margin-top: 35px;
  padding-bottom: 10px;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer .office-holder {
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder {
    max-width: 990px;
    padding-bottom: 50px;
    padding-left: 18px;
    padding-right: 0px;
    border: 1px solid #FFF;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-holder .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-holder .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.footer .office-holder .office-heading {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}

.footer .office-holder .row {
  justify-content: space-between;
}

.footer .office-holder .col-6 {
  width: 100%;
  max-width: 443px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 550px) {
  .footer .office-holder .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-holder .col-6 {
    width: 49%;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
.footer .office-holder .col-6 .title {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder .col-6 .title {
    text-align: left;
    margin-bottom: 18px;
  }
}
.footer .office-holder .col-6 img {
  display: block;
}

.footer .office-holder .col-6 .firm-name {
  max-width: 265px;
  margin-top: 25px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.36px;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder .col-6 .firm-name {
    margin-top: 40px;
  }
}
.footer .office-holder .col-6 .address {
  max-width: 285px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.36px;
  border-bottom: 1px solid #465966;
  padding-bottom: 20px;
}

.footer .office-holder .col-6 .address span {
  display: block;
}

.footer .office-holder .col-6 .phone {
  margin-top: 18px;
}

.footer .office-holder .col-6 .phone,
.footer .office-holder .col-6 .toll-free,
.footer .office-holder .col-6 .email {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.36px;
}

.footer .office-holder .col-6 .phone a,
.footer .office-holder .col-6 .toll-free a,
.footer .office-holder .col-6 .email a {
  color: #fff;
}

.footer .office-holder .col-6 .directions {
  margin-top: 25px;
  display: inline-block;
  border: 2px solid #2CA3A1;
  padding: 11px 31px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.footer .office-holder .col-6 .directions:hover {
  border-radius: 0.797px;
  border: 2px solid #1F5773;
  background: linear-gradient(90deg, #1F5773 0%, #36B7CE 100%);
}

.footer .office-holder .col-6:first-child {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder .col-6:first-child {
    margin-bottom: 0px;
  }
}
.footer .footer-contact {
  background: #082035 url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom 310px center;
  margin-top: -100px;
  padding-top: 125px;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact {
    margin-top: -115px;
    padding-top: 150px;
    padding-bottom: 35px;
    background-position: bottom center;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-contact {
    background-size: cover;
  }
}
.footer .footer-contact .footer-links {
  position: relative;
  margin-top: 45px;
  background: #082035;
  padding-top: 25px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .footer-links {
    margin-top: 20px;
    background: transparent;
    padding-top: 0px;
  }
}
.footer .footer-contact .footer-links .footer-nav-wrap {
  padding: 25px 0;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .footer-links .footer-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-contact .footer-links .footer-nav-wrap span {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
}

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

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

@media screen and (min-width: 1440px) {
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li {
    margin-left: 28px;
    margin-right: 28px;
  }
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li {
    margin: 2px 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li {
    margin: 0 15px;
  }
}
.footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li a {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

.footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li a {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-contact .footer-links .footer-nav-wrap ul.footer-menu li a {
    font-size: 14px;
  }
}
.footer .footer-contact .footer-links .back-to-top {
  display: block;
}

.footer .footer-contact .footer-links .back-to-top img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .footer-links .back-to-top {
    display: none;
  }
}
.footer .footer-top {
  padding-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-top {
    padding-top: 15px;
  }
}
.footer .footer-top .container {
  padding: 50px 32px 28px 32px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .footer .footer-top .container {
    padding: 50px 32px 50px 32px;
  }
}
.footer .footer-top .col-4 {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .col-4 {
    width: 50%;
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .col-4 {
    width: 27.333333%;
  }
}
.footer .footer-top .col-8 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .col-8 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .col-8 {
    width: 72.666667%;
  }
}
.footer .footer-top .tb-version {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .tb-version {
    display: block;
    margin-top: 60px;
  }
  .footer .footer-top .tb-version .cta-label {
    color: #003565;
    text-align: right;
    font-family: var(--main-font), sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 10px;
    text-transform: uppercase;
    max-width: 260px;
    position: relative;
    right: 15px;
  }
  .footer .footer-top .tb-version .cta-label span {
    color: #6C6C6C;
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    right: 5px;
  }
  .footer .footer-top .tb-version a {
    width: 60%;
    color: #133857;
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 5px;
  }
  .footer .footer-top .tb-version a span {
    color: #6C6C6C;
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 12px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .tb-version {
    position: relative;
    left: 20px;
  }
  .footer .footer-top .tb-version:last-child {
    position: relative;
    left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .tb-version {
    display: none;
  }
}
.footer .footer-top .tb-version:last-child {
  text-align: center;
  width: 55%;
  position: relative;
  right: 0px;
}

@media screen and (min-width: 992px) {
  .footer .footer-top .tb-version:last-child {
    width: 44%;
    right: 100px;
  }
}
.footer .footer-top .footer-number {
  color: #003565;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 10px;
  text-transform: uppercase;
  align-items: center;
  /*display: flex;*/
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-top .footer-number .cta-label {
  width: 100%;
  color: #003565;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-number .cta-label {
    width: 33%;
    text-align: right;
    margin-top: initial;
    margin-bottom: initial;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-number .cta-label {
    font-size: 25px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-top .footer-number .cta-label {
    font-size: 28px;
    letter-spacing: 10px;
  }
}
.footer .footer-top .footer-number .cta-label span {
  display: block;
  color: #6C6C6C;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-number .cta-label span {
    display: initial;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-number .cta-label span {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-top .footer-number .cta-label span {
    font-size: 16px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1462px) {
  .footer .footer-top .footer-number .cta-label span {
    letter-spacing: 5px;
  }
}
.footer .footer-top .footer-number a {
  width: 60%;
  color: #133857;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-number a {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-number a {
    font-size: 35px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-top .footer-number a {
    font-size: 40px;
    letter-spacing: 5px;
  }
}
.footer .footer-top .footer-number a span {
  color: #6C6C6C;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 12px;
  display: block;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-number a span {
    line-height: 15px;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-number a span {
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-top .footer-number a span {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-top .footer-number {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-number {
    display: flex;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .footer .footer-top ul.social-icon-list {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    padding-top: 20px;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-bottom {
  position: relative;
}

.footer .footer-bottom .footer-copyright {
  background: #082035;
  padding-bottom: 35px;
  color: #fff;
  font-size: 13px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-copyright {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 870px) {
  .footer .footer-bottom .footer-copyright .container {
    max-width: fit-content;
  }
}
.footer .footer-bottom .footer-copyright .row {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-copyright .row {
    flex-direction: row;
  }
}
.footer .footer-bottom .footer-copyright .row .col-xl-6:first-child {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-copyright .row .col-xl-6:first-child {
    margin-top: 0px;
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-copyright .row .col-xl-6:first-child {
    width: 50%;
  }
}
.footer .footer-bottom .footer-copyright .row .col-xl-6:last-child {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-copyright .row .col-xl-6:last-child {
    width: 55%;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-copyright .row .col-xl-6:last-child {
    width: 50%;
  }
}
.footer .footer-bottom .back-to-top {
  display: none;
}

.footer .footer-bottom .back-to-top img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .back-to-top {
    display: initial;
  }
}
.footer .footer-bottom .built-by {
  text-align: center;
  color: #CEEAFF;
  font-size: 11px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .built-by {
    text-align: right;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
.footer .footer-bottom .built-by span {
  color: #fff;
}

.footer .footer-bottom .built-by span a {
  color: #fff;
}

.footer .footer-bottom .built-by img {
  margin-right: 5px;
  margin-top: 4px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .built-by img {
    margin-right: 15px;
  }
}
.footer .footer-bottom .sitemap-privacy-links {
  padding-left: 0;
  justify-content: center;
}

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

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

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

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

.footer .footer-bottom .copyright {
  color: #FFF;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  display: block;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .copyright {
    padding-right: 15px;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
.footer .footer-bottom .copyright a {
  color: #7f8c8d;
}

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

.footer .footer-bottom a.btn-back {
  display: none;
}

@media (max-width: 767px) {
  .footer .footer-bottom a.btn-back {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 62px;
    height: 65px;
  }
  .footer .footer-bottom a.btn-back span {
    color: #000;
    font-family: var(--main-font), sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    width: 41px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 26px;
  }
}
.footer .gform-theme--foundation .gform_fields {
  -moz-column-gap: 28px !important;
  column-gap: 28px !important;
  grid-row-gap: 8px !important;
  row-gap: 8px !important;
}

.footer .gfield--input-type-checkbox {
  margin-top: 11px !important;
}

.footer .gform-theme--foundation .gform_fields,
.footer .gform_wrapper.gravity-theme .gform_fields {
  display: block !important;
}

@media screen and (min-width: 1200px) {
  .footer .gform-theme--foundation .gform_fields,
.footer .gform_wrapper.gravity-theme .gform_fields {
    display: grid !important;
  }
}
.footer .gform-theme--foundation .gfield,
.footer .gform-theme--foundation .gchoice {
  margin-top: 10px !important;
}

@media screen and (min-width: 1200px) {
  .footer .gform-theme--foundation .gfield,
.footer .gform-theme--foundation .gchoice {
    margin-top: 5px !important;
  }
}
.footer .gform-theme--foundation .gform_footer {
  margin: 15px 0 0;
  margin: 3px 0 0 !important;
}

@media screen and (min-width: 1200px) {
  .footer .gform-theme--foundation .gform_footer {
    margin: 6px 0 0 !important;
  }
}
.otgs-development-site-front-end {
  display: none;
}

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

@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .pd-l {
    padding-left: 28px;
  }
}
.post-type-archive-attorney .grid-attorneys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.post-type-archive-attorney .grid-attorneys:after {
  display: none;
}

.post-type-archive-attorney .grid-attorneys .attorney-item {
  width: 90%;
  margin-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .post-type-archive-attorney .grid-attorneys .attorney-item {
    width: 51%;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-attorney .grid-attorneys .attorney-item {
    width: 40%;
  }
}
.post-type-archive-attorney .grid-attorneys .content .name {
  display: block;
  margin-top: 12px;
  color: #092A4E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.post-type-archive-attorney .grid-attorneys .content .name a {
  color: #092A4E;
}

.post-type-archive-attorney .grid-attorneys .content .title {
  display: block;
  margin-top: 12px;
  color: #092A4E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  text-decoration: underline;
}

.post-type-archive-attorney .grid-attorneys .content .title a {
  color: #092A4E;
}

.post-type-archive-attorney .grid-attorneys .content .title a:after {
  content: url(../images/icons/att-button.svg);
  margin-left: 12px;
  position: relative;
  top: 1px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(297%) hue-rotate(139deg) brightness(89%) contrast(96%);
}

.post-type-archive-attorney .grid-attorneys .content .position {
  display: block;
  margin-top: 4px;
  color: #092A4E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.post-type-archive-attorney .sidebar .widget_cw_custom_sidebar_widget,
.post-type-archive-attorney .sidebar .widget_cw_team_widget {
  display: none;
}

@media screen and (min-width: 1200px) {
  .single-attorney .divider {
    height: 165px;
  }
}
.single-attorney .main-wrapper {
  position: relative;
  overflow: visible;
}

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

.single-attorney .main-content .pd-r {
  padding-right: 10px !important;
}

@media screen and (min-width: 1200px) {
  .single-attorney .main-content .pd-r {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .main-content .pd-r {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1462px) {
  .single-attorney .main-content .pd-r {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .pd-l {
    padding-left: 28px;
  }
}
.single-attorney .arrow-button {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  z-index: 99;
}

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

@media screen and (min-width: 1200px) {
  .single-attorney .sidebar {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .sidebar {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1462px) {
  .single-attorney .sidebar {
    margin-top: 172px;
  }
}
.lawyerAccordion {
  margin-top: 85px;
  padding-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .lawyerAccordion {
    margin-top: 75px;
  }
}
.lawyerAccordion .lawyer-item .lawyer-button {
  margin-bottom: 45px;
  cursor: text;
  border: 0px;
  background: none;
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

@media screen and (min-width: 992px) {
  .lawyerAccordion .lawyer-item .lawyer-button {
    font-size: 28px;
  }
}
.lawyerAccordion .lawyer-item .lawyer-body ul li {
  color: #3D3D3D;
}

.lawyerAccordion .lawyer-item .lawyer-body ul li a {
  color: #3D3D3D;
  text-decoration: underline;
}

.lawyerAccordion .lawyer-item .lawyer-body p {
  color: #3D3D3D;
}

.home .attorneys {
  position: relative;
  padding-bottom: 0px !important;
}

@media screen and (min-width: 992px) {
  .home .attorneys {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 45%;
    position: absolute;
    left: 0px;
    z-index: 99;
  }
}
@media screen and (min-width: 1462px) {
  .home .attorneys:before {
    width: 44%;
  }
}
@media screen and (min-width: 1800px) {
  .home .attorneys:before {
    width: 46.5%;
  }
}
.home .attorneys:after {
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys:after {
    content: "";
    /*background: linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);     */
    /*background: #082035 url(../images/bg-lines-bg.svg);   */
    background-image: url(../images/bg-lines-bg.svg), linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);
    height: 76%;
    width: 50%;
    position: absolute;
    top: 16%;
    right: 0px;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys:after {
    width: 51%;
  }
}
.home .attorneys .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys .container {
    max-width: 960px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys .container {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1462px) {
  .home .attorneys .container {
    max-width: 1462px;
  }
}
.home .attorneys h2 {
  z-index: 99;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .home .attorneys h2 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home .attorneys .col-7 {
  padding-bottom: 55px;
  width: 100%;
  /*background: linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);     */
  background-image: url(../images/bg-lines-bg.svg), linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);
  /**/
}

@media screen and (min-width: 768px) {
  .home .attorneys .col-7 {
    padding-bottom: 70px;
  }
}
.home .attorneys .col-7:before {
  background: url(../images/30-years-meet-team.png);
  content: "";
  height: 278px;
  width: 278px;
  position: absolute;
  right: 0;
  z-index: 9;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top right;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys .col-7:before {
    display: none;
  }
}
@media screen and (min-width: 1199px) {
  .home .attorneys .col-7 {
    padding-bottom: initial;
    width: 57.333333%;
    background: none;
  }
}
.home .attorneys .col-7 h2 {
  padding-top: 40px;
  padding-left: 10px;
  color: #fff;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  /**/
}

@media screen and (min-width: 380px) {
  .home .attorneys .col-7 h2 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .home .attorneys .col-7 h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1199px) {
  .home .attorneys .col-7 h2 {
    padding-top: initial;
    text-align: left;
    max-width: initial;
    padding-left: initial;
    padding-left: 160px;
    top: -75px;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
}
.home .attorneys .col-7 .content {
  margin-top: 25px;
  width: 65%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys .col-7 .content {
    margin-top: initial;
    top: 60px;
    width: 85%;
    left: 14%;
    margin-left: initial;
    margin-right: initial;
  }
}
.home .attorneys .col-7 .content:after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 65%;
  height: 1px;
  z-index: 9;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys .col-7 .content:after {
    width: 86%;
  }
}
.home .attorneys .col-7 .content .attorney-prev,
.home .attorneys .col-7 .content .arrow-prev {
  left: 0px;
  /**/
}

.home .attorneys .col-7 .content .attorney-prev:hover,
.home .attorneys .col-7 .content .arrow-prev:hover {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .home .attorneys .col-7 .content .attorney-prev,
.home .attorneys .col-7 .content .arrow-prev {
    left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys .col-7 .content .attorney-prev,
.home .attorneys .col-7 .content .arrow-prev {
    left: 15px;
  }
}
.home .attorneys .col-7 .content .attorney-next,
.home .attorneys .col-7 .content .arrow-next {
  right: 0px;
  /**/
}

.home .attorneys .col-7 .content .attorney-next:hover,
.home .attorneys .col-7 .content .arrow-next:hover {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .home .attorneys .col-7 .content .attorney-next,
.home .attorneys .col-7 .content .arrow-next {
    right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys .col-7 .content .attorney-next,
.home .attorneys .col-7 .content .arrow-next {
    right: 15px;
  }
}
.home .attorneys .col-5 {
  z-index: 99;
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  /**/
}

@media screen and (min-width: 768px) {
  .home .attorneys .col-5 {
    max-width: initial;
    width: 90%;
  }
}
@media screen and (min-width: 1199px) {
  .home .attorneys .col-5 {
    width: 42.666667%;
    padding-bottom: initial;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
.home .attorneys .col-5 .attorneys__content p {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .home .attorneys .col-5 .attorneys__content p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home .attorneys .grid-attorney {
  position: relative;
  z-index: 9;
  overflow: hidden;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys .grid-attorney {
    left: 30px;
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys .grid-attorney {
    overflow: initial;
  }
}
.home .attorneys__photo {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.95);
  /**/
}

@media screen and (min-width: 380px) {
  .home .attorneys__photo {
    transform: initial;
  }
}
@media screen and (min-width: 1199px) {
  .home .attorneys__photo {
    margin-left: initial;
    margin-right: initial;
  }
}
.home .attorneys__photo a {
  position: relative;
}

.home .attorneys__photo a .name {
  position: absolute;
  top: 390px;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  z-index: 2;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys__photo a .name {
    top: 265px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys__photo a .name {
    top: 332px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys__photo a .name {
    top: 390px;
  }
}
.home .attorneys__photo a .meet {
  display: none;
}

.home .attorneys__photo a .border-img {
  border: 2px solid #FFF;
  position: absolute;
  width: 100%;
  height: 455px;
  top: 0;
  left: 0;
  z-index: 9;
}

@media screen and (min-width: 1199px) {
  .home .attorneys__photo a .border-img {
    height: 335px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys__photo a .border-img {
    height: 391px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys__photo a .border-img {
    height: 455px;
  }
}
.home .attorneys__photo a .bg {
  background: linear-gradient(180deg, rgba(13, 66, 104, 0) 65.34%, rgba(13, 66, 104, 0.86) 85.52%, rgba(28, 133, 141, 0.86) 100%), url() rgba(211, 211, 211, 0) 50%/cover no-repeat;
  height: 455px;
  width: 99%;
  position: absolute;
  left: 2px;
  top: -1px;
  z-index: 1;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys__photo a .bg {
    height: 335px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys__photo a .bg {
    height: 391px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys__photo a .bg {
    height: 455px;
  }
}
.home .attorneys__photo a:hover .name {
  top: 360px;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys__photo a:hover .name {
    top: 265px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys__photo a:hover .name {
    top: 302px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys__photo a:hover .name {
    top: 360px;
  }
}
.home .attorneys__photo a:hover .meet {
  z-index: 2;
  position: absolute;
  top: 405px;
  left: 0;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: 15%;
  text-underline-position: from-font;
  /**/
}

@media screen and (min-width: 1199px) {
  .home .attorneys__photo a:hover .meet {
    top: 305px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys__photo a:hover .meet {
    top: 345px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys__photo a:hover .meet {
    top: 405px;
  }
}
.home .attorneys__photo a:hover .meet:after {
  content: url(../images/icons/att-button.svg);
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.home .attorneys__photo img {
  /*border: 2px solid #FFF;*/
}

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

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

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

.home .attorneys .content .arrow-prev:hover {
  filter: brightness(0) invert(1);
}

.home .attorneys .content .arrow-next:hover {
  filter: brightness(0) invert(1);
}

.home .attorneys .years-badge:before {
  background: url(../images/30-years-meet-team.png);
  content: "";
  height: 278px;
  width: 278px;
  position: absolute;
  top: 275px;
  right: 0;
  z-index: 9;
}

@media screen and (min-width: 1200px) {
  .home .attorneys .years-badge:before {
    top: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .home .attorneys .years-badge:before {
    top: 220px;
  }
}
@media screen and (min-width: 1462px) {
  .home .attorneys .years-badge:before {
    top: 200px;
  }
}
.page-template-archive-pa .attorneys .container,
.page-template-about-us .attorneys .container,
.single-attorney .attorneys .container {
  /*background: var(--gradient, linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%));*/
  background-image: url(../images/bg-lines-bg.svg), linear-gradient(51deg, #082035 74.66%, #1C8D96 98.74%);
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .page-template-archive-pa .attorneys .container,
.page-template-about-us .attorneys .container,
.single-attorney .attorneys .container {
    padding-bottom: 55px;
  }
}
.page-template-archive-pa .attorneys h2,
.page-template-archive-pa .attorneys .heading,
.page-template-about-us .attorneys h2,
.page-template-about-us .attorneys .heading,
.single-attorney .attorneys h2,
.single-attorney .attorneys .heading {
  padding-top: 50px;
  padding-bottom: 25px;
  color: #fff;
  text-align: center;
}

.page-template-archive-pa .attorneys .grid-attorney-list,
.page-template-about-us .attorneys .grid-attorney-list,
.single-attorney .attorneys .grid-attorney-list {
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-archive-pa .attorneys__photo,
.page-template-about-us .attorneys__photo,
.single-attorney .attorneys__photo {
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-archive-pa .attorneys__photo a,
.page-template-about-us .attorneys__photo a,
.single-attorney .attorneys__photo a {
  position: relative;
}

.page-template-archive-pa .attorneys__photo a .name,
.page-template-about-us .attorneys__photo a .name,
.single-attorney .attorneys__photo a .name {
  position: absolute;
  top: 315px;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  z-index: 2;
}

.page-template-archive-pa .attorneys__photo a .meet,
.page-template-about-us .attorneys__photo a .meet,
.single-attorney .attorneys__photo a .meet {
  display: none;
}

.page-template-archive-pa .attorneys__photo a .border-img,
.page-template-about-us .attorneys__photo a .border-img,
.single-attorney .attorneys__photo a .border-img {
  border: 2px solid #FFF;
  position: absolute;
  width: 100%;
  height: 366px;
  top: 0;
  left: 0;
  z-index: 9;
}

.page-template-archive-pa .attorneys__photo a .bg,
.page-template-about-us .attorneys__photo a .bg,
.single-attorney .attorneys__photo a .bg {
  background: linear-gradient(180deg, rgba(13, 66, 104, 0) 65.34%, rgba(13, 66, 104, 0.86) 85.52%, rgba(28, 133, 141, 0.86) 100%), url() rgba(211, 211, 211, 0) 50%/cover no-repeat;
  height: 366px;
  width: 99%;
  position: absolute;
  left: 2px;
  top: -1px;
  z-index: 1;
}

.page-template-archive-pa .attorneys__photo a:hover .name,
.page-template-about-us .attorneys__photo a:hover .name,
.single-attorney .attorneys__photo a:hover .name {
  top: 280px;
}

.page-template-archive-pa .attorneys__photo a:hover .meet,
.page-template-about-us .attorneys__photo a:hover .meet,
.single-attorney .attorneys__photo a:hover .meet {
  z-index: 2;
  position: absolute;
  top: 328px;
  left: 0;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: 15%;
  text-underline-position: from-font;
}

.page-template-archive-pa .attorneys__photo a:hover .meet:after,
.page-template-about-us .attorneys__photo a:hover .meet:after,
.single-attorney .attorneys__photo a:hover .meet:after {
  content: url(../images/icons/att-button.svg);
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.page-template-archive-pa .attorneys__link,
.page-template-about-us .attorneys__link,
.single-attorney .attorneys__link {
  margin-bottom: 20px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-template-archive-pa .attorneys__link a:focus, .page-template-archive-pa .attorneys__link a:hover,
.page-template-about-us .attorneys__link a:focus,
.page-template-about-us .attorneys__link a:hover,
.single-attorney .attorneys__link a:focus,
.single-attorney .attorneys__link a:hover {
  padding-right: 70px;
}

.page-template-archive-pa .attorneys .content .arrow-prev-att,
.page-template-about-us .attorneys .content .arrow-prev-att,
.single-attorney .attorneys .content .arrow-prev-att {
  top: 45%;
  left: 10px;
}

.page-template-archive-pa .attorneys .content .arrow-prev-att:hover,
.page-template-about-us .attorneys .content .arrow-prev-att:hover,
.single-attorney .attorneys .content .arrow-prev-att:hover {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 450px) {
  .page-template-archive-pa .attorneys .content .arrow-prev-att,
.page-template-about-us .attorneys .content .arrow-prev-att,
.single-attorney .attorneys .content .arrow-prev-att {
    left: 35px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .attorneys .content .arrow-prev-att,
.page-template-about-us .attorneys .content .arrow-prev-att,
.single-attorney .attorneys .content .arrow-prev-att {
    top: 55%;
  }
}
.page-template-archive-pa .attorneys .content .arrow-next-att,
.page-template-about-us .attorneys .content .arrow-next-att,
.single-attorney .attorneys .content .arrow-next-att {
  top: 45%;
  right: 10px;
}

.page-template-archive-pa .attorneys .content .arrow-next-att:hover,
.page-template-about-us .attorneys .content .arrow-next-att:hover,
.single-attorney .attorneys .content .arrow-next-att:hover {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 450px) {
  .page-template-archive-pa .attorneys .content .arrow-next-att,
.page-template-about-us .attorneys .content .arrow-next-att,
.single-attorney .attorneys .content .arrow-next-att {
    right: 35px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .attorneys .content .arrow-next-att,
.page-template-about-us .attorneys .content .arrow-next-att,
.single-attorney .attorneys .content .arrow-next-att {
    top: 55%;
  }
}
@-moz-document url-prefix() {
  .single-attorney .attorneys__photo a .border-img {
    width: 99%;
  }
  .page-template-about-us .attorneys__photo a .border-img {
    width: 99%;
  }
  .page-template-about-us .attorneys__photo a .bg {
    width: 98%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-bottom: 26px;
  margin-top: -80px;
}

@media screen and (min-width: 500px) {
  .c-practice-areas {
    margin-top: -110px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas {
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 35px;
    padding-bottom: 58px;
  }
}
.c-practice-areas .more-cases {
  margin-top: 25px;
}

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header h1 {
    font-size: 51px;
  }
}
@media screen and (max-width: 501px) {
  .c-practice-areas .pa__header .heading {
    text-align: left !important;
  }
}
.c-practice-areas .pa__header-title h2 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header-title h2 {
    text-align: center;
  }
}
.c-practice-areas .pa__header-intro {
  margin-bottom: 30px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header-intro {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header-intro {
    margin-bottom: 74px;
  }
}
.c-practice-areas .pa__header-intro p {
  color: #3D3D3D;
  text-align: left;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header-intro p {
    text-align: center;
  }
}
.c-practice-areas .pa__items ul {
  margin-bottom: 30px;
  padding-left: 0;
  max-width: 97%;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .c-practice-areas .pa__items ul li {
    position: relative;
    margin-bottom: 0px;
    /*margin-bottom: 39px;*/
  }
  .c-practice-areas .pa__items ul li:before {
    content: "";
    background: linear-gradient(0deg, rgba(8, 32, 53, 0.7) 0%, rgba(8, 32, 53, 0.7));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
  }
}
@media screen and (min-width: 1480px) {
  .c-practice-areas .pa__items ul {
    max-width: 100%;
  }
}
.c-practice-areas .pa-desktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .c-practice-areas .pa-desktop {
    display: block;
  }
}
.c-practice-areas .pa-mobil {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .c-practice-areas .pa-mobil {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa-mobil .accordion-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-practice-areas .pa-mobil .accordion-item .accordion-header {
  background: linear-gradient(0deg, rgba(8, 32, 53, 0.7) 0%, rgba(8, 32, 53, 0.7) 100%), url() lightgray 0px -102.485px/100% 219.727% no-repeat;
  box-shadow: 20px 20px 60px 0px rgba(0, 28, 52, 0.25);
}

.c-practice-areas .pa-mobil .accordion-item button {
  border-radius: 0px;
  background-size: cover;
  background-position: center;
  height: 120px;
  margin-bottom: 1px;
}

.c-practice-areas .pa-mobil .accordion-item button:hover, .c-practice-areas .pa-mobil .accordion-item button:focus {
  box-shadow: none;
}

.c-practice-areas .pa-mobil .accordion-item button:before {
  content: "";
  background: linear-gradient(0deg, rgba(8, 32, 53, 0.7) 0%, rgba(8, 32, 53, 0.7));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.c-practice-areas .pa-mobil .accordion-item button[aria-expanded=true] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.c-practice-areas .pa-mobil .accordion-item button[aria-expanded=true]:after {
  background: none;
  content: url(../images/icons/close-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  margin-top: -10px;
  z-index: 9;
}

.c-practice-areas .pa-mobil .accordion-item button[aria-expanded=false]:after {
  background: none;
  content: url(../images/icons/open-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  margin-top: 8px;
  z-index: 9;
}

.c-practice-areas .pa-mobil .accordion-item button span {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  z-index: 9;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-body {
  padding-top: 30px;
  color: #3D3D3D;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-body a {
  margin-top: 22px;
  display: block;
  color: #1F5773;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: 15%;
  padding-bottom: 25px;
  text-underline-position: from-font;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa-mobil .accordion-item .accordion-body a {
    padding-bottom: 35px;
  }
}
.c-practice-areas .pa-mobil .accordion-item .accordion-body a:after {
  content: url(../images/icons/button.svg);
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.c-practice-areas .pa-mobil .accordion-item:last-of-type .accordion-header {
  box-shadow: none;
}

.c-practice-areas .pa__item {
  margin-bottom: 4px;
  position: relative;
  max-height: 308px;
  max-width: 450px;
  border: 3px solid #FFF;
  box-shadow: -1px -20px 60px 0px rgba(0, 28, 52, 0.25);
}

@media screen and (min-width: 1400px) {
  .c-practice-areas .pa__item {
    max-width: 470px;
  }
}
.c-practice-areas .pa__item:nth-child(3) {
  border: 3px solid #FFF;
  box-shadow: none;
}

.c-practice-areas .pa__item:last-child {
  border: 3px solid #FFF;
  box-shadow: none;
}

.c-practice-areas .pa__item:hover, .c-practice-areas .pa__item:focus {
  border: 0px;
  /*transform: scale(1.15);*/
  /*transform: scale(1.4);*/
  transform: scale(1.3);
  z-index: 99;
  top: -25px;
}

.c-practice-areas .pa__item:hover .pa__item-content, .c-practice-areas .pa__item:focus .pa__item-content {
  opacity: 1;
}

.c-practice-areas .pa__item:hover:before, .c-practice-areas .pa__item:focus:before {
  height: 113%;
  /*background: linear-gradient(180deg, rgba(23, 81, 121, 0.86) 0%, rgba(28, 141, 150, 0.86) 100%), url() lightgray 50% / cover no-repeat;*/
  box-shadow: 20px 20px 60px 0px rgba(0, 28, 52, 0.25);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border: 3px solid #FFF;
}

.c-practice-areas .pa__item:hover .pa__item-image-desktop, .c-practice-areas .pa__item:focus .pa__item-image-desktop {
  /*
  &:before {                    
      background: none;                    
  }
  */
}

.c-practice-areas .pa__item-content {
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 37px;
  right: 23px;
  z-index: 999;
  padding: 49px 30px;
  color: white;
  text-align: center;
  opacity: 0;
  transition: ease-in 0.3s opacity;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  /**/
  /*max-width: 400px;*/
  max-width: 375px;
  /*height: 260px;*/
}

@media screen and (min-width: 1400px) {
  .c-practice-areas .pa__item-content {
    /*left: 35px;*/
    left: 48px;
  }
}
.c-practice-areas .pa__item-content-wrapper {
  position: absolute;
  /*max-width: 360px;*/
  max-width: 315px;
  top: 50%;
  transform: translateY(-50%);
  left: 7.5%;
  z-index: 999;
  text-align: center;
}

.c-practice-areas .pa__item-content-title {
  color: #454545;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  /*font-size: 23px;*/
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.c-practice-areas .pa__item-content-text {
  margin-bottom: 15px;
  color: #3D3D3D;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  /*font-size: 14px;*/
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  /*line-height: 27px;*/
  line-height: 25px;
  /**/
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.c-practice-areas .pa__item-content-button a {
  color: #1F5773;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  /*font-size: 17px;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: 15%;
  text-underline-position: from-font;
}

.c-practice-areas .pa__item-content-button a:after {
  content: url(../images/icons/button.svg);
  margin-left: 9px;
}

.c-practice-areas .pa__item .main-link {
  color: white;
  display: block;
  padding-left: 82px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 70px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.62px;
  line-height: 40px;
  font-family: var(--main-font), sans-serif;
}

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

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    padding-left: 26px;
    transition: all 0.5s ease-out;
  }
  .c-practice-areas .pa__item .main-link span {
    display: block;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 34px;
    font-family: var(--main-font), sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-practice-areas .pa__item .main-link:hover:after {
    visibility: hidden;
  }
}
.c-practice-areas .pa__item-image {
  position: relative;
}

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

.c-practice-areas .pa__item-image-desktop {
  position: relative;
}

.c-practice-areas .pa__item-image-desktop img {
  width: 475px;
}

.c-practice-areas .pa__item-image-desktop:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  /*background: linear-gradient(0deg, rgba(8, 32, 53, 0.70) 0%, rgba(8, 32, 53, 0.70));*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.home .awards-part, .page-template-location .awards-part {
  padding: 0;
  margin-top: -15px;
}

@media screen and (min-width: 768px) {
  .home .awards-part, .page-template-location .awards-part {
    margin-top: -55px;
  }
}
@media screen and (min-width: 992px) {
  .home .awards-part, .page-template-location .awards-part {
    margin-top: -78px;
  }
}
.home .awards-part .container, .page-template-location .awards-part .container {
  padding-top: 32px;
  max-width: 92%;
  border: 1px solid rgba(30, 62, 79, 0.2);
  background: #FFF;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

@media screen and (min-width: 768px) {
  .home .awards-part .container, .page-template-location .awards-part .container {
    max-width: 96%;
  }
}
@media screen and (min-width: 992px) {
  .home .awards-part .container, .page-template-location .awards-part .container {
    max-width: 98%;
  }
}
@media screen and (min-width: 1462px) {
  .home .awards-part .container, .page-template-location .awards-part .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) {
  .home .awards-part .container .col-12, .page-template-location .awards-part .container .col-12 {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.home .awards-part .container .col-12:last-child, .page-template-location .awards-part .container .col-12:last-child {
  top: -100px;
}

@media screen and (min-width: 768px) {
  .home .awards-part .container .col-12:last-child, .page-template-location .awards-part .container .col-12:last-child {
    top: 0px;
  }
}
.home .awards-part .awards-prev,
.home .awards-part .arrow-prev, .page-template-location .awards-part .awards-prev,
.page-template-location .awards-part .arrow-prev {
  top: 44%;
  left: 25px;
}

@media screen and (min-width: 768px) {
  .home .awards-part .awards-prev,
.home .awards-part .arrow-prev, .page-template-location .awards-part .awards-prev,
.page-template-location .awards-part .arrow-prev {
    left: 70px;
  }
}
.home .awards-part .awards-next,
.home .awards-part .arrow-next, .page-template-location .awards-part .awards-next,
.page-template-location .awards-part .arrow-next {
  top: 44%;
  right: 25px;
}

@media screen and (min-width: 768px) {
  .home .awards-part .awards-next,
.home .awards-part .arrow-next, .page-template-location .awards-part .awards-next,
.page-template-location .awards-part .arrow-next {
    right: 70px;
  }
}
.page-template-location .awards-part {
  margin-top: 0;
  padding-bottom: 40px;
}

.page-template-location .awards-part .container {
  border: none;
}

.page-template-archive-pa .awards-part {
  padding-bottom: 0px;
}

.page-template-archive-pa .awards-part .container .col-12 {
  padding-left: 130px;
  padding-right: 130px;
}

.page-template-archive-pa .awards-part .arrow-next {
  top: 35% !important;
}

.page-template-archive-pa .awards-part .arrow-prev {
  top: 35% !important;
}

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

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

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

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

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

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

.team-part {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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