/*LARGE*/
@media(max-width:1199px){

}

/*MEDIUM*/
@media(max-width:991px){
	.header_nav li a{
		padding: 1rem 0.25rem;
	}
	.wsc_programs{
		margin:0;
	}
	.wsc_program{
		margin-bottom:3rem;
		height:415px;
	}
	.wsc_calendar_link h3{
		font-size:24px;
	}
	.header_scrolled .header_contact li:first-child{
		display:none;
	}
	.col-lg-5ths{
		flex:0 0 50%;
		max-width:50%;
		float:none;
	}
	.header_menubar .container{
		max-width:100%;
	}
	.footer_reviews li{
		height:45px;
	}
}

/*SMALL*/
@media(max-width:767px){
	.header_nav{
		display:none;
		border-top:1px solid white;
		width:50%;
		position:fixed;
		z-index:1001;
		left:0;
		background:#2eb2e8;
		border-bottom:2px solid #2eb2e8;
		text-align:left;
		padding:0.5rem 0;
	}
	.header_nav li{
		display:block;
		width:100%;
	}
	.header_nav li a {
	    padding: 0.75rem 2rem;
	}
	.header_mobile{
		display:block;
		color:white;
		padding:1rem;
		text-decoration:uppercase;
	}
	.header_scrolled .header_contact li:first-child{
		display:block;
	}
	.header_scrolled .header_contact{
		display:none;
		width:50%;
		background:white;
		position:fixed;
		right:0;
		top:106px;
		height:355px;
		border-top:1px solid white;
		border-bottom:2px solid #2eb2e8;
		padding:1rem;
	}
	.header_scrolled .header_contact li{
		display:block;
	}
	.header_scrolled .header_contact li br{
		display:block;
	}
	.header_scrolled .header_logo{
		position:fixed;
		width:100%;
		left:0;
		text-align:center;
	}
	.header_scrolled .header_logo img{
		margin:0 auto;
	}
	.hero_slide_content{
		padding:1rem;
	}
	.hero_slide_content h1{
		font-size:32px;
	}
	.hero_slide_content p{
		font-size:16px;
	}
	.wsc_program{
		height:375px;
	}
	.wsc_welcome_content{
		padding:2rem 0 0;
	}
	.wsc_calendar_link{
		padding-bottom:40%;
	}
	.wsc_calendar_link img{
		width:100%;
		height:auto;
	}
	.footer_reviews{
		margin-bottom:1rem;
	}
}

/*EXTRA SMALL*/
@media(max-width:575px){
	.header_contact{
		display:none;
	}
	.header_logo{
		text-align:center;
	}
	.header_logo img{
		max-width:100%;
		max-height:100%;
		width:auto;
		height:auto;
		margin:0 auto;
	}
	.header_contact,
	.header_scrolled .header_contact{
		display:none;
		width:50%;
		background:white;
		position:fixed;
		right:0;
		top:106px;
		height:334px;
		border-top:1px solid white;
		border-bottom:2px solid #2eb2e8;
		padding:0.75rem 0;
		font-size:14px;
		float:none;
	}
	.header_contact{
		top:176px;
	}
	.header_contact li,
	.header_scrolled .header_contact li{
		display:block;
		margin-left:2rem;
		padding:0.3rem 0;
	}
	.header_contact li br,
	.header_scrolled .header_contact li br{
		display:block;
	}
	.header_nav{
		font-size:14px;
	}
	.header_nav li a{
		padding:0.75rem 1rem;
	}
	.hero, .hero_slider, .hero_slide{
		height:500px;
	}
	.wsc_program{
		height:auto;
	}
	.footer_signup_form input[type="submit"] {
	    float: none;
	    width: 100%;
	}
	.col-lg-5ths{
		flex:0 0 100%;
		max-width:100%;
		float:none;
	}
}
