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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font: inherit;
    vertical-align: baseline;
}

#wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
position: relative;
z-index: 2;
overflow: hidden;
vertical-align: baseline;
position: relative;
}

.woodblock {
	position: absolute;
	top: 0;
	right: 0;
	filter: brightness(1.9);
	opacity: .1;
}

#content {
    display: flex;
    position: relative;
    max-width: 100vw;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
}

body {
        min-width: 320px;
        min-height: 100vh;
        line-height: 1.0;
        word-wrap: break-word;
        overflow-x: hidden;
        background-color: #fcf8f5;
}

#inner {
        position: relative;
        z-index: 1;
        border-radius: inherit;
        padding: 1.125rem 2.125rem;
        max-width: 100vw;
        width: 45rem;
}

#main {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
}

#intro, #outro {
    padding: 0rem 0rem;
    width: 39rem;
    background-color: transparent;
    display: inline-block;
    max-width: 100%;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    color: #414040;
    font-family: 'Georgia', sans-serif;
}

h1 {
    letter-spacing: 0.275rem;
    width: calc(100% + 0.275rem);
    font-size: 2em;
    line-height: 1.25;
    font-weight: bold;
    text-transform: none;
    text-align: inherit;
    color: #414040;
    max-width: 100vw;
    margin-bottom: 0.5em;
    font-family: 'Georgia', sans-serif;
}

h2 {
    font-size: 1.5em;
    margin-top: 0.5em;
    padding-bottom: 0.1em;
    font-family: 'Georgia', sans-serif;
    font-weight: lighter;
    margin-bottom: 0.3em;
}

.included-list ul {
    margin-top: 1em;
	margin-bottom: 0.5em;
}

#who-its-for-list ul {
	margin-bottom: 2em;
}

.included-list li, #who-its-for-list li {
    display: list-item;
    padding-left: 0.5em;
    margin: 0.75em 0 0 1em;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    color: #414040;
    line-height: 1.2em;
}

.included-list, #who-its-for-list {
    font-size: 1em;
    line-height: 0.875;
    text-transform: none;
    text-align: inherit;
    color: #414040;
    letter-spacing: 0.075rem;
    width: calc(100% + 0.075rem);
    margin-bottom: 0.3em;
}

button {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    background-color: #627d94;
    color: rgba(255, 255, 255, 0.93);
    border: solid 2px #414040;
    cursor: pointer;
    min-height: 3em;
    min-width: 10em;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    border-radius: 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    justify-content: center;
    padding-left: 1.25em;
    padding-right: 1.25em;
}

button:hover {
    background-color: #7696b1;
	cursor: pointer;
}

#buttons {
    text-align: center;
    padding: 0.5em;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

#footer-list {
    list-style: none;
    text-align: center;
    color: #414040;
}

.footer-link {
    margin-top: 1em;
    display: inline-flex;
}

.footer-link a {
    color: #414040;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    text-decoration: none;
}

#mc_embed_signup {
    font:14px Helvetica,Arial,sans-serif; 
    width:100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.93);
    font-style: italic;
    display: flex;
    flex-direction: column;
}

#mc_embed_signup input.email {
    border: 1px solid #627d94;
    border-radius: 20px;
    display: flex;
    text-align: center;
    margin: auto;
    min-height: 3em;
    width: 100%;
    max-width: 350px;
}

#mc_embed_signup .button {
    background-color: #627d94;
    width: 100%;
    max-width: 350px;
    margin-top: 0.5em;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    font-size: 1em;
    margin: auto;
    margin-top: 1em;
    min-height: 3em;
    justify-content: center;
	border-color: #414040;
	color: #fff;
}

#mc_embed_signup .clear {
    width: 100%;
}

#mc_embed_signup .button:hover {
    background-color: #7696b1;
	cursor: pointer;
}

#signup-form {
    margin-top: .5em;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: 1em;
}

.campaign {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.93);
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
}

.campaign a {
    text-decoration: none;
    color: #35369a;
}

#logo-wrapper {
    margin-bottom: 1.5em;
	display: flex;
	align-items: center;
	text-decoration: none;
}

#logo {
    max-width: 100%;
	max-height: 35px;
	margin-right: 14px;
}

.logo-text {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #414040;
}

#disclaimer {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
	color: #414040;
}

footer {
    max-width: 100vw;
    padding-left: 1em;
    padding-right: 1em;
}

#contact-link {
    font-weight: bold;
    color: #414040;
    font-size: 1.4em;
}

#nate-head {
    max-height: 1.4em;
}

h3 {
    margin-top: 0.5em;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-weight: lighter;
    font-style: italic;
}

p {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    margin-top: 0.1em;
    padding-top: 0.5em;
    margin-bottom: 1.3em;
    padding-bottom: 0.5em;
    line-height: 2em;
}

p a {
    text-decoration: none;
    color: #35369a;
}

p strong {
    font-weight: bold;
}

p em {
    font-style: italic;
}

#subscribe-result {
margin-top: 1em;
color: #414040;
font-family: 'Quicksand', sans-serif;
font-weight: normal;
font-style: normal;
}

i {
	font-style: italic;
}

.definition {
	font-weight: normal;
}