@charset "UTF-8";
/* ==========================================================================
   #SASS-MQ-FUNCTIONS
   ========================================================================== */
.c-hero {
	/*
	 * Features
	 */
	/*
	 * Different Options
	 */
	/*
	 * Different pages
	 */
}
.c-hero__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 61.25em) {
	.c-hero__wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
}
.c-hero__content {
	max-width: 30em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: calc(100vh - 80px);
	text-align: center;
}
@media (min-width: 46.25em) {
	.c-hero__content {
		max-width: 35em;
	}
}
@media (min-width: 61.25em) {
	.c-hero__content {
		margin-top: 4rem;
		max-width: 30em;
		min-height: auto;
		text-align: left;
	}
}
.c-hero__image {
	max-width: 240px;
	padding: 2rem 0;
	width: 100%;
}
@media (min-width: 40em) {
	.c-hero__image {
		max-width: 320px;
		padding: 3rem 0;
	}
}
@media (min-width: 46.25em) {
	.c-hero__image {
		max-width: 440px;
		padding: 4rem 0;
	}
}
@media (min-width: 61.25em) {
	.c-hero__image {
		padding: 0;
	}
}
.c-hero__eyebrow {
	font-family: var(--font-secondary-bold);
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	color: var(--color-turqoise);
}
.c-hero__eyebrow::before {
	content: "\2013";
	display: inline-block;
	margin-right: 0.5rem;
}
.c-hero__header {
	margin-left: 0;
}
.c-hero__subheader {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.c-hero__buttons {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}
@media (min-width: 40em) {
	.c-hero__buttons {
		flex-direction: row;
		justify-content: center;
		margin-top: 0;
	}
}
.c-hero__cta {
	margin: 1.5rem 0;
}
@media (min-width: 46.25em) {
	.c-hero__cta {
		margin: 2rem 0;
	}
}
.c-hero__buttons > * {
	margin-bottom: 0;
	margin-left: 1rem;
	margin-right: 1rem;
}
.c-hero__features {
	margin-top: 3rem;
	max-width: 100%;
}
@media (min-width: 61.25em) {
	.c-hero__features {
		max-width: 30em;
	}
}
.c-hero__features-title {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1.33px;
	text-transform: uppercase;
}
.c-hero__features-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 1rem;
	padding-left: 1rem;
	text-align: left;
}
@media (min-width: 40em) {
	.c-hero__features-list {
		flex-direction: row;
	}
}
@media (min-width: 46.25em) {
	.c-hero__features-list {
		padding-left: 0rem;
	}
}
@media (min-width: 61.25em) {
	.c-hero__features-list {
		padding-left: 0;
	}
}
.c-hero__features-item {
	flex-basis: 50%;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15px;
	line-height: 1.56;
	position: relative;
}
@media (min-width: 46.25em) {
	.c-hero__features-item {
		font-size: 18px;
	}
}
.c-hero__features-item::before {
	content: "\2022";
	color: var(--color-peach);
	display: inline-flex;
	margin-right: 0.5rem;
}
.c-hero__disclaimer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	justify-content: center;
	width: 100%;
}
@media (min-width: 61.25em) {
	.c-hero__disclaimer {
		justify-content: flex-start;
	}
}
.c-hero__disclaimer-item {
	align-items: center;
	display: inline-flex;
	font-family: var(--font-secondary-medium);
	font-size: 13px;
	line-height: 1.57;
	position: relative;
}
@media (min-width: 40em) {
	.c-hero__disclaimer-item {
		font-size: 14px;
	}
}
@media (min-width: 46.25em) {
	.c-hero__disclaimer-item {
		font-size: 18px;
		line-height: 1;
	}
}
.c-hero__disclaimer-item:not(:last-child)::after {
	content: "\2022";
	color: var(--color-peach);
	display: inline-flex;
	margin: 0 0.175rem;
}
@media (min-width: 40em) {
	.c-hero__disclaimer-item:not(:last-child)::after {
		margin: 0 0.5rem;
	}
}
.c-hero--centered .c-hero__eyebrow {
	color: var(--color-turqoise);
}
.c-hero--centered .c-hero__wrapper {
	justify-content: center;
	text-align: center;
}
@media all and (max-width: 767px) {
	.c-hero--centered .c-hero__wrapper {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
.ie11 .c-hero--centered .c-hero__wrapper {
	justify-content: space-between;
}
.c-hero--centered .c-hero__disclaimer {
	justify-content: center;
	margin-top: 2rem;
}
.c-hero--centered .c-hero__subheader {
	margin: 3rem auto 0;
	max-width: 38rem;
}
.c-hero--centered .c-hero__cta-wrapper {
	justify-content: center;
}
.c-hero--partner-category {
	padding-bottom: 0 !important;
}
.c-hero--partner-category .c-hero__wrapper {
	border-bottom: 1px solid var(--gray-3);
	padding-bottom: 2rem;
}
@media (min-width: 61.25em) {
	.c-hero--partner-category .c-hero__wrapper {
		padding-bottom: 4rem;
	}
}
.c-hero__cta-wrapper {
	display: flex;
	grid-gap: 15px;
	gap: 15px;
	flex-wrap: wrap;
}

@media all and (max-width: 767px) {
	.single-partners .c-hero__content {
		min-height: unset;
	}
}
/*# sourceMappingURL=hero.css.map*/