/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 10px;
	line-height: 1;	
}

h1,h2,h3,h4,h5,h6,p {
	font-family: inherit;
	font-size: inherit;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background: url(../img/main_bg.png) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/main_bg.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/main_bg.png', sizingMethod='scale')";
	font-family: Times, serif;
	color:#fff;
	height:auto;
	min-width:1280px;
	min-height:720px;
	width:100%;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	}
		
/* ==========================================================================
   Constant Sticky Header and Footer
========================================================================== */	
/* Make Header Sticky */
header {
	height:5em;
	left:0;
	width:100%;
	top:0;
	z-index:1;
	max-width: 100%;
	}
#social {
	float:right;
	margin:1em 29em;
	}
#social a{
	padding:5px;
	opacity:.6;
	}
#social a:hover{
	opacity:1;
	}
#container{
	clear:both;
	background:black;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: 100% 100%;
	margin-top:5em;
	padding:0;
	height:200%;
	width:100%;
	text-align: justify;
    letter-spacing: 1px; 
	}
 #right,
 #left {
    display: inline-block;
	max-width: 100%;
	
}
#container::after {
    content: '';
    display: inline-block;
    width: 100%;
}
nav a {
	float:left;
	text-decoration:none;
	color:white;
	font-size:2em;
	font-weight:500;
	text-transform:uppercase;
	padding:2em 2em;
	vertical-align:middle;
	text-align:center;
	margin:0;
	}
.color a{
	color:#e7d93d;
}

nav a:hover, .color a:hover {
	border-bottom:solid 2px #e7d93d;
	margin-top:-.1em;
	}
#onpage a{
	background:dimgrey;
}
.logo {
	margin-top:-9.8em;
	padding:0 1em;
	max-width: 100%;
	
}

.logo:hover {
	background:none;
	border:5px green;
	}

#st-control-1, #st-control-1 + a {
    left: 0;
}
 
#st-control-2, #st-control-2 + a {
    left: 12.5%;
}
 
#st-control-3, #st-control-3 + a {
    left: 25%;
}
 
#st-control-4, #st-control-4 + a {
    left: 50%;
}
 
#st-control-5, #st-control-5 + a {
    left: 62.5%;
}
#st-control-6, #st-control-6 + a {
    left: 75%;
}
 
#st-control-7, #st-control-7 + a {
    left: 87.5%;
}
/* Make Footer Sticky */
footer {
	background:  url(../img/bottom_bg.jpg) repeat center center; 
	bottom:0;
	left:0;
	width:70.8%;
	height:32em auto;
	margin-top:130em;
	z-index:1;
	margin-left:13.9%;
	padding:0 1.5em;
	}
.build{
	margin-top:65%;
	}
#footer_header {
	width:100%;
	clear:both;
	padding:.6em 0;
	}


tr, td {	
	width:25em;
	padding:0 2em;
	margin:0;
	}

.copy {
	text-align:center;
	font-size:1.2em;
	padding:.5em 0;
	text-transform:uppercase;
	color:white;
	}
.copy a {
	text-decoration:none;
	color:white;
	font-size:1em;
	text-transform:capitalize;
	}
.copy a:hover{
	color:#555867;
	}
	
/* ==========================================================================
   Content (Dynamic) for all other pages
   ========================================================================== */	
/* CSS for the content of page. I am giving top and bottom padding of 8em to make sure the header and footer do not overlap the content.*/

a {
	text-decoration:none;
	text-align:center;
	font-style:normal;
	}

.donations a, .bio_cast a {
	text-decoration:none;
	color:black;
	font-style:italic;
	}
.donations a:hover, .bio_cast a:hover
	{
	color:#1e6aa1;
	}
p {
	font-size:2.2em;
	font-weight:500;
	}
b {
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size:1.4em;
	}
aside {
	font-weight:bold;
	}
i {
	font-size:1.1em;
	font-weight:600;
	text-decoration:underline;
	}
em {
	font-size:1.2em;
	font-weight:700;
	}
hr {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	padding:.5em 0 0 0;
	width:100%;
	}
strong {
	font-size:.9em;
	font-weight:400;
	font-style:italic;
	}
.position {
  font-size: 1.1em;
  font-style: italic;
  font-weight:600;
}

/* ==========================================================================
   Headers
   ========================================================================== */	
h1 {
	font-size:1.5em;
	color:white;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	line-height:1em;
	}
h2 {
	color:white;
	padding:0;
	font-size:1.1em;
	font-weight:600;
	text-transform:uppercase;
	line-height:1em;
	}
h3 {
	margin:.1em;
	padding:0;
	font-size:5em;
	font-weight:600;
	text-transform:uppercase;
	line-height:.8em;
	opacity:.7;
	text-align:center;
	color: #d6d6d6;  
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));        
	text-shadow: 2px 2px 1px black; 	
	}
h4 {
	font-size:7em;
	color:#558ba6;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	line-height:1em;
	margin:3.5em 0 -4em 0;
	padding: 0;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	text-shadow: 1px 1px 1px black; 
	}
h5 {
	font-size:1.5em;
	color:#456ddf;
	text-transform:uppercase;
	font-weight:600;
	line-height:1em;
	margin:0;
	padding-bottom:0;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	text-shadow: 1px 1px 1px black; 
	}
h7 {
  font-size:1.6em;
  text-align: center;

}
h8 {
   font-size:4.5em;
	color:#558ba6;
	font-weight:600;
	line-height:1.3em;
    letter-spacing: .15em;
	text-shadow: 1px 1px 1px black; 
    margin: 1em;
    padding: 1em;
}
h9 {
	font-size:4em;
	color:#8eafbf;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	line-height:1em;
	margin:2%;
    padding: 1em;
	text-shadow: 1px 1px 1px black; 
	}
.anchor {
	font-size:1em;
	color:#456ddf;
	text-transform:uppercase;
	font-weight:600;
	line-height:1em;
	margin:0;
	padding-bottom:1em;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	text-shadow: 1px 1px 1px black; 
	text-align:left;
	font-style: normal;
	}
h6{
	font-size:3em;
	color:white;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	line-height:1em;
	margin:0;
	padding:.2em 0 .2em 0;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));*/    
	text-shadow: 1px 1px 1px black; 
	}
section {
	margin: 12.5em 0 0 16%;
	font-size:1.1em;
	width:68%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#content {
	height:30em;
	}
/*Home*/
#box1,#box2, #box3, #box4, #box5, #box6, .box7, #box8 {
	float:left;
	margin:2em .8% 0 .8%;
	}
#box8 {
	margin-bottom:10em;
	background: url('../img/box_bg.png') repeat;
	width:93%;
	height: auto !important;
    height:100%;
	padding:3em;
	}
/* Responsive iFrame 
	.box7 {
		background: url('../img/box_bg.png') repeat;
		position: relative;
		padding-bottom: 70%;
		padding-top: 0px;
		height: 0;
		overflow: hidden;
	}
	.box7 iframe,   
	.vbox7 object,  
	.vbox7 embed {
		position: absolute;
    top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
.box7 {
	width:27.3%;
	height:30em;
	padding:2em;
	}
*/
#box4 {
	background: url('../img/box_bg_main.png') repeat;
	width:94.5%;
	height:auto;
	padding:2em;
	}
#box1,#box2, #box3 {
	width:31.7%;
	}
#box5, #box6 {
    width: 48.3%;
}
.img {
		float:left;
		width:7.7%;
		}	
.title {
		float:left;
		width:85%;
		padding:0 0 4em 2em;
		}
.title a {
	color:#7c7c7c;
	font-weight:600;
	font-size:1.5em;
		}
.homeEvents {
    float: left;
    margin: 2em 1.5%;
    width: 30%;
}
.home {
	margin-top:100%;
	}
.paypal_link img, .paypal_link, .paypal_link table {
  float: none;
  max-width: 100%;
  text-align: center;
  margin: 0 auto !important;
}
.paypal_link {
  float: none;
  padding: 1em 0;
}

/*Volunteer*/
#volunteer_block {
    clear: both;
    float: none;
}
.full_pic {
    width: 100%;
}

/*Advisory&Directors*/
.bio_img {
	float:left;
	margin-right:2em;
	}
.bio_cast {
	float:left;
	width:75%;
	line-height:140%;
	font-size:1.8em;
	}
.advise{
	margin-top:330em;
	}
.advise2{
	margin-top:380em;
	}
.direct{
	margin-top:190em;
	}	
.contact {
	margin-top:60em;
	}
.member {
	margin-top:10em;
	}

#pic_grid_1 ul li {
  float: left;
  width: 30%;
  font-size: .8em;
  text-align: center;
  padding: .5em;
  }

#pic_grid_2 ul li {
  float: left;
  width: 30%;
  font-size: .8em;
  text-align: center;
  padding: .5em;
  }

.piclinks {
    margin-top: 4em;
    width: 100%;
       }
.piclinks ul li{
     width: 50%;
    margin: 0 20%;
    padding: 2em;
}
.passing_pic {
    max-width: 65%;
}

/*News*/
.bio_nav {
	float:left;
	margin:2em 2em 0 0;
	}
.news {
	margin-top:430em;
	}
.news2 {
	margin-top:175em;
	}
.news3 {
	margin-top:290%;
	}
.news4 {
	margin-top:500em;
	}
.news5 {
	margin-top:330%;
	}
.special {
	color:#1d1d1d;
	}

/*Journey*/
.j_img {
  width: 45%;
  padding: 0 .75em .15em 0;
}
.j_video {
  margin-left: 10%;
}
.event_links {
  padding-top: 3em;
}

/*Policy&Terms*/
.policy {
	margin-top:780em;
	}
.img1 {
	margin:0 35%;
	}
.thanks {
    text-align: center;
    font-size: 1.3em;
}
.donations {
	font-size:2em;
	margin-top:2em;
	}
	
/*Contact*/
	 .form-label{
        width:90px !important;
    }
    .form-label-left{
        width:90px !important;
    }
    .form-line{
        padding-top:12px;
        padding-bottom:12px;
    }
    .form-label-right{
        width:90px !important;
    }
    .form-all{
        width:289px;
        color:#555 !important;
        font-family:'Verdana';
        font-size:12px;
    }
	
/* Injected CSS Code */
	.form-all{
	background:#f7f7f7;
	background:-moz-linear-gradient(90deg, #ccc, #fff); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 15px #aaa;
	-webkit-box-shadow:0 0 15px #aaa;
	padding-top:0px !important;
	}
	.form-label-left:hover span{
	color:#0459b7;
	}
	.form-label-left:hover span:after{
	content:" »";
	}.form-submit-button{
	background:#ddd;
	background:-moz-linear-gradient(90deg, #0459b7, #08adff); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#08adff), to(#0459b7)); /* Webkit */
	border:1px solid #093c75;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	color:#fff;
	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-right: 5em;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0 1px 1px #333;
	text-transform:uppercase;
	float:right;
	}
	.form-submit-button:hover{
	background:#eee;
	background:-moz-linear-gradient(90deg, #067cd3, #0bcdff);
	background:-webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
	border-color:#093c75;
	}
	.form-textbox,.form-textarea{
	background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	font-family: 'Times New Roman' !important;
	font-size:12px !important;
	padding:5px 7px;
	color:black;
	width:12em;
	}
	.form-textbox:focus,.form-textarea:focus{
	border-color:#093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none;
	}/*--move error below submit button--*/
	.form-button-error{
	display:block;
	text-align: center;
	}
	/*--remove error button--*/
	.form-error-message {
	display: none !important;
	}
	.form-line-error {
	background:none repeat scroll 0 0;
	}/*--submit button move slightly left--*/.form-textarea{
	font-size:11px;
	width:149px !important;
	max-width:149px !important;
	}

	/*--add red border on error--*/
	.form-validation-error {
	border: 1px solid red !important;
	}
		/* Injected CSS Code */
		
	input, textarea, a { outline: none; }
	input {
		width: 20em;
		border: none;
		background: none;
		margin: 5px 0 20px 8px;
		font-size: .8em;
		color:white;
	}
	.message-bg, .input-bg {
		background: #3a3a3a;
		width:25em;
		}
	.input-bg {
		height: 30px;
		margin-bottom: 14px;
		position: relative;
	}
	textarea {
		width:29.8em;
		height:6.1em;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 9px;
		padding: 8px 0 13px 0;
		font-family: Times New Roman, serif;
		font-size: .8em;
		overflow: auto;
		color:white;
	}
	.message-bg {
		height: 130px;
	}
	label.error {
		position: absolute;
		top: -16px;
		left: 60px;
		padding: 3px;
		color: #da3939;
		font-size: 1em;
		text-align: right;
		font-style: italic;
		font-weight: normal;
	}
	.contact_left {
		float:left;
		width:43%;
		margin:1em .5em 2em 7%;
		line-height:140%;
		font-size:2em;
		}
	.contact_right {
		float:left;
		margin-left:8em;
		margin-top:2em;
		width:37%;
        letter-spacing: .3em;
		}
	.number {
		background-color:#3a3a3a;
		padding:.4em .8em;
		font-size:3.8em;
        font-weight: 600;
		color:white;
		margin:0;
        text-align: center;
		}
	.box {
		float:right;
		background-color:#3a3a3a;
		padding:1em 2.3em;
		font-size:2.4em;
		line-height:1.4em;
		color:white;
		margin:1em 0;
        text-align: center;
		}
.box b {
    text-transform: none;
}
body{
	color:#1d1d1d;
	}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1880px) {
  .logo {
    margin:-9.5em 0 0 0;
    padding: 0;
	  width: 20%;
	}
  .direct{
	margin-top:200em;
	}
}

@media only screen and (max-width: 1738px) {
  nav a {
      font-size:1.9em;
      }
  .logo {
    margin:-9.5em 0 0 0;
    padding: 0;
	  width: 20%;
	}
  #container{
	height:187%;
	}
  .direct{
	margin-top:210em;
	}
}

@media only screen and (max-width: 1680px) {
#social {
	float:right;
	margin:1em 24em;
	}
#container{
	height:180%;
	}
#right,
#left {
    display: inline-block;
	}
nav a {
	font-size:1.8em;
	}
.logo {
    margin:-8.9em 0 0 0;
    padding: 0;
	  width: 20%;
	}
section {
	margin: 11.5em 0 0 16%;
	}

/*#box4, #box7 {
	width:27.5%;
	}
#box4 {
	height:47em;
	}
#box8 {
	width:61%;
	}
#box1,#box2, #box3, #box5, #box6 {
	width:31.7%;
	}*/
/*h6 {
	font-size:1.95em;
	font-weight:600;
	} */
b {
	font-size:1.3em;
	}
footer {
	width:70.6%;
	margin-left:13.9%;
	}
.links {
	column-gap:3.5em;
	-moz-column-gap:3.5em; /* Firefox */
	-webkit-column-gap:3.5em; /* Safari and Chrome */
	}
h3 {
	font-size:5em;	
	}
h1 {
	font-size:1.4em;
	}
h2 {
	font-size:1em;
	}
.bio_cast {
	width:73%;
	}
.news3 {
	margin-top:320%;
	}
.news5 {
	margin-top:600%;
	}
.direct{
	margin-top:180em;
	}
.contact_right {
	margin-left:9em;
	}
}

@media only screen and (max-width: 1679px) and (min-width: 1577px) {
  .direct{
	margin-top:220em;
	}
.news5 {
	margin-top:400%;
	}
}

@media only screen and (max-width: 1575px) {
nav a {
	font-size:163%;
	}
.logo {
    margin:-8.9em 0 0 0;
	}
#container{
	height:162%;
	}
.direct{
	margin-top:240em;
	}
.news3 {
	margin-top:370%;
	}
.news5 {
	margin-top: 450%;
	}
}

@media all and (max-width: 1440px) {
#social {
	float:right;
	margin:1em 23em;
	}
#container{
	height:150%;
	}
#right,
#left {
    display: inline-block;
	}
nav a {
	font-size:1.5em;
	}
.logo {
	margin-top:-7.1em;
	max-width: 23%;
	}
section {
	margin: 9.5em 0 0 16%;
	}
/*#box4 {
	width:26.7%;
	}
#box7 {
	width:26.7%;
	}
#box8 {
	width:60%;
	}
#box1,#box2, #box3, #box5, #box6 {
	width:31.7%;
	}
h6 {
	font-size:1.62em;
	font-weight:600;
	}*/
b {
	font-size:1em;
	}
footer {
	width:70.3%;
	margin-left:13.9%;
	}
.links {
	column-gap:3.5em;
	-moz-column-gap:3.5em; /* Firefox */
	-webkit-column-gap:3.5em; /* Safari and Chrome */
	}
h3 {
	font-size:4.5em;	
	}
h1 {
	font-size:1.4em;
	}
h2 {
	font-size:1em;
	}
.bio_cast {
	width:71%;
	}
.direct{
	margin-top:235em;
	}
.news3 {
	margin-top:410%;
	}
.news5 {
	margin-top: 520%;
	}
.build {
    margin-top: 80%;   
    }
.contact_right {
	margin-left:7em;
	}
.message-bg, .input-bg {
	background: #3a3a3a;
	width:21em;
	}
textarea {
	width:24.8em;
	height:6.1em;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 9px;
	padding: 8px 0 13px 0;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	overflow: auto;
	color:white;
	}
}

@media only screen and (max-width: 1366px) {
#social {
	float:right;
	margin:1em 20em;
	}
.logo {
	margin-top:-7.5em;
	max-width: 20%;
	}
/*#box4, #box7 {
	width:26.3%;
	}
#box4 {
	height:40em;
	}
#box8 {
	width:58%;
	}
#box1,#box2, #box3, #box5, #box6 {
	width:31.7%;
	}
h6 {
	font-size:1.62em;
	font-weight:600;
	}*/
b {
	font-size:1em;
	}
footer {
	width:70.2%;
	margin-left:13.9%;
	}
.links {
	column-gap:3.4em;
	-moz-column-gap:3.4em; /* Firefox */
	-webkit-column-gap:3.4em; /* Safari and Chrome */
	}
h3 {
	font-size:4.3em;	
	}
h1 {
	font-size:1.4em;
	}
h2 {
	font-size:1em;
	}
.bio_cast {
	width:71%;
	}
.news3 {
	margin-top:420%;
	}
.contact_right {
	margin-left:8em;
	}
.message-bg, .input-bg {
	background: #3a3a3a;
	width:18em;
	}
textarea {
	width:20.8em;
	height:6.1em;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 9px;
	padding: 8px 0 13px 0;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	overflow: auto;
	color:white;
	}
}

@media only screen and (max-width: 1331px) {
nav a {
	font-size:145%;
	}
.logo {
    margin:-6.9em 0 0 0;
	}
#container{
	height:148%;
	}
.news3 {
	margin-top:480%;
	}
.news5 {
	margin-top: 590%;
	}
.bio_cast {
	width:67%;
	}
.build {
    margin-top: 95%;   
    }
}

@media all and (max-width: 1220px) and (min-width: 1025px) {
#social {
	float:right;
	margin:1em 21em;
	}
nav a {
	font-size:1.3em;
	}
.logo {
	margin-top:-6.2em;
	max-width: 23%;
	}
section {
	margin: 9.5em 0 0 15%;
  width:65%;
	}
.direct{
	margin-top:270em;
	}	
.news3 {
	margin-top:490%;
	}
#container{
	height:130%;
	}
/*#box4, #box7 {
	width:26.5%;
	}
#box4 {
	height:41em;
	}
#box8 {
	width:60%;
	}
#box1,#box2, #box3, #box5, #box6 {
	width:31.7%;
	}
h6 {
	font-size:1.62em;
	font-weight:600;
	}*/
b {
	font-size:1em;
	}
footer {
	width:69.4%;
	margin-left:13.8%;
	}
.links {
	column-gap:3.4em;
	-moz-column-gap:3.4em; /* Firefox */
	-webkit-column-gap:3.4em; /* Safari and Chrome */
	}
h3 {
	font-size:3.9em;	
	}
h1 {
	font-size:1.1em;
	}
h2 {
	font-size:.8em;
	}
.bio_cast {
	width:69%;
	}
.contact_right {
	margin-left:7em;
	}
.message-bg, .input-bg {
	background: #3a3a3a;
	width:18em;
	}
textarea {
	width:20.8em;
	height:6.1em;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 9px;
	padding: 8px 0 13px 0;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	overflow: auto;
	color:white;
	}
}

@media all and (max-width: 1024px) and (min-width: 895px) {
    .news3 {
		margin-top:600%;
		}
    .direct {
	margin-top:100em;
	}
    .build {
    margin-top: 120%;   
    }
	.news5 {
		margin-top: 1350em;
		}
}

@media all and (max-width: 894px) and (min-width: 801px) {
.news5 {
		margin-top: 1200em;
		}
header {
	width:79.5%;
	}
#social {
	float:right;
	margin:1em 16em;
	}
nav a {
	font-size:1.2em;
	padding:2em 1em;
	}
.logo {
	margin-top:-6em;
	max-width: 26%;
	}
.direct{
	margin-top:100em;
	}	
.news3 {
	margin-top:450%;
	}
.build {
    margin-top: 120%;   
    }
#container{
	height:120%;
	}
/*#box4, #box7 {
	width:25.9%;
	}
#box4 {
	height:40em;
	}	
#box8 {
	width:58.7%;
	}
#box1,#box2, #box3, #box5, #box6 {
	width:31.7%;
	}
h6 {
	font-size:1.62em;
	font-weight:600;
	}*/
b {
	font-size:1em;
	}
section {
	margin: 9.5em 0 0 12.5%;
	font-size:1em;
	width:54%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
footer {
	width:55.8%;
	margin-left:10.5%;
	}
.links {
	column-gap:3.4em;
	-moz-column-gap:3.4em; /* Firefox */
	-webkit-column-gap:3.4em; /* Safari and Chrome */
	}
h3 {
	font-size:3.3em;	
	}
h1 {
	font-size:1.1em;
	}
h2 {
	font-size:.8em;
	}
.bio_img{
	margin:0;
	padding:0;
	}
.bio_img img{
	margin:0;
	width:90%;
	}
.bio_cast {
	width:62%;
	}
.contact_right {
	margin-left:6em;
	}
.message-bg, .input-bg {
	background: #3a3a3a;
	width:14em;
	}
textarea {
	width:16.5em;
	height:6.1em;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 9px;
	padding: 8px 0 13px 0;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	overflow: auto;
	color:white;
	}
}

@media all and (max-width: 800px) and (min-width: 768px) {
header {
	width:61.6%;
	}
#social {
	float:right;
	margin:1em 12em;
	}
nav a {
	font-size:.94em;
	padding:2em 1em;
	}
.logo {
	margin-top:-4.5em;
	max-width: 23.5%;
	}

.direct{
	margin-top:60em;
	}	
.news3 {
	margin-top:550%;
	}
.news5 {
	margin-top: 880em;
	}
#container{
	height:95%;
	}
/*#box4, #box7 {
	width:27.8%;
	padding:1em;
	}
#box4 {
	height:40em;
	}
#box4 {
	height:40em;
	}		
#box8 {
	width:57%;
	}
#box1,#box2, #box3, #box5, #box6 {
	width:31.7%;
	}
h6 {
	font-size:1.62em;
	font-weight:600;
	}*/
b {
	font-size:1em;
	}
footer {
	width:42.3%;
	margin-left:8.5%;
	}
tr, td {	
	width:25em;
	padding:0 1em;
	margin:0;
	}
.links {
	column-gap:3.4em;
	-moz-column-gap:3.4em; /* Firefox */
	-webkit-column-gap:3.4em; /* Safari and Chrome */
	}
h3 {
	font-size:2.5em;	
	}
h1 {
	font-size:1.05em;
	}
h2 {
	font-size:.75em;
	}
h5 {
	font-size:1.5em;
	}
p {
	font-size:1.5em;
}
.bio_img{
	margin:0;
	padding:0;
	margin-right:.5em;
	}
.bio_img img{
	margin:0;
	width:80%;
	padding:0;
	margin-right:0;
	}
.bio_cast {
	width:55%;
	font-size: 1.4em;
	}
.bio_nav {
	float:left;
	margin:2em 1em 0 0;
	}
.contact_right {
	margin-left:5em;
	}
.message-bg, .input-bg {
	background: #3a3a3a;
	width:12em;
	}
textarea {
	width:14em;
	height:6.1em;	
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 9px;
	padding: 8px 0 13px 0;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	overflow: auto;
	color:white;
	}
section {
	margin: 6.5em 0 0 9.3%;
	font-size:1.1em;
	width:43%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
}


@media all and (max-width: 767px) and (min-width: 569px) {
    .direct{
	margin-top:250em;
	}
	.news3 {
		margin-top:500%;
		}
}

/* ==========================================================================
  Media Queries for Mobile and Tablets
========================================================================== */
/*iPad in portrait & landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
body {
	background: url(../img/main_bg_portrait.png) no-repeat fixed center center transparent; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	font-size: 8px;
	min-width:768px;
	min-height:1024px;
	height:auto;
	}
/* Make Header Sticky */
header {
	width:100%;
	}
#social {
	margin:1.5em 18em;
	}
#social img{
	width:40%;
	}
#social a{
	padding:1px;
	}
nav a {
	font-size:1.4em;
	padding:1.3em .9em;
	letter-spacing:-.01em;
	}
.logo {
	margin-top:-4.8em;
	max-width: 23.5%;
	}
#container{
	height:100%;
	}
/* Home Page */
/*a#box4, #box7 {
	width:28.5%;
	padding:1em;
	}
#box4 {
	height:40em;
	}	
#box8 {
	width:57.5%;
	height:75%;
	}
#box8 img {
	width:55%;
	}
h6 {
	font-size:.8em;
	font-weight:600;
	}*/
.img {
	width:15%;
	}
/*footer elements*/
footer {
	margin-left:14.7%;
	width:66%;
	margin-top:100em;
	}
h3 {
	font-size:2.5em;	
	}
h1 {
	font-size:.8em;
	}
h2 {
	font-size:.6em;
	}
section {
	margin: 8em 0 0 17%;
	width:65%;
	}
/*donations*/

/*bios*/
.bio_img{
	width:52%;
	}	
.bio_cast {
	width:45%;
	font-size: 1.4em;
	}
.news3 {
	margin-top:500%;
	}
}

/*iPad 1&2&mini in portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  { 
body {
	background: url(../img/main_bg_portrait.png) no-repeat fixed center center transparent; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	font-size: 8px;
	min-width:768px;
	min-height:1024px;
	height:auto;
	}
/* Make Header Sticky */
header {
	width:100%;
	}
#social {
	margin:1.5em 18em;
	}
#social img{
	width:40%;
	}
#social a{
	padding:1px;
	}
nav a {
	font-size:1.4em;
	padding:1.3em .9em;
	letter-spacing:-.01em;
	}
.logo {
	margin-top:-4.8em;
	max-width: 23.5%;
	}
#container{
	height:100%;
	}
/* Home Page */
/*#box4, #box7 {
	width:28.5%;
	padding:1em;
	}
#box4 {
	height:40em;
	}	
#box8 {
	width:57.5%;
	height:75%;
	}
#box8 img {
	width:55%;
	}
h6 {
	font-size:.8em;
	font-weight:600;
	}*/
.img {
	width:15%;
	}
/*footer elements*/
footer {
	margin-left:14.7%;
	width:66%;
	margin-top:100em;
	}
h3 {
	font-size:2.5em;	
	}
h1 {
	font-size:.8em;
	}
h2 {
	font-size:.6em;
	}
section {
	margin: 8em 0 0 17%;
	width:65%;
	}
/*Special Footers*/
.news3 {
	margin-top:800em;
	}
.news {
	margin-top:390em;
	}
.news2{
	margin-top:140em;
	}
.news4 {
	margin-top:470em;
	}
.advise{
	margin-top:310em;
	}
.advise2{
	margin-top:350em;
	}
.direct{
	margin-top:290em;
	}	
.contact {
	margin-top:70em;
	}
.policy {
	margin-top:750em;
	}
.build{
	margin-top:130%;
	}
.donate {
	margin-top:12em;
	}
/*donations*/

/*bios*/
.bio_img{
	width:52%;
	}	
.bio_cast {
	width:47%;
	font-size: 1.4em;
	}
	
}

/*iPad mini in landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : landscape) { 
body {
	background: url(../img/main_bg_portrait.png) no-repeat fixed center center transparent; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	font-size: 8px;
	min-width:786px;
	min-height:1024px;
	height:auto;
	}
	/* Make Header Sticky */
header {
	width:100%;
	}
#social {
	margin:1.5em 23em;
	}
#social img{
	width:40%;
	}
#social a{
	padding:1px;
	}
nav a {
	font-size:1.8em;
	padding:1em .9em;

	}
.logo {
	margin-top:-5em;
	max-width: 23.5%;
	}
#container{
	height:100%;
	}
/* Home Page */
/*#box4, #box7 {
	width:29.2%;
	padding:1em;
	height:75%;
	}
#box4 {
	height:40em;
	}		
#box8 {
	width:57.5%;
	height:75%;
	}
#box8 img {
	width:55%;
	}
h6 {
	font-size:.8em;
	font-weight:600;
	}*/
.img {
	width:15%;
	}
    
/*footer elements*/
footer {
	margin-left:15%;
	width:66.4%;
	margin-top:110em;
	}
h3 {
	font-size:2em;	
	}
h1 {
	font-size:.9em;
	}
h2 {
	font-size:.7em;
	}
section {
	margin-top: 10em;
	}
/*Special Footers*/
.news3 {
	margin-top:1050em;
	}
.news {
	margin-top:500em;
	}
.news2 {
	margin-top:180em;
	}
.news4 {
	margin-top:650em;
	}
.advise{
	margin-top:400em;
	}
.advise2{
	margin-top:450em;
	}
.direct{
	margin-top:300em;
	}	
.contact {
	margin-top:60em;
	}
.policy {
	margin-top:940em;
	}

/*donations*/
.img1 {
	margin:0 20%;
	}
/*bios*/
.bio_img{
	width:40%;
	}
.bio_cast {
	width:55%;
	font-size: 2.2em;
	line-height:1.2em;
	}	
}

/*iPhone 5&2G-4S in portrait*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
body {
	background: url(../img/main_bg_portrait.png) no-repeat fixed center center transparent; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/main_bg.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/main_bg.png', sizingMethod='scale')";
	font-size: 8px;
	min-width:320px;
	min-height:480px;

	}
/* Make Header Sticky */
#social {
	margin:.5em 4.5em;
	}
#social img{
	width:25%;
	}
#social a{
	padding:1px;
	}
nav a {
	font-size:.75em;
	padding:.9em .3em;
	letter-spacing:-.09em;
	}
.logo {
	margin-top:-1.85em;
	max-width: 23.5%;
	}
#container{
	height:40%;
	}
/* Home Page */
/*#box1,#box2, #box3, #box4, #box5, #box6, #box7, #box8 {
	margin:.5em .8% 0 .8%;
	}
#box4, #box7 {
	width:26.2%;
	padding:1em;
	height:75%;
	}
#box8 {
	width:51%;
	height:75%;
	}
#box8 img {
	width:75%;
	}
h6 {
	font-size:.62em;
	font-weight:600;
	} */

.img {
	width:22%;
	}
.title {
		width:69%;
		padding:0 0 2em 1em;
		}
.title a{
	font-size:1em;
	}
b {
	font-size:.5em;
	}
h4 {
	font-size: 1.1em;
}
/*footer elements*/
footer {
	margin-left:14.8%;
	height:32em auto;
	margin-top:40em;
	width:61.6%;
	}
tr, td {	
	padding:0 .3em;
	}
h3 {
	font-size:1em;	
	}
h1 {
	font-size:.5em;
	}
h2 {
	font-size:.3em;
	}
.copy {
	font-size:.7em;
	}
.copy a {
	font-size:1em;
	}
section {
	margin: 1.5em 0 0 19%;
	font-size:.7em;
	width:61%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
/*Special Footers*/
.news3 {
	margin-top:650em;
	}
.news {
	margin-top:390em;
	}
.news2 {
	margin-top:140em;
	}
.news4 {
	margin-top:440em;
	}
.advise{
	margin-top:310em;
	}
.advise2{
	margin-top:350em;
	}
.direct{
	margin-top:200em;
	}	
.contact {
	margin-top:70em;
	}
.member {
	margin-top:10em;
	}
.policy {
	margin-top:740em;
	}
.build{
	margin-top:22em;
	}
.donate {
	margin-top:12em;
	}
/*donations*/
.img1 {
	margin-left:10%;
	}	
h5 {
	font-size:1.3em;
	}
p {
	font-size:1.5em;
}
.bio_img{
	margin-right:-28.5em;
	padding:0;
	}
.bio_img img{
	margin:0;
	width:30%;
	padding:0;
	}
.bio_cast {
	width:58%;
	font-size: 1.4em;
	}
.bio_nav {
	float:left;
	margin:2em 1em 0 0;
	}
.contact_right {
	margin-left:5em;
	}
.message-bg, .input-bg {
	background: #3a3a3a;
	width:12em;
	}
textarea {
	width:14em;
	height:6.1em;	
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 9px;
	padding: 8px 0 13px 0;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	overflow: auto;
	color:white;
	}
}

/*iPhone 5&2G-4S in landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){
body {
	background: url(../img/main_bg_small.png) no-repeat fixed center center transparent; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/main_bg.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/main_bg.png', sizingMethod='scale')";
	font-size: 8px;
	}
/* Make Header Sticky */
header {
	width:150%;
	}
#social {
	margin:.5em 12em;
	}
#social img{
	width:30%;
	}
#social a{
	padding:1px;
	}
nav a {
	font-size:1em;
	padding:1em .9em;
	letter-spacing:-.01em;
	}
.logo {
	margin-top:-3em;
	max-width: 23.5%;
	}
#container{
	height:60%;
	}
/* Home Page */
/*#box4, #box7 {
	width:27.5%;
	padding:1em;
	height:75%;
	}
#box8 {
	width:56.5%;
	height:75%;
	}
#box8 img {
	width:55%;
	}
h6 {
	font-size:.8em;
	font-weight:600;
	}*/
.img {
	width:15%;
	}

/*footer elements*/
footer {
	margin-left:15%;
	width:60.8%;
	}
h3 {
	font-size:2em;	
	}
h1 {
	font-size:.7em;
	}
h2 {
	font-size:.5em;
	}
section {
	margin: 6.5em 0 0 18.5%;
	}
/*Special Footers*/
.news3 {
	margin-top:350em;
	}
.news {
	margin-top:390em;
	}
.news2 {
	margin-top:100em;
	}
.news4 {
	margin-top:290em;
	}
.advise{
	margin-top:310em;
	}
.advise2{
	margin-top:350em;
	}
.direct{
	margin-top:130em;
	}	
.contact {
	margin-top:70em;
	}
.member {
	margin-top:10em;
	}
.policy {
	margin-top:490em;
	}
.build{
	margin-top:22em;
	}
.donate {
	margin-top:12em;
	}
/*donations*/
.img1 {
	margin:0 15%;
	}
/*bios*/
.bio_img{
	margin-right:-14.5em;
	padding:0;
	}
.bio_img img{
	margin:0;
	width:60%;
	padding:0;
	}
.bio_cast {
	width:50%;
	font-size: 1.4em;
	}
h5 {
	font-size:1.5em;
	}	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
