@media (max-width: 768px) {
	
	header .col-6 img{
		max-width: 100%;
	}
	/* Homepage */
	.big-orange-logo, .spacer {
		display: none;
	}	
	
	.home .home-banner {
		height: auto;
	}
	
	.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
		display: block;
		margin: auto;
	}
	
	/* Executive Leadership */
	.vertlist .item {
		display: block;
		padding: 15px;
	}
	
	.vertlist .item .cta {
		float: none;
	}
	
	.executive-leadership .spaced-left-1,
	.executive-leadership .spaced-right-1 {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Clients */
	
	.hide-768 {
		display: none !important;
	}
	
	/* Careers */
	
	.careers .orange-btn {
		margin-left: 0;
		margin-right: 0;
	}
	
	.careers .row.boxes {
		margin-bottom: 0;
	}
	
	.careers .col-lg-4 {
    	margin-bottom: 15px;
	}
	
	.research-evaluation .inner img, 
	.training-technical-assistance .inner img, 
	.communications .inner img, 
	.meeting-event-planning .inner img, 
	.management-grants-support .inner img {
		float: none !important;
	}
	
	.inner.project img {
		height: auto !important;
	}
	
	.awards .content img {
		float: none !important;
	}
	#grayBar .col-sm-2 > div {
		max-width: 180px;
		margin: auto;
	}
	
	.slick-track .spaced-all-1 {
		width: 100% !important
	}
	
	.leftslider {
		display: none;
	}
	
	div#secondslider .slick-track .slick-slide > div:nth-child(1) {
    	display: none;
	}
}