body {
    background-color: #FFF;
    color: #111111;
    font-family: 'Merriweather', Garamond, 'Times New Roman', serif;
    font-size: 1em;
    line-height: 2;
    margin: 0 auto;
    max-width: 33em;
    padding: 0em 1.5em 3em 1.5em;
    text-align: left;
}

hr {
    border-color: #eee;
    border-style: solid;
    border-width: 0px;
    margin: 1.25em;
}

a {
    border-radius: 4px;
    margin: 0 -.25em;
    padding: 0 .25em;
}

a,
a:visited {
    -webkit-transition: all 300ms linear;
    color: #2E4951;
}

a:hover {
    background-color: #2E4951;
    color: white;
}

img {
    width: 100%;
}

h1,
h2 {
    color: #2E4951;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 32px;
}

h1 a {
    border-radius: 5em;
    display: inline-block;
    text-decoration: none;
    text-indent: -9999px;
    background-image: url(//www.jonathanstark.com/img/touch/icon_144.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

h1 a:hover {
    background-color: #eee;
}

h2 {
    border-color: lightgray;
    border-style: dotted;
    border-width: 1px 0 0 0;
    border-width: 0;
    font-size: 25px;
    padding: 1em 0 0 0;
}

ul {
    padding-left: 1em;
    text-align: left;
}

ol {
    padding-left: 2em;
    text-align: left;
}

blockquote {
    background-color: #efefef;
    border: 1px solid #ddd;
    border-radius: .5em;
    margin: 1em 0 0 50px;
    padding: 0.1em 1.9em 0.1em 4em;
    position: relative;
}

blockquote img {
    border-radius: 50px;
    left: -50px;
    max-width: 100px;
    position: absolute;
    top: 20px
}

@media screen and (max-width:736px) {
    blockquote {
        margin: 80px 0 1em 0;
        padding: 50px 1em 1em 1em;
    }

    blockquote img {
        position: absolute;
        left: 30px;
        top: -50px;
    }

}

.highlight {
    background-color: lightyellow;
}

code {
    background-color: #efefef;
    border: 1px solid #ddd;
    color: orangered;
    font-size: 125%;
    padding: 0 3px;
}

sup {
    color: red;
    font-weight: bold;
}

sup.cents {
    color: white;
}

img.avatar {
    border: 1px solid #ddd;
    border-radius: 50px;
    display: block;
    width: 100px;
}

form.drip.center input {
    display: inline-block;
}

.cta {
    background-color: #2E4951;
    border-bottom: 3px solid black;
    border-radius: 2em;
    color: #ffffff !important;
    display: block;
    font-family: Oswald, Arial, sans-serif;
    font-weight: bold;
    padding: 0.5em 0 0.4em 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.cta:hover {
    background-color: #406772;
    border-bottom-color: #222222;
}

.cta:active {
    background-color: #253B41;
    border-bottom-color: #253B41;
}

.cta.inline {
    display: inline-block;
    padding: 0.5em 2em 0.4em 2em;
    white-space: nowrap;
}

.cta.inline.margin {
    margin: .25em .25em .25em .25em;
}

tr > td > a.cta.inline {
    padding: 0;
}

@media screen and (min-width:600px) {
    .risk-reversal {
        margin: 0 4em;
    }
}

.banner {
    font-size: 0.6em;
    left: 0;
    line-height: 2 !important;
    padding: .5em 1em;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
/*     background-color: white; */
/*     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); */
/*     margin: 0; */
/*     position: absolute; */
}

.banner {
}
.banner,
.banner a {
    color: indianred;
}

.banner a:hover {
    background-color: indianred;
    color: white;
}

.banner .cta.inline {
    margin: 8px 5px;
    padding: 0 14px;
}

.webcast-promo {
    background-color: #2E4951;
    color: white;
    padding: 1em;
    text-align: center;
}

.webcast-promo a {
    display: block;
    color: white;
}

.webcast-promo .small {
    font-size: x-small;
    font-weight: normal;
}

footer {
    border-top: 2px solid #eee;
    color: #666;
    font-size: smaller;
    margin-top: 3em;
    padding: 2em 2.5em;
    text-align: center;
}

footer p {
    margin: 0;
    padding: 0;
}

/* DRIP STUFF */
form label {
    font-size: small;
}

form input[type=email],
form input[type=password],
form input[type=text] {
    -webkit-appearance: none !important;
    border: 3px solid #789 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    display: block !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
    padding: .5em !important;
    width: 100% !important;
}

form input[type=submit] {
    -webkit-appearance: none;
    background-color: #2E4951;
    border: none;
    border-radius: 2em;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: .5em 0;
    padding: 1em 2em;
    text-transform: uppercase;
    width: 100%;
}

form.formkit-form button {
    -webkit-appearance: none;
    background-color: #2E4951;
    border: none;
    border-radius: 2em !important;
    box-sizing: border-box;
    display: block;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: .5em 0 !important;
    text-transform: uppercase;
    width: 100%;
}

form.formkit-form button span {
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 1.1em 2em !important;
    width: 100%;
}

.menu ul {
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu ul li {
    margin: 0 .25em;
}

.menu ul li a {
    display: block;
    padding: .5em .5em;
}

.center {
    display: block;
    text-align: center;
}

/*.daily-message h1 + p {
  font-style: italic;
  font-size: small;
  text-align: center;
}*/
@media screen and (min-width:400px) {
    .menu ul li {
        display: inline-block;
    }

}

@media screen and (min-width:600px) {
    body {
        font-size: 1.1em;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 30px;
    }

    .cta {
        margin: 0 4em;
    }

    .cta.inline {
        margin: 0;
    }

}

/* sales pages */
.sales {
    padding-top: 1em;
}

.sales .banner, 
.sales .top-nav {
    display: none;
}

/*dailies and archive*/

.archive .item em,
.daily-message .stardate,
.daily-message .sharing {
    color: #2E4951;
    display: block;
    font-family: Oswald, Arial, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .13em;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.archive .item {
    line-height: 1.4em;
    margin-bottom: 1.5em;
}

.archive .item em {
    margin-bottom: 0em;
    opacity: .4;
}

.archive .item a {
    text-decoration: none;
}

.daily-message article {
    text-align: left;
}

.daily-message .article-nav {
    margin: 2em 0;
    padding: 0;
    text-align: center;
}

.daily-message .article-nav a {
    font-size: small;
}

/*tweaks to daily headlines*/
.daily-message h1,
.daily-message h2 {
    margin-top: .1em;
    text-align: left;
}

/*show horizontal rules on dailies*/
.daily-message hr {
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
}

/*undo some padding for blockquotes that dont have images*/
.daily-message blockquote {
    margin: 0;
    padding: 1em;
}

/*make sure email optin in foot only shows on dailies*/
footer form {
    display: none !important;
}

.daily-message footer form {
    display: block !important;
    margin-bottom: 3em;
}

/*.daily-message footer form input {
    font-weight: normal;
}
*/
.daily-message footer form input[type=submit] {
    padding: .66em;
}

@media screen and (min-width:600px) {
    form input[type=text],
    form input[type=email],
    form input[type=password],
    form input[type=submit] {
        display: inline-block;
        width: 22em;
    }

}

@media screen and (min-width:600px) {
    .top-right {
        display: fixed;
        font-size: small;
        padding: 1em;
        position: fixed;
        right: 0.5em;
        top: 0.5em;
    }

}

/*search forms*/
@media screen and (min-width:600px) {
    form.search input[type=text] {
        width: 22em;
    }

    form.search input[type=submit] {
        padding: 0.65em;
        width: 4em;
    }

}

@media (prefers-color-scheme:dark) {
    body {
    }
}

.lyl blockquote {
    margin: 1em 0;
    padding: 1em;
    text-align: center;
}
.lyl blockquote img {
    display: none;
}

/*Custom home page styles*/
/* .home blockquote {
    font-size: 0.85em;
    font-style: italic;
}
@media screen and (min-width: 736px) {
    .home blockquote:not(:first-of-type) {
        color: #333;
        font-size: 0.7em;
        font-style: italic;
        margin: 3em 7em;
        padding: 1em 5em;
    }
} */

/* Custom HBIN page styles */
.hbin table {
    border-collapse: collapse;
    display: block;
    font-size: 62%;
    line-height: 1.4;
    position:relative;
    width: 100%;
}
.hbin table .cta {
    font-size: 1.7em;
}
.hbin tbody {
    display: block;
}
.hbin th {
    background-color: #2E4951;
    color: white;
    padding: .25em .5em;
    text-align: center;
}
.hbin td {
    border: 1px solid lightgray;
    padding: .25em .75em;
    text-align: center;
    width: 25%;
}
.hbin td:first-child {
    text-align: left;
    width: 100%;
}
  .hbin a.cta {
    background-color: #48A287 !important;
    border-color: #3A8771 !important;
}
.hbin a.inline {
    display: inline-block;
    margin: 0;
    width: 60px;
}
.hbin .prices {
    position: relative;
}
@media screen and (min-width: 600px) {
    .hbin a.inline {
        width: 100px;
    }
    .hbin table {
        font-size: 90%;
        line-height: 1.8;
    }
    .hbin table .cta {
        font-size: 1.2em;
    }
    .hbin .thumb {
        border: none;
        float: left;
        margin: .5em 1em 0em 0em;
        width: 170px;
    }
    .hbin .thumb.portrait {
        width: 117px;
    }
}

/* custom book page styles */
.books .thumb {
    border: none;
    float: left;
    margin: .5em 1em 0em 0em;
    width: 170px;
}
.books .thumb.portrait {
    width: 100px;
}
.books hr {
    border-width: 1px;
    margin: 4em;
}

/* custom courses page styles */
.courses h2 {
    padding: 0;
}
.courses hr {
    border-width: 1px;
    margin: 4em;
}

/* top nav */

.top-nav {
    display: none;
}
@media screen and (min-width: 400px) {
    .top-nav {
        display: block;
        margin-bottom: 1.5em;
    }
    .top-nav a {
        text-decoration: none;
    }
    body {
        padding-top: 0;
    }

}