@media screen and (max-width: 1024px) {
	#team-modal .jump .text {
		padding-left: 20px;
	}
	
	#team-modal .jump h4 {
		font-size: 20px;
	}
	
	#team-modal .jump h2 {
		font-size: 13px;
	}
}

@media screen and (max-width: 800px) {
	#team-modal .jump h4 {
		font-size: 16px;
	}

	#team-modal .jump h2 {
		font-size: 10px;
	}
}

@media screen and (max-width: 600px) {
	.column {
		display: block;
		width: 100% !important;
	}
	
	body {
		padding-top: 50px;
	}
	
	#header {
		height: 50px;
	}
    
    #header.open {
        overflow: auto;
		-webkit-overflow-scrolling: touch;
    }
    
	#header .align {
		padding: 10px;
	}

	#header .column {
		display: inline-block !important;
		vertical-align: middle;
		width: 50% !important;
	}

	#header .logo.desktop {
		display: none;
	}
	
	#header .logo.mobile {
		display: block;
	}
	
	#header .menu {
		margin: 0;
	}
	
	#menu li .line {
		display: none !important;
	}
	
	#menu-ani-button {
		/* margin-top: 3px; */
	}	
	
	#menu li:nth-child(odd) .bounds {
		margin-left: 75px;
	}
	
	#menu li:nth-child(even) .bounds {
		margin-left: -75px;
	}
	
	
	#footer ul {
		margin-top: 40px;
	}
	
	#footer li {
		display: block;
		font-size: 14px;
		padding-bottom: 20px;
	}
	
	#footer .in {
		position: static;
	}
	
	#footer .logo {
		max-width: 100%;
	}
	
	
	
	.banner.lead.type-3 {
	    min-height: 525px;
	}
	
	.banner h1 {
		font-size: 30px;
		text-transform: uppercase !important;
	}
	
	.banner.type-3 h1 {
		font-size: 25px;
	}
	
	.banner h2 {
		font-size: 30px;
		text-transform: uppercase !important;
	}
	
	.banner.type-2 h2 {
		font-size: 20px;
	}
	
	.banner p {
		font-size: 16px;
	}
	
	.banner.type-3 p {
		max-width: none;
	}
	
	.button {
		text-align: center;
		display: block;
		width: 100%;
	}
	
	
	
	/* HOME */
	
	#home-banner {
		text-align: center;
	}
	
	#home-intro .align {
		padding: 40px 20px;
	}
	
	#home-intro .column.left {
		padding: 0px 0px 30px 0px;
	}
	
	#home-intro p {
		font-size: 20px;
	}
	
	#home-services .align {
		padding: 40px 20px;
		max-width: 250px;
	}
	
	#home-team .flex {
		display: block;
	}
	
	#home-team .text {
		width: auto;
		margin-bottom: 20px;
	}
	
	#home-team .img {
		width: auto;
	}
	
	#home-team {
		padding: 20px 0px 60px 0px;
	}
	
	#home-team .text p {
		font-size: 16px;
	}
	
	#home-insights .align {
		padding: 40px 20px;
	}
	
	#home-insights h1 {
		margin-bottom: 40px;
	}
	
	#home-insights h2 {
		font-size: 16px;
		line-height: 1.2;
	}
	
	#home-insights .item {
		padding: 20px 30px 60px 30px;
	}
	
	#home-insights .item:after {
		content: 'Read More';
		top: auto; bottom: 30px; right: auto; left: 30px;
		margin-top: 0px;
		width: 100px;
		height: 15px;
		background-size: 8px 15px;
		background-position: left center;
		font-size: 12px;
		font-weight: 500;
		padding-left: 14px;
		padding-bottom: 2px;
	}
	
	#home-quotes .align {
		padding: 80px 20px 120px 20px;
	}
	
	#home-quotes p {
		font-size: 18px;
	}
	
	
	
	/* SERVICES */
	
	.sub-section .align {
		padding: 40px 20px;
	}
	
	.sub-section .menu {
		display: none;
	}
	
	.sub-section.needs img {
		display: none;
	}
	
	.sub-section:last-of-type .align {
		padding-bottom: 120px;
	}


	/* TEAM */
	
	#team-intro .align {
		padding: 40px 20px;
	}
	
	#team-intro p {
		font-size: 23px;
	}
	
	#team-grid .align {
		padding: 0px 20px 120px 20px;
	}
	
	#team-grid .row {
		background-size: 100% auto;
		padding-top: 95%;
		min-height: 0;
	}
	
	#team-grid .row .text:before {
		left: 50% !important;
		right: auto;
		margin-left: -20px;
		top: -20px;
		margin-top: 0;
	}
	
	#team-grid .row .text {
		width: 100%;
		min-height: 460px;
		padding: 20px;
		min-height: 0;
	}

	#team-grid .row .text p {
		font-size: 14px;
		margin: 10px 0px 20px 0px;
	}
	
	#team-grid .row.blue {
		background-position: top center;
	}
	
	#team-grid .row.blue .text {
		margin-left: 0;
	}
	
	#team-grid .row.white {
		background-position: top center;
	}
	
	#team-modal {
		padding: 20px;
	}
	
	#team-modal .close {
		width: 15px;
	}
	
	#team-modal .bio {
		padding: 20px;
	}
	
	#team-modal .bio .column {
		padding: 0 !important;
	}
	
	#team-modal .jump {
		padding: 10px;
	}
	
	#team-modal .jump .column {
		margin-top: 10px;
	}
	

	
	
	/* CLIENTS */
	
	.clients-section .align {
		padding: 40px 20px;
	}

	.clients-section:last-of-type .align {
		padding: 40px 20px 120px 20px;
	}

	
	
	
	/* CONTACT */
	
	#contact-banner p {
		display: none;
	}
	
	#contact-mobile {
		display: block;
	}

		
}