html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

/* Typography
================*/
body {
	background: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	color:#151314;
	font-size:16px;
	font-weight: normal;
    line-height: 25px;
}

p strong {
	color: #0a3b89;
}

@media (max-width: 991.96px) {
	p {
		font-size: 14px;
		line-height: 20px;
	}
}

a {
	color: #E7644C;
	text-decoration: none;
}

a:hover {
	color: #992510;
}

input.error {
	background: #ffcbcb;
	color: #ED1C24 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Spectral';
	font-weight: 600;
	margin: 0;
}

h1 {
	font-size: 30px;
	margin-bottom: 7px;
}

h2 {
	font-size: 51px;
	line-height: 1.1em;
}

h3 {
	font-size: 17px;
	margin-bottom: 14px;
}

h4 {
	font-size: 18px;
	margin-bottom: 7px;
}

h5 {
	color: #14438e;
	font-size: 14px;
	margin-bottom: 7px;
}

blockquote {
	color: #002E5C;
	clear: both;
	font-size: 27px;
	font-style: italic;
	line-height: 32px;
	margin-bottom: 20px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

hr {
	border: 0;
	height: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	margin: 35px 0;
	width: 100%;
}

/* Utilities
================*/
.site-width {
	margin: 0 auto;
	max-width:1300px;
	width: 90%;
}

.align-left {
	float: left;
	margin: 0 30px 30px 0;
}

.align-right {
	float: right;
	margin: 0 0 10px 20px;
}

.centered {
	text-align: center;
}

.btn {
	background: #E96A44;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 29px;
	font-weight: 800;
	min-width: 270px;
	padding: 26px 50px;
	text-align: center;
	text-transform: uppercase;
}

.btn:hover, .btn.active {
	background: #b34525;
	color: #ffffff;
}

::selection {
	background: #0F5B58;
	color: #ffffff;
}

::-moz-selection {
	background: #319bf6;
	color: #ffffff;
}

/* Mixins 
=========================*/
.arrow-text-cta {
	font-family:'Jost';
	font-size:18px;
	font-weight:500;
	padding-left:28px;
	position:relative;
	text-transform:uppercase;
}

.arrow-text-cta:before {
	background:url('images/icon-arrow.svg') no-repeat;
	content:'';
	display:block;
	height:70px;
    left: 0;
    position: absolute;
    top: 4px;
	width:70px;
}

.valign {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.vhalign {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 991.96px) {
	.valign, 
	.vhalign {
	    position: static;
	    transform: none;
	}
}

.rule-orange {
	position:relative;
}

.rule-orange:before {
	background:url('images/icon-rule.svg') no-repeat;	
	background-size: 110%;
	content:'';
	display:block;
	height:4px;
	margin-top:-4px;
    position: absolute;
	top:0;
	width:100%;
}

/* Structure
============================*/
/* Header 
=====================*/
.header {
	height: auto;
	padding: 20px 0;
	position:absolute;
	width: 100%;
	z-index: 10;
}

.header--active {
	background:#FFFEFA;
    height: 100%;
	position:fixed;
	transition:all .75s;
}

.header__logo {
	fill:white;
	margin-bottom: 0;
}

.header__logo--active {
	fill:black;
}

/* Nav
=========================*/
.nav {
	display:none;
    padding:70px 0;
}

.nav__nav-item {
	color:#000;
	display:block;
	font-family: 'Spectral';
	font-size:30px;
    font-weight: 600;
	margin-bottom:25px;
}

@media (max-width: 991.96px) {
	.nav__nav-item { 
		font-size:24px;
		margin-bottom: 14px;
	}
}

/* Nav Toggle
=========================*/
.nav-toggle {
	align-items: center;
    background: rgba(255, 254, 250, .9);	
	border-bottom:solid 1px #E7644C;
	border-left:solid 1px #E7644C;
	box-sizing:border-box;
    cursor: pointer;
	display: flex;
    height: 75px;
	justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 170px;
}

.nav-toggle__text {
	display:inline-block;
	font-size:14px;
}

.nav-toggle__btn {
	display:inline-block;
	position: relative;
    height: 37px;
    width: 37px;
	transform: scale(.55);
}

.nav-toggle__btn .line {
	background: #000;
	height: 4px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 30px;
	transition: 200ms all linear;
	transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-webkit-transform-origin: left center;
	-ms-webkit-transform-origin: left center;
	will-change: transform, opacity, left, top;
}

.nav-toggle__btn .line-two {
	top: 17px;
}

.nav-toggle__btn .line-three {
	top: 26px;
}

.nav-toggle__btn.nav-open .line-one {
	left: 8px;
	top: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.nav-toggle__btn.nav-open .line-two {
	opacity: 0;
}

.nav-toggle__btn.nav-open .line-three {
	left: 8px;
	top: 25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

/* Section Hero
===================*/
.hero {
	background-size:cover;
	background-position:50% 50%;
	height:800px;
	position:relative;
}

.hero__heading {
	bottom: 80px;
	color:#fff;
	font-size:213px;
    line-height: 161px;
	position:absolute;
    word-wrap: break-word;
}

@media (max-width: 1199.96px) {
	.hero__heading {
		font-size:170px;
	}
}

@media (max-width: 991.96px) {
	.hero {
	    height: 410px;
		overflow:hidden;
	}
	
	.hero__heading {
		bottom:30px;
		font-size:76px;
		line-height: 70px;
	}
}

/* Section About CTA
===================*/
.about-cta {
	background:#FFF7F1;
	padding:90px 0;
	text-align:center;
}

.about-cta__heading {
	font-size:50px;
	margin-bottom:10px;
}

.about-cta__content {
	
}

.about-cta__content p {
	display: inline-block;
    max-width: 850px;
}

@media (max-width: 991.96px) {
	
	.about-cta {
		padding: 40px 0;
	}
	
	.about-cta__heading {
		font-size:30px;
	}
	
	.about-cta__content p {
		font-size:14px;
	}
}

/* Section Content Image CTA
==============================*/
.content-image-cta {}

.content-image-cta .site-width {
	display: flex;
	max-width:none;
	width:100%;
}

.content-image-cta__heading {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 40px;
}

.content-image-cta__content {
    position: relative;
    width: 50%;
}

.content-image-cta__content p {
	margin-bottom:30px;
}

.content-image-cta__content p a {
	font-weight:bold;
}

.content-image-cta__content .arrow-text-cta {
	font-size:22px;
}

.content-image-cta__content .arrow-text-cta:before {
	top:7px;
}

.content-image-cta__image {
	width:50%;
}

.content-image-cta__image img {
	display: block;
	width: 100%;
}

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
    .content-image-cta .site-width {
       flex-direction: column;
       align-items: center;
   }
   
   .content-image-cta__content {
   	    padding: 80px 0;
	    width: 90%;
   }
   
   .content-image-cta__heading {
	   font-size:44px;
	   line-height:42px;
       margin-bottom: 30px;
   }
   
   .content-image-cta__content p {
	   font-size:14px;
	   line-height:20px;
   }
   
   .content-image-cta__image {
   		width:100%;
   }
   
   .content-image-cta__content .arrow-text-cta,
   .arrow-text-cta {
   		font-size:14px;
   }

   .content-image-cta__content .arrow-text-cta:before,
   .arrow-text-cta:before {
   		top:0px;
   }
}

/* Section Scroll CTA
===================*/
.scroll-cta {
	background:#FFF7F1;
	padding:90px 0;
}

.scroll-cta__heading {
	font-size:100px;
    margin-bottom: 20px;
}

.scroll-cta__content {
	margin-bottom:40px;
	max-width:1000px;
}

.scroll-cta__scroll-wrap {
	display:flex;
}

.scroll-cta__scroll-photos {
	margin-right:5%;
	padding-bottom: 40%;
	width:50%;
}

.scroll-cta__scroll-photo {
	opacity:0;
	position: -webkit-sticky;
	position: sticky;
	top:50px;
}

.scroll-cta__scroll-photo img { 
	position:absolute;
	width:100%;
}

.scroll-cta__scroll-list {
    padding-top: 80px;
	width:50%;
}

.scroll-cta__scroll-entry {
	margin-bottom:600px;
}

.scroll-cta__scroll-entry h3,
.scroll-cta__mobile h3 {
	font-size:40px;
    margin-bottom: 15px;
}

.scroll-cta__scroll-entry h3 {
	line-height: 47px;
}

.scroll-cta__scroll-entry ul,
.scroll-cta__mobile ul {
	font-family: 'Inter', sans-serif;
	font-size:16px;
	font-weight:400;
    list-style: inside;
	line-height:24px;
    padding-left: 30px;
}

.scroll-cta__scroll-entry ul li::marker,
.scroll-cta__mobile ul li::marker {
    color: #E7644C;
}

.scroll-cta__scroll-entry ul li {
	margin-bottom:5px;
    text-indent: -20px;
}

.scroll-cta__mobile {
	display:none;
	margin-bottom:40px;
}

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
	
	.scroll-cta {
		padding:70px 0;
	}
	
	.scroll-cta__heading {
		font-size:44px;
		line-height:42px;
	}
	
	.scroll-cta__scroll-photos {
		padding-bottom:0;
		width:100%;
	}
	
	.scroll-cta__scroll-photo {
		opacity:1;
		position:static;
	}
	
	.scroll-cta__scroll-photo img {
        margin-bottom: 10px;
		position:static;
	}
	
	.scroll-cta__scroll-list {
		display:none;
	}
	
	.scroll-cta__mobile {
		display:block;
	}
	
	.scroll-cta__mobile h3 {
		font-size:24px;
	}
	
	.scroll-cta__mobile ul {
		font-size:14px
	}
}

/* Section Slider CTA
=======================*/
.slider-cta {
	background:url('images/icon-paws.png') no-repeat;
	background-position:top right;
	padding:100px 0 120px;
}

.slider-cta__heading {
	font-size:100px;
	margin-bottom:10px;
    position: relative;
	text-align:center;
}

.slider-cta__content {
	margin-bottom:40px;
	text-align:center;
}

.slider-cta__content p {
	font-size:21px;
    line-height: 30px;
}

.slider-cta__slider {
    padding-bottom: 10px;
}

.slider-cta__slider:after {
	background:url('images/icon-rule.svg') no-repeat;
    background-position: center bottom;
	content:'';
	display:block;
	height:40px;
	margin:0 auto;
	width:95%;
}

.slick-slide {
	transform:scale(0.7);
	transition:all 1s;
}

.slick-active.is-active-2 {
	transform:scale(1);
}

.slider-cta__photo-wrap {
    margin-bottom: -5px;
	position:relative;
}

.slider-cta__photo-wrap:before {
	background:url('images/icon-circle.svg') no-repeat;
    background-position: center;
    background-size: 90%;
	content:'';
	display:inline-block;
	padding-bottom:90%;
	width:100%;
}

.slider-cta__photo-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	margin: auto;
}

.slider-cta__slide-headline {
	font-size:60px;
	text-align:center;
}

.slider-cta__slide-caption {
	display:none;
}

.slider-cta__slider-caption {
	margin:30px auto 0;
    max-width: 670px;
}

.slick-prev {
    background: url('images/icon-arrow.svg') no-repeat 100%;
    background-size: cover;
	bottom: -3px;
    left: -20px;
    height: 30px;
    position: absolute;
    transform: rotate(-180deg) translateY(0px);
    width: 30px;
    z-index: 2;
}

.slider-cta .slick-next {
	background: url('images/icon-arrow.svg') no-repeat 100%;
	background-size: cover;
	bottom: -3px;
	height: 30px;
	position: absolute;
	right: -20px;
	width: 30px;
	z-index: 2;
}

@media (max-width: 991.96px) {
	.slider-cta__heading {
		font-size:44px;
		line-height:42px;
	}
	
	.slider-cta__slider-caption {
		max-width: 350px;
	}
	
	.slider-cta__content p { 
		font-size:14px;
		line-height:20px;
	}
	
	.slick-prev { 
		left:0;
	}
	
	.slider-cta .slick-next {
		right:0;
	}
	
	.slider-cta__slider:after {
		width:80%;
	}
	
	.slick-slide {
		transform:scale(1);
	}
	
	.slider-cta__slide-headline {
		font-size:39px;
	}
}

/* Section Quiz CTA
========================*/
.quiz-cta {
	background:#FFF7F1;
	padding:100px 0;
}

.quiz-cta__heading {
	font-size:100px;
    margin-bottom: 20px;
}

.quiz-cta__content {
	margin-bottom:40px;
}
	
.quiz-cta__card-list {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}

.quiz-cta__wrap {
	padding:40px 40px;
}

.quiz-cta__entry {
	background:#faded8;
	border:solid 1px #E7644C;
    box-sizing: border-box;
	flex-grow: 1;
	flex-basis:31.5%;
	margin-bottom:50px;
	position:relative;
}

.quiz-cta__number {
	color:#E7644C;
	font-size:10px;
	margin-bottom:40px;
}

.quiz-cta__question-title {
	font-size:30px;
    line-height: 36px;
    margin-bottom: 20px;
}

.quiz-cta__question-title--small {
	font-size:24px;
	line-height: 30px;
}

.quiz-cta__question {
	background: #fff;
    border-top: solid 1px #E7644C;
	bottom: 0;
    box-sizing: border-box;
	font-size:18px;
	font-family:'Jost';
    padding: 40px 40px;
    position: absolute;
	text-align:center;
	text-transform:uppercase;
    width: 100%;
}

.quiz-cta__answer-title {
	color:#fff;
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:uppercase;
}

.quiz-cta__answer-caption {
	color:#fff;
	font-family: 'Spectral';
	font-size:18px;
}

.quiz-cta__hover-state { display:none; }

.quiz-cta__entry.active { background:#E7644C; }
.quiz-cta__entry.active .quiz-cta__question { display:none; }
.quiz-cta__entry.active .quiz-cta__question-title { display:none; }
.quiz-cta__entry.active .quiz-cta__number { color:#fff; }
.quiz-cta__entry.active .quiz-cta__hover-state { display:block; }

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
	
	.quiz-cta {
	    padding: 50px 0;
	}
	
	.quiz-cta__heading {
		font-size:44px;
		margin-bottom: 10px;
	}
	
	.quiz-cta__content {
		font-size:14px;
	}
	
	.quiz-cta__card-list {
        flex-direction: column;
        align-items: center;
	}
	
	.quiz-cta__entry {
        flex-basis: 100%;
		min-height: 560px;
	}
	
	.quiz-cta__question-title {
		font-size:24px;
		line-height:28px;
	}
	
	.quiz-cta__question {
		font-size:14px;
		line-height:17px;
	}
	
}

@media (min-width: 991.96px) {
	/*
	.quiz-cta__entry:hover { background:#E7644C; }
	.quiz-cta__entry:hover .quiz-cta__number { color:#fff; }
	.quiz-cta__entry:hover .quiz-cta__question { display:none; }
	.quiz-cta__entry:hover .quiz-cta__question-title { display:none; }
	.quiz-cta__entry:hover .quiz-cta__hover-state { display:block; }
	*/
}

/* Section Resource CTA
==========================*/
.resource-cta {
	overflow:hidden;
}

.resource-cta .site-width {
	display: flex;
    max-width: none;
    width: 100%;
}

.resource-cta__image {
    width: 50%;
}

.resource-cta__image img {
    display: block;
    width: 100%;
}

.resource-cta__content {
    box-sizing: border-box;
    padding: 80px;
    position: relative;
    width: 50%;
}

.resource-cta__heading {
	font-size:100px;
    line-height: 100px;
    margin-bottom: 40px;
}

.resource-cta__caption {
	margin-bottom:40px;
}

.resource-cta__caption p {
	font-size:14px
}

.resource-cta__links {
	margin-bottom:50px;
}

.resource-cta__links a {
	display:inline-block;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:uppercase;
}

.resource-cta__social {
    width: 80%;
}

.resource-cta__social-entries {
	display: flex;
}

.resource-cta__social-entry {
	align-items: center;
	display: flex;
	width:50%;
}

.resource-cta__social-heading {
	font-size:30px;
	padding-bottom:6px;
    position: relative;
}

.resource-cta__social-heading:after {
	background:url('images/icon-rule.svg') no-repeat;	
	background-size: 110%;
	bottom:0;
	content:'';
	display:block;
	height:4px;
	margin-top:-4px;
    position: absolute;
	width:100%;
}

.resource-cta__social-entry-image {
	margin-right:4%;
	width:20%;
}

.resource-cta__social-entry-heading {
	font-family:'Jost';
	font-size:14px;
	text-transform:uppercase;
	width:76%;
}

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
    .resource-cta .site-width {
       flex-direction: column;
       align-items: center;
   }
   
   .resource-cta__content {
       padding: 40px;
	   width:100%;
   }
   
   .resource-cta__heading {
	   font-size:44px;
	   line-height:42px;
       margin-bottom: 10px;
   }
   
   .resource-cta__heading br {
	   display:none;
   }
   
   .resource-cta__caption {
       margin-bottom: 20px;
   }
   
   .resource-cta__social-entries {
	   flex-direction: column;
   }
   
   .resource-cta__social-entry {
	   margin-bottom:10px;
	   width:100%;
   }
   
   .resource-cta__image {
	   width:100%;
   }
}

/* Section Video CTA
========================*/
.video-cta {
	background:#FFF7F1;
	padding:120px 0;
}

.video-cta__heading {
	font-size:100px;
}

.video-cta__category {
    margin-top: 20px;
    padding-top: 20px;
	position:relative;
}

.video-cta__category:before {
	background:url('images/icon-rule.svg') no-repeat;	
	background-size: 110%;
	content:'';
	display:block;
	height:4px;
	margin-top:-4px;
    position: absolute;
	top:0;
	width:100%;
}

.video-cta__category-title {
	font-size:30px;
	margin-bottom:20px;
    position: relative;
}

.video-cta__category-title:before {
	background: url('images/icon-plus.svg') no-repeat;
	background-size: cover;
	content: "";
	cursor:pointer;
	height: 70px;
	position: absolute;
	right:0;
	top:-12px;
	width: 25px;
}

.video-cta__category-title.active:before {
	background: url('images/icon-dash.svg') no-repeat;
	top:-8px;
}

.video-cta__entries {
	display: flex;
	gap:20px;
	margin: 0 auto;
	max-height:0;
	overflow-x: auto;
	transition: max-height 1s ease-out;
}

.video-cta__entries.active {
	max-height:1000px;
}

.video-cta__entry {	
	flex: 0 0 22.5%;
	margin:0 5px 20px 0;
}

.video-cta__video {
	border-radius:10px;
	margin-bottom:20px;
	overflow:hidden;
}

.video-cta__video video {
	width:100%;
}

.video-cta__entry-heading {
	font-family:'Jost';
	font-size:18px;
	text-transform:uppercase;
}

.video-cta__entry-caption p {
    line-height: 23px;
}

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
	.video-cta__entry-heading {
		font-size:18px;
	}
	
	.video-cta__entry-caption p {
		font-size:12px;
		line-height:16px;
	}
	
	.video-cta__entries {
		gap:10px;
	}
	
	.video-cta__entry {
        flex: 0 0 44%;
        margin: 0;
	}
}

/* Section States CTA
========================*/
.states-cta {
	padding:100px 0;
}

.states-cta__heading {
	font-size:100px;
	margin-bottom:30px;
	text-align:center;
}

.states-cta__content {
	margin-bottom:60px;
	text-align:center;
}

.states-cta__content p {
    font-size: 16px;
    line-height: 24px;
}

.state_cta_entries {
	display:flex;
	flex-wrap: wrap;
}

.state_cta_entry {
	border:solid 1px #E6644C;
    box-sizing: border-box;
	color:#000;
	cursor:pointer;
	font-size:18px;
	margin:1%;
	padding:20px;
	text-align:center;
	text-transform:uppercase;
	transition:all 0.5s;
	width: 31.2%;
}

.state_cta_entry:hover {
	background:#E6644C;
	color:#fff;
}

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
	
	.states-cta__heading {
		font-size:44px;
		line-height:42px;
	    margin-bottom: 20px;
	}
	
	.states-cta__content p {
		font-size:16px;
		line-height:20px;
	}
	
	.state_cta_entries {
		flex-direction:column;
	    gap: 30px;
	}
	
	.state_cta_entry {
	    box-sizing: border-box;
		font-size:14px;
		width:100%;
	}
}

/* Footer 
==================*/
.footer {
	background: #FFF7F1;
	padding: 110px 0 100px;
	position: relative;
}

.footer__content {
	align-items:center;
	display:flex;
	gap:10px;
	flex-wrap: wrap;
    justify-content: center;
}

.footer__col-1 {
    max-width: 380px;
	width:35%;
}

.footer__col-1 img {
    margin: 0 10px;
}

.footer__col-2 {
	width:62%;
}

.footer__col-2 p {
	margin-bottom:20px;
}

@media (max-width: 1199.96px) {
	
}

@media (max-width: 991.96px) {
	.footer__col-1,
	.footer__col-2 {
		margin-bottom:20px;
        text-align: center;
		width:100%;
	}
}
