@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 992px) {

}
@media only screen and (max-width : 768px) {
	.brand-logo{
		max-width: 200px;
	}
	.support-links a {
		font-size: 14px;
		padding: 7px 0px;
	}
	.support-links a .fa{
		font-size: 14px;
	}
	.banner-height{
		height: 250px;
	}
	.banner-heading{
		font-size: 1.45rem;
	}
	.banner-copy{
		font-size: 11px;
	}
	.lSSlideOuter .lSPager.lSpg {
		top: -30px;
	}
	.body-copy{
		font-size: .9rem;
	}
	.body-heading{
		font-size: 1.4rem;
	}
	.body-heading-sm{
		font-size: 1.1rem;
	}
	.body-heading-md{
		font-size: 1.3rem;
	}
	.banner-container .slide-data{
		margin-top: 50px;
	}
	.line-space-md{
		line-height: 140% !important;
	}
	.body-copy{
		text-align: left;
	}
	#job-lists .btn-link{
		font-size: .8rem;
		padding-left: 0px;
		padding-right: 0px;
	}
	#job-lists .btn-link span{
		float: none;
		width: 100%;
		display: block;
	}
}
@media only screen and (max-width : 480px) {

}
@media only screen and (max-width : 320px) {

}