/**
* 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-site-map .site-map-content > ul {
  margin-bottom: 35px;
}

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

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

.page-site-map .site-map-content > ul > li:before {
  content: "";
  display: block;
  width: 19px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: -30px;
  background-image: url("../images/icons/icon-bullet-standard.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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

.page-site-map .site-map-content > ul > li a:hover {
  text-decoration: none;
  color: #18397b;
}

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

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

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

.page-site-map .site-map-content > ul > li ul.children li:before {
  content: "";
  display: block;
  width: 19px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: -30px;
  background-image: url("../images/icons/icon-bullet-standard.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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