/*Screens*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.section .section-content, .subsection .section-content {
	padding: 125px 0 163px;
}
@media only screen and (max-width: 1064px) {
	.section .section-content, .subsection .section-content {
		padding: 125px 0 106px;
	}
}
@media only screen and (max-width: 768px) {
	.section .section-content, .subsection .section-content {
		padding: 125px 0 55px;
	}
}
.page-maximizing-performance .section-generaltips .section-content {
	border: none;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
