br.ag-show-small-portrait {
	display: none;
}

@media only screen and (max-width: 735px) and (orientation: portrait) {
	br.ag-show-small-portrait {
		display: inline;
	}
}

/* Fix Apls */

.page-overview .section-leaders .icon-tile-specialists {
	margin-top: 37%;
	margin-bottom: 43.75%;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-leaders .icon-tile-specialists {
		margin-top: 30%;
		margin-bottom: 45%;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-leaders .icon-tile-specialists {
		margin-top: 0;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*anchor fix*/
.page-overview .section-leaders {
	padding-bottom: 25em;
	margin-bottom: -15em;
}

/* Fix Highlight */

@media only screen and (max-width: 735px) {
	.desktop {
		display: none;
	}
}
.mobile {
	display: none;
}
@media only screen and (max-width: 735px) {
	.mobile {
		display: inline;
	}
}

p .highlight, h3 .highlight {
	z-index: -1;
}

.section-content-bentos h2.bentos-intro-headline {
	position: relative;
	z-index: 1;
}

.section-content-bentos h2.bentos-intro-headline .highlight, h2.apps-headline .highlight, h2.section-built-in-apps .highlight {
	z-index: -1;
}

/* Fix Classrooms */

.section-classrooms .content-wrapper .section-headline {
	max-width: 760px;
}

@media only screen and (max-width: 1068px) {
	.section-classrooms .content-wrapper .section-headline {
		max-width: 560px;
	}
}

/* Fix How to Buy */

@media only screen and (max-width: 735px) {
	.section-how-to-buy-module .column-buy {
		padding-bottom: 52px;
	}
}
/* Start of how to buy modal style !!Remove thiis when learn more button is back */
.section.section-how-to-buy-module a.icon-wrapper.typography-eyebrow-reduced:first-of-type {
	display: none;
}
[class*="typography-eyebrow"] {
	margin-top: 0.8em;
}
/* End of how to buy modal style !!Remove thiis when learn more button is back */
