@charset "utf-8";
/* ClickHereDesigns.com */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* line 1, styles.scss */
applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, section { margin: 0; padding: 0; outline: none; border: none; box-sizing: border-box; }


@font-face {
	font-family: 'goodtimes';
	src:url('../fonts/goodtimesrg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html { 
  background: url(../images/bg-progress.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body { color: #000; 
font-size: 13px; 
line-height: 1.5em; 
font-family: 'Open Sans', sans-serif;
}

.header{
	font-family: 'goodtimes';
}

/* Begin Added 11-06-2017 ClickHereDesigns.com */
.center-boxed{
    border-radius: 10px;
    border: 1px solid #FFFFFF;
	background-color: transparent; 
    padding: 12px; 
    width: 100%;
    height: 50px; 
	text-align: center;
}
.center-boxed:hover {
    background-color: #29568f; 
    color: #FFFFFF;
}
.center-boxed-txt{
	font-size: 13pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffb300;
	text-decoration: none;
}
.center-boxed-txt:hover{
	color: #ffb300;
	text-decoration: none;
}

.bg-form {
	border: 1px none #FFF;
	padding: 5px;
	background-image: url(../images/bg-form.png);
	color: #FFF;
	border-radius: 5px;
    border: 2px solid #FFFFFF;
}
.submit-button{
    border-radius: 15px;
    border: 2px solid #FFFFFF;
	background-color: #033570; 
    padding: 12px; 
    width: 100%;
    height: 50px; 
	text-align: center;
}
.submit-button:hover {
    background-color: #29568f; 
    color: #FFFFFF;
}
.white-bradley {
	color: #FFFFFF;
	font-family: "Bradley Hand ITC", serif;
	font-size: 3em;
	text-transform: capitalize;
}	
.white-bradley-med {
	color: #FFFFFF;
	font-family: "Bradley Hand ITC", serif;
	font-size: 1.75em;
	text-transform: capitalize;
}
.white-bradley-sm {
	color: #FFFFFF;
	font-family: "Bradley Hand ITC", serif;
	font-size: 1.25em;
	text-transform: capitalize;
	margin: 2px;
	padding: 2px;
}	

/* End Added 11-06-2017 ClickHereDesigns.com */
/* End Added 03-01-2018 ClickHereDesigns.com */
.white-bradley-yellow {
	color: #FF0;
	font-family: "Bradley Hand ITC", serif;
	font-size: 14pt;
	text-transform: none;
}
.center-boxed-yellow{
    border-radius: 10px;
    border: 1px solid #FFFFFF;
	background-color: transparent; 
    padding: 12px; 
    width: 100%;
    height: 50%; 
	text-align: center;
}
.bradley-yellow {
	color: #FF0;
	font-family: "Bradley Hand ITC", serif;
	font-size: 1.25em;
	text-transform: normal;
}
.yellow {
	color: #FF0;
}
.yellow:hover {
	color: #FFF;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: white;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: .75em;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.icon-button{
    border-radius: 15px;
    border: 2px solid #FFFFFF;
	background-color: #033570; 
    padding: 6px; 
    width: 71px;
    height: 60px; 
	text-align: center;
}
.icon-button:hover {
    background-color: #FFFFFF; 
    color: #FFFFFF;
}

/* End Added 03-01-2018 ClickHereDesigns.com */

.header img { vertical-align: middle; height: 73px;margin-top: 10px; }
.header .nine h1{
	font-size: 25px;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	letter-spacing: 0;
	text-transform: none;
	text-shadow:0 2px 4px #666;
}

.header .nine p{
	text-align: center;
	font-size: 15px;
	font-style: italic;
	text-shadow:0 2px 4px #666;
}

.header .row{
	max-width: 750px;
}

.section.main { padding-top: 30px;padding-bottom: 30px; border-top: 1px solid #fff;}

.sponsor { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; overflow: auto; padding: 16px; margin-top: 20px; margin-bottom: 40px; clear: both;margin-top: 30px;}

.four.center { margin: 0 0 30px; overflow: auto; }

.four.center a img { margin: 0 auto; display: block; margin-top: 10px; }


a.fltleft { float: left; margin-right: 30px; }

a.fltRgt { float: right; }

/*.section.video{background: #fff;}*/
.video .row{padding-bottom: 30px;}
video { max-width: 100%; height: auto; margin: 0 auto; margin-top: 30px; margin-bottom: 3px; border: 1px solid #0e2e4f;display: none;

box-shadow: 0 15px 30px #000;
}

.views{background: #fff;margin-top: 5px;padding: 10px;text-align: center !important;}

.cta {
	padding-left: 50px;
}

.cta .four.columns{
	margin-left: 1.4%;
}

.mt40{
	margin-top: 40px;
}

.cta .btn{
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding-top: 18px;
	height: 57px;
	width: 240px;
	background-color: #174a80;
	background-image: -webkit-linear-gradient(top, #2469b3, #174a80);
	background-image: -moz-linear-gradient(top, #2469b3, #174a80);
	background-image: -o-linear-gradient(top, #2469b3, #174a80);
	background-image: -ms-linear-gradient(top, #2469b3, #174a80);
	background-image: linear-gradient(top, #2469b3, #174a80);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2469b3', EndColorStr='#174a80');
	border: 1px solid #133f6e;
	color: #fff;
	margin:0 auto;
	/*margin-bottom: 10px;*/
}

.cta .btn:hover{
	background: #2469b3;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: #444;
}

.modal {
  display: none;
  background: #1f1f1f;
  border: 1px solid #000;
  border-radius:5px;
  padding: 0 20px 20px;
  /*overflow: auto;*/
  /*z-index: 1001;*/
  /*position: absolute;*/
  width: 90%;
  max-width: 550px;
  min-height: 525px;
  /*margin: 0 auto 0 30px; /* GHP Added Style*/
  margin: 30px auto; 
}

.modal h3{
	margin: 20px 0;
	font-weight: 600;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 0;
	padding: 0px 20px;
	color: #0066ff;
}

.modal .close{
	float: right;
	margin: 20px 0 20px 20px;
}

.modal .close:hover{
	cursor: pointer;
}


.modal .field{
	margin-bottom: 20px;
}

.modal .field input{
	background: #333;
	border: 1px solid #000;
	margin-top: 5px;	
	color: #bbb;
}

.modal .field label{
	font-weight: bold;
	color: #bbb;
	font-size: 14px;
}

.modal .btn{
	background-color: #0040ff;
   background-image: -webkit-linear-gradient(top, #0099ff, #0040ff);
   background-image: -moz-linear-gradient(top, #0099ff, #0040ff);
   background-image: -o-linear-gradient(top, #0099ff, #0040ff);
   background-image: -ms-linear-gradient(top, #0099ff, #0040ff);
   background-image: linear-gradient(top, #0099ff, #0040ff);
  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#0099ff', EndColorStr='#0040ff');
  	display: block;
  	border: none;
  	margin: 0 auto;
  	width: 250px;
  	height: 50px;
  	color: #fff;
  	text-align: center;
  	text-transform: uppercase;
  	font-size: 14px;
  	margin-top: 30px;
  	margin-bottom: 10px;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) { 
.nine p{font-size: 16px;}
  .nine h1 { font-size: 20px; }
  .nine p.last{font-size: 17px;}
  a.fltRgt { float: none; margin-top: 30px; }
  a.fltRgt img { margin: 0 auto; display: block; margin-top: 80px; } 
	.cta .btn{
		margin-bottom: 30px;
		width: 100%;
	}

	.header img{
		display: block;margin: 0 auto;margin-top: 20px;
	}
	
	.mt40{margin: 0;}
	.cta div a img{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media handheld, only screen and (max-width: 468px) {
	.modal .btn{
		width: 200px;
	}

	.modal h3{
		font-size: 15px;
	}
}
