/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	_font-family: 'Open Sans', sans-serif;
	font-family: "raleway", sans-serif;
	color: #5b5b5b;
	font-size:20px;
	letter-spacing: .4px;
	scroll-behavior: smooth;
}
ul, ol {
    list-style-type: disc;
    padding-left: 2em;
    font-size: 19px;
}
/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}

main .module {
	max-width: 960px;
	margin: 0 auto;
}

.nav__list__level-1 {
}

main .module {
	max-width: 1200px;
	margin: 0 auto;
}

h1{
    font-size: 62px;
	font-family: "oswald", sans-serif;
}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:60px;
}
.cms-content a,
.cms-content a:visited{
	color:#cd181f;
}
.cms-content a:hover{
	color:#fc9e00;
}
h2 {
	font-family: "oswald", sans-serif;
    font-size: 40px;
	color:#cd181f;
	padding-bottom: 0.5em;
	line-height: 119%;
	font-weight: 400;
}
h3{
    color: #fc9e00;
    font-size: 26px;
	padding-bottom: 0.5em;
	font-weight: 400;
}
h4{
	padding-bottom: 0.3em;
}


.generic__1up, 
.generic__2up, 
.generic__3up, 
.generic__4up{
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.generic__inner{
	padding:4em 1em;
}
.generic__part{
	padding:1em;
}

nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
nav a,
nav a:visited{
	color:white;
}
.nav__link {
    background-color: transparent;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
#primary-nav-toggle .material-icons{
	color: #cd181f;
    position: absolute;
    top: 37px;
    right: 12px;
    z-index: 2;
	font-size: 36px;
	display:none;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #fc9e00;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #cd181f;
	color:white;
}
.open .nav__menu {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 3em 1em;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
	font-size:25px;
	color:white;
	background-color: #cd181f;
    border-radius: 37px;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
	margin: 1em;
	transition: 0.3s;
	border: 0;
	text-align:center;
}
a.generic__link-button:hover,
.fb3__button:hover{
	background-color:#fc9e00;
	color:white;
}


a.ctaphone,
a.ctaphone:visited {
    position: absolute;
    top: 40px;
    color: #cd181f;
    font-weight: bold;
    right: 70px;
    font-size: 30px;
	font-family: "oswald", sans-serif;
}
a.ctaphone:hover{
	color:#fc9e00;
}
.body__layout__default a.ctaphone,
.body__layout__default a.ctaphone:visited {
    position: absolute;
    top: 34px;
}

.body__layout__default .header__inner{
	padding: 1em;
}

.home-header{
	color:white;
}
.home-header h1,
.home-header h2{
	color:white;
	filter: drop-shadow(0 0 0.75rem black);
}

.header_info{
    padding: 1em 2em;
	background-image: url(../../images/backgroundtexture.jpg);
	background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	min-height: 6em;
}
.header__inner {
	padding: 3em 1.5em;
    position: relative;
    z-index: 1;
	background-image: url(../../images/headerbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading_video {
	width: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
	max-width: 465px;
    font-family: "bunyan-pro", sans-serif;
    color: black;
    font-weight: bold;
    font-size: 46px;
    padding: 0.2em 0;
}
.heading_splash {
    padding: 6em 0px;
	text-align:center;
	max-width:1045px;
	margin:0 auto;
}
.heading_splash h2{
    font-weight: 300;
	padding-bottom: .5em;
    font-size: 46px;
	color:white;
	
}
a.phonenumber {
    font-size: 24px;
	font-family: "oswald", sans-serif;
} 
.body__layout__default .header{
	min-height: 142px;
}


.points{
	text-align:center;
	background-color:#fc9e00;
}
.points h2{
	color:white;
	padding-bottom:0;
}


.banner{
	text-align:center;
}

.pointforms h2{
	font-size: 50px;
	line-height: 48px;
}


.success .generic__inner{
	padding:5em 1em 0;
	max-width: 1500px;
	margin:0 auto;
}
.success .generic__part{
    max-width: 380px;
    background-color: #cd181f;
    margin: 0.5em;
	padding: 2em;
}
.success .generic__3up{
	align-items: inherit;
}
.success h3{
	color:white;
	font-weight:bold;
}
.success li{
	color:white;
	padding-bottom:.5em;
}
.success a.generic__link-button:visited,
.success a.generic__link-button{
	margin: 0;
	margin-top:.5em;
    font-size: 20px;
	background-color: #fc9e00;
}
.success a.generic__link-button:hover{
	background-color:white;
	color:#fc9e00;
}

.cost .generic__inner{
    max-width:1200px;
    margin:0 auto;
}
.cost .generic__part{
	padding:2em;
}
.cost .point{
    padding: 1em;
    margin: 0 auto;
}
.cost p{
	margin: 0.2em 0 1em;
}
.cost .generic__2up .generic__part:nth-child(2) a{
	color:#cd181f;
}

.value p{
 font-size:18px;
}
.value .generic__inner{
    max-width:1300px;
    margin:0 auto;
}
.value .generic__2up{
    align-items: center;
}
.value .generic__3up{
    padding-top:2em;
	align-items: flex-start;
}
img.icons {
    max-height: 100px;
    margin-bottom: 1em;
}
.value .generic__3up .generic__part {
    margin: 1em;
    width: 375px;
    text-align: left;
}

.boilerroom .generic__2up{
	align-items: initial;
	padding-top: 1em;
}
.boilerroom .generic__2up .generic__part.left{
	background-image: url(../../images/boilerroom.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boilerroom .generic__2up .generic__part.right{
	background-color:#cd181f;
	padding: 3em;
}
.boilerroom .generic__part.check{
	width: 13%;
}
.boilerroom .generic__part.p{
	width: 87%;
}
img.check {
    max-width: 50px;
}
.boilerroom h2,
.boilerroom h3,
.boilerroom p,
.boilerroom li{
	color:white;
}
.boilerroom .generic__link-button{
	background-color:transparent;
	border: 1px solid white;
}

.heaterhr {
    font-size: 100px;
    color: #fc9e00;
    font-weight: bold;
    display: flex;
	max-width:1200px;
	margin:0 auto;
	align-items:center;
}
img.heater {
    max-width: 40px;
    margin: 0.3em;
}
.heaterhr hr {
    width: 45%;
	margin: 0 auto;
    height: 0px;
    border-bottom: 4px solid #fc9e00;
}

.services .generic__4up{
	align-items: center;
	text-align: center;
}
.services .generic__part{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: white;
	border: 4px solid #fc9e00;
	margin: 3em 1em 1em;
	position:relative;
}
.services h2{
	text-align:center;
}
.services p{
	text-align: center;
}
.services h3{
	font-size: 20px;
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 0;
	font-weight: 400;
	width: 170px;
}
.services .generic__inner{
	max-width:1000px;
	margin:0 auto;
}
img.icon{
	border-radius: 1%;
    background-color: white;
    padding: 1em;
    position: absolute;
    max-width: 135px;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    font-weight: 400;
    width: 170px;
}

.testimonial{
	background-color: #fc9e00;
}
.testimonial .generic__inner{
	max-width: 969px;
    margin: 0 auto;
}
.testimonial h2{
	text-align:center;
	color:white;
	padding-bottom: 1em;
}
blockquote.testimonials__quote {
	color:white;
    font-size: 26px;
	padding: 0 2em;
}
.body__layout__home .feeds .generic__inner{
	padding:1em;
	position:relative;
}
.testimonials__citation-person {
    font-size: 1.2em;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
	color:white;
}
.testimonials__prev, .testimonials__next {
    cursor: pointer;
    font-size: 56px;
	color:white;
}
span.testimonials__next.material-icons {
    position: absolute;
    bottom: 0;
    right: 35%;
}
span.testimonials__prev.material-icons {
    position: absolute;
    bottom: 0;
    left: 35%;
}
.testimonials__citation {
    padding: 3em;
}
.testimonials__quote::before {
    position: absolute;
    left: 25px;
    font-size: 103px;
    top: -30px;
}
.testimonials__quote:after {
    position: absolute;
    right: 25px;
    font-size: 103px;
	bottom: 70px;
}

.areasofservice .generic__inner{
	padding: 4em 0;
	max-width:1000px;
	margin:0 auto;
}
.areasofservice h2{
	font-size: 37px;
}
.areasofservice .generic__2up .generic__part.map{
	padding-left: 0;
}
.areasofservice .generic__2up .generic__part.list{
	padding: 0;
}
.areasofservice li{
	padding: .2em 0.5em;
}
.areasofservice h2{
	max-width:560px;
}

.brandscript{
    text-align:center;
	position:relative;
}
.brandscript .generic__inner{
    max-width:450px;
}


.contact {
	background-image: url(../../images/contactbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
	_background-color:#cd181f;
    color: white;
}
.contact .fb3__button{
	border: 1px solid white;
	color:white;
}
.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}
.body__layout__default .module.forms{
	background-color: #fc9e00;
    color: white;
	max-width:100%;
}
.body__layout__default .module.forms .generic__inner{
	max-width:800px;
	margin:0 auto;
}
.contact h2{
    color: white;
    font-size: 48px;
    line-height: 60px;
	max-width:493px;
	margin:0 auto;
}
.contact .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact .generic__2up{
	align-items: center;
}
.contact p {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 1em;
    font-size: 23px;
}
.forms__form-item-header{
	display:none;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}
.contact .generic__2up .generic__part:nth-child(odd){
	text-align: center;
}
.contact a.phonenumber {
    font-size: 35px;
    color:white;
}
.contact a.phonenumber:hover {
    font-size: 35px;
    color:white;
}
.address {
    padding: 1em 0;
    font-size: 27px;
	font-family: "oswald", sans-serif;
	font-weight: 300;
}
.body__layout__home .module.forms .generic__inner{
	padding:0;
}

.process h2{
	text-align: center;
}
.process h3 {
    text-align:center;
}
.process .generic__part {
    margin: 5em 1em 1em;
    padding: 4em 1.5em 2em;
    max-width: 345px;
	position: relative;
    border-radius: 18px;
	border: 12px solid #cd181f;
}
.process .generic__3up{
	align-items: inherit;
}

footer.footer{
	background-color:#cd181f;
	color:white;
}

@media screen and (max-width: 999px){
	.boilerroom .generic__2up {
		flex-direction: column;
	}
	.boilerroom .generic__2up .generic__part {
		width: 100%;
	}
	.boilerroom .generic__2up .generic__part.left {
		min-height: 30em;
	}
}

@media screen and (max-width: 959px){
	.contact .generic__2up{
		flex-direction: column;
	}
	.cost .generic__2up{
		flex-direction:column-reverse;
	}
	.value .generic__2up{
		flex-direction:column-reverse;
	}
	.contact .generic__part,
	.value .generic__part,
	.cost .generic__part{
		width:100%;
	}
	.brandscript .generic__inner {
		margin: 0 auto;
	}
	img.ameridryguy {
		position: relative;
	}
}
@media (max-width:824px){
	.process .generic__part {
		width:100%;
		max-width: 100%;
	}
}
@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.heading_splash h2 {
		font-size: 34px;
	}
	.home-header {
		background-position: 23% center;
	}
	
	.areasofservice .generic__3up{
		flex-direction: column;
	}
	.areasofservice .generic__2up .generic__3up .generic__part {
		padding: 0;
	}

}
@media (max-width: 790px){
	a.header__logo-link {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0;
	}
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 20px;
		line-height: 31px;
	}
	a.ctaphone, a.ctaphone:visited {
		position: absolute;
		top: 70px;
		font-weight: bold;
		font-size: 25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0.5em 1em;
		text-align: center;
	}
	.boilerroom .generic__2up .generic__part.right{
		padding:1em;
	}
	blockquote.testimonials__quote {
		font-size: 23px;
		padding: 0;
	}
	.banner h2 {
		font-size: 35px;
	}
	.generic__inner {
		padding: 1em 1em;
	}
}

@media screen and (max-width: 555px){
	h2, 
	.contact h2 {
		font-size: 32px;
		line-height: 35px;
	}
	h1 {
		font-size: 37px;
	}
	.heading_splash h2 {
		font-size: 28px;
	}
	.header__inner {
		padding: 1em;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	a.header__logo-link {
		font-size: 20px;
		text-align: center;
	}
	a.ctaphone, a.ctaphone:visited {
		top: 44px;
}
	}
