/*Local Overrides*/
@media only screen and (min-width: 1069px) {
	.br-height-fix1 {
		margin-top: 49px;
	}
	.br-height-fix {
		margin-top: 74px;
	}
}

/* Offers Gallery */

@media only screen and (max-width: 1068px) and (min-width: 375px) {
	#offers-gallery
		.item-container
		.gallery-item
		.tile-content
		a.typography-tout {
		font-size: 16px;
	}
}

@media only screen and (max-width: 374px) {
	#offers-gallery
		.item-container
		.gallery-item
		.tile-content
		a.typography-tout {
		font-size: 13px;
	}
}

/*Changing Headline*/
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 450px) {
	.section-hero .lockup-wrapper {
		top: 150px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 170px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 280px) {
	.section-hero .lockup-wrapper {
		top: 190px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 235px) {
	.section-hero .lockup-wrapper {
		top: 220px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .lockup-wrapper {
		top: 135px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 734px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 200px;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1180px) {
	.typography-hero-headline {
		font-size: 80px !important;
	}
}
@media only screen and (min-width: 850px) and (max-width: 1068px) {
	.typography-hero-headline {
		font-size: 66px !important;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-hero-headline {
		font-size: 54px !important;
	}
}
@media only screen and (min-width: 529px) and (max-width: 590px) {
	.typography-hero-headline {
		font-size: 40px !important;
	}
}

/*Carousel Buttons*/
@media only screen and (max-width: 734px) {
	.marquee-item__cta {
		left: calc(50% - 64px);
		max-width: 94px;
	}
}

.part-wrapper {
	position: relative !important;
	left: -23px !important;
	z-index: 100 !important;
	display: block !important;
}
@media only screen and (max-width: 1069px) {
	.part-wrapper {
		position: relative !important;
		left: -13px !important;
		z-index: 100 !important;
		display: block !important;
	}
}
@media only screen and (max-width: 734px) {
	.part-wrapper {
		position: relative !important;
		left: -11px !important;
		z-index: 100 !important;
		display: block !important;
	}
}
.section-hero .changing-headline .part-wrapper {
	clip-path: inset(2px -230px -6px 0);
}

/* Hero */
.headline-1 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-2 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-3 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-4 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-5 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
@media only screen and (max-width: 734px) {
	.section-hero .changing-headline {
		font-size: 45px;
	}
	.headline-1 {
		font-size: 45px;
	}
	.headline-2 {
		font-size: 45px;
	}
	.headline-3 {
		font-size: 45px;
	}
	.headline-4 {
		font-size: 45px;
	}
	.headline-5 {
		font-size: 45px;
	}
}

/*River*/
@media only screen and (max-width: 734px) {
	.marquee-item__link .marquee-item__cta {
		transform: translateY(0);
	}
	.marquee-item__link:hover .marquee-item__cta {
		transform: translateX(0) translateY(-50%);
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.marquee-item__cta {
		font-size: 11px;
	}
	.marquee-item__copy {
		max-width: 43%;
	}
}
@media only screen and (min-width: 1069px) {
	.marquee-item__copy {
		max-width: 47.33333%;
	}
}

/* Value props */

@media only screen and (max-width: 332px) {
	.typography-value-prop {
		font-size: 30px;
	}
}

/* Section devices */

@media only screen and (max-width: 374px) {
	.section-devices .section-content {
		width: 95%;
	}
	.section-devices .section-copy {
		width: 87.5%;
	}
}

/* Questions and answers headline */

@media only screen and (max-width: 734px) {
	.section-faq .section-headline {
		max-width: 495px;
	}
}

/* Controller learn more */

@media only screen and (max-width: 378px) {
	#accordion-item-6-tray a {
		max-width: 300px;
		display: inline-block;
	}
}

@media only screen and (max-width: 573px) and (min-width: 559px) {
	br.sm-only {
		display: block;
	}
}
