@import "less/variables.less";
@media (max-width: @screen-md-max) {
	
}
@media (max-width: @screen-sm-max) {
	
	.main h1 {
		border-bottom: 0;
		margin-bottom: 50px;
	}
	.MeetTheTeam {
		display:none;
	}
	.banner {
		margin: 0 40px 20px;
	}
	.wwd .banner-title h2 {
		font-size: 32px !important;
	}
}
@media (max-width: @screen-xs-max) {
	.navbar-header {
		text-align:center;
	}
	.navbar-toggle {
		position: absolute;
		right: 0 !important;
	}
	.menu-label {
		display: inline-block !important;
		text-transform: uppercase;
		width: 100px;
		margin: 13px auto;
		text-align:center;
		font-size: 18px;
	}
	.banner {
		margin: 0 2% 20px;
	}
	.banner .banner-title h2 {
		font-size: 28px !important;
		margin-right: 20px !important;
	}
	.banner .banner-title h3 {
		font-size: 16px !important;
		margin-right: 20px !important;
	}
	.papershield, .lep, .wwd {
		display: none;
	}
	.quote-inner .quote {
		display: none;
	}
	.quote-inner .quote.first {
		display: block;
	}
}

