/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 1068px) {
	.columns .column-right .copy-block.typography-section-best-educators-copy p{
	 margin-bottom: 78px;

	}

}

@media only screen and (max-width: 1068px) {
	.columns .column-right .copy-block.typography-section-best-educators-copy p{
	 margin-bottom: 71px;

	}

}


@media only screen and (max-width: 734px) {
	.columns .column-right .copy-block.typography-section-best-educators-copy p{
	 margin-bottom: 0px;

	}


}

.typography-section-become-ade-headline{

    font-size: 47px;
}

.section-become-an-ade br.xsmall{
    display: none;
}

@media only screen and (max-width: 470px) {
    .section-become-an-ade br.xsmall{
        display: block;
    }

}


.grid-bentos .grid-item {
    min-height: 460px;
}

@media only screen and (max-width: 1068px) {
    .grid-bentos .grid-item {
        min-height: 300px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-bentos .grid-item {
		min-height: 280px;

    }
}

@media only screen and (max-width: 320px) {
    .grid-bentos .grid-item {
        min-height: 280px;
    }
}

@media only screen and (max-width: 1068px) {
    .grid-bentos .tile-content {
        padding: 24px;
        padding-bottom: 48px;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/