.section-hero .highlight:before {
	height: 1.25em;
	left: -0.1875em;
	padding-left: 0.1875em;
	padding-right: 0.1875em;
}

.section-hero .highlight {
	z-index: -1;
}

.section-specialist .grid-item-expert .arrow-icon {
	bottom: -30%;
	right: 70%;
}

@media only screen and (max-width: 1068px) {
	.section-specialist .grid-item-expert .circle-icon svg {
		width: 200px;
	}
}

@media only screen and (max-width: 734px) {
	.section-specialist .grid-item-expert .circle-icon svg {
		width: 160px;
	}

	.section-specialist .grid-item-expert .arrow-icon {
		bottom: 35%;
		right: -500%;
		left: 350%;
	}
}

.section-community .tile-content .tile-headline {
	z-index: 1;
}

.section-community .highlight {
	z-index: -1;
}

.section-community .grid-item-coach .tile-content .tile-headline {
	max-width: 350px;
}

.section-community .grid-item-teacher {
	min-height: 454px;
}

.section-community .grid-item-teacher .tile-overlay-content {
	padding: 150px 50px;
}

.section-community .grid-item-learning-center .tile-content .tile-headline {
	max-width: 760px;
}

@media only screen and (max-width: 734px) {
	.section-content .row + .row {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-bentos .tile-content {
		padding-right: 30px;
	}
}

.show-small {
	display: none;
}

.show-medium {
	display: none;
}

@media only screen and (max-width: 1068px) {
	.show-small {
		display: none;
	}
}
@media only screen and (max-width: 734px) {
	.show-small {
		display: inline-block;
	}
}

@media only screen and (max-width: 1068px) {
	.show-medium {
		display: inline-block;
	}
}
@media only screen and (max-width: 734px) {
	.show-medium {
		display: none;
	}
}

.hide-small {
	display: inline-block;
}

.hide-medium {
	display: inline-block;
}
@media only screen and (max-width: 1068px) {
	.hide-small {
		display: inline-block;
	}
	.hide-medium {
		display: none;
	}
	.hide-small.hide-medium {
		display: none;
	}
}
@media only screen and (max-width: 734px) {
	.hide-small {
		display: none;
	}
	.hide-medium {
		display: inline-block;
	}
	.hide-small.hide-medium {
		display: none;
	}
}

.section-specialist .bentos-intro-copy {
	max-width: 949px;
}
/* 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 */
