h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: Raleway, Roboto, Helvetica, sans-serif;
}

*, body {
	font-family: Raleway, Roboto, Helvetica, sans-serif;
}

a {
	color: black;
}

a:hover {
	color: #dd0000;
}

#aw__TopBar {
	background-color: #dd0000;
}

#aw__Header {
	position: relative;
	background-attachment: fixed, fixed;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	
	color: white;
}

#aw__Header h1 {
	font-size: 2.5vw;
	line-height: 2.7vw;
	font-weight: bold;
	text-transform: uppercase;
	
	text-shadow: 3px 3px 3px #222;
}
#aw__Header h3 {
	margin-top: -0.25vw;
	font-size: 1.5vw;
	
	text-shadow: 3px 3px 3px #222;
}

#aw__Menu {
	background: white;
	
	-webkit-filter: drop-shadow(3px 0px 3px #222);
	filter: drop-shadow(3px 0px 3px #222);
	
	z-index: 500;
	
	font-size: 1.25rem;
	font-weight: bold;
}

#aw__Menu .fab {
	font-size: 3vw;
}

#aw__Menu h1 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

#aw__About h1 {
	margin-bottom: 1.5rem;
}

#aw__CallNow {
	background-color: #ee0000;
	color: white;
}

#aw__CallNow h1 {
	font-weight: bold;
}

#aw__CallNow a {
	color: white;
}

#aw__CallNow a:hover {
	color: #ededed;
}

#aw__Sitemap {
	background: #ee0000;
	color: white;
}

#aw__Sitemap ul {
	font-size: 14px;
	
	list-style: none;
    padding-left: 0;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 0;
}

#aw__Sitemap a {
	color: white;
}

#aw__Sitemap a:hover {
	color: #ddd;
}

#aw__Footer {
	color: white;
	font-size: 0.8rem;
}

#aw__Footer a {
	color: white;
}

#aw__Footer a:hover {
	color: #ddd;
}

.aw__PadGrid {
	padding-top: 2em;
	padding-bottom: 2em;
}

.aw__SlantGrid {
	padding-top: 3em;
	padding-bottom: 3em;
	
	margin-bottom: -20%;
	
	clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

.aw__ShapeCircle {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
}

.aw__ShapeChevronRight {
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.aw__ShapeChevronLeft {
	-webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
	clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.shadowed {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.aw__TopShadow {
	-webkit-filter: drop-shadow(-5px 0px -5px #222);
	filter: drop-shadow(-5px 0px -5px #222);
}

.aw__BottomShadow {
	-webkit-filter: drop-shadow(5px 0px 5px #222);
	filter: drop-shadow(5px 0px 5px #222);
}

@media screen and (max-width: 39.9375em) {
	#aw__Header h1 {
		font-size: 5vw;
		line-height: 5.3vw;
	}
	
	#aw__Header h3 {
		font-size: 3vw;
		line-height: 3.3vw;
	}
}

@media print, screen and (min-width: 40em) {
	h1, .h1 {
	    font-size: 1.75rem;
		line-height: 1.9rem;
	}
	
	h2, .h2 {
	    font-size: 1.4rem;
		line-height: 1.6rem;
	}
}

.testimonial-slider-container {
  background: white;
  padding: 1rem 1rem;
}

.testimonial-slider-container .orbit-previous,
.testimonial-slider-container .orbit-next {
  color: #0a0a0a;
}

.testimonial-slider-container .orbit-previous:hover, .testimonial-slider-container .orbit-previous:active, .testimonial-slider-container .orbit-previous:focus,
.testimonial-slider-container .orbit-next:hover,
.testimonial-slider-container .orbit-next:active,
.testimonial-slider-container .orbit-next:focus {
  background-color: transparent;
}

.testimonial-slider-container .orbit-previous {
  left: -1rem;
}

.testimonial-slider-container .orbit-next {
  right: -1rem;
}

.testimonial-slider-container .testimonial-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-slider-container .testimonial-slide-content {
  padding: 1rem 1.5rem;
}

@media screen and (min-width: 40em) {
  .testimonial-slider-container .testimonial-slide-content {
    padding: 1rem 4rem;
  }
}

.testimonial-slider-container .profile-pic {
  max-width: 225px;
	
}

.testimonial-slider-container .profile-pic img {
	border-radius: 50%;
}

.testimonial-slider-container .testimonial-slide-text {
  padding-left: 3rem;
}

.testimonial-slider-container .testimonial-slide-quotation {
  font-size: 1rem;
  position: relative;
}

.testimonial-slider-container .testimonial-slide-quotation::before {
  content: "“";
  font-size: 6rem;
  color: #d6d6d6;
  position: absolute;
  top: -3rem;
  left: -3rem;
}

.testimonial-slider-container .testimonial-slide-author-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 39.9375em) {
  .testimonial-slider-container .testimonial-slide-author-container .testimonial-slide-author-info {
    margin-left: 1rem;
  }
}

#aw__Features {

}

.aw__GridAlt {
	background-color: #eeeeee;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.aw__GridAlt table thead, .aw__GridAlt table tbody {
	border: 1px solid #c1c1c1;
    background-color: #fefefe;
}

.aw__FeaturesHeadline {
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}

.aw__FeatureCard {
	margin-top: 2rem;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.aw__FeatureCard i {
	margin-bottom: 0.75rem;
  color: #ee0000;
}

.aw__FeatureCard h4 {
	margin-bottom: 0.25rem;
	text-transform: none;
}

.aw__FeatureCard p {
	margin-bottom: 0;
}

.Terratype div[id^="TerratypeGoogleMaps"] {
	opacity: 1 !important;
}