/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
  color: var(--text-color);
}

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;
  text-decoration: none;
  color: var(--link-color);
  cursor: pointer;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

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

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

.title__border:after {
  display: block;
  height: 5px;
  content: "";
  width: 44px;
  margin-top: 15px;
}

.title__border--blue:after {
  background-color: #4164f2;
}

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

.title__border--alt:after {
  width: 126px;
}

@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;
  }
}
.search-results .category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.search-results .category-archive-view .post-excerpt .blog-post {
  padding: 38px 23px;
  background-color: #F9F9F9;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .search-results .category-archive-view .post-excerpt .blog-post {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .search-results .category-archive-view .post-excerpt .blog-post {
    padding: 33px 36px;
  }
}
.search-results .category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

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

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

.search-results .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: inherit;
}

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

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

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

.search-results .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) {
  .search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border: 6px solid #fff;
  max-height: 350px;
  width: auto;
}

@media (max-width: 991px) {
  .search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
    border: 6px solid #fff;
  }
}
.search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

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

.search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  margin-top: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-4 {
  min-width: 230px;
}

@media (max-width: 399px) {
  .search-results .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-4 {
    width: 100%;
    min-width: initial;
  }
}
.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;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .container {
    padding-left: 23px;
    padding-right: 23px;
  }
  .team-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer .footer-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row:not(.container-fluid .row) {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .team-section .row:not(.container-fluid .row) {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .footer .footer-bottom .row:not(.container-fluid .row) {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .page-template-contact .row:not(.container-fluid .row).contact-sidebar {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row:not(.container-fluid .row) .col-1, .row:not(.container-fluid .row) .col-2, .row:not(.container-fluid .row) .col-3, .row:not(.container-fluid .row) .col-4, .row:not(.container-fluid .row) .col-5, .row:not(.container-fluid .row) .col-6, .row:not(.container-fluid .row) .col-7, .row:not(.container-fluid .row) .col-8, .row:not(.container-fluid .row) .col-9, .row:not(.container-fluid .row) .col-10, .row:not(.container-fluid .row) .col-11, .row:not(.container-fluid .row) .col-12, .row:not(.container-fluid .row) .col, .row:not(.container-fluid .row) .col-auto, .row:not(.container-fluid .row) .col-sm-1, .row:not(.container-fluid .row) .col-sm-2, .row:not(.container-fluid .row) .col-sm-3, .row:not(.container-fluid .row) .col-sm-4, .row:not(.container-fluid .row) .col-sm-5, .row:not(.container-fluid .row) .col-sm-6, .row:not(.container-fluid .row) .col-sm-7, .row:not(.container-fluid .row) .col-sm-8, .row:not(.container-fluid .row) .col-sm-9, .row:not(.container-fluid .row) .col-sm-10, .row:not(.container-fluid .row) .col-sm-11, .row:not(.container-fluid .row) .col-sm-12, .row:not(.container-fluid .row) .col-sm, .row:not(.container-fluid .row) .col-sm-auto, .row:not(.container-fluid .row) .col-md-1, .row:not(.container-fluid .row) .col-md-2, .row:not(.container-fluid .row) .col-md-3, .row:not(.container-fluid .row) .col-md-4, .row:not(.container-fluid .row) .col-md-5, .row:not(.container-fluid .row) .col-md-6, .row:not(.container-fluid .row) .col-md-7, .row:not(.container-fluid .row) .col-md-8, .row:not(.container-fluid .row) .col-md-9, .row:not(.container-fluid .row) .col-md-10, .row:not(.container-fluid .row) .col-md-11, .row:not(.container-fluid .row) .col-md-12, .row:not(.container-fluid .row) .col-md, .row:not(.container-fluid .row) .col-md-auto, .row:not(.container-fluid .row) .col-lg-1, .row:not(.container-fluid .row) .col-lg-2, .row:not(.container-fluid .row) .col-lg-3, .row:not(.container-fluid .row) .col-lg-4, .row:not(.container-fluid .row) .col-lg-5, .row:not(.container-fluid .row) .col-lg-6, .row:not(.container-fluid .row) .col-lg-7, .row:not(.container-fluid .row) .col-lg-8, .row:not(.container-fluid .row) .col-lg-9, .row:not(.container-fluid .row) .col-lg-10, .row:not(.container-fluid .row) .col-lg-11, .row:not(.container-fluid .row) .col-lg-12, .row:not(.container-fluid .row) .col-lg, .row:not(.container-fluid .row) .col-lg-auto, .row:not(.container-fluid .row) .col-xl-1, .row:not(.container-fluid .row) .col-xl-2, .row:not(.container-fluid .row) .col-xl-3, .row:not(.container-fluid .row) .col-xl-4, .row:not(.container-fluid .row) .col-xl-5, .row:not(.container-fluid .row) .col-xl-6, .row:not(.container-fluid .row) .col-xl-7, .row:not(.container-fluid .row) .col-xl-8, .row:not(.container-fluid .row) .col-xl-9, .row:not(.container-fluid .row) .col-xl-10, .row:not(.container-fluid .row) .col-xl-11, .row:not(.container-fluid .row) .col-xl-12, .row:not(.container-fluid .row) .col-xl, .row:not(.container-fluid .row) .col-xl-auto {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .team-section .row:not(.container-fluid .row) .col-1, .team-section .row:not(.container-fluid .row) .col-2, .team-section .row:not(.container-fluid .row) .col-3, .team-section .row:not(.container-fluid .row) .col-4, .team-section .row:not(.container-fluid .row) .col-5, .team-section .row:not(.container-fluid .row) .col-6, .team-section .row:not(.container-fluid .row) .col-7, .team-section .row:not(.container-fluid .row) .col-8, .team-section .row:not(.container-fluid .row) .col-9, .team-section .row:not(.container-fluid .row) .col-10, .team-section .row:not(.container-fluid .row) .col-11, .team-section .row:not(.container-fluid .row) .col-12, .team-section .row:not(.container-fluid .row) .col, .team-section .row:not(.container-fluid .row) .col-auto, .team-section .row:not(.container-fluid .row) .col-sm-1, .team-section .row:not(.container-fluid .row) .col-sm-2, .team-section .row:not(.container-fluid .row) .col-sm-3, .team-section .row:not(.container-fluid .row) .col-sm-4, .team-section .row:not(.container-fluid .row) .col-sm-5, .team-section .row:not(.container-fluid .row) .col-sm-6, .team-section .row:not(.container-fluid .row) .col-sm-7, .team-section .row:not(.container-fluid .row) .col-sm-8, .team-section .row:not(.container-fluid .row) .col-sm-9, .team-section .row:not(.container-fluid .row) .col-sm-10, .team-section .row:not(.container-fluid .row) .col-sm-11, .team-section .row:not(.container-fluid .row) .col-sm-12, .team-section .row:not(.container-fluid .row) .col-sm, .team-section .row:not(.container-fluid .row) .col-sm-auto, .team-section .row:not(.container-fluid .row) .col-md-1, .team-section .row:not(.container-fluid .row) .col-md-2, .team-section .row:not(.container-fluid .row) .col-md-3, .team-section .row:not(.container-fluid .row) .col-md-4, .team-section .row:not(.container-fluid .row) .col-md-5, .team-section .row:not(.container-fluid .row) .col-md-6, .team-section .row:not(.container-fluid .row) .col-md-7, .team-section .row:not(.container-fluid .row) .col-md-8, .team-section .row:not(.container-fluid .row) .col-md-9, .team-section .row:not(.container-fluid .row) .col-md-10, .team-section .row:not(.container-fluid .row) .col-md-11, .team-section .row:not(.container-fluid .row) .col-md-12, .team-section .row:not(.container-fluid .row) .col-md, .team-section .row:not(.container-fluid .row) .col-md-auto, .team-section .row:not(.container-fluid .row) .col-lg-1, .team-section .row:not(.container-fluid .row) .col-lg-2, .team-section .row:not(.container-fluid .row) .col-lg-3, .team-section .row:not(.container-fluid .row) .col-lg-4, .team-section .row:not(.container-fluid .row) .col-lg-5, .team-section .row:not(.container-fluid .row) .col-lg-6, .team-section .row:not(.container-fluid .row) .col-lg-7, .team-section .row:not(.container-fluid .row) .col-lg-8, .team-section .row:not(.container-fluid .row) .col-lg-9, .team-section .row:not(.container-fluid .row) .col-lg-10, .team-section .row:not(.container-fluid .row) .col-lg-11, .team-section .row:not(.container-fluid .row) .col-lg-12, .team-section .row:not(.container-fluid .row) .col-lg, .team-section .row:not(.container-fluid .row) .col-lg-auto, .team-section .row:not(.container-fluid .row) .col-xl-1, .team-section .row:not(.container-fluid .row) .col-xl-2, .team-section .row:not(.container-fluid .row) .col-xl-3, .team-section .row:not(.container-fluid .row) .col-xl-4, .team-section .row:not(.container-fluid .row) .col-xl-5, .team-section .row:not(.container-fluid .row) .col-xl-6, .team-section .row:not(.container-fluid .row) .col-xl-7, .team-section .row:not(.container-fluid .row) .col-xl-8, .team-section .row:not(.container-fluid .row) .col-xl-9, .team-section .row:not(.container-fluid .row) .col-xl-10, .team-section .row:not(.container-fluid .row) .col-xl-11, .team-section .row:not(.container-fluid .row) .col-xl-12, .team-section .row:not(.container-fluid .row) .col-xl, .team-section .row:not(.container-fluid .row) .col-xl-auto {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .footer .footer-bottom .row:not(.container-fluid .row) .col-1, .footer .footer-bottom .row:not(.container-fluid .row) .col-2, .footer .footer-bottom .row:not(.container-fluid .row) .col-3, .footer .footer-bottom .row:not(.container-fluid .row) .col-4, .footer .footer-bottom .row:not(.container-fluid .row) .col-5, .footer .footer-bottom .row:not(.container-fluid .row) .col-6, .footer .footer-bottom .row:not(.container-fluid .row) .col-7, .footer .footer-bottom .row:not(.container-fluid .row) .col-8, .footer .footer-bottom .row:not(.container-fluid .row) .col-9, .footer .footer-bottom .row:not(.container-fluid .row) .col-10, .footer .footer-bottom .row:not(.container-fluid .row) .col-11, .footer .footer-bottom .row:not(.container-fluid .row) .col-12, .footer .footer-bottom .row:not(.container-fluid .row) .col, .footer .footer-bottom .row:not(.container-fluid .row) .col-auto, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-1, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-2, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-3, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-4, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-5, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-6, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-7, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-8, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-9, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-10, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-11, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-12, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm, .footer .footer-bottom .row:not(.container-fluid .row) .col-sm-auto, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-1, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-2, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-3, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-4, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-5, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-6, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-7, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-8, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-9, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-10, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-11, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-12, .footer .footer-bottom .row:not(.container-fluid .row) .col-md, .footer .footer-bottom .row:not(.container-fluid .row) .col-md-auto, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-1, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-2, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-3, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-4, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-5, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-6, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-7, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-8, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-9, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-10, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-11, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-12, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg, .footer .footer-bottom .row:not(.container-fluid .row) .col-lg-auto, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-1, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-2, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-3, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-4, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-5, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-6, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-7, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-8, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-9, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-10, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-11, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-12, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl, .footer .footer-bottom .row:not(.container-fluid .row) .col-xl-auto {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-template-contact .row:not(.container-fluid .row) .col-1.col-item, .page-template-contact .row:not(.container-fluid .row) .col-2.col-item, .page-template-contact .row:not(.container-fluid .row) .col-3.col-item, .page-template-contact .row:not(.container-fluid .row) .col-4.col-item, .page-template-contact .row:not(.container-fluid .row) .col-5.col-item, .page-template-contact .row:not(.container-fluid .row) .col-6.col-item, .page-template-contact .row:not(.container-fluid .row) .col-7.col-item, .page-template-contact .row:not(.container-fluid .row) .col-8.col-item, .page-template-contact .row:not(.container-fluid .row) .col-9.col-item, .page-template-contact .row:not(.container-fluid .row) .col-10.col-item, .page-template-contact .row:not(.container-fluid .row) .col-11.col-item, .page-template-contact .row:not(.container-fluid .row) .col-12.col-item, .page-template-contact .row:not(.container-fluid .row) .col.col-item, .page-template-contact .row:not(.container-fluid .row) .col-auto.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-1.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-2.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-3.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-4.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-5.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-6.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-7.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-8.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-9.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-10.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-11.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-12.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm.col-item, .page-template-contact .row:not(.container-fluid .row) .col-sm-auto.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-1.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-2.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-3.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-4.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-5.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-6.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-7.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-8.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-9.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-10.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-11.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-12.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md.col-item, .page-template-contact .row:not(.container-fluid .row) .col-md-auto.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-1.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-2.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-3.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-4.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-5.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-6.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-7.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-8.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-9.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-10.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-11.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-12.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg.col-item, .page-template-contact .row:not(.container-fluid .row) .col-lg-auto.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-1.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-2.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-3.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-4.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-5.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-6.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-7.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-8.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-9.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-10.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-11.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-12.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl.col-item, .page-template-contact .row:not(.container-fluid .row) .col-xl-auto.col-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* 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.3s ease-in-out;
}

.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 {
  text-decoration: none;
  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,
.page-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  h1,
  .page-title {
    font-size: 42px;
    line-height: 44px;
    letter-spacing: 0.02em;
    margin-bottom: 23px;
  }
}
h1.page-title-alt,
.page-title.page-title-alt {
  color: #fff;
}

@media screen and (min-width: 992px) {
  h1.page-title-alt,
  .page-title.page-title-alt {
    line-height: 50px;
  }
}
h2,
.heading,
.section-title,
.entry-content h2,
.heading-part {
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 21px;
}

@media screen and (min-width: 992px) {
  h2,
  .heading,
  .section-title,
  .entry-content h2,
  .heading-part {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 44px;
  }
}
h2 em,
.heading em,
.section-title em,
.entry-content h2 em,
.heading-part em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h3,
.h3-heading {
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 15px;
}

p,
em {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

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

em {
  font-style: italic;
}

.strong-custom-txt {
  font-weight: 700;
  color: var(--text-color);
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}

ul {
  font-family: var(--main-font), sans-serif;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #232323;
}

ul.col-md-6 li:last-child {
  margin-bottom: 0;
}

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

ul li > ul {
  margin-top: 15px;
  margin-bottom: 15px !important;
}

p + h2,
ul + h2,
.row + h2 {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  p + h2,
  ul + h2,
  .row + h2 {
    margin-top: 43px;
  }
}
p + blockquote,
ul + blockquote,
.row + blockquote {
  margin-top: 50px;
}

@media (max-width: 575px) {
  p + blockquote,
  ul + blockquote,
  .row + blockquote {
    margin-top: 30px;
  }
}
p + .vid-alignleft,
ul + .vid-alignleft,
.row + .vid-alignleft {
  margin-top: 39px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  p + .vid-alignleft,
  ul + .vid-alignleft,
  .row + .vid-alignleft {
    margin-top: 19.5px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  ul + h2 {
    margin-top: 20px;
  }
}
.bullet-point, .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 27px;
}

.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 {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 10px;
  background-color: var(--accent-color);
  left: -21px;
}

.banner-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  color: var(--text-color);
  line-height: 47px;
  letter-spacing: 0.01em;
  margin-bottom: 26.22px;
}

@media screen and (min-width: 768px) {
  .banner-title {
    font-size: 68px;
    line-height: 73px;
  }
}
@media screen and (min-width: 992px) {
  .banner-title {
    font-size: 105px;
    margin-bottom: 32px;
    line-height: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-title {
    line-height: 125px;
  }
}
.banner-title span {
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  color: var(--accent-color);
  line-height: inherit;
  letter-spacing: inherit;
}

.banner-subtitle {
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .banner-subtitle {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .banner-subtitle {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
  }
}
.banner-subtitle.banner-subtitle-alt {
  color: #fff;
}

.banner-txt {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .banner-txt {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .banner-txt {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 27px;
  }
}
.banner-txt.banner-txt-alt {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.banner-content-txt * {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 28px;
  letter-spacing: 0.01em;
}

.banner-content-txt.banner-content-txt-alt * {
  color: #fff;
}

.entry-content h2:target {
  position: relative;
}

.entry-content h2:target:before {
  content: none;
}

@media (max-width: 991px) {
  .entry-content h2:target:before {
    content: "";
    display: block;
    visibility: hidden;
    height: 97px; /* fixed header height*/
    margin-top: -97px; /* negative fixed header height */
  }
}
@media (max-width: 767px) {
  .entry-content h2:target:before {
    height: 108px; /* fixed header height*/
    margin-top: -108px; /* negative fixed header height */
  }
}
.main-content .entry-content h2:target:first-of-type:before, .main-content .entry-content h2:target:nth-of-type(2):before {
  content: none;
}

@media (max-width: 991px) {
  .main-content .entry-content h2:target:first-of-type:before, .main-content .entry-content h2:target:nth-of-type(2):before {
    content: "";
    display: block;
    visibility: hidden;
    height: 97px; /* fixed header height*/
    margin-top: -97px; /* negative fixed header height */
  }
}
@media (max-width: 767px) {
  .main-content .entry-content h2:target:first-of-type:before, .main-content .entry-content h2:target:nth-of-type(2):before {
    height: 108px; /* fixed header height*/
    margin-top: -108px; /* negative fixed header height */
  }
}
.entry-content a:not(.btn) {
  word-break: break-word;
}

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

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

.entry-content ol > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  counter-increment: li;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #232323;
}

.entry-content ol > li > ol {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.entry-content ol > li > ol > li:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.entry-content ol > li:last-child {
  margin-bottom: 0;
}

.entry-content ol > li:before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 0;
  height: 28px;
  width: 19px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.entry-content ol > li:nth-child(n+10) {
  padding-left: 30px;
}

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

.entry-content blockquote {
  padding: 15px 25px;
  padding-bottom: 10px;
  border-left: 3px solid var(--accent-color);
  background-color: #F9F9F9;
}

@media screen and (min-width: 992px) {
  .entry-content blockquote {
    padding: 29px 44px;
    padding-left: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .entry-content blockquote {
    margin-right: -18px;
  }
}
.entry-content blockquote p {
  margin-bottom: 10px;
}

.entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}

.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 .image-holder {
  width: 100%;
  max-width: 840px;
  margin-bottom: 30px;
}

.entry-content .image-holder img {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border: 6px solid #fff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 768px) {
  .entry-content .image-holder img {
    border: 12px solid #fff;
  }
}
.entry-content .btn-container-custom {
  margin-top: 42px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .entry-content .btn-container-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .entry-content .btn-container-custom {
    justify-content: flex-start;
    margin-bottom: 7px;
  }
}
.entry-content .btn-container-custom .btn-std {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .entry-content .btn-container-custom .btn-std {
    min-width: 217px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .entry-content .btn-container-custom .btn-2 {
    min-width: 203px;
  }
}
.entry-content iframe:not([data-name*=pb-iframe-player]):not(.cw_video_single) {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .entry-content iframe:not([data-name*=pb-iframe-player]):not(.cw_video_single) {
    margin-top: 30px;
  }
}
@media (max-width: 399px) {
  .entry-content iframe:not([data-name*=pb-iframe-player]):not(.cw_video_single) {
    margin-top: 10px;
  }
}
.entry-content [data-name*=pb-iframe-player] {
  display: block;
  width: 100%;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

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