html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	background-color: #fff;
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	color: #252525;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

.button {
	display: inline-block;
	background-color: #252525;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	cursor: pointer
}

.button:hover {
	background-color: rgba(37, 37, 37, .8)
}

.button-inverse {
	display: inline-block;
	background-color: #fff;
	color: #252525;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	cursor: pointer
}

.button-inverse:hover {
	background-color: rgba(255, 255, 255, .8)
}

.button-ghost {
	display: inline-block;
	background-color: transparent;
	color: #252525;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 1px solid #252525;
	cursor: pointer
}

.button-ghost:hover {
	background-color: #fff;
	border: 1px solid #fff
}

.button-ghost-inverse {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 1px solid #fff;
	cursor: pointer
}

.button-ghost-inverse:hover {
	background-color: #252525;
	border: 1px solid #252525
}

h1 {
	font-size: 68px;
	line-height: 1.05;
	letter-spacing: -1px
}

h2 {
	font-size: 42px;
	line-height: 1.14
}

h3 {
	font-size: 26px;
	line-height: 1.38
}

h4 {
	font-size: 22px;
	line-height: 1.38
}

small {
	font-size: 10px;
	line-height: 1.2
}

p {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	font-size: 16px;
	font-size: 1rem
}

em {
	font-style: italic
}

strong,
.bold {
	font-weight: 700
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0
}

img {
	width: 100%
}

.flex-video {
	height: 0;
	margin-bottom: 14.222px;
	margin-bottom: .88889rem;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}

.section-inner {
	max-width: 1640px;
	margin: auto
}

@media(min-width:600px) {
	.two-up {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}
}

.flex-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

#masthead {
	background-color: #fff;
	padding: 32px;
	padding: 2rem
}

@media(min-width:900px) {
	.masthead-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 300px 1fr;
		grid-template-columns: 300px 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:1170px) {
	.masthead-grid {
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
		padding: 2rem 4rem
	}
}

.masthead-logo {
	text-align: center
}


.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-form-field label:not(.hs-error-msg) {
	color: #FFFFFF;
}

.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-form-field label:not(.hs-error-msg) a {
	color: #FFFFFF;
}

.hs-error-msgs label {
	color: #f2545b;
}

ul.no-list {
	list-style: none;
}

.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px;
}

.inputs-list label {
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	white-space: normal;
	font-weight: normal;
	font-size: 14px;
}

.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-form-field label:not(.hs-error-msg) {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.inputs-list>li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}

lk label {
	font-size: 14px;
	width: 130px;
	color: #33475b;
	display: block;
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.inputs-list:first-child {
	padding-top: 6px;
}

.actions {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 0px;
}

.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-button,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-button:hover,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-button:hover:not(.inactive),
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-button:focus,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-button:active,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 .hs-button:active:not(.inactive):not(.link) {
	background: #FFFFFF;
	border-color: #FFFFFF;
	color: #33475b;
	font-size: 16px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
}

.hs-form-227765bc-e8ef-462c-a033-0755cae93426_c90535bf-4184-45f9-8dc0-1590d26f5828 .hs-button {
	white-space: pre-wrap;
}

.hs-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	/* position: relative; */
	text-align: center;
	transition: all .15s linear;
	background-color: #ff7a59;
	border-color: #ff7a59;
	color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
	border-color: #c87872;
}

.hs-input:not([type=file]) {
	/* background-color: #f5f8fa; */
	background: linear-gradient(180deg, rgba(213, 211, 214, 1) 0%, rgba(254, 254, 254, 1) 100%);
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 5px 3px 0px;
	line-height: normal;
	border: none;
}

.hsForm_227765bc-e8ef-462c-a033-0755cae93426 a:visited,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 a:hover {
	color: #FFFFFF;
}

.hsForm_227765bc-e8ef-462c-a033-0755cae93426 a:visited,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 a:hover,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 a:active,
.hsForm_227765bc-e8ef-462c-a033-0755cae93426 a:target {
	color: #FFFFFF;
}

.hs-input {
	display: inline-block;
	width: 90%;
	max-width: 500px;
	height: 40px;
	padding: 9px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}


@media(min-width:900px) {
	.masthead-logo {
		text-align: left
	}
}

.masthead-logo img {
	max-width: 200px
}

@media(min-width:900px) {
	.masthead-logo img {
		max-width: 600px
	}
}

.main-nav-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(min-width:900px) {
	.main-nav-list {
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 1rem
	}
}

.main-nav-item {
	margin: 8px;
	margin: .5rem
}

@media(min-width:750px) and (max-width:1239px) {
	.main-nav-item {
		margin: 0 0 0 1.5rem
	}
}

@media(min-width:1240px) {
	.main-nav-item {
		margin: 0 0 0 2rem
	}
}

.main-nav-link {
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	color: #92ad94;
	text-transform: uppercase;
	transition: color 200ms ease
}

@media(min-width:1350px) {
	.main-nav-link {
		font-size: 1.5rem
	}
}

.main-nav-link:hover {
	color: rgba(146, 173, 148, .6)
}

.hero {
	background-image: url(../img/hero.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 750px
}

.intro {
	background-color: #92ad94;
	color: #fff;
	padding: 96px 24px;
	padding: 6rem 1.5rem
}

.intro .section-inner {
	max-width: 1000px;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.intro .intro-text {
	font-family: pt-serif, serif;
	margin: 4.8px 0;
	margin: .3rem 0;
	font-size: 32px;
	font-size: 2rem
}

#why {
	padding: 40px;
	padding: 2.5rem
}

@media(min-width:1200px) {
	#why {
		padding: 4rem 0
	}
}

@media(min-width:1640px) {
	#why {
		padding: 10rem 0
	}
}

.why-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

@media(min-width:900px) {
	.why-inner {
		-ms-grid-columns: 1fr 700px;
		grid-template-columns: 1fr 700px;
		grid-column-gap: 4rem;
	}
}

@media(min-width: 768px) and (max-width: 1230px) {
	.why-inner {
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
		grid-column-gap: 4rem;
	}
}


.why-inner header {
	-ms-grid-column-span: 2;
	-ms-grid-column: 1;
	grid-column: 1 / span 2;
	-ms-grid-row: 1;
	grid-row: 1
}

.why-text {
	-ms-flex-order: 2;
	order: 2;
	max-width: 950px;
	margin-top: 32px;
	margin-top: 2rem
}

@media(min-width:750px) {
	.why-text {
		margin-top: 0
	}
}


@media(min-width:750px) {
	.why-text {
		-ms-flex-order: initial;
		order: initial
	}
}

.why-text p {
	line-height: 1.5;
	font-size: 19.2px;
	font-size: 1.2rem
}

/* @media(min-width:750px){.why-inner{-ms-grid-columns:1fr 150px;grid-template-columns:1fr 150px;grid-column-gap:2rem}} */

@media(min-width:900px) {
	.why-text p {
		font-size: 1.6rem
	}
}

.why-header {
	margin: 16px 0 0;
	margin: 1rem 0 0;
	font-size: 32px;
	font-size: 2rem;
	color: #92ad94
}

@media(min-width:600px) {
	.why-header {
		margin: 0 0 1rem;
		font-size: 3.5rem
	}
}

@media(min-width:1000px) {
	.why-header {
		font-size: 3.8rem;
		line-height: 1;
		margin: 0 0 2rem
	}
}

.why-image {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.why-button {
	margin-top: 32px;
	margin-top: 2rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 1rem
}

.why-button .button {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 16px 32px;
	padding: 1rem 2rem;
	background-color: #99764a;
	transition: background-color 200ms ease
}

@media(min-width:1170px) {
	.why-button .button {
		font-size: 2rem;
		width: 263px
	}
}

.why-button .button:hover {
	background-color: rgba(153, 118, 74, .7)
}

.features {
	padding: 24px;
	padding: 1.5rem;
	background-color: #ceded8
}

@media(min-width:900px) {
	.features {
		padding: 3rem 1.5rem 6rem
	}
}

.features-header {
	text-align: center;
	font-size: 48px;
	font-size: 3rem;
	margin: 16px 0 48px;
	margin: 1rem 0 3rem
}

@media(min-width:700px) {
	.features-header {
		font-size: 5rem;
		margin: 3rem 0 6rem
	}
}

.features-grid {
	list-style: none;
	padding: 0 32px;
	padding: 0 2rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-row-gap: 1rem;
	max-width: 1500px;
	margin: 48px auto 0;
	margin: 3rem auto 0
}

@media(min-width:1170px) {
	.features-grid {
		padding: 0;
		grid-row-gap: 0
	}
}

.features-grid .features-grid-image img {
	border: 13px solid #99764a
}

.features-grid-group {
	text-align: center
}

@media(min-width:1170px) {
	.features-grid-group {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 2fr 3fr;
		grid-template-columns: 2fr 3fr;
		gap: 1rem;
		-ms-flex-align: center;
		align-items: center;
		gap: 4rem;
		text-align: left
	}
}

.features-grid-group.inverse {
	-ms-grid-columns: 3fr 2fr;
	grid-template-columns: 3fr 2fr
}

.features-grid-group.inverse .features-grid-image {
	-ms-flex-order: 2;
	order: 2
}

.features-grid-group.last {
	background-color: rgba(255, 255, 255, .5);
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 32px;
	padding: 2rem;
	text-align: center
}

@media(min-width:1170px) {
	.features-grid-group.last {
		padding: 4rem 0;
		margin: 3rem 0 2rem;
		text-align: left
	}
}

.features-grid-group.last .last-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

@media(min-width:1170px) {
	.features-grid-group.last .last-inner {
		-ms-grid-columns: 350px 1fr;
		grid-template-columns: 350px 1fr
	}
}

.features-grid-group.last .last-inner header {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.features-grid-group.last .last-inner h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	text-align: center
}

@media(min-width:550px) {
	.features-grid-group.last .last-inner h4 {
		font-size: 3rem
	}
}

@media(min-width:900px) {
	.features-grid-group.last .last-inner h4 {
		font-size: 3rem
	}
}

@media(min-width:1170px) {
	.features-grid-group-extra {
		padding: 0 2rem 0 0
	}
}

.features-grid-group-extra p {
	font-size: 19.2px;
	font-size: 1.2rem
}

@media(min-width:1000px) {
	.features-grid-group-extra p {
		font-size: 2rem;
		margin: 0 0 2rem
	}
}

.features-grid-summary {
	font-size: 19.2px;
	font-size: 1.2rem
}

@media(min-width:1000px) {
	.features-grid-summary {
		font-size: 2.33rem
	}
}

.features-grid-summary span {
	font-weight: 700
}

.features-grid-image img {
	border-radius: 50%
}

@media(min-width:600px) {
	.features-grid-image img {
		width: auto
	}
}

@media(min-width:900px) {
	.features-grid-image img {
		width: 100%
	}
}

.twelve-truths {
	background-color: rgba(153, 118, 74, .1);
	padding: 48px 24px 96px;
	padding: 3rem 1.5rem 6rem;
	color: #99764a
}

.twelve-truths-header {
	text-align: center;
	margin: 0 0 48px;
	margin: 0 0 3rem
}

.twelve-truths-header h2 {
	font-size: 48px;
	font-family: pt-serif, serif;
	color: #99764a;
	font-weight: 400
}

.twelve-truths-slider {
	background-color: #fff;
	padding: 48px;
	padding: 3rem;
	margin: 0 0 48px;
	margin: 0 0 3rem;
	text-align: center;
	color: #99764a
}

.twelve-truths-slider .slide img {
	max-width: 800px;
	margin: auto
}

.twelve-truths-slider .slide p {
	font-size: 32px;
	font-style: italic;
	max-width: 800px;
	margin: 32px auto 48px;
	margin: 2rem auto 3rem;
	line-height: 1.2
}

.twelve-truths-slider .slick-dots {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0
}

.twelve-truths-slider .slick-dots li {
	margin: 0 8px;
	margin: 0 .5rem;
	border-radius: 50%
}

.twelve-truths-slider .slick-dots li.slick-active {
	background-color: #99764a
}

.twelve-truths-slider .slick-dots li button {
	background-color: transparent;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid #99764a;
	color: transparent
}

.twelve-truths-text {
	max-width: 1324px;
	margin: 32px auto;
	margin: 2rem auto;
	text-align: center
}

.twelve-truths-text p {
	font-size: 30px;
	line-height: 1.4
}

#photogrid img {
	display: block
}

.photo-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

@media(min-width:800px) {
	.photo-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(min-width:800px) {
	.photo-grid.inverse .photo-grid-featured {
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		grid-row: 1 / span 2;
		-ms-grid-column: 2;
		grid-column: 2
	}
}

@media(min-width:800px) {
	.photo-grid-featured {
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		grid-row: 1 / span 2
	}
}

.purchase {
	padding: 32px 24px 64px;
	padding: 2rem 1.5rem 4rem
}

.purchase h2 {
	text-align: center;
	font-size: 48px;
	font-size: 3rem;
	margin: 16px 0;
	margin: 1rem 0
}

@media(min-width:700px) {
	.purchase h2 {
		font-size: 5rem;
		margin: 3rem 0 1rem
	}
}

.purchase h3 {
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 16px 0 48px;
	margin: 1rem 0 3rem
}

@media(min-width:700px) {
	.purchase h3 {
		font-size: 3rem;
		margin: 0 0 6rem
	}
}

.purchase-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	gap: 2rem;
	-ms-flex-align: end;
	align-items: end;
	max-width: 1640px;
	margin: auto
}

@media(min-width:1170px) {
	.purchase-grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 4rem
	}
}

@media(min-width:1170px) {
	.purchase-grid-text {
		min-height: 200px
	}
}

.purchase-grid-text p,
.purchase-grid-text a {
	font-size: 16px;
	font-size: 1rem
}

@media(min-width:700px) {

	.purchase-grid-text p,
	.purchase-grid-text a {
		font-size: 1.66rem
	}
}

.purchase-grid-text p {
	margin: 16px 0 0;
	margin: 1rem 0 0
}

.purchase-grid-text a {
	display: inline-block;
	margin: 8px 0 16px;
	margin: .5rem 0 1rem;
	text-decoration: none;
	font-weight: 700;
	color: #99764a;
	transition: opacity 200ms ease
}

.purchase-grid-text a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.purchase-grid-text .retailer-select {
	padding: 16px;
	padding: 1rem;
	width: 100%;
	border-radius: 5px
}

.site-footer {
	background-color: #4d4d4d;
	padding: 32px 16px;
	padding: 2rem 1rem
}

.site-footer p,
.site-footer .button {
	font-size: 19.2px;
	font-size: 1.2rem
}

.site-footer-inner {
	max-width: 1640px;
	margin: auto
}

@media(min-width:600px) {
	.site-footer-inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 2rem
	}
}

@media(min-width:900px) {
	.site-footer-inner {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media(min-width:1200px) {
	.site-footer-inner {
		-ms-grid-columns: 1.5fr 1fr 1fr auto;
		grid-template-columns: 1.5fr 1fr 1fr auto
	}
}

@media(min-width:500px) {
	.site-info {
		display: -ms-flexbox;
		display: flex
	}
}

@media(min-width:600px) {
	.site-info {
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
		margin-right: 1rem
	}
}

#footer-logo {
	min-width: 75px;
	max-width: 150px;
	margin-right: 16px;
	margin-right: 1rem
}

.copyright {
	color: #fff
}

.copyright p {
	margin: 0
}

.copyright a {
	color: #fff
}

.copyright-contact {
	font-weight: 700
}

.email-signup {
	margin: 32px 0;
	margin: 2rem 0
}

.footer-form {
	margin-top: 16px;
	margin-top: 1rem
}

.footer-label {
	color: #fff;
	display: block;
	margin: 4.8px 0;
	margin: .3rem 0;
	font-size: 14.4px;
	font-size: .9rem
}

.footer-input {
	padding: 16px;
	padding: 1rem;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 5px
}

.footer-widget-heading {
	margin: 0 0 8px;
	margin: 0 0 .5rem;
	font-size: 20.8px;
	font-size: 1.3rem;
	color: #fff;
	text-transform: capitalize
}

.footer-widget {
	margin: 32px 0;
	margin: 2rem 0
}

@media(min-width:600px) {
	.footer-widget {
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
		padding: 0 1rem;
		margin: 0 0 2rem
	}
}

.footer-button {
	background: transparent;
	border: 3px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	margin-top: 16px;
	margin-top: 1rem
}

.footer-button:hover {
	background-color: #fff;
	color: #000;
	border: 3px solid #fff
}

.footer-text {
	color: #fff;
	margin: 0 0 8px;
	margin: 0 0 .5rem
}

.footer-submit {
	padding: 0
}

.social-links ul .twitter-x a:hover {
	filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(349deg) brightness(102%) contrast(97%);
}

.social-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex
}

.social-links ul li {
	color: #fff;
	margin-right: 16px;
	margin-right: 1rem
}

.social-links ul li a {
	color: #fff;
	transition: color 300ms ease
}

.social-links ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

.social-links ul li i {
	font-size: 40px;
	font-size: 2.5rem
}

@media(min-width:600px) {
	.social-links {
		-ms-flex: 0 1 20%;
		flex: 0 1 20%
	}

	.social-links ul li {
		margin-right: 2rem
	}
}

.thanks-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh
}

#thanks {
	padding: 32px;
	padding: 2rem
}

@media(min-width:1240px) {
	#thanks {
		padding: 4rem
	}
}

#thanks .button {
	font-size: 19.2px;
	font-size: 1.2rem
}

.thanks-inner {
	max-width: 800px;
	margin: auto
}

.video {
	padding: 6rem 1.5rem 0;
}

@media (max-width:1024px) {
	.video iframe {
		height: 600px;
	}
}

@media (max-width:767px) {
	.video iframe {
		height: 340px;
	}

}


@media(max-width:768px) {
	#footer-logo {
		width: 75px;
	}

	.twelve-truths {
		background-color: rgba(153, 118, 74, .1);
		padding: 48px 24px 96px;
		padding: 3rem 1.5rem 6rem;
		color: #99764a
	}

	.twelve-truths-header {
		text-align: center;
		margin: 0 0 48px;
		margin: 0 0 3rem
	}

	.twelve-truths-header h2 {
		font-size: 48px;
		font-family: pt-serif, serif;
		color: #99764a;
		font-weight: 400
	}

	.twelve-truths-slider {
		background-color: #fff;
		padding: 48px;
		padding: 3rem;
		margin: 0 0 48px;
		margin: 0 0 3rem;
		text-align: center;
		color: #99764a
	}

	.twelve-truths-slider .slide img {
		max-width: 800px;
		margin: auto
	}

	.twelve-truths-slider .slide p {
		font-size: 32px;
		font-style: italic;
		max-width: 800px;
		margin: 32px auto 48px;
		margin: 2rem auto 3rem;
		line-height: 1.2
	}

	.twelve-truths-slider .slick-dots {
		list-style: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0
	}

	.twelve-truths-slider .slick-dots li {
		margin: 0 8px;
		margin: 0.25rem;
		border-radius: 50%
	}

	.twelve-truths-slider .slick-dots li.slick-active {
		background-color: #99764a;
		height: 15px;
	}

	.twelve-truths-slider .slick-dots li button {
		background-color: transparent;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		border: 2px solid #99764a;
		color: transparent
	}

	.twelve-truths-slider .slick-dots li .slick-active {
		width: 20px;
		height: 20px;
		padding: 10px;
	}

	.twelve-truths-text {
		max-width: 1324px;
		margin: 32px auto;
		margin: 2rem auto;
		text-align: center
	}

	.twelve-truths-text p {
		font-size: 30px;
		line-height: 1.4
	}
}