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

/* colors: 

green body: #2f8309
header mustard yellow: #fcde6c
main nav brown: #5d1c08
navy blue text: #1c0746
we girls hold up the world: #256b51, #542b43, #5a9310
very light grey text: #bababa
light purple side nav: #e5e0f1
side nav hover: #6951a5
side nav text: #1c0746;
very light green: #e9f8e3;
*/

body {
	background-color:#2f8309;
	line-height: 125%;
}
#storage-facility {
	background-color:#fff;
	width:1000px;
	margin:-10px auto -20px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	border-left:5px solid #266b06;
	border-right:5px solid #266b06;
}
#header {
	background-color:#ef5829;
	height:150px;
	margin-top:-20px;
}
#header-yellow {
	background-color:#fcde6c;
	width:839px;
	float:left;
	height:150px;
}
#header-yellow img {
	margin:35px 0 30px 150px;
	border:none;
}
#footer {
	font-size:14px;
	/*height:100px;*/
	clear:both;
	margin: 10px 0px 0px;
	padding:40px 0 1px;
	font-size:12px;
}
#footer a {
	color:#2f8309;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer img {
	border:none;
}

#footer-line {
	margin-top:30px;
	margin-bottom:10px;
	background-color:#e9f8e3;
	height:50px;
}
.footer-box {
	width:150px;
	float:left;
	font-size:12px;
	margin:0;
	padding:0;
}
.footer-box ul {
	margin-left:0px;
	padding:0;
}
.footer-box ul li {
	list-style-type:none;
	padding-bottom:3px;
}
/*#main-nav {
	height:50px;
	width:1000px;
	margin:0px auto 0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
#main-nav ul {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size:21px;
	display:inline;
	height:50px;
	margin:0px;
	padding:0px 0px 0px;
}
#main-nav ul li {
	display:inline-block;
	margin: 0px;
}
#main-nav ul li a:hover{
	background-color:#e9f8e3;
	color:#5d1c08;
}
#main-nav a {
	display:block;
	height:20px;
	color:#5d1c08;
	text-decoration:none;
	text-align:center;
	padding:18px 14px 23px;
	margin:0 8px 0;
}*/
.divider50 {
	display: block;
	width: 50%;
}
.divider50 {
	border:none;
	border-top: 4px double #8c8b8b;
	text-align: center;
}
.divider50:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -12px;
	padding: 0 10px;
	background: #fff;
	color: #8c8b8b;
	font-size: 18px;
}
#nav{
	height:55px;
	list-style:none;
	font-weight:bold;
	margin:0px auto 0;
	padding:0px;
	/* Clear floats */
	width:100%;
	position:relative;
	z-index:5;
}
#nav li{
	float:left;
	margin:0px;
	position:relative;
	
}
#nav li + li {
}
#nav a{
	display:block;
	padding:17px 20px;
	color:#5d1c08;
	background:#fff;
	text-decoration:none;
	font-size:15px;
	font-family:Geneva, Helvetica, Arial, sans-serif;
}
#nav a:hover{
	color:#000;
	background:#000;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	padding:0;
	display:none; /*for mobile*/
}
#nav ul li{
	/*padding-top:1px;  Introducing a padding between the li and the a give the illusion spaced items 
	float:none;
	background:#fff;*/
	padding: 0; 
	margin: 0;
	/*border-top: 1px solid rgb(255,255,255);
	border-top: 1px solid rgba(255,255,255,0);*/
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	display:block; /*for mobile*/
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#e1f4d7;
	color:#5d1c08;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background:#e1f4d7;
	margin:0px;
	border:none;
}
#nav li:hover ul li {
	border:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#4a4acc;
	color:#fff;
}
#content {
	margin:0px 0 0;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:16px;
}
#index-banner {
	background-image:url('images/index-banner.jpg');
        background-image:url('images/bluestem.jpg');
	background-repeat:no-repeat;
	height:350px;
	width:1000px;
        
        background-position: 310px -83px;
}
#index-banner-trans {
	opacity:0.7;
	background-color:#fff;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	width:300px;
	height:290px;
	margin-left:0px;
	float:left;
	padding:30px 0px;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#index-banner-text {
	position:absolute;
	width:310px;
	height:290px;
	margin:30px 0 0 10px;
}
#index-text {
	margin:20px 20px 20px 0px;
	color:#555;
	line-height:20px;
	width:230px;
}
#index-thumb-holder {
	width:650px;
	height:550px;
	margin:0px auto 40px;
}
.index-thumb {
	width:250px;
	height:260px;
	margin:20px 25px 10px;
	float:left;
}
.index-thumb img {
	border:1px solid #000;
}
.index-thumb-title {
	color:#1c0746;
	font-size:20px;
	margin:10px 0 0;
}
.index-thumb a {
	text-decoration:none;
}
.index-thumb a:hover {
	text-decoration:underline !important;
	color:#1c0746 !important;
}
.index-thumb-title a:hover {
	text-decoration:underline !important;
}
.index-thumb-subtitle {
	color:#888;
	margin-top:10px;
}
#index-quote-bottom {
	width:900px;
	margin:20px auto 0px;
	font-size:25px;
	color:#bababa;
	text-align:center;
	clear:both;
}
#page-banner {
	margin-bottom:20px;
}
#green-banner { 
	margin-top:-1px;
	margin-bottom:20px;
	background-color:#e5e0f1;
	height:50px;
}
#left-column {
	float:left;
	width:240px;
	margin:10px 20px 0 30px;
}
#left-nav {
	width:250px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#left-nav ul {
	display:inline;
	height:50px;
	margin:0px;
	padding:0px;
}
#left-nav ul li {
	margin: 0 0 2px 0;
	list-style-type:none;
	background-color:#e5e0f1;

}
#left-nav ul li a:hover{
	background-color:#9384ba;
	color:#fff;
}
#left-nav a {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	display:block;
	font-size:17px;
	height:20px;
	color:#1c0746;
	text-decoration:none;
	padding:10px 26px 10px;
	margin:0 0px 0;
}
.left-column-quote {
	font-size:23px;
	line-height:23px;
	color:#bababa;
	width:190px;
	margin:20px 0 30px;
}
#right-column {
	float:right;
	width:660px;
	margin:10px 30px 20px 20px;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#555;
	line-height:18px;
}
#left-column a {
	color:#3daa0a;
	text-decoration:none;
}
#left-column a:hover {
	text-decoration:underline;
}
#right-column a {
	color:#3daa0a;
	text-decoration:none;
}
#right-column a:hover {
	text-decoration:underline;
}
#right-column ul {
	margin-top:15px;
	margin-bottom:15px;
}
#right-column li {
	margin-bottom:10px;
}
h1 {
	color:#5d1c08;
	font-size:30px;
	font-weight:normal;
	margin-top:0px;
	padding-bottom:10px;
}
h2 {
	font-weight:normal;
	padding-top:10px;
	color:#01604a;
	line-height:25px;
}
h3 {
	text-decoration:underline;
	margin:30px 0 2px;
	padding:0;
}
.button {
        color: white;
        padding: 1.25rem 1.75rem;
        background: #8380ca;
}
#right-column p.addpad {
        margin:40px auto;
}
#right-column a.button {
        color:white;
}
.people-block {
	margin: 0px auto 0px;
	display:block;
	padding: 10px;
	clear:both;
	} 
.people-block img {
	border: 1px solid #000;
	margin:10px 20px 30px 0;
	float:left;
	width:200px;
}
.people-block .image {
	float:left;
	width:200px;
	margin-right:30px;
}
.people-block .text {
/*	float:right;*/
	width:410px;
	position: relative !important;
	color: #555;
	text-align: left;
}
#nav3-holder {
	height:42px;
	margin:10px 0px 30px;
	font-family:serif;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	color:#5d1c08 !important;
	text-decoration:none;
	padding-top:3px;
	border-top:1px solid #8380ca;
}
.nav3 {
	margin:10px 0px 10px;
	font-family:sans-serif;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	text-align:center;
	color:#5ed109; 
}
.nav3  a {
	color:#5d1c08 !important;
	text-decoration:none;
	padding: 10px 12px 13px;
	height:42px;
}
.nav3 a:hover {
	height:42px;
	text-decoration:none !important;
	background-color:#4a4acc;
	color:#fff !important;
}
.nav3-current {
	margin:10px 0px 10px;
	font-family:sans-serif;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	text-align:center;
	color:#5ed109; 
}
.nav3-current  a {
	color:#fff !important;
	text-decoration:none;
	padding: 10px 12px 13px;
	background-color:#8380ca;
	height:42px;
}
.nav3-current a:hover {
	text-decoration:none !important;
	background-color:#4a4acc;
	color:#fff !important;
}
.intro-para {
	font-size:17px;
	background-color:#fff1c4;
	padding:20px;
	line-height:25px;
	margin-bottom:35px;
	color:#5D1C08;
}
.line {
	height: 1px;
	border-top: 1px solid #666;
	margin: 40px 0 40px;
}
.poem {
	color: #3169a0;
	font-size:17px;
	line-height:18px;
}
.byline {
	font-size:14px;
	color:#4c2a96;
	/*line-height:23px;*/
}
.byline span {    
	font-size: 2.1em;
    line-height: 125%;
}
.image-right {
	float:right;
	margin:20px 0 20px 20px;
}
.image-right p {
	font-size:9px;
	margin-top:2px;
}
.image-right img {
	border:1px solid #000;
}
.image-left {
	float:left;
	margin:20px 20px 20px 0px;
}
.image-left p {
	font-size:9px;
	margin-top:2px;
	margin-bottom:0;
	padding:0;
}
.image-left img {
	border:1px solid #000;
}
.image-poster.desktop {
	display:block;
	width: 600px;
	margin: 10px auto;
	float: none;
}		
	
@media (max-width: 600px) {
	.image-poster.mobile {
		width: 300px;
	}	
}
/*Slider Styles	*/
/** {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}*/
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 13px 2px 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}	
	