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

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after, .cols-wrap:after, .grid:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

svg * {
  transition: all 0.3s ease-in-out;
}

.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;
  background-color: #0E0F11;
}

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

.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;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1434px;
  }
}
.img-shadow {
  position: relative;
}

.img-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 328px;
  border-radius: 50%;
  background: var(--color-primary);
  opacity: 0.7;
  filter: blur(200px);
}

@media screen and (min-width: 768px) {
  .img-shadow:before {
    width: 540px;
    height: 540px;
  }
}
@media screen and (min-width: 1200px) {
  .img-shadow:before {
    width: 640px;
    height: 640px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .img-shadow:before {
    width: 500px;
    height: 500px;
  }
}
.img-shadow img {
  position: relative;
}

.pos-unset {
  position: initial !important;
}

.light-bg {
  background: var(--Color-neutral, #FBFBFC);
}

.light-bg h2, .light-bg h3, .light-bg h4, .light-bg h5 {
  color: #282D30 !important;
}

.light-bg p, .light-bg ul, .light-bg li {
  color: #5E5E6A;
}

@media (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
.cw_video_single {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.vid-aligncenter iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.widgets-section {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .widgets-section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .widgets-section {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .widgets-section__widgets-phone {
    margin-bottom: 30px;
  }
}
.widgets-section__widgets-email {
  padding-top: 5px;
}

.widgets-section__widgets .heading-text {
  margin: 20px 0;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.24px;
}

@media screen and (min-width: 768px) {
  .widgets-section__widgets .heading-text {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
  }
}
@media screen and (min-width: 1200px) {
  .widgets-section__widgets .heading-text {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.4px;
  }
}
.widgets-section__widgets .heading-text a {
  color: #fff;
}

.widgets-section__widgets .heading-text a:hover {
  color: var(--color-primary);
}

.widgets-section__widgets .btn {
  min-width: 210px;
}

.widgets-section__widgets-wrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .widgets-section__widgets-wrapper {
    margin-left: 0;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px !important;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 100% !important;
  }
}
.gallery .gallery-item {
  padding: 0 15px;
  margin: 0 0 30px !important;
}

.gallery .gallery-item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  border-top: 5px solid;
  border-image: linear-gradient(270deg, #78C066 0%, #4AA457 100%) 1 0 0 0;
  background-color: #fff;
}

.gallery .gallery-item dt img {
  border: none !important;
}

.gallery .gallery-item .gallery-caption {
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.page-id-1578417 .gallery .gallery-item dt {
  height: auto;
}

.cw__item {
  max-width: 450px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .cw__item {
    max-width: 100%;
    width: 654px;
  }
}
@media screen and (min-width: 1200px) {
  .cw__item {
    width: 540px;
  }
}
@media screen and (min-width: 1440px) {
  .cw__item {
    width: 654px;
  }
}
.cw__item figure {
  margin: 0 0 47px 0;
  position: relative;
}

.cw__item figure .item__icon {
  position: absolute;
  max-width: 70px;
  height: auto;
  bottom: -35px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.cw__item figure .item__icon img {
  height: 70px;
}

.cw__item-title {
  margin-bottom: 24px;
}

.cw__item-title a {
  color: var(--text-color);
}

.cw__item-meta {
  position: relative;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 24px;
  padding-left: 26px;
}

.cw__item-meta:before {
  content: url(../svg/park-outline_tag.svg);
  opacity: 1;
  position: absolute;
  left: 0;
  top: 2px;
}

.cw__item-meta a {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.cw__item-meta a:hover, .cw__item-meta a:focus {
  color: var(--link-hover-color);
  text-decoration: underline;
  opacity: 1;
}

.cw__filter {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #282D30;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .cw__filter {
    padding: 30px;
  }
}
.cw__filter .text-input,
.cw__filter .selector-styles {
  padding: 10px !important;
  color: #fff;
  font-size: 17px;
  height: 60px;
  background-color: rgba(4, 5, 6, 0.35);
  border: none !important;
  border-bottom: 2px solid #EBEBEB !important;
  border-radius: 0;
  width: 100%;
}

.cw__filter .text-input::placeholder,
.cw__filter .selector-styles::placeholder {
  color: #fff !important;
}

.cw__filter .selector-styles {
  padding-right: 35px;
  background: url(../svg/icon-select-arrow-down.svg) no-repeat center right 10px;
  background-color: rgba(4, 5, 6, 0.35);
  appearance: none;
}

@media (max-width: 991px) {
  .cw__filter .selector-styles {
    margin-top: 30px;
  }
}
.cw__search {
  width: 100%;
}

.cw__categories {
  width: 100%;
}

.two-columns-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .two-columns-grid {
    justify-content: space-between;
  }
}
.shortcode-image-grid {
  margin-bottom: 30px;
}

.shortcode-image-grid .image-col {
  text-align: center;
}

@media (max-width: 1199px) {
  .shortcode-image-grid .image-col {
    margin-bottom: 15px;
  }
  .shortcode-image-grid .image-col:last-child {
    margin-bottom: 0;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  border: 1px solid var(--accent-color);
  padding: 27px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  clear: both;
}

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

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

@media (max-width: 767px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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: 15px;
    padding-right: 15px;
  }
}
/* 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, .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .grid:after, .cols-wrap:after, .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-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,
.h1 {
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.32px;
}

@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0.5px;
  }
}
h2:not(.gform_submission_error),
.heading,
.section-title {
  margin-bottom: 25px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.24px;
}

@media screen and (min-width: 768px) {
  h2:not(.gform_submission_error),
.heading,
.section-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.4px;
  }
}
h2:not(.gform_submission_error).dark,
.heading.dark,
.section-title.dark {
  color: var(--color-tertiary);
}

h2:not(.gform_submission_error) em,
.heading em,
.section-title em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h3,
.h3,
.h3-heading {
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.32px;
}

@media screen and (min-width: 768px) {
  h3,
.h3,
.h3-heading {
    font-size: 32px;
    line-height: 41px;
  }
}
h4 {
  margin-bottom: 15px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.section-title-small {
  color: #F2F2F2;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

p,
em {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 28px;
}

p.dark,
em.dark {
  color: #5E5E6A;
}

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

p.subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

em {
  font-style: italic;
}

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

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

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

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

.bullet-point li, .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  padding-left: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

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

.bullet-point li:before, .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  background: url(../svg/icon-bullet.svg) no-repeat center;
  background-color: var(--accent-color);
  left: 0;
}

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

.bullet-point.col-xl-6, .entry-content ul.col-xl-6:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 32px;
}

@media (max-width: 1199px) {
  .bullet-point.col-xl-6:first-of-type, .entry-content ul.col-xl-6:first-of-type:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-bottom: 10px;
  }
}
.bullet-point.col-lg-6, .entry-content ul.col-lg-6:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 32px;
}

@media (max-width: 991px) {
  .bullet-point.col-lg-6:first-of-type, .entry-content ul.col-lg-6:first-of-type:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-bottom: 10px;
  }
}
.bullet-point.col-md-6, .entry-content ul.col-md-6:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .bullet-point.col-md-6:first-of-type, .entry-content ul.col-md-6:first-of-type:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-bottom: 10px;
  }
}
.bullet-point.list-check, .entry-content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 0;
}

.bullet-point.list-check li, .entry-content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  padding-left: 34px;
  margin-bottom: 15px;
}

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

.bullet-point.list-check li:before, .entry-content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../svg/icon-checkmark.svg) no-repeat center;
  background-size: contain;
  border: none;
}

.bullet-point.list-check.col-xl-6, .entry-content ul.list-check.col-xl-6:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 32px;
}

@media (max-width: 1199px) {
  .bullet-point.list-check.col-xl-6:first-of-type, .entry-content ul.list-check.col-xl-6:first-of-type:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-bottom: 15px;
  }
}
.bullet-point.list-check.col-lg-6, .entry-content ul.list-check.col-lg-6:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 32px;
}

@media (max-width: 991px) {
  .bullet-point.list-check.col-lg-6:first-of-type, .entry-content ul.list-check.col-lg-6:first-of-type:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-bottom: 15px;
  }
}
.bullet-point.list-check.col-md-6, .entry-content ul.list-check.col-md-6:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .bullet-point.list-check.col-md-6:first-of-type, .entry-content ul.list-check.col-md-6:first-of-type:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-bottom: 15px;
  }
}
.bullet-point.list-icon, .entry-content ul.list-icon:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 0;
}

.bullet-point.list-icon li, .entry-content ul.list-icon:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 20px;
}

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

.bullet-point.list-icon li:before, .entry-content ul.list-icon:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
  display: none;
}

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

.entry-content.entry-content-dark .heading,
.entry-content.entry-content-dark .section-title,
.entry-content.entry-content-dark .section-title-small,
.entry-content.entry-content-dark h1,
.entry-content.entry-content-dark h2,
.entry-content.entry-content-dark h3,
.entry-content.entry-content-dark h4,
.entry-content.entry-content-dark h5,
.entry-content.entry-content-dark h6 {
  color: var(--color-tertiary);
}

.entry-content.entry-content-dark p,
.entry-content.entry-content-dark em,
.entry-content.entry-content-dark ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list),
.entry-content.entry-content-dark ol {
  color: #5E5E6A;
}

.entry-content a:not(.btn) {
  color: var(--link-color);
  text-decoration: underline;
  word-break: break-word;
}

.entry-content a:not(.btn):hover {
  color: var(--link-hover-color);
}

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

.entry-content ol {
  padding-left: 20px;
  margin-bottom: 30px;
  color: var(--text-color);
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  list-style: none;
}

.entry-content ol > li {
  position: relative;
  color: var(--text-color);
  margin-bottom: 20px;
  padding-left: 34px;
  counter-increment: li;
}

.entry-content ol > li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 5px 2px;
  width: 24px;
  height: 24px;
  color: #282D30;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: linear-gradient(270deg, #78C066 0%, #4AA457 100%);
  border-radius: 50%;
}

.entry-content blockquote,
.entry-content q {
  quotes: none;
  margin-bottom: 35px;
  position: relative;
  font-style: italic;
  color: var(--text-color);
}

.entry-content blockquote p,
.entry-content q p {
  margin-bottom: 0;
}

.entry-content blockquote p:last-child,
.entry-content q p:last-child {
  margin-bottom: 0;
}

.entry-content blockquote cite,
.entry-content q cite {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #282D30;
}

@media (max-width: 767px) {
  .entry-content blockquote,
.entry-content q {
    padding: 20px 25px;
    font-size: 18px;
  }
}
.entry-content .alignleft {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  margin-right: 17px;
  position: relative;
  top: 4px;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .entry-content .alignleft {
    margin: 0 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 {
    margin: 0 auto 15px;
    width: 100%;
  }
}
.entry-content .aligncenter {
  display: block;
  float: none;
  margin: 0 auto 30px;
  position: relative;
  height: auto;
  max-width: 100%;
  text-align: center;
}

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

.entry-content .wp-caption {
  border: none;
}

@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: 20px 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .entry-content img[class*=wp-image] {
    margin: 20px auto 25px;
    height: auto;
    float: none;
    display: block;
  }
}
.entry-content > table {
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.entry-content > table p {
  margin-bottom: 28px;
}

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

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

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

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

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