:root {
	--outer-gutter: 40px;
	--outer-gutter-double: calc(var(--outer-gutter) * 2);
	--outer-gutter-half: calc(var(--outer-gutter) / 2);
	--neg-outer-gutter: calc(var(--outer-gutter) * -1);
	--neg-outer-gutter-double: calc(var(--outer-gutter-double) * -1);
	--neg-outer-gutter-half: calc(var(--outer-gutter-half) / -1);
	--gutter: 16px;
	--gutter-double: calc(var(--gutter) * 2);
	--gutter-half: calc(var(--gutter) / 2);
	--neg-gutter: calc(var(--gutter) * -1);
	--neg-gutter-double: calc(var(--gutter-double) * -1);
	--neg-gutter-half: calc(var(--gutter-half) / -1)
}

@media (max-width:1200px) {
	:root {
		--outer-gutter: 24px
	}
}

@media (max-width:480px) {
	:root {
		--outer-gutter: 16px
	}
}

:root {
	--admin-bar-height: var(--wp-admin--admin-bar--height,0px);
	--logo-height: 38px;
	--header-height: 85px;
	--inner-full-width: 1500px;
	--inner-full-height: calc(var(--full-vh, 100vh) - var(--header-height) - var(--admin-bar-height));
	--close-icon-size: 15px;
	--sticky-top: calc(var(--admin-bar-height) + 8px);
	--text: #222013;
	--text-10: rgba(34,32,19,.1);
	--text-20: rgba(34,32,19,.2);
	--text-30: rgba(34,32,19,.3);
	--text-40: rgba(34,32,19,.4);
	--text-50: rgba(34,32,19,.5);
	--border: rgba(34,32,19,.2);
	--accent: #fc6b3e;
	--border-radius: 9px;
	--xsmall-border-radius: 3px;
	--small-border-radius: 7px;
	--large-border-radius: 12px;
	--button-height: 56px;
	--xxsmall-button-height: 36px;
	--xsmall-button-height: 42px;
	--small-button-height: 50px;
	--large-button-height: 72px;
	--tag-height: 30px;
	--large-tag-height: var(--xxsmall-button-height);
	--xlarge-tag-height: var(--small-button-height);
	--input-height: var(--xxsmall-button-height);
	--large-input-height: var(--button-height);
	--card-padding: 20px;
	--card-gutter: 40px;
	--form-spacing: 50px;
	--vertical-padding: 135px;
	--large-vertical-padding: 150px;
	--badge-size: 120px
}

:root .is-homepage,:root .is-quiz {
	--logo-height: 42px;
	--header-height: 100px
}

@media (max-width:960px) {
	:root .is-homepage,:root .is-quiz {
		--logo-height: 38px;
		--header-height: 85px
	}
}

@media (max-width:480px) {
	:root .is-homepage,:root .is-quiz {
		--logo-height: 35px;
		--header-height: 70px
	}
}

:root .is-upscroll {
	--sticky-top: calc(var(--admin-bar-height) + var(--header-height) + 8px)
}



:root .has-solid-borders {
	--border: hsla(48,8%,46%,.4)
}

:root .generic,:root .landing--learn,:root .landing--search,:root .landing--show,:root .single--post,:root .single--show {
	--accent: #4f87c7
}

@media (min-width:1201px) {
	:root .card--large:not(.card--short) {
		--card-padding: 24px
	}
}

@media (max-width:calc(1500px + (40px * 2))) {
	:root {
		--inner-full-width: calc(var(--full-vw, 100vw) - var(--outer-gutter-double))
	}
}

@media (max-width:1200px) {
	:root {
		--card-padding: var(--gutter);
		--badge-size: 110px
	}
}

@media (max-width:960px) {
	:root {
		--logo-height: 35px;
		--header-height: 70px;
		--button-height: 50px;
		--small-button-height: 46px;
		--large-button-height: 62px;
		--card-gutter: 32px;
		--vertical-padding: 100px;
		--large-vertical-padding: 120px;
		--badge-size: 100px
	}
}

@media (max-width:640px) {
	:root {
		--form-spacing: 40px
	}
}

@media (max-width:480px) {
	:root {
		--logo-height: 32px;
		--header-height: 60px;
		--close-icon-size: 13px;
		--xsmall-border-radius: 2px;
		--button-height: 46px;
		--xxsmall-button-height: 32px;
		--xsmall-button-height: 38px;
		--small-button-height: 42px;
		--large-button-height: 52px;
		--tag-height: 26px;
		--card-padding: 12px;
		--large-vertical-padding: 100px;
		--badge-size: 90px
	}
}


table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}[data-animation^=slide-up] {
	overflow: hidden
}[data-animation^=slide-up] .slide-up-mask {
	display: inline;
	overflow: hidden
}[data-animation^=slide-up] .slide-up-content {
	display: inline-block;
	vertical-align: bottom;
	transform: translateY(100%);
	opacity: 0;
	transition: opacity .6s,transform .6s
}[data-animation^=slide-up].is-visible .slide-up-content {
	transform: translateY(0);
	opacity: 1
}[data-animation=fade] {
	opacity: 0;
	transition: opacity .6s
}[data-animation=fade].is-visible {
	opacity: 1
}[data-animation=fade-up] {
	transform: translateY(100%);
	opacity: 0;
	transition: opacity .6s,transform .6s
}[data-animation=fade-up].is-visible {
	transform: translateY(0);
	opacity: 1
}[data-animation-delay="100"],[data-animation-delay="100"] .content {
	transition-delay: .1s!important
}[data-animation-delay="200"],[data-animation-delay="200"] .content {
	transition-delay: .2s!important
}[data-animation-delay="300"],[data-animation-delay="300"] .content {
	transition-delay: .3s!important
}[data-animation-delay="400"],[data-animation-delay="400"] .content {
	transition-delay: .4s!important
}[data-animation-delay="500"],[data-animation-delay="500"] .content {
	transition-delay: .5s!important
}[data-animation-delay="600"],[data-animation-delay="600"] .content {
	transition-delay: .6s!important
}[data-animation-delay="700"],[data-animation-delay="700"] .content {
	transition-delay: .7s!important
}[data-animation-delay="800"],[data-animation-delay="800"] .content {
	transition-delay: .8s!important
}[data-animation-delay="900"],[data-animation-delay="900"] .content {
	transition-delay: .9s!important
}[data-animation-delay="1000"],[data-animation-delay="1000"] .content {
	transition-delay: 1s!important
}[data-animation-delay="1100"],[data-animation-delay="1100"] .content {
	transition-delay: 1.1s!important
}[data-animation-delay="1200"],[data-animation-delay="1200"] .content {
	transition-delay: 1.2s!important
}[data-animation-delay="1300"],[data-animation-delay="1300"] .content {
	transition-delay: 1.3s!important
}[data-animation-delay="1400"],[data-animation-delay="1400"] .content {
	transition-delay: 1.4s!important
}[data-animation-delay="1500"],[data-animation-delay="1500"] .content {
	transition-delay: 1.5s!important
}[data-animation-delay="1600"],[data-animation-delay="1600"] .content {
	transition-delay: 1.6s!important
}[data-animation-delay="1700"],[data-animation-delay="1700"] .content {
	transition-delay: 1.7s!important
}[data-animation-delay="1800"],[data-animation-delay="1800"] .content {
	transition-delay: 1.8s!important
}[data-animation-delay="1900"],[data-animation-delay="1900"] .content {
	transition-delay: 1.9s!important
}[data-animation-delay="2000"],[data-animation-delay="2000"] .content {
	transition-delay: 2s!important
}

.wrapper {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 var(--outer-gutter)
}

.wrapper--small {
	max-width: calc(1120px + var(--outer-gutter-double))
}

.wrapper--xsmall {
	max-width: calc(880px + var(--outer-gutter-double))
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: var(--neg-gutter-half);
	margin-right: var(--neg-gutter-half)
}

.column {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-left: var(--gutter-half);
	padding-right: var(--gutter-half)
}

.small-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0%
}

.small-2 {
	-ms-flex: 0 0 16.66666%;
	flex: 0 0 16.66666%;
	max-width: 16.66666%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	-ms-flex: 0 0 24.99999%;
	flex: 0 0 24.99999%;
	max-width: 24.99999%
}

.small-offset-2 {
	margin-left: 16.66666%
}

.small-4 {
	-ms-flex: 0 0 33.33332%;
	flex: 0 0 33.33332%;
	max-width: 33.33332%
}

.small-offset-3 {
	margin-left: 24.99999%
}

.small-5 {
	-ms-flex: 0 0 41.66665%;
	flex: 0 0 41.66665%;
	max-width: 41.66665%
}

.small-offset-4 {
	margin-left: 33.33332%
}

.small-6 {
	-ms-flex: 0 0 49.99998%;
	flex: 0 0 49.99998%;
	max-width: 49.99998%
}

.small-offset-5 {
	margin-left: 41.66665%
}

.small-7 {
	-ms-flex: 0 0 58.33331%;
	flex: 0 0 58.33331%;
	max-width: 58.33331%
}

.small-offset-6 {
	margin-left: 49.99998%
}

.small-8 {
	-ms-flex: 0 0 66.66664%;
	flex: 0 0 66.66664%;
	max-width: 66.66664%
}

.small-offset-7 {
	margin-left: 58.33331%
}

.small-9 {
	-ms-flex: 0 0 74.99997%;
	flex: 0 0 74.99997%;
	max-width: 74.99997%
}

.small-offset-8 {
	margin-left: 66.66664%
}

.small-10 {
	-ms-flex: 0 0 83.3333%;
	flex: 0 0 83.3333%;
	max-width: 83.3333%
}

.small-offset-9 {
	margin-left: 74.99997%
}

.small-11 {
	-ms-flex: 0 0 91.66663%;
	flex: 0 0 91.66663%;
	max-width: 91.66663%
}

.small-offset-10 {
	margin-left: 83.3333%
}

.small-12 {
	-ms-flex: 0 0 99.99996%;
	flex: 0 0 99.99996%;
	max-width: 99.99996%
}

.small-offset-11 {
	margin-left: 91.66663%
}

.small-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: auto
}

@media (min-width:481px) {
	.medium-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.medium-offset-0 {
		margin-left: 0%
	}

	.medium-2 {
		-ms-flex: 0 0 16.66666%;
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		-ms-flex: 0 0 24.99999%;
		flex: 0 0 24.99999%;
		max-width: 24.99999%
	}

	.medium-offset-2 {
		margin-left: 16.66666%
	}

	.medium-4 {
		-ms-flex: 0 0 33.33332%;
		flex: 0 0 33.33332%;
		max-width: 33.33332%
	}

	.medium-offset-3 {
		margin-left: 24.99999%
	}

	.medium-5 {
		-ms-flex: 0 0 41.66665%;
		flex: 0 0 41.66665%;
		max-width: 41.66665%
	}

	.medium-offset-4 {
		margin-left: 33.33332%
	}

	.medium-6 {
		-ms-flex: 0 0 49.99998%;
		flex: 0 0 49.99998%;
		max-width: 49.99998%
	}

	.medium-offset-5 {
		margin-left: 41.66665%
	}

	.medium-7 {
		-ms-flex: 0 0 58.33331%;
		flex: 0 0 58.33331%;
		max-width: 58.33331%
	}

	.medium-offset-6 {
		margin-left: 49.99998%
	}

	.medium-8 {
		-ms-flex: 0 0 66.66664%;
		flex: 0 0 66.66664%;
		max-width: 66.66664%
	}

	.medium-offset-7 {
		margin-left: 58.33331%
	}

	.medium-9 {
		-ms-flex: 0 0 74.99997%;
		flex: 0 0 74.99997%;
		max-width: 74.99997%
	}

	.medium-offset-8 {
		margin-left: 66.66664%
	}

	.medium-10 {
		-ms-flex: 0 0 83.3333%;
		flex: 0 0 83.3333%;
		max-width: 83.3333%
	}

	.medium-offset-9 {
		margin-left: 74.99997%
	}

	.medium-11 {
		-ms-flex: 0 0 91.66663%;
		flex: 0 0 91.66663%;
		max-width: 91.66663%
	}

	.medium-offset-10 {
		margin-left: 83.3333%
	}

	.medium-12 {
		-ms-flex: 0 0 99.99996%;
		flex: 0 0 99.99996%;
		max-width: 99.99996%
	}

	.medium-offset-11 {
		margin-left: 91.66663%
	}

	.medium-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto
	}
}

@media (min-width:769px) {
	.large-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.large-offset-0 {
		margin-left: 0%
	}

	.large-2 {
		-ms-flex: 0 0 16.66666%;
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		-ms-flex: 0 0 24.99999%;
		flex: 0 0 24.99999%;
		max-width: 24.99999%
	}

	.large-offset-2 {
		margin-left: 16.66666%
	}

	.large-4 {
		-ms-flex: 0 0 33.33332%;
		flex: 0 0 33.33332%;
		max-width: 33.33332%
	}

	.large-offset-3 {
		margin-left: 24.99999%
	}

	.large-5 {
		-ms-flex: 0 0 41.66665%;
		flex: 0 0 41.66665%;
		max-width: 41.66665%
	}

	.large-offset-4 {
		margin-left: 33.33332%
	}

	.large-6 {
		-ms-flex: 0 0 49.99998%;
		flex: 0 0 49.99998%;
		max-width: 49.99998%
	}

	.large-offset-5 {
		margin-left: 41.66665%
	}

	.large-7 {
		-ms-flex: 0 0 58.33331%;
		flex: 0 0 58.33331%;
		max-width: 58.33331%
	}

	.large-offset-6 {
		margin-left: 49.99998%
	}

	.large-8 {
		-ms-flex: 0 0 66.66664%;
		flex: 0 0 66.66664%;
		max-width: 66.66664%
	}

	.large-offset-7 {
		margin-left: 58.33331%
	}

	.large-9 {
		-ms-flex: 0 0 74.99997%;
		flex: 0 0 74.99997%;
		max-width: 74.99997%
	}

	.large-offset-8 {
		margin-left: 66.66664%
	}

	.large-10 {
		-ms-flex: 0 0 83.3333%;
		flex: 0 0 83.3333%;
		max-width: 83.3333%
	}

	.large-offset-9 {
		margin-left: 74.99997%
	}

	.large-11 {
		-ms-flex: 0 0 91.66663%;
		flex: 0 0 91.66663%;
		max-width: 91.66663%
	}

	.large-offset-10 {
		margin-left: 83.3333%
	}

	.large-12 {
		-ms-flex: 0 0 99.99996%;
		flex: 0 0 99.99996%;
		max-width: 99.99996%
	}

	.large-offset-11 {
		margin-left: 91.66663%
	}

	.large-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto
	}
}

@media (min-width:961px) {
	.xlarge-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.xlarge-offset-0 {
		margin-left: 0%
	}

	.xlarge-2 {
		-ms-flex: 0 0 16.66666%;
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xlarge-3 {
		-ms-flex: 0 0 24.99999%;
		flex: 0 0 24.99999%;
		max-width: 24.99999%
	}

	.xlarge-offset-2 {
		margin-left: 16.66666%
	}

	.xlarge-4 {
		-ms-flex: 0 0 33.33332%;
		flex: 0 0 33.33332%;
		max-width: 33.33332%
	}

	.xlarge-offset-3 {
		margin-left: 24.99999%
	}

	.xlarge-5 {
		-ms-flex: 0 0 41.66665%;
		flex: 0 0 41.66665%;
		max-width: 41.66665%
	}

	.xlarge-offset-4 {
		margin-left: 33.33332%
	}

	.xlarge-6 {
		-ms-flex: 0 0 49.99998%;
		flex: 0 0 49.99998%;
		max-width: 49.99998%
	}

	.xlarge-offset-5 {
		margin-left: 41.66665%
	}

	.xlarge-7 {
		-ms-flex: 0 0 58.33331%;
		flex: 0 0 58.33331%;
		max-width: 58.33331%
	}

	.xlarge-offset-6 {
		margin-left: 49.99998%
	}

	.xlarge-8 {
		-ms-flex: 0 0 66.66664%;
		flex: 0 0 66.66664%;
		max-width: 66.66664%
	}

	.xlarge-offset-7 {
		margin-left: 58.33331%
	}

	.xlarge-9 {
		-ms-flex: 0 0 74.99997%;
		flex: 0 0 74.99997%;
		max-width: 74.99997%
	}

	.xlarge-offset-8 {
		margin-left: 66.66664%
	}

	.xlarge-10 {
		-ms-flex: 0 0 83.3333%;
		flex: 0 0 83.3333%;
		max-width: 83.3333%
	}

	.xlarge-offset-9 {
		margin-left: 74.99997%
	}

	.xlarge-11 {
		-ms-flex: 0 0 91.66663%;
		flex: 0 0 91.66663%;
		max-width: 91.66663%
	}

	.xlarge-offset-10 {
		margin-left: 83.3333%
	}

	.xlarge-12 {
		-ms-flex: 0 0 99.99996%;
		flex: 0 0 99.99996%;
		max-width: 99.99996%
	}

	.xlarge-offset-11 {
		margin-left: 91.66663%
	}

	.xlarge-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto
	}
}

@media (min-width:1201px) {
	.xxlarge-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.xxlarge-offset-0 {
		margin-left: 0%
	}

	.xxlarge-2 {
		-ms-flex: 0 0 16.66666%;
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}

	.xxlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xxlarge-3 {
		-ms-flex: 0 0 24.99999%;
		flex: 0 0 24.99999%;
		max-width: 24.99999%
	}

	.xxlarge-offset-2 {
		margin-left: 16.66666%
	}

	.xxlarge-4 {
		-ms-flex: 0 0 33.33332%;
		flex: 0 0 33.33332%;
		max-width: 33.33332%
	}

	.xxlarge-offset-3 {
		margin-left: 24.99999%
	}

	.xxlarge-5 {
		-ms-flex: 0 0 41.66665%;
		flex: 0 0 41.66665%;
		max-width: 41.66665%
	}

	.xxlarge-offset-4 {
		margin-left: 33.33332%
	}

	.xxlarge-6 {
		-ms-flex: 0 0 49.99998%;
		flex: 0 0 49.99998%;
		max-width: 49.99998%
	}

	.xxlarge-offset-5 {
		margin-left: 41.66665%
	}

	.xxlarge-7 {
		-ms-flex: 0 0 58.33331%;
		flex: 0 0 58.33331%;
		max-width: 58.33331%
	}

	.xxlarge-offset-6 {
		margin-left: 49.99998%
	}

	.xxlarge-8 {
		-ms-flex: 0 0 66.66664%;
		flex: 0 0 66.66664%;
		max-width: 66.66664%
	}

	.xxlarge-offset-7 {
		margin-left: 58.33331%
	}

	.xxlarge-9 {
		-ms-flex: 0 0 74.99997%;
		flex: 0 0 74.99997%;
		max-width: 74.99997%
	}

	.xxlarge-offset-8 {
		margin-left: 66.66664%
	}

	.xxlarge-10 {
		-ms-flex: 0 0 83.3333%;
		flex: 0 0 83.3333%;
		max-width: 83.3333%
	}

	.xxlarge-offset-9 {
		margin-left: 74.99997%
	}

	.xxlarge-11 {
		-ms-flex: 0 0 91.66663%;
		flex: 0 0 91.66663%;
		max-width: 91.66663%
	}

	.xxlarge-offset-10 {
		margin-left: 83.3333%
	}

	.xxlarge-12 {
		-ms-flex: 0 0 99.99996%;
		flex: 0 0 99.99996%;
		max-width: 99.99996%
	}

	.xxlarge-offset-11 {
		margin-left: 91.66663%
	}

	.xxlarge-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto
	}
}

@media (min-width:1351px) {
	.xxxlarge-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.xxxlarge-offset-0 {
		margin-left: 0%
	}

	.xxxlarge-2 {
		-ms-flex: 0 0 16.66666%;
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}

	.xxxlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xxxlarge-3 {
		-ms-flex: 0 0 24.99999%;
		flex: 0 0 24.99999%;
		max-width: 24.99999%
	}

	.xxxlarge-offset-2 {
		margin-left: 16.66666%
	}

	.xxxlarge-4 {
		-ms-flex: 0 0 33.33332%;
		flex: 0 0 33.33332%;
		max-width: 33.33332%
	}

	.xxxlarge-offset-3 {
		margin-left: 24.99999%
	}

	.xxxlarge-5 {
		-ms-flex: 0 0 41.66665%;
		flex: 0 0 41.66665%;
		max-width: 41.66665%
	}

	.xxxlarge-offset-4 {
		margin-left: 33.33332%
	}

	.xxxlarge-6 {
		-ms-flex: 0 0 49.99998%;
		flex: 0 0 49.99998%;
		max-width: 49.99998%
	}

	.xxxlarge-offset-5 {
		margin-left: 41.66665%
	}

	.xxxlarge-7 {
		-ms-flex: 0 0 58.33331%;
		flex: 0 0 58.33331%;
		max-width: 58.33331%
	}

	.xxxlarge-offset-6 {
		margin-left: 49.99998%
	}

	.xxxlarge-8 {
		-ms-flex: 0 0 66.66664%;
		flex: 0 0 66.66664%;
		max-width: 66.66664%
	}

	.xxxlarge-offset-7 {
		margin-left: 58.33331%
	}

	.xxxlarge-9 {
		-ms-flex: 0 0 74.99997%;
		flex: 0 0 74.99997%;
		max-width: 74.99997%
	}

	.xxxlarge-offset-8 {
		margin-left: 66.66664%
	}

	.xxxlarge-10 {
		-ms-flex: 0 0 83.3333%;
		flex: 0 0 83.3333%;
		max-width: 83.3333%
	}

	.xxxlarge-offset-9 {
		margin-left: 74.99997%
	}

	.xxxlarge-11 {
		-ms-flex: 0 0 91.66663%;
		flex: 0 0 91.66663%;
		max-width: 91.66663%
	}

	.xxxlarge-offset-10 {
		margin-left: 83.3333%
	}

	.xxxlarge-12 {
		-ms-flex: 0 0 99.99996%;
		flex: 0 0 99.99996%;
		max-width: 99.99996%
	}

	.xxxlarge-offset-11 {
		margin-left: 91.66663%
	}

	.xxxlarge-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto
	}
}

.slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}



.drawer--filter .drawer__content .filter-group--small input+label,.label,.search-input input[type=search],.small-label,.tag,.tag.tag--xlarge,.wp-caption .wp-caption-text,.wysiwyg table th,figure figcaption,table th {
	display: block;
	font-family: Topol,Helvetica,Arial,sans-serif;
	line-height: 90%;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: uppercase
}

@media (max-width:480px) {
	.drawer--filter .drawer__content .filter-group--small input+label,.label,.search-input input[type=search],.small-label,.tag,.tag.tag--xlarge,.wp-caption .wp-caption-text,.wysiwyg table th,figure figcaption,table th {
		letter-spacing: .01em
	}
}

.form--large input:not([type=submit]):not([type=button]),.form--large select,.form--large textarea,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_checkbox label,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_radio label,.gform_wrapper.gravity-theme .gform_body .gfield_consent_label,.gform_wrapper.gravity-theme .gform_body .gfield input:not([type=submit]):not([type=button]),.gform_wrapper.gravity-theme .gform_body .gfield select,.gform_wrapper.gravity-theme .gform_body .gfield textarea,.large {
	font-size: 20px
}

@media (max-width:960px) {
	.form--large input:not([type=submit]):not([type=button]),.form--large select,.form--large textarea,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_checkbox label,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_radio label,.gform_wrapper.gravity-theme .gform_body .gfield_consent_label,.gform_wrapper.gravity-theme .gform_body .gfield input:not([type=submit]):not([type=button]),.gform_wrapper.gravity-theme .gform_body .gfield select,.gform_wrapper.gravity-theme .gform_body .gfield textarea,.large {
		font-size: 18px
	}
}

@media (max-width:480px) {
	.form--large input:not([type=submit]):not([type=button]),.form--large select,.form--large textarea,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_checkbox label,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_radio label,.gform_wrapper.gravity-theme .gform_body .gfield_consent_label,.gform_wrapper.gravity-theme .gform_body .gfield input:not([type=submit]):not([type=button]),.gform_wrapper.gravity-theme .gform_body .gfield select,.gform_wrapper.gravity-theme .gform_body .gfield textarea,.large {
		font-size: 16px
	}
}

.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.medium,.option-switcher input.radio[type=checkbox]+label,.option-switcher input[type=radio]+label,body {
	font-size: 17px
}

@media (max-width:960px) {
	.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.medium,.option-switcher input.radio[type=checkbox]+label,.option-switcher input[type=radio]+label,body {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.medium,.option-switcher input.radio[type=checkbox]+label,.option-switcher input[type=radio]+label,body {
		font-size: 14px
	}
}

.button--xsmall,.button--xxsmall,.drawer--filter .drawer__content .filter-group--small input+label,.label,.search-input input[type=search],.small,.small-label,.tag,.tag.tag--xlarge,.widget--tip p,.wp-caption .wp-caption-text,.wysiwyg table td,.wysiwyg table th,figure figcaption,table td,table th {
	font-size: 16px
}

@media (max-width:480px) {
	.button--xsmall,.button--xxsmall,.drawer--filter .drawer__content .filter-group--small input+label,.label,.search-input input[type=search],.small,.small-label,.tag,.tag.tag--xlarge,.widget--tip p,.wp-caption .wp-caption-text,.wysiwyg table td,.wysiwyg table th,figure figcaption,table td,table th {
		font-size: 14px
	}
}

@media (max-width:960px) {
	.small--smaller-mobile {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.small--smaller-mobile {
		font-size: 12px
	}
}

.drawer--filter .drawer__content .filter-group--small input+label,.error,.gform_wrapper.gravity-theme .gform_body .gfield .ginput_complex label,.gform_wrapper.gravity-theme .gform_body .gfield_description,.gform_wrapper.gravity-theme .gform_body .gfield_validation_message,.message,.search-input input[type=search],.small-label,.tag,.wp-caption .wp-caption-text,.xsmall,figure figcaption {
	font-size: 14px
}

@media (max-width:480px) {
	.drawer--filter .drawer__content .filter-group--small input+label,.error,.gform_wrapper.gravity-theme .gform_body .gfield .ginput_complex label,.gform_wrapper.gravity-theme .gform_body .gfield_description,.gform_wrapper.gravity-theme .gform_body .gfield_validation_message,.message,.search-input input[type=search],.small-label,.tag,.wp-caption .wp-caption-text,.xsmall,figure figcaption {
		font-size: 12px
	}
}

.xxsmall {
	font-size: 13px
}

@media (max-width:480px) {
	.xxsmall {
		font-size: 11px
	}
}


:root {
	--vh: 1vh;
	--vw: 1vw;
	--resize-vh: 1vh;
	--full-vh: calc(var(--vh, 1vh) * 100);
	--full-vw: calc(var(--vw, 1vw) * 100);
	--resize-full-vh: calc(var(--resize-vh, 1vh) * 100)
}


.site-wrap {
	overflow: clip
}

.non-footer-site-wrap {
	min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	padding-top: var(--header-height);
	background-color: #ece7de;
	position: relative;
	z-index: 10
}

.skipnav:active,.skipnav:focus {
	position: absolute!important;
	top: 5px!important;
	left: 42%!important;
	width: 16%;
	background-color: #000;
	padding: 10px;
	color: #fff;
	z-index: 9999;
	text-align: center;
	clip: inherit;
	overflow: hidden;
	border: 0 none!important;
	width: auto!important;
	height: auto!important;
	margin: inherit
}[aria-disabled=true],[disabled] {
	pointer-events: none
}

dialog {
	border: none;
	padding: 0
}

#wpadminbar {
	position: fixed
}

.ajax-wrapper {
	transition: opacity .3s
}

#load-more {
	margin-top: 24px
}

@media (max-width:480px) {
	#load-more {
		background-color: var(--text-20)
	}
}

@media (max-width:768px) {
	.card-wrapper--split-mobile+#load-more {
		margin-top: 8px
	}
}

.is-loading {
	pointer-events: none!important;
	animation: pulse 2s infinite ease-in-out
}

@keyframes pulse {
	0% {
		opacity: .75
	}

	50% {
		opacity: .25
	}

	to {
		opacity: .75
	}
}

.no-results {
	padding-top: var(--gutter)
}

.copy-link {
	position: relative
}

.copy-link.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label.copy-link,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label.copy-link,.option-switcher input.radio[type=checkbox]+label.copy-link,.option-switcher input[type=radio]+label.copy-link {
	width: auto
}

.copy-link .icon--chain-link {
	margin-left: 8px
}

.copy-link .feedback {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	text-align: center;
	margin-left: 0!important;
	transition: opacity .3s;
	pointer-events: none
}

.copy-link .feedback.is-open {
	opacity: 1
}

@font-face {
	font-family:Topol;src:url(../fonts/Topol-Regular.woff) format("woff"),url(../fonts/Topol-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:fallback
}

@font-face {
	font-family:Topol;src:url(../fonts/Topol-Bold.woff) format("woff"),url(../fonts/Topol-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:fallback
}

@font-face {
	font-family:Maison Neue;src:url(../fonts/MaisonNeue-Book.otf);font-weight:400;font-style:normal;font-display:fallback
}

.listreset {
	padding: 0;
	margin: 0;
	list-style: none outside
}

.accessible {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	position: absolute!important;
	height: 1px!important;
	width: 1px!important;
	margin: -1px!important;
	padding: 0!important;
	overflow: hidden;
	word-wrap: normal!important
}

.not-accessible {
	border: initial;
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	position: static;
	height: auto;
	width: auto;
	margin: initial;
	padding: initial;
	overflow: auto
}

.visible {
	position: static;
	opacity: 1;
	pointer-events: all;
	z-index: 0;
	transition: opacity .6s
}

.hidden,.hidden-absolute {
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	transition: opacity .6s
}

.hidden-absolute {
	position: absolute;
	top: 0
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.no-case {
	text-transform: none!important
}

.bold {
	font-weight: 700
}

.italic {
	font-style: italic
}

.agipo {
	font-family: Agipo,Helvetica,Arial,sans-serif
}

.topol {
	font-family: Topol,Helvetica,Arial,sans-serif
}

.maison {
	font-family: Maison Neue,Helvetica,Arial,sans-serif
}

.black {
	color: #222013!important
}

.black svg {
	fill: #222013;
	stroke: #222013
}

.beige {
	color: #ded8c5!important
}

.beige svg {
	fill: #ded8c5;
	stroke: #ded8c5
}

.green {
	color: #aeb7a8!important
}

.green svg {
	fill: #aeb7a8;
	stroke: #aeb7a8
}

.orange {
	color: #fc6b3e!important
}

.orange svg {
	fill: #fc6b3e;
	stroke: #fc6b3e
}

.blue {
	color: #4f87c7!important
}

.blue svg {
	fill: #4f87c7;
	stroke: #4f87c7
}

.accent {
	color: var(--accent)!important
}

.accent svg {
	fill: var(--accent);
	stroke: var(--accent)
}

.circle {
	border-radius: 50%!important;
	overflow: hidden
}

.cover,.media-wrapper.circle,.media-wrapper.square {
	height: 100%;
	overflow: hidden
}

@media (min-width:481px) {
	.small-down {
		display: none!important
	}
}

@media (max-width:480px) {
	.small-up {
		display: none!important
	}
}

@media (min-width:641px) {
	.small-medium-down {
		display: none!important
	}
}

@media (max-width:640px) {
	.small-medium-up {
		display: none!important
	}
}

@media (min-width:769px) {
	.medium-down {
		display: none!important
	}
}

@media (max-width:768px) {
	.medium-up {
		display: none!important
	}
}

@media (min-width:961px) {
	.large-down {
		display: none!important
	}
}

@media (max-width:960px) {
	.large-up {
		display: none!important
	}
}

@media (min-width:1201px) {
	.xlarge-down {
		display: none!important
	}
}

@media (max-width:1200px) {
	.xlarge-up {
		display: none!important
	}
}

.inline-wrapper {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px
}

.inline-wrapper>* {
	margin: 4px
}

.split-wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px var(--gutter)
}

@media (min-width:961px) {
	.landing__latest--sticky .card--large,.sticky {
		position: -webkit-sticky!important;
		position: sticky!important;
		top: var(--sticky-top);
		left: 0;
		width: 100%;
		transition: top .3s
	}
}

.has-background-media {
	position: relative
}

.has-background-media .background-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.has-background-media .background-media .media-placeholder {
	height: 100%;
	padding-bottom: 0!important
}

.has-background-media .wrapper {
	position: relative;
	height: 100%;
	z-index: 10
}

.has-outer-borders .wrapper {
	position: relative
}

.has-outer-borders .wrapper:after,.has-outer-borders .wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--border);
	z-index: 10
}

.has-outer-borders .wrapper:before {
	left: calc(var(--outer-gutter) - 8px)
}

.has-outer-borders .wrapper:after {
	right: calc(var(--outer-gutter) - 8px)
}

.has-column-borders .column {
	position: relative
}

.has-column-borders .column:last-of-type:after {
	display: none
}

.has-column-borders .column:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--border);
	z-index: 10
}

.has-square,.has-square:before {
	display: inline-block
}

.has-square:before {
	content: "";
	position: relative;
	top: .025em;
	width: 13px;
	height: 13px;
	border-radius: var(--xsmall-border-radius);
	margin-right: 8px
}

@media (max-width:480px) {
	.has-square:before {
		width: 12px;
		height: 12px
	}
}

.has-square--accent:before {
	background-color: var(--accent)
}

.has-square--orange:before {
	background-color: #fc6b3e
}

.has-square--blue:before {
	background-color: #4f87c7
}

.has-square--beige:before {
	background-color: #ded8c5
}

.toggle {
	position: relative
}

.toggle.is-open .toggle__closed {
	display: none
}

.toggle.is-open .toggle__opened {
	display: block
}

.toggle__close,.toggle__opened {
	transition: all .3s
}

.toggle__opened {
	display: none
}

a.toggle.is-open .toggle__opened,a.toggle .toggle__closed,button.toggle.is-open .toggle__opened,button.toggle .toggle__closed {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

.fake-load-more__item,.show-more-less__content>:not(:first-child):not(:nth-child(2)),.show-more-less__toggle.is-open .show-more-less__toggle__more {
	display: none
}

.show-more-less__toggle.is-open .show-more-less__toggle__less {
	display: block
}

.show-more-less__toggle.is-open .icon--chevron-down {
	transform: rotate(-180deg)
}

.show-more-less__toggle .show-more-less__toggle__less {
	display: none
}

.icons-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0
}

.icons-wrapper>*+* {
	margin-left: 6px
}

.icons-wrapper .icon {
	width: 16px;
	height: 16px
}

.icons-list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.icons-list li+li {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.icons-list li+li {
		margin-top: 12px
	}
}

.icons-list .icon {
	position: relative;
	top: -1px;
	margin-right: 12px;
	width: 16px;
	height: 16px
}

.icons-list--large li+li {
	margin-top: 20px
}

@media (max-width:960px) {
	.icons-list--large li+li {
		margin-top: var(--gutter)
	}
}

.icons-list--large .icon {
	width: 24px;
	height: 24px;
	stroke-width: 1.5
}

.icons-list--background {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -8px
}

.icons-list--background li {
	margin-bottom: 8px;
	background-color: rgba(34,32,19,.05);
	padding: var(--gutter);
	border-radius: var(--large-border-radius);
	width: calc(50% - 4px)
}

@media (max-width:480px) {
	.icons-list--background li {
		width: 100%
	}
}

.icons-list--background li+li {
	margin-top: 0
}

.icon {
	fill: var(--text);
	stroke: var(--text);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: all .3s
}

.icon--accent {
	fill: var(--accent);
	stroke: var(--accent)
}

.icon--orange {
	fill: #fc6b3e;
	stroke: #fc6b3e
}

.icon--blue {
	fill: #4f87c7;
	stroke: #4f87c7
}

.icon--alert,.icon--discover,.icon--instagram,.icon--large-logo,.icon--logo,.icon--logomark,.icon--madebyarticle,.icon--quotation-mark {
	stroke: none!important
}

.icon--arrow-down,.icon--attribute,.icon--calendar,.icon--chain-link,.icon--checkmark,.icon--chevron-down,.icon--chevron-left,.icon--chevron-right,.icon--close,.icon--compare,.icon--distance,.icon--email,.icon--exclamation-mark,.icon--filter-alt,.icon--grid,.icon--hamburger,.icon--list,.icon--location,.icon--map,.icon--minus,.icon--phone,.icon--play,.icon--plus,.icon--question-circled,.icon--refresh,.icon--reselect,.icon--restart,.icon--search,.icon--star,.icon--stops {
	fill: none!important
}

.icon--logo {
	height: var(--logo-height);
	width: calc(var(--logo-height) * 2.725)
}

.fr .icon--logo {
	height: var(--logo-height);
	width: calc(var(--logo-height) * 1.68468)
}

.icon--large-logo {
	width: var(--inner-full-width);
	height: calc(var(--inner-full-width) * .28518)
}

.fr .icon--large-logo {
	width: var(--inner-full-width);
	height: calc(var(--inner-full-width) * .1589)
}

.icon--logomark {
	width: 48px;
	height: var(--logo-height)
}

@media (max-width:480px) {
	.icon--logomark {
		width: 36px;
		height: var(--logo-height)
	}
}

.icon--arrow-down {
	width: 14px;
	height: 24px;
	stroke-width: 2.5
}

.icon--chevron-down {
	width: 12px;
	height: 9px;
	stroke-width: 2.5
}

.icon--chevron-left,.icon--chevron-right {
	width: 9px;
	height: 12px;
	stroke-width: 2.5
}

.icon--search {
	width: 21px;
	height: 19px;
	stroke-width: 2.25
}

@media (max-width:480px) {
	.icon--search {
		width: 16px;
		height: 14px
	}
}

.icon--close,.icon--hamburger {
	width: var(--close-icon-size);
	height: var(--close-icon-size)
}

.icon--checkmark,.icon--close {
	stroke-width: 2.75
}

.icon--hamburger {
	stroke-width: 2
}

.icon--checkmark {
	width: calc(var(--close-icon-size) + 3px);
	height: calc(var(--close-icon-size) + 1px)
}

.icon--instagram {
	width: 26px;
	height: 27px
}

@media (max-width:480px) {
	.icon--instagram {
		width: 22px;
		height: 23px
	}
}

.icon--full-squiggle {
	width: calc(var(--full-vw, 100vw) * 1.25);
	height: calc((var(--full-vw, 100vw) * 1.25) * .07629);
	min-width: 768px;
	min-height: 58.59072px;
	max-height: 139px;
	pointer-events: none;
	fill: none!important;
	transition: none!important
}

.icon--calendar,.icon--chain-link,.icon--distance,.icon--email,.icon--filter,.icon--list,.icon--location,.icon--map,.icon--phone,.icon--stops {
	width: 16px;
	height: 16px;
	stroke-width: 1.5
}

.icon--quotation-mark {
	width: 62px;
	height: 50px
}

.icon--play {
	width: 20px;
	height: 22px;
	stroke-width: 2.5
}

.icon--exclamation-mark {
	width: 24px;
	height: 24px;
	stroke-width: 3
}

.icon--flag {
	width: 52px;
	height: 62px
}

@media (max-width:960px) {
	.icon--flag {
		width: 48px;
		height: 57px
	}
}

@media (max-width:480px) {
	.icon--flag {
		width: 44px;
		height: 52px
	}
}

.icon--alert {
	width: 32px;
	height: 32px
}

.icon--star {
	width: 22px;
	height: 22px
}

@media (max-width:480px) {
	.icon--star {
		width: 18px;
		height: 18px
	}
}

.icon--compare {
	width: 22px;
	height: 19px;
	stroke-width: 2.5
}

.icon--filter-alt {
	width: 20px;
	height: 15px;
	stroke-width: 2.5
}

.icon--grid {
	width: 19px;
	height: 15px;
	stroke-width: 2.5
}

.icon--reselect {
	width: 22px;
	height: 19px;
	stroke-width: 2.5
}

.icon--discover {
	width: 23px;
	height: 16px
}

.icon--madebyarticle {
	width: 85px;
	height: 13px
}

.icon--attribute {
	stroke-width: 2.5
}

.icon--question-circled {
	width: 20px;
	height: 20px;
	stroke-width: 2.25
}

.icon--minus,.icon--plus,.icon--refresh {
	width: 16px;
	height: 16px;
	stroke-width: 2.25
}

.icon--restart {
	width: 18px;
	height: 18px;
	stroke-width: 2
}

.badge {
	width: var(--badge-size);
	height: var(--badge-size);
	overflow: hidden
}


.wysiwyg {
	width: 100%;
	max-width: 660px;
	line-height: 140%
}

.wysiwyg--full,.wysiwyg--gutenberg {
	--vertical-margin: 75px;
	--xsmall-vertical-margin: 32px;
	--small-vertical-margin: 50px;
	--large-vertical-margin: 100px
}

@media (max-width:960px) {
	.wysiwyg--full,.wysiwyg--gutenberg {
		--vertical-margin: 50px;
		--xsmall-vertical-margin: 24px;
		--small-vertical-margin: 32px;
		--large-vertical-margin: 75px
	}
}

.wysiwyg--full,.wysiwyg--full p,.wysiwyg--gutenberg,.wysiwyg--gutenberg p {
	line-height: 150%
}

.wysiwyg--gutenberg {
	--left-offset: calc((var(--inner-full-width) - 660px) / 2);
	--neg-left-offset: calc(var(--left-offset) * -1);
	--right-offset: calc((var(--inner-full-width) - 660px) / 2);
	--neg-right-offset: calc(var(--right-offset) * -1);
	--full-bleed-left-offset: calc(var(--left-offset) + var(--outer-gutter) + ((var(--full-vw, 100vw) - 1580px) / 2));
	--neg-full-bleed-left-offset: calc(var(--full-bleed-left-offset) * -1);
	--full-bleed-right-offset: calc(var(--right-offset) + var(--outer-gutter) + ((var(--full-vw, 100vw) - 1580px) / 2));
	--neg-full-bleed-right-offset: calc(var(--full-bleed-right-offset) * -1);
	margin-left: var(--left-offset);
	margin-right: var(--right-offset)
}

@media (max-width:calc(1500px + (40px * 2))) {
	.wysiwyg--gutenberg {
		--full-bleed-left-offset: calc(var(--left-offset) + var(--outer-gutter));
		--full-bleed-right-offset: calc(var(--right-offset) + var(--outer-gutter))
	}
}

@media (max-width:960px) {
	.wysiwyg--gutenberg {
		--left-offset: 0px;
		--right-offset: calc(var(--inner-full-width) - 660px)
	}
}

@media (max-width:716px) {
	.wysiwyg--gutenberg {
		--right-offset: 0px
	}
}

.wysiwyg.has-lede>p:first-child {
	font-family: Topol,Helvetica,Arial,sans-serif;
	line-height: 115%
}

.wysiwyg img {
	max-width: 100%;
	height: auto;
	vertical-align: middle
}

.wysiwyg .widget--video,.wysiwyg iframe,.wysiwyg img,.wysiwyg video {
	border-radius: var(--large-border-radius);
	overflow: hidden
}

.wysiwyg .video-thumb,.wysiwyg .wp-block-embed,.wysiwyg .wp-block-table,.wysiwyg>iframe,.wysiwyg>img,.wysiwyg>video,.wysiwyg hr,.wysiwyg table {
	margin-top: var(--small-vertical-margin);
	margin-bottom: var(--small-vertical-margin)
}

.wysiwyg>:first-child {
	margin-top: 0!important
}

.wysiwyg>:last-child {
	margin-bottom: 0!important
}

.wysiwyg p img {
	width: 100%;
	margin: calc(var(--outer-gutter) - var(--gutter)) 0
}

.wysiwyg>h1 a,.wysiwyg>h2 a,.wysiwyg>h3 a,.wysiwyg>h4 a,.wysiwyg>h5 a,.wysiwyg>h6 a,.wysiwyg>ol a,.wysiwyg>ul a {
	display: inline;
	font-family: inherit;
	font-size: inherit
}

.wysiwyg>h1,.wysiwyg>h2,.wysiwyg>h3,.wysiwyg>h4,.wysiwyg>h5,.wysiwyg>h6 {
	margin-bottom: var(--gutter)
}

.wysiwyg>h1,.wysiwyg>h2 {
	margin-top: var(--large-vertical-margin)
}

.wysiwyg>h3 {
	margin-top: var(--vertical-margin)
}

.wysiwyg>h4 {
	margin-top: var(--small-vertical-margin)
}

.wysiwyg>h5,.wysiwyg>h6 {
	margin-top: var(--xsmall-vertical-margin)
}

.wysiwyg>ol,.wysiwyg>p,.wysiwyg>ul {
	margin-top: var(--gutter)
}

.wysiwyg>p+.arrow-link .icon--chevron-right {
	margin-left: 4px
}

.wysiwyg>ol,.wysiwyg>ul {
	list-style-type: none
}

.wysiwyg>ol li,.wysiwyg>ul li {
	position: relative;
	padding-left: 24px
}

@media (max-width:480px) {
	.wysiwyg>ol li,.wysiwyg>ul li {
		padding-left: 20px
	}
}

.wysiwyg>ol li:before,.wysiwyg>ul li:before {
	position: absolute;
	top: 0;
	left: 0
}

.wysiwyg>ol li+li,.wysiwyg>ul li+li {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.wysiwyg>ol li+li,.wysiwyg>ul li+li {
		margin-top: 10px
	}
}

.wysiwyg>ol ol,.wysiwyg>ol ul,.wysiwyg>ul ol,.wysiwyg>ul ul {
	margin-left: 24px
}

@media (max-width:480px) {
	.wysiwyg>ol ol,.wysiwyg>ol ul,.wysiwyg>ul ol,.wysiwyg>ul ul {
		margin-left: 20px
	}
}

.wysiwyg>ul li:before {
	content: "";
	top: 5px;
	width: 13px;
	height: 13px;
	background-color: var(--accent);
	border-radius: var(--xsmall-border-radius)
}

@media (max-width:960px) {
	.wysiwyg>ul li:before {
		top: 3px
	}
}

@media (max-width:480px) {
	.wysiwyg>ul li:before {
		width: 12px;
		height: 12px
	}
}

.wysiwyg>ol li {
	counter-increment: a
}

.wysiwyg>ol li:before {
	content: counter(a) "."
}

.wysiwyg>ol ol li {
	counter-increment: b
}

.wysiwyg>ol ol li:before {
	content: counter(b,lower-alpha) "."
}

.wysiwyg>ol ol ol li {
	counter-increment: c
}

.wysiwyg>ol ol ol li:before {
	content: counter(c,lower-roman) "."
}

.wysiwyg blockquote,.wysiwyg q {
	line-height: 100%;
	margin: 0
}

.wysiwyg blockquote cite,.wysiwyg blockquote small,.wysiwyg q cite,.wysiwyg q small {
	display: block;
	font-weight: 400;
	padding: 0
}

.wysiwyg blockquote cite,.wysiwyg blockquote em,.wysiwyg blockquote i,.wysiwyg q cite,.wysiwyg q em,.wysiwyg q i {
	font-style: normal
}

.wysiwyg blockquote b,.wysiwyg blockquote strong,.wysiwyg q b,.wysiwyg q strong {
	font-weight: 700
}

.wysiwyg abbr[title],.wysiwyg acronym {
	border-bottom: 1px dotted var(--text);
	cursor: help
}

.wysiwyg cite {
	color: #aeb7a8
}

.wysiwyg code,.wysiwyg kbd,.wysiwyg pre,.wysiwyg samp,.wysiwyg tt,.wysiwyg var {
	font-family: monospace,serif
}

.wysiwyg dfn,.wysiwyg em,.wysiwyg i {
	font-style: italic
}

.wysiwyg pre {
	box-sizing: border-box;
	background: var(--text-10);
	padding: 1em 2em;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

.wysiwyg small {
	font-size: smaller
}

.wysiwyg big {
	font-size: 125%
}

.wysiwyg sub,.wysiwyg sup {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.wysiwyg sup {
	bottom: 1ex
}

.wysiwyg sub {
	top: .5ex
}

.wysiwyg mark {
	background-color: #ff0
}

.wysiwyg figure {
	margin: 0
}

.wysiwyg legend {
	white-space: normal
}

.wysiwyg hr {
	background-color: var(--border);
	border: 0;
	height: 1px
}

.wysiwyg embed,.wysiwyg iframe,.wysiwyg object,.wysiwyg video {
	width: 100%
}

.wp-smiley,.wysiwyg p>embed,.wysiwyg p>iframe,.wysiwyg p>object,.wysiwyg span>embed,.wysiwyg span>iframe,.wysiwyg span>object {
	margin-bottom: 0
}

.wp-smiley {
	border: 0;
	margin-top: 0;
	padding: 0
}

img {
	max-width: 100%;
	height: auto
}

img.icon {
	max-width: none;
	border-radius: 0
}

figure {
	margin: 0
}

figure figcaption {
	text-align: left;
	margin: 8px 0 0!important
}

figure figcaption,figure figcaption p {
	line-height: 140%!important
}

.wp-caption {
	width: 100%!important
}

.wp-caption .wp-caption-text {
	margin-top: 8px
}

a.media-link {
	display: block!important
}

.media-wrapper {
/*	background-color: var(--text-10);*/
	border-radius: var(--large-border-radius);
	overflow: hidden
}

.media-wrapper.background-media,.media-wrapper.background-media img,.media-wrapper.background-media video {
	border-radius: 0
}

.media-wrapper.is-loaded img,.media-wrapper.is-loaded video {
	opacity: 1
}

.media-wrapper.icon,.media-wrapper.logo-wrapper,.media-wrapper.transparent {
	background-color: transparent!important
}

.media-wrapper.above-fold .media-placeholder iframe,.media-wrapper.above-fold .media-placeholder img,.media-wrapper.above-fold .media-placeholder video {
	position: static
}

.media-wrapper.circle,.media-wrapper.cover.circle,.media-wrapper.cover.square,.media-wrapper.square {
	height: auto
}

.media-wrapper.circle .media-placeholder,.media-wrapper.cover .media-placeholder,.media-wrapper.square .media-placeholder {
	height: 100%;
	padding-bottom: 0!important
}

.media-wrapper.circle .media-placeholder,.media-wrapper.square .media-placeholder {
	padding-bottom: 100%!important
}

.media-wrapper .media-placeholder {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	transition: none
}

.media-wrapper .media-placeholder iframe,/*.media-wrapper .media-placeholder img,*/.media-wrapper .media-placeholder video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: auto
}

.media-wrapper img,.media-wrapper video {
	opacity: 0
}

.media-wrapper .lazy-image,.media-wrapper .lazy-video {
	transition: opacity .6s
}

.media-wrapper.rv-image .media-placeholder {
	padding-bottom: 75%!important
}

.media-wrapper.rv-image .media-placeholder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 75%;
	max-height: 100%;
	width: auto!important;
	height: auto!important;
	-o-object-fit: contain;
	object-fit: contain
}

.media-wrapper.logo-wrapper {
	display: inline-block;
	border-radius: 0
}

.media-wrapper.logo-wrapper:not(.square):not(.circle) .media-placeholder {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-bottom: 0!important
}

.media-wrapper.logo-wrapper:not(.square):not(.circle) .media-placeholder img {
	position: static;
	height: auto;
	max-width: 100%;
	margin: 0;
	-o-object-fit: contain;
	object-fit: contain
}

.media-wrapper.logo-wrapper.circle,.media-wrapper.logo-wrapper.square {
	position: relative
}

.media-wrapper.logo-wrapper.circle .media-placeholder,.media-wrapper.logo-wrapper.square .media-placeholder {
	height: 0;
	padding-bottom: 100%!important
}

.media-wrapper.logo-wrapper.circle img,.media-wrapper.logo-wrapper.square img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto!important;
	height: auto!important;
	-o-object-fit: contain;
	object-fit: contain
}

.media-wrapper.logo-wrapper .media-placeholder img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

input:not([type=submit]):not([type=button]),select,textarea {
	background-color: var(--text-10);
	outline: none;
	border: none;
	width: 100%;
	height: var(--input-height);
	margin: 0;
	padding: 10px 12px;
	color: var(--text);
	line-height: var(--input-height);
	border-radius: var(--border-radius)
}

input:not([type=submit]):not([type=button])::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: var(--text);
	opacity: 1;
	height: inherit;
	vertical-align: middle
}

input:not([type=submit]):not([type=button]):-moz-placeholder,input:not([type=submit]):not([type=button])::-moz-placeholder,select:-moz-placeholder,select::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder {
	color: var(--text);
	opacity: 1;
	height: inherit;
	vertical-align: middle
}

input:not([type=submit]):not([type=button]):-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: var(--text);
	opacity: 1;
	height: inherit;
	vertical-align: middle
}

@media (max-width:480px) {
	input:not([type=submit]):not([type=button]),select,textarea {
		padding: 6px 10px
	}
}

input::-webkit-input-placeholder {
	line-height: var(--input-height)
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
	-webkit-text-fill-color: var(--text)
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
	display: none
}

textarea {
	resize: none;
	height: 175px!important
}

select {
	background-image: url(../img/svg/raw/chevron-down-filled.svg);
	background-position: right 20px center;
	background-size: 12px 8px;
	background-repeat: no-repeat;
	padding-right: 32px!important;
	line-height: normal!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.has-dark-background select,.header.is-open:not(.has-dark-background):not(.sticky-nav.is-sticky) select,.is-upscroll .header:not(.header--sticky) select,.sticky-nav.is-sticky select {
	background-image: url(../img/svg/raw/chevron-down-filled-light.svg)
}

input.checkbox.radio[type=checkbox],input.checkbox[type=radio],input.radio.checkbox[type=radio],input.radio[type=checkbox],input[type=checkbox],input[type=radio] {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	position: absolute!important;
	height: 1px!important;
	width: 1px!important;
	margin: -1px!important;
	padding: 0!important;
	overflow: hidden;
	word-wrap: normal!important
}

input.checkbox:not(:last-of-type)[type=radio]+label,input.radio:not(:last-of-type)[type=checkbox]+label,input[type=checkbox]:not(:last-of-type)+label,input[type=radio]:not(:last-of-type)+label {
	margin-bottom: 10px
}

input.checkbox.radio[type=checkbox]+label,input.checkbox[type=radio]+label,input.radio.checkbox[type=radio]+label,input.radio[type=checkbox]+label,input[type=checkbox]+label,input[type=radio]+label {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 36px;
	margin-bottom: 0;
	line-height: 140%;
	cursor: pointer;
	transition: color .3s
}

input.checkbox.radio[type=checkbox]+label:after,input.checkbox.radio[type=checkbox]+label:before,input.checkbox[type=radio]+label:after,input.checkbox[type=radio]+label:before,input.radio.checkbox[type=radio]+label:after,input.radio.checkbox[type=radio]+label:before,input.radio[type=checkbox]+label:after,input.radio[type=checkbox]+label:before,input[type=checkbox]+label:after,input[type=checkbox]+label:before,input[type=radio]+label:after,input[type=radio]+label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0
}

input.checkbox.radio[type=checkbox]+label:before,input.checkbox[type=radio]+label:before,input.radio.checkbox[type=radio]+label:before,input.radio[type=checkbox]+label:before,input[type=checkbox]+label:before,input[type=radio]+label:before {
	width: 22px;
	height: 22px;
	background-color: var(--text-10);
	border: 1px solid var(--border);
	transition: all .3s
}

input.checkbox.radio[type=checkbox]+label:after,input.checkbox[type=radio]+label:after,input.radio.checkbox[type=radio]+label:after,input.radio[type=checkbox]+label:after,input[type=checkbox]+label:after,input[type=radio]+label:after {
	width: 24px;
	height: 24px;
	background-color: #fc6b3e;
	opacity: 0;
	transition: opacity .3s
}

input.checkbox:checked[type=radio]+label:after,input.radio:checked[type=checkbox]+label:after,input[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after {
	opacity: 1
}

input.radio.checkbox[type=radio]+label,input.radio[type=checkbox]+label,input[type=radio]+label {
	display: block
}

input.radio.checkbox[type=radio]+label:after,input.radio.checkbox[type=radio]+label:before,input.radio[type=checkbox]+label:after,input.radio[type=checkbox]+label:before,input[type=radio]+label:after,input[type=radio]+label:before {
	border-radius: 50%
}

input.radio.checkbox[type=radio]+label:after,input.radio[type=checkbox]+label:after,input[type=radio]+label:after {
	background-color: #fc6b3e
}

input.checkbox.radio[type=checkbox]+label:after,input.checkbox.radio[type=checkbox]+label:before,input.checkbox[type=radio]+label:after,input.checkbox[type=radio]+label:before,input[type=checkbox]+label:after,input[type=checkbox]+label:before {
	border-radius: var(--small-border-radius)
}

input.checkbox.radio[type=checkbox]+label:after,input.checkbox[type=radio]+label:after,input[type=checkbox]+label:after {
	background-image: url(../img/svg/raw/checkmark-filled.svg);
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat
}

fieldset {
	border: none;
	padding: 0;
	margin: 0
}

fieldset legend {
	margin-bottom: var(--gutter)
}

@media (max-width:640px) {
	fieldset legend {
		margin-bottom: 12px
	}
}

.input-submit,.option-switcher,.search-input {
	background-color: var(--text-10);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input-submit input,.option-switcher input,.search-input input {
	background-color: transparent!important;
	height: 100%
}

.form--large .input-submit,.form--large .option-switcher,.form--large .search-input {
	border-radius: var(--large-border-radius)
}

.input-submit,.option-switcher {
	border: 2px solid transparent;
	border-radius: var(--large-border-radius)
}

.form--large .input-submit,.form--large .option-switcher {
	border-width: 4px
}

.input-submit input:not([type=submit]):not([type=button])::-webkit-input-placeholder {
	color: var(--text);
	opacity: 1;
	height: inherit;
	vertical-align: middle
}

.input-submit input:not([type=submit]):not([type=button]):-moz-placeholder,.input-submit input:not([type=submit]):not([type=button])::-moz-placeholder {
	color: var(--text);
	opacity: 1;
	height: inherit;
	vertical-align: middle
}

.input-submit input:not([type=submit]):not([type=button]):-ms-input-placeholder {
	color: var(--text);
	opacity: 1;
	height: inherit;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .input-submit input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .input-submit input+label,.input-submit .button,.input-submit .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.input-submit .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.input-submit .option-switcher input.radio[type=checkbox]+label,.input-submit .option-switcher input[type=radio]+label,.option-switcher .input-submit input.radio[type=checkbox]+label,.option-switcher .input-submit input[type=radio]+label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	border-radius: var(--border-radius)
}

.option-switcher input.radio[type=checkbox]+label:after,.option-switcher input.radio[type=checkbox]+label:before,.option-switcher input[type=radio]+label:after,.option-switcher input[type=radio]+label:before {
	display: none
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label.is-active,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label.is-active,.option-switcher .button.is-active,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label.is-active,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label.is-active,.option-switcher input.radio:checked[type=checkbox]+label,.option-switcher input.radio[type=checkbox]+label.is-active,.option-switcher input[type=radio]+label.is-active,.option-switcher input[type=radio]:checked+label {
	background-color: var(--accent);
	color: #222013
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label.is-active:after,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label.is-active:after,.option-switcher .button.is-active:after,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label.is-active:after,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label.is-active:after,.option-switcher input.radio:checked[type=checkbox]+label:after,.option-switcher input.radio[type=checkbox]+label.is-active:after,.option-switcher input[type=radio]+label.is-active:after,.option-switcher input[type=radio]:checked+label:after {
	display: none
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label,.option-switcher .button,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.option-switcher input.radio[type=checkbox]+label,.option-switcher input[type=radio]+label {
	position: relative;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	width: auto;
	margin-bottom: 0
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label:not(:last-of-type):after,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label:not(:last-of-type):after,.option-switcher .button:not(:last-of-type):after,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:not(:last-of-type):after,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:not(:last-of-type):after,.option-switcher input.radio[type=checkbox]+label:not(:last-of-type):after,.option-switcher input[type=radio]+label:not(:last-of-type):after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background-color: var(--border)
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label:first-of-type,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label:first-of-type,.option-switcher .button:first-of-type,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:first-of-type,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:first-of-type,.option-switcher input.radio[type=checkbox]+label:first-of-type,.option-switcher input[type=radio]+label:first-of-type {
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label:last-of-type,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label:last-of-type,.option-switcher .button:last-of-type,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:last-of-type,.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:last-of-type,.option-switcher input.radio[type=checkbox]+label:last-of-type,.option-switcher input[type=radio]+label:last-of-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius)
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .option-switcher input+label:not(:first-of-type):not(:last-of-type),.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .option-switcher input+label:not(:first-of-type):not(:last-of-type),.option-switcher .button:not(:first-of-type):not(:last-of-type),.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:not(:first-of-type):not(:last-of-type),.option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:not(:first-of-type):not(:last-of-type),.option-switcher input.radio[type=checkbox]+label:not(:first-of-type):not(:last-of-type),.option-switcher input[type=radio]+label:not(:first-of-type):not(:last-of-type) {
	border-radius: 0
}

.search-input {
	height: var(--large-tag-height);
	position: relative;
	padding: 10px 12px;
	border-radius: var(--border-radius)
}

@media (max-width:480px) {
	.search-input {
		padding: 6px 10px
	}
}

.search-input input[type=search] {
	padding: 0
}

.search-input label {
	font-size: 0;
	line-height: 0;
	margin-right: 10px
}

@media (max-width:480px) {
	.search-input label {
		margin-right: 8px
	}
}

.search-input label .icon--search {
	width: 18px;
	height: 16px
}

@media (max-width:480px) {
	.search-input label .icon--search {
		width: 16px;
		height: 15px
	}
}

.search-input__clear {
	opacity: .4;
	margin-left: 10px
}

@media (max-width:480px) {
	.search-input__clear {
		margin-left: 8px
	}
}

.search-input__clear .icon--close {
	width: 8px;
	height: 8px
}

.pac-container {
	margin-top: 12px;
	background-color: #222013;
	border: none;
	border-radius: var(--border-radius)!important;
	box-shadow: none
}

.pac-container:after {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-non-white3_hdpi.png)!important;
	padding: 0;
	margin: 8px 16px;
	filter: invert(4%) sepia(10%) saturate(366%) hue-rotate(357deg) brightness(92%) contrast(88%)
}

.pac-container .pac-item {
	padding: 16px;
	font-family: Maison Neue,Helvetica,Arial,sans-serif;
	line-height: normal;
	border: none;
	border-bottom: 1px solid hsla(46,27%,82%,.2);
	cursor: pointer
}

.pac-container .pac-item:hover {
	background-color: hsla(46,27%,82%,.1)
}

.pac-container .pac-item,.pac-container .pac-item span {
	color: hsla(46,27%,82%,.4)
}

.pac-container .pac-item .pac-icon {
	display: none
}

.pac-container .pac-item .pac-item-query {
	color: hsla(46,27%,82%,.6)
}

.pac-container .pac-item .pac-matched {
	color: #ded8c5
}

.error,.message {
	display: none;
	margin-top: 8px
}

.has-errors .message,.has-success .message {
	display: block
}

.error,.has-errors .message {
	color: red
}

.has-error .error {
	display: block
}

.form--large input:not([type=submit]):not([type=button]),.form--large select,.form--large textarea {
	height: var(--large-input-height);
	padding: 10px 20px;
	line-height: var(--large-input-height);
	border-radius: var(--large-border-radius)
}

@media (max-width:480px) {
	.form--large input:not([type=submit]):not([type=button]),.form--large select,.form--large textarea {
		padding: 10px var(--gutter)
	}
}

.form__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: var(--neg-gutter-half);
	margin-right: var(--neg-gutter-half);
	transition: opacity .75s
}

.form__row:last-of-type .form__field {
	margin-bottom: 0
}

.form__field {
	position: relative;
	padding: 0 var(--gutter-half);
	margin-bottom: var(--form-spacing);
	width: 100%
}

@media (max-width:640px) {
	.form__field {
		width: 100%!important
	}
}

.form__field--half {
	width: 50%
}

.gform_wrapper.gravity-theme .gform_validation_errors,.gform_wrapper.gravity-theme img.gform_ajax_spinner {
	display: none
}

.gform_wrapper.gravity-theme .gform_body .gform_fields {
	grid-column-gap: var(--gutter);
	grid-row-gap: 0
}

.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice {
	position: relative
}

.gform_wrapper.gravity-theme .gform_body .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.gform_wrapper.gravity-theme .gform_body .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: var(--gutter-half)
}

.gform_wrapper.gravity-theme .gform_body .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.gform_wrapper.gravity-theme .gform_body .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
	padding-left: var(--gutter-half);
	padding-right: 0
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.gform_wrapper.gravity-theme .gform_body .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-left: 0
	}
}

.gform_wrapper.gravity-theme .gform_body .ginput_complex.ginput_container_address {
	margin: 0 var(--neg-gutter-half) var(--neg-gutter)
}

.gform_wrapper.gravity-theme .gform_body .ginput_complex.ginput_container_address span {
	padding: 0 var(--gutter-half);
	margin-bottom: var(--gutter)
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .ginput_complex.ginput_container_address span {
		margin-bottom: 12px
	}
}

.gform_wrapper.gravity-theme .gform_body .gsection {
	padding: 0;
	border-bottom: none
}

.gform_wrapper.gravity-theme .gform_body .gfield:not(:first-child) {
	margin-top: var(--gutter)
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .gfield:not(:first-child) {
		margin-top: 12px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-consent:not(:first-child),.gform_wrapper.gravity-theme .gform_body .gfield:not(.hidden_label):not(:first-child) {
	margin-top: var(--form-spacing)
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--type-consent:not(:first-child),.gform_wrapper.gravity-theme .gform_body .gfield:not(.hidden_label):not(:first-child) {
		margin-top: 12px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield_required {
	display: none
}

.gform_wrapper.gravity-theme .gform_body .gfield_validation_message {
	margin-top: 8px;
	padding: 0;
	background-color: transparent;
	border: none
}

.gform_wrapper.gravity-theme .gform_body .gfield_validation_message,.gform_wrapper.gravity-theme .gform_body .gfield_validation_message * {
	color: red
}

.gform_wrapper.gravity-theme .gform_body .gfield label,.gform_wrapper.gravity-theme .gform_body .gfield legend {
	color: var(--text)
}

.gform_wrapper.gravity-theme .gform_body .gfield_label {
	margin-bottom: var(--gutter)
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .gfield_label {
		margin-bottom: 12px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield_label .tooltip {
	margin-left: 8px
}

.gform_wrapper.gravity-theme .gform_body .gfield_consent_label {
	margin-bottom: 0
}

.gform_wrapper.gravity-theme .gform_body .gfield .ginput_complex label,.gform_wrapper.gravity-theme .gform_body .gfield_description {
	padding: 0;
	margin-top: 8px
}

.gform_wrapper.gravity-theme .gform_body .gfield input:not([type=submit]):not([type=button]),.gform_wrapper.gravity-theme .gform_body .gfield select,.gform_wrapper.gravity-theme .gform_body .gfield textarea {
	height: var(--large-input-height);
	padding: 10px 20px;
	line-height: var(--large-input-height);
	border-radius: var(--large-border-radius);
	border: none
}

@media (max-width:480px) {
	.gform_wrapper.gravity-theme .gform_body .gfield input:not([type=submit]):not([type=button]),.gform_wrapper.gravity-theme .gform_body .gfield select,.gform_wrapper.gravity-theme .gform_body .gfield textarea {
		padding: 10px var(--gutter)
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield input::-webkit-input-placeholder {
	line-height: var(--large-input-height)
}

.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_checkbox .gchoice+.gchoice,.gform_wrapper.gravity-theme .gform_body .gfield:not(.gfield--option-switcher) .gfield_radio .gchoice+.gchoice {
	margin-top: 8px
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio {
	display: -ms-flexbox;
	display: flex;
	background-color: var(--text-10);
	border-radius: var(--large-border-radius);
	overflow: hidden;
	border: 2px solid transparent
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice {
	width: 100%
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice+.gchoice,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice+.gchoice {
	margin-top: 0
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label {
	height: var(--small-button-height)!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	text-align: center!important;
	padding: 5px 10px!important;
	margin-bottom: 0;
	border-radius: 0!important
}

@media (max-width:480px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label {
		height: var(--button-height)!important
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:after,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:before,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:after,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:before {
	display: none
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input:checked+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input:checked+label {
	background-color: #fc6b3e;
	color: #222013
}

.gform_wrapper.gravity-theme .gform_footer {
	margin-top: var(--form-spacing)!important;
	padding: 0!important
}

.gform_wrapper.gravity-theme .gform_footer button {
	margin: 0!important
}

.marquee {
	overflow: hidden
}

.marquee>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.marquee .js-marquee {
	float: none!important
}

.side-scroll {
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.wrapper .side-scroll {
	margin-left: var(--neg-outer-gutter);
	margin-right: var(--neg-outer-gutter);
	padding-left: var(--outer-gutter);
	padding-right: var(--outer-gutter)
}

.side-scroll::-webkit-scrollbar,.side-scroll::-webkit-scrollbar-track {
	display: none
}

.side-scroll>* {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.side-scroll>.wrapper {
	padding: 0
}

.side-scroll>.wrapper,.side-scroll>.wrapper>* {
	height: 100%
}

.side-scroll>.wrapper>* {
	padding: 0 var(--outer-gutter)
}

.pin-spacer {
	position: relative;
	width: 100%!important;
	z-index: 30!important
}

.side-slider {
	position: relative;
	overflow: visible!important;
	z-index: 30
}

.side-slider.card-wrapper .card,.side-slider.card-wrapper .row {
	margin-top: 0
}

@media (max-width:960px) {
	.side-slider:not(.card-wrapper)>.row {
		padding-left: calc(var(--outer-gutter) - var(--gutter-half) + 4px);
		padding-right: calc(var(--outer-gutter) - var(--gutter-half) + 4px)
	}
}

@media (max-width:960px) {
	.side-slider:not(.card-wrapper)>.row>.column {
		padding: 0 4px
	}
}

@media (min-width:961px) {
	.side-slider:not(.card-wrapper)>.row>.column+.column {
		position: relative
	}

	.side-slider:not(.card-wrapper)>.row>.column+.column:before {
		content: "";
		position: absolute;
		top: 0;
		left: -.5px;
		bottom: 0;
		width: 1px;
		background-color: var(--border)
	}
}

.side-slider:not(.side-slider--auto)>.row {
	overflow-x: scroll;
	overflow-y: hidden;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.side-slider:not(.side-slider--auto)>.row::-webkit-scrollbar,.side-slider:not(.side-slider--auto)>.row::-webkit-scrollbar-track {
	display: none
}

@media (max-width:960px) {
	.side-slider:not(.side-slider--auto)>.row>.column {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%
	}
}

@media (max-width:768px) {
	.side-slider:not(.side-slider--auto)>.row>.column {
		-ms-flex: 0 0 44.44444%;
		flex: 0 0 44.44444%;
		max-width: 44.44444%
	}
}

@media (max-width:480px) {
	.side-slider:not(.side-slider--auto)>.row>.column {
		-ms-flex: 0 0 calc((100% - var(--gutter-half)) / 2);
		flex: 0 0 calc((100% - var(--gutter-half)) / 2);
		max-width: calc((100% - var(--gutter-half)) / 2)
	}
}

@media (max-width:768px) {
	.side-slider:not(.side-slider--auto).side-slider--large>.row>.column,.side-slider:not(.side-slider--auto).side-slider--medium>.row>.column {
		-ms-flex: 0 0 58.33331%;
		flex: 0 0 58.33331%;
		max-width: 58.33331%
	}
}

@media (max-width:480px) {
	.side-slider:not(.side-slider--auto).side-slider--medium>.row>.column {
		-ms-flex: 0 0 74.99997%;
		flex: 0 0 74.99997%;
		max-width: 74.99997%
	}
}

@media (max-width:480px) {
	.side-slider:not(.side-slider--auto).side-slider--large>.row>.column {
		-ms-flex: 0 0 calc(100% - var(--gutter-double));
		flex: 0 0 calc(100% - var(--gutter-double));
		max-width: calc(100% - var(--gutter-double))
	}
}

.side-slider .icon--full-squiggle {
	position: absolute;
	top: 50%;
	left: calc(((var(--full-vw, 100vw) - 1580px) / -2) - var(--outer-gutter) - var(--gutter));
	transform: translateY(-50%);
	z-index: 30
}

@media (max-width:calc(1500px + (40px * 2))) {
	.side-slider .icon--full-squiggle {
		left: var(--neg-outer-gutter)
	}
}

.side-slider>.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: var(--neg-outer-gutter);
	margin-right: var(--neg-outer-gutter);
	padding-left: calc(var(--outer-gutter) - var(--gutter-half));
	padding-right: calc(var(--outer-gutter) - var(--gutter-half))
}

.side-slider>.row>.column:nth-of-type(odd) {
	position: relative;
	z-index: 40
}

.side-slider .card {
	height: 100%!important
}

@media (max-width:960px) {
	.side-slider .card--simple .h5,.side-slider .card--simple .h6 {
		font-size: 32px
	}
}

@media (max-width:480px) {
	.side-slider .card--simple .h5,.side-slider .card--simple .h6 {
		font-size: 26px
	}
}

.slick-slider {
	position: relative;
	padding: 0
}

.slick-slider.slick-dotted {
	text-align: center
}

.slick-slider.has-squiggle {
	position: relative
}

.slick-slider.has-squiggle .slick-list,.slick-slider.has-squiggle .slick-track {
	transform: none
}

.slick-slider.has-squiggle .icon--full-squiggle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10
}

.slick-slider.has-squiggle .slick-slide.slick-current {
	position: relative;
	z-index: 20
}

.slick-slide {
	outline: none;
	cursor: auto
}

.slick-dots {
	max-width: 60px;
	overflow: hidden;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	list-style: none
}

.slick-dots li {
	font-size: 0;
	line-height: 0;
	margin: 0 5px
}

.slick-dots li.slick-active button {
	background-color: #fc6b3e!important;
	opacity: 1
}

.slick-dots li.slick-after-active button,.slick-dots li.slick-before-active button {
	opacity: .6
}

.slick-dots button {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	color: transparent;
	background-color: var(--text);
	border-radius: var(--xsmall-border-radius);
	opacity: .3
}

.dots {
	font-size: 0
}

button.slick-arrow.slick-disabled {
	cursor: auto
}

@media (max-width:960px) {
	.slick-arrow {
		display: none
	}
}

.slick-arrow.slick-disabled {
	opacity: .3!important
}

.slick-arrow svg {
	margin: 0
}

.wysiwyg table,table {
	width: 100%;
	background-color: #e6dfd4;
	border: none!important;
	border-radius: var(--large-border-radius);
	overflow: hidden
}

.wysiwyg table tr:nth-of-type(odd),table tr:nth-of-type(odd) {
	background-color: #d6d2ca
}

.wysiwyg table td,.wysiwyg table th,table td,table th {
	border: none!important;
	padding: var(--gutter);
	text-align: left
}

.wysiwyg table th,table th {
	display: table-cell;
	text-transform: uppercase
}




.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.option-switcher input.radio[type=checkbox]+label,.option-switcher input[type=radio]+label {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	height: var(--button-height);
	width: 100%;
	max-width: 330px;
	text-align: left;
	border-radius: var(--large-border-radius)
}

@media (max-width:480px) {
	.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.option-switcher input.radio[type=checkbox]+label,.option-switcher input[type=radio]+label {
		padding: 10px var(--gutter);
		max-width: none
	}
}

.button[disabled],.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label[disabled],.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label[disabled],.option-switcher input.radio[type=checkbox]+label[disabled],.option-switcher input[type=radio]+label[disabled] {
	background-color: var(--text-50)!important;
	color: #222013!important;
	pointer-events: none
}

.button .icon+span,.button .icon--chevron-right,.button .icon--map,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon+span,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon--chevron-right,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon--map,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon+span,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon--chevron-right,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon--map,.option-switcher input.radio[type=checkbox]+label .icon+span,.option-switcher input.radio[type=checkbox]+label .icon--chevron-right,.option-switcher input.radio[type=checkbox]+label .icon--map,.option-switcher input[type=radio]+label .icon+span,.option-switcher input[type=radio]+label .icon--chevron-right,.option-switcher input[type=radio]+label .icon--map {
	margin-left: 12px
}

.button--auto {
	width: auto
}

.button--auto,.button--full {
	max-width: none
}

.button--center {
	-ms-flex-pack: center;
	justify-content: center
}

.button--accent {
	background-color: var(--accent);
	color: #222013
}

.button--accent svg {
	fill: #222013;
	stroke: #222013
}

.button--orange {
	background-color: #fc6b3e;
	color: #222013
}

.button--orange svg {
	fill: #222013;
	stroke: #222013
}

.button--blue {
	background-color: #4f87c7;
	color: #222013
}

.button--blue svg {
	fill: #222013;
	stroke: #222013
}

.button--black {
	background-color: #222013;
	color: #ded8c5
}

.button--black svg {
	fill: #ded8c5;
	stroke: #ded8c5
}

.button--beige {
	background-color: #ded8c5;
	color: #222013
}

.button--beige svg {
	fill: #222013;
	stroke: #222013
}



.button--xxsmall {
	height: var(--xxsmall-button-height)
}

.button--xsmall,.button--xxsmall {
	border-radius: var(--border-radius)
}

.button--xsmall {
	height: var(--xsmall-button-height)
}

.button--small {
	height: var(--small-button-height)
}

.button--large {
	height: var(--large-button-height)
}

.button--icon {
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--button-height);
	padding: 0
}

.button--icon svg {
	margin: 0!important
}

.button--icon .icon--play {
	margin-left: 2px
}

@media (min-width:481px) {
	.button--icon:not(.button--xxsmall) .icon--chevron-left,.button--icon:not(.button--xxsmall) .icon--chevron-right {
		width: 13px;
		height: 15px;
		stroke-width: 2.25
	}
}

.button--icon:not(.button--xxsmall) .icon--close {
	stroke-width: 3
}

@media (max-width:480px) {
	.button--icon:not(.button--xxsmall) .icon--close {
		width: 10px;
		height: 10px;
		stroke-width: 3.25
	}
}

.button--icon.button--xxsmall {
	width: var(--xxsmall-button-height)
}

.button--icon.button--xsmall {
	width: var(--xsmall-button-height)
}

.button--icon.button--small {
	width: var(--small-button-height)
}

.button--icon.button--large {
	width: var(--large-button-height)
}

.drawer__close,[data-drawer],[data-sub-drawer] {
	cursor: pointer
}[data-drawer=close] span+.icon--close,[data-drawer=search] span+.icon--close {
	margin-left: 8px
}

.drawer {
	display: none;
	position: fixed!important;
	top: var(--admin-bar-height);
	left: 0;
	width: 100%;
	height: calc(var(--resize-full-vh, 100vh) - var(--admin-bar-height));
	z-index: 100
}

.drawer.is-open .drawer__inner {
	transform: translateY(0)!important
}

.drawer.is-open .drawer__inner .wrapper {
	opacity: 1;
	transition: opacity 1.2s .3s
}

.is-sub-drawer-open .drawer .drawer__main {
	transform: translateX(-100%);
	opacity: 0
}

.drawer[data-position=right] .drawer__inner {
	transform: translateX(100%);
	right: 0
}

.drawer[data-position=left] .drawer__inner {
	transform: translateX(-100%);
	left: 0
}

.drawer[data-position=top] .drawer__inner {
	transform: translateY(-50%);
	left: 0;
	height: auto;
	max-height: 100%;
	max-width: none
}

.drawer__inner {
	background-color: #222013;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 480px;
	transition: all .6s;
	z-index: 10
}

.drawer__inner .wrapper {
	height: 100%;
	opacity: 0
}

.drawer__inner .wrapper:after,.drawer__inner .wrapper:before {
	top: var(--outer-gutter);
	bottom: var(--outer-gutter)
}

@media (max-width:960px) {
	.drawer__inner .wrapper:after,.drawer__inner .wrapper:before {
		top: calc(var(--outer-gutter) + 2px)
	}
}

.drawer__main,.drawer__sub {
	height: 100%;
	transition: all .45s
}

.drawer__sub {
	display: none;
	background-color: #222013;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	opacity: 0;
	z-index: 10
}

.drawer__sub.is-open {
	transform: translateX(0);
	opacity: 1
}

.drawer__sub .drawer__top {
	padding-right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.drawer__content,.drawer__top {
	padding: var(--outer-gutter) 0
}

.drawer__top {
	height: var(--header-height);
	padding-right: calc(var(--gutter) + var(--close-icon-size))
}

.drawer__content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: var(--neg-outer-gutter);
	margin-right: var(--neg-outer-gutter);
	padding-left: var(--outer-gutter);
	padding-right: var(--outer-gutter)
}

.drawer__content__bottom {
	background-color: #222013;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: var(--gutter) var(--outer-gutter);
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid var(--border)
}

.drawer__content__bottom>*+* {
	margin-left: 8px
}

.drawer__close {
	position: fixed;
	top: calc((var(--header-height) - var(--close-icon-size)) / 2);
	right: var(--outer-gutter);
	z-index: 1
}

.drawer__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,32,19,.5)
}

.modal__close,[data-modal] {
	cursor: pointer
}

@media (max-width:480px) {
	.modal__close,[data-modal] {
		font-size: 14px
	}
}

.modal {
	display: none;
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120
}

.modal.is-open {
	display: block!important
}

.modal.is-open .modal__inner {
	transform: translate(-50%,-50%)
}

.modal--video {
	background-color: #222013
}

.modal--video .modal__inner {
	max-width: 1200px
}

.modal--video .modal__inner,.modal--video .modal__inner .row,.modal--video .modal__inner .wrapper {
	height: 100%
}

.modal--video .modal__content {
	padding: 0
}

.modal--video .media-wrapper--video {
	padding-bottom: 0!important
}

.modal--video .media-wrapper--video video {
	top: 50%;
	left: 50%;
	height: auto;
	max-height: 100%;
	transform: translate(-50%,-50%);
	-o-object-fit: contain;
	object-fit: contain
}

.modal--image {
	overflow-y: auto;
	overflow-x: hidden
}

.modal--image.is-open .modal__inner {
	transform: translate(-50%)
}

.modal--image .modal__inner {
	background-color: transparent;
	top: 0;
	transform: translate(-50%,100%);
	width: calc(100% - ((var(--outer-gutter) * 2) + var(--gutter-double) + var(--close-icon-size)));
	height: auto!important;
	max-width: 960px;
	max-height: none
}

.modal--image .modal__content {
	background-color: #222013;
	height: auto;
	overflow-y: hidden;
	padding: 0;
	margin: calc(var(--outer-gutter) + var(--gutter) + var(--close-icon-size)) 0 var(--outer-gutter)
}

.modal__inner {
	background-color: #222013;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,150%);
	width: calc(100% - var(--outer-gutter-double));
	max-width: 660px;
	max-height: calc(var(--resize-full-vh, 100vh) - var(--outer-gutter-double));
	z-index: 10;
	transition: all .3s
}

.modal__content,.modal__top {
	padding: var(--outer-gutter) 0
}

.modal__top {
	padding-right: calc(var(--gutter) + var(--close-icon-size))
}

.modal__content {
	height: 100%;
	padding-top: 0;
	overflow-y: auto;
	overflow-x: hidden
}

.modal__close {
	position: fixed;
	top: var(--outer-gutter);
	right: var(--outer-gutter);
	z-index: 1
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,32,19,.5)
}

.sub-tabs--autoplay .tabs__trigger-wrapper [data-tab-hover],.sub-tabs.is-hovered .tabs__trigger-wrapper [data-tab-hover],.tabs--autoplay .tabs__trigger-wrapper [data-tab-hover],.tabs.is-hovered .tabs__trigger-wrapper [data-tab-hover] {
	transform: translateX(0)
}

.sub-tabs--autoplay .tabs__trigger-wrapper [data-tab-hover]:not(.is-open),.sub-tabs.is-hovered .tabs__trigger-wrapper [data-tab-hover]:not(.is-open),.tabs--autoplay .tabs__trigger-wrapper [data-tab-hover]:not(.is-open),.tabs.is-hovered .tabs__trigger-wrapper [data-tab-hover]:not(.is-open) {
	opacity: .3
}

.sub-tabs--autoplay .tabs__trigger-wrapper [data-tab-hover].is-open svg,.sub-tabs.is-hovered .tabs__trigger-wrapper [data-tab-hover].is-open svg,.tabs--autoplay .tabs__trigger-wrapper [data-tab-hover].is-open svg,.tabs.is-hovered .tabs__trigger-wrapper [data-tab-hover].is-open svg {
	opacity: 1;
	transform: translateX(0)
}

.sub-tabs__trigger-wrapper [data-tab],.tabs__trigger-wrapper [data-tab] {
	transition: all .3s
}

.sub-tabs__trigger-wrapper [data-tab].h3,.sub-tabs__trigger-wrapper [data-tab].h4,.tabs__trigger-wrapper [data-tab].h3,.tabs__trigger-wrapper [data-tab].h4 {
	display: inline-block
}

.sub-tabs__trigger-wrapper [data-tab].h3 svg,.sub-tabs__trigger-wrapper [data-tab].h4 svg,.tabs__trigger-wrapper [data-tab].h3 svg,.tabs__trigger-wrapper [data-tab].h4 svg {
	position: relative;
	top: -8px;
	vertical-align: middle;
	width: 14px;
	height: 18px;
	margin-left: 0
}

@media (max-width:1500px) {
	.sub-tabs__trigger-wrapper [data-tab].h3 svg,.sub-tabs__trigger-wrapper [data-tab].h4 svg,.tabs__trigger-wrapper [data-tab].h3 svg,.tabs__trigger-wrapper [data-tab].h4 svg {
		top: -.53333vw
	}
}

@media (max-width:960px) {
	.sub-tabs__trigger-wrapper [data-tab].h3 svg,.sub-tabs__trigger-wrapper [data-tab].h4 svg,.tabs__trigger-wrapper [data-tab].h3 svg,.tabs__trigger-wrapper [data-tab].h4 svg {
		top: -6px;
		width: 12px;
		height: 15px
	}
}

@media (max-width:480px) {
	.sub-tabs__trigger-wrapper [data-tab].h3 svg,.sub-tabs__trigger-wrapper [data-tab].h4 svg,.tabs__trigger-wrapper [data-tab].h3 svg,.tabs__trigger-wrapper [data-tab].h4 svg {
		top: -4px;
		width: 10px;
		height: 12.5px
	}
}

.sub-tabs__trigger-wrapper [data-tab]:not([data-tab-hover]):not(.is-active),.tabs__trigger-wrapper [data-tab]:not([data-tab-hover]):not(.is-active) {
	opacity: .3
}

.sub-tabs__trigger-wrapper [data-tab]:not([data-tab-hover]).is-active svg,.tabs__trigger-wrapper [data-tab]:not([data-tab-hover]).is-active svg {
	opacity: 1;
	transform: translateX(0)
}

@media (min-width:961px) {
	.sub-tabs__trigger-wrapper [data-tab] svg,.tabs__trigger-wrapper [data-tab] svg {
		opacity: 0;
		transform: translateX(8px)
	}
}

.sub-tabs__trigger-wrapper [data-tab=close] svg,.tabs__trigger-wrapper [data-tab=close] svg {
	opacity: 1;
	transform: translateX(0)
}

.sub-tabs__content-wrapper,.tabs__content-wrapper {
	position: relative
}

.sub-tabs .sub-tab-content,.sub-tabs .tab-content,.tabs .sub-tab-content,.tabs .tab-content {
	position: absolute;
	top: 0;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	transition: opacity .6s;
	width: 100%;
	transition: all .6s
}

.sub-tabs .sub-tab-content.is-active,.sub-tabs .sub-tab-content.is-open,.sub-tabs .tab-content.is-active,.sub-tabs .tab-content.is-open,.tabs .sub-tab-content.is-active,.tabs .sub-tab-content.is-open,.tabs .tab-content.is-active,.tabs .tab-content.is-open {
	position: static;
	opacity: 1;
	pointer-events: all;
	z-index: 0;
	transition: opacity .6s;
	width: 100%
}

.sub-tabs .tab-content:not(.is-open):not(.is-active) .sub-tab-content,.tabs .tab-content:not(.is-open):not(.is-active) .sub-tab-content {
	pointer-events: none
}

.dropdown-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.dropdown-wrapper>*+* {
	margin-left: 6px
}

.dropdown {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.dropdown.is-active .dropdown__toggle,.dropdown.is-open .dropdown__toggle {
	background-color: #222013
}

.dropdown.is-active .dropdown__toggle,.dropdown.is-active .dropdown__toggle span,.dropdown.is-open .dropdown__toggle,.dropdown.is-open .dropdown__toggle span {
	color: #ded8c5
}

.dropdown.is-active .dropdown__toggle svg,.dropdown.is-open .dropdown__toggle svg {
	fill: #ded8c5;
	stroke: #ded8c5
}

.dropdown.is-open .dropdown__toggle .icon--chevron-down {
	transform: rotate(-180deg)
}

.dropdown--large .dropdown__content {
	width: calc(var(--full-vw, 100vw) * .5);
	max-width: 800px
}

@media (max-width:960px) {
	.dropdown--large .dropdown__content {
		left: auto;
		right: 0;
		width: 480px
	}
}

.dropdown--large .dropdown__content .form>ul {
	display: -ms-flexbox;
	display: flex;
	gap: var(--gutter-half)
}

.dropdown--large .dropdown__content .form>ul>li {
	width: 100%
}

.dropdown--large .dropdown__content .form>ul>li+li {
	margin-top: 0
}

.dropdown--options.is-open .dropdown__toggle {
	background-color: #363326;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: var(--border)
}

.dropdown--options.is-open .dropdown__toggle:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 8px;
	right: 8px;
	height: 1px;
	background-color: var(--border)
}

.dropdown--options.is-open .dropdown__content {
	border-color: var(--border)
}

.dropdown--options .dropdown__content,.dropdown--options .dropdown__toggle {
	width: 100%;
	border-radius: var(--large-border-radius);
	border: 1px solid transparent
}

.dropdown--options .dropdown__toggle {
	background-color: var(--text-10);
	border-bottom: none
}

.dropdown--options .dropdown__content {
	background-color: #363326;
	top: 100%;
	max-height: 305px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	padding: 0
}

.dropdown--options .dropdown__content [data-dropdown-option]+[data-dropdown-option] {
	position: relative
}

.dropdown--options .dropdown__content [data-dropdown-option]+[data-dropdown-option]:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 8px;
	right: 8px;
	height: 1px;
	background-color: var(--border)
}

.dropdown--options .dropdown__content label {
	padding-left: 0;
	margin-bottom: 0!important
}

.dropdown--options .dropdown__content label:after,.dropdown--options .dropdown__content label:before {
	display: none
}

.dropdown__toggle {
	position: relative;
	z-index: 50
}

.dropdown__content {
	display: none;
	background-color: #222013;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 275px;
	max-height: 420px;
	border-radius: var(--border-radius);
	padding: var(--gutter);
	z-index: 40;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.dropdown__content::-webkit-scrollbar,.dropdown__content::-webkit-scrollbar-track {
	display: none
}

@media (max-width:960px) {
	.dropdown__content {
		max-width: 225px
	}
}

.dropdown__content fieldset {
	height: 100%
}

.dropdown__content legend {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 22px;
	z-index: 10
}

.dropdown__content legend:before {
	content: "";
	position: absolute;
	top: var(--neg-gutter);
	left: 0;
	width: 100%;
	bottom: var(--neg-gutter);
	background-color: #222013;
	z-index: -1
}

.dropdown__content li+li {
	margin-top: 18px
}

.dropdown__content__bottom {
	background-color: #222013;
	position: -webkit-sticky;
	position: sticky;
	bottom: var(--neg-gutter);
	left: 0;
	width: 100%;
	padding: var(--gutter) 0;
	margin: var(--gutter) 0 var(--neg-gutter);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.dropdown__content__bottom>*+* {
	margin-left: var(--gutter-half)
}

.dropdown__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: var(--full-vw,100vw);
	height: var(--full-vh,100vh);
	z-index: 30
}

.tooltip {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.tooltip.is-active,.tooltip.is-open {
	z-index: 50
}

.tooltip__toggle {
	position: relative;
	z-index: 30
}

.tooltip__content {
	display: none;
	background-color: #454337;
	position: absolute;
	bottom: calc(100% + var(--gutter));
	left: 50%;
	transform: translateX(-50%);
	width: 275px;
	border-radius: var(--large-border-radius);
	padding: 12px var(--gutter);
	z-index: 20
}

@media (max-width:640px) {
	.tooltip__content {
		left: var(--neg-gutter);
		transform: none
	}
}

.tooltip__content:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: calc(50% - 20px);
	border-top: var(--gutter) solid #454337;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	pointer-events: none;
	transition: opacity .3s
}

@media (max-width:640px) {
	.tooltip__content:after {
		left: 6px
	}
}

.tooltip__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: var(--full-vw,100vw);
	height: var(--full-vh,100vh);
	z-index: 10
}

.accordion__item {
	border-top: 1px solid var(--border)
}

.accordion__item:last-of-type {
	border-bottom: 1px solid var(--border)
}

.accordion__item.is-open .accordion__toggle .icon--chevron-down {
	transform: rotate(180deg)
}

.accordion__toggle {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 100%;
	padding: 20px 0
}

@media (max-width:960px) {
	.accordion__toggle {
		padding: var(--gutter) 0
	}
}

.accordion__content {
	display: none;
	margin-top: -8px;
	padding-bottom: 24px
}

@media (max-width:960px) {
	.accordion__content {
		margin-top: -6px;
		padding-bottom: 20px
	}
}

.tag-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.tag-wrapper>*+* {
	margin-left: 6px
}

.tag-wrapper--large>*+* {
	margin-left: 8px
}

.tag-wrapper .button--auto {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.drawer--filter .drawer__content .filter-group--small input+label,.tag {
	height: var(--tag-height);
	line-height: normal;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: var(--text-10);
	color: var(--text);
	padding: 6px 10px;
	border-radius: var(--small-border-radius);
	white-space: nowrap
}

.drawer--filter .drawer__content .filter-group--small input+label svg,.tag svg {
	fill: var(--text);
	stroke: var(--text)
}

.drawer--filter .drawer__content .filter-group--small input+label .icon--chevron-down,.tag .icon--chevron-down {
	stroke-width: 1.5
}

.drawer--filter .drawer__content .filter-group--small input+label .icon+span,.tag .icon+span {
	margin-left: 4px
}

.card--simple .drawer--filter .drawer__content .filter-group--small input+label,.card--simple .tag,.card__media .drawer--filter .drawer__content .filter-group--small input+label,.card__media .tag,.drawer--filter .drawer__content .filter-group--small .card--simple input+label,.drawer--filter .drawer__content .filter-group--small .card__media input+label,.drawer--filter .drawer__content .filter-group--small .featured input+label,.featured .drawer--filter .drawer__content .filter-group--small input+label,.featured .tag,.tag--dark {
	background-color: rgba(34,32,19,.5)
}

.card--simple .drawer--filter .drawer__content .filter-group--small input+label,.card--simple .drawer--filter .drawer__content .filter-group--small input+label span,.card--simple .tag,.card--simple .tag span,.card__media .drawer--filter .drawer__content .filter-group--small input+label,.card__media .drawer--filter .drawer__content .filter-group--small input+label span,.card__media .tag,.card__media .tag span,.drawer--filter .drawer__content .filter-group--small .card--simple input+label,.drawer--filter .drawer__content .filter-group--small .card--simple input+label span,.drawer--filter .drawer__content .filter-group--small .card__media input+label,.drawer--filter .drawer__content .filter-group--small .card__media input+label span,.drawer--filter .drawer__content .filter-group--small .featured input+label,.drawer--filter .drawer__content .filter-group--small .featured input+label span,.featured .drawer--filter .drawer__content .filter-group--small input+label,.featured .drawer--filter .drawer__content .filter-group--small input+label span,.featured .tag,.featured .tag span,.tag--dark,.tag--dark span {
	color: #ded8c5
}

.card--simple .drawer--filter .drawer__content .filter-group--small input+label svg,.card--simple .tag svg,.card__media .drawer--filter .drawer__content .filter-group--small input+label svg,.card__media .tag svg,.drawer--filter .drawer__content .filter-group--small .card--simple input+label svg,.drawer--filter .drawer__content .filter-group--small .card__media input+label svg,.drawer--filter .drawer__content .filter-group--small .featured input+label svg,.featured .drawer--filter .drawer__content .filter-group--small input+label svg,.featured .tag svg,.tag--dark svg {
	fill: #ded8c5;
	stroke: #ded8c5
}

.tag--large {
	height: var(--large-tag-height);
	border-radius: var(--border-radius)
}

@media (min-width:481px) {
	.tag--large {
		padding: 10px 12px
	}
}

.tag--large .icon+span,.tag--large .icon--filter,.tag--large .icon--list,.tag--large .icon--map {
	margin-left: 8px
}

.tag--xlarge {
	height: var(--xlarge-tag-height);
	padding: 10px var(--gutter);
	border-radius: var(--large-border-radius)
}

.tag--icon {
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--tag-height);
	padding: 0
}

.tag--icon svg {
	margin: 0!important
}

.tag--icon.tag--large {
	width: var(--large-tag-height)
}

.tag--icon.tag--xlarge {
	width: var(--xlarge-tag-height)
}

.drawer--filter .drawer__content .filter-group--small input+label.tag--xlarge,.tag.tag--xlarge {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.drawer--filter .drawer__content .filter-group--small input+label.tag--xlarge .icon+span,.drawer--filter .drawer__content .filter-group--small input+label.tag--xlarge .icon--location,.tag.tag--xlarge .icon+span,.tag.tag--xlarge .icon--location {
	margin-left: 12px
}

.simple-card-wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

@media (min-width:961px) {
	.simple-card-wrapper--large {
		gap: var(--gutter)
	}
}

.simple-card-wrapper .card,.simple-card-wrapper>* {
	width: 100%
}

.card-wrapper {
	overflow: hidden
}

.card-wrapper .row {
	margin-top: calc(var(--card-gutter) * -1)
}

.card-wrapper .column {
	position: relative;
	overflow: clip
}

.card-wrapper .column:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--border);
	z-index: 10
}

.card-wrapper .column:last-of-type:after {
	display: none
}

.card-wrapper .card {
	height: calc(100% - var(--card-gutter));
	margin-top: var(--card-gutter)
}

.card-wrapper.card-wrapper--small .row {
	margin-top: -8px
}

.card-wrapper.card-wrapper--small .card {
	height: calc(100% - 8px);
	margin-top: 8px
}

@media (min-width:961px) {
	.card-wrapper.card-wrapper--large .row {
		margin-top: -80px
	}
}

@media (min-width:961px) {
	.card-wrapper.card-wrapper--large .card {
		height: calc(100% - 80px);
		margin-top: 80px
	}
}

@media (max-width:768px) {
	.card-wrapper.card-wrapper--split-mobile .row {
		margin-top: var(--neg-gutter)
	}
}

@media (max-width:768px) {
	.card-wrapper.card-wrapper--split-mobile .row .row {
		margin-top: 0
	}
}

@media (max-width:768px) {
	.card-wrapper.card-wrapper--split-mobile .column {
		overflow: visible
	}
}

@media (max-width:768px) {
	.card-wrapper.card-wrapper--split-mobile .column:after {
		top: auto;
		left: 0;
		bottom: var(--neg-gutter-half);
		width: 100%;
		height: 1px
	}
}

@media (max-width:768px) {
	.card-wrapper.card-wrapper--split-mobile .card {
		height: auto;
		margin-top: var(--gutter)
	}
}

@media (max-width:480px) {
	.card-wrapper:not(.card-wrapper--split-mobile):not(.side-slider) .column:after {
		display: none
	}
}

.card {
	--hover-scale: 1.05;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	line-height: 0
}

.card--large,.card--short {
	--hover-scale: 1.025
}

.card .label,.card .tag-wrapper {
	position: absolute;
	left: var(--card-padding);
	z-index: 20
}

.card span.tag {
	cursor: pointer
}

.card__media {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--large-border-radius);
	transform: translateY(0)
}

@media (hover:hover) and (pointer:fine) {
	.card__media:active:after,.card__media:focus:after,.card__media:hover:after {
		opacity: .2
	}

	.card__media:active .media-wrapper,.card__media:focus .media-wrapper,.card__media:hover .media-wrapper {
		transform: scale(var(--hover-scale))
	}
}

.card__media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,.1),rgba(34,32,19,.5));
	opacity: .1;
	pointer-events: none;
	transition: opacity .3s
}

.card__media .media-wrapper {
	width: 100%;
	transition: transform .3s,opacity .6s
}

.card__media>a {
	display: block
}

.card__media .tag-wrapper {
	bottom: var(--card-padding)
}

.card__content .label,.card__content .tag-wrapper {
	top: var(--card-padding)
}

.card__content .wysiwyg {
	margin-top: 5px
}

.card__content__more {
	margin-top: 24px
}

@media (max-width:960px) {
	.card__content__more {
		margin-top: var(--gutter)
	}
}

.card__content__more .tag-wrapper {
	position: static
}

.card__title {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end
}

.card__title+.small-label,.small-label+.card__title {
	margin-top: 12px
}

@media (max-width:960px) {
	.card__title+.small-label,.small-label+.card__title {
		margin-top: 8px
	}
}

.card__checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 20;
	transition: opacity .3s
}

.card__checkbox input.checkbox:checked[type=radio]+label:before,.card__checkbox input[type=checkbox]:checked+label:before {
	background-color: #fc6b3e
}

.card__checkbox input.checkbox[type=radio]+label,.card__checkbox input[type=checkbox]+label {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.card__checkbox input.checkbox[type=radio]+label:after,.card__checkbox input.checkbox[type=radio]+label:before,.card__checkbox input[type=checkbox]+label:after,.card__checkbox input[type=checkbox]+label:before {
	top: var(--card-padding);
	left: var(--card-padding)
}

.card__checkbox input.checkbox[type=radio]+label:before,.card__checkbox input[type=checkbox]+label:before {
	background-color: #ece7de;
	border-color: #222013;
	transition: all .3s
}

.card__checkbox input.checkbox[type=radio]+label:after,.card__checkbox input[type=checkbox]+label:after {
	width: 22px;
	height: 22px;
	border: 1px solid #222013
}

.is-selecting .card.has-checkbox .card__media {
	border: 1px dashed rgba(34,32,19,.3)
}

.is-selecting .card.has-checkbox .card__media a {
	pointer-events: none
}

.is-selecting .card.has-checkbox .card__checkbox {
	opacity: 1;
	pointer-events: all
}

.card.has-rv-image .card__media:after {
	display: none
}

.card.has-rv-image .media-wrapper {
	background-color: #d6d2ca
}

@media (min-width:769px) {
	.card--large.card--short .small-up .media-placeholder {
		padding-bottom: 30%!important
	}
}

@media (min-width:961px) {
	.card--large.card--short .small-up .media-placeholder {
		padding-bottom: 20%!important
	}
}

@media (hover:hover) and (pointer:fine) {
	.card--large .card__media:active .media-wrapper,.card--large .card__media:focus .media-wrapper,.card--large .card__media:hover .media-wrapper {
		transform: scale(1.025)
	}
}

.card--simple,.card--text {
	border-radius: var(--large-border-radius);
	transform: translateY(0)
}

.card--text {
	background-color: rgba(34,32,19,.1);
	padding: var(--card-padding)
}

.card--text.has-dark-background,.card--text.header.is-open:not(.has-dark-background):not(.sticky-nav.is-sticky),.card--text.sticky-nav.is-sticky,.is-upscroll .card--text.header:not(.header--sticky) {
	background-color: #222013
}

.card--text .h8+p {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.card--text .h8+p {
		margin-top: 12px
	}
}

@media (max-width:960px) {
	.card--simple {
		--xxsmall-button-height: 32px
	}
}

@media (max-width:480px) {
	.card--simple {
		--xxsmall-button-height: 26px
	}
}

@media (hover:hover) and (pointer:fine) {
	.card--simple:active .card__media:after,.card--simple:focus .card__media:after,.card--simple:hover .card__media:after {
		opacity: 1
	}

	.card--simple:active .card__media .media-wrapper,.card--simple:focus .card__media .media-wrapper,.card--simple:hover .card__media .media-wrapper {
		transform: scale(var(--hover-scale))
	}
}

.card--simple.has-rv-image .card__media {
	height: 0;
	padding-bottom: 75%
}

.card--simple.has-rv-image .card__media .rv-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 12.5%
}

.card--simple.has-rv-image .card__media .rv-image .media-placeholder {
	height: 100%;
	padding-bottom: 0!important
}

.card--simple.has-rv-image .card__content {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.card--simple.has-rv-image .card__title .button,.card--simple.has-rv-image .card__title .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.card--simple.has-rv-image .card__title .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.card--simple.has-rv-image .card__title .option-switcher input.radio[type=checkbox]+label,.card--simple.has-rv-image .card__title .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .card--simple.has-rv-image .card__title input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .card--simple.has-rv-image .card__title input+label,.option-switcher .card--simple.has-rv-image .card__title input.radio[type=checkbox]+label,.option-switcher .card--simple.has-rv-image .card__title input[type=radio]+label {
	background-color: var(--text-10)
}

@media (max-width:480px) {
	.card--simple:not(.card--feature) .card__title>span:not(.button) {
		width: 100%
	}
}

@media (max-width:480px) {
	.card--simple:not(.card--feature) .card__title .button,.card--simple:not(.card--feature) .card__title .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.card--simple:not(.card--feature) .card__title .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.card--simple:not(.card--feature) .card__title .option-switcher input.radio[type=checkbox]+label,.card--simple:not(.card--feature) .card__title .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .card--simple:not(.card--feature) .card__title input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .card--simple:not(.card--feature) .card__title input+label,.option-switcher .card--simple:not(.card--feature) .card__title input.radio[type=checkbox]+label,.option-switcher .card--simple:not(.card--feature) .card__title input[type=radio]+label {
		display: none
	}
}

.card--simple .card__media {
	height: 100%
}

.card--simple .card__media:after {
	opacity: .7
}

.card--simple .card__media+.card__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.card--simple .card__content {
	padding: var(--card-padding)
}

@media (hover:hover) and (pointer:fine) {
	.card--simple .card__title:active .button--icon,.card--simple .card__title:focus .button--icon,.card--simple .card__title:hover .button--icon {
		background-color: #fc6b3e;
		color: #222013
	}

	.card--simple .card__title:active .button--icon svg,.card--simple .card__title:focus .button--icon svg,.card--simple .card__title:hover .button--icon svg {
		fill: #222013;
		stroke: #222013
	}
}

.card--simple .card__title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.card--simple .card__title>span:not(.button) {
	width: calc(100% - var(--xxsmall-button-height) - 8px)
}

.card--simple .card__title>span:not(.button)+.button {
	margin-left: 8px
}

.card--simple .card__title .button--icon {
	background-color: rgba(34,32,19,.3)
}

@media (max-width:960px) {
	.card--simple .card__title .button--icon {
		border-radius: var(--small-border-radius)
	}
}

@media (max-width:960px) {
	.card--simple .card__title .button--icon .icon--chevron-left,.card--simple .card__title .button--icon .icon--chevron-right {
		width: 8px;
		height: 10px
	}
}

@media (max-width:480px) {
	.card--simple .card__title .button--icon .icon--chevron-left,.card--simple .card__title .button--icon .icon--chevron-right {
		width: 6px;
		height: 8px
	}
}

@media (max-width:960px) {
	.card--feature .h4:not(.h4--small-mobile),.card--feature .h5,.card--feature .h6 {
		font-size: 38px
	}
}

@media (max-width:480px) {
	.card--feature .h4:not(.h4--small-mobile),.card--feature .h5,.card--feature .h6 {
		font-size: 32px
	}
}

.card--split {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.card--split.card--campground {
	-ms-flex-align: stretch;
	align-items: stretch
}

@media (max-width:480px) {
	.card--split.card--campground {
		padding-bottom: calc(var(--small-button-height) + 8px)
	}
}

.card--split.card--campground .card__media {
	width: calc(40% - var(--gutter-half))
}

.card--split.card--campground .card__content {
	width: calc(60% - var(--gutter-half));
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card--split.card--campground .card__content__top {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:480px) {
	.card--split.card--campground .card__content__more {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 8px
	}
}

.card--split.card--campground .card__content__more .tag-wrapper {
	width: 100%
}

.card--split .card__media {
	width: calc(33.33333% - var(--gutter-half))
}

@media (max-width:768px) {
	.card--split .card__media {
		width: calc(50% - var(--gutter-half))
	}
}

.card--split .card__content {
	margin-top: 0!important;
	width: calc(66.66667% - var(--gutter-half))
}

@media (max-width:768px) {
	.card--split .card__content {
		width: calc(50% - var(--gutter-half))
	}
}

.card--split .card__content>.tag,.card--split .drawer--filter .drawer__content .filter-group--small .card__content>input+label,.drawer--filter .drawer__content .filter-group--small .card--split .card__content>input+label {
	margin-bottom: 12px
}

@media (max-width:768px) {
	.card--split-mobile {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:768px) {
	.card--split-mobile .card__content,.card--split-mobile .card__media {
		width: calc(50% - var(--gutter-half))
	}

	.card--split-mobile .card__content {
		margin-top: 0!important;
		-ms-flex: none!important;
		flex: none!important
	}
}

@media (max-width:768px) {
	.card--split-mobile .tag-wrapper {
		top: var(--card-padding);
		bottom: auto
	}
}

.card:not(.card--simple):not(.card--split):not(.card--text) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:961px) {
	.card:not(.card--simple):not(.card--split).card--large .card__content {
		margin-top: 20px
	}
}

.card:not(.card--simple):not(.card--split).card--large .card__content .button,.card:not(.card--simple):not(.card--split).card--large .card__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.card:not(.card--simple):not(.card--split).card--large .card__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.card:not(.card--simple):not(.card--split).card--large .card__content .option-switcher input.radio[type=checkbox]+label,.card:not(.card--simple):not(.card--split).card--large .card__content .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .card:not(.card--simple):not(.card--split).card--large .card__content input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .card:not(.card--simple):not(.card--split).card--large .card__content input+label,.option-switcher .card:not(.card--simple):not(.card--split).card--large .card__content input.radio[type=checkbox]+label,.option-switcher .card:not(.card--simple):not(.card--split).card--large .card__content input[type=radio]+label {
	margin-top: 24px
}

.card:not(.card--simple):not(.card--split).card--large .card__content__more {
	margin-top: 0
}

.card:not(.card--simple):not(.card--split) .card__content {
	margin-top: var(--gutter);
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:960px) {
	.card:not(.card--simple):not(.card--split) .card__content {
		margin-top: 12px
	}
}

.card:not(.card--simple):not(.card--split) .card__content__more {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end
}

.card:not(.card--simple):not(.card--split) .card__content__more p {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.card--campground .card__media .tag-wrapper {
	top: var(--card-padding);
	bottom: auto
}

.card--campground .card__content__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card--campground .card__content__more>*+* {
	margin-left: var(--gutter)
}

.card--campground .card__content__more>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.card--campground .card__content .icons-wrapper+.small-label {
	display: block;
	margin-left: 12px
}

.card--dealer {
	background-color: rgba(34,32,19,.05);
	-ms-flex-direction: column;
	flex-direction: column
}

.card--dealer,.card--dealer .card__bottom,.card--dealer .card__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card--dealer .card__bottom>*+*,.card--dealer .card__top>*+* {
	margin-left: var(--gutter)
}

.card--dealer .card__top {
	-ms-flex-align: start;
	align-items: flex-start
}

.card--dealer .card__bottom {
	margin-top: 24px
}

@media (max-width:960px) {
	.card--dealer .card__bottom {
		margin-top: var(--gutter)
	}
}

.card--dealer .card__title {
	display: block
}

.card--dealer .card__title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.card--dealer .icons-wrapper {
	margin-top: var(--gutter)
}

.card--dealer .small-label span+span:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #c7aa8d;
	vertical-align: middle;
	margin: 0 6px
}

.card--dealer .logo-wrapper {
	pointer-events: none
}

.card--dealer .logo-wrapper,.card--dealer .logo-wrapper img {
	max-width: 120px!important;
	max-height: 90px!important
}

.card--dealer .tag-wrapper {
	position: static
}

.card--show {
	background-color: rgba(34,32,19,.05);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	transition: background-color .3s
}

@media (hover:hover) and (pointer:fine) {
	.card--show:active,.card--show:focus,.card--show:hover {
		background-color: #222013
	}

	.card--show:active .card__title,.card--show:active .small-label,.card--show:focus .card__title,.card--show:focus .small-label,.card--show:hover .card__title,.card--show:hover .small-label {
		color: #ded8c5
	}

	.card--show:active .icon--chevron-right,.card--show:focus .icon--chevron-right,.card--show:hover .icon--chevron-right {
		stroke: #ded8c5
	}
}

.card--show .card__date,.card--show .card__left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.card--show .card__date {
	background-color: #aeb7a8;
	width: 120px;
	height: 120px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: var(--card-padding);
	border-radius: var(--border-radius);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:960px) {
	.card--show .card__date {
		width: 100px;
		height: 100px
	}
}

@media (max-width:480px) {
	.card--show .card__date {
		width: 80px;
		height: 80px
	}
}

.card--show .card__date .h4 {
	margin-top: 8px;
	margin-bottom: -8px
}

@media (max-width:960px) {
	.card--show .card__date .h4 {
		margin-top: 6px;
		margin-bottom: -6px
	}
}

@media (max-width:480px) {
	.card--show .card__date .h4 {
		margin-top: 4px;
		margin-bottom: -4px
	}
}

.card--show .card__title,.card--show .small-label {
	transition: color .3s
}

.card--show .small-label+.card__title {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.card--show .small-label+.card__title {
		margin-top: 10px
	}
}

.card--show .icon--chevron-right {
	margin-left: var(--gutter);
	width: 16px;
	height: 20px;
	stroke-width: 2.25
}

@media (max-width:768px) {
	.card--show .icon--chevron-right {
		display: none
	}
}

.card--manufacturer .card__media .logo-wrapper {
	background-color: #ece7de!important;
	position: absolute;
	bottom: var(--card-padding);
	left: var(--card-padding);
	width: 110px;
	height: 110px;
	border-radius: var(--border-radius);
	transform: none;
	z-index: 10
}

@media (max-width:960px) {
	.card--manufacturer .card__media .logo-wrapper {
		width: 90px;
		height: 90px
	}
}

.card--manufacturer .card__media .logo-wrapper img {
	padding: 10px
}

.card--manufacturer .card__content__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card--manufacturer .card__content__more>*+* {
	margin-left: var(--gutter)
}

.card--rv {
	--hover-scale: 1
}

.card--rv .card__media:after {
	display: none
}

@media (hover:hover) and (pointer:fine) {
	.card--rv .card__media a:active .background-media,.card--rv .card__media a:focus .background-media,.card--rv .card__media a:hover .background-media {
		opacity: 1;
		pointer-events: all
	}
}

.card--rv .card__media .background-media {
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	transition: opacity .6s
}

.card--rv .card__media img,.card--rv .card__media video {
	transform: scale(1.5)
}

.card--rv .small-label+.small-label {
	position: relative;
	margin-left: 8px;
	padding-left: 14px
}

.card--rv .small-label+.small-label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background-color: var(--text-10)
}

.card--highlight,.card--type {
	--hover-scale: 1
}

@media (hover:hover) and (pointer:fine) {
	.card--highlight:active .wysiwyg,.card--highlight:focus .wysiwyg,.card--highlight:hover .wysiwyg,.card--type:active .wysiwyg,.card--type:focus .wysiwyg,.card--type:hover .wysiwyg {
		opacity: 1;
		margin-top: 10px!important;
		margin-bottom: 0!important
	}
}

.card--highlight .wysiwyg,.card--type .wysiwyg {
	margin-top: 10px!important
}

@media (min-width:961px) {
	.card--highlight .wysiwyg,.card--type .wysiwyg {
		height: var(--height);
		margin-top: 0!important;
		margin-bottom: calc(var(--height) * -1)!important;
		opacity: 0;
		transition: all .3s
	}
}

.card--highlight .card__media:after {
	background: linear-gradient(180deg,rgba(34,32,19,.1),rgba(34,32,19,.9))
}

@media (max-width:960px) {
	.card--highlight .card__media:after {
		opacity: 1
	}
}

.card--highlight .card__media+.card__content {
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:960px) {
	.card--type {
		background-color: #222013;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:960px) {
	.card--type .card__media {
		height: auto
	}
}

.card--type .card__media:after {
	background: linear-gradient(180deg,rgba(34,32,19,.1),rgba(34,32,19,.7))
}

@media (max-width:960px) {
	.card--type .card__media:after {
		background: linear-gradient(180deg,rgba(34,32,19,.1),#222013);
		opacity: 1
	}
}

@media (max-width:960px) {
	.card--type .card__media+.card__content {
		margin-top: -38px;
		position: relative;
		height: auto;
		padding-bottom: 32px
	}
}

@media (max-width:480px) {
	.card--type .card__media+.card__content {
		margin-top: -28px
	}
}

@media (max-width:960px) {
	.card--type .card__title>span:not(.button) {
		width: 100%
	}
}

@media (max-width:960px) {
	.card--type .card__title .button,.card--type .card__title .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.card--type .card__title .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.card--type .card__title .option-switcher input.radio[type=checkbox]+label,.card--type .card__title .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .card--type .card__title input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .card--type .card__title input+label,.option-switcher .card--type .card__title input.radio[type=checkbox]+label,.option-switcher .card--type .card__title input[type=radio]+label {
		display: none
	}
}

@media (max-width:480px) {
	.card--region .h5 {
		font-size: 42px
	}
}

.card--search-result {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.card--search-result .card__media {
	width: 65px
}

@media (hover:hover) and (pointer:fine) {
	.card--search-result .card__media:active:after,.card--search-result .card__media:focus:after,.card--search-result .card__media:hover:after {
		opacity: 1
	}
}

.card--search-result .card__media:after {
	background-color: rgba(34,32,19,.3);
	opacity: .7
}

.card--search-result .card__media,.card--search-result .card__media .media-wrapper {
	border-radius: var(--small-border-radius)
}

.card--search-result .card__media .is-fallback img,.card--search-result .card__media .is-fallback video {
	opacity: 0
}

.card--search-result .card__media .icon--chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: 0;
	z-index: 10
}

@media (min-width:481px) {
	.card--search-result .card__media .icon--chevron-right {
		width: 10px;
		height: 12.5px
	}
}

.card--search-result .card__content {
	margin-top: 0!important;
	width: calc(100% - 65px - var(--gutter))
}

.card--search-result .card__title {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis
}

.card--search-result .card__title br {
	display: none
}

.card--search-result .small-label {
	font-size: 12px
}

.card--search-result .small-label+.card__title {
	margin-top: 8px
}

.widget {
	position: relative;
	margin-top: var(--small-vertical-margin);
	margin-bottom: var(--small-vertical-margin);
	z-index: 10
}

.widget h4.small-label {
	position: relative;
	margin-bottom: var(--gutter);
	overflow: hidden
}

@media (max-width:960px) {
	.widget h4.small-label {
		margin-bottom: 12px
	}
}

.widget h4.small-label:after {
	content: "";
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	width: 100%;
	margin-right: -100%;
	margin-left: 12px;
	border-top: 1px solid var(--border)
}

.widget__card-slider .card--split {
	display: -ms-flexbox!important;
	display: flex!important
}

.widget__card-slider-nav {
	margin-top: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:960px) {
	.widget__card-slider-nav {
		margin-top: 24px
	}
}

@media (min-width:769px) {
	.widget__card-slider-nav {
		margin-left: calc(40% + var(--gutter-half))
	}
}

@media (max-width:768px) {
	.widget__card-slider-nav {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.widget__card-slider-nav .slick-dots {
	margin: 0 10px
}

.widget__card-slider-nav .slick-dots li:not(.slick-active) button {
	opacity: .3
}

.widget__card-slider-nav .slick-dots button {
	border-radius: 50%
}

.widget__card-slider-arrow {
	color: var(--text)
}

@media (max-width:768px) {
	.widget__card-slider-arrow {
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.widget--wide {
	margin-top: var(--vertical-margin);
	margin-bottom: var(--vertical-margin);
	margin-right: var(--neg-right-offset)
}

.widget--full,.widget--full-bleed,.widget--media-slider {
	margin-top: var(--large-vertical-margin);
	margin-bottom: var(--large-vertical-margin)
}

.widget--full {
	margin-left: var(--neg-left-offset);
	margin-right: var(--neg-right-offset)
}

.widget--full-bleed {
	margin-left: var(--neg-full-bleed-left-offset);
	margin-right: var(--neg-full-bleed-right-offset);
	z-index: 20
}

.widget--full-bleed .media-wrapper,.widget--full-bleed .media-wrapper img,.widget--full-bleed .media-wrapper video {
	border-radius: 0
}

.widget--full-bleed figcaption {
	max-width: 1580px;
	margin-left: auto!important;
	margin-right: auto!important;
	padding: 0 var(--outer-gutter)
}

.widget--double-media {
	display: -ms-flexbox;
	display: flex
}

@media (max-width:768px) {
	.widget--double-media {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:769px) {
	.widget--double-media figure+figure {
		margin-left: 8px
	}
}

@media (max-width:768px) {
	.widget--double-media figure+figure {
		margin-top: 20px
	}
}

.widget--double-media figure {
	width: 100%
}

.widget--media-slider {
	position: relative;
	z-index: 20
}

.widget--media-slider .widget__media-slider {
	position: relative
}

.widget--media-slider .widget__media-slider .slick-list {
	overflow: visible
}

.widget--media-slider .widget__media-slider__arrows {
	position: absolute;
	top: 0;
	height: 100%;
	left: var(--neg-full-bleed-left-offset);
	right: var(--neg-full-bleed-right-offset)
}

@media (max-width:960px) {
	.widget--media-slider .widget__media-slider__arrows {
		display: none
	}
}

.widget--media-slider .widget__media-slider__arrows .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.widget--media-slider .widget__media-slider__arrows .wrapper:after,.widget--media-slider .widget__media-slider__arrows .wrapper:before {
	display: none
}

.widget--media-slider .widget__media-slider__arrow {
	position: relative;
	z-index: 30
}

.widget--media-slider .widget__media-slider figure {
	margin: 0 4px
}

.widget--media-slider .widget__media-slider .media-wrapper {
	width: auto;
	max-width: var(--inner-full-width);
	height: 660px
}

@media (max-width:calc(1500px + (40px * 2))) {
	.widget--media-slider .widget__media-slider .media-wrapper {
		height: 44vw
	}
}

@media (max-width:768px) {
	.widget--media-slider .widget__media-slider .media-wrapper {
		height: 300px
	}
}

@media (max-width:480px) {
	.widget--media-slider .widget__media-slider .media-wrapper {
		height: 250px
	}
}

.widget--media-slider .widget__media-slider .media-wrapper .media-placeholder {
	padding-bottom: 0!important;
	height: 100%
}

.widget--media-slider .widget__media-slider .media-wrapper img,.widget--media-slider .widget__media-slider .media-wrapper video {
	position: static;
	width: auto
}

.widget--media-slider .widget__media-slider .slick-dots {
	margin-top: var(--gutter)
}

.widget--video figcaption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.widget--video figcaption p {
	display: inline
}

.widget--blockquote.has-background-media {
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height))!important;
	min-height: 720px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (max-width:768px) {
	.widget--blockquote.has-background-media {
		min-height: 600px
	}
}

.widget--blockquote.has-background-media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,0),rgba(34,32,19,.3));
	z-index: 10
}

.widget--blockquote.has-background-media .wrapper {
	height: auto;
	padding: var(--outer-gutter);
	z-index: 20
}

.widget--blockquote.has-background-media .widget__content {
	margin-left: var(--left-offset)
}

.widget--blockquote.has-background-media .icon--quotation-mark {
	top: var(--outer-gutter)
}

@media (min-width:961px) {
	.widget--blockquote.has-background-media .icon--quotation-mark {
		left: var(--outer-gutter);
		width: 78px;
		height: 64px
	}
}

@media (min-width:1201px) {
	.widget--blockquote.has-background-media .icon--quotation-mark {
		width: 98px;
		height: 78px
	}
}

.widget--blockquote:not(.has-background-media) .wrapper {
	padding: 0
}

.widget--blockquote .icon--quotation-mark {
	fill: var(--accent)
}

@media (min-width:961px) {
	.widget--blockquote .icon--quotation-mark {
		position: absolute;
		top: 0;
		right: calc(100% + var(--gutter))
	}
}

@media (max-width:960px) {
	.widget--blockquote .icon--quotation-mark {
		margin-bottom: 8px
	}
}

.widget--blockquote .wrapper:after,.widget--blockquote .wrapper:before {
	display: none
}

.widget--featured-item .card .card__content {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start
}

.drawer--filter .drawer__content .filter-group--small .widget--featured-item .card input+label,.widget--featured-item .card .drawer--filter .drawer__content .filter-group--small input+label,.widget--featured-item .card .tag {
	position: static;
	margin-bottom: var(--gutter)
}

@media (max-width:960px) {
	.drawer--filter .drawer__content .filter-group--small .widget--featured-item .card input+label,.widget--featured-item .card .drawer--filter .drawer__content .filter-group--small input+label,.widget--featured-item .card .tag {
		margin-bottom: 10px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .widget--featured-item .card input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .widget--featured-item .card input+label,.option-switcher .widget--featured-item .card input.radio[type=checkbox]+label,.option-switcher .widget--featured-item .card input[type=radio]+label,.widget--featured-item .card .button,.widget--featured-item .card .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.widget--featured-item .card .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.widget--featured-item .card .option-switcher input.radio[type=checkbox]+label,.widget--featured-item .card .option-switcher input[type=radio]+label {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .widget--featured-item .card input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .widget--featured-item .card input+label,.option-switcher .widget--featured-item .card input.radio[type=checkbox]+label,.option-switcher .widget--featured-item .card input[type=radio]+label,.widget--featured-item .card .button,.widget--featured-item .card .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.widget--featured-item .card .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.widget--featured-item .card .option-switcher input.radio[type=checkbox]+label,.widget--featured-item .card .option-switcher input[type=radio]+label {
		margin-top: 10px
	}
}

.widget--related-items {
	max-width: 660px
}

.widget--related-items .simple-card-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget--featured-items-grid {
	overflow: hidden
}

.widget--featured-items-grid .row {
	margin-bottom: calc(var(--card-gutter) * -1)
}

.widget--featured-items-grid .column {
	position: relative;
	margin-bottom: var(--card-gutter)
}

.widget--featured-items-grid .column:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--border);
	z-index: 10
}

.widget--featured-items-grid .card:not(.has-link) {
	--hover-scale: 1
}

@media (min-width:961px) {
	.widget--featured-items-grid .card {
		padding-bottom: var(--card-gutter)
	}
}

.widget--cta {
	margin-top: var(--xsmall-vertical-margin);
	margin-bottom: var(--xsmall-vertical-margin)
}

@media (min-width:961px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .widget--cta input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .widget--cta input+label,.option-switcher .widget--cta input.radio[type=checkbox]+label,.option-switcher .widget--cta input[type=radio]+label,.widget--cta .button,.widget--cta .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.widget--cta .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.widget--cta .option-switcher input.radio[type=checkbox]+label,.widget--cta .option-switcher input[type=radio]+label {
		width: auto;
		max-width: none;
		min-width: 330px
	}
}

.widget--callout {
	background-color: #aeb7a8;
	border-radius: var(--large-border-radius);
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media (max-width:768px) {
	.widget--callout {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.widget--callout .widget__content,.widget--callout .widget__media {
	width: 50%
}

@media (max-width:768px) {
	.widget--callout .widget__content,.widget--callout .widget__media {
		width: 100%
	}
}

@media (min-width:769px) {
	.widget--callout .widget__media--right {
		-ms-flex-order: 2;
		order: 2
	}
}

.widget--callout .widget__media .media-wrapper {
	height: 100%;
	min-height: 675px
}

@media (max-width:calc(1500px + (40px * 2))) {
	.widget--callout .widget__media .media-wrapper {
		min-height: calc((var(--full-vw) * .45) - var(--outer-gutter))
	}
}

@media (max-width:768px) {
	.widget--callout .widget__media .media-wrapper {
		height: auto;
		min-height: 0
	}
}

@media (min-width:769px) {
	.widget--callout .widget__media .media-wrapper .media-placeholder {
		height: 100%;
		padding-bottom: 0!important
	}
}

.widget--callout .widget__media .media-wrapper,.widget--callout .widget__media .media-wrapper img,.widget--callout .widget__media .media-wrapper video {
	border-radius: 0
}

.widget--callout .widget__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px
}

@media (max-width:1200px) {
	.widget--callout .widget__content {
		padding: 40px
	}
}

@media (max-width:960px) {
	.widget--callout .widget__content {
		padding: 32px 24px
	}
}

@media (max-width:480px) {
	.widget--callout .widget__content {
		padding: 24px var(--gutter)
	}
}

.widget--callout .widget__content .h4+.wysiwyg {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.widget--callout .widget__content .h4+.wysiwyg {
		margin-top: 10px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .widget--callout .widget__content input.h4+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .widget--callout .widget__content input.wysiwyg+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .widget--callout .widget__content input.h4+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .widget--callout .widget__content input.wysiwyg+label,.option-switcher .widget--callout .widget__content input.h4[type=radio]+label,.option-switcher .widget--callout .widget__content input.radio.h4[type=checkbox]+label,.option-switcher .widget--callout .widget__content input.radio.wysiwyg[type=checkbox]+label,.option-switcher .widget--callout .widget__content input.wysiwyg[type=radio]+label,.widget--callout .widget__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.h4+label,.widget--callout .widget__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.wysiwyg+label,.widget--callout .widget__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.h4+label,.widget--callout .widget__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.wysiwyg+label,.widget--callout .widget__content .h4+.button,.widget--callout .widget__content .option-switcher input.h4[type=radio]+label,.widget--callout .widget__content .option-switcher input.radio.h4[type=checkbox]+label,.widget--callout .widget__content .option-switcher input.radio.wysiwyg[type=checkbox]+label,.widget--callout .widget__content .option-switcher input.wysiwyg[type=radio]+label,.widget--callout .widget__content .wysiwyg+.button {
	margin-top: 32px
}

.widget--callout+.widget--callout {
	margin-top: calc(var(--gutter) - var(--large-vertical-margin))
}

.widget--related-campgrounds {
	max-width: 660px
}

@media (min-width:401px) {
	.widget--tip {
		max-width: 275px
	}
}

@media (min-width:961px) {
	.widget--tip {
		position: -webkit-sticky;
		position: sticky;
		top: 50%;
		width: 100%
	}
}

.widget--tip .icon--alert {
	margin-bottom: 32px
}

.widget--tip .h8+p {
	margin-top: 10px
}

.widget--tip .media-wrapper {
	margin-top: 20px
}

.custom-video {
	position: relative;
	overflow: hidden
}

.custom-video.is-playing .button,.custom-video.is-playing .custom-video__preview,.custom-video.is-playing .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.custom-video.is-playing .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.custom-video.is-playing .option-switcher input.radio[type=checkbox]+label,.custom-video.is-playing .option-switcher input[type=radio]+label,.custom-video.is-playing figcaption,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .custom-video.is-playing input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .custom-video.is-playing input+label,.option-switcher .custom-video.is-playing input.radio[type=checkbox]+label,.option-switcher .custom-video.is-playing input[type=radio]+label {
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	transition: opacity .6s
}

.custom-video__preview,.custom-video figcaption {
	transition: opacity .3s
}

.custom-video__preview,.custom-video__preview:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.custom-video__preview:after {
	content: "";
	background: linear-gradient(180deg,rgba(34,32,19,0) 60%,rgba(34,32,19,.3))
}

.custom-video__preview .media-placeholder {
	height: 100%;
	padding-bottom: 0!important
}

.custom-video__full {
	position: relative
}

.custom-video figcaption {
	position: absolute;
	bottom: var(--card-padding);
	left: var(--card-padding)
}

.custom-video .button,.custom-video .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.custom-video .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.custom-video .option-switcher input.radio[type=checkbox]+label,.custom-video .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .custom-video input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .custom-video input+label,.option-switcher .custom-video input.radio[type=checkbox]+label,.option-switcher .custom-video input[type=radio]+label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: visible;
	z-index: 10
}

@media (max-width:480px) {
	.custom-video .button,.custom-video .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.custom-video .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.custom-video .option-switcher input.radio[type=checkbox]+label,.custom-video .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .custom-video input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .custom-video input+label,.option-switcher .custom-video input.radio[type=checkbox]+label,.option-switcher .custom-video input[type=radio]+label {
		background-color: rgba(34,32,19,.5)
	}
}

.custom-video .button:after,.custom-video .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:after,.custom-video .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:after,.custom-video .option-switcher input.radio[type=checkbox]+label:after,.custom-video .option-switcher input[type=radio]+label:after,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .custom-video input+label:after,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .custom-video input+label:after,.option-switcher .custom-video input.radio[type=checkbox]+label:after,.option-switcher .custom-video input[type=radio]+label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: var(--full-vw,100vw);
	height: var(--full-vh,100vh)
}

.map {
	position: relative;
	min-height: var(--inner-full-height);
	background-color: var(--text-10)
}

.map--sticky {
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 8px;
	left: 0;
	width: 100%;
	border-radius: var(--large-border-radius);
	min-height: calc(var(--inner-full-height) - 16px)
}

.map__popup {
	position: relative;
	background-color: #222013;
	border-radius: var(--border-radius);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.map__popup--campground {
	max-width: 330px
}

.map__popup--dealer {
	max-width: 275px
}

.map__popup--trip-guide {
	max-width: 225px;
	border: 3px solid #ded8c5
}

.map__popup--trip-guide .map__popup__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.map__popup--trip-guide .map__popup__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: end;
	align-items: flex-end
}

.map__popup--trip-guide .map__popup__title svg {
	margin-left: 6px
}

.map__popup--trip-guide .media-wrapper {
	opacity: .6;
	border-radius: var(--border-radius)
}

.map__popup .small-label {
	font-size: 11px
}

.map__popup .tag-wrapper {
	margin-top: 14px;
	position: relative;
	z-index: 10
}

.map__popup .icons-wrapper img {
	filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(162%) hue-rotate(8deg) brightness(99%) contrast(85%)
}

.map__popup .icons-wrapper .icon {
	width: 14px;
	height: 14px
}

.map__popup__media {
	width: calc(33.33333% + 8px);
	max-width: 118px;
	padding: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.map__popup__media .media-wrapper {
	border-radius: var(--small-border-radius)
}

.map__popup__media+.map__popup__content {
	padding-left: 8px
}

.map__popup__content {
	padding: 12px
}

.map__popup__title+.small-label,.small-label+.map__popup__title {
	margin-top: 8px
}

.map__popup__split {
	margin-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.map__popup__split>*+* {
	margin-left: 12px
}

.map__popup__split>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.map__popup__split .icons-wrapper>*+* {
	margin-left: 4px
}

.map__popup__split .icons-wrapper+.small-label {
	display: block;
	margin-left: 8px
}

.map__zoom {
	position: absolute;
	bottom: var(--outer-gutter)!important;
	right: var(--outer-gutter)!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .map__zoom input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .map__zoom input+label,.map__zoom .button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.map__zoom .option-switcher input.radio[type=checkbox]+label,.map__zoom .option-switcher input[type=radio]+label,.option-switcher .map__zoom input.radio[type=checkbox]+label,.option-switcher .map__zoom input[type=radio]+label {
	position: static!important;
	background-color: rgba(34,32,19,.8)
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .map__zoom input+label+.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .map__zoom input.button+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .map__zoom input+label+.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .map__zoom input.button+label,.map__zoom .button+.button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label+.button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.button+label,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label+.button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.button+label,.map__zoom .option-switcher input.button[type=radio]+label,.map__zoom .option-switcher input.radio.button[type=checkbox]+label,.map__zoom .option-switcher input.radio[type=checkbox]+label+.button,.map__zoom .option-switcher input[type=radio]+label+.button,.option-switcher .map__zoom input.button[type=radio]+label,.option-switcher .map__zoom input.radio.button[type=checkbox]+label,.option-switcher .map__zoom input.radio[type=checkbox]+label+.button,.option-switcher .map__zoom input[type=radio]+label+.button {
	margin-top: 8px
}

@media (max-width:480px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .map__zoom input+label+.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .map__zoom input.button+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .map__zoom input+label+.button,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .map__zoom input.button+label,.map__zoom .button+.button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label+.button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.button+label,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label+.button,.map__zoom .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.button+label,.map__zoom .option-switcher input.button[type=radio]+label,.map__zoom .option-switcher input.radio.button[type=checkbox]+label,.map__zoom .option-switcher input.radio[type=checkbox]+label+.button,.map__zoom .option-switcher input[type=radio]+label+.button,.option-switcher .map__zoom input.button[type=radio]+label,.option-switcher .map__zoom input.radio.button[type=checkbox]+label,.option-switcher .map__zoom input.radio[type=checkbox]+label+.button,.option-switcher .map__zoom input[type=radio]+label+.button {
		margin-top: 4px
	}
}

.gm-style-iw-c {
	padding-left: 0!important;
	padding-top: 0!important
}

.gm-style-iw-tc {
	display: none
}

.gm-style-iw-t {
	margin-bottom: -5px!important
}

.gm-style-iw-d {
	overflow: hidden!important
}

.route-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.route-list.route-list--right {
	text-align: right
}

.route-list.route-list--right li:after {
	left: auto;
	right: 6px;
	border-left: none;
	border-right: 1px dashed var(--text)
}

@media (max-width:480px) {
	.route-list.route-list--right li:after {
		left: auto;
		right: 4px
	}
}

.route-list.route-list--right li .small-label {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-right: 22px
}

.route-list.route-list--right li .small-label:before {
	left: auto;
	right: 0
}

.route-list li {
	position: relative
}

.route-list li:after {
	content: "";
	display: block;
	position: relative;
	left: 6px;
	height: 22px;
	border-left: 1px dashed var(--text);
	opacity: .5;
	margin: 8px 0
}

@media (max-width:480px) {
	.route-list li:after {
		left: 4px
	}
}

.route-list li .small-label {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 22px
}

.route-list li .small-label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: var(--xsmall-border-radius);
	border: 1.5px solid var(--text);
	transition: all .3s
}

@media (max-width:480px) {
	.route-list li .small-label:before {
		width: 7px;
		height: 7px
	}
}

.route-list li .small-label.is-active:before {
	background-color: #fc6b3e!important;
	border-color: #fc6b3e
}

.route-list li:first-of-type .small-label:before,.route-list li:last-of-type .small-label:before {
	background-color: var(--text)
}

.route-list li:last-of-type:after {
	display: none
}

.sticky-nav {
	position: relative;
	height: var(--header-height);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: calc((var(--header-height) + 16px) * -.5);
	z-index: 10;
	pointer-events: none
}

.is-upscroll .sticky-nav.header:not(.header--sticky),.sticky-nav.has-dark-background,.sticky-nav.header.is-open:not(.has-dark-background):not(.sticky-nav.is-sticky),.sticky-nav.is-sticky {
	background-color: #222013;
	position: -webkit-sticky;
	position: sticky;
	top: var(--admin-bar-height);
	left: 0;
	width: 100%;
	z-index: 100;
	margin-bottom: 0;
	pointer-events: all;
	transition: all .3s
}

.sticky-nav--bottom {
	top: auto;
	bottom: 0
}

.sticky-nav .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.sticky-nav .wrapper:after,.sticky-nav .wrapper:before {
	display: none
}

.sticky-nav__left,.sticky-nav__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.sticky-nav__left>*+*,.sticky-nav__right>*+* {
	margin-left: var(--gutter)
}

.sticky-nav__left .small-label,.sticky-nav__right .small-label {
	line-height: 115%
}

.sticky-nav ul {
	display: -ms-flexbox;
	display: flex
}

.sticky-nav ul li a {
	pointer-events: all
}

.sticky-nav ul li a:not(.is-active) {
	opacity: .3
}

.sticky-nav ul li+li {
	margin-left: 20px
}

@media (max-width:960px) {
	.sticky-nav ul li+li {
		margin-left: var(--gutter)
	}
}

.drawer--filter {
	z-index: 120
}

.drawer--filter .wrapper:after,.drawer--filter .wrapper:before {
	display: none
}

.drawer--filter .drawer__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.drawer--filter .drawer__content {
	max-height: calc(var(--inner-full-height) - var(--header-height));
	padding-top: var(--gutter)
}

.drawer--filter .drawer__content .filter-group {
	padding: 32px 0;
	border-bottom: 1px solid var(--border)
}

.drawer--filter .drawer__content .filter-group:first-child {
	padding-top: 0
}

.drawer--filter .drawer__content .filter-group:nth-last-child(2) {
	padding-bottom: calc(32px - var(--outer-gutter));
	border-bottom: none
}

.drawer--filter .drawer__content .filter-group--small legend {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	position: absolute!important;
	height: 1px!important;
	width: 1px!important;
	margin: -1px!important;
	padding: 0!important;
	overflow: hidden;
	word-wrap: normal!important
}

.drawer--filter .drawer__content .filter-group--small ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px
}

.drawer--filter .drawer__content .filter-group--small li {
	margin: 4px
}

.drawer--filter .drawer__content .filter-group--small input+label:after,.drawer--filter .drawer__content .filter-group--small input+label:before {
	display: none
}

.drawer--filter .drawer__content .filter-group--small input:checked+label {
	background-color: #ded8c5;
	color: #222013
}

.drawer--filter .drawer__content .filter-group--large li+li {
	margin-top: 12px
}

.drawer--filter .drawer__content .filter-group--large>ul>li+li {
	margin-top: 24px
}

.drawer--filter .drawer__content .filter-group h3 {
	margin-bottom: 15px
}

.drawer--filter .drawer__content .filter-group legend {
	opacity: .5;
	margin-bottom: 15px
}

.drawer--filter .drawer__content__bottom {
	height: var(--header-height);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.hero {
	background-color: #aeb7a8;
	margin-top: calc(var(--header-height) * -1);
	padding-top: var(--header-height);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.hero.has-dark-background,.hero.header.is-open:not(.has-dark-background):not(.sticky-nav.is-sticky),.hero.sticky-nav.is-sticky,.is-upscroll .hero.header:not(.header--sticky) {
	background-color: #222013
}

.hero.has-background-media {
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height) - var(--vertical-padding) - 65px);
	min-height: 600px
}

@media (max-width:960px) {
	.hero.has-background-media {
		min-height: 560px
	}
}

.hero.has-background-media .hero__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hero:not(.has-background-media) .hero__content {
	padding: calc(var(--header-height) + var(--vertical-padding)) 0 100px
}

.hero.hero--full {
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	min-height: 720px
}

@media (max-width:960px) {
	.hero.hero--full {
		min-height: 600px
	}
}

.hero--bottom {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.hero--bottom .wysiwyg:last-child {
	margin-bottom: 8px
}

.hero--center {
	text-align: center
}

.hero--center .row {
	-ms-flex-pack: center;
	justify-content: center
}

.hero--center .input-submit,.hero--center .wysiwyg,.hero--center form {
	margin-left: auto;
	margin-right: auto
}

.hero--half-and-half {
	position: relative
}

@media (max-width:960px) {
	.hero--half-and-half {
		height: auto!important;
		min-height: unset
	}
}

@media (min-width:961px) {
	.hero--half-and-half .hero__media {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%
	}
}

@media (min-width:961px) {
	.hero--half-and-half .hero__media .background-media {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}

@media (min-width:961px) {
	.hero--half-and-half .hero__media .background-media .media-placeholder {
		height: 100%;
		padding-bottom: 0!important
	}
}

@media (max-width:480px) {
	.hero--half-and-half .hero__media .background-media .media-placeholder {
		padding-bottom: 125%!important
	}
}

@media (max-width:480px) {
	.hero--half-and-half .hero__media .background-media img {
		position: absolute
	}
}

.hero--half-and-half .hero__content {
	padding-bottom: 40px!important
}

@media (min-width:961px) {
	.hero--half-and-half .hero__content .column {
		padding-right: var(--gutter)
	}
}

.hero__media {
	position: relative
}

.hero__media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,.4),rgba(34,32,19,.6));
	z-index: 10
}

.hero__content {
	position: relative;
	height: auto;
	padding: 40px 0;
	z-index: 20
}

.hero__content h1.label {
	margin-left: .35vw
}

@media (max-width:960px) {
	.hero__content h1.label {
		margin-left: 3px
	}
}

.hero__content h1.label+* {
	display: block;
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.hero__content h1.label+* {
		margin-top: 12px
	}
}

.hero__content h1+.wysiwyg {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.hero__content h1+.wysiwyg {
		margin-top: 12px
	}
}

.hero__content h1.uppercase+.wysiwyg {
	margin-top: 10px
}

@media (max-width:960px) {
	.hero__content h1.uppercase+.wysiwyg {
		margin-top: 5px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .hero__content input.wysiwyg+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .hero__content input.wysiwyg+label,.hero__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.wysiwyg+label,.hero__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.wysiwyg+label,.hero__content .option-switcher input.radio.wysiwyg[type=checkbox]+label,.hero__content .option-switcher input.wysiwyg[type=radio]+label,.hero__content .wysiwyg+.button,.option-switcher .hero__content input.radio.wysiwyg[type=checkbox]+label,.option-switcher .hero__content input.wysiwyg[type=radio]+label {
	margin-top: 24px
}

.hero__content .form {
	margin-top: 32px
}

@media (max-width:960px) {
	.hero__content .form {
		margin-top: 24px
	}
}

.hero__content .form__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:640px) {
	.hero__content .form__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.hero__content .form__wrap .input-submit {
	margin: 0 0 0 8px
}

@media (max-width:640px) {
	.hero__content .form__wrap .input-submit {
		margin-top: 8px;
		margin-left: 0
	}
}

.hero__content .form .input-submit,.hero__content .form .option-switcher {
	background-color: rgba(34,32,19,.8)
}

@media (max-width:480px) {
	.hero__content .form .option-switcher {
		width: 100%
	}
}

@media (min-width:481px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .hero__content .form .option-switcher input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .hero__content .form .option-switcher input+label,.hero__content .form .option-switcher .button,.hero__content .form .option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.hero__content .form .option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.hero__content .form .option-switcher input.radio[type=checkbox]+label,.hero__content .form .option-switcher input[type=radio]+label {
		width: 90px
	}
}

.hero__content .form .input-submit,.hero__content .form .option-switcher {
	max-width: 480px
}

.hero__content .form .input-submit {
	width: 100%
}

.hero__content .form>button {
	margin-top: 24px
}

.hero__content__info {
	margin-top: var(--outer-gutter)
}

.hero__content__info strong span {
	display: block
}

.hero__content__info strong span+span {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.hero__content__info strong span+span {
		margin-top: 12px
	}
}

.hero__content__actions {
	margin-top: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:960px) {
	.hero__content__actions {
		margin-top: 24px
	}
}

.hero__content__actions>*+* {
	margin-left: var(--gutter)
}

@media (min-width:961px) {
	.hero__content__actions>*+:not(.button) {
		margin-left: var(--gutter-double)
	}
}

.hero__breadcrumb,.hero__terms {
	position: absolute;
	top: var(--header-height);
	left: 0;
	width: 100%;
	height: var(--header-height);
	z-index: 30
}

.hero__breadcrumb .wrapper,.hero__terms .wrapper {
	height: 100%
}

.hero__breadcrumb .wrapper,.hero__breadcrumb ul,.hero__terms .wrapper,.hero__terms ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:961px) {
	.hero__breadcrumb .has-square:before,.hero__terms .has-square:before {
		width: 14px;
		height: 14px
	}
}

@media (max-width:960px) {
	.hero__breadcrumb .has-square:before,.hero__terms .has-square:before {
		margin-right: 6px
	}
}

@media (max-width:480px) {
	.hero__breadcrumb .has-square:before,.hero__terms .has-square:before {
		margin-right: 4px
	}
}

.hero__breadcrumb .icon--chevron-right {
	stroke: var(--accent)
}

.hero__breadcrumb ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hero__breadcrumb .icon--chevron-right {
	margin: 0 10px 0 12px
}

@media (max-width:480px) {
	.hero__breadcrumb .icon--chevron-right {
		margin: 0 8px 0 10px
	}
}

.hero__terms {
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid var(--border)
}

.hero__terms--learn li:first-of-type {
	margin-right: 0!important
}

.hero__terms--learn li.is-active {
	-ms-flex-order: -1;
	order: -1;
	margin-left: 0;
	margin-right: 24px
}

@media (max-width:960px) {
	.hero__terms--learn li.is-active {
		margin-right: var(--gutter)
	}
}

@media (max-width:480px) {
	.hero__terms--learn li.is-active {
		margin-right: 12px
	}
}

.hero__terms li+li {
	margin-left: 24px
}

@media (max-width:960px) {
	.hero__terms li+li {
		margin-left: var(--gutter)
	}
}

@media (max-width:480px) {
	.hero__terms li+li {
		margin-left: 12px
	}
}

.hero__terms li:not(.is-active) a {
	opacity: .6
}

.quiz-callout {
	background-color: #222013;
	position: relative;
	padding: 50px 0 65px;
	text-align: center;
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	min-height: 800px
}

@media (max-width:960px) {
	.quiz-callout {
		padding: 50px 0;
		min-height: 720px
	}
}

@media (max-width:768px) {
	.quiz-callout {
		min-height: 600px
	}
}

.quiz-callout:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,.4),rgba(34,32,19,.6) 50%,rgba(34,32,19,.4))
}

.quiz-callout__content {
	height: 100%;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center
}

.quiz-callout__content,.quiz-callout__content h3 {
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.quiz-callout__content h3 {
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	margin: 32px 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	overflow: hidden
}

.quiz-callout__content h3>span {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0
}

.quiz-callout__content h3>span:after,.quiz-callout__content h3>span:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background-color: var(--border)
}

@media (max-width:960px) {
	.quiz-callout__content h3>span:after,.quiz-callout__content h3>span:before {
		display: none
	}
}

.quiz-callout__content h3>span:before {
	height: 100vh;
	bottom: 100%
}

.quiz-callout__content h3>span:after {
	top: 100%;
	height: 100vh
}

.quiz-callout__content .slick-list {
	overflow: visible
}

.quiz-callout__content .slick-slide {
	transition: all .6s!important;
	transform: translateY(50%)
}

.quiz-callout__content .slick-slide:not(.slick-active) {
	opacity: 0
}

.quiz-callout__content .slick-slide.slick-active {
	transform: translateY(0)
}

.quiz-callout__content .slick-slide.was-just-active {
	transform: translateY(-50%)
}

.quiz-callout .badge {
	position: absolute;
	transition: none;
	z-index: 20
}

.quiz-callout .badge:not(:first-of-type) {
	display: none
}

.quiz-callout .badge--1 {
	top: 10%;
	right: 25%;
	transform: rotate(9.5deg)
}

@media (max-width:1350px) {
	.quiz-callout .badge--1 {
		right: 20%
	}
}

@media (max-width:1200px) {
	.quiz-callout .badge--1 {
		right: 15%
	}
}

@media (max-width:960px) {
	.quiz-callout .badge--1 {
		right: 10%
	}
}

@media (max-width:768px) {
	.quiz-callout .badge--1 {
		right: 5%
	}
}

@media (max-width:480px) {
	.quiz-callout .badge--1 {
		right: calc(-5% - var(--outer-gutter))
	}
}

.quiz-callout .badge--2 {
	top: 62.5%;
	left: 15%;
	transform: rotate(-14.5deg)
}

@media (max-width:960px) {
	.quiz-callout .badge--2 {
		left: 10%
	}
}

@media (max-width:768px) {
	.quiz-callout .badge--2 {
		left: 5%
	}
}

@media (max-width:480px) {
	.quiz-callout .badge--2 {
		left: calc(-5% - var(--outer-gutter))
	}
}

.quiz-callout .badge--3 {
	top: 12.5%;
	left: 12.5%;
	transform: rotate(5deg)
}

@media (max-width:960px) {
	.quiz-callout .badge--3 {
		left: 7.5%
	}
}

@media (max-width:768px) {
	.quiz-callout .badge--3 {
		left: 2.5%
	}
}

@media (max-width:480px) {
	.quiz-callout .badge--3 {
		left: calc(-2.5% - var(--outer-gutter))
	}
}

.quiz-callout__background-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.quiz-callout__background-slider .slick-list,.quiz-callout__background-slider .slick-track {
	height: 100%
}

.follow {
	background-color: #4f87c7;
	padding: var(--large-vertical-padding) 0
}

.follow .marquee {
	opacity: .2
}

@media (max-width:960px) {
	.follow .marquee {
		opacity: .6
	}
}

.follow .marquee span,.follow .marquee span span {
	display: -ms-flexbox;
	display: flex
}

.follow .marquee span span {
	-ms-flex-align: center;
	align-items: center;
	margin-right: var(--outer-gutter)
}

.follow .marquee span span:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #222013;
	margin-left: var(--outer-gutter)
}

.follow .marquee+.row {
	margin-top: 24px
}

.follow__instagram {
	position: relative;
	font-size: 0;
	line-height: 0
}

@media (min-width:961px) {
	.follow__instagram {
		margin-right: 2%
	}
}

.follow__instagram .card--feature {
	width: 50%
}

@media (hover:hover) and (pointer:fine) {
	.follow__instagram .card--feature:active,.follow__instagram .card--feature:focus,.follow__instagram .card--feature:hover {
		z-index: 5!important
	}
}

@media (max-width:960px) {
	.follow__instagram .card--feature {
		width: 100%
	}
}

.follow__instagram .card--feature:first-of-type {
	position: relative;
	z-index: 3
}

.follow__instagram .card--feature:nth-of-type(2) {
	position: absolute;
	top: 7.5%;
	left: 25%;
	transform: rotate(4deg);
	z-index: 2
}

.follow__instagram .card--feature:last-of-type {
	position: absolute;
	top: 7.5%;
	left: 50%;
	transform: rotate(-5deg);
	z-index: 1
}

@media (max-width:960px) {
	.follow__instagram .card--feature:last-of-type,.follow__instagram .card--feature:nth-last-of-type(2) {
		display: none!important
	}
}

.follow__instagram .card--feature .media-placeholder {
	padding-bottom: 107.5%!important
}

@media (max-width:960px) {
	.follow__instagram .card--feature .media-placeholder {
		padding-bottom: 75%!important
	}
}

@media (min-width:961px) {
	.follow__instagram .card--feature .card__title span:not(.button) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:961px) {
	.follow__instagram .card--feature .card__title span:not(.button) .icon--instagram {
		margin-bottom: 8px
	}
}

@media (min-width:961px) {
	.follow .simple-card-wrapper {
		height: 100%
	}
}

@media (max-width:960px) {
	.follow .simple-card-wrapper {
		margin-top: 8px
	}
}

.collection {
	padding: var(--vertical-padding) 0
}

@media (max-width:960px) {
	.collection .wrapper:after {
		display: none
	}
}

.collection--brown {
	background: #c7aa8d
}

.collection--green {
	background-color: #aeb7a8
}

.collection--blue {
	background-color: #4f87c7
}

.collection--orange {
	background-color: #fc6b3e
}

.collection--sleeps .tabs__trigger-wrapper li+li {
	margin-left: 32px
}

@media (max-width:960px) {
	.collection--sleeps .tabs__trigger-wrapper li+li {
		margin-left: 20px
	}
}

.collection h2.label {
	margin-bottom: 75px!important
}

@media (max-width:960px) {
	.collection h2.label {
		margin-bottom: 50px!important
	}
}

.collection .split-wrapper {
	-ms-flex-align: end;
	align-items: flex-end
}

.collection .tabs__trigger-wrapper {
	display: -ms-flexbox;
	display: flex
}

.collection .tabs__trigger-wrapper li+li {
	margin-left: 24px
}

@media (max-width:960px) {
	.collection .tabs__trigger-wrapper li+li {
		margin-left: var(--gutter)
	}
}

.collection .card-wrapper {
	padding-top: var(--gutter)
}

.collection .button,.collection .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.collection .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.collection .option-switcher input.radio[type=checkbox]+label,.collection .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .collection input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .collection input+label,.option-switcher .collection input.radio[type=checkbox]+label,.option-switcher .collection input[type=radio]+label {
	margin-top: 75px
}

@media (max-width:960px) {
	.collection .button,.collection .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.collection .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.collection .option-switcher input.radio[type=checkbox]+label,.collection .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .collection input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .collection input+label,.option-switcher .collection input.radio[type=checkbox]+label,.option-switcher .collection input[type=radio]+label {
		margin-top: 40px
	}
}

.featured {
	background-color: #222013;
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	min-height: 720px;
	padding: 80px 0
}

@media (max-width:960px) {
	.featured {
		min-height: 600px;
		padding: 50px 0
	}
}

@media (max-width:960px) {
	.featured.has-route-list {
		height: auto;
		min-height: unset
	}
}

@media (max-width:960px) {
	.featured.has-route-list .featured__main {
		min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height) - 50px - 50px)
	}
}

.featured:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,.3),rgba(34,32,19,.7))
}

.featured .wrapper:after {
	display: none
}

.featured .wrapper>.row {
	height: 100%
}

.featured .wrapper>.row>.column {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.featured .wrapper>.row>.column>*+* {
	margin-top: var(--gutter)
}

.featured .tag-wrapper {
	margin-bottom: var(--gutter)
}

.featured .button,.featured .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.featured .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.featured .option-switcher input.radio[type=checkbox]+label,.featured .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .featured input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .featured input+label,.option-switcher .featured input.radio[type=checkbox]+label,.option-switcher .featured input[type=radio]+label {
	margin-top: 20px
}

@media (max-width:960px) {
	.featured .button,.featured .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.featured .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.featured .option-switcher input.radio[type=checkbox]+label,.featured .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .featured input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .featured input+label,.option-switcher .featured input.radio[type=checkbox]+label,.option-switcher .featured input[type=radio]+label {
		margin-top: var(--gutter)
	}
}

.featured__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.featured .route-list {
	margin-top: auto;
	margin-left: auto;
	max-width: 250px
}

@media (max-width:960px) {
	.featured .route-list {
		margin-bottom: var(--gutter)
	}
}

.features {
	padding: var(--vertical-padding) 0
}

.features--blue {
	background-color: #4f87c7
}

.features--accent {
	background-color: var(--accent)
}

.features.features--tagline {
	padding: var(--large-vertical-padding) 0
}

@media (min-width:769px) {
	.features.features--tagline h2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:769px) {
	.features.features--tagline h2 span:nth-of-type(2) {
		margin-right: 50px
	}
}

@media (min-width:961px) {
	.features.features--tagline h2 span:nth-of-type(2) {
		margin-right: 100px
	}
}

@media (max-width:768px) {
	.features.features--tagline h2 span:last-of-type {
		display: block;
		text-align: right
	}
}

.features.features--tagline .simple-card-wrapper {
	margin-top: 10px
}

@media (max-width:768px) {
	.features--double .simple-card-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:960px) {
	.features--triple .simple-card-wrapper {
		margin-bottom: 8px
	}
}

@media (max-width:960px) {
	.features--triple .column:last-of-type {
		-ms-flex-order: -1;
		order: -1
	}
}

@media (min-width:961px) {
	.features--triple .card--large,.features--triple .card--large .media-wrapper {
		height: 100%
	}
}

@media (max-width:960px) {
	.features--triple .card--large .media-wrapper .media-placeholder {
		padding-bottom: 75%!important
	}
}

@media (min-width:961px) {
	.features--triple .card--large .media-placeholder {
		height: 100%;
		padding-bottom: 0!important
	}
}

.dealer-callout {
	background-color: #aeb7a8;
	padding: 40px 0
}

@media (max-width:960px) {
	.dealer-callout {
		padding: var(--vertical-padding) 0
	}
}

.dealer-callout .column:first-of-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dealer-callout .column:first-of-type>*+* {
	margin-top: 40px
}

@media (max-width:960px) {
	.dealer-callout .column:first-of-type>*+* {
		margin-top: var(--gutter)
	}
}

@media (max-width:960px) {
	.dealer-callout .column:first-of-type .media-wrapper+div {
		margin-top: 40px
	}
}

.dealer-callout .wysiwyg {
	margin-top: 10px;
	max-width: 440px
}

.dealer-callout .button,.dealer-callout .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.dealer-callout .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.dealer-callout .option-switcher input.radio[type=checkbox]+label,.dealer-callout .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .dealer-callout input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .dealer-callout input+label,.option-switcher .dealer-callout input.radio[type=checkbox]+label,.option-switcher .dealer-callout input[type=radio]+label {
	margin-top: 20px
}

.vertical-split-scroller {
	position: relative;
	padding: var(--vertical-padding) 0;
	text-align: center
}

.vertical-split-scroller--light-brown {
	background-color: #cbbda8
}

.vertical-split-scroller .icon--full-squiggle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-20deg);
	z-index: 10
}

@media (max-width:960px) {
	.vertical-split-scroller .icon--full-squiggle {
		top: 37.5%
	}
}

@media (max-width:960px) {
	.vertical-split-scroller .column {
		margin-top: 0!important
	}
}

.vertical-split-scroller .column:not(:first-of-type) {
	position: relative;
	z-index: 20
}

@media (min-width:961px) {
	.vertical-split-scroller .column:first-of-type {
		border-left: 1px solid var(--border);
		border-right: 1px solid var(--border)
	}
}

@media (min-width:961px) {
	.vertical-split-scroller .column:nth-of-type(2) {
		-ms-flex-order: -1;
		order: -1
	}
}

@media (min-width:961px) {
	.vertical-split-scroller .column:last-of-type {
		margin-top: 75px
	}
}

@media (min-width:961px) {
	.vertical-split-scroller .column:last-of-type,.vertical-split-scroller .column:nth-of-type(2) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.vertical-split-scroller .label+h3 {
	margin-top: 40px
}

@media (max-width:960px) {
	.vertical-split-scroller .label+h3 {
		margin-top: 32px
	}
}

.vertical-split-scroller h3 {
	margin-bottom: var(--gutter)
}

.vertical-split-scroller h3.uppercase {
	opacity: .2
}

@media (min-width:961px) {
	.vertical-split-scroller .card+.card {
		margin-top: 8px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .vertical-split-scroller input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .vertical-split-scroller input+label,.option-switcher .vertical-split-scroller input.radio[type=checkbox]+label,.option-switcher .vertical-split-scroller input[type=radio]+label,.vertical-split-scroller .button,.vertical-split-scroller .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.vertical-split-scroller .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.vertical-split-scroller .option-switcher input.radio[type=checkbox]+label,.vertical-split-scroller .option-switcher input[type=radio]+label {
	margin-top: 20px
}

.vertical-split-scroller .side-slider {
	margin-top: 8px
}

.is-homepage.is-homepage-loading-started .homepage .hero__heading {
	z-index: 99999
}

.is-homepage.is-homepage-loading-started .hero__loader {
	background: transparent
}

.is-homepage.is-homepage-loading-started .hero__loader .icon--logomark {
	opacity: 0
}

.is-homepage.is-homepage-loading-started .hero__heading .h1 span {
	transform: translateY(0)
}

.is-homepage.is-homepage-loading-ended .homepage .hero__heading {
	z-index: 99
}

.is-homepage.is-homepage-loading-ended .hero__loader {
	display: none
}

.is-homepage.is-homepage-loading-ended .hero__feature {
	display: -ms-flexbox;
	display: flex
}

@media (min-width:961px) {
	.is-homepage.is-homepage-loading-ended .hero__feature.is-active .hero__feature__text>* {
		opacity: 1
	}
}

@media (max-width:960px) {
	.is-homepage.is-homepage-loading-ended .hero__feature.slick-current .hero__feature__text>* {
		opacity: 1
	}
}

.is-homepage:not(.is-homepage-loading-ended) .site-wrap {
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	overflow: hidden
}

.is-homepage:not(.is-homepage-loading-ended) .hero__feature {
	width: 100%!important;
	height: 100%!important;
	opacity: 0!important;
	z-index: -1;
	transition: none!important
}

.is-homepage:not(.is-homepage-loading-ended) .hero__feature.is-rotation-active {
	opacity: 1!important;
	z-index: 1
}

.is-homepage.is-homepage-mousemoved .hero__feature.next {
	opacity: 1!important
}

.homepage .hero {
	position: relative
}

.homepage .hero .has-square:before {
	margin-right: 4px
}

@media (max-width:960px) {
	.homepage .hero .has-square:before {
		display: none
	}
}

.homepage .hero .has-square+.link,.homepage .hero .has-square+a {
	margin-top: 2px;
	line-height: 110%
}

@media (max-width:480px) {
	.homepage .hero .has-square+.link,.homepage .hero .has-square+a {
		font-size: 14px
	}
}

.homepage .hero__loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222013;
	z-index: 9999999999;
	padding: 40px var(--outer-gutter);
	-ms-flex-align: end;
	align-items: flex-end
}

.homepage .hero__loader,.homepage .hero__loader__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.homepage .hero__loader__inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.homepage .hero__loader__inner .icon--logomark {
	width: 70px;
	height: 60px;
	opacity: 0!important
}

.homepage .hero__loader__text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.homepage .hero__loader__text div {
	display: block
}

.homepage .hero__loader__text div+div {
	margin-top: 5px;
	transition: all .3s
}

.homepage .hero__heading {
	position: relative;
	padding: 90px 0 50px;
	z-index: 109;
	pointer-events: none
}

@media (max-width:480px) {
	.homepage .hero__heading {
		padding: 50px 0 40px
	}
}

.homepage .hero__heading,.homepage .hero__heading .column,.homepage .hero__heading .h1,.homepage .hero__heading .row,.homepage .hero__heading .wrapper {
	height: 100%
}

.homepage .hero__heading .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.homepage .hero__heading .h1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.homepage .hero__heading .h1 div {
	display: block;
	overflow: hidden;
	padding: 0 12px;
	margin: 0 -12px
}

.homepage .hero__heading .h1 div:first-of-type {
	text-align: left
}

.homepage .hero__heading .h1 div:nth-of-type(2) {
	text-align: right;
	margin-top: calc((var(--header-height) * -1) - 50px)
}

@media (max-width:960px) {
	.homepage .hero__heading .h1 div:nth-of-type(2) {
		margin-top: calc((var(--header-height) * -1) - 150px)
	}
}

.homepage .hero__heading .h1 div:last-of-type {
	text-align: center
}

.homepage .hero__heading .h1 div span {
	transform: translateY(100%);
	transition: all 2s;
	transition-delay: 0s;
	display: block
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage .hero__heading .h1 input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage .hero__heading .h1 input+label,.homepage .hero__heading .h1 .button,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.homepage .hero__heading .h1 .option-switcher input.radio[type=checkbox]+label,.homepage .hero__heading .h1 .option-switcher input[type=radio]+label,.option-switcher .homepage .hero__heading .h1 input.radio[type=checkbox]+label,.option-switcher .homepage .hero__heading .h1 input[type=radio]+label {
	position: relative;
	overflow: hidden;
	pointer-events: all
}

@keyframes slideDownIn {
	0% {
		transform: translateY(0);
		opacity: 0
	}

	to {
		transform: translateY(100%);
		opacity: 1
	}
}

@keyframes slideDownOut {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(100%);
		opacity: 0
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down,.homepage .hero__heading .h1 .button .icon--arrow-down,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon--arrow-down,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon--arrow-down,.homepage .hero__heading .h1 .option-switcher input.radio[type=checkbox]+label .icon--arrow-down,.homepage .hero__heading .h1 .option-switcher input[type=radio]+label .icon--arrow-down,.option-switcher .homepage .hero__heading .h1 input.radio[type=checkbox]+label .icon--arrow-down,.option-switcher .homepage .hero__heading .h1 input[type=radio]+label .icon--arrow-down {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12px 18px;
	animation-name: slideDownIn;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@media (max-width:480px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down,.homepage .hero__heading .h1 .button .icon--arrow-down,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon--arrow-down,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon--arrow-down,.homepage .hero__heading .h1 .option-switcher input.radio[type=checkbox]+label .icon--arrow-down,.homepage .hero__heading .h1 .option-switcher input[type=radio]+label .icon--arrow-down,.option-switcher .homepage .hero__heading .h1 input.radio[type=checkbox]+label .icon--arrow-down,.option-switcher .homepage .hero__heading .h1 input[type=radio]+label .icon--arrow-down {
		padding: 9px 12px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down:first-child,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down:first-child,.homepage .hero__heading .h1 .button .icon--arrow-down:first-child,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon--arrow-down:first-child,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon--arrow-down:first-child,.homepage .hero__heading .h1 .option-switcher input.radio[type=checkbox]+label .icon--arrow-down:first-child,.homepage .hero__heading .h1 .option-switcher input[type=radio]+label .icon--arrow-down:first-child,.option-switcher .homepage .hero__heading .h1 input.radio[type=checkbox]+label .icon--arrow-down:first-child,.option-switcher .homepage .hero__heading .h1 input[type=radio]+label .icon--arrow-down:first-child {
	animation-name: slideDownOut;
	top: -200%
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down:last-child,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage .hero__heading .h1 input+label .icon--arrow-down:last-child,.homepage .hero__heading .h1 .button .icon--arrow-down:last-child,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label .icon--arrow-down:last-child,.homepage .hero__heading .h1 .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label .icon--arrow-down:last-child,.homepage .hero__heading .h1 .option-switcher input.radio[type=checkbox]+label .icon--arrow-down:last-child,.homepage .hero__heading .h1 .option-switcher input[type=radio]+label .icon--arrow-down:last-child,.option-switcher .homepage .hero__heading .h1 input.radio[type=checkbox]+label .icon--arrow-down:last-child,.option-switcher .homepage .hero__heading .h1 input[type=radio]+label .icon--arrow-down:last-child {
	animation-name: slideDownOut;
	top: 0
}

.homepage .hero__features {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.homepage .hero__features .slick-list,.homepage .hero__features .slick-track,.homepage .hero__features__slider {
	height: 100%;
	width: 100%!important
}

.homepage .hero__features__left,.homepage .hero__features__right {
	position: absolute;
	top: 0;
	transform: none;
	width: 50%;
	height: 100%;
	z-index: 10
}

.homepage .hero__features__slider.left-side .hero__feature.next:before {
	background-image: url(../img/svg/raw/chevron-left-filled.svg)
}

.homepage .hero__features__slider.right-side .hero__feature.next:before {
	background-image: url(../img/svg/raw/chevron-right-filled.svg)
}

.homepage .hero__features__slider.hide-preview .hero__feature.next {
	opacity: 0!important;
	pointer-events: none
}

.homepage .hero__feature {
	background-color: #222013;
	position: absolute!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: width .5s,height .5s
}

@media (max-width:960px) {
	.homepage .hero__feature {
		padding-top: 25vh;
		opacity: 1;
		left: 0!important;
		right: auto;
		bottom: auto
	}
}

@media (max-width:480px) {
	.homepage .hero__feature {
		padding-top: 20vh
	}
}

@media (min-width:961px) {
	.homepage .hero__feature.is-active {
		opacity: 1
	}

	.homepage .hero__feature.is-active.is-active-transition .hero__feature__text {
		opacity: 0
	}

	.homepage .hero__feature.next,.homepage .hero__feature:not(.is-active) {
		width: var(--small-button-height);
		height: var(--small-button-height)
	}

	.homepage .hero__feature.next {
		position: fixed;
		opacity: 0!important;
		border-radius: var(--large-border-radius);
		margin: auto;
		overflow: hidden;
		transition: border-radius .5s,opacity .5s;
		cursor: none;
		z-index: 999!important
	}

	.homepage .hero__feature.next.is-open {
		width: 200vw!important;
		height: 200vh!important;
		border-radius: 0
	}

	.homepage .hero__feature.next.is-transitioning {
		transform: none;
		top: 0;
		left: 0;
		z-index: 1!important;
		width: auto;
		height: auto
	}

	.homepage .hero__feature.next.is-transitioning:before {
		opacity: 0
	}

	.homepage .hero__feature.next:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: block;
		width: 13px;
		height: 15px;
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: 10000
	}
}

@media (min-width:961px) and (max-width:480px) {
	.homepage .hero__feature.next:before {
		width: 9px;
		height: 12px
	}
}

@media (min-width:961px) {
	.homepage .hero__feature.next>* {
		position: fixed;
		width: var(--full-vw,100vw);
		height: var(--full-vh,100vh);
		z-index: 10;
		transition: none
	}
}

.homepage .hero__feature .media-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--full-vw,100vw);
	height: var(--full-vh,100vh);
	min-height: 720px;
	border-radius: 0
}

@media (max-width:960px) {
	.homepage .hero__feature .media-wrapper {
		z-index: 1;
		min-height: 600px
	}
}

.homepage .hero__feature .media-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,.7),rgba(34,32,19,.3) 50%,rgba(34,32,19,.7))
}

.homepage .hero__feature .media-wrapper .media-placeholder {
	height: 100%;
	padding-bottom: 0!important;
	transform: scale(0);
	transition: transform 2s
}

.is-homepage-loading-started .homepage .hero__feature .media-wrapper .media-placeholder {
	transform: scale(1)
}

.homepage .hero__feature__text {
	width: 200px;
	z-index: 10;
	text-align: center;
	opacity: 1;
	transition: opacity .75s
}

@media (max-width:960px) {
	.homepage .hero__feature__text {
		top: calc(50% + 100px);
		opacity: 1;
		z-index: 1
	}
}

@media (max-width:480px) {
	.homepage .hero__feature__text {
		width: 50%
	}
}

.homepage .hero__feature__text>.label {
	display: block;
	opacity: 0
}

.homepage .hero__feature__text a {
	display: block;
	opacity: 0;
	transition: all .75s
}

@media (hover:hover) and (pointer:fine) {
	.homepage .hero__feature__text a:active .icon--chevron-right,.homepage .hero__feature__text a:focus .icon--chevron-right,.homepage .hero__feature__text a:hover .icon--chevron-right {
		opacity: 1
	}
}

.homepage .hero__feature__text a br {
	display: none
}

.homepage .hero__feature__text a .icon--chevron-right {
	margin-left: 4px;
	opacity: .4
}

.homepage .hero__feature__text .dots {
	opacity: 0;
	margin-top: var(--gutter)
}

@media (min-width:961px) {
	.homepage .hero__feature__text .dots {
		display: none
	}
}

.homepage .hero__feature__text .dots .slick-dots {
	max-width: none;
	-ms-flex-pack: center;
	justify-content: center
}

.homepage__experience-levels {
	position: relative;
	background-color: #aeb7a8;
	padding: 100px 0 120px;
	overflow: hidden
}

@media (min-width:961px) {
	.homepage__experience-levels {
		min-height: var(--full-vh,100vh)
	}
}

@media (max-width:960px) {
	.homepage__experience-levels {
		padding: 75px 0 100px
	}
}

@media (min-width:961px) {
	.homepage__experience-levels .wrapper:after,.homepage__experience-levels .wrapper:before {
		display: none
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		transform: translateZ(0)!important
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto>.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:961px) {
	.homepage__experience-levels .side-slider--auto>.row>.column {
		position: relative;
		padding-top: 115px
	}

	.homepage__experience-levels .side-slider--auto>.row>.column:first-of-type:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		background-color: var(--border)
	}

	.homepage__experience-levels .side-slider--auto>.row>.column:last-of-type:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		background-color: var(--border)
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto>.row>.column {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.homepage__experience-levels .side-slider--auto>.row>.column .column {
	z-index: 0
}

@media (min-width:961px) {
	.homepage__experience-levels .side-slider--auto>.row>.column:nth-of-type(2n) .column:nth-of-type(odd),.homepage__experience-levels .side-slider--auto>.row>.column:nth-of-type(odd) .column:nth-of-type(2n) {
		position: relative;
		z-index: 40
	}
}

@media (min-width:961px) {
	.homepage__experience-levels .side-slider--auto>.row>.column .label {
		position: absolute;
		top: 0;
		left: var(--gutter-half)
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto>.row>.column+.column {
		margin-top: 60px
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto .icon--full-squiggle {
		display: none
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto .label+.h2 {
		margin-top: 45px
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto .arrow-link {
		display: none
	}
}

@media (min-width:961px) {
	.homepage__experience-levels .side-slider--auto .side-slider {
		overflow: visible;
		position: static;
		transform: none!important
	}
}

@media (max-width:960px) {
	.homepage__experience-levels .side-slider--auto .side-slider {
		-ms-flex-order: 3;
		order: 3;
		margin-top: var(--gutter)
	}
}

.homepage__experience-levels .wysiwyg {
	margin-top: 60px;
	max-width: 525px
}

@media (max-width:960px) {
	.homepage__experience-levels .wysiwyg {
		margin-top: 5px
	}
}

.homepage__experience-levels .wysiwyg p {
	display: inline
}

.homepage__rvs {
/*	background-color: #222013;
*/	position: relative;
	overflow: clip;
	height: calc(100vh - var(--admin-bar-height))
}

@media (min-width:961px) {
	.homepage__rvs {
		min-height: 720px
	}
}

@media (hover:hover) and (pointer:fine) {
	.homepage__rvs:active .homepage__rvs__type__cursor,.homepage__rvs:focus .homepage__rvs__type__cursor,.homepage__rvs:hover .homepage__rvs__type__cursor {
		opacity: 1
	}
}

.homepage__rvs.hide-cursor .homepage__rvs__type__cursor {
	opacity: 0!important;
	pointer-events: none
}

.homepage__rvs .column,.homepage__rvs .row,.homepage__rvs .wrapper {
	height: 100%
}

.homepage__rvs__model,.homepage__rvs__sidebar {
	height: calc(100vh - var(--admin-bar-height));
/*	padding: 65px 0 50px*/
}

@media (min-width:961px) {
	.homepage__rvs__model,.homepage__rvs__sidebar {
		min-height: 720px
	}
}

@media (max-width:960px) {
	.homepage__rvs__model,.homepage__rvs__sidebar {
		padding: 50px 0
	}
}

.homepage__rvs__sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none
}

.homepage__rvs__sidebar a,.homepage__rvs__sidebar button {
	pointer-events: all
}

.homepage__rvs__sidebar .column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.homepage__rvs__sidebar h2 {
	opacity: 0;
	pointer-events: none
}

.homepage__rvs__sidebar h2+ul {
	margin-top: 60px
}

@media (max-width:960px) {
	.homepage__rvs__sidebar h2+ul {
		margin-top: 24px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage__rvs__sidebar input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage__rvs__sidebar input+label,.homepage__rvs__sidebar .button,.homepage__rvs__sidebar .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.homepage__rvs__sidebar .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.homepage__rvs__sidebar .option-switcher input.radio[type=checkbox]+label,.homepage__rvs__sidebar .option-switcher input[type=radio]+label,.option-switcher .homepage__rvs__sidebar input.radio[type=checkbox]+label,.option-switcher .homepage__rvs__sidebar input[type=radio]+label {
	margin-top: 32px
}

@media (max-width:960px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage__rvs__sidebar input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage__rvs__sidebar input+label,.homepage__rvs__sidebar .button,.homepage__rvs__sidebar .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.homepage__rvs__sidebar .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.homepage__rvs__sidebar .option-switcher input.radio[type=checkbox]+label,.homepage__rvs__sidebar .option-switcher input[type=radio]+label,.option-switcher .homepage__rvs__sidebar input.radio[type=checkbox]+label,.option-switcher .homepage__rvs__sidebar input[type=radio]+label {
		margin-top: auto;
		margin-left: auto;
		margin-right: auto
	}
}

.homepage__rvs__types-list {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (min-width:961px) {
	.homepage__rvs__types-list {
		-ms-flex: 1;
		flex: 1
	}
}

.homepage__rvs__types-list li {
	position: relative;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:961px) {
	.homepage__rvs__types-list li:first-of-type {
		position: absolute;
		top: 0
	}
}

.homepage__rvs__types-list li:nth-of-type(2) {
	opacity: .666
}

.homepage__rvs__types-list li:last-of-type {
	opacity: .333
}

.homepage__rvs__types-list a+span {
	display: block;
	margin-top: 5px;
	margin-left: var(--gutter)
}

@media (max-width:1200px) {
	.homepage__rvs__types-list a+span {
		margin-top: 3px
	}
}

@media (max-width:960px) {
	.homepage__rvs__types-list a+span {
		margin-left: 12px
	}
}

@media (max-width:480px) {
	.homepage__rvs__types-list a+span {
		margin-top: 2px
	}
}

.homepage__rvs__main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width:960px) {
	.homepage__rvs__main {
		height: calc(100% - 50px - var(--button-height) - 10px)
	}
}

.homepage__rvs__type {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.homepage__rvs__type:first-of-type {
	z-index: 3
}

.homepage__rvs__type:nth-of-type(2) {
	z-index: 2
}

.homepage__rvs__type:nth-of-type(3) {
	z-index: 1
}

.homepage__rvs__type,.homepage__rvs__type .slick-list,.homepage__rvs__type .slick-track,.homepage__rvs__type__slider {
	height: 100%
}

.homepage__rvs__type .wrapper:after,.homepage__rvs__type .wrapper:before {
	display: none
}

.homepage__rvs__type__cursor {
	display: none!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	min-width: -webkit-max-content;
	min-width: max-content;
	white-space: nowrap;
	z-index: 30;
	transition: opacity .3s;
	opacity: 0;
	pointer-events: none
}

@media (max-width:960px) {
	.homepage__rvs__type__cursor {
		display: none
	}
}

.homepage__rvs__type__cursor [data-slide-num] {
	color: #222013
}

.homepage__rvs__type__cursor [data-slide-num]:after {
	content: " ";
	white-space: pre
}

.homepage__rvs__type__cursor .icon--chevron-left {
	display: none
}

.homepage__rvs__type__cursor .icon--chevron-left+span {
	margin-left: 0
}

.homepage__rvs__type__left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 20
}

@media (min-width:961px) {
	.homepage__rvs__type__left {
		cursor: none
	}
}

@media (max-width:960px) {
	.homepage__rvs__type__left {
		display: none
	}
}

@media (hover:hover) and (pointer:fine) {
	.homepage__rvs__type__left:active+.homepage__rvs__type__cursor .icon--chevron-left,.homepage__rvs__type__left:focus+.homepage__rvs__type__cursor .icon--chevron-left,.homepage__rvs__type__left:hover+.homepage__rvs__type__cursor .icon--chevron-left {
		display: block
	}

	.homepage__rvs__type__left:active+.homepage__rvs__type__cursor .icon--chevron-left+span,.homepage__rvs__type__left:focus+.homepage__rvs__type__cursor .icon--chevron-left+span,.homepage__rvs__type__left:hover+.homepage__rvs__type__cursor .icon--chevron-left+span {
		margin-left: 12px
	}

	.homepage__rvs__type__left:active+.homepage__rvs__type__cursor .icon--chevron-right,.homepage__rvs__type__left:focus+.homepage__rvs__type__cursor .icon--chevron-right,.homepage__rvs__type__left:hover+.homepage__rvs__type__cursor .icon--chevron-right {
		display: none
	}
}

.homepage__rvs__type .slick-track {
	width: 100%!important
}

.homepage__rvs__type .slick-dots {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%)
}

.homepage__rvs__model {
/*	background-color: #222013;*/
	position: absolute!important;
	left: 0!important;
	width: 100%!important;
	opacity: 0;
	pointer-events: none
}

.homepage__rvs__model.slick-current {
	opacity: 1;
	pointer-events: all
}

/*@media (min-width:961px) {
	.homepage__rvs__model {
		cursor: none
	}
}*/

@media (max-width:960px) {
	.homepage__rvs__model .wrapper {
		padding-bottom: calc(var(--button-height) + 80px)
	}
}

.homepage__rvs__model .wrapper>.label {
	position: absolute;
	top: 0
}

@media (max-width:960px) {
	.homepage__rvs__model .wrapper>.label {
		left: var(--outer-gutter)
	}
}

.homepage__rvs__type .medium-up:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #efecff;
	z-index: -1
}
.homepage__rvs__type.scholar32 .medium-up:after {
	background: #e4f1ff;
}
.homepage__rvs__type.scholar33 .medium-up:after {
	background: #fff1e4;
}
.qz2 .homepage__rvs__type.scholar32 .medium-up:after {
	background: #fff8ef;
}
.qz2 .homepage__rvs__type.scholar33 .medium-up:after {
	background: #eff8ff;
}
.qz2 .homepage__rvs__type.scholar34 .medium-up:after {
	background: #fefdee;
}
.qz2 .homepage__rvs__type .kc3_dl span {
	color: #856dff;
	opacity: .11;
}
.qz2 .homepage__rvs__type.scholar32 .kc3_dl span {
	color: #ff5d00;
}
.qz2 .homepage__rvs__type.scholar33 .kc3_dl span {
	color: #0680ff;
}
.qz2 .homepage__rvs__type.scholar34 .kc3_dl span {
	color: #ffcc00;
}
.high5 .homepage__rvs__type.scholar32 .medium-up:after {
	background: #fff9f3;
}
.high5 .homepage__rvs__type.scholar33 .medium-up:after {
	background: #f3f8ff;
}
.high5 .homepage__rvs__type.scholar34 .medium-up:after {
	background: #f3fff9;
}
.high5 .homepage__rvs__type .kc3_dl span {
	color: #856dff;
	opacity: .11;
}
.high5 .homepage__rvs__type.scholar32 .kc3_dl span {
	color: #fe6700;
}
.high5 .homepage__rvs__type.scholar33 .kc3_dl span {
	color: #0680ff;
}
.high5 .homepage__rvs__type.scholar34 .kc3_dl span {
	color: #39d16b;
}
.homepage__rvs__model .column {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (min-width:961px) {
	.homepage__rvs__model .column:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 1px;
		background-color: var(--border);
		height: 50%
	}
}

@media (max-width:960px) {
	.homepage__rvs__model .column {
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

@media (max-width:960px) {
	.homepage__rvs__model .h5 {
		text-transform: none
	}
}

.homepage__rvs__model .h5+.wysiwyg {
	margin-top: 5px
}

@media (max-width:960px) {
	.homepage__rvs__model .h5+.wysiwyg {
		margin-top: 10px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .homepage__rvs__model input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .homepage__rvs__model input+label,.homepage__rvs__model .button,.homepage__rvs__model .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.homepage__rvs__model .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.homepage__rvs__model .option-switcher input.radio[type=checkbox]+label,.homepage__rvs__model .option-switcher input[type=radio]+label,.option-switcher .homepage__rvs__model input.radio[type=checkbox]+label,.option-switcher .homepage__rvs__model input[type=radio]+label {
	margin-top: 20px
}

.homepage__rvs__model .arrow-link {
	margin-top: var(--gutter)
}

.homepage .vertical-split-scroller {
	background-color: #ded8c5;
	padding: var(--large-vertical-padding) 0
}

.homepage__explore {
	background-color: #fc6b3e;
	padding: 65px 0 50px;
	text-align: center
}

@media (max-width:960px) {
	.homepage__explore {
		padding: 50px 0
	}
}

.homepage__explore__inner {
	position: relative
}

.homepage__explore .tabs__trigger-wrapper {
	position: relative;
	margin-top: 32px;
	padding: 100px 0 175px;
	z-index: 10
}

@media (max-width:960px) {
	.homepage__explore .tabs__trigger-wrapper {
		margin: 0;
		padding-bottom: 125px
	}
}

.homepage__explore .tabs__trigger-wrapper:after,.homepage__explore .tabs__trigger-wrapper:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background-color: var(--border)
}

@media (max-width:960px) {
	.homepage__explore .tabs__trigger-wrapper:after,.homepage__explore .tabs__trigger-wrapper:before {
		display: none
	}
}

.homepage__explore .tabs__trigger-wrapper:before {
	top: 0;
	height: 68px
}

.homepage__explore .tabs__trigger-wrapper:after {
	bottom: 0;
	height: 143px
}

@media (max-width:960px) {
	.homepage__explore .tabs__trigger-wrapper [data-tab] {
		opacity: 1!important
	}
}

@media (min-width:961px) {
	.homepage__explore .tabs__trigger-wrapper [data-tab].is-open {
		transform: translateX(var(--neg-gutter))
	}
}

.homepage__explore .tabs__content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.homepage__explore .tabs__content-wrapper .tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.homepage__explore .tabs__content-wrapper .tab-content.is-open .media-wrapper {
	transform: translateY(0)
}

.homepage__explore .tabs__content-wrapper .media-wrapper {
	position: absolute;
	width: calc((((100% - var(--gutter)) / 12) * 3) - var(--gutter-half));
	transition: all .6s
}

.homepage__explore .tabs__content-wrapper .media-wrapper:first-of-type {
	top: 0;
	right: 0;
	transform: translateY(var(--gutter))
}

.homepage__explore .tabs__content-wrapper .media-wrapper:nth-of-type(2) {
	bottom: 0;
	left: 0;
	transform: translateY(var(--neg-gutter))
}

.generic.generic--error .hero .hero__content {
	padding: 40px 0
}

.generic.generic--error .button,.generic.generic--error .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.generic.generic--error .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.generic.generic--error .option-switcher input.radio[type=checkbox]+label,.generic.generic--error .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .generic.generic--error input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .generic.generic--error input+label,.option-switcher .generic.generic--error input.radio[type=checkbox]+label,.option-switcher .generic.generic--error input[type=radio]+label {
	margin-top: 32px
}

@media (max-width:960px) {
	.generic.generic--error .button,.generic.generic--error .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.generic.generic--error .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.generic.generic--error .option-switcher input.radio[type=checkbox]+label,.generic.generic--error .option-switcher input[type=radio]+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .generic.generic--error input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .generic.generic--error input+label,.option-switcher .generic.generic--error input.radio[type=checkbox]+label,.option-switcher .generic.generic--error input[type=radio]+label {
		margin-top: 24px
	}
}

.generic .hero .hero__content {
	padding: calc(var(--header-height) + var(--vertical-padding)) 0 100px
}

.generic .hero.has-background-media {
	min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height) - var(--vertical-padding) - 65px);
	max-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	height: auto
}

.generic .hero.has-background-media .hero__content {
	padding-top: calc(var(--large-vertical-padding) + (var(--header-height) * 2))
}

.generic__main {
	padding: 75px 0 var(--vertical-padding)
}

@media (max-width:960px) {
	.generic__main {
		padding-top: 60px
	}
}

.generic .features {
	padding: 0
}

.generic .features .wrapper {
	padding-top: 75px
}

@media (max-width:960px) {
	.generic .features .wrapper {
		padding-top: 50px
	}
}

.single {
	--hero-slider-height: 660px
}

@media (max-width:calc(1500px + (40px * 2))) {
	.single {
		--hero-slider-height: 44vw
	}
}

@media (max-width:768px) {
	.single {
		--hero-slider-height: 300px
	}
}

@media (max-width:480px) {
	.single {
		--hero-slider-height: 250px
	}
}

.single--campground .sticky-nav,.single--dealer .sticky-nav {
	border-top: 1px solid var(--border);
	background-color: #ece7de;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	width: 100%;
	z-index: 100;
	margin-bottom: 0;
	pointer-events: all;
	transition: all .3s
}

.single--campground .sticky-nav .wrapper,.single--dealer .sticky-nav .wrapper {
	-ms-flex-pack: center;
	justify-content: center
}

.single--show .single__content .row+.single__content__section {
	margin-top: 85px
}

@media (max-width:960px) {
	.single--show .single__content .row+.single__content__section {
		margin-top: 60px
	}
}

@media (max-width:768px) {
	.single--show .single__content .column+.column {
		margin-top: 60px
	}
}

@media (max-width:480px) {
	.single--show h2.label {
		margin-bottom: 24px!important
	}
}

.single .hero.hero--half-and-half .hero__media:after {
	background: linear-gradient(180deg,rgba(34,32,19,.5),rgba(34,32,19,.3) 60%)
}

.single .hero--full .hero__content .wrapper {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.drawer--filter .drawer__content .filter-group--small .single .hero--center input+label,.single .hero--center .drawer--filter .drawer__content .filter-group--small input+label,.single .hero--center .inline-wrapper,.single .hero--center .tag {
	-ms-flex-pack: center;
	justify-content: center
}

.single .hero--center .hero__slider {
	margin-bottom: calc(var(--hero-slider-height) / -2)
}

.single .hero.has-slider .hero__content {
	padding-bottom: 60px
}

.single .hero.has-slider+* {
	margin-top: calc(var(--hero-slider-height) / 2)
}

.single .hero.has-background-media .hero__content,.single .hero:not(.has-background-media) .hero__content {
	padding-top: calc(var(--header-height) + 60px)
}

@media (max-width:960px) {
	.single .hero.has-background-media .hero__content,.single .hero:not(.has-background-media) .hero__content {
		padding-top: calc(var(--header-height) + 80px)
	}
}

.single .hero__media:after {
	background: linear-gradient(180deg,rgba(34,32,19,.5),rgba(34,32,19,.3) 50%,rgba(34,32,19,.7))
}

.single .hero__content .logo-wrapper.circle {
	background-color: #ece7de!important;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-bottom: 40px
}

@media (max-width:960px) {
	.single .hero__content .logo-wrapper.circle {
		width: 100px;
		height: 100px;
		margin-top: -80px;
		margin-bottom: 24px
	}
}

.single .hero__content .logo-wrapper.circle img {
	max-width: 90px;
	max-height: 90px
}

.single .hero__content .column {
	position: relative
}

.drawer--filter .drawer__content .filter-group--small .single .hero__content .column>input+label,.single .hero__content .column>.tag,.single .hero__content .drawer--filter .drawer__content .filter-group--small .column>input+label {
	position: absolute;
	bottom: calc(100% + 32px);
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:960px) {
	.drawer--filter .drawer__content .filter-group--small .single .hero__content .column>input+label,.single .hero__content .column>.tag,.single .hero__content .drawer--filter .drawer__content .filter-group--small .column>input+label {
		bottom: calc(100% + 24px)
	}
}

.single .hero__content .hero__title+.inline-wrapper,.single .hero__content h1+.inline-wrapper {
	margin-top: 40px
}

@media (max-width:960px) {
	.single .hero__content .hero__title+.inline-wrapper,.single .hero__content h1+.inline-wrapper {
		margin-top: 24px
	}
}

.single .hero__content .inline-wrapper span.tag--xlarge {
	text-wrap: wrap
}

@media (max-width:480px) {
	.single .hero__content .inline-wrapper span.tag--xlarge {
		width: 100%
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single .hero__content .inline-wrapper input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single .hero__content .inline-wrapper input+label,.option-switcher .single .hero__content .inline-wrapper input.radio[type=checkbox]+label,.option-switcher .single .hero__content .inline-wrapper input[type=radio]+label,.single .hero__content .inline-wrapper .button,.single .hero__content .inline-wrapper .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single .hero__content .inline-wrapper .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single .hero__content .inline-wrapper .option-switcher input.radio[type=checkbox]+label,.single .hero__content .inline-wrapper .option-switcher input[type=radio]+label {
	width: auto
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single .hero__content .inline-wrapper input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single .hero__content .inline-wrapper input+label,.option-switcher .single .hero__content .inline-wrapper input.radio[type=checkbox]+label,.option-switcher .single .hero__content .inline-wrapper input[type=radio]+label,.single .hero__content .inline-wrapper .button,.single .hero__content .inline-wrapper .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single .hero__content .inline-wrapper .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single .hero__content .inline-wrapper .option-switcher input.radio[type=checkbox]+label,.single .hero__content .inline-wrapper .option-switcher input[type=radio]+label {
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.single .hero__content .hero__title {
	position: relative;
	font-size: 0;
	line-height: 0
}

.single .hero__content .hero__title.is-featured {
	padding: 0 48px
}

@media (max-width:960px) {
	.single .hero__content .hero__title.is-featured {
		padding: 0 44px
	}
}

@media (max-width:480px) {
	.single .hero__content .hero__title.is-featured {
		padding: 0 38px
	}
}

.single .hero__content .hero__title h1 {
	display: inline
}

.single .hero__content .hero__title .icon--star {
	position: absolute;
	bottom: 5px;
	width: 36px;
	height: 36px;
	margin-left: 12px
}

@media (max-width:960px) {
	.single .hero__content .hero__title .icon--star {
		margin-left: 8px
	}
}

@media (max-width:480px) {
	.single .hero__content .hero__title .icon--star {
		width: 30px;
		height: 30px
	}
}

.single .hero__slider {
	position: relative
}

.single .hero__slider__arrows {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	right: 0
}

@media (max-width:960px) {
	.single .hero__slider__arrows {
		display: none
	}
}

.single .hero__slider__arrows .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.single .hero__slider__arrows .wrapper:after,.single .hero__slider__arrows .wrapper:before {
	display: none
}

.single .hero__slider__arrow {
	position: relative;
	z-index: 30
}

.single .hero__slider__slide {
	margin: 0 calc(var(--gutter) / 2)
}

@media (max-width:960px) {
	.single .hero__slider__slide {
		margin: 0 4px
	}
}

.single .hero__slider .media-wrapper {
	width: auto;
	max-width: var(--inner-full-width);
	height: var(--hero-slider-height)
}

.single .hero__slider .media-wrapper .media-placeholder {
	padding-bottom: 0!important;
	height: 100%
}

.single .hero__slider .media-wrapper img,.single .hero__slider .media-wrapper video {
	position: static;
	width: auto
}

.single .hero__slider .slick-dots {
	margin-top: var(--gutter)
}

.single .hero__slider .slick-dots li button {
	background-color: #222013
}

.single__main {
	padding: 120px 0 var(--vertical-padding)
}

@media (max-width:960px) {
	.single__main {
		padding-top: 60px
	}
}

@media (min-width:961px) {
	.single__main .wrapper--small .wysiwyg,.single__main .wrapper--small .wysiwyg p,.single__main .wrapper--xsmall .wysiwyg,.single__main .wrapper--xsmall .wysiwyg p {
		max-width: none
	}
}

.single__content {
	position: relative
}

.single__content__section h2 {
	margin-bottom: 24px
}

.single__content__section .row {
	margin-bottom: -40px
}

@media (max-width:960px) {
	.single__content__section .row {
		margin-bottom: -24px
	}
}

.single__content__section .column {
	margin-bottom: 40px
}

@media (max-width:960px) {
	.single__content__section .column {
		margin-bottom: 24px
	}
}

.single__content__section .small-label {
	opacity: .5;
	margin-bottom: 20px
}

@media (max-width:960px) {
	.single__content__section .small-label {
		margin-bottom: var(--gutter)
	}
}

.single__content__section span.h8 span {
	opacity: .2
}

.single__content__section .show-more-less__toggle {
	margin-top: var(--gutter)
}

.single__content__section .wysiwyg,.single__content__section .wysiwyg p {
	max-width: none
}

.single__content__section .card+.card {
	margin-top: 8px
}

.single__content__section+.single__content__section {
	margin-top: 85px
}

@media (max-width:960px) {
	.single__content__section+.single__content__section {
		margin-top: 60px
	}
}

.single__sidebar {
	position: relative
}

.single__sidebar .small-label+.small-label {
	margin-top: 10px
}

@media (max-width:1200px) {
	.single__sidebar .small-label+.small-label {
		margin-top: 5px
	}
}

.single__sidebar .card {
	max-width: 330px
}

@media (min-width:961px) {
	.single__sidebar .card {
		margin-left: auto
	}
}

.single__sidebar .card h2 {
	margin-bottom: 24px
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single__sidebar .card input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single__sidebar .card input+label,.option-switcher .single__sidebar .card input.radio[type=checkbox]+label,.option-switcher .single__sidebar .card input[type=radio]+label,.single__sidebar .card .button,.single__sidebar .card .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single__sidebar .card .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single__sidebar .card .option-switcher input.radio[type=checkbox]+label,.single__sidebar .card .option-switcher input[type=radio]+label {
	margin-top: 32px
}

@media (max-width:1200px) {
	.single.single--post .wysiwyg--gutenberg {
		margin-top: 60px
	}
}

@media (max-width:960px) {
	.single.single--post .wysiwyg--gutenberg {
		margin-top: 40px
	}
}

@media (min-width:961px) {
	.single.single--post .single__main {
		padding-top: 75px
	}
}

@media (max-width:768px) {
	.single.single--post .single__main.has-author .features .wrapper {
		padding-top: 8px
	}
}

@media (min-width:1201px) {
	.single.single--post .single__sidebar {
		position: absolute;
		top: 0;
		left: var(--outer-gutter);
		width: 100%;
		max-width: 215px;
		z-index: 10
	}
}

.single.single--post .single__sidebar .single__byline {
	margin-top: 50px
}

@media (max-width:1200px) {
	.single.single--post .single__sidebar .single__byline {
		margin-top: 35px
	}
}

@media (min-width:1201px) {
	.single.single--post .single__sidebar .copy-link {
		margin-top: 40px
	}
}

@media (max-width:1200px) {
	.single.single--post .single__sidebar .copy-link {
		position: absolute;
		top: 0;
		right: 0
	}
}

.single.single--post .single__byline h2.small-label {
	margin-bottom: 10px
}

@media (max-width:1200px) {
	.single.single--post .single__byline h2.small-label {
		margin-bottom: 8px
	}
}

@media (max-width:960px) {
	.single.single--post .single__byline h2.small-label {
		margin-bottom: 5px
	}
}

.single.single--post .single__byline__content {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

.single.single--post .single__byline__content .media-wrapper {
	width: 65px;
	margin-right: 12px
}

@media (max-width:1200px) {
	.single.single--post .single__byline__content .media-wrapper {
		margin-right: 10px
	}
}

.single.single--post .single__byline__content .small-label {
	margin-top: 5px
}

@media (max-width:1200px) {
	.single.single--post .single__byline__content .small-label {
		margin-top: 3px
	}
}

.single.single--post .single__author-more {
	margin: 60px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (min-width:769px) {
	.single.single--post .single__author-more {
		max-width: 660px
	}
}

@media (max-width:960px) {
	.single.single--post .single__author-more {
		margin: 50px 0 0
	}
}

.single.single--post .single__author-more h2.small-label {
	margin-bottom: 45px
}

@media (max-width:640px) {
	.single.single--post .single__author-more h2.small-label {
		margin-bottom: 100px
	}
}

.single.single--post .single__author-more .wysiwyg {
	margin-top: 10px
}

.single.single--post .single__author-more .tag-wrapper {
	position: static;
	margin-top: 50px
}

@media (max-width:960px) {
	.single.single--post .single__author-more .tag-wrapper {
		margin-top: 32px
	}
}

.single.single--post .single__author-more .media-wrapper {
	width: 165px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: var(--gutter)
}

@media (max-width:640px) {
	.single.single--post .single__author-more .media-wrapper {
		width: 100px;
		position: absolute;
		top: var(--card-padding);
		right: var(--card-padding)
	}
}

.single.single--post .features {
	padding: 0
}

.single.single--post .features .wrapper {
	padding-top: 75px
}

@media (max-width:960px) {
	.single.single--post .features .wrapper {
		padding-top: 50px
	}
}

@media (max-width:480px) {
	.single.single--trip-guide .wrapper:after {
		display: none
	}
}

@media (max-width:480px) {
	.single.single--trip-guide .hero__content .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:960px) {
	.single.single--trip-guide .hero__content__info .column:nth-of-type(3):after {
		display: none
	}
}

.single.single--trip-guide .single__main {
	padding-bottom: 0
}

@media (min-width:1201px) {
	.single.single--trip-guide .single__main {
		--large-vertical-padding: 200px
	}
}

@media (max-width:480px) {
	.single.single--trip-guide .single__main {
		--large-vertical-padding: 120px
	}
}

@media (min-width:961px) {
	.single.single--trip-guide .single__main {
		padding-top: 0
	}
}

@media (min-width:961px) {
	.single.single--trip-guide .single__content {
		padding-top: calc(var(--large-vertical-padding) - 40px)
	}
}

.single.single--trip-guide .single__top {
	margin-bottom: var(--vertical-padding)
}

.single.single--trip-guide .single__top strong span {
	display: block
}

.single.single--trip-guide .single__top strong span+span {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.single.single--trip-guide .single__top strong span+span {
		margin-top: 12px
	}
}

.single.single--trip-guide .single__top .wrapper+.wrapper {
	margin-top: 24px
}

.single.single--trip-guide .single__top .wrapper+.wrapper:after,.single.single--trip-guide .single__top .wrapper+.wrapper:before {
	display: none
}

.single.single--trip-guide .single__overview .wrapper {
	padding-bottom: var(--large-vertical-padding)
}

@media (max-width:960px) {
	.single.single--trip-guide .single__overview .wrapper {
		padding-top: var(--header-height)
	}
}

.single.single--trip-guide .single__overview .copy-link {
	margin-top: var(--header-height)
}

.single.single--trip-guide .single__highlights {
	background-color: #222013
}

@media (min-width:961px) {
	.single.single--trip-guide .single__highlights {
		min-height: var(--full-vh,100vh)
	}
}

.single.single--trip-guide .single__highlights .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: var(--large-vertical-padding);
	padding-bottom: var(--large-vertical-padding)
}

.single.single--trip-guide .single__highlights h2 {
	margin-bottom: 24px
}

.single.single--trip-guide .single__highlights .media-wrapper {
	background-color: #363326
}

.single.single--trip-guide .single__stop {
	position: relative
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop:nth-child(odd) .widget {
		margin-left: auto!important
	}
}

.single.single--trip-guide .single__stop:nth-child(odd) .icon--side-squiggle {
	left: auto!important;
	right: 0;
	transform: rotateY(180deg)
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop:nth-child(odd) .icon--side-squiggle {
		right: var(--neg-outer-gutter);
		transform: rotateY(180deg) translateY(-50%)
	}
}

.single.single--trip-guide .single__stop:nth-child(2n) .badge {
	left: auto;
	right: var(--badge-size)
}

@media (max-width:480px) {
	.single.single--trip-guide .single__stop:nth-child(2n) .badge {
		right: var(--outer-gutter)
	}
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop:nth-child(2n) .widget {
		margin-right: auto!important
	}
}

.single.single--trip-guide .single__stop:nth-child(2n) .single__stop__main .column:only-of-type {
	margin-left: auto
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop:nth-child(2n) .single__stop__main .column:last-of-type {
		-ms-flex-order: -1;
		order: -1
	}
}

.single.single--trip-guide .single__stop:first-child.has-featured-media,.single.single--trip-guide .single__stop:nth-child(5),.single.single--trip-guide .single__stop:nth-child(9),.single.single--trip-guide .single__stop:nth-child(13) {
	background-color: #222013
}

.single.single--trip-guide .single__stop:nth-child(2),.single.single--trip-guide .single__stop:nth-child(6),.single.single--trip-guide .single__stop:nth-child(10),.single.single--trip-guide .single__stop:nth-child(14) {
	background-color: #aeb7a8
}

.single.single--trip-guide .single__stop:first-child:not(.has-featured-media),.single.single--trip-guide .single__stop:nth-child(3),.single.single--trip-guide .single__stop:nth-child(7),.single.single--trip-guide .single__stop:nth-child(11),.single.single--trip-guide .single__stop:nth-child(15) {
	background-color: #ece7de
}

.single.single--trip-guide .single__stop:nth-child(4),.single.single--trip-guide .single__stop:nth-child(8),.single.single--trip-guide .single__stop:nth-child(12),.single.single--trip-guide .single__stop:nth-child(16) {
	background-color: #c7aa8d
}

.single.single--trip-guide .single__stop:not(.has-featured-media)>.wrapper {
	padding-top: var(--large-vertical-padding)
}

.single.single--trip-guide .single__stop.has-featured-media .single__stop__main {
	padding-top: 50px
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop.has-featured-media .single__stop__main {
		padding-top: 40px
	}
}

.single.single--trip-guide .single__stop.has-additional-media>.wrapper {
	padding-bottom: var(--outer-gutter)
}

.single.single--trip-guide .single__stop>.wrapper {
	padding-bottom: var(--large-vertical-padding)
}

.single.single--trip-guide .single__stop .icon--side-squiggle {
	position: absolute;
	top: 0;
	left: 0;
	fill: none!important;
	pointer-events: none
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop .icon--side-squiggle {
		left: var(--neg-outer-gutter);
		transform: translateY(-50%)
	}
}

.single.single--trip-guide .single__stop .icon--side-squiggle-1 {
	top: 60px;
	width: 30vw;
	height: 57.8571vw;
	max-height: 918px;
	min-width: 125px;
	min-height: 241.07125px
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop .icon--side-squiggle-1 {
		top: 50%
	}
}

.single.single--trip-guide .single__stop .icon--side-squiggle-2 {
	top: -75px;
	width: 12.5vw;
	height: 52.75vw;
	max-height: 844px;
	min-width: 75px;
	min-height: 316.5px;
	z-index: 10
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop .icon--side-squiggle-2 {
		top: 25%
	}
}

.single.single--trip-guide .single__stop .icon--side-squiggle-3 {
	top: 125px;
	width: 10vw;
	height: 47.5824vw;
	max-height: 866px;
	min-width: 50px;
	min-height: 237.912px
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop .icon--side-squiggle-3 {
		top: 50%
	}
}

.single.single--trip-guide .single__stop .icon--side-squiggle-4 {
	top: 60px;
	width: 15vw;
	height: 59.7657vw;
	max-height: 1020px;
	min-width: 75px;
	min-height: 298.8285px
}

.single.single--trip-guide .single__stop .widget {
	margin: 0!important
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop .widget--related-campgrounds,.single.single--trip-guide .single__stop .widget--related-items {
		max-width: 660px
	}
}

@media (min-width:769px) {
	.single.single--trip-guide .single__stop .widget__card-slider-nav {
		margin-left: calc(40% + var(--gutter-half))
	}
}

.single.single--trip-guide .single__stop .badge {
	position: absolute;
	left: var(--badge-size);
	bottom: var(--badge-size);
	z-index: 30
}

@media (max-width:480px) {
	.single.single--trip-guide .single__stop .badge {
		left: var(--outer-gutter)
	}
}

.single.single--trip-guide .single__stop__hero {
	background-color: #222013;
	position: relative;
	height: calc(var(--full-vh, 100vh) - var(--admin-bar-height))
}

.single.single--trip-guide .single__stop__hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,0),rgba(34,32,19,.3) 50%,rgba(34,32,19,.6));
	z-index: 10
}

.single.single--trip-guide .single__stop__hero .media-wrapper {
	border-radius: 0
}

.single.single--trip-guide .single__stop__hero__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20
}

.single.single--trip-guide .single__stop__hero__content .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 40px;
	padding-bottom: 40px
}

.single.single--trip-guide .single__stop__flag {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 5px
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__flag {
		margin-bottom: var(--gutter)
	}
}

.single.single--trip-guide .single__stop__flag .icon--flag {
	fill: #fc6b3e;
	stroke: #fc6b3e
}

.single.single--trip-guide .single__stop__flag>span {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	color: #222013
}

.single.single--trip-guide .single__stop__main .column>h3 {
	margin-bottom: 65px
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__main .column>h3 {
		margin-bottom: 40px
	}
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__main .column+.column {
		margin-top: 40px
	}
}

.single.single--trip-guide .single__stop__widget {
	position: relative
}

.single.single--trip-guide .single__stop__widget .badge {
	bottom: var(--badge-size)
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop__widget:not(.single__stop__widget--media) {
		height: 100%
	}
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__widget:not(.single__stop__widget--media).has-badge {
		padding-top: var(--badge-size)
	}
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__widget:not(.single__stop__widget--media).has-badge .widget {
		margin-top: 40px!important
	}
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__widget:not(.single__stop__widget--media).has-badge .badge {
		top: 0;
		bottom: auto
	}
}

.single.single--trip-guide .single__stop__widget--media .badge {
	bottom: calc(var(--badge-size) / -2)
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__widget--media .badge {
		bottom: calc(var(--badge-size) / -3)
	}
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop__widget--related-campgrounds.has-badge,.single.single--trip-guide .single__stop__widget--related-items.has-badge {
		padding-bottom: calc(var(--badge-size) + 40px)
	}
}

@media (min-width:961px) {
	.single.single--trip-guide .single__stop__widget--related-campgrounds.has-badge .badge,.single.single--trip-guide .single__stop__widget--related-items.has-badge .badge {
		bottom: 0
	}
}

.single.single--trip-guide .single__stop__widget--none .badge {
	top: 0
}

.single.single--trip-guide .single__stop__additional-media {
	position: relative;
	margin-top: 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__additional-media {
		margin-top: 50px
	}
}

.single.single--trip-guide .single__stop__additional-media figure {
	width: calc(50% - var(--gutter-half));
	margin-bottom: var(--gutter)
}

@media (max-width:480px) {
	.single.single--trip-guide .single__stop__additional-media figure {
		width: 100%
	}
}

.single.single--trip-guide .single__stop__additional-media figure.full-width {
	width: 100%
}

.single.single--trip-guide .single__stop__additional-media .badge {
	top: calc(var(--badge-size) / -2)
}

@media (max-width:960px) {
	.single.single--trip-guide .single__stop__additional-media .badge {
		top: calc(var(--badge-size) / -3)
	}
}

.single.single--trip-guide .single__map {
	position: relative;
	min-height: var(--inner-full-height);
	display: -ms-flexbox;
	display: flex
}

@media (max-width:768px) {
	.single.single--trip-guide .single__map {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.single.single--trip-guide .single__map .map {
	width: 100%;
	height: 100%
}

@media (min-width:769px) {
	.single.single--trip-guide .single__map .map {
		position: absolute;
		top: 0;
		left: 0
	}
}

.single.single--trip-guide .single__map__content {
	-ms-flex: 1;
	flex: 1;
	padding: var(--outer-gutter) 0;
	z-index: 10;
	pointer-events: none
}

@media (max-width:768px) {
	.single.single--trip-guide .single__map__content {
		background-color: #222013;
		padding: var(--large-vertical-padding) 0;
		-ms-flex-order: -1;
		order: -1
	}
}

@media (min-width:769px) {
	.single.single--trip-guide .single__map__content>.wrapper {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--trip-guide .single__map__content input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--trip-guide .single__map__content input+label,.option-switcher .single.single--trip-guide .single__map__content input.radio[type=checkbox]+label,.option-switcher .single.single--trip-guide .single__map__content input[type=radio]+label,.single.single--trip-guide .single__map__content .button,.single.single--trip-guide .single__map__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single.single--trip-guide .single__map__content .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single.single--trip-guide .single__map__content .option-switcher input.radio[type=checkbox]+label,.single.single--trip-guide .single__map__content .option-switcher input[type=radio]+label {
	pointer-events: all
}

.single.single--trip-guide .single__map__legend {
	background-color: #222013;
	pointer-events: all
}

@media (min-width:769px) {
	.single.single--trip-guide .single__map__legend {
		border-radius: var(--large-border-radius);
		padding: var(--outer-gutter);
		width: 25%;
		max-width: 330px;
		min-width: 250px
	}
}

.single.single--trip-guide .single__map__legend h2 {
	font-size: 0
}

.single.single--trip-guide .single__map__legend .route-list {
	margin-top: var(--outer-gutter)
}

@media (max-width:768px) {
	.single.single--trip-guide .single__map__legend .route-list {
		margin-top: 50px
	}
}

.single.single--trip-guide .single__map__legend .route-list li:before {
	opacity: .3
}

@media (min-width:769px) {
	.single.single--trip-guide .single__map__legend .route-list li .small-label {
		opacity: .3
	}
}

.single.single--trip-guide .single__map__legend .route-list li .small-label.is-active {
	opacity: 1
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--trip-guide input.single__map__legend+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--trip-guide input.single__map__legend+label,.option-switcher .single.single--trip-guide input.radio.single__map__legend[type=checkbox]+label,.option-switcher .single.single--trip-guide input.single__map__legend[type=radio]+label,.single.single--trip-guide .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.single__map__legend+label,.single.single--trip-guide .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.single__map__legend+label,.single.single--trip-guide .option-switcher input.radio.single__map__legend[type=checkbox]+label,.single.single--trip-guide .option-switcher input.single__map__legend[type=radio]+label,.single.single--trip-guide .single__map__legend+.button {
	margin-top: 20px
}

@media (max-width:768px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--trip-guide .single__map input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--trip-guide .single__map input+label,.option-switcher .single.single--trip-guide .single__map input.radio[type=checkbox]+label,.option-switcher .single.single--trip-guide .single__map input[type=radio]+label,.single.single--trip-guide .single__map .button,.single.single--trip-guide .single__map .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single.single--trip-guide .single__map .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single.single--trip-guide .single__map .option-switcher input.radio[type=checkbox]+label,.single.single--trip-guide .single__map .option-switcher input[type=radio]+label {
		position: absolute;
		bottom: var(--outer-gutter);
		left: var(--outer-gutter)
	}
}

@media (max-width:480px) {
	.single.single--rv .wrapper:after,.single.single--rv .wrapper:before {
		display: none
	}
}

.single.single--rv .single__rv-hero {
	background-color: #aeb7a8;
	position: relative;
	min-height: calc(720px + var(--header-height))
}

@media (min-width:1201px) {
	.single.single--rv .single__rv-hero {
		height: calc(var(--full-vh, 100vh) - var(--admin-bar-height) + (var(--header-height) * 4))
	}
}

@media (max-width:960px) {
	.single.single--rv .single__rv-hero {
		min-height: calc(600px + var(--header-height))
	}
}

.single.single--rv .single__rv-hero .hero__breadcrumb a {
	color: #ded8c5
}

.single.single--rv .single__rv-hero .sticky-nav {
	position: relative;
	top: var(--header-height);
	left: 0;
	width: 100%;
	z-index: 100;
	opacity: 1;
	transition: none
}

.single.single--rv .single__rv-hero .sticky-nav.is-sticky {
	background-color: transparent;
	position: -webkit-sticky;
	position: sticky;
	top: var(--admin-bar-height)
}

.single.single--rv .single__rv-hero .sticky-nav .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.single.single--rv .single__rv-hero .sticky-nav a,.single.single--rv .single__rv-hero .sticky-nav button {
	pointer-events: all
}

.single.single--rv .single__rv-hero .hero {
	background-color: transparent
}

@media (min-width:1201px) {
	.single.single--rv .single__rv-hero .hero {
		position: -webkit-sticky;
		position: sticky;
		top: var(--admin-bar-height);
		left: 0;
		width: 100%
	}
}

.single.single--rv .single__rv-hero .hero--info {
	margin-top: -100%;
	padding-top: 0;
	z-index: 0
}

@media (max-width:1200px) {
	.single.single--rv .single__rv-hero .hero--info {
		margin-top: 0;
		height: auto
	}
}

.single.single--rv .hero .media-wrapper img,.single.single--rv .hero .media-wrapper video {
	max-width: 1800px
}

.single.single--rv .hero--initial {
	z-index: 10
}

@media (max-width:1200px) {
	.single.single--rv .hero--initial .hero__breadcrumb {
		transform: none!important
	}
}

.single.single--rv .hero--initial .hero__media {
	background-color: #222013
}

@media (max-width:1200px) {
	.single.single--rv .hero--initial .hero__media {
		opacity: 1!important
	}
}

@media (max-width:768px) {
	.single.single--rv .hero--initial .hero__media {
		height: calc(100% - var(--header-height))
	}
}

.single.single--rv .hero--initial .hero__media:after {
	background: linear-gradient(180deg,rgba(34,32,19,.5),rgba(34,32,19,.2) 25%,rgba(34,32,19,.1) 50%,rgba(34,32,19,.5))
}

@media (max-width:1200px) {
	.single.single--rv .hero--initial .hero__content {
		opacity: 1!important;
		transform: none!important
	}
}

.single.single--rv .hero--initial .hero__content .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.single.single--rv .hero--initial .hero__content__more {
	margin-top: 10px;
	margin-bottom: -20px
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label,.single.single--rv .hero--initial .hero__content__more .button,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label {
	background-color: rgba(34,32,19,.3)
}

@media (hover:hover) and (pointer:fine) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label:active,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label:focus,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label:hover,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label:active,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label:focus,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label:hover,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label:active,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label:focus,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label:hover,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label:active,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label:focus,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label:hover,.single.single--rv .hero--initial .hero__content__more .button:active,.single.single--rv .hero--initial .hero__content__more .button:focus,.single.single--rv .hero--initial .hero__content__more .button:hover,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:active,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:focus,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:hover,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:active,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:focus,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:hover,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label:active,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label:focus,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label:hover,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label:active,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label:focus,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label:hover {
		background-color: #fc6b3e;
		color: #222013
	}

	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label:active svg,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label:focus svg,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .hero--initial .hero__content__more input+label:hover svg,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label:active svg,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label:focus svg,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .hero--initial .hero__content__more input+label:hover svg,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label:active svg,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label:focus svg,.option-switcher .single.single--rv .hero--initial .hero__content__more input.radio[type=checkbox]+label:hover svg,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label:active svg,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label:focus svg,.option-switcher .single.single--rv .hero--initial .hero__content__more input[type=radio]+label:hover svg,.single.single--rv .hero--initial .hero__content__more .button:active svg,.single.single--rv .hero--initial .hero__content__more .button:focus svg,.single.single--rv .hero--initial .hero__content__more .button:hover svg,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:active svg,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:focus svg,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label:hover svg,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:active svg,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:focus svg,.single.single--rv .hero--initial .hero__content__more .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label:hover svg,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label:active svg,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label:focus svg,.single.single--rv .hero--initial .hero__content__more .option-switcher input.radio[type=checkbox]+label:hover svg,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label:active svg,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label:focus svg,.single.single--rv .hero--initial .hero__content__more .option-switcher input[type=radio]+label:hover svg {
		fill: #222013;
		stroke: #222013
	}
}

.single.single--rv .hero--initial .hero__bottom {
	position: relative;
	background-color: #aeb7a8;
	z-index: 100;
	height: var(--header-height)
}

.single.single--rv .hero--initial .hero__bottom .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.single.single--rv .hero--info .hero__media {
	z-index: 30;
	pointer-events: none
}

.single.single--rv .hero--info .hero__media:after {
	display: none
}

.single.single--rv .hero--info h2 {
	position: relative;
	z-index: -1;
	margin-top: 25px
}

@media (max-width:1200px) {
	.single.single--rv .hero--info h2 {
		margin: 0 auto
	}
}

.single.single--rv .hero--info .wysiwyg,.single.single--rv .hero--info h2 {
	text-align: center
}

.single.single--rv .hero--info .hero__content {
	height: 100%;
	padding: 75px 0 60px
}

@media (max-width:1200px) {
	.single.single--rv .hero--info .hero__content {
		opacity: 1!important;
		transform: none!important;
		padding-bottom: 100px
	}
}

@media (min-width:1201px) {
	.single.single--rv .hero--info .hero__content .wrapper {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}

.single.single--rv .hero--info .hero__content .media-wrapper {
	position: relative;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	z-index: 10
}

@media (min-width:1200px) {
	.single.single--rv .hero--info .hero__content .single__attributes--full {
		padding: 0 var(--outer-gutter)
	}
}

.single.single--rv .hero--info .hero__content__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.single.single--rv h1,.single.single--rv h2,.single.single--rv h3 {
	max-width: 880px
}

@media (max-width:960px) {
	.single.single--rv h2,.single.single--rv h3 {
		text-align: center
	}
}

.single.single--rv .single__rv-section__content,.single.single--rv .wysiwyg {
	max-width: 550px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section__content,.single.single--rv .wysiwyg {
		margin-left: auto;
		margin-right: auto
	}
}

.single.single--rv span.small {
	display: block
}

.single.single--rv .sticky-nav {
	opacity: 0;
	margin-top: calc((var(--header-height) * -1));
	margin-bottom: 0
}

.single.single--rv .sticky-nav.is-sticky {
	opacity: 1
}

.single.single--rv .single__attributes li {
	padding: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left
}

@media (max-width:960px) {
	.single.single--rv .single__attributes li {
		padding: var(--gutter) 0
	}
}

@media (max-width:480px) {
	.single.single--rv .single__attributes li {
		padding: 8px 0
	}
}

.single.single--rv .single__attributes li+li {
	border-top: 1px solid var(--border)
}

.single.single--rv .single__attributes li:first-of-type {
	padding-top: 0
}

.single.single--rv .single__attributes li:last-of-type {
	padding-bottom: 0
}

.single.single--rv .single__attributes li .icon {
	width: 35px;
	height: 30px;
	margin-right: var(--gutter)
}

@media (max-width:960px) {
	.single.single--rv .single__attributes li .icon {
		width: 35px;
		height: 26px
	}
}

@media (max-width:480px) {
	.single.single--rv .single__attributes li .icon {
		width: 27px;
		height: 23px;
		margin-right: 8px
	}
}

.single.single--rv .single__attributes--full {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

@media (min-width:1201px) {
	.single.single--rv .single__attributes--full {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%)
	}
}

@media (max-width:1200px) {
	.single.single--rv .single__attributes--full {
		max-width: 550px;
		margin: 60px auto
	}
}

@media (max-width:960px) {
	.single.single--rv .single__attributes--full {
		margin: 32px auto
	}
}

@media (max-width:1200px) {
	.single.single--rv .single__attributes--full:after {
		content: "";
		position: absolute;
		top: -150px;
		left: 50%;
		bottom: 0;
		width: 1px;
		background-color: var(--border)
	}
}

@media (max-width:960px) {
	.single.single--rv .single__attributes--full:after {
		top: -80px
	}
}

.single.single--rv .single__attributes--full li {
	width: 50%
}

@media (max-width:1200px) {
	.single.single--rv .single__attributes--full li {
		width: calc(50% - var(--gutter))
	}
}

@media (max-width:480px) {
	.single.single--rv .single__attributes--full li {
		width: calc(50% - 8px)
	}
}

@media (min-width:1201px) {
	.single.single--rv .single__attributes--full li {
		padding: 24px 0
	}
}

@media (min-width:481px) {
	.single.single--rv .single__attributes--full li {
		padding: var(--gutter) 0
	}
}

@media (min-width:1201px) {
	.single.single--rv .single__attributes--full li:nth-of-type(odd) {
		padding-right: calc(30% + var(--gutter))
	}
}

@media (max-width:1200px) {
	.single.single--rv .single__attributes--full li:nth-of-type(odd) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right
	}
}

@media (max-width:1200px) {
	.single.single--rv .single__attributes--full li:nth-of-type(odd) .icon {
		margin-right: 0;
		margin-left: var(--gutter)
	}
}

@media (max-width:480px) {
	.single.single--rv .single__attributes--full li:nth-of-type(odd) .icon {
		margin-left: 8px
	}
}

@media (min-width:1201px) {
	.single.single--rv .single__attributes--full li:nth-of-type(2n) {
		text-align: right;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding-left: calc(30% + var(--gutter))
	}
}

@media (min-width:1201px) {
	.single.single--rv .single__attributes--full li:nth-of-type(2n) .icon {
		margin-right: 0;
		margin-left: var(--gutter)
	}
}

.single.single--rv .single__attributes--full li:nth-of-type(2) {
	padding-top: 0;
	border-top: none
}

.single.single--rv .single__attributes--full li:nth-last-of-type(2) {
	padding-bottom: 0
}

.single.single--rv .single__rv-section {
	padding: 60px 0
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section {
		padding: 50px 0
	}
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section .label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.single.single--rv .single__rv-section--center {
	padding-bottom: 120px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--center {
		padding-bottom: 100px
	}
}

.single.single--rv .single__rv-section--center .label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.single.single--rv .single__rv-section--center .wysiwyg,.single.single--rv .single__rv-section--center h2,.single.single--rv .single__rv-section--center h3 {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.single.single--rv .single__rv-section--highlights {
	background-color: var(--accent)
}

@media (min-width:961px) {
	.single.single--rv .single__rv-section--highlights {
		min-height: var(--full-vh,100vh)
	}
}

.single.single--rv .single__rv-section--highlights:after {
	display: none
}

.single.single--rv .single__rv-section--highlights .card-wrapper {
	margin-top: 50px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--highlights .card-wrapper {
		margin-top: 32px
	}
}

.single.single--rv .single__rv-section--highlights .card .wysiwyg,.single.single--rv .single__rv-section--highlights .card h3 {
	margin: 0;
	text-align: left
}

@media (min-width:961px) {
	.single.single--rv .single__rv-section--interior.has-one-configuration {
		padding-bottom: 150px
	}
}

.single.single--rv .single__rv-section--interior .single__configurations {
	margin-top: 50px;
	position: relative;
	width: 100%
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--interior .single__configurations {
		margin-top: 32px
	}
}

.single.single--rv .single__rv-section--interior .single__configurations .media-wrapper {
	position: relative;
	width: 60%;
	margin: 0 auto;
	z-index: 10
}

@media (max-width:1200px) {
	.single.single--rv .single__rv-section--interior .single__configurations .media-wrapper {
		width: 100%;
		max-width: 850px
	}
}

.single.single--rv .single__rv-section--interior .single__configurations .single__attributes--full:after {
	bottom: -70px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--interior .single__configurations .single__attributes--full:after {
		bottom: -40px
	}
}

.single.single--rv .single__rv-section--interior .single__configurations__bottom {
	margin-top: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--interior .single__configurations__bottom {
		margin-top: 40px
	}
}

.single.single--rv .single__rv-section--interior .option-switcher {
	background-color: var(--border)
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .single__rv-section--interior .option-switcher input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .single__rv-section--interior .option-switcher input+label,.single.single--rv .single__rv-section--interior .option-switcher .button,.single.single--rv .single__rv-section--interior .option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single.single--rv .single__rv-section--interior .option-switcher .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single.single--rv .single__rv-section--interior .option-switcher input.radio[type=checkbox]+label,.single.single--rv .single__rv-section--interior .option-switcher input[type=radio]+label {
	width: 60px
}

.single.single--rv .single__rv-section--interior .option-switcher+.label {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--interior .option-switcher+.label {
		margin-top: 12px
	}
}

.single.single--rv .single__rv-section--more-features {
	background-color: #222013
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--more-features .column:last-of-type {
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 28px
	}
}

.single.single--rv .single__rv-section--more-features .single__rv-section__content {
	padding-bottom: var(--large-vertical-padding)
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--more-features .single__rv-section__content {
		padding-bottom: 50px
	}
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--more-features .single__rv-section__content .label+h3 {
		margin-top: 60px
	}
}

@media (max-width:480px) {
	.single.single--rv .single__rv-section--more-features .single__rv-section__content .label+h3 {
		margin-top: 32px
	}
}

.single.single--rv .single__rv-section--more-features .single__attributes {
	margin-top: 40px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--more-features .single__attributes {
		margin-top: 20px
	}
}

.single.single--rv .single__rv-section--more-features .single__attributes .icon {
	filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(162%) hue-rotate(8deg) brightness(99%) contrast(85%)
}

.single.single--rv .single__rv-section--faqs {
	background-color: #aeb7a8
}

.single.single--rv .single__rv-section--faqs .single__rv-section__content {
	padding: var(--large-vertical-padding) 0 100px;
	margin: 0 auto
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--faqs .single__rv-section__content {
		padding-top: 0;
		padding-bottom: 50px;
		margin-top: 32px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

.single.single--rv .single__rv-section--faqs .single__rv-section__content .accordion {
	width: 100%;
	margin-top: 20px
}

.single.single--rv .single__rv-section--faqs .single__rv-section__content span.small {
	margin-top: 50px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--faqs .single__rv-section__content span.small {
		margin-top: 32px;
		text-align: center
	}
}

.single.single--rv .single__rv-section--faqs .single__rv-section__content span.small+.button {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--faqs .single__rv-section__content span.small+.button {
		margin-top: 8px
	}
}

.single.single--rv .single__rv-section--related {
	padding: 100px 0
}

.single.single--rv .single__rv-section--related span.small {
	margin-top: 5px
}

.single.single--rv .single__rv-section--related span.small+.button {
	margin-top: 24px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section--related .h3 {
		margin-bottom: var(--gutter)
	}
}

@media (max-width:960px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .single.single--rv .single__rv-section--related input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .single.single--rv .single__rv-section--related input+label,.option-switcher .single.single--rv .single__rv-section--related input.radio[type=checkbox]+label,.option-switcher .single.single--rv .single__rv-section--related input[type=radio]+label,.single.single--rv .single__rv-section--related .button,.single.single--rv .single__rv-section--related .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.single.single--rv .single__rv-section--related .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.single.single--rv .single__rv-section--related .option-switcher input.radio[type=checkbox]+label,.single.single--rv .single__rv-section--related .option-switcher input[type=radio]+label {
		margin-top: 40px
	}
}

@media (min-width:961px) {
	.single.single--rv .single__rv-section--related>.wrapper>.row>.column:first-of-type {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		border-right: 1px solid var(--border)
	}
}

@media (min-width:769px) and (max-width:960px) {
	.single.single--rv .single__rv-section--related .side-slider--medium .column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:961px) {
	.single.single--rv .single__rv-section__media {
		position: -webkit-sticky;
		position: sticky;
		top: calc(var(--header-height) + var(--admin-bar-height) + 8px);
		left: 0;
		width: 100%;
		height: calc(var(--inner-full-height) - 8px - 8px)
	}
}

@media (min-width:961px) {
	.single.single--rv .single__rv-section__media .media-wrapper {
		height: 100%
	}
}

@media (min-width:961px) {
	.single.single--rv .single__rv-section__media .media-placeholder {
		height: 100%;
		padding-bottom: 0!important
	}
}

.single.single--rv .single__rv-section .label+h3 {
	margin-top: 90px
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section .label+h3 {
		margin-top: 75px
	}
}

.single.single--rv .single__rv-section h3+.wysiwyg {
	margin-top: var(--gutter)
}

@media (max-width:960px) {
	.single.single--rv .single__rv-section h3+.wysiwyg {
		margin-top: 12px
	}
}

.single.single-landing .landing-content h1 {
	margin-bottom: 10px
}

.single.single-landing .landing-content .single__attributes {
	margin: 20px 0;
	padding: 0
}

.landing {
	--sticky-filter-height: 62px
}

@media (max-width:480px) {
	.landing {
		--sticky-filter-height: 56px
	}
}

.landing.landing--learn .hero--full,.landing.landing--trip-guide .hero--full {
	padding-bottom: 135px
}

.landing.landing--learn .hero--full+*,.landing.landing--trip-guide .hero--full+* {
	position: relative;
	margin-top: -135px;
	padding-top: 0;
	z-index: 50
}

.landing.landing--learn .hero--full+* h2.label,.landing.landing--trip-guide .hero--full+* h2.label {
	color: #ded8c5
}

.landing.landing--learn .landing__latest,.landing.landing--trip-guide .landing__latest {
	position: relative;
	z-index: 20
}

.landing.landing--trip-guide .hero .icon--full-squiggle {
	position: absolute;
	bottom: -15%;
	right: -15%;
	max-width: 1500px;
	transform: rotate(-30deg);
	transform-origin: top left;
	z-index: 20
}

@media (max-width:768px) {
	.landing.landing--trip-guide .hero .icon--full-squiggle {
		transform: rotate(-45deg);
		bottom: 50%;
		transform-origin: top right
	}
}

@media (max-width:960px) {
	.landing.landing--rv .wrapper:after {
		display: block
	}
}

.landing.landing--rv [data-compare-wrapper] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.landing.landing--rv [data-compare-wrapper].is-selecting .sticky-nav {
	opacity: 1;
	pointer-events: all
}

.landing.landing--rv [data-compare-wrapper]:not(.is-selecting) .landing__results {
	padding-bottom: calc(var(--vertical-padding) - var(--header-height))
}

.landing.landing--rv [data-compare-wrapper].can-compare .sticky-nav .default {
	display: none
}

.landing.landing--rv [data-compare-wrapper].can-compare .sticky-nav .selected {
	display: block
}

.landing.landing--rv [data-compare-wrapper] .sticky-nav {
	-ms-flex-order: 3;
	order: 3;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s
}

.landing.landing--rv [data-compare-wrapper] .sticky-nav .selected {
	display: none
}

@media (max-width:768px) {
	.landing.landing--rv .sticky-nav__left {
		display: none
	}
}

@media (max-width:768px) {
	.landing.landing--rv .sticky-nav__right {
		width: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.landing.landing--rv .sticky-nav__right>span+span {
	margin-left: 0
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .landing.landing--rv .sticky-nav__right input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .landing.landing--rv .sticky-nav__right input+label,.landing.landing--rv .sticky-nav__right .button,.landing.landing--rv .sticky-nav__right .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.landing.landing--rv .sticky-nav__right .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.landing.landing--rv .sticky-nav__right .option-switcher input.radio[type=checkbox]+label,.landing.landing--rv .sticky-nav__right .option-switcher input[type=radio]+label,.option-switcher .landing.landing--rv .sticky-nav__right input.radio[type=checkbox]+label,.option-switcher .landing.landing--rv .sticky-nav__right input[type=radio]+label {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.landing.landing--rv .landing__actions {
	margin-top: 50px
}

@media (max-width:960px) {
	.landing.landing--rv .landing__actions {
		margin-top: 40px
	}
}

.landing.landing--rv .landing__actions+.drawer+.landing__results,.landing.landing--rv .landing__actions+.landing__results,.landing.landing--rv .landing__actions+.landing__triple-featured-terms {
	padding-top: 0
}

.landing.landing--rv .landing__actions+.drawer+.landing__results .wrapper,.landing.landing--rv .landing__actions+.landing__results .wrapper,.landing.landing--rv .landing__actions+.landing__triple-featured-terms .wrapper {
	padding-top: 40px
}

@media (max-width:960px) {
	.landing.landing--rv .landing__actions+.drawer+.landing__results .wrapper,.landing.landing--rv .landing__actions+.landing__results .wrapper,.landing.landing--rv .landing__actions+.landing__triple-featured-terms .wrapper {
		padding-top: 24px
	}
}

.landing.landing--rv .landing__triple-featured-terms {
	padding-bottom: 0
}

.landing.landing--rv .landing__triple-featured-terms .wrapper {
	padding-bottom: var(--vertical-padding)
}

.landing.landing--rv .landing__triple-featured-terms+.collection {
	padding-top: 0
}

@media (min-width:481px) {
	.landing.landing--rv .landing__results .card--feature .media-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}

@media (min-width:481px) {
	.landing.landing--rv .landing__results .card--feature .media-placeholder {
		height: 100%;
		padding-bottom: 0!important
	}
}

@media (max-width:480px) {
	.landing.landing--rv .landing__results .card--feature .media-placeholder {
		padding-bottom: 75%!important
	}
}

@media (max-width:640px) {
	.landing.landing--manufacturer .landing__results .split-wrapper h2 {
		width: 100%
	}
}

@media (min-width:641px) {
	.landing.landing--manufacturer .landing__results .split-wrapper .dropdown__content {
		left: auto;
		right: 0
	}
}

@media (max-width:768px) {
	.landing.landing--filter .landing__actions .tag-wrapper {
		width: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.landing.landing--filter .landing__results {
	padding-top: 40px
}

@media (max-width:960px) {
	.landing.landing--filter .landing__results {
		padding-top: 32px
	}
}

.landing.landing--map .landing__results {
	padding-top: 8px
}

.landing.landing--map .landing__results h1.h6 {
	margin-top: 32px
}

@media (max-width:960px) {
	.landing.landing--map .landing__results h1.h6 {
		margin-top: 24px
	}
}

.landing .hero {
	position: relative;
	overflow: hidden;
	padding-bottom: 0
}

.landing .hero.has-terms {
	padding-top: calc(var(--header-height) * 2)
}

.landing .map--sticky {
	top: calc(var(--header-height) + var(--admin-bar-height) + 8px + var(--sticky-filter-height));
	min-height: calc(var(--inner-full-height) - var(--sticky-filter-height) - 16px)
}

.landing .map__zoom {
	right: var(--gutter)!important
}

.landing__actions--sticky {
	background-color: #ece7de;
	position: -webkit-sticky;
	position: sticky;
	top: calc(var(--header-height) + var(--admin-bar-height));
	left: 0;
	width: 100%;
	height: var(--sticky-filter-height);
	border-bottom: 1px solid var(--border);
	padding: 12px 0;
	z-index: 100
}

@media (max-width:480px) {
	.landing__actions .dropdown-wrapper,.landing__actions .dropdown-wrapper li {
		width: 100%
	}
}

.landing__actions .search-input {
	width: 260px
}

@media (max-width:480px) {
	.landing__actions .search-input {
		width: 100%
	}
}

.landing__actions [data-compare-toggle].is-open {
	background-color: var(--accent)
}

.landing__actions+.drawer+.landing__latest,.landing__actions+.landing__latest {
	padding-top: 0
}

.landing__actions+.drawer+.landing__latest .wrapper,.landing__actions+.landing__latest .wrapper {
	padding-top: var(--gutter)
}

@media (max-width:960px) {
	.landing__view-toggle {
		position: fixed;
		bottom: var(--gutter);
		left: 50%;
		transform: translateX(-50%);
		background-color: rgba(34,32,19,.8);
		color: #ded8c5
	}

	.landing__view-toggle svg {
		fill: #ded8c5;
		stroke: #ded8c5
	}
}

.landing__latest {
	padding: 75px 0 100px
}

@media (max-width:960px) {
	.landing__latest {
		padding: 35px 0 75px
	}
}

.landing__latest h2.label {
	margin-bottom: var(--gutter)
}

.landing__latest--sticky .card-wrapper {
	overflow: clip
}

@media (min-width:961px) {
	.landing__latest--sticky .card--large {
		height: auto!important
	}
}

.landing__latest .card-wrapper>.row {
	margin-top: 0
}

.landing__latest .card--large {
	height: auto;
	margin-top: 0!important
}

@media (max-width:960px) {
	.landing__latest .card--large {
		padding-bottom: var(--card-gutter)
	}
}

@media (max-width:768px) {
	.landing__latest .card--large {
		padding-bottom: 16px
	}
}

.landing__results {
	padding: var(--vertical-padding) 0
}

@media (max-width:768px) {
	.landing__results--nearby .wrapper:first-of-type:after {
		display: none
	}
}

.landing__results .split-wrapper,.landing__results h1.h6 {
	padding-bottom: var(--gutter)
}

.landing__results h1.h6 {
	display: inline-block
}

.landing__results .split-wrapper {
	-ms-flex-align: end;
	align-items: flex-end
}

.landing__results .split-wrapper h1.h6 {
	padding-bottom: 0
}

@media (min-width:961px) {
	.landing__results__map {
		border-left: 1px solid var(--border)
	}
}

@media (max-width:960px) {
	.landing__results__map {
		-ms-flex-order: -1;
		order: -1
	}
}

.landing__featured-term {
	padding: var(--vertical-padding) 0
}

.landing__featured-term--light-brown {
	background-color: #cbbda8
}

.landing__featured-term--green {
	background-color: #aeb7a8
}

.landing__featured-term .card-wrapper {
	margin-top: 24px
}

@media (max-width:960px) {
	.landing__featured-term .card-wrapper {
		margin-top: var(--gutter)
	}
}

@media (max-width:768px) {
	.landing__featured-term .card-wrapper .row {
		margin-top: -24px
	}
}

@media (max-width:768px) {
	.landing__featured-term .card-wrapper .card {
		height: calc(100% - 24px);
		margin-top: 24px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .landing__featured-term input.card-wrapper+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .landing__featured-term input.card-wrapper+label,.landing__featured-term .card-wrapper+.button,.landing__featured-term .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.card-wrapper+label,.landing__featured-term .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.card-wrapper+label,.landing__featured-term .option-switcher input.card-wrapper[type=radio]+label,.landing__featured-term .option-switcher input.radio.card-wrapper[type=checkbox]+label,.option-switcher .landing__featured-term input.card-wrapper[type=radio]+label,.option-switcher .landing__featured-term input.radio.card-wrapper[type=checkbox]+label {
	margin-top: 40px
}

@media (max-width:768px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .landing__featured-term input.card-wrapper+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .landing__featured-term input.card-wrapper+label,.landing__featured-term .card-wrapper+.button,.landing__featured-term .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input.card-wrapper+label,.landing__featured-term .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input.card-wrapper+label,.landing__featured-term .option-switcher input.card-wrapper[type=radio]+label,.landing__featured-term .option-switcher input.radio.card-wrapper[type=checkbox]+label,.option-switcher .landing__featured-term input.card-wrapper[type=radio]+label,.option-switcher .landing__featured-term input.radio.card-wrapper[type=checkbox]+label {
		margin-top: 32px
	}
}

.landing .vertical-split-scroller {
	overflow: hidden
}

.landing__more {
	padding: var(--vertical-padding) 0
}

.landing__more h2.label {
	margin-bottom: 24px
}

@media (max-width:960px) {
	.landing__more h2.label {
		margin-bottom: var(--gutter)
	}
}

.landing__provinces {
	padding: var(--vertical-padding) 0
}

.landing__provinces--orange {
	background-color: #fc6b3e
}

.landing__provinces__left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.landing__provinces__left h2.label {
	margin-bottom: 75px
}

@media (max-width:960px) {
	.landing__provinces__left h2.label {
		margin-bottom: 50px
	}
}

.landing__provinces__left .fake-load-more__trigger {
	margin-top: 65px
}

@media (max-width:960px) {
	.landing__provinces__left .fake-load-more__trigger {
		margin-top: 50px
	}
}

.landing__provinces__right {
	border-left: 1px solid var(--border)
}

.landing__provinces .tabs__trigger-wrapper {
	width: 100%
}

.landing__provinces .tabs__trigger-wrapper li+li {
	margin-top: 5px
}

@media (max-width:960px) {
	.landing__provinces .tabs__trigger-wrapper [data-tab] {
		opacity: 1!important
	}
}

@media (max-width:480px) {
	.landing__provinces .tabs__trigger-wrapper [data-tab] svg {
		display: none
	}
}

.landing__provinces .tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.landing__provinces .tab-content.is-open>div {
	transform: translateY(0)
}

.landing__provinces .tab-content>div {
	transform: translateY(var(--gutter));
	transition: all .6s
}

.landing__provinces .card+.card {
	margin-top: 8px
}

.landing__triple-featured-terms {
	padding: var(--vertical-padding) 0
}

.landing__triple-featured-terms__items {
	display: -ms-flexbox;
	display: flex;
	border-radius: var(--large-border-radius);
	overflow: hidden
}

.landing__triple-featured-terms__item {
	width: 33.33333%;
	position: relative;
	height: 0;
	padding-bottom: 40%;
	transition: width .6s
}

@media (hover:hover) and (pointer:fine) {
	.landing__triple-featured-terms__item:active,.landing__triple-featured-terms__item:focus,.landing__triple-featured-terms__item:hover {
		width: calc(50% + var(--gutter-double))
	}
}

.landing__triple-featured-terms__item .card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.landing__triple-featured-terms__item .card,.landing__triple-featured-terms__item .card .media-wrapper,.landing__triple-featured-terms__item .card__media {
	border-radius: 0
}

.landing__triple-featured-terms__item .card .media-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.landing__triple-featured-terms__item .card .media-wrapper .media-placeholder {
	height: 100%;
	padding-bottom: 0!important
}

.rv-compare__actions {
	margin-top: 24px
}

.rv-compare__main {
	margin: 40px 0 var(--large-vertical-padding)
}

@media (max-width:960px) {
	.rv-compare__main {
		margin-top: 60px
	}
}

.rv-compare__main h1 {
	text-align: center;
	margin-bottom: var(--gutter)
}

.rv-compare__slider {
	--compare-th-height: 250px;
	--compare-item-height: 67px;
	--compare-table-padding: 24px;
	position: relative
}

@media (max-width:1200px) {
	.rv-compare__slider {
		--compare-th-height: 225px;
		--compare-item-height: 58px;
		--compare-table-padding: 20px
	}
}

@media (max-width:960px) {
	.rv-compare__slider {
		--compare-th-height: 250px
	}
}

@media (max-width:768px) {
	.rv-compare__slider {
		--compare-th-height: 200px
	}
}

@media (max-width:480px) {
	.rv-compare__slider {
		--compare-th-height: 175px;
		--compare-item-height: 48px;
		--compare-table-padding: var(--gutter)
	}
}

.rv-compare__slider .slick-list {
	margin: 0 -4px
}

@media (max-width:960px) {
	.rv-compare__slider .slick-list {
		padding-right: var(--outer-gutter)
	}
}

.rv-compare__slider .slick-track {
	display: -ms-flexbox!important;
	display: flex!important
}

.rv-compare__slider .slick-slide {
	height: inherit!important;
	padding: 0 4px
}

.rv-compare__slider .slick-dots {
	position: absolute;
	bottom: -35px
}

.rv-compare__slider__arrows {
	position: absolute;
	top: calc((var(--compare-th-height) - var(--button-height)) / 2);
	left: 0;
	width: 100%;
	pointer-events: none;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:960px) {
	.rv-compare__slider__arrows {
		display: none
	}
}

.rv-compare__slider__arrow {
	pointer-events: all
}

.rv-compare__slider__labels {
	position: absolute;
	bottom: calc(var(--small-button-height) + (var(--compare-table-padding) * 2));
	left: 0;
	width: 155px
}

@media (max-width:960px) {
	.rv-compare__slider__labels {
		width: 140px
	}
}

@media (max-width:480px) {
	.rv-compare__slider__labels {
		width: 75px
	}
}

.rv-compare__slider__labels li {
	font-family: Topol,Helvetica,Arial,sans-serif;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	height: var(--compare-item-height);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	text-align: right
}

@media (max-width:480px) {
	.rv-compare__slider__labels li {
		font-size: 12px
	}
}

.rv-compare__slider__track {
	margin: 0 175px
}

@media (max-width:1200px) {
	.rv-compare__slider__track {
		margin-right: calc(var(--button-height) + var(--outer-gutter))
	}
}

@media (max-width:960px) {
	.rv-compare__slider__track {
		margin-left: 150px;
		margin-right: calc(var(--outer-gutter) * -1)
	}
}

@media (max-width:480px) {
	.rv-compare__slider__track {
		margin-left: 85px
	}
}

.rv-compare__rv-table {
	height: 100%
}

.rv-compare__rv-table tbody {
	width: 100%;
	height: 100%
}

.rv-compare__rv-table tr:first-child th {
	height: var(--compare-th-height)
}

.rv-compare__rv-table tr:not(:last-of-type) td {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: var(--compare-item-height)
}

.rv-compare__rv-table td,.rv-compare__rv-table th {
	display: block;
	padding: var(--compare-table-padding)
}

.rv-compare__rv-table th {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}

.rv-compare__rv-table th .media-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 15%
}

.rv-compare__rv-table th .media-wrapper .media-placeholder {
	height: 100%;
	padding-bottom: 0!important
}

.rv-compare__rv-table th .media-wrapper img {
	padding: var(--compare-table-padding) 0
}

.rv-compare__rv-table th strong {
	position: relative;
	z-index: 10
}

@media (max-width:480px) {
	.rv-compare__rv-table th strong {
		font-size: 22px
	}
}

.rv-compare__rv-table th br {
	display: none
}

.form-page {
	position: relative;
	min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height))!important
}

.form-page.has-background-media {
	margin-top: calc(var(--header-height) * -1);
	padding-top: var(--header-height)
}

.form-page.has-dark-background,.form-page.header.is-open:not(.has-dark-background):not(.sticky-nav.is-sticky),.form-page.sticky-nav.is-sticky,.is-upscroll .form-page.header:not(.header--sticky) {
	background-color: #222013
}

.form-page .background-media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(34,32,19,.7),rgba(34,32,19,.4))
}

.form-page__main {
	padding: 60px 0 var(--large-vertical-padding)
}

@media (max-width:960px) {
	.form-page__main {
		padding: var(--vertical-padding) 0
	}
}

@media (max-width:960px) {
	.form-page__heading {
		text-align: center
	}
}

@media (min-width:961px) {
	.form-page__heading h1 {
		margin-top: 100px
	}
}

.form-page__heading .wysiwyg {
	margin-top: 10px;
	max-width: 550px
}

@media (max-width:960px) {
	.form-page__heading .wysiwyg {
		margin-left: auto;
		margin-right: auto
	}
}

.form-page__form {
	background-color: #222013;
	padding: 50px;
	border-radius: var(--large-border-radius)
}

@media (max-width:960px) {
	.form-page__form {
		max-width: 660px;
		margin: 65px auto 0;
		padding: 50px 40px
	}
}

@media (max-width:640px) {
	.form-page__form {
		padding: 40px 32px
	}
}

@media (max-width:480px) {
	.form-page__form {
		padding: 32px 24px
	}
}

.form-page__form .wysiwyg {
	margin-top: 20px
}

.form-page__form .wysiwyg>* {
	color: hsla(46,27%,82%,.5)
}

.form-page__form .wysiwyg a {
	font-weight: 400;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent
}

@media (hover:hover) and (pointer:fine) {
	.form-page__form .wysiwyg a:active,.form-page__form .wysiwyg a:focus,.form-page__form .wysiwyg a:hover {
		-webkit-text-decoration-color: #ded8c5;
		text-decoration-color: #ded8c5
	}
}

.cost-calculator {
	padding: var(--vertical-padding) 0 var(--large-vertical-padding)
}

@media (max-width:960px) {
	.cost-calculator {
		padding-bottom: var(--vertical-padding)
	}
}

.cost-calculator__heading {
	text-align: center
}

.cost-calculator__heading .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.cost-calculator__heading .wysiwyg {
	margin: 10px auto 0
}

.cost-calculator__form,.cost-calculator__result {
	max-width: 880px;
	padding: 50px;
	border-radius: var(--large-border-radius);
	margin-left: auto;
	margin-right: auto
}

@media (max-width:960px) {
	.cost-calculator__form,.cost-calculator__result {
		padding: 50px 40px
	}
}

@media (max-width:640px) {
	.cost-calculator__form,.cost-calculator__result {
		padding: 40px 32px
	}
}

@media (max-width:480px) {
	.cost-calculator__form,.cost-calculator__result {
		padding: 32px 24px
	}
}

.cost-calculator__form {
	margin-top: 75px;
	background-color: #222013
}

@media (max-width:960px) {
	.cost-calculator__form {
		margin-top: 60px
	}
}

.cost-calculator__form fieldset {
	margin-bottom: var(--form-spacing)
}

.cost-calculator__form .dropdown {
	width: 100%
}

.cost-calculator__form .dropdown__toggle {
	height: 72px;
	padding: 10px 20px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:480px) {
	.cost-calculator__form .dropdown__toggle {
		padding: 10px var(--gutter)
	}
}

.cost-calculator__form .dropdown__toggle .cost-calculator__rv {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%
}

.cost-calculator__form .gfield_description {
	display: none
}

.cost-calculator__form .gfield_description.gfield_validation_message {
	display: block
}

.cost-calculator__rv {
	height: 72px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	text-align: left
}

.cost-calculator__rv .media-wrapper {
	width: 78px;
	border: 1px dashed var(--text-30)
}

.cost-calculator__rv .media-wrapper+div {
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.cost-calculator__rv .media-placeholder {
	padding-bottom: 70%!important
}

.cost-calculator__rv .h10 br {
	display: none
}

.cost-calculator__rv .h10+.small-label {
	margin-top: 6px
}

.cost-calculator__result {
	display: none;
	margin-top: var(--gutter);
	background-color: #aeb7a8;
	border-radius: var(--large-border-radius);
	text-align: center
}

.cost-calculator__result>div {
	position: relative;
	margin: 32px 0;
	padding: 82px 0
}

@media (max-width:480px) {
	.cost-calculator__result>div {
		padding: 97px 0
	}
}

.cost-calculator__result>div:after,.cost-calculator__result>div:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	background-color: var(--border)
}

@media (max-width:480px) {
	.cost-calculator__result>div:after,.cost-calculator__result>div:before {
		height: 65px
	}
}

.cost-calculator__result>div:before {
	top: 0
}

.cost-calculator__result>div:after {
	bottom: 0
}

.cost-calculator__result [data-frequency] {
	display: none
}

.cost-calculator__result .h3,.cost-calculator__result .h8 {
	display: block
}

.cost-calculator__result .h3+.h8 {
	margin-top: 5px
}

.cost-calculator__result .wysiwyg {
	margin: 20px auto 0
}

.cost-calculator__result p {
	color: rgba(34,32,19,.5)
}

.cost-calculator__result p a {
	font-weight: 400;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent
}

@media (hover:hover) and (pointer:fine) {
	.cost-calculator__result p a:active,.cost-calculator__result p a:focus,.cost-calculator__result p a:hover {
		-webkit-text-decoration-color: #222013;
		text-decoration-color: #222013
	}
}

.is-quiz .header {
	pointer-events: none
}

.is-quiz .header:after {
	display: none
}

.is-quiz .header .header__logo {
	pointer-events: all
}

.is-quiz .non-footer-site-wrap {
	background-color: #222013
}

.quiz {
	margin-top: calc(var(--header-height) * -1);
	min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height))
}

.quiz .wrapper:after,.quiz .wrapper:before {
	top: calc(var(--outer-gutter-half) + 4px);
	bottom: calc(var(--outer-gutter-half) + 4px)
}

@media (max-width:1200px) {
	.quiz .wrapper:after,.quiz .wrapper:before {
		display: none
	}
}

.quiz__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--header-height);
	z-index: 30
}

.quiz__header .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.quiz__header .wrapper:after,.quiz__header .wrapper:before {
	display: none
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__header input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__header input+label,.option-switcher .quiz__header input.radio[type=checkbox]+label,.option-switcher .quiz__header input[type=radio]+label,.quiz__header .button,.quiz__header .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.quiz__header .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.quiz__header .option-switcher input.radio[type=checkbox]+label,.quiz__header .option-switcher input[type=radio]+label {
	width: var(--small-button-height);
	height: var(--small-button-height)
}

@media (max-width:960px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__header input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__header input+label,.option-switcher .quiz__header input.radio[type=checkbox]+label,.option-switcher .quiz__header input[type=radio]+label,.quiz__header .button,.quiz__header .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.quiz__header .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.quiz__header .option-switcher input.radio[type=checkbox]+label,.quiz__header .option-switcher input[type=radio]+label {
		width: 42px;
		height: 42px
	}
}

@media (max-width:480px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__header input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__header input+label,.option-switcher .quiz__header input.radio[type=checkbox]+label,.option-switcher .quiz__header input[type=radio]+label,.quiz__header .button,.quiz__header .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.quiz__header .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.quiz__header .option-switcher input.radio[type=checkbox]+label,.quiz__header .option-switcher input[type=radio]+label {
		width: 32px;
		height: 32px;
		border-radius: var(--border-radius)
	}
}

.quiz__question {
	text-align: center
}

.quiz__question.is-hovered input+label .icon-wrapper,.quiz__question.is-hovered input+label span,.quiz__question.is-valid input+label .icon-wrapper,.quiz__question.is-valid input+label span {
	opacity: .5
}

.quiz__question__background-image {
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s
}

.quiz__question__background-image.is-active {
	opacity: 1;
	pointer-events: all
}

.quiz__question__background-image .media-wrapper {
	opacity: .5
}

.quiz__question .wrapper {
	min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: calc(50px + var(--header-height));
	padding-bottom: 50px
}

@media (max-width:1200px) {
	.quiz__question .wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (max-width:640px) {
	.quiz__question .wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.quiz__question .wrapper>* {
	width: 100%
}

@media (min-width:641px) {
	.quiz__question strong.small-label+fieldset {
		margin-top: 24px
	}
}

.quiz__question fieldset {
	width: 100%
}

.quiz__question fieldset+span.small-label {
	margin-top: 32px
}

.quiz__question legend {
	margin-bottom: 32px
}

@media (max-width:640px) {
	.quiz__question legend {
		margin-bottom: 24px
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__question input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__question input+label,.option-switcher .quiz__question input.radio[type=checkbox]+label,.option-switcher .quiz__question input[type=radio]+label,.quiz__question .button,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.quiz__question .option-switcher input.radio[type=checkbox]+label,.quiz__question .option-switcher input[type=radio]+label {
	margin-top: 50px
}

@media (min-width:1201px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__question input+label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__question input+label,.option-switcher .quiz__question input.radio[type=checkbox]+label,.option-switcher .quiz__question input[type=radio]+label,.quiz__question .button,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label,.quiz__question .option-switcher input.radio[type=checkbox]+label,.quiz__question .option-switcher input[type=radio]+label {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__question input+label.quiz__next,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__question input+label.quiz__next,.option-switcher .quiz__question input.radio[type=checkbox]+label.quiz__next,.option-switcher .quiz__question input[type=radio]+label.quiz__next,.quiz__question .button.quiz__next,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label.quiz__next,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label.quiz__next,.quiz__question .option-switcher input.radio[type=checkbox]+label.quiz__next,.quiz__question .option-switcher input[type=radio]+label.quiz__next {
	max-width: 150px
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__question input+label.quiz__submit,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__question input+label.quiz__submit,.option-switcher .quiz__question input.radio[type=checkbox]+label.quiz__submit,.option-switcher .quiz__question input[type=radio]+label.quiz__submit,.quiz__question .button.quiz__submit,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label.quiz__submit,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label.quiz__submit,.quiz__question .option-switcher input.radio[type=checkbox]+label.quiz__submit,.quiz__question .option-switcher input[type=radio]+label.quiz__submit {
	max-width: 200px
}

.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__question input+label+strong.small-label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__question input+label+strong.small-label,.option-switcher .quiz__question input.radio[type=checkbox]+label+strong.small-label,.option-switcher .quiz__question input[type=radio]+label+strong.small-label,.quiz__question .button+strong.small-label,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label+strong.small-label,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label+strong.small-label,.quiz__question .option-switcher input.radio[type=checkbox]+label+strong.small-label,.quiz__question .option-switcher input[type=radio]+label+strong.small-label {
	margin-top: 32px
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice .quiz__question input+label+strong.small-label,.gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice .quiz__question input+label+strong.small-label,.option-switcher .quiz__question input.radio[type=checkbox]+label+strong.small-label,.option-switcher .quiz__question input[type=radio]+label+strong.small-label,.quiz__question .button+strong.small-label,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_checkbox .gchoice input+label+strong.small-label,.quiz__question .gform_wrapper.gravity-theme .gform_body .gfield--option-switcher .gfield_radio .gchoice input+label+strong.small-label,.quiz__question .option-switcher input.radio[type=checkbox]+label+strong.small-label,.quiz__question .option-switcher input[type=radio]+label+strong.small-label {
		margin-top: 24px
	}
}

.quiz__question__options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 12px
}

@media (min-width:1201px) {
	.quiz__question__options {
		padding: 0 32px
	}
}

@media (max-width:1200px) {
	.quiz__question__options {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.quiz__question input:checked+label {
	background-color: #fc6b3e;
	border-color: #fc6b3e
}

.quiz__question input:checked+label .badge,.quiz__question input:checked+label .icon-wrapper,.quiz__question input:checked+label span {
	opacity: 1
}

.quiz__question input:checked+label .icon-wrapper .icon {
	filter: none
}

.quiz__question input:checked+label span {
	color: #222013
}

.quiz__question input+label {
	margin-bottom: 0!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 210px;
	min-height: 240px;
	padding: 20px;
	border-radius: var(--large-border-radius);
	border: 1px solid var(--border);
	transition: background-color .3s,border-color .3s
}

@media (max-width:1200px) {
	.quiz__question input+label {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		width: calc(50% - 6px);
		max-width: none;
		min-height: 0
	}
}

@media (max-width:640px) {
	.quiz__question input+label {
		width: 100%;
		padding: var(--gutter) 20px
	}
}

@media (hover:hover) and (pointer:fine) {
	.quiz__question input+label:active,.quiz__question input+label:focus,.quiz__question input+label:hover {
		border-color: #fc6b3e
	}

	.quiz__question input+label:active .badge,.quiz__question input+label:active .icon-wrapper,.quiz__question input+label:active span,.quiz__question input+label:focus .badge,.quiz__question input+label:focus .icon-wrapper,.quiz__question input+label:focus span,.quiz__question input+label:hover .badge,.quiz__question input+label:hover .icon-wrapper,.quiz__question input+label:hover span {
		opacity: 1
	}
}

.quiz__question input+label:after,.quiz__question input+label:before {
	display: none
}

.quiz__question input+label .badge {
	position: absolute;
	top: -32px;
	left: -32px;
	z-index: 10;
	transform: rotate(-15deg);
	opacity: 0;
	transition: opacity .3s
}

@media (max-width:1200px) {
	.quiz__question input+label .badge {
		width: 65px;
		height: 65px;
		top: -50%;
		left: auto;
		right: var(--gutter)
	}
}

.quiz__question input+label .icon-wrapper {
	width: 38px;
	height: 38px;
	transition: opacity .3s
}

@media (min-width:1201px) {
	.quiz__question input+label .icon-wrapper {
		margin-bottom: 20px
	}
}

@media (max-width:1200px) {
	.quiz__question input+label .icon-wrapper {
		width: 26px;
		height: 26px;
		margin-right: 20px
	}
}

.quiz__question input+label .icon-wrapper .icon {
	height: 100%;
	filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(162%) hue-rotate(8deg) brightness(99%) contrast(85%)
}

.quiz__question input+label span {
	text-align: left;
	font-family: Agipo,Helvetica,Arial,sans-serif;
	font-size: 36px;
	line-height: 90%;
	font-weight: 700;
	letter-spacing: -.03em;
	text-transform: uppercase;
	transition: opacity .3s,color .3s
}

@media (min-width:1201px) {
	.quiz__question input+label span {
		margin-top: auto
	}
}

@media (max-width:1200px) {
	.quiz__question input+label span {
		position: relative;
		top: 1px;
		font-size: 30px
	}
}

@media (max-width:640px) {
	.quiz__question input+label span {
		font-size: 24px
	}
}

@media (min-width:1201px) {
	.quiz__question--checkbox .quiz__question__options {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1020px;
		margin-left: auto;
		margin-right: auto;
		gap: 24px
	}
}

@media (min-width:1201px) {
	.quiz__question--checkbox input+label {
		max-width: 220px;
		min-height: 140px
	}
}

@media (min-width:1201px) {
	.quiz__question--1 input+label .icon-wrapper {
		width: 52px;
		height: 52px
	}
}

@media (min-width:1201px) {
	.quiz__question--4 input+label {
		max-width: 110px;
		min-height: 170px
	}
}

@media (max-width:640px) {
	.quiz__question--4 input+label {
		width: calc(50% - 6px)
	}
}

@media (min-width:641px) {
	.quiz__question--4 input+label span {
		font-size: 48px
	}
}

@media (min-width:1201px) {
	.quiz__question--4 input+label span {
		font-size: 72px;
		line-height: 80%
	}
}

@media (min-width:1201px) {
	.quiz__question--5 input+label,.quiz__question--6 input+label {
		max-width: 260px
	}
}

@media (max-width:1200px) {
	.quiz__question--5 input+label {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (min-width:1201px) {
	.quiz__question--5 input+label .icon-wrapper {
		width: 32px;
		height: 32px
	}
}

@media (max-width:1200px) {
	.quiz__question--6 input+label {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (min-width:641px) {
	.quiz__question--5 input+label span,.quiz__question--6 input+label span,.quiz__question--8 input+label span {
		font-size: 36px
	}
}

@media (min-width:1201px) {
	.quiz__question--5 input+label span,.quiz__question--6 input+label span,.quiz__question--8 input+label span {
		font-size: 48px
	}
}

.quiz-results__restart {
	position: absolute;
	top: calc(var(--outer-gutter) - 75px);
	left: var(--outer-gutter)
}

@media (max-width:960px) {
	.quiz-results__restart {
		top: calc(var(--header-height) + var(--outer-gutter))
	}
}

.quiz-results .hero.hero--info {
	background-color: #aeb7a8
}

@media (max-width:960px) {
	.quiz-results .hero.hero--info {
		height: auto;
		min-height: calc(var(--full-vh, 100vh) - var(--admin-bar-height));
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.quiz-results .hero.hero--info .hero__media {
	top: var(--header-height);
	height: calc(100% - var(--header-height))
}

@media (max-width:960px) {
	.quiz-results .hero.hero--info .hero__content,.quiz-results .hero.hero--info .hero__content .wrapper {
		position: static
	}
}

.quiz-results .hero.hero--info h1+h2 {
	margin-top: 40px
}

@media (max-width:960px) {
	.quiz-results .hero.hero--info h1+h2 {
		margin-top: 24px
	}
}

.quiz-results .hero.hero--info h2 {
	max-width: none
}

.quiz-results .hero.hero--info .media-wrapper img,.quiz-results .hero.hero--info .media-wrapper video {
	max-width: 1200px
}

.quiz-results .features {
	background-color: #4f87c7
}