/* CAFR Overrides */

/* asterisk */
@media only screen and (min-width: 834px) {
	sup.custom-footnote {
		font-size: 12px;
		position: relative;
		top: -2px;
	}
}

@media only screen and (max-width: 833px) {
	sup.custom-footnote {
		font-size: 14px;
		position: relative;
		top: -2px;
	}
}

/* BDC Client Profiles */
.m-custom-br-cafr {
	display: none !important;
}

@media only screen and (max-width: 874px) and (min-width: 626px) {
	.m-custom-br-cafr {
		display: block !important;
	}
}

@media only screen and (min-width: 1029px) {
	.typography-only-with-apple-column-headline {
		font-size: 44px;
	}
}

@media only screen and (max-width: 980px) {
	.typography-tile-paragraph-copy {
		font-size: 17px;
	}
}

/* modals */

@media only screen and (max-width: 360px) {
	.section-tiles .grid-item.grid-item-tile-client-services {
		min-height: 700px;
	}
}

@media only screen and (max-width: 360px) {
	.section-tiles .grid-item.grid-item-tile-client-profiles {
		min-height: 690px;
	}
}
