/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.navigation-single, .post-password-form p, .search-form, .widget, .cols-wrap, .grid {
  display: block;
  zoom: 1;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .cols-wrap:after, .grid:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

svg * {
  transition: all 0.2s ease;
}

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

.wf-active,
.wf-inactive {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  font-weight: 400;
  font-family: var(--main-font), sans-serif;
}

svg:not(:root) {
  overflow: visible !important;
}

h1:empty,
h2:empty,
h3:empty {
  display: none;
}

.indention {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

a {
  transition: all 0.2s linear;
  font-weight: 600;
  color: #003FA9;
  text-decoration-line: none;
  cursor: pointer;
}

a:hover {
  color: #C01327;
}

b,
strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

.background--blue {
  background-color: #18397b;
}

.text--white {
  color: white !important;
}

.title__border:after {
  content: url(../images/icons/border-bottom.svg);
  display: block;
  position: relative;
  bottom: 18px;
}

.title__border--white:after {
  content: url(../images/icons/border-bottom-white.svg);
  display: block;
  position: relative;
  bottom: 18px;
}

.title__border--center:after {
  margin-left: auto;
  margin-right: auto;
}

.title__border--center:before {
  left: 45%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .clip-background {
    position: relative;
  }
  .clip-background:before, .clip-background:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
  }
  .clip-background:before {
    -webkit-clip-path: polygon(306px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(306px 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    width: 77%;
  }
  .clip-background:after {
    right: calc(77% - 136px);
    width: 8px;
    background: #efeeec;
    transform: skewX(336deg);
  }
}
.grid .item {
  float: left;
}

.cols-wrap .cols {
  float: left;
  position: relative;
}

.skiplink {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

.skiplink:focus {
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.visible-print-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
}
.ebook {
  padding-top: 58px;
  margin-bottom: 65px;
}

.ebook .container:before {
  display: none;
}

@media screen and (min-width: 992px) {
  .ebook .container:before {
    display: initial;
    position: absolute;
    left: 48%;
    transform: translateX(-50%) scale(0.8);
    bottom: -125px;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .container:before {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    bottom: -125px;
  }
}
@media screen and (max-width: 600px) {
  .ebook .container .row {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.ebook .left-content {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .ebook .left-content {
    max-width: 545px;
    position: relative;
    right: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .ebook .left-content {
    position: relative;
    right: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .left-content {
    right: 0px;
  }
}
.ebook .left-content .title {
  color: #002059;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 116.667% */
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

@media screen and (min-width: 992px) {
  .ebook .left-content .title {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .left-content .title {
    font-size: 30px;
  }
}
@media (max-width: 1439px) {
  .spanish-version .ebook .left-content .title {
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .spanish-version .ebook .left-content .title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .spanish-version .ebook .left-content .title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .spanish-version .ebook .left-content .title {
    font-size: 20px;
  }
}
.ebook .left-content .sub-title {
  margin-top: 5px;
  margin-bottom: 12px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}

@media screen and (max-width: 600px) {
  .ebook .left-content .sub-title {
    margin-bottom: 5px;
  }
}
.ebook .left-content .today {
  margin: 8px 0px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
}

.ebook .left-content .phone-number {
  color: #7A212B;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 90% */
}

@media screen and (min-width: 1400px) {
  .ebook .left-content .phone-number {
    font-size: 36px;
  }
}
.ebook .left-content .btn {
  margin-left: auto;
  margin-right: auto;
}

.ebook .right-content {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .ebook .right-content {
    padding-left: 138px;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .ebook .right-content {
    padding-left: 185px;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .right-content {
    padding-left: 200px;
  }
}
.ebook .right-content .title {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 200% */
  text-align: center;
}

@media screen and (max-width: 600px) {
  .ebook .right-content .title {
    margin-top: -5px;
  }
}
@media screen and (min-width: 992px) {
  .ebook .right-content .title {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .right-content .title {
    font-size: 30px;
  }
}
.ebook .right-content .description {
  margin-top: 15px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  max-width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .ebook .right-content .description {
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .ebook .right-content .description {
    text-align: left;
    max-width: 340px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .right-content .description {
    font-size: 16px;
  }
}
.ebook .right-content .btn {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  width: 305px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .ebook .right-content .btn {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1400px) {
  .ebook .right-content .btn {
    width: 326px;
    font-size: 16px;
  }
}
.spanish-version .ebook .right-content .btn {
  font-size: 12px;
}

@media screen and (min-width: 1400px) {
  .spanish-version .ebook .right-content .btn {
    font-size: 14px;
  }
}
.ebook .right-content .btn:hover {
  color: #fff;
  border-radius: 92px;
  background: rgba(255, 255, 255, 0.15);
}

.ebook .right-content .btn:after {
  filter: brightness(0) invert(1);
}

.ebook .right-content .mb-ebook {
  position: relative;
  right: 30px;
  margin-top: -320px;
}

@media screen and (min-width: 992px) {
  .ebook .right-content .mb-ebook {
    display: none;
  }
}
.ebook .col-6 {
  padding-top: 50px;
  padding-bottom: 58px;
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ebook .col-6 {
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 992px) {
  .ebook .col-6 {
    padding-top: 54px;
    width: 50%;
  }
}
.ebook .col-6:first-child {
  background: linear-gradient(to top, #001f54 10%, #F0F0F0 10%);
  padding-bottom: 300px;
}

@media screen and (min-width: 992px) {
  .ebook .col-6:first-child {
    padding-bottom: 0px;
    background: #F0F0F0;
  }
}
.call-to-action-section .row {
  position: relative;
}

@media screen and (min-width: 992px) {
  .call-to-action-section .row {
    background-image: url("../images/cta-bg-banner.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
  }
}
.call-to-action-section .row:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  right: 12px;
  bottom: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .call-to-action-section .row:before {
    right: 0;
  }
}
.call-to-action-section_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-image: url("../images/cta-bg.jpg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 45px 12px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .call-to-action-section_container {
    padding: 45px 25px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .call-to-action-section_container {
    padding: 45px 59px;
    padding-right: 133px;
  }
}
@media screen and (min-width: 992px) {
  .call-to-action-section_container {
    max-width: 588px;
  }
}
.call-to-action-section .title {
  color: #002059;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 116.667% */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

@media screen and (min-width: 992px) {
  .call-to-action-section .title {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .call-to-action-section .title {
    font-size: 30px;
  }
}
.call-to-action-section .sub-title {
  margin-top: 5px;
  margin-bottom: 12px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}

.call-to-action-section .today {
  margin: 8px 0px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
}

.call-to-action-section .phone-number {
  color: #7A212B;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 90% */
}

@media screen and (min-width: 1400px) {
  .call-to-action-section .phone-number {
    font-size: 36px;
  }
}
.call-to-action-section .btn {
  margin-left: auto;
  margin-right: auto;
}

.pd-r {
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  .pd-r {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-r {
    padding-right: 120px !important;
  }
}
.mobile-toc-widget-container .sidebar-toc-mobile {
  background: #F6F6F6;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc {
  padding: 35px 35px 25px 25px;
}

@media screen and (min-width: 992px) {
  .mobile-toc-widget-container .sidebar-toc-mobile .toc {
    padding: 35px 35px 25px 45px;
  }
}
.mobile-toc-widget-container .sidebar-toc-mobile .toc .sidebar-title {
  letter-spacing: 0px;
  text-transform: initial;
  color: #102649;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 150% */
  padding-bottom: 45px;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc ul {
  padding-left: 0px;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc ul li {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  text-decoration-line: none;
  padding-left: 32px;
  margin-bottom: 23px;
}

@media screen and (min-width: 992px) {
  .mobile-toc-widget-container .sidebar-toc-mobile .toc ul li {
    text-decoration-line: underline;
  }
}
.mobile-toc-widget-container .sidebar-toc-mobile .toc ul li a {
  color: var(--color-primary);
  font-weight: 500;
  text-decoration-line: none;
}

@media screen and (min-width: 992px) {
  .mobile-toc-widget-container .sidebar-toc-mobile .toc ul li a {
    text-decoration-line: underline;
  }
}
.mobile-toc-widget-container .sidebar-toc-mobile .toc ul li a:hover {
  color: #7A212B;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc ul li:before {
  content: url(../images/icons/toc-icon.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

/**/
.page-in-the-community .toc {
  display: none;
}

/**/
@media (min-width: 992px) {
  #gform_5 .gform_footer .button {
    font-size: 19px !important;
    background-position: top 50% right 65px !important;
  }
  #gform_5 .gform_footer .button:hover {
    background-position: top 50% right 65px !important;
  }
}
@media (min-width: 1200px) {
  #gform_5 .gform_footer .button {
    font-size: 19px !important;
    background-position: top 50% right 110px !important;
  }
  #gform_5 .gform_footer .button:hover {
    background-position: top 50% right 110px !important;
  }
}
@media (min-width: 1400px) {
  #gform_5 .gform_footer .button {
    font-size: 19px !important;
    background-position: top 50% right 165px !important;
  }
  #gform_5 .gform_footer .button:hover {
    background-position: top 50% right 165px !important;
  }
}
@media (min-width: 1440px) {
  #gform_5 .gform_footer .button {
    font-size: 19px !important;
    background-position: top 50% right 190px !important;
  }
  #gform_5 .gform_footer .button:hover {
    background-position: top 50% right 190px !important;
  }
}
@media (max-width: 990px) {
  #gform_5 .gform_footer .button {
    background-position: top 50% right 40px !important;
  }
  #gform_5 .gform_footer .button:hover {
    background-position: top 50% right 40px !important;
  }
}
@media (max-width: 600px) {
  #gform_5 #hometown-heroes #form .form {
    padding: 40px 10px !important;
  }
}
@media (max-width: 400px) {
  #gform_5 .gform_footer .button {
    background-position: top 50% right 15px !important;
  }
  #gform_5 .gform_footer .button:hover {
    background-position: top 50% right 15px !important;
  }
}
.single-cw_faqs .main-content .entry-content,
.single-cw_video .main-content .entry-content,
.single-result .main-content .entry-content {
  margin-top: 0px;
}

.container,
.container-fluid {
  position: relative;
}

@media (max-width: 767px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row .col-1, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col, .container .row .col-auto, .container .row .col-sm-1, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm, .container .row .col-sm-auto, .container .row .col-md-1, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md, .container .row .col-md-auto, .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg, .container .row .col-lg-auto, .container .row .col-xl-1, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl, .container .row .col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 5 col (20% width) grid layout */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4,
.col-xxl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

/* Clearfix */
.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.navigation-single, .post-password-form p, .search-form, .widget, .grid, .cols-wrap {
  display: block;
  zoom: 1;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .grid:after, .cols-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

svg * {
  transition: all 0.2s ease;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

/* ---------- Removing The Dotted Outline ---------- */
input::-moz-focus-inner {
  border: 0;
}

button:hover, button:active, button:focus,
a:hover, a:active, a:focus,
input:hover, input:active, input:focus,
select:hover, select:active, select:focus,
textarea:hover, textarea:active, textarea:focus {
  outline: none;
}

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

input, textarea {
  border: none;
}

.txt {
  font-size: 0 !important;
  line-height: 0;
  outline: medium none;
  overflow: hidden;
  text-indent: -9999px !important;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
  line-height: 0;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}
.uppercase {
  text-transform: uppercase;
}

/* CWS helpers */
* {
  max-height: 1000000px;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* set default styles in all browsers */
input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}

textarea {
  overflow: auto;
  resize: none;
}

img {
  vertical-align: top;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text],
.comment-form input[type=tel],
.search-form input[type=tel],
.post-password-form input[type=tel],
.comment-form input[type=email],
.search-form input[type=email],
.post-password-form input[type=email],
.comment-form input[type=search],
.search-form input[type=search],
.post-password-form input[type=search],
.comment-form input[type=password],
.search-form input[type=password],
.post-password-form input[type=password],
.comment-form input[type=url],
.search-form input[type=url],
.post-password-form input[type=url],
.comment-form input[type=date],
.search-form input[type=date],
.post-password-form input[type=date],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
  /*-webkit-appearance: none;
  -webkit-border-radius: 0;*/
  border: 1px solid #999;
  padding: 0.2em 0.7em;
}

.comment-form input[type=text]:focus, .search-form input[type=text]:focus, .post-password-form input[type=text]:focus,
.comment-form input[type=tel]:focus,
.search-form input[type=tel]:focus,
.post-password-form input[type=tel]:focus,
.comment-form input[type=email]:focus,
.search-form input[type=email]:focus,
.post-password-form input[type=email]:focus,
.comment-form input[type=search]:focus,
.search-form input[type=search]:focus,
.post-password-form input[type=search]:focus,
.comment-form input[type=password]:focus,
.search-form input[type=password]:focus,
.post-password-form input[type=password]:focus,
.comment-form input[type=url]:focus,
.search-form input[type=url]:focus,
.post-password-form input[type=url]:focus,
.comment-form input[type=date]:focus,
.search-form input[type=date]:focus,
.post-password-form input[type=date]:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
  border-color: #333;
}

.comment-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-webkit-input-placeholder, .post-password-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=tel]::-webkit-input-placeholder,
.search-form input[type=tel]::-webkit-input-placeholder,
.post-password-form input[type=tel]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.post-password-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder,
.post-password-form input[type=search]::-webkit-input-placeholder,
.comment-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.search-form input[type=url]::-webkit-input-placeholder,
.post-password-form input[type=url]::-webkit-input-placeholder,
.comment-form input[type=date]::-webkit-input-placeholder,
.search-form input[type=date]::-webkit-input-placeholder,
.post-password-form input[type=date]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
  color: #000;
}

.comment-form input[type=text]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder, .post-password-form input[type=text]::-moz-placeholder,
.comment-form input[type=tel]::-moz-placeholder,
.search-form input[type=tel]::-moz-placeholder,
.post-password-form input[type=tel]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.post-password-form input[type=email]::-moz-placeholder,
.comment-form input[type=search]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder,
.post-password-form input[type=search]::-moz-placeholder,
.comment-form input[type=password]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.search-form input[type=url]::-moz-placeholder,
.post-password-form input[type=url]::-moz-placeholder,
.comment-form input[type=date]::-moz-placeholder,
.search-form input[type=date]::-moz-placeholder,
.post-password-form input[type=date]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.comment-form input[type=text]:-moz-placeholder, .search-form input[type=text]:-moz-placeholder, .post-password-form input[type=text]:-moz-placeholder,
.comment-form input[type=tel]:-moz-placeholder,
.search-form input[type=tel]:-moz-placeholder,
.post-password-form input[type=tel]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.search-form input[type=email]:-moz-placeholder,
.post-password-form input[type=email]:-moz-placeholder,
.comment-form input[type=search]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder,
.post-password-form input[type=search]:-moz-placeholder,
.comment-form input[type=password]:-moz-placeholder,
.search-form input[type=password]:-moz-placeholder,
.post-password-form input[type=password]:-moz-placeholder,
.comment-form input[type=url]:-moz-placeholder,
.search-form input[type=url]:-moz-placeholder,
.post-password-form input[type=url]:-moz-placeholder,
.comment-form input[type=date]:-moz-placeholder,
.search-form input[type=date]:-moz-placeholder,
.post-password-form input[type=date]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
  color: #000;
}

.comment-form input[type=text]:-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder, .post-password-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=tel]:-ms-input-placeholder,
.search-form input[type=tel]:-ms-input-placeholder,
.post-password-form input[type=tel]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.post-password-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=search]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.post-password-form input[type=search]:-ms-input-placeholder,
.comment-form input[type=password]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.post-password-form input[type=password]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.search-form input[type=url]:-ms-input-placeholder,
.post-password-form input[type=url]:-ms-input-placeholder,
.comment-form input[type=date]:-ms-input-placeholder,
.search-form input[type=date]:-ms-input-placeholder,
.post-password-form input[type=date]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
  color: #000;
}

.comment-form input[type=text].placeholder, .search-form input[type=text].placeholder, .post-password-form input[type=text].placeholder,
.comment-form input[type=tel].placeholder,
.search-form input[type=tel].placeholder,
.post-password-form input[type=tel].placeholder,
.comment-form input[type=email].placeholder,
.search-form input[type=email].placeholder,
.post-password-form input[type=email].placeholder,
.comment-form input[type=search].placeholder,
.search-form input[type=search].placeholder,
.post-password-form input[type=search].placeholder,
.comment-form input[type=password].placeholder,
.search-form input[type=password].placeholder,
.post-password-form input[type=password].placeholder,
.comment-form input[type=url].placeholder,
.search-form input[type=url].placeholder,
.post-password-form input[type=url].placeholder,
.comment-form input[type=date].placeholder,
.search-form input[type=date].placeholder,
.post-password-form input[type=date].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
  color: #000;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .comment-form textarea,
.comment-form input[type=text] {
    width: 100%;
  }
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type=password] {
  width: 150px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}
.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

@media screen and (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

@media screen and (max-width: 767px) {
  .navigation-single .next a,
.navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  float: left;
}

@media screen and (max-width: 767px) {
  img.alignleft {
    margin: 0 auto 30px;
    display: block;
    float: none;
  }
}
img.alignright {
  float: right;
  margin: 10px 0 6px 1.6em;
}

@media screen and (max-width: 767px) {
  img.alignright {
    margin: 0 auto 30px;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  img.alignnone {
    margin: 0 auto 30px;
    display: block;
  }
}
.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
}

/* CWS additional helpers */
.meta {
  display: none;
}

.rel {
  position: relative;
}

/**Backgrounds**/
@media screen and (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}
.no-p p {
  display: none;
}

.no-p + p {
  display: none;
}

.img-full {
  width: 100%;
}

.no-pad-all {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .no-pad {
    padding: 0 !important;
  }
  .no-pad-left {
    padding-left: 0 !important;
  }
  .no-pad-right {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .no-pad-left-lg {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .no-pad-sm {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .no-pad-mobile {
    padding: 0 !important;
  }
}
.pt-25 {
  padding-top: 25px;
}

@media screen and (min-width: 992px) {
  .pr-30 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pr-30-lg {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pr-40 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .pr-40-lg {
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .pr-45 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .pr-80-lg {
    padding-right: 80px;
  }
}
.pb-25 {
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .pl-30 {
    padding-left: 30px;
  }
}
.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bq-line-gray {
  border-left: 5px solid #eee;
}

.center-col {
  float: none;
  margin: 0 auto;
}

.pos-rel {
  position: relative;
}

.ab-vert {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modal-body {
  padding-top: 40px;
}

.modal-body .cw_video_description {
  display: none;
}

.modal-body .cw_video_single {
  width: 100%;
  height: 369px;
}

.modal-content .close {
  position: relative;
  right: 10px;
  z-index: 9999;
}

@-ms-viewport {
  width: device-width;
}
h1 {
  color: var(--color-primary);
  font-size: 39px;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 120.513% */
  position: relative;
}

@media screen and (min-width: 992px) {
  h1 {
    color: var(--color-primary);
    font-family: var(--main-font), sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 133.333% */
  }
}
@media screen and (min-width: 992px) {
  .page-template-practice-area.spanish-version h1 {
    font-size: 42px;
  }
}
h2,
.heading {
  position: relative;
  font-family: var(--main-font), sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  h2,
.heading {
    color: var(--color-primary);
    font-family: var(--main-font), sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 150% */
  }
}
h3,
.h3-heading {
  color: var(--color-primary);
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 150% */
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  h3,
.h3-heading {
    font-size: 30px;
    line-height: 45px;
  }
}
h4,
.h4-heading {
  color: var(--color-primary);
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  h4,
.h4-heading {
    font-size: 24px;
    line-height: 34px;
  }
}
p,
em {
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
}

p a,
em a {
  font-weight: 600;
  color: #003FA9;
  text-decoration-line: underline;
}

p:empty,
em:empty {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

ul {
  color: #484848;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

ul.col-6 {
  margin-top: 12px;
  padding-left: 12px !important;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  ul.col-6 {
    width: 50%;
    max-width: 50%;
  }
}
ul.col-6 li:last-child {
  margin-bottom: 0;
}

ul.col-6:first-child {
  margin-bottom: 2px !important;
}

ul.col-md-6 {
  margin-top: 12px;
  padding-left: 12px !important;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  ul.col-md-6 {
    width: 50%;
    max-width: 50%;
  }
}
ul.col-md-6 li:last-child {
  margin-bottom: 0;
}

ul.col-md-6:first-child {
  margin-bottom: 2px !important;
}

ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

ul li a {
  text-decoration-line: underline;
}

ul ul {
  margin-top: 18px;
}

p + h2,
ul + h2,
.row + h2 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.bullet-point, .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 0rem;
}

.bullet-point li:last-child, .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:last-child {
  margin-bottom: 0;
}

.bullet-point li:before, .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  background-color: #1E69B5;
  left: 0px;
}

.heading-part {
  color: var(--results-heading-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 49px;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
}

.section-title {
  color: #292929;
  font-family: var(--secondary-font), sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

.section-title em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.section-title em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.entry-content a:not(.btn) {
  word-break: break-word;
}

.entry-content a:not(.btn):hover {
  color: #C01327;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-bottom: 35px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).icon li {
  padding-left: 30px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).icon li:before {
  content: url(../images/icons/li-icon.svg);
  background: none;
  top: 2px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).pin-icon {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).pin-icon:first-of-type {
    margin-bottom: 15px;
  }
}
.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).pin-icon li {
  padding-left: 25px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).pin-icon li:before {
  content: url(../images/icons/pin-icon.svg);
  background: none;
  top: 2px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list).pin-icon li a {
  text-decoration: underline;
}

.entry-content ol {
  margin-bottom: 25px;
  clear: both;
  list-style: none;
  padding-left: 0px;
}

.entry-content ol > li {
  position: relative;
  padding: 14px 18px 14px 28px;
  counter-increment: li;
  /**/
  color: #484848;
  /* Body */
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 767px) {
  .entry-content ol > li {
    padding: 14px 10px 14px 40px;
  }
}
.entry-content ol > li strong {
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: block;
  padding-bottom: 10px;
}

.entry-content ol > li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0px;
  text-align: center;
  border-radius: 0;
  height: 24px;
  width: 25px;
  line-height: 25px;
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-weight: 700;
  /**/
  color: #1E69B5;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.125px;
  background: none;
}

@media (max-width: 767px) {
  .entry-content ol > li:before {
    left: 0;
  }
}
.entry-content ol > li br {
  display: none;
}

.entry-content blockquote,
.entry-content q {
  quotes: none;
  margin-bottom: 35px;
}

.entry-content blockquote:not(.testimonial blockquote),
.entry-content q:not(.testimonial q) {
  padding: 25px;
  padding-bottom: 1px;
  border-left: 5px solid #C01327;
}

.entry-content .alignleft {
  display: inline-block;
  float: left;
  margin-bottom: 12px;
  margin-right: 17px;
  position: relative;
  top: 4px;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .entry-content .alignleft {
    max-width: 340px;
    margin: 5px auto 15px;
    width: 100%;
  }
}
.entry-content .alignright {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  margin-left: 17px;
  position: relative;
  top: 4px;
  height: auto;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .entry-content .alignright {
    max-width: 340px;
    margin: 5px auto 15px;
    width: 100%;
  }
}
.entry-content .aligncenter {
  display: block;
  float: none;
  margin: 15px auto;
  position: relative;
  height: auto;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .entry-content .aligncenter {
    max-width: 340px;
    margin: 5px auto 15px;
    width: 100%;
  }
}
.entry-content .img-responsive.wp-post-image {
  max-width: 100%;
}

@media (max-width: 767px) {
  .entry-content .wp-caption {
    margin: 0 auto 25px;
    display: block;
    float: none;
  }
}
@media (max-width: 479px) {
  .entry-content .wp-caption {
    max-width: 100% !important;
  }
}
.entry-content .wp-caption p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  text-align: center;
}

@media (max-width: 767px) {
  .entry-content img[class*=wp-image] {
    max-width: 260px;
    margin: 20px auto 25px;
    height: auto;
    float: none;
    display: block;
  }
}
.entry-content > table {
  border: 1px solid #000;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .entry-content > table {
    width: 100%;
  }
}
.entry-content > table th,
.entry-content > table td {
  border: none;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .entry-content > table th,
.entry-content > table td {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .entry-content > table th,
.entry-content > table td {
    padding: 10px 20px !important;
  }
}
@media (max-width: 480px) {
  .entry-content > table th,
.entry-content > table td {
    padding: 10px !important;
  }
}
.entry-content > table thead {
  background: #000;
}

.entry-content > table thead tr {
  background: #000;
}

.entry-content > table thead th {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.entry-content > table .total {
  background: #f1f2f4;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.entry-content > table .total th,
.entry-content > table .total td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.entry-content > img {
  max-width: 100%;
  margin-bottom: 25px;
  border-radius: 3px;
}

.entry-content .btn {
  margin-right: 28px;
  margin-bottom: 24px;
}

.entry-content .image-holder {
  max-width: 275px;
  float: left;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-top: 10px;
}

.entry-content .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .entry-content .image-holder {
    margin: 0 auto 30px;
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .entry-content .image-holder {
    margin: 0 auto 30px;
    float: none;
  }
}

/*# sourceMappingURL=content.css.map*/@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.btn {
  transition: all 0.2s ease;
}

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

.main-wrapper {
  overflow: hidden;
}

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

.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

.diagonal-bkg {
  position: relative;
}

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

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

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

.awards-section-sidebar {
  background-color: #f5f5f5;
  padding: 4rem 2rem 3rem;
}

@media screen and (min-width: 1440px) {
  .awards-section-sidebar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.results-section-sidebar {
  background-color: #1F4698;
  padding: 4rem 2rem 3rem;
}

@media screen and (min-width: 1440px) {
  .results-section-sidebar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.results-section-sidebar__wrapper {
  padding: 1rem 0 2rem;
}

.results-section-sidebar__wrapper .amount {
  font-size: 36px;
  font-weight: 600;
}

.results-section-sidebar__wrapper .pa-category {
  font-size: 18px;
  display: block;
  padding-top: 0.3rem;
}

@media (max-width: 991px) {
  .category-archive-view .content {
    margin-bottom: 3rem;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #F6F6F6;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
  padding: 27px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #A9A9A9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-primary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:is(:hover, :focus) {
  color: var(--color-secondary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta {
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  font-weight: 600;
  color: #003FA9;
  text-decoration: underline;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  text-align: right;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .btn {
  display: inline-block;
}

@media (max-width: 575px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .btn {
    width: 100%;
  }
}
.testimonials-section {
  padding: 15px 0 28px;
}

@media screen and (min-width: 992px) {
  .testimonials-section {
    background-image: url("../images/testimonial-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 15px 0 40px;
  }
}
@media screen and (min-width: 1600px) {
  .testimonials-section {
    /*background-size: cover;*/
    background-position: left top;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section {
    padding: 15px 0 25px;
  }
}
.testimonials-section .swiper {
  overflow: hidden !important;
}

.testimonials-section .container {
  padding-top: 40px;
  border-top: 1px solid #A9A9A9;
}

.testimonials-section .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.testimonials-section-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  .testimonials-section-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.testimonials-section-title {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 992px) {
  .testimonials-section-title {
    line-height: 65px;
    margin-bottom: 40px;
  }
}
.testimonials-section__item {
  padding: 20px 28px;
  height: 100% !important;
}

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

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper {
    overflow: hidden;
  }
}
.testimonials-section .swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper .swiper-slide {
    flex-wrap: initial;
  }
}
.testimonials-section .swiper .swiper-slide .testimonials-section__item {
  padding: 30px 8px 15px 8px;
  width: 100%;
  order: 2;
}

@media screen and (min-width: 992px) {
  .testimonials-section .swiper .swiper-slide .testimonials-section__item {
    padding: 30px 28px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .swiper .swiper-slide .testimonials-section__item {
    padding: 20px 28px;
    width: 50%;
    text-align: left;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials-section .swiper .swiper-slide .testimonials-section__item .image-holder {
  margin-bottom: 20px;
}

.testimonials-section .swiper .swiper-slide .testimonials-section__item .raking {
  margin-bottom: 5px;
}

.testimonials-section .swiper .swiper-slide .testimonials-section__item p {
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
  text-align: center;
  /*max-width: 660px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper .swiper-slide .testimonials-section__item p {
    /*max-width: 450px;*/
    text-align: left;
  }
}
.testimonials-section .swiper .swiper-slide .testimonials-section__item p:before {
  content: "“";
}

.testimonials-section .swiper .swiper-slide .testimonials-section__item p:after {
  content: "”";
}

.testimonials-section .swiper .swiper-slide .testimonials-section__item cite {
  display: block;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  max-width: 438px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 25.6px; /* 116.364% */
}

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper .swiper-slide .testimonials-section__item cite {
    text-align: left;
  }
}
.testimonials-section .swiper .swiper-slide .testimonials-video__item {
  width: 100%;
  order: 1;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper .swiper-slide .testimonials-video__item {
    width: 50%;
  }
}
.testimonials-section .swiper .swiper-slide .testimonials-video__item .btn-play {
  margin-bottom: 0px;
}

.testimonials-section .swiper .swiper-slide .testimonials-video__item .btn-play img {
  position: relative;
  right: 0px;
  box-shadow: 10px 9px 16px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .testimonials-section .swiper .swiper-slide .testimonials-video__item .btn-play img {
    right: -2px;
  }
}
@media screen and (min-width: 1440px) {
  .testimonials-section .swiper .swiper-slide .testimonials-video__item .btn-play img {
    right: 6px;
  }
}
.testimonials-section .swiper .swiper-pagination {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #A9A9A9;
}

@media screen and (min-width: 992px) {
  .testimonials-section .swiper .swiper-pagination {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .swiper .swiper-pagination {
    margin-top: 60px;
  }
}
.testimonials-section .swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #BEBEBE;
  border: 0px;
  margin-right: 6px;
  margin-left: 6px;
  position: relative;
  left: 0px;
}

@media screen and (min-width: 992px) {
  .testimonials-section .swiper .swiper-pagination-bullet {
    left: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .testimonials-section .swiper .swiper-pagination-bullet {
    position: relative;
    left: -140px;
  }
}
.testimonials-section .swiper .swiper-pagination-bullet:hover {
  background: #C01327;
}

.testimonials-section .swiper .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #C01327;
  position: relative;
  top: 1px;
}

.testimonials-section .swiper-button-prev {
  top: initial;
  bottom: 15px;
}

.testimonials-section .swiper-button-prev:after {
  filter: brightness(0) saturate(100%) invert(69%) sepia(86%) saturate(1%) hue-rotate(6deg) brightness(101%) contrast(91%);
}

.testimonials-section .swiper-button-prev:hover:after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(82%) saturate(3556%) hue-rotate(347deg) brightness(97%) contrast(91%);
}

.testimonials-section .swiper-button-next {
  top: initial;
  right: 0px;
  left: initial;
  bottom: 15px;
}

@media screen and (min-width: 992px) {
  .testimonials-section .swiper-button-next {
    right: initial;
    left: 42px;
  }
}
.testimonials-section .swiper-button-next:after {
  filter: brightness(0) saturate(100%) invert(69%) sepia(86%) saturate(1%) hue-rotate(6deg) brightness(101%) contrast(91%);
}

.testimonials-section .swiper-button-next:hover:after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(82%) saturate(3556%) hue-rotate(347deg) brightness(97%) contrast(91%);
}

.testimonials-section .btn {
  width: 264px;
  border: 2px solid #C01327;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  z-index: 9;
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .testimonials-section .btn {
    margin-top: 0px;
    top: -51px;
    margin-left: auto;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .btn {
    right: 35px;
  }
}
.btn {
  display: inline-block;
  border-radius: 92px;
  font-family: var(--secondary-font), sans-serif;
  padding: 15px;
}

.btn--to-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 320px;*/
}

.btn-std-hero {
  border-radius: 92px;
  border: 0px solid #B8D7ED;
  background: var(--color-tertiary);
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 395px;
}

.btn-std-hero:hover {
  color: #fff;
  border-radius: 92px;
  background: #C70001;
}

.btn-std-red {
  display: flex;
  justify-content: center;
  width: 220px;
  border-radius: 92px;
  background: var(--color-tertiary);
  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: 2px;
  text-transform: uppercase;
  padding: 12px 15px;
}

.btn-std-red:after {
  margin-left: 11px;
  content: url(../images/icons/btn-icon.svg);
  position: relative;
  top: 1px;
}

.openPositionsModal .btn-std-red:after {
  margin: 0 18px 0 0;
  transform: rotate(90deg);
}

.btn-std-red:hover {
  color: #fff;
  border-radius: 92px;
  background: #C70001;
}

.btn-std-border {
  display: flex;
  justify-content: center;
  border-radius: 92px;
  width: 326px;
  border: 1px solid #C01327;
  background: #fff;
  color: #002159;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px 15px;
}

.btn-std-border:hover {
  border-radius: 92px;
  background: #E7EFF8;
  /*background: rgba(255, 255, 255, 0.15);*/
}

.btn-std-border:after {
  margin-left: 11px;
  content: url(../images/icons/btn-icon.svg);
  position: relative;
  top: 1px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(36%) saturate(5480%) hue-rotate(210deg) brightness(95%) contrast(106%);
}

.spanish-version .btn-std-border {
  font-size: 14px;
}

.spanish-version .btn-std-border:after {
  top: 8px;
}

.btn-std-vcard {
  border-radius: 92px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal;
  min-width: 183px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .btn-std-vcard {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-std-vcard {
    margin-left: 29px;
  }
}
@media (max-width: 1199px) {
  .btn-std-vcard {
    margin-top: 16px;
  }
}
.btn-std-vcard:is(:hover, :focus) {
  background: rgba(0, 0, 0, 0.19);
  color: #fff;
}

.btn-std-vcard:after {
  margin-left: 13px;
  content: url("../images/icons/btn-icon-vcard.svg");
  position: relative;
  top: 3px;
}

/* purgecss start ignore */
.gform_title {
  position: relative;
  font-family: var(--main-font), sans-serif;
  font-family: var(--main-font), sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .gform_title {
    color: var(--color-primary);
    font-family: var(--main-font), sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 150% */
  }
}
.gform_wrapper.gravity-theme .ginput_container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .ginput_container {
    padding-left: initial;
    padding-right: initial;
  }
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px !important;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 14px !important;
  }
}
.gform_wrapper.gravity-theme form {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.gform_wrapper.gravity-theme .gchoice {
  position: relative;
  padding-left: 40px;
}

.gform_wrapper.gravity-theme .gchoice label:after {
  content: "";
  background: transparent;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 0;
  border: 1px solid white;
}

.gform_wrapper.gravity-theme .gchoice label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

.gform_wrapper.gravity-theme input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=checkbox] + label {
  cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=checkbox]:checked + label:before {
  opacity: 1;
  top: 6px;
}

.gform_wrapper.gravity-theme .gfield {
  margin-top: 15px;
}

.gform_wrapper.gravity-theme .gfield .ginput_container label {
  color: white;
}

.gform_wrapper.gravity-theme .gfield .ginput_container input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  height: 61px;
  color: var(--text-color);
}

.gform_wrapper.gravity-theme .gfield .ginput_container textarea {
  height: 77px !important;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  color: var(--text-color);
}

@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    height: 101px !important;
  }
}
.gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label {
  color: var(--form-label-color);
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label {
    padding-left: initial;
  }
}
.gform_wrapper.gravity-theme .gform_body .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme .gform_footer .button {
  display: block;
  width: 100%;
  padding: 15px 30px 15px 10px;
  border-radius: 92px !important;
  border: 0px solid #B8D7ED !important;
  background: var(--color-tertiary) url(../images/icons/btn-form.svg) !important;
  background-position: top 50% right 22px !important;
  background-repeat: no-repeat !important;
  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: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  height: 64px !important;
  background-size: 3% !important;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (max-width: 400px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    padding: 12px 30px 15px 15px;
    height: 55px !important;
    background-position: top 50% right 19px !important;
  }
}
@media screen and (min-width: 520px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    background-position: top 50% right 105px !important;
    background-size: 2.5% !important;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    background-position: top 50% right 150px !important;
    background-size: 2% !important;
  }
}
@media screen and (min-width: 1201px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 13px;
    background-position: top 50% right 22px !important;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 15px;
    background-size: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 19px;
  }
  .spanish-version .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 20px;
  }
  .spanish-version .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 16px;
  }
}
.gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
  background: #C70001 url(../images/icons/btn-form.svg) !important;
  background-position: top 50% right 22px !important;
  background-repeat: no-repeat !important;
}

.form-wrap {
  background-color: #18397b;
  border: 3px solid #C01327;
  background: rgba(9, 42, 78, 0.3);
  backdrop-filter: blur(5px);
  max-width: 100%;
  width: auto;
  margin-left: auto;
  padding: 35px 12px 14px 12px;
  margin-bottom: 60px;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (min-width: 768px) {
  .form-wrap {
    padding: 45px 30px 14px 30px;
    margin-bottom: 30px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1201px) {
  .form-wrap {
    margin-bottom: 0px;
    padding: 40px 20px 14px 20px;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1400px) {
  .form-wrap {
    padding: 40px 30px 14px 30px;
  }
}
.sidebar-widgets .form-wrap {
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 1200px) {
  .sidebar-widgets .form-wrap {
    padding: 57px 40px;
  }
}
.form-wrap .gfield {
  margin-top: 0px !important;
}

.form-wrap input {
  border-radius: 1px !important;
  border: 2px solid #E1E1E1 !important;
  background: #E9E9E9 !important;
  height: 50px !important;
  display: block;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
  line-height: 1;
}

.form-wrap label {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
  margin-bottom: 2px !important;
}

.form-wrap textarea {
  border-radius: 1px !important;
  border: 2px solid #E1E1E1 !important;
  background: #E9E9E9 !important;
  height: 90px !important;
  display: block;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
  line-height: 1;
}

.form-wrap textarea::-webkit-input-placeholder {
  color: #9a9b9b;
}

.form-wrap textarea::-moz-placeholder {
  opacity: 1;
  color: #9a9b9b;
}

.form-wrap textarea:-moz-placeholder {
  color: #9a9b9b;
}

.form-wrap textarea:-ms-input-placeholder {
  color: #9a9b9b;
}

.form-wrap textarea.placeholder {
  color: #9a9b9b;
}

.form-wrap textarea {
  height: 77px;
  padding-top: 15px;
}

.form-wrap .btn {
  width: 100%;
  margin-top: 10px;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  .form-wrap .btn span {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.form-title {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
  margin-bottom: 22px;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (min-width: 768px) {
  .form-title {
    line-height: 26px; /* 100% */
  }
}
@media screen and (min-width: 1201px) {
  .form-title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .form-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .form-title {
    font-size: 26px;
  }
}
.sidebar-widgets .form-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

#video_play {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

#video_play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_play .cw_video_description {
  display: none;
}

.cw_video_gallery.cw_video_type_matrix .cw_video_size_small {
  margin: 10px;
  padding: 10px;
  width: 142px;
}

.cw_video_gallery.cw_video_type_matrix .cw_video_size_small .cw_video_item_title {
  padding-top: 10px !important;
}

.cw_video_open_popup_customized {
  margin-bottom: 30px;
  display: inline-block;
}

.cw_video_gallery {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 16px;
    row-gap: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    row-gap: 38px;
  }
}
@media (max-width: 991px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    row-gap: 0;
    justify-content: center;
  }
}
.cw_video_gallery .cw_video_item {
  height: unset;
  width: 225px;
  margin: 0 10px;
  padding: 0;
  border: unset;
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .cw_video_gallery .cw_video_item {
    width: 345px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cw_video_gallery .cw_video_item {
    width: 305px;
  }
}
@media (max-width: 992px) {
  .cw_video_gallery .cw_video_item {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .cw_video_gallery .cw_video_item {
    width: 100%;
    max-width: 90%;
    margin: 0 0 34px;
  }
}
@media screen and (min-width: 1600px) {
  .cw_video_gallery .cw_video_item {
    width: 238px;
  }
}
.cw_video_gallery .cw_video_item .cw_video_item_title {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 25px;
  padding: 0;
}

.cw_video_gallery .cw_video_item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cw_video_gallery .cw_video_item:last-of-type {
    margin-bottom: 0;
  }
}
.cw_video_gallery + h2 {
  margin-top: 45px;
}

@media screen and (min-width: 992px) {
  .cw_video_gallery + h2 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.page-template-location .cw_video_single,
.tax-cw_video_category .cw_video_single {
    width: 95%;
    height: 345px;
  }
}
@media (max-width: 992px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.page-template-location .cw_video_single,
.tax-cw_video_category .cw_video_single {
    margin: 0 auto;
    display: block;
    height: 440px;
  }
}
@media (max-width: 767px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.page-template-location .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 350px;
  }
}
@media (max-width: 577px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.page-template-location .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 245px;
  }
}
@media (max-width: 399px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.page-template-location .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 220px;
  }
}
@media (max-width: 329px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.page-template-location .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 185px;
  }
}
/*! purgecss ignore */
.cwAccordion-accordion {
  margin-bottom: 40px;
}

.cwAccordion-accordion__panel {
  padding: 20px;
  font-size: 16px;
}

.cwAccordion-accordion__panel[aria-hidden=true] {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.5s ease;
}

.cwAccordion-accordion__header {
  border: 0;
  background-color: #ecf0f1;
  color: #1a2956;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  padding: 20px 72px 20px 32px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  /* title selected */
  /* title non selected */
}

.cwAccordion-accordion__header[aria-expanded=true]:before {
  content: "- ";
}

.cwAccordion-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}

.cwAccordion-accordion__header [aria-selected=true]:after {
  content: " (sel)";
}

.cwAccordion-accordion__header [aria-selected=false]:after {
  content: " (unselc)";
}

.breadcrumb-container {
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.breadcrumb-container .breadcrumb {
  color: #757575;
  font-family: var(--secondary-font), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 275% */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 10px;
  list-style: none;
  border-radius: 0;
  letter-spacing: 0;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-container .breadcrumb {
    padding: 0;
  }
}
.page-template-about-us .breadcrumb-container .breadcrumb, .single-attorney .breadcrumb-container .breadcrumb {
  padding: 3px 0 3px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-attorney .breadcrumb-container .breadcrumb {
    padding-top: 56px;
    padding-bottom: 10px;
  }
}
.breadcrumb-container .breadcrumb a {
  text-decoration: none;
  font-weight: 600;
  color: #757575;
}

.breadcrumb-container .breadcrumb a:after {
  content: "/";
  positon: relative;
  margin: 0 10px 0 12px;
  display: inline-block;
  color: #939393;
}

.breadcrumb-container .breadcrumb a:hover {
  color: #C01327;
  text-decoration: none;
}

.blog-pagination {
  text-align: center;
  padding: 20px 0;
}

.blog-pagination .blog-navigation {
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-pagination .blog-navigation {
    padding-bottom: 0;
  }
}
.blog-pagination .blog-navigation span.page,
.blog-pagination .blog-navigation ul li.page-li {
  font-family: var(--secondary-font), sans-serif;
  padding-right: 10px;
  align-self: center;
}

@media (max-width: 575px) {
  .blog-pagination .blog-navigation span.page,
.blog-pagination .blog-navigation ul li.page-li {
    padding-right: 4px;
  }
}
.blog-pagination ul {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-pagination ul li {
  float: left;
  margin: 0 4px;
  overflow: hidden;
  padding-left: 0;
}

@media (max-width: 575px) {
  .blog-pagination ul li {
    margin: 0 2px;
  }
}
@media (max-width: 379px) {
  .blog-pagination ul li {
    margin: 0 1px;
  }
}
.blog-pagination ul li a, .blog-pagination ul li span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  height: 33px;
  min-width: 33px;
  line-height: 33px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.2s linear;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #F6F6F6;
  border: 1px solid #DEDEDE;
}

@media (max-width: 575px) {
  .blog-pagination ul li a, .blog-pagination ul li span {
    font-size: 15px;
    min-width: 30px;
  }
}
@media (max-width: 379px) {
  .blog-pagination ul li a, .blog-pagination ul li span {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    min-width: 27px;
  }
}
@media (max-width: 329px) {
  .blog-pagination ul li a, .blog-pagination ul li span {
    min-width: 25px;
  }
}
.blog-pagination ul li a:hover, .blog-pagination ul li span:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.blog-pagination ul li a.current, .blog-pagination ul li span.current {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
  pointer-events: none;
}

.blog-pagination ul li a.dots, .blog-pagination ul li span.dots {
  background: none;
  border: none;
  text-shadow: 0 1px 0 #ffffff;
  padding: 0;
}

.blog-pagination ul li a svg, .blog-pagination ul li span svg {
  width: 8px;
  position: relative;
}

@media (max-width: 379px) {
  .blog-pagination ul li a svg, .blog-pagination ul li span svg {
    width: 7px;
  }
}
.blog-pagination ul::after {
  clear: both;
  content: "";
  display: table;
}

.blog-pagination ul:not(.page-numbers) {
  display: flex;
  justify-content: center;
}

.blog-pagination ul:not(.page-numbers) li.page-li {
  line-height: normal;
  align-self: center;
}

.blog-pagination ul:not(.page-numbers) li.active a {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
  pointer-events: none;
}

.faq-catname {
  display: none;
}

.qa-faqs {
  padding-top: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-default .qa-faqs {
    margin-bottom: 50px;
  }
}
.qa-faqs #qaplus_searchform {
  display: none;
}

.qa-faqs .qa-faq {
  margin-bottom: 0;
}

.qa-faqs .qa-faq:last-child {
  border-bottom: 1px solid #d8d9d9;
}

.qa-faqs .qa-faq:last-child h3 {
  border-bottom: none;
}

.qa-faqs .qa-faq > h3 {
  margin: 0 !important;
  padding: 0;
  background-color: transparent;
  border-top: 1px solid #d8d9d9;
}

.qa-faqs .qa-faq .qa-faq-anchor {
  background-color: #f0f2f4;
  display: block;
  padding: 17px 50px 17px 0;
  text-decoration: none;
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  background: url("../images/icon-accordion-plus.svg") no-repeat scroll right 15px top 27px transparent;
  background-size: 13px 8px;
}

@media screen and (max-width: 1199px) {
  .qa-faqs .qa-faq .qa-faq-anchor {
    font-size: 20px;
    line-height: 30px;
  }
}
.qa-faqs .qa-faq .qa-faq-anchor.active {
  background: url("../images/icon-accordion-minus.svg") no-repeat scroll right 15px top 27px transparent;
  background-size: 13px 8px;
}

@media (max-width: 767px) {
  .qa-faqs .qa-faq .qa-faq-anchor {
    text-transform: none;
    padding: 17px 50px 17px 0;
    background: url("../images/icon-accordion-plus.svg") no-repeat scroll right 15px top 27px transparent;
    background-size: 13px 8px;
    font-size: 17px;
    line-height: 27px;
  }
  .qa-faqs .qa-faq .qa-faq-anchor.active {
    background: url("../images/icon-accordion-minus.svg") no-repeat scroll right 15px top 27px transparent;
    background-size: 13px 8px;
  }
}
.qa-faqs .qa-faq .qa-faq-answer {
  padding: 0;
  padding-top: 0;
  padding-bottom: 25px;
  background: white;
  padding-right: 0;
}

.qa-faqs .qa-faq .qa-faq-answer p:last-child {
  margin-bottom: 0;
}

.qa-faqs .qa-faq .qa-faq-answer p {
  padding-left: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .qa-faqs .qa-faq .qa-faq-answer p {
    padding-left: 0;
  }
}
.qa-faqs .qa-faq .qa-faq-title.open + .qa-faq-answer {
  display: block !important;
}

.results-slider__sidebar {
  position: relative;
}

.results-slider__sidebar .grid-results {
  margin: 0;
}

.results-slider__sidebar .grid-results .item .value {
  padding-top: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #c6c6c6;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #18397b;
  border: 2px solid #18397b;
}

.arrow-prev,
.arrow-next {
  position: absolute;
  top: 70%;
  width: 42px;
  height: 42px;
  z-index: 99999;
}

.arrow-prev {
  left: 15px;
  background-image: url("../images/arrows/arrow-prev.svg");
  /*@media screen and (min-width: 1200px) {
      left:-10px;
  }

  @include media('>=1367px','<1400px') {
      left:-50px;
  }

  @media screen and (min-width: 1440px) {
      left:-30px;
  }*/
}

.arrow-next {
  right: 15px;
  background-image: url("../images/arrows/arrow-next.svg");
  /*@media screen and (min-width: 1200px) {
      right:-10px;
  }

  @include media('>=1367px','<1400px') {
      right:-50px;
  }

  @media screen and (min-width: 1440px) {
      right:-30px;
  }*/
}

.cw__modal-dialog {
  background-color: rgba(0, 25, 67, 0.4901960784);
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  /* Hide this modal until we need it */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  display: none;
}

.cw__modal-dialog.open {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.cw__modal-dialog .inner-modal {
  width: var(--inner-modal-width, 600px);
  height: auto;
  background-color: white;
  border-radius: 3px;
  padding: 1rem;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.cw__modal-dialog .inner-modal .modal-content {
  border: 3px solid #fff;
}

.openPositionsModal .inner-modal {
  height: 95%;
}

@media screen and (min-width: 992px) {
  .openPositionsModal .inner-modal {
    width: 95%;
    max-width: 1118px;
  }
}
.openPositionsModal .job-title-heading,
.openPositionsModal .job-posted-heading,
.openPositionsModal .job-application-deadline-heading,
.openPositionsModal .job-desc-heading {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  border: none;
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
}

.hoursModal .modal-content .modal-header,
.widgetHoursModal .modal-content .modal-header,
.openPositionsModal .modal-content .modal-header {
  padding: 0 0 10px 0;
}

.hoursModal .modal-content .modal-header .modal-title,
.widgetHoursModal .modal-content .modal-header .modal-title,
.openPositionsModal .modal-content .modal-header .modal-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #454545;
  text-transform: uppercase;
}

.hoursModal .modal-content .modal-body,
.widgetHoursModal .modal-content .modal-body,
.openPositionsModal .modal-content .modal-body {
  padding: 20px 0;
}

.hoursModal .modal-content .modal-body .opening-hours table,
.widgetHoursModal .modal-content .modal-body .opening-hours table,
.openPositionsModal .modal-content .modal-body .opening-hours table {
  margin: 0 auto;
  width: 100%;
}

.hoursModal .modal-content .modal-body .opening-hours table tr,
.widgetHoursModal .modal-content .modal-body .opening-hours table tr,
.openPositionsModal .modal-content .modal-body .opening-hours table tr {
  font-family: var(--secondary-font), sans-serif;
}

.hoursModal .modal-content .modal-body .opening-hours table tr .day,
.widgetHoursModal .modal-content .modal-body .opening-hours table tr .day,
.openPositionsModal .modal-content .modal-body .opening-hours table tr .day {
  color: var(--text-color);
  position: relative;
  font-weight: 700;
}

.hoursModal .modal-content .modal-body .opening-hours table tr .day:after,
.widgetHoursModal .modal-content .modal-body .opening-hours table tr .day:after,
.openPositionsModal .modal-content .modal-body .opening-hours table tr .day:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: silver;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hoursModal .modal-content .modal-body .opening-hours table tr:nth-child(even),
.widgetHoursModal .modal-content .modal-body .opening-hours table tr:nth-child(even),
.openPositionsModal .modal-content .modal-body .opening-hours table tr:nth-child(even) {
  background-color: var(--odd-rows-background-color, beige);
}

.hoursModal .modal-content .modal-body .opening-hours table tr th,
.hoursModal .modal-content .modal-body .opening-hours table tr td,
.widgetHoursModal .modal-content .modal-body .opening-hours table tr th,
.widgetHoursModal .modal-content .modal-body .opening-hours table tr td,
.openPositionsModal .modal-content .modal-body .opening-hours table tr th,
.openPositionsModal .modal-content .modal-body .opening-hours table tr td {
  border: 0;
  padding: 0.5em;
  color: var(--text-color);
}

.hoursModal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
.hoursModal .modal-content .modal-body .opening-hours table tr td:nth-child(2),
.widgetHoursModal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
.widgetHoursModal .modal-content .modal-body .opening-hours table tr td:nth-child(2),
.openPositionsModal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
.openPositionsModal .modal-content .modal-body .opening-hours table tr td:nth-child(2) {
  padding-left: 30px;
}

.hoursModal .modal-content .close,
.widgetHoursModal .modal-content .close,
.openPositionsModal .modal-content .close {
  background-color: black;
  /**/
  border: 0;
  color: white;
  border-radius: 100%;
  font-size: 20px;
  display: flex;
  width: 35px;
  height: 35px;
  right: 0;
  justify-content: center;
  align-items: center;
}

.modal-video .inner-modal .modal-header {
  display: none;
}

.modal-video .inner-modal .modal-body {
  padding: 0;
}

.modal-video .inner-modal .modal-body > div {
  margin-bottom: 0;
}

.share-wrap {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #DEDEDE;
}

.share-wrap .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.share-wrap .social-icons li {
  padding: 0;
}

@media (max-width: 767px) {
  .share-wrap .social-icons li {
    padding-left: 0 !important;
  }
}
.share-wrap .social-icons span {
  background: var(--color-primary);
  color: #fff;
  padding: 11px 27px;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
}

.share-wrap .social-icons a {
  color: #454545;
  margin-left: 15px;
  font-size: 0;
}

.share-wrap .social-icons a svg {
  margin-right: 5px;
}

.share-wrap .social-icons a svg * {
  fill: var(--color-primary);
}

.share-wrap .social-icons a svg:hover * {
  fill: var(--color-secondary);
}

.share-wrap .social-icons a.e-url svg {
  transform: scale(0.9);
}

.share-wrap .social-icons a.f-url svg {
  transform: scale(0.8);
}

.share-wrap .social-icons a.t-url svg {
  transform: scale(0.8);
}

.share-wrap .social-icons a.p-url svg {
  transform: scale(0.9);
  margin-right: 3px;
}

ul.social-icon-list {
  padding: 0;
  margin: 0;
  display: flex;
}

.page-template-contact main ul.social-icon-list {
  justify-content: center;
  margin-bottom: 40px;
}

ul.social-icon-list li {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  ul.social-icon-list li {
    margin-left: 12px;
  }
}
ul.social-icon-list li:first-of-type {
  margin-left: 0;
}

ul.social-icon-list li .icon-facebook {
  background-image: url("../images/social-icons/icon-facebook.svg");
  display: block;
  height: 23px;
  width: 12px;
  background-size: initial;
  background-position: center;
}

ul.social-icon-list li .icon-twitter {
  background-image: url("../images/social-icons/icon-twitter.svg");
  display: block;
  height: 18px;
  width: 22px;
  background-size: initial;
  background-position: center;
}

ul.social-icon-list li .icon-google-plus {
  background-image: url("../images/social-icons/icon-google-plus.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
}

ul.social-icon-list li .icon-linkedin {
  background-image: url("../images/social-icons/icon-linkedin.svg");
  display: block;
  height: 22px;
  width: 22px;
  background-size: initial;
  background-position: center;
}

ul.social-icon-list li .icon-instagram {
  background: url("../images/social-icons/icon-instagram.svg") no-repeat scroll center center transparent;
  display: block;
  height: 37px;
  width: 37px;
  background-size: initial;
  background-position: center;
}

ul.social-icon-list li .icon-youtube {
  background: url("../images/social-icons/icon-youtube.svg") no-repeat scroll center center transparent;
  display: block;
  height: 30px;
  width: 31px;
  background-size: initial;
  background-position: center;
}

ul.social-icon-list li a {
  display: block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  ul.social-icon-list li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  ul.social-icon-list li a {
    width: 50px;
    height: 50px;
  }
}
ul.social-icon-list li a svg {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  display: inline-block;
}

ul.social-icon-list li a svg * {
  fill: #fff;
}

@media (max-width: 991px) {
  .author-box {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .author-box {
    margin-top: 35px !important;
  }
}
@media (max-width: 399px) {
  .author-box__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-box__description {
    padding-left: 0 !important;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-box__description-wrapper {
    text-align: left !important;
    margin-left: initial !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-box__thumbnail {
    left: unset !important;
    position: relative !important;
    top: unset !important;
  }
}

/*# sourceMappingURL=elements.css.map*/@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.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;
}

@media print {
  @page {
    margin: 10px;
  }
  body,
article {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body,
p,
ul li,
ol > li:before {
    font-size: 12pt;
    line-height: 1.3;
    color: #707070 !important;
  }
  * {
    box-shadow: none !important;
  }
  span {
    color: #707070 !important;
  }
  h1,
h2,
h3,
h4,
h5,
h6,
.heading-part,
.section-title,
.section-subtitle,
.accordion-header .accordion-button,
.testimonials-section-title,
.attorneys__title {
    color: #000 !important;
    background: none;
    page-break-after: avoid;
  }
  h1 {
    font-size: 24pt !important;
  }
  h2 {
    font-size: 18pt !important;
  }
  h3 {
    font-size: 14pt !important;
  }
  img {
    page-break-inside: avoid;
  }
  .row {
    display: block !important;
  }
  ul,
ol,
dl,
table,
pre,
.attorneys,
.pa-faqs {
    page-break-inside: avoid !important;
    display: block !important;
  }
  ul {
    list-style: none;
  }
  ul li {
    padding-left: 10px !important;
  }
  ul li:after {
    display: none !important;
  }
  ul li:before {
    content: "» " !important;
    background: none !important;
    background-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    left: -10px !important;
    top: 0 !important;
  }
  a {
    word-wrap: break-word;
    color: #2b2b2b !important;
    font-size: inherit !important;
  }
  a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    text-decoration: none !important;
  }
  a[href^=http]:after {
    content: " (" attr(href) ") ";
  }
  .print-image-invert,
.logo {
    filter: invert(100%) hue-rotate(180deg) brightness(120%) contrast(150%);
    display: block !important;
  }
  .logo {
    margin-bottom: 20px !important;
  }
  section {
    background: none !important;
    border: 1px solid #2b2b2b;
    margin-bottom: 40px !important;
    padding: 40px !important;
  }
  section.entry-content {
    border: none !important;
  }
  .swiper {
    border: none !important;
    background: none;
    overflow: visible;
    height: 100% !important;
    width: 100% !important;
    display: block;
    page-break-inside: avoid;
  }
  .swiper-wrapper {
    display: block;
    height: 100% !important;
    transform: none !important;
    page-break-inside: avoid;
  }
  .swiper-slide {
    width: 100% !important;
    border-bottom: 1px solid #f4f4f4 !important;
    padding: 0 0 20px !important;
    margin: 0 0 20px !important;
  }
  .swiper-slide:last-child {
    border-bottom: none !important;
  }
  .swiper-nav-control, .swiper-button-next, .swiper-button-prev, .swiper-pagination,
.swiper li:before {
    display: none !important;
  }
  .main-wrapper img {
    display: none !important;
  }
  img.attorney-thumbnail, .attorneys__photo img, .attorney-item img {
    display: block !important;
  }
  .attorney-item img, .attorneys__photo img {
    width: 50%;
    margin: 0 auto;
  }
  .atty-bio__image img {
    display: block !important;
  }
  .attorney-item,
.attorneys__photo {
    margin-bottom: 20px !important;
    margin: 0 auto;
    text-align: center;
  }
  .attorney-item h3,
.attorneys__photo h3 {
    text-align: center !important;
  }
  .attorneys__item,
.attorneys__link {
    text-align: center !important;
    margin-bottom: 50px !important;
    page-break-after: avoid;
  }
  .hero-bio li.social span {
    padding-left: 12px !important;
  }
  .why-choose-us__item-wrapper {
    margin-bottom: 20px !important;
    height: 100% !important;
  }
  .why-choose-us__item-wrapper .why-choose-us__item {
    padding: 20px !important;
    height: 100% !important;
  }
  .c-practice-areas .pa__item .main-link {
    color: white;
    padding: 0 !important;
    height: auto !important;
    position: unset;
  }
  .c-practice-areas .pa__item .main-link:after {
    position: unset !important;
  }
  .hidden-print,
div[class^=arrow-],
div[class*=" arrow-"],
form,
iframe,
.footer,
.btn,
.awards-part,
.social-icons,
.hero,
.toc,
.toc-shortcode,
.sidebar-toc-mobile,
.sidebar,
a.navbar-brand:after,
a.btn-play:after {
    display: none !important;
    filter: none;
  }
  .visible-print-block,
.print,
.hero-bio,
.hero-bio .col-right .text-wrap ul,
.collapse:not(.show) {
    display: block !important;
  }
  .accordion-item {
    border: none !important;
  }
  .accordion-item .collapse {
    display: block !important;
    height: auto !important;
  }
  .accordion-item .accordion-button {
    background: none !important;
  }
  .cw-accordion__item .cw-accordion__item-title {
    background-image: none !important;
  }
  .cw-accordion__item .cw-accordion__item-content {
    display: block !important;
    height: auto !important;
    opacity: 1;
    padding-top: 20px !important;
  }
  ul {
    margin-bottom: 70px;
  }
  .heading-part {
    display: block;
  }
  .attorneys__link:after {
    display: none !important;
  }
}

/*# sourceMappingURL=print.css.map*//**
* 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: 465px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  /*&-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: 1200px) {
  .sidebar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: initial;
    margin-right: initial;
  }
}
.sidebar .sidebar-toc {
  background: #F6F6F6;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
}

.sidebar .sidebar-toc .toc {
  padding: 35px 35px 25px 25px;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-toc .toc {
    padding: 35px 35px 25px 45px;
  }
}
.sidebar .sidebar-toc .toc .sidebar-title {
  letter-spacing: 0px;
  text-transform: initial;
  color: #102649;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 150% */
  padding-bottom: 32px;
}

.sidebar .sidebar-toc .toc ul {
  padding-left: 0px;
}

.sidebar .sidebar-toc .toc ul li {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  text-decoration-line: underline;
  padding-left: 32px;
  margin-bottom: 23px;
}

.sidebar .sidebar-toc .toc ul li a {
  color: var(--color-primary);
  font-weight: 500;
}

.sidebar .sidebar-toc .toc ul li a:hover {
  color: #7A212B;
}

.sidebar .sidebar-toc .toc ul li:before {
  content: url(../images/icons/toc-icon.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

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

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

    .card {

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

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

      }

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

    }

  }*/
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search {
  background-color: #1F4698;
  padding: 47px 19px 45px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search {
    padding: 47px 20px 45px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search {
    padding: 47px 30px 45px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  text-transform: uppercase;
  color: #fff;
}

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

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_search .list li {
  position: relative;
  list-style: none;
  border-top: 1px solid rgba(210, 210, 210, 0.3);
  text-align: left;
  margin: 0;
}

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

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
  padding: 17px 0;
  transform: all 0.5s;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_search .list li a:hover {
  font-weight: 700;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cw-cta-box,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child .cw-cta-box {
  /*background: url('../images/bg-cta.png');*/
  background-repeat: no-repeat !important;
  padding: 210px 10px 40px 10px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .cw-cta-box,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child .cw-cta-box {
    padding: 210px 20px 40px 20px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child__title {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 150% */
  padding-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child__title {
    font-size: 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .sub-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child .sub-title {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .today,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child .today {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 25.6px; /* 160% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child__phone {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 90% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child__phone:hover {
  color: #C70001;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_child .btn {
  width: 212px;
  margin-top: 14px !important;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post {
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 50px 30px 40px 30px;
}

@media screen and (min-width: 400px) {
  .sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post {
    padding: 50px 50px 40px 50px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post .heading {
  margin-bottom: 0px;
}

.sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post .heading .sidebar-title {
  padding-bottom: 16px;
  color: #102649;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 45px; /* 150% */
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post .heading .sidebar-title {
    font-size: 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post img {
  display: block;
  position: relative;
  right: 18px;
  width: 275px;
  height: auto;
  /*height: 324px;*/
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post .btn {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_pe_ebook_post .btn {
    font-size: 16px;
    width: 326px;
    letter-spacing: 2px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 10px;
}

@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
    padding: 40px 40px 1px 40px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
    padding: 40px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_fields {
  grid-row-gap: 10px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  box-shadow: none;
  border: none;
  border: 3px solid #C01327;
  background: rgba(9, 42, 78, 0.3);
  backdrop-filter: blur(5px);
  padding: 32px 25px 8px;
}

@media screen and (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    margin-bottom: 40px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gfield_label {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std span {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  margin-bottom: 10px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 100% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
  height: 42px !important;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0px 15px 0px 0px;
  background-size: 3% !important;
  background-position: top 50% right 22px !important;
}

@media screen and (min-width: 390px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    padding: 0px 15px 0px 15px;
  }
}
@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 0px 0px 23px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .spanish-version .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .spanish-version .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .button {
    letter-spacing: 2px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  background-color: #1F4698;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search {
  background: #F6F6F6;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 35px 25px 45px;
}

.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 {
  letter-spacing: 0px;
  text-transform: initial;
  color: #102649;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 150% */
  padding-bottom: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul {
  padding-left: 0px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul li {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  text-decoration-line: underline;
  padding-left: 32px;
  margin-bottom: 23px;
  border-top: unset;
  border-bottom: unset !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul li a {
  font-weight: 500;
  color: var(--color-primary);
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:hover, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul li a:hover {
  color: #7A212B;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul li:before, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul li:before {
  content: url(../images/icons/toc-icon.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  padding: 35px 25px 50px 25px;
}

@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search {
    padding: 35px 28px 50px 28px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search .sidebar-title {
  color: #fff;
  text-transform: initial;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 25px;
  line-height: 45px; /* 150% */
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search .sidebar-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search .sidebar-title {
    font-size: 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search ul li {
  padding-left: 35px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search ul li a {
  text-decoration: none !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-holder ul li:before, .sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .widget_search ul li:before {
  content: url(../images/icons/toc-icon.svg);
  filter: brightness(0) invert(1);
  position: absolute;
  left: 0px;
  top: 16px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search {
  border: 1px solid #DCDCDC;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 26px 10px 30px 10px;
}

@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search {
    padding: 26px 15px 35px 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .quote, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .quote {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .sidebar-title {
  color: #102649;
  text-transform: initial;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 45px; /* 150% */
}

@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .sidebar-title {
    font-size: 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .testimonials-content, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .testimonials-content {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .testimonials-content, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .testimonials-content {
    max-width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .testimonials-content, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .testimonials-content {
    max-width: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .testimonials-content, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .testimonials-content {
    max-width: 364px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item p, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item p {
  margin-bottom: 12px;
  font-size: 15px;
}

@media screen and (min-width: 460px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item p, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item p {
    font-size: 16px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .name, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .name {
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 0.36px;
  margin-bottom: 18px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .name span, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .name span {
  font-weight: 600;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item img, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .sidebar-holder .testimonials-item .read-reviews, .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .widget_search .testimonials-item .read-reviews {
  color: #002159;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  text-decoration-line: underline;
  margin-top: 15px;
  display: block;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev {
  opacity: 1;
  top: 28%;
  left: -15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next {
  opacity: 1;
  top: 28%;
  right: -15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  background: none;
}

@media screen and (max-width: 481px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 150% */
  margin-bottom: 32px;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
    font-size: 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
  padding-top: 12px;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .btn {
    width: 338px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .btn:after {
  filter: brightness(0) invert(1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  padding: 35px 20px 40px 20px;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 35px 30px 40px 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .bg-border {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .bg-border {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .bg-border .white-box {
  /*background: linear-gradient(to top, #fff 95%, #ffffff00 5%);*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .bg-border .white-box img {
  /*max-width: 240px;*/
}

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

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
    font-size: 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .name {
  display: block;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  width: 285px;
  font-size: 14px;
  letter-spacing: 1px;
}

@media screen and (min-width: 400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn {
    width: 326px;
    font-size: 15px;
    letter-spacing: 2px;
  }
}
@media (max-width: 369px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn {
    padding: 11px;
    letter-spacing: normal;
  }
}
@media (max-width: 339px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn {
    letter-spacing: normal;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn:after {
  filter: brightness(0) invert(1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

@-moz-document url-prefix() {
  @media (max-width: 419px) {
    .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn {
      padding: 11px;
      letter-spacing: normal;
    }
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
  top: 31%;
  left: -15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
  top: 31%;
  right: -15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  padding: 3rem 2rem 4rem;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper {
  padding-top: 15px;
  max-width: 300px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .pa-category {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.5px;
  letter-spacing: 2px;
}

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

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 285px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

@media screen and (min-width: 400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .btn {
    width: 326px;
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .btn:after {
  filter: brightness(0) invert(1);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .arrow-prev {
  top: 31%;
  left: -15px;
  background: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .arrow-prev:after {
  cursor: pointer;
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .arrow-next {
  top: 31%;
  right: -15px;
  background: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .arrow-next:after {
  cursor: pointer;
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
  transform: translate(-10px, -6px) rotate(180deg);
  position: absolute;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .swiper-pagination {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  background: #F6F6F6;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 35px 25px 45px;
}

.sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  letter-spacing: 0px;
  text-transform: initial;
  color: #102649;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 150% */
  padding-bottom: 37px;
}

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

.sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  text-decoration-line: underline;
  padding-left: 32px;
  margin-bottom: 23px;
  border-top: unset;
  border-bottom: unset !important;
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
  font-weight: 500;
  color: var(--color-primary);
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:hover {
  color: #7A212B;
}

.sidebar .sidebar-item:not(:empty) .widget_categories ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:before {
  content: url(../images/icons/toc-icon.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

.sidebar .sidebar-item:not(:empty) .widget_search {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
}

.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  margin-bottom: 10px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 100% */
  text-transform: initial;
}

.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: 2px solid #E1E1E1;
  border-radius: 1px;
  background: #E9E9E9;
  width: calc(100% - 60px);
  float: left;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  padding: 0 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  color: var(--text-color);
  line-height: 33px;
  letter-spacing: 1px;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-moz-placeholder {
  opacity: 1;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  color: var(--text-color);
  line-height: 33px;
  letter-spacing: 1px;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-moz-placeholder {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  color: var(--text-color);
  line-height: 33px;
  letter-spacing: 1px;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-ms-input-placeholder {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  color: var(--text-color);
  line-height: 33px;
  letter-spacing: 1px;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  color: var(--text-color);
  line-height: 33px;
  letter-spacing: 1px;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  border-radius: 1px 1px 1px 1px;
  background: var(--color-tertiary);
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 15px;
  transition: all 0.2s linear;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@-moz-document url-prefix() {
  .sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
    line-height: normal;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:is(:hover, :focus) {
  color: #fff;
  background: #C70001;
}

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

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

.footer {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
}

.footer .office-holder {
  display: block;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 768px) {
  .footer .office-holder {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1201px) {
  .footer .office-holder {
    display: flex;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
.footer .office-holder .right-content {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 70px 0px rgba(24, 39, 75, 0.48);
  padding: 10px;
  position: relative;
  z-index: 2;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 768px) {
  .footer .office-holder .right-content {
    padding: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .footer .office-holder .right-content {
    width: 450px;
    padding: 10px;
  }
}
.footer .office-holder .right-content .border-hol {
  border: 3px solid #C01327;
  padding-top: 35px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .footer .office-holder .right-content .border-hol {
    padding-bottom: 15px;
  }
}
.footer .office-holder .right-content .border-hol .footer-logo-wrap {
  text-align: center;
  padding-bottom: 26px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder .right-content .border-hol .footer-logo-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item {
  /*
  &:first-child {
      .accordion-button {

          &:after {
              content: url(../images/icon/arrow.svg);
              filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(3636%) hue-rotate(188deg) brightness(95%) contrast(98%);
              transform: rotate(90deg);
              background: none;                        
          }
      }
  }
  */
  /*             
  button[aria-expanded="true"] {
      &:after {
          content: url(../images/icon/arrow.svg);
          filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(3636%) hue-rotate(188deg) brightness(95%) contrast(98%);
          transform: rotate(90deg);
          background: none;
      }    

  }
  */
  /*
  button[aria-expanded="false"] {
      &:after {
          content: url(../images/icon/arrow.svg);
          filter: brightness(0) saturate(100%) invert(25%) sepia(50%) saturate(7458%) hue-rotate(342deg) brightness(74%) contrast(103%);        
          background: none;
          transform: rotate(270deg);                        
      }
  } 
  */
}

.footer .office-holder .right-content .border-hol .accordion-item .col-full-width {
  width: 86%;
  height: 507px;
  position: absolute;
  top: 0px;
  left: 450px;
  box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
  background-position: center !important;
  filter: drop-shadow(0px 8px 30px rgba(1, 1, 20, 0.15));
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-header {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item .accordion-button {
  background: none;
  color: #092A4E;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #BDBDBD;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 2px;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-button {
    font-size: 23px;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item .accordion-button:focus {
  border-bottom: 1px solid #BDBDBD;
  box-shadow: none;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-button:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(25%) sepia(50%) saturate(7458%) hue-rotate(342deg) brightness(74%) contrast(103%);
  background: none;
  transform: rotate(270deg);
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-button[aria-expanded=true]:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(3636%) hue-rotate(188deg) brightness(95%) contrast(98%);
  transform: rotate(90deg);
  background: none;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #425A7B;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 176.471% */
  letter-spacing: 0.34px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body {
    padding-left: 32px;
    padding-right: 30px;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .address {
  display: block;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .zipcode {
  padding-bottom: 10px;
  display: inline-block;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .toll_free_number {
  margin-top: 8px;
  display: block;
  color: #425A7B;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 176.471% */
  letter-spacing: 0.34px;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .toll_free_number a {
  color: #425A7B;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .toll_free_number a:hover {
  color: #AD1E1F;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .phone_number {
  color: #425A7B;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 176.471% */
  letter-spacing: 0.34px;
  display: block;
  margin-bottom: 8px;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .phone_number a {
  color: #425A7B;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .phone_number a:hover {
  color: #AD1E1F;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .location_fax {
  margin-top: 8px;
  color: #425A7B;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 176.471% */
  letter-spacing: 0.34px;
  display: block;
  margin-bottom: 8px;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .location_fax a {
  color: #425A7B;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .location_fax a:hover {
  color: #AD1E1F;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction {
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 400px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction {
    display: flex;
    justify-content: space-between;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a {
  border-radius: 42px;
  border: 2px solid #1C65B4;
  color: #092A4E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 8px 14px;
}

@media screen and (max-width: 365px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a {
    font-size: 13px;
    padding: 8px 8px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a {
    font-size: 14px;
    padding: 8px 14px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a {
    font-size: 16px;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction a:hover {
  background: #2b519f;
  color: #fff;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal {
  border-radius: 42px;
  border: 2px solid #1C65B4;
  color: #092A4E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 8px 14px;
  background: none;
  margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal {
    font-size: 16px;
    padding: 8px 16px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal {
    font-size: 13px;
    padding: 8px 8px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal {
    font-size: 14px;
    margin-left: 20px;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal {
    font-size: 16px;
    margin-left: 10px;
  }
}
.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal:hover {
  background: #2b519f;
  color: #fff;
}

.footer .office-holder .right-content .border-hol .accordion-item .accordion-body .direction .cw-modal:after {
  display: none;
}

.footer .office-holder .right-content .border-hol .office-info {
  color: white;
  font-size: 17px;
  line-height: 30px;
}

.footer .office-holder .right-content .border-hol .office-info address {
  margin-bottom: 0;
}

.footer .office-holder .right-content .border-hol .office-info a {
  color: white;
  font-size: 17px;
}

.footer .office-holder .right-content .border-hol .office-info__buttons {
  margin-top: 17px;
}

.footer .office-holder .right-content .border-hol .office-info__buttons a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.footer .office-holder .right-content .border-hol .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-holder .right-content .border-hol .office-info__buttons button:focus {
  background-color: transparent;
}

.footer .office-holder .right-content .border-hol .office-info figure {
  margin-top: 40px;
}

.footer .office-holder .right-content .border-hol .office-info figure img {
  max-width: 100%;
  height: auto;
}

.footer .office-holder .left-image {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 360px;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 1201px) {
  .footer .office-holder .left-image {
    width: 450px;
    height: auto;
  }
}
.footer .office-holder .left-image .infoDivmap {
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
}

.footer .office-holder .left-image .infoDivmap.show {
  display: block !important;
  height: 100%;
  width: 100%;
}

.footer .office-holder .left-image .infoDivmap a {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.footer .footer-contact {
  padding-top: 28px;
  padding-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .footer .footer-contact {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer .footer-contact .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer-contact .row {
  flex-direction: column-reverse;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 1201px) {
  .footer .footer-contact .row {
    flex-direction: initial;
  }
}
.footer .footer-contact .row .col-lg-8 {
  width: 100%;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 1201px) {
  .footer .footer-contact .row .col-lg-8 {
    width: 66.6666666667%;
  }
}
.footer .footer-contact .row .col-lg-4 {
  width: 100%;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 1201px) {
  .footer .footer-contact .row .col-lg-4 {
    width: 33.3333333333%;
  }
}
.footer .footer-number {
  color: white;
  font-family: var(--main-font), sans-serif;
  align-items: center;
  margin-top: 25px;
  text-align: center;
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (min-width: 1201px) {
  .footer .footer-number {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    margin-top: 0;
    justify-content: flex-end;
    text-align: left;
  }
}
.footer .footer-number .case-evaluation {
  color: #fff;
  text-align: right;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  display: block;
  /*@media screen and (max-width: 1100px) {*/
}

@media screen and (min-width: 768px) {
  .footer .footer-number .case-evaluation {
    padding-bottom: 0px;
    width: 145px;
    display: initial;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-number .case-evaluation {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number .case-evaluation {
    font-size: 22px;
    margin-right: 24px;
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-number .case-evaluation {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer .footer-number .contact-phone {
  color: #fff;
  text-align: right;
  font-family: var(--secondary-font), sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  top: 4px;
  margin-left: 10px;
  /*@media screen and (max-width: 1100px) {*/
}

@media (max-width: 767px) {
  .footer .footer-number .contact-phone {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-number .contact-phone {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number .contact-phone {
    font-size: 33px;
    top: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number .contact-phone {
    font-size: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-number .contact-phone {
    font-size: 48px;
  }
}
.footer .footer-number .contact-phone img {
  position: relative;
  top: 3px;
  margin-right: 13px;
}

@media screen and (min-width: 992px) {
  .footer .footer-number .contact-phone img {
    margin-right: 16px;
    top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number .contact-phone img {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .footer .footer-number .contact-phone img {
    top: 10px;
    width: 29px;
    height: 29px;
  }
}
.footer .footer-number .spanish-text {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding-top: 22px;
  /*@media screen and (max-width: 1100px) {*/
}

@media screen and (min-width: 992px) {
  .footer .footer-number .spanish-text {
    font-size: 18px;
    margin-left: 22px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-number .spanish-text {
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    display: block;
    padding-top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number .spanish-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-number .spanish-text {
    font-size: 24px;
  }
}
.footer .footer-top {
  padding-top: 40px;
  padding-bottom: 15px;
}

.footer .footer-top .container {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer-top .mobile-logo {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
  /*@media screen and (max-width: 1100px) {*/
}

@media screen and (max-width: 1200px) {
  .footer .footer-top .mobile-logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-logo-wrap {
    text-align: center;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  /*@media screen and (max-width: 1100px) {*/
  /*@media screen and (min-width: 1101px) {*/
}

@media screen and (max-width: 1200px) {
  .footer .footer-top ul.social-icon-list {
    margin-top: 30px !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top ul.social-icon-list {
    margin-top: 0px;
    justify-content: flex-end;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1201px) {
  .footer .footer-top ul.social-icon-list {
    margin-left: 15px;
    padding-top: 0px;
    border-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-top ul.social-icon-list li a:hover {
  background: #7A212B;
}

.footer .footer-top ul.social-icon-list li a:hover i {
  filter: brightness(0) invert(1);
}

.footer .footer-top ul.social-icon-list li a i:hover {
  filter: brightness(0) invert(1);
}

.footer .footer-top .footer-top-right {
  padding-bottom: 30px;
  /*@media screen and (max-width: 1100px) {*/
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-top-right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-top .footer-top-right {
    display: block !important;
    padding-bottom: initial;
    border-bottom: initial;
  }
}
.footer .footer-bottom {
  position: relative;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom {
    background: #002059;
  }
}
.footer .footer-bottom .footer-copyright {
  background: #F0F0F0;
  padding-top: 35px;
  padding-bottom: 90px;
  color: #7f8c8d;
  font-size: 13px;
}

.footer .footer-bottom .footer-copyright .col-xl-4:nth-child(1) {
  order: 2;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .col-xl-4:nth-child(1) {
    order: initial;
    width: 40%;
  }
}
.footer .footer-bottom .footer-copyright .col-xl-4:nth-child(2) {
  order: 1;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .col-xl-4:nth-child(2) {
    order: initial;
    width: 12%;
  }
}
.footer .footer-bottom .footer-copyright .col-xl-4:nth-child(3) {
  order: 3;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .col-xl-4:nth-child(3) {
    order: initial;
    width: 48%;
  }
}
.footer .footer-bottom .footer-links .container {
  padding-left: 0px;
  padding-right: 0px;
}

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

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding: 28px 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  flex-direction: column;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    /*max-width: initial;*/
    max-width: 670px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
  display: block;
  margin: 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    padding-left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin: 0 6px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:first-child {
  padding-left: 0px;
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
  border-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    display: inline-block;
    border: 0px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1.5rem 0rem;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding: 0.5rem 0rem;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    letter-spacing: 0px;
    padding: 0.5rem 0rem;
    font-size: 13px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding: 0.5rem 0.5rem;
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 992px) {
  .spanish-version .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding: 0;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .spanish-version .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    font-size: 9.5px;
  }
}
@media screen and (min-width: 1440px) {
  .spanish-version .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding: 0;
    letter-spacing: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:before {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: -18px;
    top: 51%;
    transform: translateY(-50%);
    content: "";
    z-index: 4;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:before {
    right: -24px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:before {
    right: -20px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:before {
    right: -22px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child a:before {
  display: none;
}

.footer .footer-bottom .built-by {
  color: #425A7B;
  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;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .footer .footer-bottom .built-by {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .built-by {
    text-align: right;
  }
}
.footer .footer-bottom .built-by a {
  color: #1C65B4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
}

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

.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: #425A7B;
  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;
  text-align: center;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .footer .footer-bottom .copyright {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .copyright {
    text-align: left;
    display: initial;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .copyright {
    margin-top: initial;
    margin-bottom: 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 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom a.btn-back {
    margin-right: initial;
  }
}
.footer .footer-bottom a.btn-back img {
  filter: drop-shadow(0px 10px 32px rgba(24, 39, 75, 0.1)) drop-shadow(0px 6px 14px rgba(24, 39, 75, 0.12));
}

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

.attorneys {
  padding-top: 50px;
  padding-bottom: 15px;
}

.attorneys__title {
  position: relative;
  font-family: var(--main-font), sans-serif;
  font-family: var(--main-font), sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0px;
}

@media screen and (max-width: 400px) {
  .attorneys__title {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 992px) {
  .attorneys__title {
    color: var(--color-primary);
    font-family: var(--main-font), sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 60px; /* 150% */
  }
}
.attorneys h2 {
  margin-bottom: 0px;
}

.attorneys__content p {
  color: white;
}

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

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

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

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

.attorneys .att-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .attorneys .att-desktop {
    display: block;
  }
}
.attorneys .att-mobile {
  display: block;
}

.attorneys .att-mobile .attorneys__item {
  padding-top: 25px;
}

.attorneys .att-mobile .attorneys__item .attorneys__photo {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  width: 440px;
  height: 351px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 580px) {
  .attorneys .att-mobile .attorneys__item .attorneys__photo {
    width: 275px;
    height: 220px;
  }
}
.attorneys .att-mobile .attorneys__item .attorneys__photo img {
  position: relative;
  top: -14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 580px) {
  .attorneys .att-mobile .attorneys__item .attorneys__photo img {
    max-width: 237px;
    top: -5px;
  }
}
.attorneys .att-mobile .attorneys__item .attorneys__photo .border-line {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  width: 390px;
  height: 300px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 580px) {
  .attorneys .att-mobile .attorneys__item .attorneys__photo .border-line {
    width: 240px;
    height: 184px;
  }
}
.attorneys .att-mobile .attorneys__item .attorney-block {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.attorneys .att-mobile .attorneys__item .attorney-block .title {
  color: #000;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 36px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.attorneys .att-mobile .attorneys__item .attorney-block .bio-excerpt {
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}

.attorneys .att-mobile .attorneys__item .attorney-block a {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .attorneys .att-mobile .attorneys__item .attorney-block a {
    text-align: left;
  }
}
.attorneys .att-mobile .attorneys__item .attorney-block a:after {
  margin-left: 11px;
  content: url(../images/icons/btn-icon.svg);
  position: relative;
  top: 3px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(71%) saturate(3819%) hue-rotate(341deg) brightness(106%) contrast(102%);
}

@media screen and (max-width: 600px) {
  .attorneys .att-mobile .attorneys__item .attorney-block {
    max-width: 360px;
  }
}
@media screen and (max-width: 400px) {
  .attorneys .att-mobile .attorneys__item .attorney-block {
    max-width: 100%;
  }
}
.attorneys .att-mobile .swiper-button-prev {
  top: 20%;
  left: -10px;
}

.attorneys .att-mobile .swiper-button-prev:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(14%) sepia(71%) saturate(3819%) hue-rotate(341deg) brightness(106%) contrast(102%);
}

@media screen and (max-width: 600px) {
  .attorneys .att-mobile .swiper-button-prev {
    top: 15%;
    left: 0px;
  }
}
@media screen and (max-width: 400px) {
  .attorneys .att-mobile .swiper-button-prev {
    top: 13%;
  }
}
.attorneys .att-mobile .swiper-button-next {
  top: 20%;
  right: -10px;
}

.attorneys .att-mobile .swiper-button-next:after {
  content: url(../images/icon/arrow.svg);
  filter: brightness(0) saturate(100%) invert(14%) sepia(71%) saturate(3819%) hue-rotate(341deg) brightness(106%) contrast(102%);
}

@media screen and (max-width: 600px) {
  .attorneys .att-mobile .swiper-button-next {
    top: 15%;
    right: 0px;
  }
}
@media screen and (max-width: 400px) {
  .attorneys .att-mobile .swiper-button-next {
    top: 13%;
  }
}
@media screen and (min-width: 992px) {
  .attorneys .att-mobile {
    display: none;
  }
}
.attorneys .att-mobile #grid-attorney {
  position: initial;
  overflow: hidden;
}

@media (max-width: 991px) {
  .attorneys .att-mobile #grid-attorney {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 992px) {
  .attorneys {
    padding-top: 92px;
    padding-bottom: 65px;
  }
}
.attorneys .col-xl {
  width: 33%;
}

@media screen and (min-width: 1200px) {
  .attorneys .col-xl:first-child {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .attorneys .col-xl:last-child {
    padding-right: 0px;
  }
}
.attorneys .col-xl .attorneys__photo {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  width: 306px;
  height: 276px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .attorneys .col-xl .attorneys__photo {
    width: 365px;
    height: 332px;
  }
}
@media screen and (min-width: 1400px) {
  .attorneys .col-xl .attorneys__photo {
    width: 425px;
    height: 351px;
  }
}
@media screen and (min-width: 1440px) {
  .attorneys .col-xl .attorneys__photo {
    width: 440px;
    height: 351px;
  }
}
.attorneys .col-xl .attorneys__photo img {
  position: relative;
  top: -14px;
}

.attorneys .col-xl .attorneys__photo .border-line {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  width: 278px;
  height: 250px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 1200px) {
  .attorneys .col-xl .attorneys__photo .border-line {
    width: 336px;
    height: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .attorneys .col-xl .attorneys__photo .border-line {
    width: 384px;
    height: 292px;
  }
}
.attorneys .col-xl .attorneys__link {
  padding-top: 5px;
  max-width: 100%;
}

.attorneys .col-xl .attorneys__link .name {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 166.667% */
}

.attorneys .col-xl .attorneys__link .excerpt {
  margin-top: 10px;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}

.attorneys .col-xl .attorneys__link a {
  margin-top: 20px;
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-right: 0px;
}

@media screen and (min-width: 1200px) {
  .attorneys .col-xl .attorneys__link a {
    letter-spacing: 2px;
  }
}
.attorneys .col-xl .attorneys__link a:hover {
  color: #C01327;
}

.attorneys .col-xl .attorneys__link a:after {
  margin-left: 11px;
  content: url(../images/icons/btn-icon.svg);
  position: relative;
  top: 2px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(4185%) hue-rotate(342deg) brightness(74%) contrast(104%);
}

.attorneys .col-xl .attorneys__link a span:last-word {
  color: red;
}

.attorneys .btn {
  margin-top: 10px;
  width: 256px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #C01327;
}

.page-template-attorney .header .top-header-desktop-menu {
  background: initial;
  position: relative;
  z-index: 9;
}

.page-template-attorney .main-wrapper {
  overflow: initial;
}

@media screen and (min-width: 992px) {
  .page-template-attorney .breadcrumb-container {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-attorney .main-content {
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-attorney .main-content {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-attorney .main-content {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .page-template-attorney .main-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-attorney .main-content .container .row > .entry-content.col-xl-8,
.page-template-attorney .main-content .container .row > .content.col-xl-8 {
    padding-right: 105px;
  }
}
.page-template-attorney .reviews-section {
  position: relative;
  padding-bottom: 73px;
}

@media screen and (min-width: 1200px) {
  .page-template-attorney .reviews-section {
    padding-top: 29px;
  }
}
.page-template-attorney .reviews-section-wrap {
  padding: 26px 20px 30px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 440px) {
  .page-template-attorney .reviews-section-wrap {
    padding: 26px 10px 30px 10px;
    max-width: 445px;
  }
}
@media (min-width: 460px) {
  .page-template-attorney .reviews-section-wrap {
    padding: 26px 15px 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-attorney .reviews-section-wrap {
    max-width: 640px;
    padding: 29px 42px 43px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-attorney .reviews-section-wrap {
    max-width: 870px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-attorney .reviews-section-wrap {
    max-width: 1040px;
  }
}
@media (min-width: 1400px) {
  .page-template-attorney .reviews-section-wrap {
    max-width: 1074px;
  }
}
@media (max-width: 379px) {
  .page-template-attorney .reviews-section-wrap {
    max-width: 315px;
  }
}
@media (max-width: 369px) {
  .page-template-attorney .reviews-section-wrap {
    max-width: 300px;
  }
}
.page-template-attorney .reviews-section-wrap .quote {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 79px;
  height: 71px;
}

.page-template-attorney .reviews-section-wrap .description {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  max-width: 990px;
  color: var(--text-color);
  text-align: center;
  font-family: Prata;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 163.636% */
}

@media (min-width: 460px) {
  .page-template-attorney .reviews-section-wrap .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-attorney .reviews-section-wrap .description {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-attorney .reviews-section-wrap .description {
    font-size: 22px;
  }
}
.page-template-attorney .reviews-section-wrap .name {
  text-align: center;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
}

.page-template-attorney .reviews-section-wrap .name span {
  font-weight: 600;
}

.page-template-attorney .reviews-section-wrap .swiper-button-prev,
.page-template-attorney .reviews-section-wrap .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

.page-template-attorney .reviews-section-wrap .swiper-button-prev:after,
.page-template-attorney .reviews-section-wrap .swiper-button-next:after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.page-template-attorney .reviews-section-wrap .swiper-button-prev {
  left: 0;
}

@media (min-width: 1400px) {
  .page-template-attorney .reviews-section-wrap .swiper-button-prev {
    left: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-attorney .reviews-section-wrap .swiper-button-prev {
    left: 7%;
  }
}
.page-template-attorney .reviews-section-wrap .swiper-button-next {
  right: 0;
}

@media (min-width: 1400px) {
  .page-template-attorney .reviews-section-wrap .swiper-button-next {
    right: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-attorney .reviews-section-wrap .swiper-button-next {
    right: 7%;
  }
}
.page-template-attorney .reviews-section .bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.page-template-attorney .reviews-section .bottom-content a {
  padding-left: 8px;
  color: #002159;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  text-decoration-line: underline;
}

.page-template-attorney .reviews-section .bottom-content a:hover {
  color: #C01327;
}

@media (max-width: 767px) {
  .page-template-attorney .reviews-section .bottom-content a {
    padding-left: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-bottom: 26px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 80px;
    padding-bottom: 58px;
  }
}
.c-practice-areas .heading {
  margin-bottom: 0px;
}

.c-practice-areas .more-cases {
  margin-top: 25px;
}

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header h1 {
    font-size: 51px;
  }
}
.c-practice-areas .pa__header-intro P {
  color: var(--text-color);
  text-align: left;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header-intro P {
    text-align: center;
  }
}
.c-practice-areas .pa__header-intro P a {
  font-weight: 600;
  text-decoration-line: underline;
}

.c-practice-areas .pa__items {
  display: flex;
  flex-wrap: wrap;
}

.c-practice-areas .pa__items .block-top {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 300px;
}

.c-practice-areas .pa__items .block {
  display: table;
  width: 100%;
  height: 100%;
}

.c-practice-areas .pa__items .block .title {
  color: #002059;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

.c-practice-areas .pa__items .block .expand {
  color: #878787;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: 26px;
  right: 32px;
}

.c-practice-areas .pa__items .block .expand:hover {
  color: #002059;
}

.c-practice-areas .pa__items .block .expand:after {
  content: url(../images/icons/plus.svg);
  position: relative;
  top: 2px;
  margin-left: 11px;
}

.c-practice-areas .pa__items .block .info {
  display: table-cell;
  vertical-align: middle;
}

.c-practice-areas .pa__items .block .info img {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-practice-areas .pa__items .block .details {
  padding: 35px 20px 20px 25px;
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
}

.c-practice-areas .pa__items .block .details:before {
  content: "";
  background: #C01327;
  height: 1px;
  width: 49px;
  position: absolute;
  right: 18px;
  margin-top: 68px;
}

.c-practice-areas .pa__items .block .details:after {
  content: "";
  background: #C01327;
  height: 1px;
  width: 49px;
  position: absolute;
  right: 18px;
  margin-top: -53px;
}

.c-practice-areas .pa__items .block .details .title {
  height: 72px;
  max-width: 235px;
  text-align: left;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

.c-practice-areas .pa__items .block .details .attachment-pa-icon {
  position: absolute;
  filter: brightness(0) invert(1);
  right: 18px;
  top: 38px;
}

.c-practice-areas .pa__items .block .details .close {
  position: absolute;
  right: 29px;
  cursor: pointer;
  bottom: 28px;
}

.c-practice-areas .pa__items .block .details .close img:hover {
  filter: brightness(0) saturate(100%) invert(15%) sepia(61%) saturate(6622%) hue-rotate(346deg) brightness(77%) contrast(95%);
}

.c-practice-areas .pa__items.pa-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__items.pa-desktop {
    display: flex;
    justify-content: center;
  }
}
.c-practice-areas .pa-mobil {
  display: block;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.c-practice-areas .pa-mobil .accordion-item {
  border-radius: 0px;
  margin-bottom: 20px;
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.c-practice-areas .pa-mobil .accordion-item h2 button {
  padding-top: 28px;
  border-radius: 0px;
  background: none;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  box-shadow: none;
  padding-bottom: 58px;
  padding-left: 17px;
  padding-right: 0px;
}

.c-practice-areas .pa-mobil .accordion-item h2 button.show {
  background: transparent !important;
  color: #fff !important;
  border: 0px !important;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
}

.c-practice-areas .pa-mobil .accordion-item h2 button.show img {
  filter: brightness(0) invert(1);
  margin-right: 20px;
}

.c-practice-areas .pa-mobil .accordion-item h2 button.show:after {
  content: url() !important;
  background: none !important;
}

.c-practice-areas .pa-mobil .accordion-item h2 button.show .expand {
  display: none;
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=true] {
  background: transparent !important;
  color: #fff;
  border: 0px !important;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=true] img {
  filter: brightness(0) invert(1);
  margin-right: 20px;
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=true]:after {
  content: url() !important;
  background: none !important;
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=true] .expand {
  display: none;
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=false] {
  border: 1px solid #DEDEDE;
  background: #F6F6F6;
  color: #002059;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=false] img {
  margin-right: 20px;
}

.c-practice-areas .pa-mobil .accordion-item h2 button[aria-expanded=false]:after {
  content: "";
  background: none !important;
  /*
  content: url(../images/icons/plus.svg);

  */
}

.c-practice-areas .pa-mobil .accordion-item h2 button .expand {
  position: absolute;
  right: 0px;
  bottom: 25px;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-body {
  color: #fff;
  padding: 0px 30px 20px 30px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px; /* 160.714% */
}

.c-practice-areas .pa-mobil .accordion-item .accordion-body a {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  text-transform: uppercase;
  max-width: 225px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .c-practice-areas .pa-mobil .accordion-item .accordion-body a {
    letter-spacing: 2px;
  }
}
.c-practice-areas .pa-mobil .accordion-item .accordion-body a:after {
  content: url(../images/icons/btn-icon.svg);
  position: relative;
  top: 2px;
  margin-left: 11px;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-button_bottom {
  padding: 0px;
  border-radius: 0px;
  background: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  box-shadow: none;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-button_bottom span {
  background: #C01327;
  height: 1px;
  width: 40px;
  position: absolute;
  right: 20px;
  bottom: 41px;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-button_bottom img {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.c-practice-areas .pa-mobil .accordion-item .accordion-button_bottom:after {
  display: none;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa-mobil {
    display: none;
  }
}
.c-practice-areas .pa__item {
  border: 1px solid #DEDEDE;
  background: #F6F6F6;
  margin-bottom: 4px;
  position: relative;
  max-height: 360px;
  max-width: 330px;
  width: 100%;
  margin-bottom: 31px;
  margin-right: 30px;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item {
    height: 360px;
    max-width: 330px;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    max-width: 330px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__item:nth-child(4n) {
    margin-right: 0px;
  }
}
.c-practice-areas .pa__item-content-text {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px;
  /**/
  overflow: hidden;
  height: 160px;
}

.c-practice-areas .pa__item .main-link {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  /*letter-spacing: 2px;*/
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  /*max-width: 225px;*/
  max-width: 230px;
  display: flex;
  align-items: center;
}

.c-practice-areas .pa__item .main-link:after {
  content: url(../images/icons/btn-icon.svg);
  position: relative;
  top: 2px;
  margin-left: 11px;
}

.c-practice-areas .pa__item .main-link:hover {
  color: #C01327;
}

.c-practice-areas .pa__item .main-link:hover:after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(61%) saturate(6622%) hue-rotate(346deg) brightness(77%) contrast(95%);
}

.c-practice-areas .btn {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #C01327;
}

.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 .matter {
  padding-left: 10px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.5px; /* 132.5% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .results-part .results-slider .matter {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    font-family: var(--secondary-font), sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 26.5px; /* 132.5% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .spanish-version .results-part .results-slider .matter {
    font-size: 13px;
  }
}
.results-part .results-slider .matter span {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #000b1f;
  z-index: 9;
  position: relative;
}

@media screen and (min-width: 480px) {
  .results-part .results-slider .matter span {
    width: 222px;
  }
}
@media screen and (min-width: 992px) {
  .results-part .results-slider .matter span {
    width: 115px;
    display: block;
    margin-left: initial;
    margin-right: initial;
    background: none;
    position: initial;
  }
}
.results-part .results-slider .matter:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 0.5px;
  width: 34%;
  position: absolute;
  /*left: 0px;*/
  left: 2%;
  top: 14px;
}

@media screen and (min-width: 992px) {
  .results-part .results-slider .matter:before {
    display: none;
  }
}
.results-part .results-slider .matter:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 0.5px;
  width: 34%;
  position: absolute;
  /*right: 0px;*/
  right: 2%;
  top: 14px;
}

@media screen and (min-width: 992px) {
  .results-part .results-slider .matter:after {
    content: "";
    width: 75%;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    display: block;
    position: relative;
    top: -27px;
    left: 127px;
  }
}
@media screen and (min-width: 1200px) {
  .results-part .results-slider .matter:after {
    width: 79%;
  }
}
@media screen and (min-width: 1400px) {
  .results-part .results-slider .matter:after {
    width: 83%;
  }
}
.results-part .results-slider .custom-nav-results {
  top: 50%;
}

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

.results-part .btn-results {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 100%;
  display: block;
  text-align: center;
  position: relative;
  right: 0px;
  bottom: 0px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .results-part .btn-results {
    max-width: 140px;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 26.5px; /* 132.5% */
    position: absolute;
    right: 35px;
    bottom: 50px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .spanish-version .results-part .btn-results {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21.5px;
  }
}
.results-part .btn-results:hover {
  color: #C01327;
}

@media screen and (min-width: 992px) {
  .results-part .btn-results:before {
    content: "";
    width: 2px;
    height: 38px;
    border: 0;
    position: absolute;
    left: -70px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    margin-top: 3px;
  }
}
.results-part .btn-results:after {
  content: url(../images/icons/results-icon.svg);
  position: relative;
  top: 5px;
  left: 10px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(4185%) hue-rotate(342deg) brightness(74%) contrast(104%);
}

@media screen and (min-width: 992px) {
  .results-part .btn-results:after {
    content: url(../images/icon/arrow.svg);
    position: absolute;
    top: 9px;
    right: 0px;
    left: initial;
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(13%) sepia(66%) saturate(5791%) hue-rotate(346deg) brightness(85%) contrast(95%);
  }
}
.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .grid-results {
    max-width: calc(100% - 220px);
    /*
    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: 2px;
    height: 38px;
    border: 0;
    position: absolute;
    right: -23px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
  }
  .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: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 109.302% */
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .grid-results .item .amount {
    margin-bottom: 2px;
  }
}
.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 {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.5px; /* 165.625% */
  letter-spacing: 2px;
}

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

.legal-services-component {
  padding: 61px 0 30px;
}

.legal-services-component .title__border {
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .legal-services-component .title__border {
    margin-bottom: 42px;
  }
}
.legal-services-component_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
  background-color: #f6f6f6;
  padding: 30px 29px 27px;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  color: var(--color-primary);
  text-align: center;
  min-height: 129px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 380px;
  min-height: 230px;
}

@media (min-width: 576px) {
  .legal-services-component_link {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .legal-services-component_link {
    max-width: 255px;
  }
}
.legal-services-component_link img {
  margin-bottom: 23px;
}

.legal-services-component_link:is(:hover, :focus) {
  color: #fff;
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0px 0px 100px rgba(0, 31, 78, 0.65));
  border: unset;
  transition: all 0.2s ease;
}

.legal-services-component_link:is(:hover, :focus) img {
  filter: brightness(0) invert(1);
}

.legal-services-component .custom-row {
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.15));
}

@media (max-width: 991px) {
  .legal-services-component .custom-row {
    filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.15));
  }
}
@media (max-width: 575px) {
  .legal-services-component .custom-row {
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (min-width: 1440px) {
  .legal-services-component .custom-col {
    flex: 0 0 auto;
    width: 20%;
  }
}
.awards-part {
  padding: 70px 0 38px;
  background: url("../images/bg-awards.png");
  background-size: auto;
  background-repeat-y: no-repeat;
  background-position: top;
}

.home .awards-part {
  padding: 10px 0 10px;
  background: none;
}

.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 .awards-wrap {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .awards-part .awards-wrap {
    max-width: 86%;
  }
}
.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;
}

.awards-part .swiper-button-prev,
.awards-part .swiper-button-next {
  top: 35%;
}

.awards-part .swiper-button-prev:after,
.awards-part .swiper-button-next:after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.awards-part .swiper-button-prev {
  left: 10px;
}

.awards-part .swiper-button-next {
  right: 10px;
}

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

.reviews-section {
  position: relative;
  padding-bottom: 73px;
}

@media screen and (min-width: 1200px) {
  .reviews-section {
    padding-top: 29px;
  }
}
.reviews-section-wrap {
  padding: 26px 20px 30px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 440px) {
  .reviews-section-wrap {
    padding: 26px 10px 30px 10px;
    max-width: 445px;
  }
}
@media (min-width: 460px) {
  .reviews-section-wrap {
    padding: 26px 15px 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .reviews-section-wrap {
    max-width: 640px;
    padding: 29px 42px 43px;
  }
}
@media screen and (min-width: 992px) {
  .reviews-section-wrap {
    max-width: 870px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-section-wrap {
    max-width: 1040px;
  }
}
@media (min-width: 1400px) {
  .reviews-section-wrap {
    max-width: 1074px;
  }
}
@media (max-width: 379px) {
  .reviews-section-wrap {
    max-width: 315px;
  }
}
@media (max-width: 369px) {
  .reviews-section-wrap {
    max-width: 300px;
  }
}
.reviews-section-wrap .quote {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 79px;
  height: 71px;
}

.reviews-section-wrap .description {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  max-width: 990px;
  color: var(--text-color);
  text-align: center;
  font-family: Prata;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 163.636% */
}

@media (min-width: 460px) {
  .reviews-section-wrap .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .reviews-section-wrap .description {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .reviews-section-wrap .description {
    font-size: 22px;
  }
}
.reviews-section-wrap .name {
  text-align: center;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
}

.reviews-section-wrap .name span {
  font-weight: 600;
}

.reviews-section-wrap .swiper-button-prev,
.reviews-section-wrap .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

.reviews-section-wrap .swiper-button-prev:after,
.reviews-section-wrap .swiper-button-next:after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(4635%) hue-rotate(343deg) brightness(112%) contrast(98%);
}

.reviews-section-wrap .swiper-button-prev {
  left: 0;
}

@media (min-width: 1400px) {
  .reviews-section-wrap .swiper-button-prev {
    left: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .reviews-section-wrap .swiper-button-prev {
    left: 7%;
  }
}
.reviews-section-wrap .swiper-button-next {
  right: 0;
}

@media (min-width: 1400px) {
  .reviews-section-wrap .swiper-button-next {
    right: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .reviews-section-wrap .swiper-button-next {
    right: 7%;
  }
}
.reviews-section .bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.reviews-section .bottom-content a {
  padding-left: 8px;
  color: #002159;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  text-decoration-line: underline;
}

.reviews-section .bottom-content a:hover {
  color: #C01327;
}

@media (max-width: 767px) {
  .reviews-section .bottom-content a {
    padding-left: 0;
    margin-top: 15px;
  }
}
.client-testimonials-section {
  padding: 25px 0 62px;
}

.client-testimonials-section .quote-icon {
  margin-bottom: 32px;
}

.client-testimonials-section_title {
  margin-bottom: 45px;
}

@media screen and (min-width: 1600px) {
  .client-testimonials-section_custom-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .client-testimonials-section_content-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 87px;
  }
}
.client-testimonials-section_content-container .description {
  color: var(--text-color);
  font-family: Prata;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 163.636% */
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .client-testimonials-section_content-container .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
  }
}
.client-testimonials-section_content-container .name {
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (min-width: 768px) {
  .client-testimonials-section_content-container .name {
    letter-spacing: 0.36px;
  }
}
.client-testimonials-section_content-container .name span,
.client-testimonials-section_content-container .name time {
  font-weight: 600;
}

@media (max-width: 991px) {
  .client-testimonials-section_content:first-child {
    margin-bottom: 36px;
  }
}
.client-testimonials-section .bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

@media screen and (min-width: 992px) {
  .client-testimonials-section .bottom-content {
    margin-top: 45px;
  }
}
.client-testimonials-section .bottom-content a {
  padding-left: 8px;
  color: #002159;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  text-decoration-line: underline;
}

.client-testimonials-section .bottom-content a:hover {
  color: #C01327;
}

@media (max-width: 767px) {
  .client-testimonials-section .bottom-content a {
    padding-left: 0;
    margin-top: 15px;
  }
}

/*# sourceMappingURL=theme.css.map*//**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (max-width: 991px) {
  .category-archive-view .content {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .category-archive-view .sidebar {
    margin-top: -205px;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #F6F6F6;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
  padding: 27px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #A9A9A9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-primary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:is(:hover, :focus) {
  color: var(--color-secondary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta {
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  font-weight: 600;
  color: #003FA9;
  text-decoration: underline;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a:hover {
  color: var(--color-secondary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  text-align: right;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .vid-aligncenter {
  margin-top: 15px;
  margin-bottom: 0;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .btn {
  display: inline-block;
}

@media (max-width: 575px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .btn {
    width: 100%;
  }
}
.single-post h1 {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .single-post h1 {
    text-align: left;
    max-width: 875px;
  }
}
.single-post .sidebar {
  margin-top: 0px;
}

@media screen and (min-width: 992px) {
  .single-post .sidebar {
    margin-top: -205px;
  }
}
@media (max-width: 991px) {
  .single-post .content,
.single-post .entry-content,
.single-result .content,
.single-result .entry-content {
    margin-bottom: 3rem;
  }
}
.single-post .blog-post .blog-title h1.page-title,
.single-result .blog-post .blog-title h1.page-title {
  margin-bottom: 21px;
}

.single-post .blog-post .post-wrap .post-meta,
.single-result .blog-post .post-wrap .post-meta {
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
  border-bottom: 1px solid #A9A9A9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-post .blog-post .post-wrap .post-meta a,
.single-result .blog-post .post-wrap .post-meta a {
  font-weight: 600;
  color: #003FA9;
  text-decoration: underline;
}

.single-post .blog-post .post-wrap .post-meta a:hover,
.single-result .blog-post .post-wrap .post-meta a:hover {
  color: #C01327;
  text-decoration: none;
}

.single-post .image-gallery_title,
.single-result .image-gallery_title {
  margin-top: 20px;
  margin-bottom: 35px;
}

.single-post .image-gallery_container,
.single-result .image-gallery_container {
  border: 1px solid #A9A9A9;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 15px;
  row-gap: 15px;
}

@media (min-width: 576px) {
  .single-post .image-gallery_container,
.single-result .image-gallery_container {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 768px) {
  .single-post .image-gallery_container,
.single-result .image-gallery_container {
    grid-template-columns: repeat(4, auto);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .image-gallery_container,
.single-result .image-gallery_container {
    grid-template-columns: repeat(3, auto);
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single-post .image-gallery_container,
.single-result .image-gallery_container {
    grid-template-columns: repeat(4, auto);
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 1400px) {
  .single-post .image-gallery_container,
.single-result .image-gallery_container {
    grid-template-columns: repeat(4, 150px);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .image-gallery_container,
.single-result .image-gallery_container {
    justify-content: center;
  }
}
.single-post .share-wrap,
.single-result .share-wrap {
  border-top: 1px solid #A9A9A9;
}

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