/* Local Overrides */

@media only screen and (max-width: 734px) {
	.section-experiences .subsection-apps .section-content .portal-copy-row {
		padding-top: 0;
	}
}

@media only screen and (min-width: 735px) {
	.section-experiences .subsection-apps .section-content .portal-copy-row {
		margin-top: 0;
	}
}

/* Custom style for disclaimer */
@media only screen and (min-width: 1069px) {
	.custom_none {
		display: none;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.custom_none {
		display: none;
	}
}
@media only screen and (max-width: 734px) and (min-width: 481px) {
	.custom_none {
		display: block;
	}
}
