/* This stabilizes the html so pages don't jump around when navigating through the site   */
html {
        min-height: 100%;
        margin-bottom: 1px;
} 

body {
    background: #2a376e;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;  background: #edece7;
	font-family: 'Buenard', serif;
	        font-size: 1.1em;
		line-height: 1.3em;
	  background: url(../images/background-image-Anderson.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 	
}

.header { /* the top bar containing the title, nav, and search box */
        z-index: 200;
		margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
		position: relative;
		display:block;
        width: 100%;
		position:relative;
		float:left;
		height: auto;
		margin-bottom: 0;
	
}

#title {
	max-width: 1060px;
	min-width: 280px;
	z-index:200;
	height:auto;
	padding: 2%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	}


#container { /* The container hangs under the top and holds all the content */
        position: relative;
		z-index: 2;
		margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        max-width: 1060px;
		min-width: 280px;
        padding: 2%;
		padding-bottom: 1%;
		padding-top: 0;
		padding-left: 3%;
		padding-right: 2%;
        background: #fff;
        margin-top: 0;
		-moz-box-shadow: 5px 5px 5px #666;
		-webkit-box-shadow: 5px 5px 5px #666;
		box-shadow: 5px 5px 5px #666;
		border-radius: 6px 6px 6px 6px;  /* for Chrome */
		border: 2px solid #000;
		overflow:hidden;
		 opacity: 0.90;
        -moz-opacity: 0.90;
        filter: alpha(opacity=90);
    }

.skip-link {
	display: none;
	}


/* link color and behavior */
a { 
color: #900c35; 
text-decoration: none;
font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #900c35;
}	
a:hover {
	text-decoration: underline;
	color: #bb043c;
}	
a:active {
	text-decoration: underline;
	color:#e20347;
}	

	
#org-name a {
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	float: left;
	margin-left: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	font-size: 1.8em;
	font-weight:normal;
	text-shadow: 1px 2px 3px #000;
	line-height: 1em;
	}

#org-name a:hover {
	text-shadow: 1px 1px 1px #f8d276;
	text-decoration: none;
	}	

#subtitle {
	float: left;
	width: auto;
	color: #8A8B8C;
	font-size: .9em;
	line-height: 1em;
	font-style:italic;
	}

#searchbox {
	float: right;
	width: auto;
	height: auto;
	z-index: 16;
	padding: 0px;
	margin-top: 6px;
}

p {
	margin-top: 0;
	margin-bottom: 2%;
	padding: 0;
	}

.small-text {
	font-size: .9em;
	line-height:1.2em;
	}

.small-italic-text {
	font-size: .84em;
	line-height:1.1em;
	font-style:italic;
	}


.callout {
	font-size: 1.14em;
	line-height:1.24em;
	font-style:italic;
	color: #2a376e;
	margin-top: 3%;
	z-index:1;
	}

/* basic text formats */

h1 {
	font-size: 1.6em;
	color: #2a376e;
	font-weight:bold;
	margin-bottom: 1.8%;
	border-bottom: 1px solid #2a376e;
	padding-bottom: 2%;
}

h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #2a376e;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom:1%;
}

.headline{
	font-size: 1.6em;
	line-height: 1.7em;
	color: #2a376e;
	font-weight: bold;
}

.side-rail-spacer {
	position:relative;
	float: none;
	width: 100%;
	height: 24px;
	margin-bottom:24px;
	}

.side-rail-photo {
	float: left;
	position:relative;
	width: 80%;
	height: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	}

h3 {
	font-size: 1.2em;
	color: #2a376e;
	font-weight: bold;
	margin-top: .4%;
	margin-bottom:2.4%;
}
	
h4 {
	font-size: 1em;
	color: #2a376e;
	font-weight: bold;
	margin-top: 1.4%;
	margin-bottom:.5%;
	border-top: 1px solid #8c94b5;
	padding-top: 1%;
}

.bullets ul {
	padding: 0;
	margin: 0;
	margin-bottom: .9em;
	margin-left: .2em;
	list-style-type: none;	
	padding-left: 1em;
 	text-indent: -1em;
}

.bullets li {
	padding-left: .3em;
	margin-bottom:0;	
	 	
}

.bullets ul li:before
{	font-size: .8em;
    content: '\2666';
	color:#2a376e;
	margin-right:.6em;	
	}

.flyer-columns {
	-moz-column-count: 2;
	-moz-column-gap: 24px;
	-webkit-column-count: 2;
	-webkit-column-gap: 24px;
	margin: 0;
	padding-right: 2%;
	font-size: .9em;
	line-height: 1.4em;
}

.columns {
	-moz-column-count: 2;
	-moz-column-gap: 24px;
	-webkit-column-count: 2;
	-webkit-column-gap: 24px;
	margin: 0;
	padding-right: 2%;
	font-size: .9em;
	line-height: 1.36em;
		-webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
	display:inline-block;
}	
	
#content {
	float: left;
	width: 100%;
	height: auto;
	z-index: 25;
	padding-top: 0;
	padding-bottom: 2%;
	padding-right: 0;
	border-bottom: solid 1px #2a376e;
	margin-bottom: 1%;
	}

#contentbox {
	float: left;
	height: auto;
	padding: 0;
	margin-top:1%;
	padding-right: 1%;
	margin-right: 1%;
	z-index: 12;
	
	}
	
.class-info-container {
position:relative;
float:left;
width: 100%;
height: auto;
border-bottom: 1px solid #CCC;
padding-bottom: 1%;
margin-bottom:1%;
}

.location {
position:relative;
float:left;
width: 24%;
height: auto;
font-size:1.1em;
color:#2a376e;
font-weight:bold;
	}

.blurb {
position:relative;
float:left;
font-size:1em;
line-height:1.2em;
width: 70%;
height: auto;
	}

#siderail {
	float: left;
	height: auto;
	padding-top: .8%;
	padding-right: 0;
	padding-left: 1%;
	margin: 0px;
    color: #333;
	font-size:.86em;
	line-height:1.1em;
	}	

	
#sliderbox {
	display:block;
	float: right;
	position:relative;
	z-index:1;
	width: 70%;
	padding: 0;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 0;
	margin-bottom: -5%;
	z-index:1;
	}
	
#siderail-sliderbox {
	display:block;
	float: left;
	position:relative;
	z-index:1;
	width: 94%;
	padding: 0;
	margin: 0;
	z-index:1;
	}
	
.float-left {
	float:left;
	width: 70%;
	}

.width15 {
	width: 14%;
	}
	
.width20 {
	width: 24%;
	}

.width30 {
	width: 30%;
	}

.width36 {
	width: 36%;
	}		

.width40 {
	width: 40%;
	}

.width50 {
	width: 50%;
	}

.width54 {
	width: 55%;
	}

.width56 {
	width: 58%;
	}

.width60 {
	width: 60%;
	}

.width64 {
	width: 64%;
	}

.width70 {
	width: 70%;
	}

.width80 {
	width: 80%;
	}
	
.width90 {
	width: 82%;
	}

.top {
	margin-top: 18px;
	}

.rule {
	width: 100%;
	height: 6px;
	border-bottom: 1px solid #8c94b5;
	margin-bottom: 3%
	}
	
.mobile-show {
	display: none;
	}

.mobile-hide {
	display: block;
	}	

.photo {
	position:relative;
	float:clear;
	width: 70%;
	height: auto;
	border: 1px solid #999;
	margin-top: 1%;
	}
	

.video {
	width: 100%;
	height: 160px;
	margin-bottom: 4%;
	margin-top: 4%;
	}

.intro {
	color:#666;
	}	

.indented-text {
	margin-left: 5%;
	margin-right: 3%;
	margin-top: 0;

	
	}
	
	
.button {
	width: auto;
	float:left;
	margin-right: 1%;
	}
			
		

	
.floatright {
	float: right;
	margin-top: 2%;
	}
	
	
#footer {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 2%;
	padding: 0;
	padding-bottom: 0;
	color:#666;
	font-size: .9em;
	line-height: 1.165em;
	}
	
.footertext {
	float: left;
	margin-left: 0;
	margin-top: 0;
	margin-right: 4%;
	}	

#social-media-box {
	position:relative;
	float: right;
	width: auto;
	margin-top: 1%;
	}

#facebook-icon {
	position:relative;
	float: right;
	margin-left: 4px;
	
	}

.map {
	position:relative;
	float:clear;
	width: 98%;
	height: 196px;
	margin-top: 4%;
	margin-bottom: 4%;	
	}
	
a[target="_blank"]{
    background: url(../images/off-site.svg) no-repeat center right;
    padding-right: 20px;
	padding-top: 2px;
    white-space: nowrap;
} 
	
a[href $='.pdf'] { 
   padding-right: 20px;
   background: transparent url(../images/pdf.svg) no-repeat center right;
   padding-top: 2px;
   margin-right: 2px;
   white-space: nowrap;
}
	
a[href ^="mailto:"] {
	background: url(../images/email.svg) no-repeat center right;
	padding-right: 24px;
	margin-right: 2px;
    white-space: nowrap;
}	

a:hover[href ^="mailto:"] {
	background: url(../images/email-on.svg) no-repeat center right;
	padding-right: 24px;
	margin-right: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 840px) {
	
.mobile-show {
	display: block;
	}
	
#searchbox {
	padding-top: 1%;
	padding-bottom: 4%;
}

#org-name {
	width: 60%;
}
	
.width20,
.width30,
.width40,
.width50,
.width54,
.width56,
.width60,
.width70,
.width80 {
	width: 96%;
	}	

#contentbox {
	border-bottom: solid 1px #2a376e;
}

.columns {
	    -moz-column-count: 2;
       -moz-column-gap: 12px;
       -webkit-column-count: 2;
       -webkit-column-gap: 12px;
	}

}

@media screen and (max-width: 640px) {

#org-name {
	width: 90%;
}

#searchbox {
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
}

#sliderbox {
	float: left;
	width: 100%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 5%;
}

.location {
	width: 100%;
	}

.blurb {
	width: 100%;
	}

.video {
	width: 76%;
	height: 224px;
	margin-bottom: 4%;
	}

.photobox {
	width: 26%;
	margin-right: 3%;
}

.silo {
	float: left;
	width: 98%;
	margin-bottom: 4%;
}

.flyer-columns {
	font-size:1em;
	line-height:1.4em;
   -moz-column-count: 1;
	-webkit-column-count: 1;
	padding-right: 6%;
	}


}

@media screen and (max-width: 460px) {

body {
	font-family: 'Buenard', serif;
	font-size: 1.3em;
}
	
#org-name a {
	font-size: 1.4em;
	line-height: 1.1em;
	}

h1 {
	font-size: 1.3em;
	padding-bottom: 5%;
}

.mobile-hide {
	display: none;
	}	

#sliderbox {
	float: left;
	width: 100%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 5%;
}

.columns {
	       -moz-column-count: 1;
       -webkit-column-count: 1;
	   padding-right: 6%;
	}

#footer {
	float: left;
	margin-top: 4%;
	padding-top: 4%;
	margin-bottom: 4%;
	padding: 0;
	}

#footerlogo {
	margin-left: 2%;
	margin-top: 1%;
	margin-bottom:4%;
	margin-right: 3%;	
	}

	
.footertext {
	font-size: .9em;
	line-height: 1.25em;
	margin-bottom: 2%;
	}
		
.margin-left2 {
	margin-left: 2%;
	}
	

.video {
	width: 96%;
	height: 260px;
	margin-bottom: 4%;
	}
	

}