main.site-main{
	margin-top: 75px;
}
.site-header .slider{
	height: 560px !important;
}
.slider-texts{
	display: block !important;
}
div#secondary ul.social-links{
	margin: 125px 0  0;
}
.wrapper{padding: 0;}
main.site-main>.container{width: 100%;}

#fbPagePluginModal .modal-dialog{
	width: 370px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	div#secondary div.announcement h3>small{
		font-size: 15px;
	}
}
@media only screen and (max-width : 991px){
	main.site-main{
		margin-top: 165px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	main.site-main{
		margin-top: 345px;
	}
	div#secondary .social-links{
		display: none;
	}
	.site-header .slider{height: 500px !important;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.shadowed-box{
		height: 270px;
	}
	main.site-main{
		margin-top: 345px;
	}
	.slider-texts{margin-left: 10px !important;}
	.slider-texts h1{font-size: 24px;}
	.site-header .slider{height: 440px !important;}
	#news-and-events .article-feat>a:first-of-type{
		float: none;
		display: block;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}