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

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

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

/* Common */

@media only screen and (max-width: 734px) {
	.section-table:nth-child(even) {
		background-color: #fbfbfd;
	}
	.section-table:nth-child(odd) {
		background-color: transparent;
	}
}

/* Footnotes */

.typography-headline .footnote {
	font-size: 40%;
	top: -1.1em;
}

.section-hero {
	margin-top: 90px;
}

@media only screen and (max-width: 735px) {
	.section-hero {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 332px) {
	.cellular-table-contents.lte-list {
		padding-right: 0;
	}
}

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