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

html,
body {
	font-family: "proxima-nova", sans-serif;
	color: #9c9c9c;
	font-size:23px;
	scroll-behavior: smooth;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}


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

h1{
	font-size: 62px;
	line-height: 1.1em;
}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:60px;
	color:#6e899a;
}
.cms-content a,
.cms-content a:visited{
	color:#ef3423;
}
.cms-content a:hover{
	color:#a51419;
}
h2 {
    font-size: 50px;
    line-height: 59px;
	color:#6e899a;
	padding-bottom: 0.5em;
}
h3{
    color: #465762;
	font-size: 38px;
    font-weight: normal;
}


.heading-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
}
.heading_video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: auto;
}

.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-container{
	position:relative;
}
nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
nav a,
nav a:visited{
	color:#465762;
}
.nav__link {
    background-color: transparent;
	border-bottom: 10px solid white;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
.nav__item-actions{
	padding-top: 10px;
}
#primary-nav-toggle .material-icons{
    color: #ef3423;
    position: absolute;
	top: 14px;
    right: 37px;
    z-index: 2;
    font-size: 52px;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: white;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: white;
	border-bottom: 10px solid #ef3423;
}
.nav__item:hover > .nav__item-actions .nav__link {
	border-bottom: 10px solid #ef3423;
}
.nav__menu {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 3em 1em;
}
.nav.desktop {
    background-color: white;
}
.nav.open {
    position: initial;
    background-color: white;
	position: relative;
}
.open .nav__menu {
    margin-left: 0;
}
.nav__menu{
	padding:0;
	background-color:white;
    max-width: 1200px;
    margin: 0 auto;
}
.nav__list__level-1 {
    display: flex;
}

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

.nav_banner{
    background-color: #ef3423;
    padding: 1em 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_banner a.generic__link-button{
	color:#ef3423;
	background: white;
    font-size: 23px;
}
.nav_banner a.generic__link-button:hover{
	background-color:#a51419;
	color:white;
}


a.ctaphone,
a.ctaphone:visited {
    color: #a51419;
}
a.ctaphone:hover{
	color:#a51419;
}
.body__layout__default a.ctaphone,
.body__layout__default a.ctaphone:visited {
    position: absolute;
    top: 34px;
}

.body__layout__default .header__inner{
    padding: 0;
}

.home-header{
	color:white;
	position:relative;
}
.home-header h1,
.home-header h2{
	color:white;
	filter: drop-shadow(0 0 0.75rem black);
}
.header__inner {
	padding: 3em 1.5em;
    position: relative;
    z-index: 1;
	background-image: url(../../images/headerbg.jpg);
	background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brandscript-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    overflow: hidden;
    height: 100%;
}
.branscript_video {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    height: auto;
}
.black{
	min-height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(29, 29, 35, 0.7), rgba(29, 29, 35, 0.7));
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}

img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
    max-width: 250px;
    padding-bottom: 0.3em;
}
.body__layout__home a.header__logo-link {
    top: -114px;
}
.heading_splash {
    padding: 6em 1em 0;
    max-width: 695px;
}
.heading_splash p{
	font-size:23px;
	padding-top:1em;
	max-width: 527px;
}
.heading_splash h2{
	font-weight:normal;
	padding-bottom: .5em;
    font-size: 46px;
	color:white;
	padding-top: 0.3em;
}
.heading_splash span{
	color:#fbef59;
}
a.phone {
    font-size: 45px;
	color:white;
} 
.body__layout__default .header{
	min-height: 142px;
	background-color: #ef3423;
}

.banner {
    text-align: center;
    max-width: 787px;
    margin: 0 auto;
}


.howdoesitwork{
	background-color:#f6f6f6;
}
.howdoesitwork .generic__inner{
	max-width:1100px;
	margin:0 auto;
	padding: 2em 1em;
}

.cost .generic__inner{
    max-width:1200px;
    margin:0 auto;
}
.cost .generic__2up{
    align-items: flex-start;
}
.cost .generic__part{
	padding:2em;
}
.cost .point{
    padding: 1em;
    margin: 0 auto;
}
.cost h3{
    font-size:22px;
    padding-bottom:.1em;
}
.cost p{
	margin: 0.1em 0 1em;
}


.value .generic__inner{
	max-width: 945px;
    margin:0 auto;
	background-image: url(../../images/keys.png);
	background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
	margin-bottom: 1em;
	padding: 5em 1em;
}
.value h2{
    max-width: 508px;
}
.value p{
	max-width: 483px;
}

.steps{
	background-color: #f6f6f6;
	text-align: center;
}
.steps .generic__inner{
	max-width: 1200px;
	margin:0 auto;
}
.steps h3{
	font-size: 29px;
    color: #6e899a;
    padding-bottom: 0.5em;
	font-weight:600;
}
.steps .generic__3up{
	align-items:normal;
	padding: 2em 0;
}
.steps .generic__3up .generic__part{
	background-color: white;
    border-radius: 50px;
    padding: 1.5em;
    margin: .5em;
	width: 354px;
	filter: drop-shadow(0 0 0.75rem #b9b9b9);
}

.body__layout__home .feeds .generic__inner{
	padding:1em;
	position:relative;
}


.brandscript{
    text-align:center;
	position:relative;

}
.brandscript .generic__inner{
    max-width:750px;
	margin:0 auto;
}
.brandscript h2{
	color:#fbef59;
}
.brandscript p{
	color:white;
}

.brandscript_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: auto;
}


.contact-us {
	background-color:#ef3423;
}
.contact-us .generic__inner{
	padding: 2em 1em;
}

.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}
.body__layout__default .module.forms{
	background-color: #a51419;
    color: white;
	max-width:100%;
}
.body__layout__default .module.forms .generic__inner{
	max-width:800px;
	margin:0 auto;
}
.contact-us h2{
	color:white;
	font-size: 65px;
	line-height:76px;
}
.contact-us .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact-us .generic__2up{
	align-items: center;
}
.contact-us p {
    margin: 0 auto;
    padding-bottom: 1em;
    font-size: 23px;
	color:white;
}
.contact-us .fb3__button{
	background-color:white;
	color:#ef3423;
}
.contact-us .fb3__button:hover{
	background-color:#a51419;
	color:white;
}
.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;
}
.body__layout__home .module.forms .generic__inner{
	padding:0;
}


footer.footer{
	background-color:black;
	color:white;
}

.nav-container.mobile {
	display:none;
}

@media screen and (max-width: 1368px) {
    .heading_video {
        height: 100%;
        width: auto;
    }

}

@media screen and (max-width: 1100px){
	.branscript_video {
        width: auto;
		top: -40%;
    }
}
@media screen and (max-width: 959px){
	.contact .generic__2up,
	.cost .generic__2up{
		flex-direction: column;
	}
	.value .generic__2up{
		flex-direction:column-reverse;
	}
	.contact .generic__part,
	.value .generic__part,
	.cost .generic__part{
		width:100%;
	}
	.brandscript .generic__inner {
		margin: 0 auto;
	}
	.contact-us h2{
		font-size:50px;
	}
}
@media (max-width:824px){
	.process .generic__part {
		width:100%;
		max-width: 100%;
	}
}
@media (max-width: 768px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	h1 {
		font-size: 31px;
		line-height: 36px;
	}
	.heading_splash h2 {
		font-size: 34px;
	}
	.home-header {
		background-position: 85%;
	}
	.nav-container.desktop {
		display: none;
	}
	.nav-container.mobile {
		display:block;
		min-height: 77px;
		background-color:white;
	}
	.nav__list__level-1{
		display:none
	}
	
}

@media (max-width: 786px){
	.header__inner {
		padding: 1em;
		background-position: 74% center;
	}
}
@media (max-width: 570px){
	a.header__logo-link {
		max-width: 95px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.nav_banner a.generic__link-button {
		font-size: 14px;
	}
	
	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: -45px;
		font-weight: bold;
		font-size: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: white;
		padding: 0.5em 1em;
		z-index: -1;
		text-align: center;
	}
}

@media screen and (max-width: 450px){
	h2, 
	.contact h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.heading_splash h2 {
		font-size: 28px;
	}
	
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	
	
}