/**
* 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) {
  .page-site-map .pd-l {
    padding-left: 25px;
  }
}
.page-site-map .site-map-content > ul {
  margin-top: 0px;
  margin-bottom: 35px;
  padding-left: 0px;
}

@media screen and (min-width: 992px) {
  .page-site-map .site-map-content > ul {
    padding-left: 15px;
  }
}
.page-site-map .site-map-content > ul > li {
  margin-bottom: 7px;
  padding-left: 45px;
  position: relative;
}

.page-site-map .site-map-content > ul > li:after {
  position: absolute;
  content: "";
  background: url("../images/long-arrow-alt-right-solid.svg") no-repeat scroll center center transparent;
  background-size: 17px 29px;
  left: 15px;
  top: 3px;
  width: 17px;
  height: 29px;
}

.page-site-map .site-map-content > ul > li a {
  padding: 2px 0;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.4px;
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.page-site-map .site-map-content > ul > li a:hover {
  text-decoration: underline;
  color: #082035;
}

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

.page-site-map .site-map-content > ul > li ul.children {
  padding-left: 17px;
  margin-top: 0px;
}

.page-site-map .site-map-content > ul > li ul.children li {
  margin-bottom: 7px;
  padding-left: 45px;
  position: relative;
}

.page-site-map .site-map-content > ul > li ul.children li:after {
  position: absolute;
  content: "";
  background: url("../images/long-arrow-alt-right-solid.svg") no-repeat scroll center center transparent;
  background-size: 17px 29px;
  left: 15px;
  top: 3px;
  width: 17px;
  height: 29px;
}

.page-site-map .site-map-content > ul > li:nth-child(6) {
  display: none;
}

.page-site-map .site-map-content > ul:first-child {
  margin-bottom: 0px;
}

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