
/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	
	
	background:#f2f2f2;
	
	border-bottom:8px solid #f58220;
	z-index:0;
/*	display:none; */
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	background:#f2f2f2;
}





@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

.slide-text{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:26px; 
	line-height:100%;
	color:#fff;
	white-space: nowrap;
/*	text-transform:uppercase; */
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:15px;
	 line-height:100%;
	 text-transform:uppercase;
}





.small{
	width:auto;
   padding-left:10px; padding-right:10px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00; color:#fff;}
.turky{background:#348E8A}
.white{background:#fff; color:#333}
.blue{background:#2e3192;}


.changeworldslogan {

font-family: 'SERPNTB';
text-shadow: 3px 3px #fff;
font-weight:bolder;
color:#2e3192;
font-size:40px; 
}