.show-on-large {
	display: none;
}

@media only screen and (min-width: 768px) 
{
	.hide-on-large {
		display: none;
	}
	.show-on-large {
		display: inline-block;
	}
	.main-content-container{
		width: 980px!important;
		margin: 0 auto;
		padding: 0 20px;
	}
	.container {
		width: 960px!important;
	}
	.head-container{
		width: 980px!important;
	}
	#masthead .logo {
		width: 960px!important;
		padding-top: 25px!important;
	}
	.logo img{
		width: 200px!important;
	}
	#masthead {
		height: 108px!important;
	}
	.module-hero-v2 {
		margin: 0 0 30px 0;
	}
	.module-hero-v2.with-content .hero-content {
		position: absolute!important;
		top: 80px!important;
		width: 270px!important;
	}
	.module-hero-with-content img {
		width: 1650px!important;
		position: relative;
		display: block;
		margin: auto;
		left: -45%!important;
		padding: 0!important;
	}
	#left-col {
		width: 390px!important;
		float: left;
	}
	#right-col {
		width: 500px!important;
		float: left;
		margin: 0 0 0 50px;
	}
	.page-footer-v2 .footer-top {
		color: #484641;
		background-image: url("../images/top-background.png")!important;
		background-repeat: no-repeat;
		background-position: top center;
		background-color: transparent!important;
	}
	.page-footer-v2 .footer-top .footer-logo {
		margin: 0!important;
	}
	.lifted-corners:before, .lifted-corners:after {
		bottom: 20px!important;
	}
}