/**
* 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: 992px) {
  .page-site-map .hero {
    height: 332.5px;
  }
}
@media (max-width: 991px) {
  .page-site-map .hero {
    padding-top: 150px;
    padding-bottom: 50px;
    height: initial;
  }
}
@media (max-width: 767px) {
  .page-site-map .hero {
    padding-top: 256px;
  }
}
@media (max-width: 329px) {
  .page-site-map .hero {
    padding-top: 304px;
  }
}
.page-site-map .hero:before {
  content: none;
}

@media (max-width: 575px) {
  .page-site-map .hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(10, 28, 68, 0) 55.7%, rgba(10, 28, 68, 0.64) 71.89%, rgba(10, 28, 68, 0.8) 100%), linear-gradient(180deg, rgba(10, 28, 68, 0) 36.67%, rgba(10, 28, 68, 0.39) 100%), linear-gradient(270deg, rgba(10, 28, 68, 0) 49.2%, #0A1C44 95%);
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .page-site-map .hero .banner-title {
    text-align: center;
  }
}
.page-site-map .site-map-content ul:first-child {
  margin-bottom: 0 !important;
}

.page-site-map .site-map-content ul li > ul {
  margin-bottom: 0;
}

.page-site-map .site-map-content ul li a {
  text-decoration: none;
}

/*# sourceMappingURL=site-map.css.map*/