@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;
  padding-bottom: 160px;
  background: #fff url(../images/closing-section-background-mobile.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (min-width: 768px) {
  .main-wrapper {
    padding-bottom: 230px;
    background: #fff url(../images/closing-section-background.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
@media screen and (min-width: 992px) {
  .main-wrapper {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 1620px) {
  .main-wrapper {
    background-size: contain;
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1800px) {
  .main-wrapper {
    padding-bottom: 350px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper {
    background-size: 768px;
  }
}

.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;
  }
}
.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;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  background: none;
  text-transform: uppercase;
}

.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-blue {
  border-radius: 5px;
  background: #0b77e4;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.btn-blue:after {
  content: url(../images/icons/icon-button.svg);
  position: relative;
  top: 1px;
  padding-left: 8px;
  padding-right: 10px;
}

.btn-blue:hover {
  color: #fff;
  background: #007fc7;
}

.btn-transparent {
  border-radius: 5px;
  border: 2px solid #1382C0;
  background: #FFF;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 620px) {
  .btn-transparent {
    letter-spacing: 0px;
  }
}

.btn-transparent:after {
  content: url(../images/icons/blue-icon-button.svg);
  position: relative;
  top: 2px;
  padding-left: 8px;
  padding-right: 10px;
}

.btn-transparent:hover {
  background: #F0F8FD;
}

.btn-std-border {
  border-radius: 5px;
  border: 2px solid #1382C0;
  background: #FFF;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-std-border:after {
  content: url(../images/icons/blue-icon-button.svg);
  position: relative;
  top: 2px;
  padding-left: 8px;
  padding-right: 10px;
}

.btn-std-border:hover {
  background: #F0F8FD;
}

.btn-std {
  border-top: 2px solid #4164f2;
  border-bottom: 2px solid #4164f2;
  padding: 10px;
  position: relative;
}

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

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

.btn-std span {
  padding: 17px 20px 18px;
  background-color: #4164f2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.btn-std--alt {
  border-top: 2px solid #cfcfcf;
  border-bottom: 2px solid #cfcfcf;
}

.btn-std--alt:before, .btn-std--alt:after {
  background-color: #cfcfcf;
}

.btn-std--white {
  color: white;
  opacity: 0.8;
  border-top-color: white;
  border-bottom-color: white;
}

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

.btn-std--white:hover {
  color: white;
  opacity: 1;
}

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

.btn-std:hover span {
  background: #718bf5;
  color: #fff;
}

.btn-std-sm {
  background: #3d3d3d;
  color: #fff;
  padding: 12px 19px 12px;
  font-size: 14px;
  letter-spacing: 0.7px;
}

@media (max-width: 767px) {
  .btn-std-sm {
    padding: 11px 24px;
  }
}
.btn-std-sm:hover {
  background: #575757;
  color: #fff;
}

.btn-2 {
  border: 2px solid #efeeec;
  padding: 20px 40px;
  letter-spacing: 2.5px;
  color: #fff;
}

.btn-2:hover {
  color: white;
}

/* purgecss start ignore */
.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: 5px;
}

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

.gform_wrapper.gravity-theme .gfield .ginput_container input {
  border-radius: 0px;
  border: 2px solid #E1E1E1;
  background: #E9E9E9 !important;
  color: var(--color-primary);
  height: 50px;
}

.gform_wrapper.gravity-theme .gfield .ginput_container textarea {
  height: 87px !important;
  border-radius: 0px;
  border: 2px solid #E1E1E1;
  background: #E9E9E9 !important;
  color: var(--color-primary);
}

.gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.gform_wrapper.gravity-theme .gform_body .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 6px !important;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0 !important;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer {
    margin: 12px 0 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gform_footer {
    margin: 2px 0 0 !important;
  }
}
.gform_wrapper.gravity-theme .gform_footer .button {
  display: block;
  width: 100%;
  padding: 15px 15px;
  border-radius: 15px;
  border: 0px solid #B8D7ED;
  background: #0B77E4 url(../images/ebook-form-icon.svg);
  background-repeat: no-repeat;
  background-position: top 19px right 35px;
  height: 65px;
  text-transform: initial;
  font-family: var(--main-font), sans-serif;
  font-size: 0px;
  font-weight: 700;
  line-height: 23px !important;
  border-radius: 15px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (min-width: 540px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    background-position: top 19px right 75px;
    text-align: center;
    color: white;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    background-position: top 19px right 70px;
    letter-spacing: 1px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    background-position: top 19px right 10px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    padding: 15px 30px;
    background-position: top 19px right 33px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    padding: 15px 45px;
    background-position: top 19px right 47px;
  }
}
.gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
  background: #007FC7 url(../images/ebook-form-icon.svg);
  background-repeat: no-repeat;
  background-position: top 19px right 35px;
}

@media screen and (min-width: 540px) {
  .gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
    background-position: top 19px right 75px;
    text-align: center;
    color: white;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
    background-position: top 19px right 70px;
    letter-spacing: 1px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
    background-position: top 19px right 10px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
    padding: 15px 30px;
    background-position: top 19px right 33px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_footer .button:focus {
    padding: 15px 45px;
    background-position: top 19px right 47px;
  }
}
.gform_wrapper.gravity-theme .gform_footer:after {
  content: "SEND TO OUR ATTORNEY";
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px !important;
  color: white;
  position: absolute;
  margin-top: 10px;
  width: 220px;
  text-align: center;
  margin-left: 15px;
}

@media screen and (min-width: 540px) {
  .gform_wrapper.gravity-theme .gform_footer:after {
    display: none;
  }
}
.form-wrap {
  border-radius: 15px;
  border: 10px solid #0b77e4;
  background: #004890;
  backdrop-filter: blur(5px);
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 30px 0px 30px;
}

@media screen and (min-width: 768px) {
  .form-wrap {
    padding: 22px 30px 0px 30px;
  }
}
@media screen and (min-width: 992px) {
  .form-wrap {
    padding: 22px 30px 0px 30px;
    max-width: 540px;
  }
}
.sidebar-widgets .form-wrap {
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 1200px) {
  .sidebar-widgets .form-wrap {
    padding: 57px 40px;
  }
}
.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;
  color: var(--color-primary);
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
}

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

.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-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: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 116.071% */
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1200px) {
  .form-title {
    padding-bottom: 5px;
    padding-top: 0px;
  }
}
.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;
}

/*! 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 .container {
  justify-content: left;
}

.breadcrumb-container .breadcrumb {
  line-height: 1;
  padding: 0px 0 0px 18px;
  border-radius: 0;
  margin: 0;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-container .breadcrumb {
    padding: 0;
  }
}
.breadcrumb-container .breadcrumb a {
  font-weight: 400;
  color: #fff;
}

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

.breadcrumb-container .breadcrumb a:hover {
  font-weight: 400;
  color: #fff;
}

.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: 35px;
  }
}
.blog-pagination .blog-navigation span.page {
  /*padding-right: 30px;*/
}

.blog-pagination .blog-navigation ul .page-li {
  display: none;
}

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

.blog-pagination .blog-navigation ul .prev-link a:before {
  content: "« Previous";
}

@media (max-width: 767px) {
  .blog-pagination .blog-navigation ul .prev-link a:before {
    content: "«";
  }
}
.blog-pagination .blog-navigation ul .prev-link svg {
  dislay: none;
}

.blog-pagination .blog-navigation ul .next-link a:before {
  content: "Next »";
}

@media (max-width: 767px) {
  .blog-pagination .blog-navigation ul .next-link a:before {
    content: "»";
  }
}
.blog-pagination .blog-navigation ul .next-link svg {
  dislay: none;
}

.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;
  margin-bottom:10px;
}

.blog-pagination ul li a, .blog-pagination ul li span {
  display: inline-block;
  float: left;
  height: 33px;
  min-width: 33px;
  line-height: 33px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.1s linear;
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  background: #f8f9f9;
  border-radius: 4px;
  border: 1px solid #d8d9d9;
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-pagination ul li a, .blog-pagination ul li span {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.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;
  background: #f8f9f9;
  border-radius: 4px;
  border: 1px solid #d8d9d9;
}

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

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

@media (max-width: 767px) {
  .blog-pagination ul li a.prev, .blog-pagination ul li span.prev {
    font-size: 0px;
  }
}
@media (max-width: 767px) {
  .blog-pagination ul li a.prev:before, .blog-pagination ul li span.prev:before {
    content: "«";
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-pagination ul li a.next, .blog-pagination ul li span.next {
    font-size: 0px;
  }
}
@media (max-width: 767px) {
  .blog-pagination ul li a.next:before, .blog-pagination ul li span.next:before {
    content: "»";
    font-size: 18px;
  }
}
.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;
  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: 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;
  background: rgba(0, 72, 143, 0.431372549);
}

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

#hoursModal .modal-content .modal-header {
  padding: 0 0 10px 0;
}

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

#hoursModal .modal-content .modal-body {
  padding: 20px 0;
}

#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: #353535;
  position: relative;
  font-weight: 700;
}

#hoursModal .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) {
  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: #353535;
}

#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: black;
  border: 0;
  color: white;
  border-radius: 100%;
  right: 0;
  line-height: 11px;
  font-size: 20px;
  display: flex;
  width: 35px;
  height: 35px;
  right: 0;
  justify-content: center;
  line-height: 28px;
  padding-top: 2px !important;
  padding: 0px;
}

.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(--color-primary);
  color: #fff;
  padding: 11px 27px;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
}

.share-wrap .social-icons a {
  color: #353535;
  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;
  margin-top: -14px;
}

.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;
  height: 23px;
  width: 12px;
  background-size: 100%;
}

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

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;
  height: 22px;
  width: 22px;
  background-size: 100%;
}

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: 80%;
}

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: 100%;
}

ul.social-icon-list li a {
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  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;
}

@media (max-width: 378px) {
.sidebar .sidebar-item:not(:empty) .widget_cw_ebook_widget .btn {
  margin-top: 4px;
  letter-spacing: 0px;
  max-width: 300px;
  line-height: 20px;
  font-size: 13px;
}
}
/*# sourceMappingURL=elements.css.map*/