/**
* 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 screen and (min-width: 1200px) {
  h2 {
    font-size: 44px;
    line-height: 55px;
  }
}
.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F2F1ED;
}

@media screen and (min-width: 1200px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 992px) {
  .main-content .row {
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .main-content__main {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content__main {
    flex: 0 1 840px;
    max-width: 840px;
    width: 100%;
    padding-right: 0;
  }
}
.main-content__sidebar {
  max-width: none;
  margin-top: 28px;
}

@media screen and (min-width: 992px) {
  .main-content__sidebar {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .main-content__sidebar {
    flex: 0 1 450px;
    max-width: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .main-content__sidebar {
    flex: 0 1 480px;
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .main-content__sidebar .sidebar-item > div:not(:empty) {
    margin-bottom: 0;
  }
}
.main-content p iframe {
  margin-top: 10px;
}

p:has(> span.text-center) {
  text-align: center;
}

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