/* SiteMap Styles*/
.sm-menu * {
	margin: 0;
	padding: 0;
	list-style:	none;
}
.sm-menu {
  font-weight: 400;
  font-size: 16px;
	margin: 0;
	padding: 0;
}
.sm-menu li {
  color: #939191;
}
.sm-menu a, .sm-menu a:visited {
  color: #b8b8b8;
  text-decoration: none !important;
}
.sm-menu a:focus, .sm-menu a:hover, .sm-menu a:active {
  color: white;
  -webkit-transition: .4s;
   -moz-transition: .4s;
   -ms-transition: .4s;
   -o-transition: .4s;
   transition: .4s;
	outline: 0;
}
.sm-menu li ul {
  padding-top: 15px;
}
li.sm-haschild {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: white;
  font-size: 24px;
}
div.sm-haschild {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: white;
  font-size: 24px;
  padding-bottom: 15px;
}
.sm-haschild li {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

