@font-face {
    font-family: Inter;
    font-display: auto;
    src: url(fonts/Inter-Regular.woff2) format("woff2"),
    url(fonts/Inter-Regular.woff) format("woff"),
    url(fonts/Inter-Regular.otf) format("opentype"),
    url(fonts/Inter-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Inter;
    font-display: auto;
    src: url(fonts/Inter-Italic.woff2) format("woff2"),
    url(fonts/Inter-Italic.woff) format("woff"),
    url(fonts/Inter-Italic.otf) format("opentype"),
    url(fonts/Inter-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: optional;
}
@font-face {
    font-family: Inter;
    font-display: auto;
    src: url(fonts/Inter-Bold.woff2) format("woff2"),
    url(fonts/Inter-Bold.woff) format("woff"),
    url(fonts/Inter-Bold.otf) format("opentype"),
    url(fonts/Inter-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Inter;
    font-display: auto;
    src: url(fonts/Inter-BoldItalic.woff2) format("woff2"),
    url(fonts/Inter-BoldItalic.woff) format("woff"),
    url(fonts/Inter-BoldItalic.otf) format("opentype"),
    url(fonts/Inter-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: optional;
}
@font-face {
    font-family: 'FontAwesome';
    font-display: auto;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
html {
	margin-top: 0 !important;
	font-size: 62.5%;
}
html.sr .load-hidden {
    visibility: hidden;
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
* {
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
body {
	background-color: #f3ecdb;
	overflow-y: scroll;
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 3rem;
	color: #164e0f;
}
p {
    margin-bottom: 1.3em;
}
strong {
	font-weight: 700;
}
span {
	display: inline;
}
li {
	margin-bottom: 1.2em;
	line-height: 1.7em;
}
ol, ul {
	margin-top: 0;
	margin-left: calc(2em + 1vw);
	margin-bottom: 2.1em;
	text-align: left;
}
ul ul {
	margin-top: 1.4em;
	margin-bottom: 2.1em;
}
a {
	font-size: inherit;
	color: #57ac4b;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #57ac4b;
	cursor: pointer;
}
h1 {
	color: #164e0f;
	font-size: 4rem;
	line-height: 4.5rem;
	margin-bottom: 20px;
}
h1 span {
	color: #57ac4b;
}
h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}
h3 {
	font-size: 2.1rem;
}
button {
	font-family: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
.centered {
	text-align: center;
}
.inner-wrapper {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 100px 60px;
	overflow: hidden;
	position: relative;
}
.no-top-padding {
	padding-top: 0;
}
.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
}
.col2 {
	width: 100%;
}
.col2 > div:first-child {
	flex-basis: 60%;
}
.col2 > div:last-child {
	flex-basis: 34%;
}
.book-cover {
	display: block;
	margin: 0 auto 40px auto;
}
.header {
	margin: 20px auto 40px auto;
}
.header .line {
	width: 140px;
	height: 7px;
	background-color: #e3d9c4;
	margin: 30px auto 0 auto;
	display: block;
}
.hide {
	display: none;
}
.form-container {
	max-width: 600px;
	margin: 0 auto;
}
.form-container form {
	display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0 0 0;
}
.form-container h3 {
	margin: 0;
}
#form-section {
	background-color: #164e0f;
}
#form-section .inner-wrapper {
	padding: 70px 40px;
}
#form-section h3 {
	color: #f3ecdb;
	margin-bottom: calc(20px + 2%);
}
.hs-email {
	flex-basis: 63%;
	display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: flex-start;
}
.hs-submit {
	flex-basis: 34%;
}
.hs-submit input[type="submit"], .button {
	cursor: pointer;
	background-color: #57ac4b;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	color: #f3ecdb;
	width: 100%;
	padding: 14px 26px;
	border: none;
	height: 48px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}
.hs-submit input[type="submit"]:hover, .button:hover {
	color: #f3ecdb;
}
.hs-email > label {
    display: none;
}
.hs-email label > * {
	align-self: center;
}
.hs-email .input {
	flex-basis: 100%;
	width: 100%;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	max-width: 100%;
	height: 48px;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.2;
	background-color: #FFFFFF;
	border: none;
	margin: 0;
	padding: 14px 16px;
	color: #111;
	font-family: inherit;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-tap-highlight-color: transparent;
}
input[type="text"]:focus,
input[type="email"]:focus {
	outline-color: transparent;
	outline-style: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.hs_error_rollup {
	display: none;
}
.hs-error-msgs {
	width: 100%;
}
.hs-error-msgs {
	position: absolute;
	top: 75px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hs-error-msgs li {
	margin: 0;
}
.hs-error-msgs li label {
	color: tomato;
	font-size: 1.6rem;
}
.get-notified {
	display: block;
	font-weight: 700;
	margin-bottom: 45px;
}
.highlight {
	background-color: #f8e5a9;
}
.submitted-message {
	margin-top: 10px;
}
footer .inner-wrapper {
	padding: 60px;
	padding-top: 0;
}
footer p, footer a {
	font-size: 1.5rem;
}
footer a {
	color: #164e0f;
	text-decoration: underline;
}
footer a:hover {
	color: #164e0f;
	text-decoration: underline;
}

@media only screen and (max-width: 900px) {
	.inner-wrapper {
		max-width: 680px;
		padding: 70px 40px;
	}
	footer .inner-wrapper {
		padding: 50px 40px;
		padding-top: 0;
	}
	.book-cover {
		width: 400px;
		max-width: 100%;
		height: auto;
	}
	.header {
	    margin: 50px auto 40px auto;
	}
	.col2 {
		flex-wrap: wrap;
	}
	.col2 > div:first-child {
		flex-basis: 100%;
	}
	.col2 > div:last-child {
		flex-basis: 100%;
		margin-top: 45px;
	}
}
@media only screen and (max-width: 550px) {
	.form-container form {
		flex-wrap: wrap;
	}
	.hs-email {
		flex-basis: 100%;
	}
	.hs-submit {
		flex-basis: 100%;
		margin-top: 15px;
	}
	footer p span {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.inner-wrapper {
		padding: 50px 30px;
	}
	footer .inner-wrapper {
		padding: 40px 30px;
		padding-top: 0;
	}
	#form-section .inner-wrapper {
	    padding: 40px 30px;
	}
	.book-cover {
		width: 240px;
	}
	h1 {
		font-size: 2.9rem;
		line-height: 3.4rem;
	}
}
