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

@media (min-width: 992px) {
  .page-template-generic-full-page .main-content {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .page-template-generic-full-page .main-content {
    padding-bottom: 30px;
  }
}
.page-template-generic-full-page .main-content p {
  margin-bottom: 0;
}

.page-template-generic-full-page .bottom-content {
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .page-template-generic-full-page .bottom-content {
    padding-top: 30px;
    padding-bottom: 150px;
  }
}

/*# sourceMappingURL=generic-full-page.css.map*/