html, body{
	box-sizing: border-box;
	background-color:#c9c9c9;
	font-family: 'Rubik', sans-serif;
	font-size:16px;
	height:100%;
	width:100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul{
	font-weight:normal;
	padding:0;
	margin:0;
}

ol, ul{
	list-style:none;
}

*, *:before, *:after{
	box-sizing:inherit;
}

img{
	display:block;
	width:100%;
}

a{
	text-decoration:none;
	color:inherit;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.wrapper, .sticky-wrapper{

	margin:0 auto;
	max-width:1160px;
	width:100%;
}

.wrapper {
	background-color:#fff;
}

.wrapper header,
.wrapper section,
.wrapper footer{
	width:100%;
}

.wrapper section,
.wrapper footer{
	position:relative;
}

.wrapper header .sub-wrapper,
.wrapper section .sub-wrapper,
.wrapper footer .sub-wrapper{
	padding:5px 20px;
}

header{
	position:fixed;
	height:61px;
	z-index:9;
	left:0;
	top:0;
}

.sticky-wrapper {
	background-color: #000;
}

.logo{
	background-color:#fff;
	width:100%;
}

main{
	margin-bottom:24px;
	margin-top:61px;
}

.banner{
	/*padding: 25px 0;*/
	/*background: #06101b;*/
}

.logo-img{
	position:relative;
	height: 61px;
	object-fit: contain;
}

.banner-copy{
	position:absolute;
	transform:translateY(-50%);
	text-align:center;
	max-width:50%;
	top:50%;
	right:5%;
}

.banner-copy img{
	margin:0 auto;
	padding-bottom:20px;
	max-width:90%;
}

.cta{
	outline:none;
	background-color:#fa114f;
	border: 1px solid #fa114f;
	border-radius:4px;
	box-shadow:0 1px 3px 0 #7d7a7a;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	position:relative;
	min-width:80px;
	font-size:1.34em;
	line-height:12px;
	padding:8px 12px;
	cursor:pointer;
	color:#fff;
}

.cta:hover{
	background-color: #ff2260;
}

.icons{
	background-color:#364250;
	color:#fff;
}

.icons ul{
	text-align:center;
}

.icons ul li{
	background-position:top center;
	background-repeat:no-repeat;
	padding:56px 40px 40px 40px;
	display:inline-block;
	margin-top:25px;
}

.icon-one{
	background-image:url("../assets/icon-1.png");
}

.icon-two{
	background-image:url('../assets/icon-2.png');
}

.icon-three{
	background-image:url('../assets/icon-3.png');
}

section.vid{
	max-width:80%;
	margin:0 auto;
}

.video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.main-vid{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header{
	/*font-family:'rubikmedium', verdana, sans-serif;*/
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	font-weight:500;
	margin-top:20px;
	font-size:36px;
}

.sub-header{
	/*font-family:'rubikmedium', verdana, sans-serif;*/
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
	font-weight: 500;
}

.cards-subheader{
	margin-top:20px;
	font-size:18px;
}

.cards ul{
	text-align:center;
}

.cards ul li{
	box-shadow:0 3px 20px #a6a6a6;
	display:inline-block;
	margin:0 1%;
	width:22%;
}

.cards ul li span{
	font-size:12px;
	padding:10px 5px;
	display:block;
}

.outro-subheader{
	margin-top:40px;
	margin-bottom:15px;
	font-size:20px;
}

.outro .sub-wrapper ol{
	list-style-position:outside;
	list-style-type:decimal;
	max-width:410px;
	margin:0 auto;
	width:96%;
}

.outro .sub-wrapper ol li{
	text-transform:uppercase;
	margin-bottom:4px;
	margin-left:18px;
	font-size:18px;
}

.outro-cta{
	text-align:center;
	margin-bottom:40px;
	margin-top:35px;
}

.outro-cta .cta{
	vertical-align:text-bottom;
	padding:13px 22px;
	font-size:15px;
}

footer .sub-wrapper img{
	max-width:300px;
	margin:0 auto;
}

footer .sub-wrapper p{
	color:#808080 !important;
	text-align: center;
	line-height:18px;
	font-size:12px;
	margin:20px auto 20px auto;
	max-width:650px;
	padding:20px;
	width:96%;
}

footer .sub-wrapper p a{
	color:#0069ba;
}


.sticky-ul{
	text-align:center;
	height:61px;
}

.sticky-ul li{
	display:inline-block;
	vertical-align:middle;
	padding:1%;
	width:32%;
}

.sticky-ul-offset{
	position:relative;
	display:block;
}

/* @ 830px */
@media screen and (max-width:830px){

	.sticky-copy{
		display:none !important;
	}

}

/* @ 696px */
@media screen and (max-width:696px){

	.desktop{
		display:none !important;
	}

	.mobile{
		display:block !important;
	}

	.cta{
		font-size:0.8em;

	}

	.logo-img{
		position:relative;
		/*margin: 0 auto;*/
	}

	.banner-copy img{
		padding-bottom:10px;
	}

	.cards ul li {
		width: 42%;
		margin:4% 2%;
	}

	.outro-subheader{
		margin-top:20px;
	}

	.outro .sub-wrapper ol{
		max-width:330px;
	}

	.outro .sub-wrapper ol li{
		font-size:14px;
	}

	section.vid{
		max-width:100%;
	}

	.icons ul li{
		width:30%;
		margin-top:0;
		font-size:11px;
		padding:56px 16px 15px 16px;
	}

	.icon-one{
		margin-top:10px !important;
	}

}


/* @ 464px */
@media screen and (max-width:464px){

	.outro .sub-wrapper ol{
		max-width:290px;
		width:86%;
	}

	.outro .sub-wrapper ol li{
		font-size:13px;
	}

	.outro-cta{
		margin-bottom:10px;
	}

	.sticky-ul li{
		width:40%;
	}

	.logo-img{
		position:relative;
		/*margin: 0 auto;*/
	}

}

/* @ 330px */
@media screen and (max-width:330px){
	.cards ul li{
		box-shadow:0 2px 10px #a6a6a6;
		width: 96%;
		margin:2%;
	}
	.logo-img{
		position:relative;
		/*margin: 0 auto;*/
	}
}
