@charset "UTF-8";
/* CSS Document */

/* 200,200i,400,400i,700,700i */

div,p,h1,h2,h3,h4,h5,h6,form,table,tr,td,body,ol,ul,li{
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	position:relative;
	line-height:130%;
}

img{ border:none; }

a{ text-decoration:none; background-repeat:no-repeat; color: #00285F; }

table{
	border-collapse: collapse;
}

body {
	-webkit-text-size-adjust:none;
	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:130%;
	background-color:#FFF;
	text-align:left;
	color:#222;
	width:100%;
	height:100%;
}

p,h1,h2,h3,h4,h5,h6,li{
	line-height:130%;
}
p{
	font-size: 14px;
	padding-bottom: 5px;
}
h1{
	font-weight:700;
	font-size:24px;
	color:#666;
}

h2{
	font-weight:400;
	font-size:20px;
	color:#666;
	padding-bottom:10px;
	padding-top: 10px;
}

h3{
	font-weight:700;
	font-size:22px;
	color:#666;
	padding-top: 20px;
}
h4{
	font-weight:300;
	font-size:13px;
	color:#666;
	padding-top:8px;
}
h2.response{
	font-size:18px;
	font-weight:bold;
	color:#900;
}
strong{
	font-weight:700;
}


#innerBody{
	margin:0 auto;
	width:100%;
	height:100%;
	min-width: 750px;
}

#mainBody{
	border:0px;
	height:100%;
	max-width: 1150px;
	
	margin: 80px auto;
}

#mainBodyInner{
	padding:20px 10px 50px 10px;
}
#topStrip{
	position: fixed;
	width: 100%;
	min-width: 750px;
	height: 80px;
	background-color:#00285F;
	top: 0;
	left: 0;
	right: 0;
}
#topStripInner{
	max-width: 1110px;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px;
}
#bannerLogo{
	position: absolute;
	left: 20px;
	top: 0px;
	height: 100%;
	width: 230px;
	display: block;
	background-image: url( ../images/pub_club_rev.svg );
	background-size: 230px auto;
	background-position: left center;
}

#bottomStrip {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	-webkit-backface-visibility: hidden;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #000;
	min-width: 750px;
}
#bottomStripInner {
	background-color: #000;
	max-width: 1110px;
	height: 30px;
	margin: 0 auto;
	padding: 0 20px;
}
#bottomStrip a {
	color:#FFF;
	display: inline-block;
	margin-top: 7px;
	margin-right: 20px;
}

#bottomStrip #poweredBy {
	position: absolute;
	right: 20px;
	top: 4px;
	width: 131px;
	height: 21px;
	background-image: url(../images/ev_logo_131x21.png);
	background-size: 131px 21px;
	margin-right: 0;
	margin-top: 0;
}



ul.navStrip{
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 22px;
}

ul.navStrip li{
	display:inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
}
ul.navStrip li a{
	color: #FFF;
	padding-bottom: 1px;
}
ul.navStrip li.active a{
	font-weight: 700;
	border-bottom: 1px solid #967D3C;
}
ul.navStrip li a:hover{
	border-bottom: 1px solid #FFF;
}

.vidBox{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCC;
	float: left;
	width:31%;
	height: 350px;
	margin-bottom: 20px; 
}
.vidBoxInner{
	padding: 10px;
}
.vid{
	background-size: cover;
	background-position: center;
	width: 95%;
	margin: 0 auto;
	height: 180px;
	background-color: #DDD;
}
.kick{
	background-image: url( ../images/kickfor100.jpg);
}
.kick2{
	background-image: url( ../images/kickfor100_customer.jpg);
}
.knowledge{
	background-image: url( ../images/cub_knowledge.jpg);
}
.great{
	background-image: url( ../images/great_northern.jpg);
}
.blurb{
	text-align: center;
	padding-top: 10px;
}
.button{
	position:relative;
	display:inline-block;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	height:14px;
	color:#FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	padding:5px 10px 8px 10px;
	background-color:#009619;
	margin-top:10px;
	margin-bottom:10px;
	
}

.fieldContainer {
	width: 100%;
	background-color: #FFF;
	height: 34px;
	margin-bottom: 20px;
	border:1px solid #CCC;
}
.fieldInnerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.fieldContainer input {
	outline: none;
	box-shadow: none;
	border: none;
	background: none;
	padding: 3px;
	margin: 3px 0 0 4px;
	width: 96%;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 20px;
}

#loginBox{
	width: 350px;
	margin: 0 auto;
	border: 1px solid #CCC;
}
#loginBoxInner{
	padding: 20px;
	text-align: center;
}
#loginBoxInner h1{
	padding-bottom: 15px;
}

#loginForm{
	border-top: 1px solid #DDD;
	margin-top: 20px;
	padding-top: 30px;
}

#password{
	
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.response{
	color: #B20002;
}
.playVid {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.activity #mainBodyInner{
	text-align: center;
}
.quiz{
	margin-top: 20px;
}
.quizBox{
	border: 1px solid #CCC;
	margin:0 10px;
	max-width: 1110px;
	
}
.quizBoxInner{
	padding: 20px;
}
.answerBox{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-top: 20px;
}
.answerBoxInner{
	padding: 20px 0;
	
}
label{
	font-size: 20px;
	padding-left: 10px;
	position: relative;
	top: 3px;
}
.radioButton{
	margin-bottom: 15px;
}




@media only screen and (max-width: 1060px) {
  .vidBox{
	  width: 46%;
	}
}

@media only screen and (min-width: 671px) and (max-width: 840px) {
   
}

@media only screen and (max-width: 1025px) {
 
}