/* Site Colors 



Fonts
font-family: 'Raleway', sans-serif;
font-family: 'Titillium Web', sans-serif;*/

body {
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.4;	
	margin:0 auto;

}


header { 
width: 100%;
color:#ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	background: #e76d30;
}
.wrapper, #content { 

width: 90%;
padding: 0 5%;
}

#banner { width: 100%;
 }

#topbar {
width: 100%; 
}

.right { text-align: right; }

.logo img { 

	width: 90%;
	margin: auto auto;
	margin-top: -40px;
	z-index: 1000;
	position: relative;
	display: block
}



/*#content .col img { 
width: 100%;
}*/


h1 {
	font-size: 3em;
	/* 48px */
}

h2 {
	color: #e76d30;
	font-size: 2.125em; /* 34px */
}

h1 + p {
	color: #e76d30;
	font-style: italic;
}

p {
	color: #333333;
	font-size: 1.1em; /* 24px */
	margin-bottom: 1.125em; /* 18px */
}

 a {
	color: #e76d30;
	display: inline-block;
	font-weight:400;
}

p a:visited
{color: #e76d30;}

a:hover {
	color: #00cd49;
}

.button-white, .button-orange {
	padding: 1.5% 1.5%;
	display: inline-block;
	border-radius: 7px;
	font-size: 1.4em;
	text-decoration: none;
	margin-top: 10px;
}


.button-orange {
	background-color: #e76d30; 
	color: #fff;
}

.button-orange:hover {
	background-color: #fff; 
	color: #e76d30;
}

.button-white {
	background-color: #fff; 
	color: #e76d30;
}

.button-white:hover {
	background-color: #e76d30; 
	color: #fff;
}

.icons img{
	float: left;
	margin-right: 10px;
	text-align: center;
	
}

.icons img:last-child{
	
	margin-right: 0px;

	
}
blockquote {
	color: #333333;
	font-size: 1.2em; /* 24px */
}


img + p {
	color: #666666;
	font-size:1.125em; /* 18px */
	font-style: italic;
	text-align: right;
}

.blockquote-box  {
	background-color: #e1d6d0;
	margin-bottom: 1.125em; /* 18px */
	padding: 4% 6%;
}

/*blockquote + p {
	
	color: #e76d30;
	font-weight: bold;
	margin: .75em 0 0 0;
}*/

 .aside-wrapper {
	width: 100%;
	float:left;

}
.aside-grid {
	background-color:#e76d30;
	margin-bottom:10px;
	margin-top:10px;
}

.aside-img {
	float:left;
	margin-right: 2px;
width:50%;
}

.aside-img img
{width:71%;
	height: auto !important; }

.aside-name a {
	color:#fff;
	font-size: 1.5em; /* 24px */
	font-weight:400;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10% 0;

}

.aside-name a:hover {
	text-decoration: underline;
	background-color:#e76d30;
}

.orangebg
{background-color:#e76d30;
display: block;
width: 100%;
padding: 0;

}
.orangebg a {color:#fff;
	font-size: 1.5em; /* 24px */
	font-weight:400;
	text-align: center;
	text-decoration: none;
	}


footer { 
width: 100%;
margin-top: 10px;
background-color:#e76d30;
}

.footer_content { 
padding: 5px;
	max-width: 1000px;
	margin: auto auto;
background-color: #e76d30; 	
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	}
	

.footer_content a:link, a:visited
{ 
color:#ffffff;
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	font-weight:700;
	text-align: center;
	text-decoration: none;
} 








.clear {
	clear:both;
}


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

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.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 TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
	
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 1000px) {
	
	h1 {
	font-size: 1.8em;
	/* 48px */
}

h2 {
	color: #e76d30;
	font-size: 1.5em; /* 34px */
}

	.aside-wrapper {
		width: 100%;
	}
	
	.aside-wrapper {
		margin-bottom: 48px;
	}

	.aside-img {
		display: none;
	}
	
	.aside-name a {
		font-size: 1.3em;
	}

	.aside-grid {
		width:100%;
	
		float: left;
	}

	.aside-grid:first-child {
		margin-left:0;
	}

	.aside-grid:nth-child(3n+1) {
		margin-left:0;
	}

}


@media only screen and (max-width: 480px) {
	
.col {  margin: 0% 0 0% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
	
	#banner { display: none; }
	
	.right { text-align: left; }
	
	.logo img {margin-top: 0px;}
	
    #content .col img { 
width: 100% !important;
height: auto !important;
	}
}


#topbar p, #topbar form { margin-top: 0px; padding-top: 30px; }



input[type=text]{
	color:#bcbcbc; border: 0px; text-align: center;
}



#form form { width: 100%; }

#form form input {
	width: 100%;
	border: 1px solid #cccccc;
	min-height: 30px;
	text-align:  left;
}

#form form textarea { width: 100%; min-height: 100px;}

#form form input[type="submit"] { text-align: center; font-weight: bold; }

#form form input[type="checkbox"] { text-align: left; font-weight: bold; width: 20px; }


.leftimagewithcaption { 
 float: left; margin: 0px 10px 15px 0;
 }
 

 
 
 
 @media only screen and (max-width: 600px) {
  
.aside-grid {
		width:100%;
		clear: both;
		margin-left: 0;
		margin-bottom: 6px;
	}
	
	.aside-name a {
		padding: 5% 0;
	}
 