.industry-nav {
	position: fixed;
	top: 5rem;
	background-color: #3b3c43;
	width: 100%;
	min-height: 3.5rem;
	z-index: 13;
	-webkit-box-shadow: 0 -3px 30px 0 rgba(0, 0, 0, .25), 0 -8px 50px 9px rgba(0, 0, 0, .15);
	box-shadow: 0 -3px 30px 0 rgba(0, 0, 0, .25), 0 -8px 50px 9px rgba(0, 0, 0, .15)
}

.industry-nav__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (min-width:48.0625rem) {
	.industry-nav__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.industry-nav__inner {
		padding: 1.25rem 1.25rem
	}
}

.industry-nav__svg {
	padding-right: 1rem
}

.industry-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: .875rem;
	padding: .25rem 0 0;
	margin-left: 1.25rem
}

.industry-nav__link:focus-visible {
	outline: 2px solid #fbc600
}

@media (min-width:768px) {
	.industry-nav__link {
		margin-left: 4rem
	}
}

.hero {
	padding-top: 9rem/*! Industry-specific styles go below here */
}

/*.hero__container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 38px;
}

@media (min-width:48.0625rem) {
	.hero__container {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.hero__container {
		padding: 1.25rem 1.25rem
	}
}

@media (min-width:48.0625rem) {
	.hero__container {
		padding: 5rem 5rem 3rem!important;
		background-position: right bottom
	}
}

@media (max-width:48rem) {
	.hero__container {
		padding: 2.5rem 1.875rem!important;
		background-position: center bottom;
		background-size: 100%
	}
}*/

.hero__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hero__heading {
	position: relative;
	margin: 0 0 2.5rem;
	line-height: .9;
	color: #3b3c43;
	letter-spacing: -2px;
	padding-left: 1rem;
	font-weight: 400
}

@media (max-width:48rem) {
	.hero__heading {
		font-size: 2.625rem
	}
}

@media (min-width:48.0625rem) {
	.hero__heading {
		font-size: 3rem
	}
}

@media screen and (min-width:64rem) {
	.hero__heading {
		font-size: 3.405rem
	}
}

@media (min-width:80.0625rem) {
	.hero__heading {
		font-size: 4.25rem
	}
}

.hero__heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fbc600
}

@media (min-width:80.0625rem) {
	.hero__heading::before {
		width: .625rem
	}
}

@media (max-width:80rem) {
	.hero__heading::before {
		width: .375rem
	}
}

.hero__subheading {
	color: #3b3c43;
	line-height: 1.2;
	letter-spacing: -1px
}

@media (max-width:48rem) {
	.hero__subheading {
		font-size: 1.3125rem
	}
}

@media (min-width:48.0625rem) {
	.hero__subheading {
		font-size: 1.625rem
	}
}

.hero__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.hero__button-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:80.0625rem) {
	.hero__button-column+.hero__button-column {
		margin-left: 3rem
	}
}

@media (max-width:80rem) {
	.hero__button-column+.hero__button-column {
		margin-left: 1.25rem
	}
}

.hero__button-copy {
	color: #3b3c43
}

.hero__button {
	border: 0;
	padding: .9375rem 1.5625rem;
	background-color: #fbc600;
	color: #3b3c43;
	font-weight: 700;
	line-height: .9;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	line-height: 1.1;
	/*max-width: 10.9375rem;*//*commenting this style for removing width of cta*/
	text-align: center
}

.hero__button:hover {
	background-color: #3b3c43;
	color: #fff
}

.hero__button:focus {
	outline-color: #3b3c43
}

.hero__button.-disabled {
	cursor: not-allowed
}

.hero__button.-disabled:hover {
	background-color: #fbc600;
	color: #3b3c43
}

.hero__button.-disabled:focus {
	outline: 0
}

@media (max-width:48rem) {
	.hero__button {
		padding: .5rem
	}
}

@media (min-width:48.0625rem) {
	.hero__button {
		padding: .9375rem
	}
}

@media screen and (max-width:73.75rem) {
	.hero.hero__flooring .hero__container,
	.hero.hero__jewelry .hero__container,
	.hero.hero__leap-year .hero__container,
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 72%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__flooring .hero__container,
	.hero.hero__jewelry .hero__container,
	.hero.hero__leap-year .hero__container,
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 64%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__flooring .hero__container,
	.hero.hero__jewelry .hero__container,
	.hero.hero__leap-year .hero__container,
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 90%;
		background-position: 400% 100%
	}
}

@media (max-width:48rem) {
	.hero.hero__flooring .hero__container,
	.hero.hero__jewelry .hero__container,
	.hero.hero__leap-year .hero__container,
	.hero.hero__sewing-vacuum .hero__container {
		background-position: right bottom;
		background-size: 120%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__flooring .hero__heading,
.hero.hero__jewelry .hero__heading,
.hero.hero__leap-year .hero__heading,
.hero.hero__sewing-vacuum .hero__heading {
	max-width: 31.25rem
}

.hero.hero__flooring .hero__subheading,
.hero.hero__jewelry .hero__subheading,
.hero.hero__leap-year .hero__subheading,
.hero.hero__sewing-vacuum .hero__subheading {
	max-width: 22.5rem
}

@media screen and (max-width:90rem) {
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 60%
	}
}

@media screen and (max-width:73.75rem) {
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 74%
	}
}

@media screen and (max-width:67.5rem) {
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 80%
	}
}

@media screen and (max-width:60rem) {
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 74%;
		background-position: 100% 100%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__sewing-vacuum .hero__container {
		background-size: 90%;
		background-position: 270% 100%
	}
}

@media (max-width:48rem) {
	.hero.hero__sewing-vacuum .hero__container {
		background-position: right bottom;
		background-size: 115%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__sewing-vacuum .hero__heading {
	max-width: 34.375rem
}

.hero.hero__sewing-vacuum .hero__heading>br {
	display: block
}

@media (min-width:58.125rem) {
	.hero.hero__sewing-vacuum .hero__heading {
		max-width: 37.5rem
	}
}

@media (max-width:48rem) {
	.hero.hero__sewing-vacuum .hero__heading>br {
		display: none
	}
}

.hero.hero__sewing-vacuum .hero__subheading {
	max-width: 27rem
}

@media screen and (max-width:81.25rem) {
	.hero.hero__electronics-appliances .hero__container {
		background-size: 60%
	}
}

@media screen and (max-width:73.75rem) {
	.hero.hero__electronics-appliances .hero__container {
		background-position: 120% 100%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__electronics-appliances .hero__container {
		background-size: 70%;
		background-position: 160% 100%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__electronics-appliances .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 67vw!important
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__electronics-appliances .hero__heading {
		max-width: 25rem
	}
}

@media (min-width:80.0625rem) {
	.hero.hero__electronics-appliances .hero__heading {
		max-width: 31.25rem
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__electronics-appliances .hero__subheading {
		max-width: 26.25rem
	}
}

@media (min-width:80.0625rem) {
	.hero.hero__electronics-appliances .hero__subheading {
		max-width: 30rem
	}
}

.hero.hero__hardware .hero__container {
	background-position: right center
}

@media screen and (max-width:74.375rem) {
	.hero.hero__hardware .hero__container {
		background-position: calc(50% + 360px) 100%
	}
}

@media screen and (max-width:53.6875rem) {
	.hero.hero__hardware .hero__container {
		background-position: right bottom;
		background-size: 80%;
		padding-bottom: 57vw!important
	}
}

@media screen and (min-width:53.75rem) {
	.hero.hero__hardware .hero__heading {
		max-width: 31.25rem
	}
}

@media screen and (min-width:53.75rem) {
	.hero.hero__hardware .hero__subheading {
		max-width: 30rem
	}
}

.hero.hero__heating-ac .hero__container {
	background-position: right center
}

@media screen and (max-width:74.375rem) {
	.hero.hero__heating-ac .hero__container {
		background-position: calc(50% + 260px) 100%
	}
}

@media screen and (max-width:58.0625rem) {
	.hero.hero__heating-ac .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 65vw!important
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__heating-ac .hero__heading {
		max-width: 31.25rem
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__heating-ac .hero__subheading {
		max-width: 30rem
	}
}

.hero.hero__flooring .hero__heading {
	max-width: 37.5rem
}

.hero.hero__flooring .hero__subheading {
	max-width: 28.75rem
}

.hero.hero__leap-year {
	padding: 6rem 0 0
}

.hero.hero__leap-year .hero__heading {
	max-width: 37.5rem
}

.hero.hero__leap-year .hero__subheading {
	max-width: 28.75rem
}

@media screen and (max-width:72.1875rem) {
	.hero.hero__music .hero__container {
		background-size: 64%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__music .hero__container {
		background-size: 64%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__music .hero__container {
		background-size: 75%;
		background-position: 200% 100%
	}
}

@media screen and (max-width:53.125rem) {
	.hero.hero__music .hero__container {
		background-size: 80%;
		background-position: 260% 100%
	}
}

@media (max-width:48rem) {
	.hero.hero__music .hero__container {
		background-position: left bottom;
		background-size: 120%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__music .hero__heading {
	max-width: 37.5rem
}

.hero.hero__music .hero__subheading {
	max-width: 28.75rem
}

@media screen and (max-width:90rem) {
	.hero.hero__outdoor_power_equip .hero__container,
	.hero.hero__powersports .hero__container {
		background-position: 125% bottom
	}
}

@media screen and (max-width:80rem) {
	.hero.hero__outdoor_power_equip .hero__container,
	.hero.hero__powersports .hero__container {
		background-size: 75%;
		background-position: 150% 100%
	}
}

@media screen and (max-width:72.1875rem) {
	.hero.hero__outdoor_power_equip .hero__container,
	.hero.hero__powersports .hero__container {
		background-size: 65%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__outdoor_power_equip .hero__container,
	.hero.hero__powersports .hero__container {
		background-size: 68%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__outdoor_power_equip .hero__container,
	.hero.hero__powersports .hero__container {
		background-size: 75%;
		background-position: 200% 100%
	}
}

@media (max-width:48rem) {
	.hero.hero__outdoor_power_equip .hero__container,
	.hero.hero__powersports .hero__container {
		background-position: left bottom;
		background-size: 110%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__outdoor_power_equip .hero__heading,
.hero.hero__powersports .hero__heading {
	max-width: 31.25rem
}

.hero.hero__outdoor_power_equip .hero__subheading,
.hero.hero__powersports .hero__subheading {
	max-width: 22.5rem
}

@media (max-width:48rem) {
	.hero.hero__outdoor_power_equip .hero__container {
		background-position: left bottom;
		background-size: 105%;
		padding-bottom: 77vw!important
	}
}

@media screen and (min-width:80rem) {
	.hero.hero__sporting-goods .hero__container {
		background-position: 80% 100%
	}
}

@media screen and (max-width:72.1875rem) {
	.hero.hero__sporting-goods .hero__container {
		background-size: 69%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__sporting-goods .hero__container {
		background-size: 70%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__sporting-goods .hero__container {
		background-size: 77%;
		background-position: 185% 100%
	}
}

@media (max-width:48rem) {
	.hero.hero__sporting-goods .hero__container {
		background-position: left bottom;
		background-size: 120%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__sporting-goods .hero__heading {
	max-width: 37.5rem;
	line-height: 1
}

.hero.hero__sporting-goods .hero__subheading {
	max-width: 28.75rem
}

.hero.hero__payment-estimator {
	padding-top: 5.25rem
}

@media (min-width:48.0625rem) {
	.hero.hero__payment-estimator .hero__container {
		background-size: 60%;
		background-position: 149% 100%
	}
}

@media screen and (min-width:51.25rem) {
	.hero.hero__payment-estimator .hero__container {
		background-size: 60%;
		background-position: 137% 100%
	}
}

@media (min-width:65.625rem) {
	.hero.hero__payment-estimator .hero__container {
		background-position: 115% 100%
	}
}

@media (min-width:70.9375rem) {
	.hero.hero__payment-estimator .hero__container {
		background-size: 64%;
		background-position: 105% bottom;
		padding-top: 8rem!important;
		padding-bottom: 4rem!important
	}
}

@media (min-width:74rem) {
	.hero.hero__payment-estimator .hero__container {
		background-size: 60%;
		background-position: right bottom
	}
}

@media (min-width:81.5625rem) {
	.hero.hero__payment-estimator .hero__container {
		background-size: 56%;
		background-position: right bottom
	}
}

@media (min-width:87.8125rem) {
	.hero.hero__payment-estimator .hero__container {
		background-size: 54%;
		background-position: right bottom
	}
}

@media (max-width:48rem) {
	.hero.hero__payment-estimator .hero__container {
		background-position: left bottom;
		background-size: 110%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__payment-estimator .hero__heading {
	max-width: 37.5rem;
	line-height: 1
}

.hero.hero__payment-estimator .hero__subheading {
	max-width: 28.75rem
}

.hero.hero__home-furnishings .hero__container {
	background-position: calc(50% + 320px) 100%
}

@media screen and (max-width:58.0625rem) {
	.hero.hero__home-furnishings .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 65vw!important
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__home-furnishings .hero__heading {
		max-width: 33.75rem
	}
}

@media screen and (min-width:80rem) {
	.hero.hero__home-furnishings .hero__heading {
		max-width: 35rem
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__home-furnishings .hero__subheading {
		max-width: 30rem
	}
}

.hero.hero__home-improvement .hero__container {
	background-position: calc(50% + 200px) 40%
}

@media screen and (min-width:80rem) {
	.hero.hero__home-improvement .hero__container {
		background-size: 75%
	}
}

@media screen and (max-width:70.625rem) {
	.hero.hero__home-improvement .hero__container {
		background-position: calc(50% + 300px) 100%
	}
}

@media screen and (max-width:58.0625rem) {
	.hero.hero__home-improvement .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 72vw!important
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__home-improvement .hero__heading {
		max-width: 31.25rem
	}
}

@media screen and (min-width:80rem) {
	.hero.hero__home-improvement .hero__heading {
		max-width: 32.5rem
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__home-improvement .hero__subheading {
		max-width: 27.5rem
	}
}

.hero.hero__insights {
	padding-top: 5rem
}

.hero.hero__insights .hero__container {
	background-position: calc(50% + 200px) 0
}

@media screen and (max-width:70.625rem) {
	.hero.hero__insights .hero__container {
		background-position: calc(50% + 300px) 100%
	}
}

@media screen and (max-width:58.0625rem) {
	.hero.hero__insights .hero__container {
		background: 0 0!important;
		padding-bottom: 0!important
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__insights .hero__heading {
		max-width: 33.75rem
	}
}

@media screen and (min-width:80rem) {
	.hero.hero__insights .hero__heading {
		max-width: 32.5rem
	}
}

.hero.hero__insights .hero__subheading {
	margin-bottom: -1rem
}

@media screen and (min-width:58.125rem) {
	.hero.hero__insights .hero__subheading {
		margin-bottom: 1.5rem;
		max-width: 27.5rem
	}
}

.hero.hero__car-care-current-partner {
	padding-top: 5.25rem
}

.hero.hero__car-care-current-partner .hero__container {
	background-position: calc(50% + 200px) 40%
}

@media screen and (min-width:80rem) {
	.hero.hero__car-care-current-partner .hero__container {
		background-size: 75%
	}
}

@media screen and (min-width:84.375rem) {
	.hero.hero__car-care-current-partner .hero__container {
		background-size: 60%
	}
}

@media screen and (max-width:70.625rem) {
	.hero.hero__car-care-current-partner .hero__container {
		background-position: calc(5% + 300px) 100%
	}
}

@media screen and (max-width:58.0625rem) {
	.hero.hero__car-care-current-partner .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 72vw!important
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__car-care-current-partner .hero__heading {
		max-width: 31.25rem
	}
}

@media screen and (min-width:58.125rem) {
	.hero.hero__car-care-current-partner .hero__subheading {
		max-width: 27.5rem
	}
}

.hero.hero__car-care-partner {
	padding-top: 4.625rem
}

.hero.hero__car-care-partner .hero__container {
	background-position: calc(50% + 200px) 40%
}

@media screen and (min-width:80rem) {
	.hero.hero__car-care-partner .hero__container {
		background-size: 75%
	}
}

@media screen and (min-width:84.375rem) {
	.hero.hero__car-care-partner .hero__container {
		background-size: 62%
	}
}

@media screen and (max-width:70.625rem) {
	.hero.hero__car-care-partner .hero__container {
		background-position: calc(5% + 300px) 100%
	}
}

@media screen and (max-width:50.75rem) {
	.hero.hero__car-care-partner .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 72vw!important
	}
}

@media screen and (min-width:50.8125rem) {
	.hero.hero__car-care-partner .hero__heading {
		max-width: 31.25rem
	}
}

@media screen and (min-width:50.8125rem) {
	.hero.hero__car-care-partner .hero__subheading {
		max-width: 27.5rem
	}
}

.hero.hero__car-care-prospecting .hero__container {
	background-position: calc(60% + 200px) 40%
}

@media screen and (min-width:80rem) {
	.hero.hero__car-care-prospecting .hero__container {
		background-size: 48%
	}
}

@media screen and (min-width:84.375rem) {
	.hero.hero__car-care-prospecting .hero__container {
		background-size: 45%
	}
}

@media screen and (max-width:68.75rem) {
	.hero.hero__car-care-prospecting .hero__container {
		background-position: calc(30% + 318px) 100%
	}
}

@media screen and (max-width:58.0625rem) {
	.hero.hero__car-care-prospecting .hero__container {
		background-position: right bottom;
		background-size: 100%;
		padding-bottom: 72vw!important
	}
}

.hero.hero__car-care-prospecting .hero__heading {
	margin-bottom: 0
}

.hero.hero__car-care-prospecting .hero__subheading {
	max-width: 25rem;
	position: relative;
	margin-top: .5rem;
	padding-left: 1.25rem
}

.hero.hero__car-care-prospecting .hero__subheading::before {
	content: '';
	position: absolute;
	top: -.5rem;
	left: 0;
	height: calc(100% + .5rem);
	background-color: #fbc600
}

@media (min-width:80.0625rem) {
	.hero.hero__car-care-prospecting .hero__subheading::before {
		width: .625rem
	}
}

@media (max-width:80rem) {
	.hero.hero__car-care-prospecting .hero__subheading::before {
		width: .375rem
	}
}

.hero.hero__long_form_campaign {
	padding-top: 5.25rem;
	position: relative
}

.hero.hero__long_form_campaign:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: .375rem;
	width: 100%;
	background-color: #3b3c43
}

@media screen and (max-width:76.875rem) {
	.hero.hero__long_form_campaign .hero__container {
		background-size: contain
	}
}

@media (max-width:70.375rem) {
	.hero.hero__long_form_campaign .hero__container {
		background-size: 60%
	}
}

@media (max-width:48rem) {
	.hero.hero__long_form_campaign .hero__container {
		background-position: right bottom;
		background-size: 120%;
		padding-bottom: 100vw!important
	}
}

@media (min-width:52.875rem) {
	.hero.hero__long_form_campaign .hero .hero__heading {
		max-width: 40rem
	}
}

.hero.hero__long_form_campaign .hero .hero__heading br {
	display: none
}

@media (min-width:52.875rem) {
	.hero.hero__long_form_campaign .hero .hero__heading br {
		display: block
	}
}

.center-copy {
	padding: 3rem 0;
	background-color: #3b3c43;
	color: #fff;
	margin-top: 85px;
}

.center-copy__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	text-align: center
}

@media (min-width:48.0625rem) {
	.center-copy__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.center-copy__inner {
		padding: 1.25rem 1.25rem
	}
}

.center-copy__title {
	color: #3b3c43;
	font-weight: 400;
	letter-spacing: -.7px;
	font-size: 1.75rem;
	line-height: 1;
	margin: 0 0 2rem;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.center-copy__title-bold {
	font-weight: 700
}

@media (min-width:768px) {
	.center-copy__title {
		font-size: 2.5rem
	}
}

@media (min-width:1024px) {
	.center-copy__title {
		font-size: 2.875rem;
		line-height: 1.1
	}
}

.center-copy__title.-visible {
	opacity: 1
}

.center-copy__text {
	color: #3b3c43;
	max-width: 65rem;
	margin: 0 auto 2rem;
	letter-spacing: -.5px;
	font-weight: 400;
	font-size: 1.25rem;
	color: #fff;
	max-width: 55rem;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.center-copy__text-bold {
	font-weight: 700
}

@media (min-width:480px) {
	.center-copy__text {
		font-size: 1.375rem
	}
}

@media (min-width:768px) {
	.center-copy__text {
		font-size: 1.5rem
	}
}

@media (min-width:1280px) {
	.center-copy__text {
		font-size: 1.625rem
	}
}

.center-copy__text:last-of-type {
	margin-bottom: 0
}

.center-copy__text.-visible {
	opacity: 1
}

.center-copy__text+.center-copy__button {
	display: block;
	max-width: 4.6875rem;
	margin: 1.5rem auto 0
}

.center-copy__subtext {
	max-width: 42.5rem
}

.center-copy__link {
	color: #fbc600;
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.center-copy__link>span,
.center-copy__link>strong {
	color: #fff
}

.center-copy__link:active,
.center-copy__link:focus,
.center-copy__link:hover {
	color: #fff;
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff
}

.center-copy__link:active,
.center-copy__link:focus {
	outline: 2px solid #3b3c43
}

.center-copy__button {
	border: 0;
	padding: .9375rem 1.5625rem;
	background-color: #fbc600;
	color: #3b3c43;
	font-weight: 700;
	line-height: .9;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	padding-left: 3rem;
	padding-right: 3rem;
	font-size: 1rem;
	border: 2px solid transparent;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out
}

.center-copy__button:hover {
	background-color: #3b3c43;
	color: #fff
}

.center-copy__button:focus {
	outline-color: #3b3c43
}

.center-copy__button.-disabled {
	cursor: not-allowed
}

.center-copy__button.-disabled:hover {
	background-color: #fbc600;
	color: #3b3c43
}

.center-copy__button.-disabled:focus {
	outline: 0
}

.center-copy__button:focus {
	outline-color: #fff
}

@media all and (-ms-high-contrast:none) {
	.center-copy__button:focus {
		outline: 2px solid #fff
	}
}

@supports (-ms-ime-align:auto) {
	.center-copy__button:focus {
		outline: 2px solid #fff
	}
}

.center-copy__button:hover {
	border-color: #fff
}

.center-copy__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.5rem
}

@media (min-width:48rem) {
	.center-copy__columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.center-copy__column {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.center-copy__column--copy {
	font-size: 1rem;
	line-height: 26px;
	color: #fff;
	max-width: 75%;
	margin: 0 auto;
	letter-spacing: -.048em
}

.center-copy__column--image {
	display: block;
	margin: 0 auto 1.5rem;
	width: 3.75rem
}

@media (min-width:48rem) {
	.center-copy__column {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(33.33333% - 11px);
		margin-right: 16px
	}
	.center-copy__column:nth-child(3n) {
		margin-right: 0
	}
	.center-copy__column--copy {
		font-size: 1.0625rem
	}
}

.center-copy.-bkg-transparent {
	background-color: transparent;
	color: #3b3c43
}

.center-copy.-bkg-transparent .center-copy__text,
.center-copy.-bkg-transparent .center-copy__title {
	color: #3b3c43
}

.center-copy.-bkg-transparent .center-copy__title {
	margin-top: 2rem;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto
}

.center-copy.-bkg-transparent .center-copy__title sup {
	top: -.9rem;
	font-size: 50%
}

.center-copy.-bkg-transparent .center-copy__text {
	max-width: 57rem
}

.center-penta {
	padding: 3rem 0;
	background-color: #f7f7f7
}

.center-penta__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	text-align: center
}

@media (min-width:48.0625rem) {
	.center-penta__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.center-penta__inner {
		padding: 1.25rem 1.25rem
	}
}

.center-penta__title {
	color: #3b3c43;
	font-weight: 400;
	letter-spacing: -.7px;
	font-size: 1.75rem;
	line-height: 1;
	margin: 0 0 2rem;
	color: #3b3c43;
	max-width: 55rem;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.center-penta__title-bold {
	font-weight: 700
}

@media (min-width:768px) {
	.center-penta__title {
		font-size: 2.5rem
	}
}

@media (min-width:1024px) {
	.center-penta__title {
		font-size: 2.875rem;
		line-height: 1.1
	}
}

.center-penta__title.-hidden {
	opacity: 0
}

.center-penta__subheading {
	color: #3b3c43;
	max-width: 65rem;
	margin: 0 auto 2rem;
	letter-spacing: -.5px;
	font-weight: 400;
	font-size: 1.25rem;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.center-penta__subheading-bold {
	font-weight: 700
}

@media (min-width:480px) {
	.center-penta__subheading {
		font-size: 1.375rem
	}
}

@media (min-width:768px) {
	.center-penta__subheading {
		font-size: 1.5rem
	}
}

@media (min-width:1280px) {
	.center-penta__subheading {
		font-size: 1.625rem
	}
}

.center-penta__subheading.-hidden {
	opacity: 0
}

.center-penta__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:56.25rem) {
	.center-penta__wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.center-penta__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem 3rem;
	margin-bottom: 1.5rem;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #d8d8d8;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.center-penta__item.-hidden {
	opacity: 0
}

.center-penta__item:last-of-type {
	border: none
}

@media (min-width:25.875rem) {
	.center-penta__item {
		border-bottom: none
	}
}

@media (min-width:48rem) {
	.center-penta__item {
		border-color: #d8d8d8;
		border-bottom: none;
		margin-bottom: 0
	}
	.center-penta__item:last-of-type {
		border: none
	}
}

.center-penta__subtitle {
	color: #3b3c43;
	max-width: 65rem;
	margin: 0 auto 2rem;
	letter-spacing: -.5px;
	font-weight: 400;
	font-size: 1.25rem;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: 1.5rem;
	left: 0;
	right: 0;
	color: #fbc600;
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.center-penta__subtitle-bold {
	font-weight: 700
}

@media (min-width:480px) {
	.center-penta__subtitle {
		font-size: 1.375rem
	}
}

@media (min-width:768px) {
	.center-penta__subtitle {
		font-size: 1.5rem
	}
}

@media (min-width:1280px) {
	.center-penta__subtitle {
		font-size: 1.625rem
	}
}

.center-penta__subtitle>span,
.center-penta__subtitle>strong {
	color: #3b3c43
}

.center-penta__subtitle:active,
.center-penta__subtitle:focus,
.center-penta__subtitle:hover {
	color: #3b3c43;
	-webkit-text-decoration-color: #3b3c43;
	text-decoration-color: #3b3c43
}

.center-penta__image {
	max-width: 6.25rem;
	margin-top: 3.5rem
}

@media (min-width:48rem) {
	.center-penta__image {
		margin-top: 5rem
	}
}

.center-penta__img {
	max-height: 6.25rem
}

.center-penta.-bkg-transparent {
	background-color: transparent
}

@media (min-width:67.5rem) {
	.center-penta.-syf-home {
		padding-bottom: 0
	}
}

.center-penta.-syf-home .center-penta__title {
	max-width: 60rem
}

.center-penta.-syf-home .center-penta__subheading {
	max-width: 50rem
}

.bullet_content,
.columns-list__link {
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	color: #3b3c43;
	margin: 0 0 2rem;
	letter-spacing: -.3px;
	font-weight: 400;
	line-height: 1.3;
	font-size: 1rem
}

@media (min-width:480px) {
	.bullet_content,
	.columns-list__link {
		font-size: 1.125rem
	}
}

@media (min-width:768px) {
	.bullet_content,
	.columns-list__link {
		font-size: 1.25rem
	}
}

@media (min-width:1280px) {
	.bullet_content,
	.columns-list__link {
		font-size: 1.375rem
	}
}

.columns-list {
	padding-top: 2rem;
	padding-bottom: 2rem;
	overflow-x: hidden
}

.columns-list__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.columns-list__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.columns-list__inner {
		padding: 1.25rem 1.25rem
	}
}

.columns-list__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	.columns-list__flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.columns-list__left {
	margin-right: 2rem
}

.columns-list__right {
	margin-right: 0
}

@media (min-width:768px) {
	.columns-list__right {
		margin-right: -5rem
	}
}

@media (min-width:768px) and (max-aspect-ratio:4 / 3) and (orientation:portrait) {
	.columns-list__right {
		margin-right: -1rem
	}
}

.columns-list__image {
	max-height: 29.25rem
}

.columns-list__image.-syf-home-card {
	max-height: 19rem
}

.columns-list__title {
	color: #3b3c43;
	font-weight: 400;
	letter-spacing: -.7px;
	font-size: 1.75rem;
	line-height: 1;
	margin: 0 0 2rem;
	color: #3b3c43;
	max-width: 37.5rem
}

.columns-list__title-bold {
	font-weight: 700
}

@media (min-width:768px) {
	.columns-list__title {
		font-size: 2.5rem
	}
}

@media (min-width:1024px) {
	.columns-list__title {
		font-size: 2.875rem;
		line-height: 1.1
	}
}

.columns-list__title>br {
	display: none
}

@media (min-width:62rem) {
	.columns-list__title>br {
		display: block
	}
}

.columns-list__copy {
	color: #3b3c43;
	margin: 0 0 2rem;
	letter-spacing: -.3px;
	font-weight: 400;
	line-height: 1.3;
	font-size: 1rem
}

.columns-list__copy-bold {
	font-weight: 700
}

.columns-list__copy+.emphasis-path__route {
	margin-top: -1rem
}

@media (min-width:480px) {
	.columns-list__copy {
		font-size: 1.125rem
	}
}

@media (min-width:768px) {
	.columns-list__copy {
		font-size: 1.25rem;
		max-width: 31.25rem
	}
}

@media (min-width:1280px) {
	.columns-list__copy {
		font-size: 1.375rem
	}
}

.columns-list__link {
	color: #fbc600;
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.columns-list__link>span,
.columns-list__link>strong {
	color: #3b3c43
}

.columns-list__link:active,
.columns-list__link:focus,
.columns-list__link:hover {
	color: #3b3c43;
	-webkit-text-decoration-color: #3b3c43;
	text-decoration-color: #3b3c43
}

.columns-list__container {
	margin-top: 2rem
}

@media (min-width:768px) {
	.columns-list__container {
		margin-top: 0
	}
}

a.columns-list__title-bold,
a.columns-list__title-link {
	color: #fbc600;
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

a.columns-list__title-bold>span,
a.columns-list__title-bold>strong,
a.columns-list__title-link>span,
a.columns-list__title-link>strong {
	color: #3b3c43
}

a.columns-list__title-bold:active,
a.columns-list__title-bold:focus,
a.columns-list__title-bold:hover,
a.columns-list__title-link:active,
a.columns-list__title-link:focus,
a.columns-list__title-link:hover {
	color: #3b3c43;
	-webkit-text-decoration-color: #3b3c43;
	text-decoration-color: #3b3c43
}

.bullet_content {
	margin: 0;
	max-width: 60rem
}

.columns-list .benefit_bullet {
	top: -9px
}

@media (min-width:480px) {
	.columns-list .benefit_bullet {
		top: -7px
	}
}

@media (min-width:1280px) {
	.columns-list .benefit_bullet {
		top: 0
	}
}

@media (min-width:1280px) {
	.columns-list .benefits_list li .benefit_progress_bar {
		top: 4px
	}
}

.emphasis-list {
	max-width: 100%
}

.emphasis-path {
	background-color: #3b3c43;
	color: #fff;
	max-width: 100%;
	padding-bottom: 3rem
}

.emphasis-path__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.emphasis-path__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.emphasis-path__inner {
		padding: 1.25rem 1.25rem
	}
}

@media (min-width:768px) {
	.emphasis-path__inner {
		padding: 3.4375rem 1.875rem;
		padding-bottom: 1rem
	}
}

@media (min-width:1025px) {
	.emphasis-path__inner {
		padding: 3.4375rem 6.25rem
	}
}

.emphasis-path__route {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:1279px) {
	.emphasis-path__route {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.emphasis-path__copy {
	position: relative;
	padding-left: 1.5rem;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.emphasis-path__copy.-visible {
	opacity: 1
}

.emphasis-path__copy::before {
	position: absolute;
	left: -.3125rem;
	left: -1px;
	top: .125rem;
	content: '';
	display: inline-block;
	height: .75rem;
	width: .75rem;
	background-color: #fbc600;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.emphasis-path__copy::after {
	position: absolute;
	left: .25rem;
	top: -.5rem;
	content: '';
	display: inline-block;
	height: 200%;
	width: 2px;
	background-color: #fbc600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.emphasis-path__copy:first-of-type::after {
	top: .25rem
}

.emphasis-path__copy:last-of-type::after {
	height: 20%;
	top: -1.5rem
}

.emphasis-path__copy:nth-last-of-type(2)::after {
	top: -1.5rem
}

@media (max-width:392px) {
	.emphasis-path__copy:nth-last-of-type(2)::after {
		height: 100%
	}
}

@media (min-width:1338px) {
	.emphasis-path__copy:nth-last-of-type(2)::after {
		height: 240%;
		top: -.5rem
	}
}

.emphasis-path__title {
	font-weight: 400;
	letter-spacing: -.7px;
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 1rem
}

@media (min-width:768px) {
	.emphasis-path__title {
		font-size: 2.5rem
	}
}

@media (min-width:1024px) {
	.emphasis-path__title {
		font-size: 2.875rem
	}
}

.emphasis-path__title-bold {
	font-weight: 700
}

.emphasis-path__subtitle {
	margin-bottom: 2rem;
	font-size: 1.25rem
}

@media (min-width:768px) {
	.emphasis-path__subtitle {
		font-size: 1.5rem
	}
}

.emphasis-path__copy {
	font-size: 1.25rem
}

@media (min-width:768px) {
	.emphasis-path__copy {
		font-size: 1.5rem
	}
}

.emphasis-path__image {
	border: 0;
	padding: 0;
	margin: 1rem 0 0 1rem;
	text-align: center;
	display: inline-block;
	position: relative
}

@media (max-width:80rem) {
	.emphasis-path__image {
		margin: 1rem auto
	}
}

@media (min-width:1279px) {
	.emphasis-path__image {
		padding-left: 1rem
	}
}

.emphasis-path__image>img {
	display: block;
	width: 100%;
	max-width: 21.875rem
}

.emphasis-card {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	width: 100%;
	max-width: 1440px
}

@media (min-width:48.0625rem) {
	.emphasis-card {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.emphasis-card {
		padding: 1.25rem 1.25rem
	}
}

.emphasis-card__inner {
	padding: 2rem;
	margin-top: -4rem;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .14);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:768px) {
	.emphasis-card__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:769px) {
	.emphasis-card__inner {
		padding: 3rem 4rem
	}
}

@media (min-width:768px) {
	.emphasis-card__left {
		margin-right: 2rem
	}
}

@media (min-width:768px) {
	.emphasis-card__right {
		max-width: 67%
	}
}

.emphasis-card__title {
	font-weight: 100;
	font-size: 7rem;
	margin: 0;
	letter-spacing: -.7px
}

.emphasis-card__title-overline {
	font-weight: 400;
	font-size: 2rem;
	margin-left: .5rem;
	position: relative
}

.emphasis-card__title-overline::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #fbc600;
	top: -1rem;
	left: 0
}

.emphasis-card__small-space {
	font-size: 1rem
}

.emphasis-card__subtitle {
	margin: -.5rem 0 0;
	font-size: 1.125rem
}

@media (min-width:768px) {
	.emphasis-card__subtitle {
		font-size: 1.25rem
	}
}

.emphasis-card__heading {
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 1.5rem;
	font-size: 1.75rem
}

@media (min-width:768px) {
	.emphasis-card__heading {
		font-size: 2.25rem
	}
}

@media (min-width:1024px) {
	.emphasis-card__heading {
		font-size: 2.5rem
	}
}

.emphasis-card__heading>span {
	font-weight: 700
}

.emphasis-card__copy {
	font-size: 1rem
}

@media (min-width:768px) {
	.emphasis-card__copy {
		font-size: 1.25rem
	}
}

@media (min-width:1024px) {
	.emphasis-card__copy {
		font-size: 1.375rem
	}
}

@-webkit-keyframes bullet_pulse {
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bullet_pulse {
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.benefits_list {
	list-style-type: none
}

.benefits_list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1rem
}

@media (min-width:768px) {
	.benefits_list li {
		font-size: 18px;
		line-height: 24px
	}
}

@media (min-width:1280px) {
	.benefits_list li {
		font-size: 21px;
		line-height: 28px
	}
}

.benefits_list li.active .bullet_content {
	opacity: 1
}

.benefits_list li.active .benefit_bullet {
	-webkit-animation: bullet_pulse .5s;
	animation: bullet_pulse .5s;
	opacity: 1
}

.benefits_list li .bullet_content {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

.benefits_list li .bullet_content_disclosure {
	font-size: 70%;
	line-height: 1.2;
	vertical-align: top
}

.benefits_list li+li {
	margin-top: -25px
}

.benefits_list li .benefit_progress_bar {
	position: absolute;
	top: 10px;
	left: -30px;
	height: 0;
	-webkit-transition: height 1.5s;
	transition: height 1.5s
}

@media (min-width:80.0625rem) and (max-width:90rem) {
	.benefits_list li .benefit_progress_bar {
		top: 0
	}
}

.benefits_list li:not(:last-child) {
	padding-bottom: 25px;
	margin-bottom: 25px
}

.benefits_list li:not(:last-child) .benefit_progress_bar {
	width: 2px;
	background-color: #fbc600
}

.benefits_list li:not(:last-child).active .benefit_progress_bar {
	height: 100%
}

@media (min-width:48.0625rem) and (max-width:80rem) {
	.benefits_list {
		padding-bottom: 40px
	}
}

.benefit_bullet {
	position: absolute;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	left: -9px;
	background-color: #fbc600;
	opacity: 0
}

@media (min-width:90.0625rem) {
	.benefit_bullet {
		top: -7px
	}
}

@media (max-width:80rem) {
	.benefit_bullet {
		top: -12px
	}
}

.slide {
	width: 100vw;
	max-width: 100%
}

.slide__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (min-width:48.0625rem) {
	.slide__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.slide__inner {
		padding: 1.25rem 1.25rem
	}
}

@media screen and (min-width:1401px) {
	.slide__inner {
		padding: 3.125rem 0 0 11.5625rem;
		margin-bottom: 25rem
	}
}

@media screen and (max-width:1400px) {
	.slide__inner {
		padding: 3.125rem 0 0 2.5rem;
		margin-bottom: 25rem
	}
}

@media screen and (max-width:67.4375rem) {
	.slide__inner {
		margin-bottom: 3.125rem
	}
}

@media (max-width:48rem) {
	.slide__inner {
		padding: 1.25rem 0
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__inner {
		padding: 1.25rem 0
	}
}

.slide__left {
	width: 50%
}

@media (max-width:48rem) {
	.slide__left {
		width: 100%
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__left {
		width: 100%
	}
}

.slide__image-container {
	width: 100%;
	height: 26.1875rem;
	background-size: cover;
	background-position: center center
}

@media (max-width:48rem) {
	.slide__image-container {
		height: 18.75rem
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__image-container {
		height: 18.75rem
	}
}

@media (max-width:30rem) {
	.slide__image-container {
		height: 15.625rem
	}
}

.slide__header {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	color: #3b3c43;
	margin: 1.25rem 7.5rem 1.25rem 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

@media (max-width:90rem) {
	.slide__header {
		margin-right: 2.5rem
	}
}

@media (max-width:48rem) {
	.slide__header {
		margin: 0 3.125rem 1.875rem;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__header {
		margin: 0 3.125rem 1.875rem;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

@media (max-width:30rem) {
	.slide__header {
		margin: 0 1.25rem 1.875rem
	}
}

@media (max-width:48rem) {
	.slide__bottom-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__bottom-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.slide__text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 12.1875rem;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

@media (max-width:48rem) {
	.slide__text-container {
		margin: 1.25rem 3.125rem 2.5rem;
		min-height: auto
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__text-container {
		margin: 1.25rem 3.125rem 2.5rem;
		min-height: auto
	}
}

@media (max-width:30rem) {
	.slide__text-container {
		margin: 1.25rem
	}
}

.slide__text-content {
	display: none
}

.slide__gold-bar {
	min-width: .625rem;
	background-color: #fbc600
}

.slide__text-inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 8.125rem 0 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	overflow: hidden
}

@media (max-width:30rem) {
	.slide__text-inner-container {
		height: 20.625rem
	}
}

@media (min-width:30.0625rem) and (max-width:48rem) {
	.slide__text-inner-container {
		height: 15rem
	}
}

@media (min-width:48.0625rem) {
	.slide__text-inner-container {
		height: 17.5rem
	}
}

@media screen and (min-width:1024px) {
	.slide__text-inner-container {
		height: 14.375rem
	}
}

@media (min-width:90.0625rem) {
	.slide__text-inner-container {
		height: 15rem
	}
}

@media (max-width:90rem) {
	.slide__text-inner-container {
		margin: 0 2.5rem 0 0
	}
}

.slide__text-expandable-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 .9375rem;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.slide__text {
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 0 .75rem
}

@media (max-width:48rem) {
	.slide__text {
		font-size: 1rem;
		margin-top: 1rem
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__text {
		font-size: 1rem;
		margin-top: 1rem
	}
}

.slide__byline {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.6
}

@media (max-width:48rem) {
	.slide__byline {
		font-size: 1rem
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slide__byline {
		font-size: 1rem
	}
}

.slick-slider {
	position: static
}

.slick-list {
	position: absolute;
	top: 3.125rem;
	right: 0;
	width: 39.25rem;
	max-width: 50%
}

@media (max-width:48rem) {
	.slick-list {
		position: static;
		width: 100%;
		max-width: 100%
	}
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
	.slick-list {
		position: static;
		width: 100%;
		max-width: 100%
	}
}

.slide-controls {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: .75rem
}

@media (min-width:30.0625rem) {
	.slide-controls {
		margin-left: 2.75rem
	}
}

@media screen and (min-width:48rem) {
	.slide-controls {
		margin-left: -.5rem
	}
}

@media screen and (min-width:48rem) and (max-height:425px) and (orientation:landscape) {
	.slide-controls {
		margin-left: 2.75rem
	}
}

@media screen and (min-width:48rem) and (max-width:769px) and (max-height:1024px) and (orientation:portrait) {
	.slide-controls {
		margin-left: 2.75rem
	}
}

.slide-controls>.slick-dots {
	text-align: center;
	position: relative;
	margin: 0;
	top: -2px;
	bottom: auto;
	width: 160px;
	left: auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.slide-controls>.slick-dots>li button:active,
.slide-controls>.slick-dots>li button:focus {
	outline: 2px solid #3b3c43
}

.slide-controls button {
	cursor: pointer;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0
}

.slide-controls button:active,
.slide-controls button:focus {
	outline: 2px solid #3b3c43
}

.slide-controls button:last-of-type {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.stories-slide {
  background-color: #f7f7f7;
  padding: 1rem 0;
  overflow-x: hidden;
}
@media (min-width: 48rem) {
  .stories-slide {
    padding: 3rem 0;
  }
}
.stories-slide__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .stories-slide__inner {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .stories-slide__inner {
    padding: 1.25rem 1.25rem;
  }
}
.stories-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100vw;
  max-width: 100%;
  min-height: 23.4375rem;
}
@media (min-width: 48rem) and (max-height: 450px) and (orientation: landscape) {
  .stories-slide__wrapper {
    min-height: 44rem;
  }
}
.stories-slide__wrapper > .slick-list {
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  overflow: visible;
}
.stories-slide__controls {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 769px) and (orientation: portrait) {
  .stories-slide__controls {
    padding-top: 17.1875rem;
  }
}
@media (min-width: 925px) and (max-width: 992px) {
  .stories-slide__controls {
    padding-top: 20rem;
  }
}
@media (min-width: 62rem) {
  .stories-slide__controls {
    padding-top: 0;
    margin-top: 4rem;
  }
}
.stories-slide__controls > .slick-dots {
  text-align: center;
  position: relative;
  margin: 0;
  top: -2px;
  bottom: auto;
  left: auto;
  width: 70px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.stories-slide__controls > .slick-dots > li button:before {
  font-size: 30px;
}
.stories-slide__controls > .slick-dots > li button:active, .stories-slide__controls > .slick-dots > li button:focus, .stories-slide__controls > .slick-dots > li button:focus-visible {
  outline: 2px solid #3b3c43;
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__controls > .slick-dots > li button:active, .stories-slide__controls > .slick-dots > li button:focus, .stories-slide__controls > .slick-dots > li button:focus-visible {
    outline: 2px solid #3b3c43;
  }
}
@supports (-ms-ime-align: auto) {
  .stories-slide__controls > .slick-dots > li button:active, .stories-slide__controls > .slick-dots > li button:focus, .stories-slide__controls > .slick-dots > li button:focus-visible {
    outline: 2px solid #3b3c43;
  }
}
.stories-slide__controls button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.stories-slide__controls button:active, .stories-slide__controls button:focus, .stories-slide__controls button:focus-visible {
  outline: 2px solid #3b3c43;
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__controls button:active, .stories-slide__controls button:focus, .stories-slide__controls button:focus-visible {
    outline: 2px solid #3b3c43;
  }
}
@supports (-ms-ime-align: auto) {
  .stories-slide__controls button:active, .stories-slide__controls button:focus, .stories-slide__controls button:focus-visible {
    outline: 2px solid #3b3c43;
  }
}
.stories-slide__controls button:last-of-type {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.stories-slide__controls._slides--3 > .slick-dots {
  width: 90px;
}
.stories-slide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62rem) {
  .stories-slide__flex {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stories-slide__left {
  position: relative;
  text-align: center;
  max-width: 40rem;
  margin-bottom: 3rem;
}
@media (min-width: 62rem) {
  .stories-slide__left {
    margin-right: 3rem;
    margin-bottom: 0;
    max-width: 23.4375rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__left--image {
    margin-top: -4.5rem;
  }
}
.stories-slide__left > .stories-slide__button {
  margin-bottom: 1.5rem;
}
.stories-slide__graph-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stories-slide__graph-left {
  width: 50%;
}
.stories-slide__graph-right {
  width: 50%;
}
.stories-slide__item:focus, .stories-slide__item:focus-visible {
  outline: 2px solid #3b3c43;
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__item:focus, .stories-slide__item:focus-visible {
    outline: 2px solid #3b3c43;
  }
}
@supports (-ms-ime-align: auto) {
  .stories-slide__item:focus, .stories-slide__item:focus-visible {
    outline: 2px solid #3b3c43;
  }
}
.stories-slide__item:last-of-type .stories-slide__copy.-mb3 {
  margin-bottom: 1.5rem;
}
.stories-slide__item:last-of-type .stories-slide__left {
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .stories-slide__item:last-of-type .stories-slide__copy.-mb3 {
    margin-bottom: 3rem;
  }
  .stories-slide__item:last-of-type .stories-slide__left {
    margin-bottom: 2rem;
  }
}
.stories-slide__title {
  color: #3b3c43;
  font-weight: normal;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #3b3c43;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.stories-slide__title-bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  .stories-slide__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .stories-slide__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}
.stories-slide__subheading {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3b3c43;
  text-align: center;
  margin-bottom: 0;
  max-width: 52rem;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.stories-slide__subheading-bold {
  font-weight: bold;
}
@media (min-width: 480px) {
  .stories-slide__subheading {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .stories-slide__subheading {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .stories-slide__subheading {
    font-size: 1.625rem;
  }
}
@media (min-width: 62rem) {
  .stories-slide__subheading {
    margin-bottom: 1.5rem;
  }
}
.stories-slide__subtitle {
  color: #3b3c43;
  text-align: center;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .stories-slide__subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px) {
  .stories-slide__subtitle {
    font-size: 1.5rem;
  }
}
.stories-slide__subtitle.-mb3 {
  margin-bottom: 3rem;
}
.stories-slide__subtitle-bold {
  font-weight: bold;
}
.stories-slide__subtitle + .stories-slide__copy {
  margin: -1rem 0 0;
}
.stories-slide__subtitle + .stories-slide__copy-image {
  margin: -2rem 0 0;
}
.stories-slide__graph-caption {
  padding: 0 10px;
}
.stories-slide__caption {
  color: #3b3c43;
  text-align: center;
  font-weight: normal;
  margin-top: -1rem;
  font-size: 1rem;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {
  .stories-slide__caption {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1280px) {
  .stories-slide__caption {
    font-size: 1.125rem;
  }
}
.stories-slide__copy {
  color: #3b3c43;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: -0.3px;
  min-width: 14.0625rem;
}
@media (min-width: 768px) {
  .stories-slide__copy {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1280px) {
  .stories-slide__copy {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.stories-slide__copy.-mb3 {
  margin-bottom: 3rem;
}
.stories-slide__copy-image img {
  display: inline-block;
  max-height: 12.8125rem;
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__copy-image {
    position: absolute;
    top: 9.5rem;
    left: 0;
    max-width: 23.4375rem;
  }
}
@media (min-width: 1280px) {
  .stories-slide__copy-image {
    max-height: unset;
  }
}
.stories-slide__container {
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  .stories-slide__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 40.625rem;
    max-height: 22.8125rem;
    width: unset;
    height: unset;
  }
}
.stories-slide__container.stories-slide__embed-size {
  max-height: 22.8125rem;
}
.stories-slide__container.stories-slide__embed-size > img {
  max-height: 22.8125rem;
}
.stories-slide__image {
  max-height: 19.6875rem;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2), 0 8px 50px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2), 0 8px 50px 9px rgba(0, 0, 0, 0.05);
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__image {
    max-height: 18.75rem;
  }
}
.stories-slide__image.-syf-home {
  display: block;
}
@media (min-width: 992px) {
  .stories-slide__image.-syf-home {
    display: none;
  }
}
.stories-slide__thumbnail, .stories-slide .video-embed__thumbnail {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2), 0 8px 50px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2), 0 8px 50px 9px rgba(0, 0, 0, 0.05);
}
.stories-slide__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.stories-slide__button:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.stories-slide__button:focus, .stories-slide__button:focus-visible {
  outline-color: #3b3c43;
}
.stories-slide__button.-disabled {
  cursor: not-allowed;
}
.stories-slide__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}
.stories-slide__button.-disabled:focus, .stories-slide__button.-disabled:focus-visible {
  outline: none;
}
.stories-slide__syf-home {
  background-color: #fff;
  padding: 1rem 0.5rem;
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 19.6875rem;
  width: 35rem;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2), 0 8px 50px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2), 0 8px 50px 9px rgba(0, 0, 0, 0.05);
}
@media all and (-ms-high-contrast: none) {
  .stories-slide__syf-home {
    max-height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .stories-slide__syf-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.stories-slide__syf-home__title {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  text-align: center;
  color: #459ca5;
  color: #3b3c43;
  max-width: 18rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.stories-slide__syf-home article {
  background-color: #d6e3e5;
  color: #459ca5;
  border-radius: 6px;
  text-align: center;
  margin-right: 0.75rem;
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  min-height: 8.125rem;
  position: relative;
  bottom: -6px;
}
.stories-slide__syf-home article h4 {
  font-size: 1.3125rem;
  margin: 0 0 0.75rem;
  line-height: 0.8;
}
.stories-slide__syf-home article h4 > span {
  font-size: 250%;
}
.stories-slide__syf-home article p {
  font-size: 0.625rem;
  margin: 0;
  color: #3b3c43;
}
.stories-slide__syf-home article:last-of-type {
  background-color: #fff;
  border: 2px solid #fbc600;
  margin-right: 0;
  padding-top: 1.5rem;
  bottom: auto;
}
.stories-slide__syf-home article:last-of-type > span {
  background-color: #fff;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.pagefx-footnote-back {
  color: inherit;
  height: 0;
  width: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-left: 0.5em;
}
.pagefx-footnote-back:focus {
  height: auto;
  width: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}

.pagefx-footnote:focus .pagefx-footnote-back {
  height: auto;
  width: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}

.pagefx-footnote-anchor {
  color: inherit;
  text-decoration: none;
}
.pagefx-footnote-anchor:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.footnotes {
  background-color: #f7f7f7;
}
.footnotes__container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 0.3125rem 5rem 3.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 48rem) {
  .footnotes__container {
    font-size: 1rem;
  }
}
.footnotes__footnote {
  text-align: center;
  color: #3b3c43;
}
.footnotes__footnote-disclosure {
  font-size: 70%;
  line-height: 1.2;
  vertical-align: top;
  margin: 0 auto;
}
.footnotes__link {
  -webkit-text-decoration-color: #fbc600;
          text-decoration-color: #fbc600;
  color: #3b3c43;
}
.footnotes__link-blue {
  color: #34657F;
  font-weight: 600;
}
.footnotes.-bkg-transparent {
  background-color: transparent;
}
.footnotes.-left-align {
  text-align: left;
}
.footnotes.-left-align .footnotes__footnote {
  text-align: left;
}
.footnotes.-calc {
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 48rem) {
  .footnotes.-calc .footnotes__container {
    padding-bottom: 2rem;
  }
}
.footnotes.-calc .footnotes__footnote {
  text-align: left;
  margin: 0;
}
.footnotes.-calc .footnotes__footnote + .footnotes__footnote {
  margin-top: 0.25rem;
}
.footnotes.-asset-repo {
  background-color: #fff;
}
@media (min-width: 48.0625rem) {
  .footnotes.-asset-repo .footnotes__container {
    padding: 2rem 5rem;
  }
}
@media (max-width: 48rem) {
  .footnotes.-asset-repo .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}
.footnotes.-asset-repo .footnotes__footnote {
  margin: 0;
}
.footnotes.-asset-repo .footnotes__footnote + .footnotes__footnote {
  margin-top: 0.5rem;
}

.alert {
	top: 7.752rem
}

.alert.-hidden {
	top: -7.752rem
}

.alert.-open {
	top: 9rem;
	z-inxed: 10
}

.hero::after {
    content: '';
    background-color: #fbc600;
    display: block;
    position: absolute;
    right: 0;
    height: .5rem;
    width: 33.375rem;
    -webkit-animation: from-right 750ms ease-in forwards;
    animation: from-right 750ms ease-in forwards;
    margin-bottom: 35px;  
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
	.hero::after {
		width: 14.375rem;
	}
}

@media screen and (min-width:80rem) {
	.hero::after {
		width: calc(50vw - 410px);
		}
}