@font-face {
  font-family:'rubikregular';
  src: url(../fonts/rubikRegular.eot);
  src: url(../fonts/rubikRegular.eot) format('embedded-opentype'),
       url(../fonts/rubikRegular.woff2) format('woff2'),
       url(../fonts/rubikRegular.woff) format('woff'),
       url(../fonts/rubikRegular.ttf)  format('truetype')
}

@font-face {
  font-family:'rubikmedium';
  src: url(../fonts/rubikMedium.eot);
  src: url(../fonts/rubikMedium.eot) format('embedded-opentype'),
       url(../fonts/rubikMedium.woff2) format('woff2'),
       url(../fonts/rubikMedium.woff) format('woff'),
       url(../fonts/rubikMedium.ttf)  format('truetype')
}

html, body{
	box-sizing: border-box;
	background-color:#c9c9c9;
	font-family:'rubikregular', 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:#419bff;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.wrapper{
	background-color:#F5F5F5;
	margin:0 auto;
	max-width:1160px;
	width:100%;
}

.sticky-wrapper{
	background-color:#fff;
	margin:0 auto;
	max-width:1160px;
	width:100%;
}

.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{
}

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

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

main{
	margin-bottom:24px;
}

.banner{
	padding:0px 0 20px 0 !important;
}

.banner img{
	width:90%;
	margin:0 auto;
}

.logo-img{
	display:inline-block !important;
	position:relative;
	max-width:173px;
	margin: 0 auto;
}

.cta{
	outline:none;
	background-color:#c00;
	border: 1px solid #e45653;
	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:#e00000;
}

/* Accordion */
.list-wrapper{
	margin:0 auto;
	max-width:500px;
	width:100%;
}

.list-step{
	position:relative;
}

.list-header-wrapper{
	position:relative;
	cursor:pointer;
}

.list-header{
	position:absolute;
	margin-left:29%;
	height:100%;
	width:60%;
	right:0;
	left:0;	
}

.list-header-copy{
	position:relative;
	text-transform:uppercase;
	transform:translateY(-50%);
	font-style:italic;	
	font-weight:900;
	line-height:23px;
	font-size:17px;
	top:50%;
}

.list-show-more{
	position:absolute;
	font-weight:900;
	line-height:26px;
	font-size:12px;
	right:-13px;
	bottom:22%;
	color:#099ffe;
}

.list-background-left, .list-background-mid, .list-background-right{
	display:inline-block;
	max-width:33%;
	width:100%;
}

.list-content{
	color:#666;
	max-height:600px;
	overflow-y:auto; 
	display:none;
}

.list-content-subwrapper{
	padding:20px;
}

.list-content-header{
	position:relative;
	text-transform:uppercase;	
	font-weight:900;
	line-height:26px;
	font-size:20px;
	margin:20px 0;
	padding-left:46px;
	color: #000000
}

.list-icon{
	position:absolute;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	display:block;
	height:50px;
	width:50px;
	top:-15px;
	left:0;
}

.list-hand-icon{
	background-image:url("assets-07.png");
}

.list-tool-icon{
	background-image:url("assets-08.png");
}

.list-light-icon{
	background-image:url("assets-09.png");
}

.list-question-icon{
	background-image:url("assets-10.png");
}

.list-content-ul{
	list-style-position:outside;
	list-style-type:disc !important;
	margin-left:15px;
	width:90%;
}

.list-content-ul li{
	margin-left:20px;
}

.list-content-li-spacer{
	position:relative;
	left:14px;
}

.list-content-li-spacer a{
	color:#419bff;
	text-decoration: underline;
}

.list-content-center{
	text-align:center;
}

.list-content-center a{
	color:#419bff;
	text-decoration: underline;
}

iframe, .video{
	max-width:500px;
	width:100%;
}

.step5{
	width:100%;
}


/* Video */

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:bold;
	font-size:36px;
}
.copy-series{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	font-size:30px;
}


.sub-header{
	font-family:'rubikmedium', verdana, sans-serif;
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
}

.cards ul{
	text-align:center;
}

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

.cards ul li span{
	font-size:12px;
	padding:10px 5px;
	display:block;
	color:#ffffff;
	background:#419bff;
}

.cards ul li span a{
	color:#ffffff;
}
.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%;
	height:61px;
	width:30%;
}

.sticky-ul-offset{
  position:relative;
  transform:translateY(-50%);
  display:block;
  top:50%;
}

/* @ 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;
		
	}	
		
	.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:100%;
		margin-top:0;
		padding: 56px 40px 20px 40px;
	}	

	.icon-one{
		margin-top:10px !important;
	}	
	
	.list-header-copy{
		line-height:20px;
		font-size:15px;
	}
	
	.list-show-more{
		font-size:10px;
		bottom:19%;
		right:-8px;
	}
	
	.list-content-header{
		line-height:21px;
		font-size:18px;
		margin:22px 0;
	}
	
	.list-content{
		font-size:14px;
	}
	
}


/* @ 464px */
@media screen and (max-width:464px){
	
	.header{
	font-size:16px;
}

    .copy-series{
	font-size:14px;
}

    .sub-header{
	font-size:10px;
}	
	.outro .sub-wrapper ol{
		max-width:290px;
		width:86%;
	}
		
	.outro .sub-wrapper ol li{
		font-size:13px;
	}
		
	.sticky-ul li{
		width:40%;
	}
	.list-header-copy{
		font-style:normal;
		line-height:13px;
		font-size:9px;
	}
	
	.list-content-li-spacer{
		left:10px;
	}
		
}

/* @ 330px */
@media screen and (max-width:330px){
	.cards ul li{
		box-shadow:0 2px 10px #a6a6a6;
		width: 96%;
		margin:2%;
	}
  .inner-content {
    padding: 0.8rem;
  }
  .inner-content h3 {
    margin-bottom: 0.3rem;
  }		
}









