@media (max-width:1500px) {
	/* general text sections */
	.titleContainer {
		grid-column: 2/5;
	}
	.textContent {
		grid-column: 4/10;
	}

	/*whats next section */
	.wnByi {
		grid-row:2/3;
		grid-column:2/16;
		margin-top:0;
	}
	.wnByiImage {
		grid-row:3/4;
		grid-column:5/13;
	}
	.wnAyi {
		grid-row:4/5;
		grid-column:2/16;
	}
	.wnClose {
		grid-row:5/6;}
	.whatsNext .accessPPM {
		grid-row:6/7;}
	.contactForm {
		grid-column: 2/15;
	}
}
@media (max-width:1250px){
	/* navigation */
	.getStarted2 {display:block;}
	.pure-container input, .pure-container label {display:block;}
	.pure-pusher ul {display: none;}
	.pure-container {margin-right:30px;}
	.logo {width:40%;}
}
@media (max-width:1100px) {
	.textContent {
		grid-column: 2/12;
		padding-left:5%;
		padding-right:5%;
	}
	.contactHeader {
		grid-row:1/2;
		grid-column:2/15;
	}
	.contactForm {
		grid-row:2/3;
		grid-column:2/15;
		padding-bottom:6%;
	}
	.contactInput {
		width:90%;
		clear:both;
		margin-left:5%;
		margin-right:5%;
	}
	.contactInput:first-of-type {margin-left:5%;}
	.contactText {
		grid-row:3/4;
		grid-column:2/15;
	}
}
@media (max-width:983px) {
	/* general text sections */
	.titleContainer {
		grid-column: 2/12;
		padding-left:5%;
		padding-right:5%;
		border-right:none;
	}

	/* breakpoints */
	.breakPoint.one, .breakPoint.two, .breakPoint.three {
		grid-template-rows: minmax(200px, auto);
	}
	.one .breakPointCaption, .two .breakPointCaption, .three .breakPointCaption {
		grid-column: 1/16;
		grid-row:1/2;
		padding-left:5%;
		padding-right:5%;
		z-index: 1;
		color:#FFF;
	}
	.one .breakPointImage, .two .breakPointImage, .three .breakPointImage {
		grid-column: 1/16;
		grid-row:1/2;
	}
	.one .breakPointOverlay, .two .breakPointOverlay, .three .breakPointOverlay {background:rgba(0,0,0,.4);}

	/* whats next section*/
	.wnHeader {
		grid-column:3/15;
	}
	.wnByiImage {
		grid-column:5/13;
		margin-top:0;
	}
	.wnByi {
		grid-column: 2/16;
	}

	.wnAyi {
		grid-column: 2/16;
	}
	.contactButton {
		margin-top: 25%
	}


	/* access PPM big button */
	/* .summary .accessPPM, .terms .accessPPM {
		grid-row:3/4;
		grid-column:2/12;
	} */
	.whatsNext .accessPPM {
		grid-row:7/8;
		grid-column:2/16;
	}
}

@media (max-height:916px) {
	/* section 1 */
	.pageTitle {
		grid-row: 3/6;
	}
}
@media (max-width:860px) {
	.iconsFooter ul, .iconsFooter .icons {width:100%; margin:0;}
}
@media (max-width:800px) {
	.contactLeft, .contactRight {width:100%; clear:both; float:none; padding:0;}
	.contactInput, .contactInput:first-of-type, .contactArea {margin:0;}
	.contactArea {border-top:none;}
	.contactRight {margin-top: 10%;}
	.contactButton {margin-top:10%;}
}
@media (max-width:768px) {
	.iconsFooter ul {display: inline;}
}
@media (max-width:700px){
	/* navigation */
	.getStarted2 {
		margin-right:60px;
		width:100px;
		text-align: center;
		margin-top:25px;
	}
	.managerImage {
		grid-row:1/2;
	}
	.managerBio{
		grid-row:2/3;
		grid-column:1/6;
		padding-left:0;
		padding-top:2%;
	}
	.accessPPM {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.pageTitle {
		grid-row: 4/5;
		grid-column: 2/5;
	}
}

@media (max-height:675px) {
	/* section 1 */
	.pageTitle {
		grid-row: 3/6;
		font-size:.8em;
	}
}

@media (max-width:550px){
	.managerTitle {
		clear:both;
		margin-left: 0px;
		padding-top:15px;
	}
	.logo img {max-width:150px;}
	.iconsFooter .icons {display:inline;}
	.pageTitle h1, .pageTitle h2 {width:100%;}
	.pageTitle h1 {font-size:3em;}
	.pageTitle h2 {font-size:1.5em;}
}

@media (max-width:430px){
	/* navigation */
	.logo {
		width:45%;
	}
	.getStarted2 {
		width:80px;
		margin-right:45px
	}
	.accessPPM {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.pageTitle {
		grid-row: 4/5;
		grid-column: 2/5;
	}
	.pageTitle h1 {
		font-size:2.75em;

	}
	.pageTitle h2 {
		width:80%;
	}
}
