#Mobile {
  color: #fff;
  border-bottom: #e7dbbf 1px solid;
}
#Mobile #mobileMenu {
  float: left;
  padding: 15px 0 15px 25px;
  width: 50px;
}
#Mobile #mobileLogo {
  padding-top: 10px;
  margin: 0 auto;
}
#Mobile #mobileSearch {
  float: right;
  padding: 15px 0 15px 25px;
  width: 35px;
}
#Mobile #MobileNav {
  display: none;
}
#Mobile #MobileNav .chevron-down {
  background-image: url(/cassette.axd/file/img/accordionDown-30a47fd1c246347efe539b2dea491f2f5d8ca3a7.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}
#Mobile #MobileNav .chevron-right {
  background-image: url(/cassette.axd/file/img/accordionRight-ccf5b09657c2e393753615d3e347f0bf1b696efa.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}
#Mobile #MobileNav ul {
  margin: 0;
  list-style: none;
  background-color: #000;
  color: #fff;
}
#Mobile #MobileNav ul li {
  padding: 10px 0 0 0;
}
#Mobile #MobileNav ul li a {
  color: white;
  text-decoration: none;
}
#Mobile #MobileNav ul li hr {
  margin-top: 10px;
}
#Mobile #MobileNav ul li hr.active {
  display: none;
}
#Mobile #MobileNav ul li ul {
  display: none;
  background-color: green;
  padding-left: 10px;
}
#Mobile #MobileNav ul li ul li ul {
  padding-left: 10px;
}
#Mobile #MobileNav ul li ul li ul li hr {
  margin: 0 25px;
}
#Mobile #MobileNav ul li ul.active {
  display: block;
}
#homePageHeaderImage {
  background-size: cover;
  min-height: 240px;
  width: 100%;
}
#homepagewrapper {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.siteShenandoah #Mobile {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
