/* #Media Queries
================================================== */
	
	/* Larger than tablet */
	@media (min-width: 750px) {

		.project-block {width:33.33333%;}

		.related-project-row {margin-bottom:0;display:flex;justify-content: space-between;align-items: center;}
		.related-project-row.odd {flex-direction: row-reverse}
		.related-project-content {width:50%;box-sizing: border-box;}
		.related-project-pic {width:50%;}

		.highlight-grid {display:flex;justify-content: space-between;}
		.highlight-block {width:32%;}

		.project-filters ul {grid-template-columns: repeat(auto-fill, 32%);}
		.partner-logo-grid {grid-template-columns: repeat(auto-fill, 24%);}

	}
	
	/* Larger than desktop */
	@media (min-width: 1000px) {
		.logo {width:120px;}

		body {padding-top:125px;}

		.mainNav {display:block;}
		.mobile-nav-trigger-outter,
		.mobile-nav { display: none }

		.cta-buttons {top:25%;}

		.logo-ibew {width:50px;margin-right:0;}

		.home-banner,
		.content-banner {height:450px;}
		.home-banner h2 {font-size:5.0rem;}

		.team-member-row {display:flex;justify-content: space-between;align-items: center;margin:0;}
		.team-picture,
		.team-content {width:50%;box-sizing: border-box;}
		.team-content {padding:0 40px;}
		.team-member-row.odd {flex-direction:row-reverse;}

		.certification-block {width:33.3333%;}
		.project-block {width:25%;}

		.project-filters ul {grid-template-columns: repeat(auto-fill, 24%);}

		.partner-logo-grid {grid-template-columns: repeat(auto-fill, 17%);}

		.footer-addresses {padding:80px 0;text-align:center;}
		.footer-addresses hr {margin:10px auto;}
		.footer-copy {text-align:center;}

		.footerNav {display:flex;justify-content:space-between;}
		.footerNav li ul {margin:10px 0 0;}

	}
	
	/* Larger than Desktop HD */
	@media (min-width: 1200px) {
		.mainNav li a {font-size: 20px;}
		.logo-ibew {margin-top: 4px;}

		.home-banner,
		.content-banner {height:650px;}
		.home-banner h2 {font-size:6.0rem;}
	}

@media (min-width: 1300px) {
	.logo {width: 180px;}
	.mainNav {margin-top: 30px;}
	.mainNav li a {font-size: 24px;}
	.logo-ibew {margin-top: 16px;}
}
