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

.page-template-default.with-featured-img .breadcrumb-container {
  position: relative;
}

.page-template-default.with-featured-img .breadcrumb-container:before {
  content: none;
}

.page-template-default.with-featured-img .breadcrumb-container .breadcrumb {
  padding-bottom: 10px;
}

.page-template-default .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 46px;
}

.page-template-default .main-content.page-3457 {
  padding-bottom: 35px;
}

.page-template-default .sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .page-template-default .sidebar .sidebar-item:last-of-type > div:not(:empty) {
    margin-bottom: 0;
  }
}
.page-template-default .sidebar .sidebar-item .widget_wpsn-widget .wpsr-reviews-layout-slider .wpsr-container .wpsr-reviews-slider-wrapper-inner .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name {
  color: #fff;
}

.page-template-default.page-community-involvement .breadcrumb-container {
  position: relative;
}

.page-template-default.page-community-involvement .breadcrumb-container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 288px;
  background-image: url("../images/generic-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media (max-width: 767px) {
  .page-template-default.page-community-involvement .hero-generic:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 288px;
    background-image: url("../images/generic-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
}
@media (max-width: 575px) {
  .page-template-default.page-community-involvement .hero-generic:before {
    background-size: 100%;
    background-position: center;
  }
}
@media (max-width: 991px) {
  .page-template-default.page-community-involvement .hero-generic .page-title {
    margin-bottom: 34px;
  }
}
.page-template-default.page-community-involvement .main-content {
  padding-top: 34px;
  background-color: #fff;
}

.page-template-default .results-part {
  border-top: 1px solid #E6E6E6;
}

.page-template-default .results-part.pa-loc-hero-bc {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-default .results-part.pa-loc-hero-bc {
    margin-bottom: 50px;
  }
}
.page-template-default .results-part .results-part-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 29px 35px 30px;
}

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