#wrapper { width:100%; background-color:white; display:block; margin:0; border-bottom: 5px solid #FFDE00; }
#top_img { width:100%; display:block; margin:0; padding:0; border:0; z-index:0; }
#top_img img { width: 100%; border:0; }
#top_img img#widescreen_img { display: block; }
#top_img img#tab_img, #top_img img#mobile_img { display: none; }
@media (max-width: 1100px) { #top_img img#widescreen_img { display: none; } }
@media (min-width:600px) and (max-width: 1100px) { #top_img img#tab_img { display: block; } }
@media (max-width: 600px) { #top_img img#mobile_img { display: block; } }
#header_txt { z-index:1; position:absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align:center; }
#header_txt h1 { color:white;
	font-size: 30pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 20px auto;
	filter: drop-shadow(1px 5px 3px #404080);
	-webkit-text-stroke: 1px #152065;
}
#header_txt h1 br.linebreak { display:none; }
#header_txt p { color:white;
	font-size: 22pt;
    font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 25px auto;
	filter: drop-shadow(1px 5px 3px #404080);
	-webkit-text-stroke: 1px #152065;
}
@media (max-width:1600px) { #header_txt { top: 35%; } #header_txt h1 br.linebreak { display:inline; } }
@media (max-width:1350px) { #header_txt h1 { font-size: 25pt; margin:10px auto; } #header_txt p { font-size: 20pt; margin:10px auto; } }
#main {
	width: 100%;	
	background-color: white;
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}
#main_text h1 { color: #608119;
	font-size: 22pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding: 5px 20px 0 20px;
	display:none;
}
#main_text h1 br.headerbreak { display:none; }
#main_text { width: 1100px; display: block; margin:0 auto; }
#main_text h2 { color: #608119;
 padding: 10px 20px 0 20px;
 font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
 font-size: 18pt;
 font-weight: bold;
 margin: 0;
 border: 0; }
#main_text p { color: #152065;
 padding: 5px 20px 0 20px;
 font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
 font-size: 14pt;
 margin: 0;
 border: 0; }
#main_text p a { text-decoration: none; color: #608119; }
#main_text p a:hover { color: #304119; text-decoration: underline; }
#main_text p sup, #features ul li sup { font-size: 10px; }
img.img_right { float: right; }

#features {
	width: 1100px; display: block; margin:20px auto;	
	background-color: white;
	padding: 0;
}
@media(max-width:1100px) { 
	#main_text, #features { width:100%; } 
	#header_txt { display:none; }
	#main_text h1 { display: block; } 
	#main_text p.spacer { display: none; }
}
@media (min-width:500px) and (max-width:650px) { #main h1 br.headerbreak { display:inline; } }
@media(min-width:800px){ #features a img { float: right; margin: 0 20px 20px 20px; } }
@media(max-width:800px){ #features a img { display: block; margin: 0 auto 10px auto; } }
#features ul { padding: 0 20px 10px 40px;
 color: #152065;
 font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
 font-size: 14pt;
 margin: 0;
 border: 0; }
#features p { padding: 0 20px 10px 20px;
 color: #152065;
 font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
 font-size: 14pt;
 margin: 0;
 border: 0; }
#features h2 { color: #608119;
 padding: 10px 20px 10px 20px;
 font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
 font-size: 18pt;
 font-weight: bold;
 margin: 0;
 border: 0; }
#features h3 { color: #152065;
 padding: 5px 20px 0 20px;
 font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
 font-size: 14pt;
 font-weight: bold;
 margin: 0;
 border: 0; }
#features ul li a { text-decoration: none; font-family: arial; color: #608119; }
#features ul li a:hover { color: #304119; text-decoration: underline; }
#features ul li ul { padding: 0 0 0 15px; }
#feature_image { float: right; margin: 20px; text-align: center; font-family: arial; font-size: 14px; color: #152065; }
@media (max-width:810px){ #feature_image { width: 50%; } #feature_image img { width: 100%; }}

footer { width: 100%; display: block; margin: 0; }
p.copyright { color: white;
              font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
			  font-size: 10pt;
			  padding: 5px;
			  margin: 0;
			  text-align: center; }
p.copyright a { color: white;
                 text-decoration: none; }
p.copyright a:hover { color: #D8D9E0;
                 text-decoration: underline; }
p.copyright a sup { font-size:10px; }
#back_to_top { float: right; margin-right: 110px; }		
#back_to_top p a { padding: 5px 10px 5px 10px;
				   color: white;
				   font-family: arial;
				   font-size: 14px;
				   font-weight: bold;
				   text-decoration: none;
				   background-color: #608119;
				   border-top: 2px solid #A0B139;
				   border-right: 2px solid #A0B139;
				   border-bottom: 2px solid #304119;
				   border-left: 2px solid #304119; }		  						  
#back_to_top p a:hover { background-color: #406119; }
