.btn-ghost,
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost:active:focus {
  background: none;
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.87);
  color: #fff;
  color: rgba(255, 255, 255, 0.87);
  outline: none;
}
.btn-ghost:hover,
.btn-ghost:focus {
  background-color: rgba(255, 255, 255, 0.26);
}

#hero-banner {
  background-color: #000;
  padding-top: 80px;
}
#hero-banner .wrapper {
  position: relative;
}

/* Obsolete Hero Background Video Styles */
/* #hero-banner .background { height: 100%; left: 0; position: absolute; top: 0; height: 100%; width: 100%; z-index: 0; } #hero-banner .background .placeholder { background-size: cover; background-position: center bottom; height: 100%; left: 0; opacity: 0.81; position: absolute; top: 0; width: 100%; z-index: 0; } #hero-banner .background .video-container { display: flex; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } #hero-banner .background .video { height: 100%; width: 100%; align-self: center; } #hero-banner .background .video.transparent { opacity: 0; } */

#hero-banner .foreground {
  background-color: rgba(255,255,255, 0.1);
  color: #fff;
  padding: 125px 15px;
  position: relative;
  text-align: center;
  z-index: 10;
}
#hero-banner .foreground::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    z-index: -1;
}

#hero-banner .foreground h1,
#hero-banner .foreground h2 {
  text-shadow: 0 -1px 11px rgba(0,0,0,0.54);
}
#hero-banner .foreground h1 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
#hero-banner .foreground h2 {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  margin-bottom: 15px;
}
#hero-banner .foreground .btn-ghost:hover,
#hero-banner .foreground .btn-ghost:focus {
  background-color: rgba(0, 0, 0, 0.26);
}


/* Locations Slider */
.LocationsSlider {
  padding: 50px 0;
}
.LocationsSlider [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.LocationsSlider .location-switch {
	display: block;
	font-size: 16px;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237cc242%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	outline: 0;
}
.LocationsSlider .location-switch::-ms-expand {
	display: none;
}
.LocationsSlider .location-switch:hover {
	border-color: #888;
}
.LocationsSlider .location-switch:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.LocationsSlider .location-switch option {
	font-weight:normal;
}

.LocationsSlider .location-buttons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px;
}

.LocationsSlider .location-buttons .btn {
	margin: 0;
	outline: none;
}
.LocationsSlider .location-buttons .btn.active {
  background-color: #7dc242;
  color: #fff;
}
.LocationsSlider .gallery {
  height: 0;
  overflow: hidden;
	text-indent: -999999999px;
}
.LocationsSlider .gallery.active {
  height: auto;
	text-indent: 0;
}
.LocationsSlider .master-slider-parent {
  margin-left: 0;
}
.LocationsSlider .master-slider .ms-thumbs-cont {
  top: 0 !important;
}
@media (max-width:767px){
	.LocationsSlider .location-buttons {
		position: absolute;
		left: -9999px;
	}
}
@media (min-width:992px){
	.LocationsSlider .location-buttons {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width:1200px){
	.LocationsSlider .location-buttons {
		grid-template-columns: 1fr;
	}
	.LocationsSlider .location-buttons .btn,
	.LocationsSlider .location-buttons .btn:active
	.LocationsSlider .location-buttons .btn:focus,
	.LocationsSlider .location-buttons .btn:active:focus {
	  margin-bottom: 5px;
	  width: 100%;
	}
}
@media (min-width:1600px){
	.LocationsSlider .location-buttons .btn {
		justify-self: flex-end;
		max-width: 300px;
	}
}




.Testimonials {
  background-color: #f7f7f7;
}
.Testimonials .strong-view.large-widget .testimonial-image img {
  border-radius: 0;
  box-shadow: none;
}
.Testimonials .strong-view.large-widget .testimonial-content,
.Testimonials .strong-view.large-widget .testimonial-name,
.Testimonials .strong-view.large-widget .testimonial-title {
  font-size: 16px;
}
.Testimonials .strong-rating span.star:before,
.Testimonials .strong-rating span.current:before {
  color: #7cc242;
}

.ContactUs {
  background: url(/wp-content/uploads/home-footer-contact-bg.jpg) 50% 70% no-repeat;
  background-size: cover;
}
.ContactUs a {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 575px) {
  #hero-banner .foreground {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .LocationsSlider .master-slider {
    margin: 0 !important;
    overflow: hidden;
  }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  #hero-banner .foreground {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #hero-banner .foreground h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  #hero-banner .foreground {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  #hero-banner .foreground h2 {
    font-size: 1.25em;
  }
}
