@media only screen
and (max-width : 1023px) {
	.quarter-grid article {
		width: 49%;
		margin-left: 0;
	}
	.quarter-grid article:nth-child(2n) {
		margin-left: 1%;
	}

	.slideshow-wrapper .slideshow-shader {
		bottom: -25px;
	}

	.cta-text {
		float: none;
	}
	a.cta-button {
		display: block;
		float: none;
		margin-top: 10px;
		text-align: center;
	}

	#primary.has-sidebar {
		width: 100%;
	}
	#secondary {
		float: right;
		padding-right: 0;
		width: 100%;
	}

	.footer-widgets aside {
		width: 47%;
		margin-left: 0;
	}

	.footer-widgets aside:nth-child(2n+1) {
		margin-left: 5%;
	}
	.footer-widgets aside:first-child {
		margin-left: 0;
		width: 100%;
	}
}

@media only screen
and (max-width : 918px) {
	.site-branding {
		width: 50%;
	}
	.menu-toggle {
		top: 26px;
	}

	#page {
		padding: 0;
	}

	.search-toggle {
		font-size: 30px;
		top: 28px;
	}
	.search-container input {
		width: 100%;
	}

	.slideshow-navigation div {
		top: 37%;
	}

	.quarter-grid article {
		width: 100%;
		margin-left: 0;
	}

	.footer-widgets aside {
		margin-left: 0;
		width: 100%;
	}
	.footer-widgets aside:nth-child(2n+1) {
		margin-left: 0;
	}

	.cycle-slide h2,
	.slideshow span {
		display: none;
	}
	.slideshow-wrapper .slideshow-shader {
		bottom: -15px;
	}

	ul.nav-menu {
		float: none;
		position: absolute;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 101;
	}
	.nav-menu li {
		float: none;
		display: block;
	}
	.nav-menu a {
		font-size: 21px;
	}

	footer .site-info {
		display: block;
	}

	.foot-menu {
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	.foot-menu ul {
		margin: 0;
		padding: 0;
	}
	.foot-menu li {
		float: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.foot-menu li a {
		display: block;
		padding: 10px 0;
	}
}
@media only screen
and (max-width : 490px) {
	.slideshow-wrapper .slideshow-shader {
		bottom: -10px;
	}
}