@media screen and (max-width: 1025px){
	.wrapper { width: 800px; }
}


@media screen and (max-width: 900px){
	.slider h1, .no_slider h1 { font-size: 40px; }
}


@media screen and (max-width: 825px){
	.wrapper { width: auto; }
	.header { padding: 0 10px; }
	.responsive_table, .responsive_table tbody, .responsive_table thead, .responsive_table tr, .responsive_table td{
		width:100% !important;
		display:block;
	}
}


@media screen and (max-width: 775px){
	.desktop_nav { display: none; }
	.mobile_nav { display: block; }
}


@media screen and (max-width: 750px){
	.video_module .video_feed .w_33 { width: 50%; }
	.gallery .photos .w_20 { width: 25%; }
}


@media screen and (max-width: 700px){
	.slider { padding-bottom: 40%; }
	.subpage_slider { padding-bottom: 35%; }
	.slide_video .video-container { display: none; }
	.slider h1, .no_slider h1 { font-size: 30px; }
	.sub_content .w_50 { float: none; width: auto; }
	.cta_boxes .w_33 { float: none; width: auto; }
	.staff .w_33 { float: none; width: auto; }
}


@media screen and (max-width: 650px){
	.location_details .w_40, .location_details .w_60 { float: none; width: auto; }
}


@media screen and (max-width: 600px){
	.header .logo, .header .social { float: none; text-align: center; }
	.header .social .tab { margin-top: -15px; }
	.header .logo img { height: 50px; }
	.staff .profile .photo { float: none; text-align: center; margin: 0; }
	.staff .profile h2 { margin: .85em 0; text-align: center; }
	.staff .profile .information { text-align: center; }
	.staff .profile .bio { text-align: left; }
}


@media screen and (max-width: 575px){
	.gallery .photos .w_20 { width: 33.333333%; }
}


@media screen and (max-width: 500px){
	.subpage_slider { padding-bottom: 45%; }
	.slider h1, .no_slider h1 { font-size: 24px; }
	.page { padding: 15px; }
}


@media screen and (max-width: 450px){
	.video_module .video_feed .w_33 { float: none; width: auto; }
	.sub_content .contact_block { padding: 15px 20px; }
}


@media screen and (max-width: 425px){
	.gallery .photos .w_20 { width: 50%; }
}





