
/* Landing page (homepage */

.landing-bar {
    /* float:right; */
    text-align: left;
    font-size: 0.8rem;
}

.landing-bar a.pure-menu-link,
.landing-bar a.pure-menu-link:hover,
.landing-bar a.pure-menu-link:active {
    color: #EB5160;
    text-decoration: none;
    background: transparent;
}

body.nav-white .navigation-wrapper {
    background: #fff;
}

body.nav-white .landing-bar a.pure-menu-link,
body.nav-white .landing-bar a.pure-menu-link:hover,
body.nav-white .landing-bar a.pure-menu-link:active {
    color: #376F9F;
    text-decoration: none;
    background: transparent;
}


.landing-bar a.pure-menu-link:hover {
    opacity: 0.9;
}



body.landing p a, body.home p a {
    color: #376F9F;
}

.landing #nav {
    display: inline;
    text-align: left;
}

.landing-header {
}

.landing-header h1.landing {
    font-family: "Jost" !important;
    font-size: 4rem;
    font-weight: normal;
    color: #FFD141;
}

.landing-header a,
.landing-header a:hover,
.landing-header a:active {
    color: #EB5160;
    text-decoration: none;
}

.landing-header a:hover {
    opacity: 0.9;
}



.cover-image {
    margin: 1rem auto 0 auto;
}

.paperback-image {
    border-radius: 0.5rem;
}

.landing-title {
    background-color: #0D1F2D;
    color: #fff;
}

.landing-title h1 {
    font-size: 3rem;
    font-weight: 200;
}

.landing-title-blurb {
    margin: 1.5rem 0;
}

.landing-title h2 {
    font-size: 1.1rem;
    color: #EB5160;
}

.landing-title .tagline {
    color: #376F9F;
    line-height: 1.1em;
}


.landing-part-centered {
    justify-content: center;
    align-items: center;
}

.landing-part p.landing-smallprint {
    margin-top: 0;
    font-size: 0.8rem !important;
    color: #90A4AE;

}

span.python { color: #FFD141; }
span.qt { color: #41CD52; }


.landing-the-book {
    background-color: #fff;
}

#the-author img {
    margin-bottom: -2rem;
}

.landing-book-edition {
    font-size: 0.8rem !important;
    margin: 0.25em 0 1em 0;
}

.landing-testimonials {
    background-color: #fff;
    color: #000;
}

.landing-author {
    background-color: #000;
    color: #fff;
}

.landing-author .block {

    padding: 0 0 1rem 0;
}

.landing-author-tagline {
    margin-top: -1.5em;
    color: #90A4AE;
}

p.includes-book {
    font-style: italic;
    text-align: center;
}

p.includes-book span {
    color: #FFD141;
}

.landing-notice {
    background-color: #FFD141;
    border-radius: 5px;
    color: #0D1F2D;
    padding: 0.5rem 1rem;
}

.landing-unlimited {
    text-align: center;
    font-style: italic;
}

.landing-unlimited span {
    color: #EB5160;
}

.curriculum-container {
    max-width: 60rem;
    margin: 0 auto;
}

.dashboard-curriculum {
    margin: 1rem 1rem;
    background-color: #E9EBEF;
}

.dashboard-curriculum .lesson-row {
    margin-bottom: 0.5em;
}

.dashboard-curriculum a {
    text-decoration: none;
}

.course-image {
    margin: 0 auto;
    top: -1rem;
}

.curriculum-main {
    padding: 0.5rem 0;
}

.curriculum-image {
    position: relative;
    display: block;
    background-color: #0D1F2D;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}

.curriculum-header {
    color: #0D1F2D;
    padding: 1rem 2rem;
}

.curriculum-header a {
    color: #0D1F2D;
}

.curriculum-header h2 {
    display: inline-block;
}

.curriculum-header .curriculum-course-body p {
    font-size: 1rem;
}

.curriculum-block {
    padding: 1rem 2rem;
}

.curriculum-row {
    font-size: 1rem;
}

.curriculum-metadata {
    margin-top: -0.5em;
    color: #272838;
    font-size: 0.9em;
    line-height: 1em;
    padding: 0;
}


.status-tag {
    display:inline-block;
    font-size: 1rem;
    padding: 0.5em 2em;
    vertical-align: middle;
    border-radius: 3px;
    border-width: 0 0px 3px 0;
}

.course-completed {
    background-image: linear-gradient(45deg, #a9ebaf 8.33%, #e9ebef 8.33%, #e9ebef 50%, #a9ebaf 50%, #a9ebaf 58.33%, #e9ebef 58.33%, #e9ebef 100%);
    background-size: 8.49px 8.49px;
}

.home-book-image {
    width: 200px;
    margin-right: 1rem;
    float: left;
}


ul.course-lessons {
    margin-left: 2rem;
}

.curriculum-header h3 {
    position: relative;
    font-size: 1.5rem;
    margin: 0;
}

.curriculum-header h4 {
    font-size: 1em;
    margin: 0;
    font-weight: normal;
    font-style: italic;
}


.curriculum-actions {
    text-align: right;
}

.course-title {
    font-weight: 700;
}

.course-subtitle {
    font-weight: 500;
    margin: 1rem 0 2rem;
}

.course-coming-soon {
    color: #aaa;
}


.curriculum-step-number {
    display: inline-block;
    text-align: center;
    background-color: #376F9F;
    color: #fff;
    border-radius: 5rem;
    width: 1.05rem;
    height: 1.05rem;
    padding: 0.15rem;
    font-size: 0.8rem;
    position: relative;
    top: -1.25rem;
    margin-right: 0.5rem;
}

.landing-contents {
    background-color: #EDF4F8;
}

.landing-course {
    background-color: #fff;
}

.landing-course a, .landing-course a:hover, .landing-course a:active {
    color: #376F9F;
    text-decoration: none;
}

.landing-course .article-category-metadata {
    display: none;
}

.landing-course .article-container h2 {
    font-size: 1.2rem;
}

.landing-email {
    background-color: #E9EBEF;
}

.landing-email p {
    margin-top: 0;
}

.landing-part {
    max-width: 1080px;
    margin: 0 auto;
    padding: 2rem 0;
}

div.landing-book-top {
    padding-top: 0;
}

.landing-top h1.landing {
    margin: 0 auto;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;

}

.landing-top h2.landing {
    margin: 0.5em auto;
    font-family: "Jost" !important;
    font-size: 3rem;
    font-weight: 300;
    color: #0D1F2D;
    line-height: 1;
}

.landing-top h2.landing em {
    font-style: normal;
    text-decoration: underline;
}

.landing-book-header {
    padding: 0;
}

.landing-part p, .landing-part li {
    line-height: 1.8em;
    font-size: 1rem;
}

.curriculum-block li.lesson-row {
    font-size: 1.2rem;
    line-height: 1.25em;
    margin-bottom: 0.75em;
}


h3.landing {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
}

body.landing footer, body.landing #main {
    margin-top: 0;
}

body.landing footer {
    background-color:#0D1F2D;
}


.main-cta .pure-button {
    font-size: 1.2rem;
}


.landing .blockl { padding-right: 1rem;}

.landing-email-signup button {
    margin-left: 0rem;
}

.landing-email-signup input, .landing-email-signup button {
    width: 25rem;
}

.center {
    text-align: center;
}


.landing-faq {
    background-color: #0D1F2D;
    color: #E9EBEF;
}

.landing-faq h4 {
    color: #FFD141;
    margin-bottom: 0;
}

.landing-faq p {
    margin-top: 0;
}

.landing-faq a,
.landing-faq a:hover,
.landing-faq a:active {
    color: #376F9F;
    text-decoration: none;
}


.landing-toc {
    background-color: #0D1F2D;
    color: #E9EBEF;
}

.landing-toc h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFD141;
}

.landing-toc .tagline {
    text-align: center;
    font-style: italic;
}

.landing-apps {
    background-color: #fff;
    color: #000;
}

.landing-apps h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFD141;
}

.landing-apps a,
.landing-apps a:hover,
.landing-apps a:active {
    color: #EB5160;
    text-decoration: none;
}

.landing-apps a:hover {
    opacity: 0.9;
}

.landing-apps .single-app, .landing-apps .single-app p {
    text-align: center;
}

.landing-apps img {
    margin: auto;
}

.landing-books {
    background-color: #E9EBEF;
}

img.headshot {
    top: -2rem;
    padding: 0 !important;
}

.testimonial-metadata {
    margin:0 ;
}

.testimonial-single {
    margin-top: 2rem;
}

p.testimonial-rating {
    font-size: 1.3rem;
    color: #FFD141;
    margin: -0.5rem 0 0 0;
}

.sample-download-link {
    text-decoration: none;
    font-size: 0.9rem;

}

.author-quote p {
    font-size: 1rem !important;

}

.author-quote img {
    max-width: 80%;
}

p.author-byline {
    position: relative;
    font-size: 0.95rem;
    padding: 1rem 100px 0.5rem 0;
    margin: 1rem 0;
    border-bottom: 1px solid #E9EBEF;
    min-height: px;
}

.author-byline img {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.author-byline strong small {
    color: #aaa;
    font-weight: normal;
}

.sale-notice {
    background-color: #FFD141;
    color: #0D1F2D;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem;
    margin: 0.25rem -1rem;
}

.landing-part .sale-notice {
    max-width: 30rem;
    margin: 0 auto;
}

.sale-local {
    background-color: #E9EBEF;
    color: #0D1F2D;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem;
    margin: 0.25rem -1rem;
}

p.course-top-note {
    position: relative;
    font-size:0.9em;
    margin-bottom: -1em;
    z-index: 1;
}

img.book-contents {
    max-height: 20rem;
    margin: 0 auto;
}

.course-intro {
    max-width: 50rem;
    margin: 0 auto;

}




.header-landing {
    text-align: center;
}

.header-landing .logo {
    margin: 1rem 0;
}

.landing-book-toc ol {
    column-width: 30rem;
}

.landing-book-toc ol > li {
    font-weight: bold;
    break-inside:avoid;
}

.landing-book-toc ul > li {
    font-weight: normal;
}

.landing-features ul {
    column-width: 30rem;
}

.landing-features ul > li {
    break-inside:avoid;
}
