/**
* 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 span {
  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;
}

.home .main-wrapper, .page-template-about-us .main-wrapper, .single-attorney .main-wrapper, .page-template-practice-area .main-wrapper, .page-template-default .main-wrapper, .blog .main-wrapper, .category-archive-view .main-wrapper, .single-post .main-wrapper, .single .main-wrapper, .archive .main-wrapper, .search .main-wrapper, .page-template-archive-testimonial .main-wrapper, .page-template-archive-result .main-wrapper, .error404 .main-wrapper, .page-template-contact .main-wrapper, .page-template-location .main-wrapper, .page-template-archive-pa .main-wrapper {
  overflow: visible;
}

.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;
  }
}
.page-template-practice-area .main-content, .page-template-default .main-content, .blog .main-content, .category-archive-view .main-content, .single-post .main-content, .single .main-content, .archive .main-content, .search .main-content, .page-template-archive-testimonial .main-content, .page-template-archive-result .main-content, .error404 .main-content, .page-template-contact .main-content, .page-template-archive-pa .main-content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-template-practice-area .main-content, .page-template-default .main-content, .blog .main-content, .category-archive-view .main-content, .single-post .main-content, .single .main-content, .archive .main-content, .search .main-content, .page-template-archive-testimonial .main-content, .page-template-archive-result .main-content, .error404 .main-content, .page-template-contact .main-content, .page-template-archive-pa .main-content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .main-content, .page-template-default .main-content, .blog .main-content, .category-archive-view .main-content, .single-post .main-content, .single .main-content, .archive .main-content, .search .main-content, .page-template-archive-testimonial .main-content, .page-template-archive-result .main-content, .error404 .main-content, .page-template-contact .main-content, .page-template-archive-pa .main-content {
    padding-top: 10px;
    padding-bottom: 65px;
  }
}
.page-template-practice-area .main-content::before, .page-template-default .main-content::before, .blog .main-content::before, .category-archive-view .main-content::before, .single-post .main-content::before, .single .main-content::before, .archive .main-content::before, .search .main-content::before, .page-template-archive-testimonial .main-content::before, .page-template-archive-result .main-content::before, .error404 .main-content::before, .page-template-contact .main-content::before, .page-template-archive-pa .main-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  z-index: -2;
  height: 100%;
}

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

.testimonials-section {
  background-color: #f4f4f4;
  background-image: url("../images/testimonials-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 78px 0 58px;
}

.testimonials-section-wrap {
  position: relative;
}

.testimonials-section-title {
  margin-bottom: 40px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 992px) {
  .testimonials-section-title {
    line-height: 65px;
  }
}
.testimonials-section__item {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.33);
  border: 8px solid #5968a1;
  background-color: #18397b;
  padding: 40px 28px;
  height: 100% !important;
}

@media screen and (min-width: 1200px) {
  .testimonials-section__item {
    min-height: 443px;
  }
}
.testimonials-section p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 14px;
  font-family: var(--secondary-font), sans-serif;
  line-height: 31px;
  margin-top: 15px;
}

.testimonials-section cite {
  color: #fff;
  display: block;
  font-family: var(--secondary-font), sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 6px;
  line-height: 29px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .testimonials-section cite {
    bottom: -50px;
  }
}
.testimonials-section .swiper {
  overflow: visible;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper {
    overflow: hidden;
  }
}
.testimonials-section .swiper .swiper-pagination {
  bottom: -30px;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  background: none;
  text-transform: uppercase;
  padding: 12px 8px;
}

.btn span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.btn:focus {
  box-shadow: none;
}

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

.btn--transparent {
  color: #18397b;
}

.btn--border {
  position: relative;
  border-top: 2px solid #18397b;
  border-bottom: 2px solid #18397b;
  padding: 14px 23px;
}

.btn--border:before {
  content: "";
  top: 0;
  left: 0;
  height: 65%;
  background-color: #18397b;
  width: 2px;
  display: block;
  position: absolute;
  transition: height ease-in-out 0.5s;
}

.btn--border:after {
  content: "";
  bottom: 0;
  right: 0;
  height: 65%;
  background-color: #18397b;
  width: 2px;
  display: block;
  position: absolute;
  transition: height ease-in-out 0.5s;
}

.btn--border:hover:before, .btn--border:hover:after {
  height: 100%;
}

.btn--border-white {
  border-color: white;
}

.btn--border-white:before, .btn--border-white:after {
  background-color: white;
}

.btn-std {
  background-color: #fff;
  border-radius: 18px 0;
}

@media (min-width: 330px) {
  .btn-std {
    min-width: 315px;
  }
}
@media (max-width: 329px) {
  .btn-std {
    width: 100%;
  }
}
.btn-std span {
  color: #569FDF;
}

.btn-std:hover {
  background-color: #D8EBFB;
}

.btn-std:hover span {
  color: #145690;
}

.btn-2 {
  background-color: transparent;
  border-radius: 18px 0px;
  border: 2px solid var(--accent-color);
  color: #fff;
  padding: 7px 8px;
}

@media (min-width: 330px) {
  .btn-2 {
    min-width: 288px;
  }
}
@media (max-width: 329px) {
  .btn-2 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .btn-2 span {
    line-height: 30px;
  }
}
.btn-2:hover {
  background-color: rgb(216, 235, 251);
}

.btn-2:hover span {
  color: #145690;
}

.btn-tap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  padding: 0;
  text-transform: capitalize;
}

.btn-tap strong {
  font-family: var(--secondary-font), sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #569FDF;
  line-height: normal;
  letter-spacing: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}

.btn-tap:is(:hover, :focus) strong {
  color: #fff;
}

.btn-form {
  font-family: var(--main-font), sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  background-color: #2B7ABE !important;
  border-radius: 15px 0px !important;
  padding: 15px 7px !important;
  width: 100% !important;
}

.btn-form:hover {
  background-color: #045CA0 !important;
  transition: all 0.3s ease-in-out !important;
}

.btn-tertiary {
  background-color: transparent;
  border-radius: 18px 0px;
  border: 2px solid #569FDF;
  color: #1A1A1A;
  padding: 12px 20px;
}

.btn-tertiary:hover {
  background-color: rgb(216, 235, 251);
  color: #145690;
}

.btn-video {
  background-color: transparent;
  border-radius: 18px 0px;
  border: 2px solid var(--accent-color);
  color: #fff;
  padding: 7px 8px;
}

@media (min-width: 330px) {
  .btn-video {
    min-width: 315px;
  }
}
@media (max-width: 329px) {
  .btn-video {
    width: 100%;
  }
}
.btn-video span {
  margin-left: 10px;
}

.btn-video:hover {
  background-color: rgb(216, 235, 251);
  color: #145690;
}

/* purgecss start ignore */
.gform_wrapper.gravity-theme form,
.gform_wrapper.gform-theme form {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

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

.gform_wrapper.gravity-theme .gchoice label:after,
.gform_wrapper.gform-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,
.gform_wrapper.gform-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],
.gform_wrapper.gform-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,
.gform_wrapper.gform-theme input[type=checkbox] + label {
  cursor: pointer;
}

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

.gform_wrapper.gravity-theme .gfield,
.gform_wrapper.gform-theme .gfield {
  margin-top: 0;
}

.gform_wrapper.gravity-theme .gfield .ginput_container label,
.gform_wrapper.gform-theme .gfield .ginput_container label {
  color: #FFFEFE;
}

.gform_wrapper.gravity-theme .gfield .ginput_container input,
.gform_wrapper.gform-theme .gfield .ginput_container input {
  background-color: transparent;
  border: 2px solid rgba(243, 243, 243, 0.3);
  border-radius: 6px;
  height: 44px;
  color: #FFFEFE;
}

.gform_wrapper.gravity-theme .gfield .ginput_container textarea,
.gform_wrapper.gform-theme .gfield .ginput_container textarea {
  height: 137px !important;
  background-color: transparent;
  border: 2px solid rgba(243, 243, 243, 0.3);
  border-radius: 6px;
  color: #FFFEFE;
}

.gform_wrapper.gravity-theme .gform_heading,
.gform_wrapper.gform-theme .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label,
.gform_wrapper.gform-theme .gform_body .gfield_label,
.gform_wrapper.gform-theme .gform_body .gfield-choice-input + label {
  position: relative;
  display: inline-block;
  color: var(--form-label-color);
  font-size: 16px;
  font-weight: 400;
  padding-left: 8px;
  padding-right: 5.7px;
  background-color: #262D6F;
  top: 15px;
  left: 17px;
}

.sidebar .gform_wrapper.gravity-theme .gform_body .gfield_label,
.sidebar .gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label,
.sidebar .gform_wrapper.gform-theme .gform_body .gfield_label,
.sidebar .gform_wrapper.gform-theme .gform_body .gfield-choice-input + label {
  background-color: #0A103E;
}

.gform_wrapper.gravity-theme .gform_body .gfield_required,
.gform_wrapper.gform-theme .gform_body .gfield_required {
  font-size: 16px;
  font-weight: 400;
  color: var(--form-label-color);
}

.gform_wrapper.gravity-theme .gform_body .gform_fields,
.gform_wrapper.gform-theme .gform_body .gform_fields {
  row-gap: 3px !important;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields,
  .gform_wrapper.gform-theme .gform_body .gform_fields {
    row-gap: 9px !important;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform-theme .gform_footer {
    margin-top: 34px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer .btn-form,
  .gform_wrapper.gform-theme .gform_footer .btn-form {
    max-width: 249px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gform_footer .btn-form,
  .gform_wrapper.gform-theme .gform_footer .btn-form {
    max-width: 288px;
  }
}
.gform_wrapper.gravity-theme .gform_footer .btn-form:is(:hover, :focus),
.gform_wrapper.gform-theme .gform_footer .btn-form:is(:hover, :focus) {
  background-color: var(--form-button-hover);
}

.form-wrap {
  position: relative;
  z-index: 1;
  background-color: #262D6F;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 27px 42px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .form-wrap {
    padding: 20px 37px 30px;
  }
}
.sidebar-widgets .form-wrap {
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 1200px) {
  .sidebar-widgets .form-wrap {
    padding: 57px 40px;
  }
}
footer .form-wrap {
  width: 100%;
  max-width: 330px;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  footer .form-wrap {
    max-width: 394px;
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 66px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  footer .form-wrap {
    padding-top: 84px;
    padding-bottom: 98px;
  }
}
@media screen and (min-width: 1200px) {
  footer .form-wrap {
    max-width: 510px;
    padding-left: 58px;
    padding-right: 58px;
    margin-right: 0;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  footer .form-wrap {
    margin-left: 0;
    margin-right: auto;
  }
}
.main-contact-form .form-wrap {
  padding: 40px 15px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .main-contact-form .form-wrap {
    padding: 40px 70px 70px;
  }
}
.form-wrap label,
.form-wrap input {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.form-wrap label {
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}

.form-wrap input,
.form-wrap textarea {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-wrap input:focus,
.form-wrap textarea:focus {
  border: 2px solid #4164f2;
}

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

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

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

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

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

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

.form-title {
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--form-title-color);
  line-height: 33px;
  text-align: center;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .form-title {
    font-size: 34px;
    line-height: 44px;
    font-family: var(--secondary-font), sans-serif;
  }
}
.sidebar-widgets .form-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

footer .form-title {
  width: 100%;
  max-width: 263px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  footer .form-title {
    font-size: 34px;
    max-width: 325px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  footer .form-title {
    max-width: 360px;
  }
}
#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;
}

#cboxTitle {
  display: none !important;
}

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

.cw_video_item {
  background: none !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

@media (max-width: 767px) {
  .cw_video_single {
    max-width: 330px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
/*! 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%;
}

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

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

.cwAccordion-accordion__header {
  /* title selected */
}

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

.cwAccordion-accordion__header {
  /* title non selected */
}

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

.entry-content .cw-accordion__item {
  margin-bottom: 20px;
  box-shadow: none;
}

.entry-content .cw-accordion__item-title {
  background-color: #323B8B !important;
  color: #fff !important;
  font-size: 18px;
  line-height: 43px;
  font-weight: 700;
  text-align: left;
  padding: 20px 72px 20px 32px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  letter-spacing: 0;
  border-radius: 10px;
  min-height: 70px;
  background-image: url("../images/icons/accordion-plus.svg");
  background-position: right 25px top 50%;
}

.entry-content .cw-accordion__item-title:hover, .entry-content .cw-accordion__item-title:focus {
  background-color: #323B8B !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 10px;
}

.entry-content .cw-accordion__item-content {
  background-color: transparent !important;
  border: none !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

.entry-content .cw-accordion__item-content p:last-child {
  margin-bottom: 0;
}

.entry-content .cw-accordion__item--open .cw-accordion__item-title {
  background-image: url("../images/icons/accordion-minus.svg");
}

.breadcrumb-container {
  background-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .breadcrumb-container .container {
    max-width: 1563px;
  }
}
.breadcrumb-container .breadcrumb {
  font-size: 14px;
  line-height: 1;
  padding: 18px 0 18px 0;
  list-style: none;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0;
  background-color: transparent;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-container .breadcrumb {
    padding: 0;
  }
}
.breadcrumb-container .breadcrumb a {
  text-decoration: none;
  color: #fff;
  margin: 0 8px;
}

.breadcrumb-container .breadcrumb a:hover {
  text-decoration: underline;
  font-weight: 500;
}

.breadcrumb-container .breadcrumb .breadcrumb_last {
  margin-left: 8px;
}

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

.blog-pagination:empty {
  display: none;
}

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

@media (max-width: 767px) {
  .blog-pagination .blog-navigation {
    padding-bottom: 35px;
  }
}
.blog-pagination .blog-navigation span.page {
  padding-right: 30px;
}

.blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -4px;
}

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

@media (max-width: 767px) {
  .blog-pagination ul li {
    margin: 0 1px;
  }
}
.blog-pagination ul li a, .blog-pagination ul li span {
  display: inline-block;
  float: left;
  height: 33px;
  line-height: 33px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.1s linear;
  color: #454545;
  font-size: 16px;
  font-weight: 600;
  background: #f8f9f9;
  border-radius: 4px;
  border: 1px solid #d8d9d9;
}

@media (max-width: 767px) {
  .blog-pagination ul li a, .blog-pagination ul li span {
    font-size: 15px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-pagination ul li a:hover, .blog-pagination ul li span:hover {
  color: #fff;
  background: rgb(91.5021459227, 159.482832618, 217.9978540773);
  border-color: var(--accent-color);
}

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

.blog-pagination ul li a.dots, .blog-pagination ul li span.dots {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}

.blog-pagination ul li a.prev, .blog-pagination ul li a.next, .blog-pagination ul li span.prev, .blog-pagination ul li span.next {
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-pagination ul li a.prev, .blog-pagination ul li a.next, .blog-pagination ul li span.prev, .blog-pagination ul li span.next {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.blog-pagination ul li a.prev svg, .blog-pagination ul li a.next svg, .blog-pagination ul li span.prev svg, .blog-pagination ul li span.next svg {
  width: 8px;
  position: relative;
  top: -2px;
}

.blog-pagination ul::after {
  clear: both;
  content: "";
  display: table;
}

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

@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 {
  background: url("../images/icon-accordion-plus.svg") no-repeat scroll right 15px top 27px transparent;
  background-size: 13px 8px;
}

.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: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: #569FDF;
}

.arrow-prev,
.arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 21px;
}

.arrow-prev {
  left: 15px;
  background-image: url("../images/arrows/arrow-light.svg");
  transform: translateY(-10px) rotate(180deg);
}

.awards-part .arrow-prev {
  left: 0;
  background-image: url("../images/arrows/arrow-prev-awards.svg");
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .awards-part .arrow-prev {
    left: 15px;
  }
}
.verdicts-settlements-wrap .arrow-prev {
  left: 0;
  background-image: url("../images/arrows/arrow-verdicts-left.svg");
  width: 42px;
  height: 60px;
  transform: translateY(-50%);
}

@media screen and (min-width: 1600px) {
  .verdicts-settlements-wrap .arrow-prev {
    left: -74px;
  }
}
@media (max-width: 575px) {
  .verdicts-settlements-wrap .arrow-prev {
    width: 22px;
    height: 40px;
  }
}
.arrow-next {
  right: 15px;
  background-image: url("../images/arrows/arrow-light.svg");
}

.awards-part .arrow-next {
  right: 0;
  background-image: url("../images/arrows/arrow-next-awards.svg");
}

.verdicts-settlements-wrap .arrow-next {
  right: 0;
  background-image: url("../images/arrows/arrow-verdicts-right.svg");
  width: 42px;
  height: 60px;
  transform: translateY(-50%);
}

@media screen and (min-width: 1600px) {
  .verdicts-settlements-wrap .arrow-next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .verdicts-settlements-wrap .arrow-next {
    width: 22px;
    height: 40px;
  }
}
.cw__modal-dialog {
  background-color: var(--modal-overlay-color, rgba(0, 0, 0, 0.8));
  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: #141529;
  border-radius: 0 8px;
  padding: 1rem;
  border: 1px solid #141529;
  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: none;
}

#hoursModal .modal-content .modal-header {
  padding: 0 0 10px 0;
  background-color: #141529;
  border-bottom: 1px solid #484848;
}

#hoursModal .modal-content .modal-header .modal-title-header {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#hoursModal .modal-content .modal-body {
  padding: 5px 0;
  background-color: #141529;
}

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

#hoursModal .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 {
  color: var(--day-color, #454545);
  position: relative;
  font-weight: 400;
}

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

#hoursModal .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 {
  border: 0;
  padding: 0.5em;
  color: var(--hours-color, #000);
}

#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) {
  padding-left: 30px;
}

#hoursModal .modal-content .close {
  background-color: #569FDF;
  border: 0;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
}

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

.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(--accent-color);
  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(--accent-color);
}

.share-wrap .social-icons a svg:hover * {
  fill: rgb(91.5021459227, 159.482832618, 217.9978540773);
}

.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: 20px;
}

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

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;
  width: 9.77px;
  height: 18.24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-twitter {
  background-image: url("../images/social-icons/icon-x.svg");
  display: block;
  width: 17.48px;
  height: 14.75px;
  background-size: contain;
  background-repeat: no-repeat;
  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: 100%;
}

ul.social-icon-list li .icon-linkedin {
  background-image: url("../images/social-icons/icon-linkedin.svg");
  display: block;
  width: 15.96px;
  height: 15.96px;
  background-size: contain;
  background-repeat: no-repeat;
  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;
  width: 16.72px;
  height: 16.72px;
  background-size: contain;
  background-repeat: no-repeat;
  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;
  width: 17.92px;
  height: 14.34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

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

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