html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}
ol, ul {
    padding-left: 1.2rem;
}
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:hover{
	color: #fff;
}
a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 500 !important;
}

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: 12px;
	font-family:"proxima-nova";
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

@media(min-width:700px) {
	body {
		font-size: 16px
	}
}

@media(min-width:1170px) {
	body {
		font-size: 18px
	}
}

.app {
	transition: transform 400ms ease;
	z-index: 10;
	background-color: #fff
}

.app.open {
	transform: translateX(-182px);
	z-index: -1
}

.button, .hs-button  {
    background: #E67440;
    border-radius: 8px;
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
	font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
	padding: 16px 48px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
}

.button:hover {
	background-color: #bc5f34;
}

.button-inverse {
	display: inline-block;
	background-color: #fff;
	color: #000;
	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: #000;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 1px solid #000;
	cursor: pointer;
    font-family: "garamond-premier-pro",serif !important;
}

.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: #000;
	border: 1px solid #000
}
.author-text .button.row-4{
    grid-row: 4;
    margin: 10px 0;
}

a {
	color:#FEEB03;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700
}

h1 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0;
	font-family:"proxima-nova";
	text-transform: uppercase;
	font-weight: 100
}

@media(min-width:700px) {
	h1 {
		font-size: 36px
	}
}

@media(min-width:1000px) {
	h1 {
		font-size: 50px;
		font-weight: 300;
		line-height: 67px
	}
}

h2 {
	font-size: 30px;
	line-height: 1.23;
	font-weight: 400;
	letter-spacing: 0;
}
h2.section-header {
    font-family:"bee",sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 88px;
	text-transform: uppercase;
	line-height: 72px;
	color: #B93427;
	margin-bottom: 40px;
}

h3 {
	font-size: 30px;
	line-height: 1.23;
	font-family: p22-mackinac-pro, serif
}

h4 {
	font-size: 22px;
	line-height: 1.38
}

small {
	font-size: 9px;
	line-height: 1
}

p {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	font-size: 16px;
	line-height: 1.4;
	font-family:"proxima-nova";
	font-weight: 100
}

@media(min-width:1000px) {
	p {
		font-size: 16px;
	}
}

em {
	font-style: italic
}

strong {
	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: 1170px;
	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
}

.main-nav {
	background-color: #344350;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 182px;
}



.main-nav.open {
	z-index: 10
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 32px;
	padding: 2rem
}

@media(min-width:700px) {
	.main-nav ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: end;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem 0
	}
}

.main-nav ul li {
	margin: 0 0 16px;
	margin: 0 0 1rem
}

@media(min-width:700px) {
	.main-nav ul li {
		margin: 0 0 0 .5rem;
		position: relative;
	}
	.main-nav ul li:after {
		content: "";
		font-size: 32px;
		font-weight: 100;
		color: #F2C94C;
		height: 6px;
		width: 6px;
		top: 13px;
		right: 0;
		position: absolute;
		background: #F2C94C;
		border-radius: 20px;
	}
	.main-nav ul li:last-child:after {
		content: "";
		display: none;
	}
}

.main-nav ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
	/* identical to box height, or 28px */
	
	
	/* White */
	
	color: #FFFFFF;
	font-family: "futura-pt",sans-serif;
}

@media(min-width:700px) {
	.main-nav ul li a {
		padding-right: 1rem;
	}
}

.hero {
	background: rgb(0,128,138);
	background: linear-gradient(180deg, rgba(0,128,138,1) 0%, rgba(0,166,178,1) 100%);
	height: auto;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 24px;
	padding: 1.5rem
}
.logo img{
	max-width: 282px;
}
@media(min-width:700px) {
	.hero {
		padding: 6rem 1.5rem 3rem
	}
}

@media(min-width:1000px) {
	.hero {
		padding: 4rem 3rem 6rem;
	}
}

.hero .section-inner {
	max-width: 1304px;
	margin: 0 auto;
	position: relative;
}

.hero .nav-trigger {
	position: absolute;
	top: 24px;
	top: 1.5rem;
	right: 24px;
	right: 1.5rem;
	z-index: 10
}

@media(min-width:700px) {
	.hero .nav-trigger {
		display: none
	}
}

.hero .two-up {
	display: -ms-grid;
	display: grid
}

@media(min-width:700px) {
	.hero{
		height: auto;
	}
	.hero .two-up {
		-ms-grid-columns: 1fr 364px;
		grid-template-columns: 1fr 364px;
		gap: 2rem;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:1000px) {
	.hero .two-up {
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
		gap: 63px;
	}
}

@media(min-width:1000px) and (min-width:1000px) {
	.hero .two-up {
		padding: 7rem 0 0;
	}
}

.hero .two-up .hero-buttons .button {
	margin: 16px 0 0;
	margin: 1rem 0 0
}

.hero .two-up .hero-image {
    max-width: 280px;
}

@media(min-width:700px) {
	.hero .two-up .hero-image {
		max-width: 670px;
		-ms-flex-order: 2;
		order: 2
	}
}

.hero .two-up .hero-text {
	-ms-flex-order: 2;
	order: 2
}

@media(min-width:700px) {
	.hero .two-up .hero-text {
		-ms-flex-order: initial;
		order: initial
	}
}

.hero .two-up .hero-text h1 {
	font-family: "classico-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	/* or 53px */
	
	letter-spacing: 0.02em;
	text-transform: uppercase;
	
	/* #FEEB03 */
	
	color: #FFF469;
}

@media(min-width:700px) {
	.hero .two-up .hero-text h1 {
		font-size: 48px;
		line-height: 110%;
	}
}

.hero .two-up .hero-text p, .hero .two-up .hero-text ul {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;

}

@media(min-width:700px) {
	.hero .two-up .hero-text p {
		font-size: 20px;
		line-height: 1.3;
	}
	.author-text .button br{
		display: none !important;
		text-align: left !important;
	}
}
.download-chapter{
	background: #F2EA9B;
}
.download-chapter .section-inner{
	display: grid;
    grid-template-columns: 1fr 500px;
    padding: 80px 0;
	max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}

.download-chapter h3, .about-section h3, .groups h3, .about-authors h3, .video-section h3{
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 110%;
	/* or 48px */

	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 40px;
	/* Dark */

	color: #37434F;
	font-family: "classico-urw",sans-serif;
}
.about-section h3, .groups h3,.about-authors h3, .video-section h3{
	color: #fff;
}
.about-section article{
	max-width: 753px;
}
.download-chapter article{
	max-width: 524px;
	padding-left: 0;
}
.promo{
	font-family: "futura-pt",sans-serif !important;
	font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
	border-top: 2px solid #FFFFFF;
    color: #FFF469;
	padding-top: 35px;
}
.promo span{
	font-size: 20px;
	color: #fff;
	display: block;
	line-height: 28px;
	font-style: italic;
}
.download-chapter h3 span, .about-section h3 span{
	display: block;
    font-size: 28px;
    line-height: 36.4px;
	font-family: "futura-pt",sans-serif;
	text-transform: none;
	font-weight: 450;
}
.download-chapter p, .about-section p, .about-authors p{
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #37434F;
	line-height: 140%;
}
.about-section h3{
	margin-bottom: 20px;
}
.download-chapter p strong{
	font-weight: 450;
}
.download-chapter img{
	max-width: 418px;
}
.about-section{
	background: #37434F;
	padding: 80px 0;
}
.about-section p{
	color: #fff;
}
.about-list{
	background: #f2ea9b;
    display: inline-block;
    min-width: 429px;
    padding: 28px 16px;

}
.about-list h4{
	font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: #37434F;
}
.about-list ul{
	padding-left: 20px;
	display: inline-block;
	max-width: 220px;
    min-width: 190px;
	vertical-align: top;
}
.about-list ul li{
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 122%;
	margin-top: 10px;
	/* or 36px */


	/* Dark */

	color: #37434F;
}
.groups{
	padding: 80px 0;
    background: #018C97;
}
.group-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.list-inner{
	background: #fff;
    padding: 32px 24px;
	margin-bottom: 20px;
}
.list-inner p{
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	/* or 28px */


	/* Dark */

	color: #37434F;
	font-family: "futura-pt",sans-serif;
}
.list-inner h5+p{
	line-height: 22.4px;
}
.list-inner p span{
	font-size: 16px;
    font-style: normal;
    line-height: 22.4px;
}
.list-inner h5{
	font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: #37434F;
    font-family: "futura-pt",sans-serif;
    margin: 30px 0 0;
}
.about-authors {
	background: #37434F;
	padding: 80px 0;
}
.about-authors .section-inner{
	display: grid;
	grid-template-columns: 446px 1fr;
	gap: 48px;
	align-items: center;
}
.about-authors .section-inner .img img{
	max-width: 200px;
	margin-right: 10px;
}
.about-authors p{
	color: #fff;
	font-size: 16px;
	line-height: 22.4px;
}
.video-section{
	padding: 80px 0;
	background: #018C97;
}
.video-section iframe{
	width: 100%;
	height: 608px;
}
@media(min-width:1000px) {
	.about {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.about-text {
	background: url(../img/about.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
	padding: 1.5rem;
}
.hs-fieldtype-text .hs-input:hover{
	-webkit-box-shadow: -1px 2px 5px 0px rgba(89,89,89,1);
	-moz-box-shadow: -1px 2px 5px 0px rgba(89,89,89,1);
	box-shadow: -1px 2px 5px 0px rgba(89,89,89,1);
}
@media(min-width:700px) {
	.about-text {
		padding: 5rem 3rem 5rem 6rem
	}
}

@media(min-width:1000px) {
	.about-text {
		margin: 0
	}
}

@media(min-width:700px) {
	.about-text header,
	.about-text article {
		max-width: 466px;
		margin: 0 auto
	}
}

.about-text article p {
	color: #000;
}

@media(min-width:1000px) {
	.about-text article p {
		line-height: 22.4px;
	}
	.about-text article p strong{
		line-height: 19.49px;
	}
}
article ul{
    padding-left: 35px;
	font-size: 16px;
}
article ul li{
    line-height: 22.4px;
}
.about-text .bold {
	font-weight: 700;
	text-transform: uppercase
}

.banner {
	background-color: rgba(255, 192, 203, .5);
	text-align: center;
	padding: 16px 32px;
	padding: 1rem 2rem;
	margin: 0 0 48px;
	margin: 0 0 3rem
}

@media(min-width:1000px) {
	.banner {
		margin: 0 0 2rem
	}
}

.banner p {
	margin: 0
}

.banner .date {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	font-style: italic
}

.banner .headline {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 500
}

.about-purchase {
	background: url(../img/buy.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 32px 24px;
	padding: 2rem 1.5rem
}

@media(min-width:1000px) {
	.about-purchase {
		padding: 10rem 3rem
	}
}

@media(min-width:700px) {
	.purchase-grid-header {
		max-width: 460px;
		margin: auto
	}
}

.about-purchase-header {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family:"proxima-nova";
	
}

.purchase-toggle {
	background-color: #FFFFFF;
    padding: 8px;
    opacity: 0.8;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	border-radius: 12px;
    text-align: center;
}
@media(min-width:700px) {
	.purchase-toggle {
		margin-bottom: 2rem
	}
}

@media(min-width:1000px) {
	.purchase-toggle {
		margin-bottom: 1.5rem
	}
}

.carousel .carousel-caption {
top: 60px;
}

.carousel .bg-carousel {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	max-width: 969px;
    margin: 0 auto;
    padding-bottom: 60px;
}
  .section-waterfall {
	margin-top: 170px;
  }

  .section-waterfall h4.title-4 {
	color: #CE5757;
  }



  .carousel-item {
	z-index: 999;
  }
.section-order{
	background: #EBB39A;
	padding:60px 0;
	display: none;
}
.purchase-toggle button {
	text-transform: uppercase;
	font-size: 30px;
	padding: 16px;
	padding: 1rem;
	border: 0;
	background: transparent;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;

	/* White */

	color: #000;
}

.purchase-toggle button.active {
    background-color: #B93427;
    color: #fff;
	pointer-events: none;
	border-radius: 12px
}

.purchase-grid {
	list-style: none;
	padding: 8px;
	padding: .5rem;
	margin: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	gap: 8px;
	gap: .5rem;
	background-color: #FFD0A3;
	border-radius: 11px
}

@media(min-width:700px) {
	.purchase-grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
		padding: 1rem
	}
}

@media(min-width:1000px) {
	.purchase-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

.purchase-grid li {
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 11px;
	min-height: 70px
}

.purchase-grid img {
	display: block;
	border-radius: 11px
}

.video {
	margin-top: 32px;
	margin-top: 2rem
}

@media(min-width:1170px) {
	.video {
		padding: 3rem 0 2rem
	}
}

.video-caption {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem
}

.reviews {
	padding: 24px 48px;
	padding: 1.5rem 3rem;
	margin-top: 32px;
	margin-top: 2rem;
	background-color: #008cc5
}

@media(min-width:700px) {
	.reviews {
		padding: 2rem 3rem 3rem
	}
}

.reviews .section-inner {
	max-width: 900px;
	margin: auto
}

.reviews h2 {
	font-size: 30px;
	line-height: 1.23;
	font-family: p22-mackinac-pro, serif;
	text-align: center;
	font-style: italic
}

.reviews h2 cite {
	font-style: normal
}

.reviews ul {
	list-style: none;
	padding: 0;
	margin: 0
}

@media(min-width:700px) {
	.reviews ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.reviews ul li {
	text-align: center;
	margin: 0 0 16px;
	margin: 0 0 1rem
}

@media(min-width:700px) {
	.reviews ul li {
		margin: 0 1rem
	}
}

@media(min-width:1000px) {
	.section-carousel{
		padding: 80px 0 120px;
	}
	.reviews ul li {
		margin: 0 2rem
	}
}

.reviews ul li img {
	max-width: 200px
}

.endorsements {
	padding: 24px 24px 0;
	padding: 1.5rem 1.5rem 0
}

@media(min-width:700px) {
	.endorsements {
		padding: 3rem 3rem 0
	}
}

@media(min-width:1000px) {
	.endorsements {
		padding: 6rem 3rem 2rem
	}
}

.endorsements ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.endorsements ul.slick-dots {
	margin: 32px 0;
	margin: 2rem 0
}

.endorsements ul.endorsements-list {
	max-width: 650px;
	margin: 0 auto
}

@media(min-width:1000px) {
	.endorsements ul.endorsements-list {
		max-width: 970px
	}
}

.endorsements ul li {
	text-align: center
}

.endorsements ul li .endorsement-text {
	font-weight: 400;
	font-family: p22-mackinac-pro, serif;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-style: italic
}

@media(min-width:1000px) {
	.endorsements ul li .endorsement-text {
		font-size: 1.77rem
	}
}

.endorsements ul li .endorsement-author {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0
}

@media(min-width:700px) {
	.endorsements ul li .endorsement-author {
		font-size: 1.5rem;
		font-weight: 300
	}
}

.endorsements ul li .endorsement-credential {
	font-size: 10.56px;
	font-size: .66rem;
	font-weight: 700;
	margin: 0
}

@media(min-width:700px) {
	.endorsements ul li .endorsement-credential {
		font-size: 1rem
	}
}

.slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.slick-dots li {
	margin: 0 16px;
	margin: 0 1rem;
	border: 5px solid #008cc5;
	border-radius: 50%;
	width: 40px;
	height: 40px
}

.slick-dots li.slick-active {
	background-color: #008cc5;
	pointer-events: none
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent
}

.author {
	background: url(../img/author-bio.png);
}

@media(min-width:700px) {
	.author {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:1000px) {
	.author {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

.author-image {
	position: relative
}

.author-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top right;
	object-position: top right;
	height: 500px;
	display: block
}

@media(min-width:700px) {
	.author-image img {
		height: auto;
		position: -webkit-sticky;
		position: sticky;
		top: 0
	}
}

@media(min-width:1000px) {
	.author-image img {
		position: relative;
		height: auto;
		width: auto
	}
}

.author-text {
	padding: 24px;
	padding: 1.5rem;
}

@media(min-width:700px) {
	.author-text {
		padding: 2rem 3rem
	}
}
@media(min-width:1000px) {
	.author-text {
		-ms-grid-row-align: center;
		align-self: center;
		padding: 3rem 0 3rem 6rem;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 70px;
		grid-template-columns: 1fr 70px;
		-ms-grid-rows: auto 1fr auto;
		grid-template-rows: auto 1fr auto;
		grid-column-gap: 6rem
	}
}

@media(min-width:1000px) and (max-width:1200px) {
	.author-text {
		-ms-grid-columns: 1fr 0;
		grid-template-columns: 1fr 0;
		padding: 6rem 0 6rem 3rem
	}
}

@media(min-width:1000px) {
	.author-text article {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
	.author-text article p {
		line-height: 1.5;
		font-size: 16px;
		max-width: 515px;
	}
}

.author-text .button {
	margin: 16px 0 32px;
	margin: 1rem 0 1rem
}

@media(min-width:1000px) {
	.author-text .button {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 3;
		grid-row: 3;
		width: 391px;
		text-align: center
	}
}

@media(min-width:1000px) {
	.author-text footer {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 2;
		grid-row: 2
	}
}

.author-text .social-links {
	list-style: none;
	padding: 24px 16px;
	padding: 1.5rem 1rem;
	margin: 0;
	background: #f2f3db;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 11px
}

@media(min-width:1000px) {
	.author-text .social-links {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		-ms-grid-column-align: center;
		justify-items: center
	}
}

@media(min-width:1000px) {
	.author-text .social-links img {
		width: 36px;
		height: 36px
	}
}

.related {
	background-color: #a5c2cc;
	padding: 24px;
	padding: 1.5rem
}

@media(min-width:700px) {
	.related {
		padding: 3rem 1.5rem
	}
}

.related h2 {
	text-align: center;
	margin: 0 0 32px;
	margin: 0 0 2rem
}

.related .related-books-list {
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto
}

@media(min-width:700px) {
	.related .related-books-list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-column-align: center;
		justify-items: center
	}
}

@media(min-width:1000px) {
	.related .related-books-list {
		max-width: 850px;
		margin: 0 auto
	}
}

.related .related-books-list p {
	font-size: 10.56px;
	font-size: .66rem;
	margin-top: 8px;
	margin-top: .5rem;
	line-height: 14.4px;
	line-height: .9rem
}

.related .related-book {
	margin-right: 16px;
	margin-right: 1rem
}

.related .related-book img {
	width: 126px
}

@media(min-width:700px) {
	.related .related-book img {
		width: 200px
	}
}

@media(min-width:1000px) {
	.related .related-book img {
		width: 250px
	}
}
.download-wallpaper{
	margin-top:20px;
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10rem;
}
.footer {
	background: #37434F;
	color: #fff;
	padding: 40px 24px;
	padding: 68px 1.5rem
}

.footer-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	gap: 32px;
	gap: 2rem
}

@media(min-width:700px) {
	.footer-inner {
		gap: 1rem
	}
}

@media(min-width:1000px) {
	.footer-inner {
		-ms-grid-columns: auto auto 1fr;
		grid-template-columns: auto auto 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer-inner .logo {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

@media(min-width:700px) {
	.footer-inner .logo {
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		grid-row: 1 / span 2
	}
}

@media(min-width:1000px) {
	.footer-inner .logo {
		-ms-grid-row: 1;
		grid-row: 1
	}
}

@media(min-width:700px) {
	.footer-inner .logo img {
		max-width: 100px
	}
}

.footer-inner .copyright {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
}

@media(min-width:700px) {
	.footer-inner .copyright p {
		margin: 0
	}
}

.footer-inner .copyright ul {
	list-style: none;
	margin: 0;
	padding: 0
}

@media(min-width:700px) {
	.footer-inner .copyright ul {
		display: -ms-flexbox;
		display: flex
	}
}

.footer-inner .copyright ul li {
	margin: 4px 0;
	margin: .25rem 0
}

@media(min-width:700px) {
	.footer-inner .copyright ul li {
		margin: 0
	}
	.footer-inner .copyright ul li:after {
		content: "|";
		padding: 0 .5rem
	}
	.footer-inner .copyright ul li:last-child:after {
		content: ""
	}
}

.footer-inner .copyright ul li a {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 100;
	text-decoration: none
}

.footer-inner .social-links {
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-grid-column-span: all;
	-ms-grid-column: 1;
	grid-column: 1 / span all;
	-ms-grid-row: 2;
	grid-row: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

@media(min-width:700px) {
	.footer-inner .social-links {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media(min-width:1000px) {
	.footer-inner .social-links {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.footer-inner .social-links li {
	max-width: 45px
}

@media(min-width:700px) {
	.footer-inner .social-links li {
		margin-right: 1rem
	}
}
.carousel-caption p.author-label{
    font-weight: 300;
    font-size: 16px;
}
.section-carousel{
	background:#ffdcb8;
}
@media(min-width:1200px){
	.section-container{
		max-width: 1170px;
		margin: 0 auto;
	}
}
.section-container h3{
	text-align: center;
    font-family: "garamond-premier-pro",serif !important;
    font-size: 40px;
    font-weight: 300;
}
.section-container p{
	text-align: center;
    font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important;
    font-size: 39px;
}
.hs-form {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}
.hs-error-msg,.hs-error-msgs .hs-main-font-element{
	color: #c30000;
}
.hs-form-booleancheckbox-display a{
	color: #3b5d69;
}
.hs-error-msgs .hs-main-font-element{
	font-weight: 600;
}
.hs-fieldtype-text {
    width: 39%;
    display: inline-block;
    text-align: left;
	margin: 20px;
	position: relative;
}
.hs-fieldtype-text .hs-error-msg{
	position: absolute;
	left: 0;
}
.no-list{
	padding-left: 0;
}
.hs-fieldtype-text .hs-input:focus{
	box-shadow: -1px 0px 5px 0px rgba(158,158,158,0.75);
-webkit-box-shadow: -1px 0px 5px 0px rgba(158,158,158,0.75);
-moz-box-shadow: -1px 0px 5px 0px rgba(158,158,158,0.75);
}
.hs-fieldtype-text .hs-input{
	line-height: 24;
    width: 100%;
    height: 52px;
	padding: 10px;
    border-radius: 7px;
    border: none;
}
.inputs-list li{
	list-style: none;
	text-align: left;
}
.inputs-list li input[type=checkbox], input[type=radio]{
	margin-right: 10px;
}
@media(max-width: 1200px){
	.section-inner{
		padding:0 25px !important;
	}
}
@media (min-width:768px) and (max-width:1024px){
	.hero .two-up{
		grid-template-columns: 1fr 1fr;
	}
	.main-nav ul li a{
		font-size: 13px;
	}
	.main-nav{
		grid-template-columns: 260px 1fr !important;
	}
	.logo img {
		max-width: 202px;
	}
	.mt-3 .button{
		min-width: 400px;
	}
}
@media (max-width:1024px){
	.about-list{
		width: auto;
	}
	.hero .two-up .hero-text h1{
		font-size: 32px;
		line-height: 38.4px;
	}
	.download-chapter .section-inner{
		grid-template-columns: 1fr 1fr;
	}
	.video-section iframe{
		height: 408px;
	}
	.groups h3 br{
		display: none;
	}
	.about-authors h3{
		margin-bottom: 20px;
	}
	.about-authors .section-inner{
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.hero .two-up{
		align-items: flex-start;
	}
	.download-chapter,.about-section,.groups,.about-authors,.video-section {
		padding: 60px 0;
	}
	.section-inner{
		padding:0 25px !important;
	}
	.hero .two-up{
		padding-top: 100px;
	}
	.logo{
		margin-left: 25px;
	}
	.hero {
		padding: 3rem 1.5rem 3rem;
	}
	.author-text{
		grid-column-gap: 0;
		padding: 3rem;
	}
	.button, .hs-button{
		line-height: 24px;
	}
	.hs-form{
		padding:20px;
	}
	.author-text .button{
		width: 100%;
		text-align: center;
		max-width: 224px;
		padding: 10px;
	}
	.download-wallpaper{
		grid-gap: 5rem;
	}
}
.m-10{
	margin-left: 10px;
}
.thankyou .section-order{
	min-height: calc(100vh - 187px);
	padding-top: 14%;
}
.inputs-list li + li{
	display: none !important;
}
.hero .two-up .hero-image .hero-text .hero-headline{
	display: none;
}
.logo.mobile{
	display: none;
}
.mt-3{
	margin-top: 40px;
}
.main-nav.mobile{
	display: none;
}
.main-nav.desktop{
	display: grid;
}
.about-list ul+ul li:last-child{
	list-style: none;
	font-style: italic;
	margin-left: -20px;
	font-weight: 500;
  }
@media (max-width: 767px){
	.main-nav ul li a{
		font-size: 16px;
	}
	.mobile .logo{
		display: none !important;
	}
	.about-section .button{
		margin-top: 20px !important;
	}
	.list-inner:last-child{
		margin-bottom: 0 !important;
	}
	.main-nav.mobile{
		display: block;
	}
	.main-nav.desktop{
		display: none;
	}
	.hero .logo{
		display: none;
	}
	.download-chapter, .about-section, .groups, .about-authors, .video-section {
		padding: 30px 0;
	}
	.logo.mobile {
		display: inline-block;
		margin: 20px 0 0;
	}
	.logo img{
		max-width: 164px;
	}
	.hero .two-up {
		padding-top: 30px;
	}
	.promo{
		font-size: 24px;
	}
	.list-inner p{
		font-size: 14px;
	}
	.list-inner p span{
		font-size: 14px;
		line-height: 140%;
	}
	.list-inner h5{
		font-size: 16px;
		margin: 0;
	}
	.about-authors p{
		font-size: 14px;
		line-height: 19.6px;
	}
	.group-list{
		grid-template-columns: 1fr;
	}
	.hero .two-up .hero-text p, .hero .two-up .hero-text ul{
		font-size: 14px;
	}
	.about-list ul {
		padding-left: 20px;
		display: inline-block;
		max-width: 160px;
		min-width: 129px;
		vertical-align: top;
	}
	.about-list ul li{
		font-size: 16px;
	}
	.hero{
		padding: 0 0 40px;
	}
	.download-chapter .section-inner{
		flex-direction: column-reverse;
		display: flex;	
	}
	.download-chapter p, .about-section p, .about-authors p{
		font-size: 14px;
	}
	.about-authors .section-inner .img img {
		max-width: 143px;
		margin-right: 10px;
	}
	.download-chapter h3, .about-section h3, .groups h3, .about-authors h3, .video-section h3{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-list {
		width: auto;
		min-width: auto;
	}
	.about-section p {
		color: #fff;
		font-size: 16px;
		line-height: 22.4px;
	}
	.footer-inner .copyright ul li a{
		text-decoration: underline;
	}
	.video-section iframe{
		height: 181px;
	}
	.button, .hs-button {
		min-width: 150px;
		font-size: 12px;
		padding: 10px;
		margin-top: 10px;
	}
}
.thankyou .hs_privacy_agreement_checkbox .inputs-list, .hs-main-font-element{
	padding-left: 0 !important;
}
.thankyou .section-order{
	padding-right:20px;
	padding-left:20px;
}
@media(min-width:700px) {
	.main-nav {
		position: absolute;
		top: 0;
		left: 0;
		display: grid;
		width: 100%;
		grid-template-columns: 340px 1fr;
		height: initial;
		z-index: initial;
		transform: translateX(0);
		background-color: transparent;
	}
	.hs_privacy_agreement_checkbox .inputs-list{
		padding-left: 95px !important;
	}
	.inputs-list{
		padding-left: 95px;
	}
}
