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

/* START RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */


body{
	margin: 0;
	padding: 0;
	background-color:#000;
	color: #FFF;
    background-image:url(images/lastBg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	
}

#lastContent{
	width: 100%;
	margin: auto;
	text-align:center;
}

img{
	max-width: 100%;
}

#lastTop{
  height: 80%;
}

#lastBottom{
	background-color:#000;
	margin-top: 10%;
}

#quote{
	
}

#theTextdo{
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	line-height: 1.3;
	padding-top: 44%;
	padding-left: 13%;
	padding-right: 29%;
}

#theText{
	color: #FFF;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	line-height: 1.3;
	padding-top: 0%;
	padding-left: 13%;
	padding-right: 29%;
	
}

#theTextitalic{
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:italic;
	text-align: left;
	line-height: 1.3;

}

#formArea{
	color: #FFF;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-left: 13%;
	padding-right: 29%;
	line-height: 1.5;
	letter-spacing: 1.5;
	
}

#theForm{
	width: 300px;
	padding-left: 30px;
}

#s4logo{
	padding-top: 70px;
	float: right;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.thanks{
	color: #abbec3;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.66%; }
.span_1_of_3 { width: 33.33%; }

/*  GO FULL WIDTH BELOW 840 PIXELS */
@media only screen and (max-width: 840px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	
	body{
	background-size: contain;
	background-image:url(images/lastBg2.jpg);
    }
	
	
	
	 
	 
	 #formArea{
	width: 300px;
	margin: auto;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5;
	letter-spacing: 1.5;
	padding-top: 20px;
	
     }
	
	#s4logo{
	display: none;
    }
	
	#theForm{
	
	padding-left: 0;
    }
}

@media only screen and (max-width: 430px) {
	
	#theText{
	padding-top: 26%;
	font-size: 12px;
     }
	 
}


/*  FoL WIDTHs Over 1296 PIXELS */
@media only screen and (min-width: 1296px) {
	#lastContent{
	width: 1296px;
	
    }
	
	#lastTop{
	height: 665px;
    }
	
	#lastBottom{
	
	margin-top: 0;
     }
}