:root {
    font-size: 16px;

    --bg-color: #F8F5F0;
    --dark-bg-color: #0C0C0C;

    --text-color: #2C2C2C;
    --primary-color: #3A7BDE;
    --accent-color: #D95B43;
    --highlight-color: #F2C849; /* #FFBE0B; */

    /* color; value=80 */
    --text-tint: #4A4A4A;
    --primary-tint:  #EDF1FB;
    --primary-tint-dark: #9FC8F0;
    --accent-tint: #FBE7E3;
    --highlight-tint: #FEF7D9;

    --text-shade: #1A1A1A;
    --primary-shade: #204B96;
    --accent-shade: #B5422E;
    --highlight-shade: #B89A2D;

    --primary-dark: #161F30;
    --accent-dark: #2C1915;
    --highlight-dark: #2D2400;

    --blues-1: #1B1E2B;
    --blues-2: #121627;
    --blues-3: #0F111C;

    --greys-1: #EAE8E3;
    --greys-2: #C4C2BD;
    --greys-3: #1F1F1F;
    --greys-4: #0C0C0C;

    --greys-4-hint: #1F1F1F05;

    --success-color: #5CA653;
    --success-tint: #ECF8F0;
    --success-shade: #1E6D33;


    --admin-color: #F04E2E;
    --admin-tint: #FBE7E3;
    --admin-text: #F8F5F0;

    /* a5bade */

    --heading-font: "Figtree", 'Verdana', 'Geneva', 'Tahoma', sans-serif;
    --body-font: "Figtree", 'Verdana', 'Geneva', 'Tahoma', sans-serif;
    --ui-font: "Figtree", 'Verdana', 'Geneva', 'Tahoma', sans-serif;
    --code-font: 'Source Code Pro', monospace;

    --radius: 5px;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family:var(--body-font);
    line-height: 1.5;

}

p {
    font-size: 1.1rem;
    font-weight: 300;
}

.pagebody p {
    font-size: 1.1rem;
    font-weight: 300;
}

.pagebody a {
    color: var(--highlight-color);
}

.pagebody img {
    width: 100%;
}

form {
    display: inline;
}

/* Box model tweaks */

.pure-g > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-box {
    padding: 0 2rem;
}

.m-box {
    padding: 0 2rem;
}

.r-box {
    padding: 0 2rem 0 0;
}

.vertical-spacing {
    display: inline-block;
    margin-bottom: 0.5rem;
}


#navigation {
    max-width: 1080px;
    margin: 2rem auto 0 auto;
    position: relative;
    padding: 0 1rem;
    min-height: 6rem;
}

#landing-header {
    margin: 5rem auto auto 2rem;
    padding: 0 1rem;
}

#container_top {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1rem;
}
#container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1rem;
}
#container_bottom {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1rem;
}

.wide-top #container_top { max-width: 100%; padding: 0;}
.wide-middle #container { max-width: 100%; padding: 0; }
.wide-bottom #container_bottom { max-width: 100%; padding: 0; }

body.article #main, body.page #main {
    height: auto;
}

#content img, #content video {
    max-width: 100%;
    height: auto;
}


a {
    color: var(--primary-color);
    text-decoration: none;
    }



.subtitle-block {
    max-width: 1080px;
    text-align: center;
    margin: 2.5rem auto;
    color: #000;
    font-weight: normal;
    font-style: italic;
    opacity: 0.8;
}

.subtitle-block * { margin: 0; }

body.landing #main, body.home #main {
    max-width: none;
}


/* Header sizes */

h1, h2, h3, h4, h5 {
    line-height: 1;
}

h1, #content h1 {
    font-size: 3rem !important;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 1rem 0 0.5rem 0;
}

.article-header {
    margin-bottom: 2rem;
}

.article-header h1 {
    width: 100%;
    max-width: 1080px;
    margin: 2rem auto 1rem auto;
}

h2, .block-subtitle {
    font-size: 1.6rem;
}

h2.subtitle {
    font-size: 1.5rem;
    font-style: italic;
}

/*
body.article article h2:after {
    content: "";
    display: block;
    width: 1em;
    border-top: 4px solid  #0d1f2d;
}*/

h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.875rem;
}

article h2, article h3, article h4, article h5, article h6  {
    margin-top: 1.25em;
    margin-bottom: -0.25em;
}

.small {
    font-size: 0.9rem !important;
    color: #90A4AE;
}


/* Navigation */

#navigation p {
    margin: 0;
}


.pure-menu-item small {
    opacity: 0.7;
}

.logo-wrapper {
    max-width: 300px;
}



.site-logo {
    display: block;
    background: transparent !important;

    width: 100%;
    max-height: 100%;
}

.site-logo img {
    max-height: 2.4rem;
}

.site-title, .site-title:hover, .site-title:active {
    text-transform: none;
    font-size: 2rem;
    font-weight: bold;
    color: #000 !important;
    background: none !important;
    color: #0d1f2d;
    padding: 0;
}

.navigation-bars {
    display: inline-block;
    margin: 0.75rem 0 0.5rem 0;
    padding: 0rem;
    flex-grow: 1;
}

.navigation-bar {
    font-size: 1rem;
    margin: 0rem 0;
}


.navigation-bar input, .navigation-bar button {
    font-size: 1rem !important;
}

.pure-g [class*=pure-u] {
    font-family: var(--body-font) !important;
}

.pure-menu-item {
    font-family: var(--body-font);
    font-weight: 500;
}

.navigation-bars .pure-menu-children {
    background: #33a !important;
    color: #000;
    min-width: 10rem;
}

.pure-menu-link {
    color: #000;
}

.menu-bottom {
    background: rgba(0,0,0,0.1) !important;
}

li.pure-menu-allow-hover:hover .pure-menu-link,
.pure-menu-item > a.pure-menu-link:hover {
    background-color: #33a;
}

.pure-menu-children a.pure-menu-link:hover {
    /* color: #000; */
    background: rgba(0,0,0,0.1);
}



.subscribe-button {
    min-width: 150px;
    text-align:right;
    margin: 2.7rem 1rem;
}


/* Body text */

img.avatar {
    border-radius: var(--radius);
}


.callout a {
    color: var(--accent-color);
    text-decoration: none;
}

blockquote {
    margin: 0.25rem 0 0.25rem -2rem;
    padding: 0.1rem 1.5rem;
    border-left: 5px solid var(--accent-color);
    background-color: #FEFCFD;
}

.callout {
    position: relative;
    padding: 0.5rem 1rem;
    background-color: #E9EBEF;
    position: relative;
    font-size: 1rem;
    font-family: var(--body-font);
    border-radius: var(--radius);
    border: 1px solid #D4D6DA;
    margin: 0.5rem 0;
}

.callout-kind {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    opacity: 0.2;
}

.callout-body {
    margin-right: 2rem;
}

.callout p {
    margin: 0.5rem 0;
}

.callout-note {
    background-color: #000AED;
    color: #D1AC36;
    border-color: #D1AC36;
}

.callout-tip {
    background-color: #ECF1F6;
    color: #33a;
    border-color: #33a;
}

.callout-warning {
    background-color: #FBE9E7;
    color: #FE4A49;
    border-color: #FE4A49;
}

.callout-ok {
    background-color: #EEF7EF;
    color: #4CAF50;
    border-color: #4CAF50;
}

.callout-challenge {
    color: #3F51B5;
}


h1, h2, h3, h4, h5, h6, .block-subtitle {
    font-family: var(--heading-font);
    font-weight: bold;
}

h1 { font-weight: 800;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .block-subtitle a {
    text-decoration: none;
    color: #333332;
}

.block-subtitle {
    font-weight: 700;
}

/* Article lists */

.article-after h2 {
}

.article-after article h2 {
    margin-top: 0;
    font-size: 1.4em;
}

.list-article p {
    font-size: 0.9rem;
}

.list-article h2 {
    margin-bottom: -1rem;
}

.list-article-image-container {
    position: relative;
}

.list-article-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Notes */

note {
    font-size: 0.9rem;
}

/* Buttons */

.pure-button {
    font-family: var(--ui-font) !important;
    border-radius: var(--radius) !important;
}


/* Jupyter notebook import */

.article-wrap-notebook .prompt {
    display: none;
}

.article-wrap-notebook .cell, .article-wrap-notebook .text_cell_render {
    padding-left: 0;
    padding-right: 0;
}


/* Code blocks */

tt, code, kbd, samp, pre {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.95em !important;
    line-height: 1.5;
}

.codehilitetable {
    display: block;
    margin-left: -1.5rem;
}

.code-block, .codehilite, .comments pre {
    position: relative;
    background-color: #0d1f2d;
    border-radius: var(--radius);

    padding: 0.5rem 1.5rem;
    margin: 1rem 0;
}

.code-block-language {
    position: absolute;
    top: 0rem;
    right: 1rem;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    font-size: 0.7rem;
}

p code {
    color: #009FB7;
    background-color: #FEFCFD;
    padding: 0.1em 0.2em;
}

.code-block code {
    color: #FEFCFD;
}

.article-after {
    /* Side marker */
    margin-left: -2rem;
    padding-left: 1.5rem;
    border-left: 5px solid #009FB7;
}

/* Footer */
footer {
    padding: 3rem 1rem 1rem 1rem;
    text-align: left;
}

.constrain {
    max-width: 1080px;
    margin: 0 auto;
}

.constrain-tight {
    max-width: 600px;
    margin: 0 auto;
}

.footer-final p{
    font-family: var(--body-font);
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

footer li {
    padding-bottom: 0.5rem;
    line-height: 1.15;
}


footer li a {
    text-decoration: none;
    font-size: 1.1rem;
    color: var(--accent-color);
}

.list-header {
    font-family: var(--heading-font);
    font-weight: bold;

}

/* Elements */
hr {
    display: block;
    border-top: 1px solid #291818;
    border-bottom: none;
}



/* Social */

#social-links {
    text-align: right;
    position: fixed;
    z-index: 100;
    right: 1rem;
    bottom: 1rem;
}

.comment { color: #0d1f2d !important; }
.twitter { color: #1da1f2 !important; }
.rss { color: #ff6600 !important; }
.linkedin { color: #0077b5 !important; }
.top { color: #f44336 !important; }
.facebook { color: #3b5998 !important; }
.reddit { color: #FF5700 !important; }






/* Mailing list signup */


.email-signup {
    background-color: var(--greys-4-hint);
    margin: 5rem 0 5rem 0rem;
    padding: 2rem 4rem;
}

.email-signup h2 {
    margin: 0;
}


.landing-sample {
    margin-top: -1rem;
    padding-bottom: 1.5rem;
}

.email-signup p, .landing-sample p {
    font-family: var(--body-font);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body.dark .email-signup, body.dark-footer .email-signup {
    background-color: #15181f;
}


.landing-sample input, .email-signup input { color: #000;}

button.loading {
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    background: none;
}

.ml-block-success {
    color: #17a81a;
}

#mlb2-7975590.ml-subscribe-form .form-section.ml-error label {
    color: red!important;
}

#mlb2-7975590.ml-subscribe-form .form-group.ml-error label {
    color: red!important;
}

#mlb2-7975590.ml-subscribe-form .form-group.ml-error .form-control {
    border-color: red!important;
}


.pure-table-tight td, .pure-table-tight th {
    padding: 0.25em 1em;
}




body.centered #container, body.centered #container_bottom, .center-child {
    justify-content: center;
}


.helptext {
    display: block;
    color: #888;
    font-size: small;
}


.complete {
    color: rgb(28, 184, 65);
}

form.pure-form label {
}



.boxout {
    border: 1px solid #ccc;
    border-radius: var(--radius);
    padding: 1rem;
    margin: 3rem 0;
}

.boxout-hilite {
    background: #f8f8f8;
}


/* Document lists */

.document-list {
    font-size: 1.1rem;
    margin-top: 0;
    list-style: none;
}

.document-list a {
    text-decoration: none;
    color: #33a;
}

span.document-list-collection {
    font-weight: bold;
}



.block-video .responsive-object {
    padding-bottom: 3rem !important;

}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  transform:rotate(-15deg);
}

#welcome, p.important {
    background-color: #FFD141;
    text-align: center;
    padding: 0.75rem 1rem;
    margin: 0;
}

#welcome p, #welcome a {
    color: #0D1F2D;
    font-family: var(--body-font);
    font-size: 0.9rem;
    margin: 0;
}


.subtitle {
    font-style: italic;
}

.center {
    text-align: center;
}


/* Login */

#login {
}

#login input {
}

.login-message {
    padding: 1rem 2rem;
    max-width: 40rem;
    margin: 0 auto;
}

#header-login p {
    font-size: 0.9rem;
    margin: 0;
}

/* Breadcrumbs */



.breadcrumbs-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

#breadcrumbs {
    font-family: var(--body-font);
    margin: 0.25rem 0;
}

#breadcrumbs ol {
    padding: 2rem 0 0;
    margin: 0;
    list-style: none;
}

#breadcrumbs li {
    display: inline;
    font-size: 1rem;
}

#breadcrumbs li a {
    text-decoration: none;
    color: var(--text-tint);
}



.product-image, .offer-image {
    width:100%;
    margin: 0;
    display: block;
}

.product-no-image, .offer-no-image {
    padding: 1rem;
}

.product, .offer {
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0.5rem;
    color: var(--text-color);
}

body.dark .product, body.dark .offer {
    color: var(--bg-color);
}

.product img, .offer img {
}

.product-available img {
}

.product h3 small, .offer h2 small {
    color: #888;
}

.product-metadata, .product-author, .offer-metadata, .offer-author {
    padding: 0.5rem 1rem;
}

.product-author em, .offer-author em {
    color: #888;
}

.center {
    text-align: center;
}

.auth-user {
    text-align: center;
    color: #000;
}

.auth-user-name { font-size: 1rem;}
.auth-user-email { font-size: 1rem;}


.products-wrapper, .all-products-wrapper {
    justify-content: center;
}

.more-stuff {
    font-family: 'Poppins', 'Verdana', 'Geneva', 'Tahoma', sans-serif;
    text-transform: uppercase;
    margin: 5rem 0 0 0;
    font-size: 0.8rem;
    color: #888;
}

.product-updated {
    box-shadow: 0px 0px 10px 0px #FFD141;
    border-color: #FFD141;
}

.updated {
    margin: 0;
    padding: 0.25em 1em;
    background-color: var(--highlight-color);
    color: #000;
    font-size: 0.6em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.preview {
    margin: 0;
    padding: 0.25em 1em;
    background-color: #4CAF50;
    color: #fff;
    font-size: 0.6em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.notice {
    margin: 1rem 0 ;
    padding: 0.25em 1em;
    background-color: var(--highlight-color);
    color: #000;
    border-radius: var(--radius);
}

.ymal {
    top: -2rem;
    right: 1rem;
    position: absolute;
    text-transform: uppercase;
    font-size: 0.75rem;
    z-index: 1;
}


.product-sidebar {
    padding: 0 1rem 0 0;
}

.product-sidebar .product {
    margin: 0;
}


.review-notice {
    text-align: center;
    margin: 1rem 0 ;
    background-color: #FFD14155;
    padding: 0.25em 1em;
    border-radius: var(--radius);
}

.review-notice a {
    color: var(--accent-color);
    text-decoration: underline;
}


.file-list {
    display: block;
    background-color: var(--primary-dark);
    position: relative;
    border: 1px solid #ccc;
    border-radius: var(--radius);
    padding: 0.5rem 2rem;
    color: #fff;
}

.file-list h2 {
    color: #fff;
}

.file {
    display: block;
    position: relative;
    margin: 0 -2rem;
    padding: 1rem 2rem;
    border-top: 1px solid #ccc;
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.file-metadata {
    margin-right: 8rem;
}

.file-type {
    padding: 0 0.25rem 0;
}


.file .download {
    font-size: 1rem;
    position: absolute;
    top: 1rem; right: 1rem;
}

.upsells {
    position: relative;
}

.upsell {
    position: relative;
    display: block;
    background-color: #EBEBEC;
    position: relative;
    border: 1px solid #EBEBEC;
    border-radius: var(--radius);
    padding: 0;
    margin-top: 2rem;
}

.upsell a {
    text-decoration: none;
    color: #555;
}

.upsell h3 {
    font-weight: bold;
    margin: 0;
}

.upsell p {
    margin: 0 0 0.25rem 0;

}

.upsell-image {
    max-width: 100%;
    border-radius: var(--radius);
    margin: 0.25rem;
}

.upsell-price {
    color: var(--accent-color);
}

video {
    width: 100%;
}

/* Course Curriculum Modules */


.curriculum-list {
    display: block;
    background-color: var(--primary-dark);
    position: relative;
    border: 1px solid #ccc;
    border-radius: var(--radius);
    padding: 0.5rem 2rem;
    color: #fff;
}

.curriculum-list h2 {
    color: #fff;
}

.curriculum-list .progress-bar {
    margin: 0 -2rem;
}

.curriculum-module {
    display: block;
    position: relative;
    margin: 0 -2rem;
    padding: 0.5rem 2rem;
    border-top: 1px solid var(--primary-shade);
    text-decoration: none;
    color: var(--primary-tint);
    background-color: var(--primary-color);
}



.curriculum-lesson {
    display: block;
    position: relative;
    margin: 0 -2rem;
    padding: 1rem 2rem;
    border-top: 1px solid #ccc;
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

a.lesson-metadata {
    color: var(--text-color);
}

.curriculum-list .watch {
    font-size: 1rem;
    position: absolute;
    top: 1rem; right: 1rem;
}



.file h3, .file  p, .curriculum-module h3, .curriculum-module p, .curriculum-lesson h3, .curriculum-lesson p {
    margin: 0;
}

/* End Course Curriculum



/* Course viewer */
body.course {
    background-color: #f0f4f7;
}

#course-navigation-wrapper {
    color: #fff;
    background-color: var(--text-shade);
    position: sticky;
    top: 0 ;
    z-index: 100;
    min-height: 3rem;
    height: 3rem;
}

#course-navigation {
    margin-top: 0;
    padding: 0.5rem 1.5rem;
}


.course-header-wrapper {

}


.course-curriculum {
    transition: width 0.5s ease-in-out,margin-left 0.5s ease-in-out;
}

.course-viewer {
    padding: 0.5rem;
}

.course-sidebar {
    background-color: var(--text-shade);
}

body.course #container {
    flex-direction: column-reverse;
}

@media screen and (min-width: 64em) {
    body.course #container {
        flex-direction: row;
    }

    .course-sidebar {
        position: fixed;
        height: calc(100vh - 3rem);
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: thin;
        bottom: 0;
    }

    .course-viewer {
        padding: 2rem;
    }
}






.course-list {
    display: block;
    background-color: var(--text-shade);
    position: relative;
    color: #fff;
    padding: 1rem 1.5rem;
}

.course-list h2 {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 0;
}

.course-list h3 {
    margin: 0;
    font-size: 1rem;
}


.course-list .progress-bar {
    margin: 0 -1.5rem;
}


.course-module {
    display: block;
    position: relative;
    margin: 0 -1.5rem;
    padding: 0.5rem 1.5rem;
    border-top: 1px solid var(--primary-shade);
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
}

.course-downloads {
    display: block;
    position: relative;
    margin: 0 -1.5rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-dark);
}

.course-downloads h2 { margin: 0.5rem 0 1rem 0;}
.course-downloads li, .course-downloads ul { margin:0; padding-left: 0 ; list-style: none;}

.course-download {
    color: var(--text-color) !important;
    display: block;
    text-decoration: none;
    background-color: var(--highlight-color);
    margin: 0.5rem 0;
    border-radius: var(--radius);
    padding: 0.5rem 1rem;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
}

.course-lesson {
    display: block;
    position: relative;
    margin: 0 -1.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #ccc;
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.course-lesson .lesson-complete-markers, .curriculum-lesson .lesson-complete-markers {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    position: absolute;
    top: 0.75rem; right: 1rem;
    z-index: 100;
    cursor: pointer;
}

.current-lesson {
    background:  var(--text-shade);
    color: #fff;
    border-top: 1px solid var(--text-shade);
}

.lesson-complete {
    color: #17a81a;
}

.btn-complete {
    background-color: #17a81a !important;
}

.course-controls {
    margin: 0.5rem 0;
}

.course-downloads .no-access {
    background: none;
    border: 1px solid var(--primary-color);
color: var(--primary-color) !important;
}

.course-lesson.no-access {
    background-color: #eee !important;
    color: #ccc !important;
}


.file h3, .file  p, .course-module h3, .course-module p, .course-lesson h3, .course-lesson p {
    margin: 0;
}

/* End Course Viewer */



body.course .container {
    overflow-y: scroll;
}






#admin {
    background-color: var(--admin-tint);
    position: relative;
}

#admin h3 {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}

#admin ul, .admin-action ul {
    color: #000;
    font-size: 1rem;
    list-style-type: none;
}

#admin ul em, .admin-action ul em {
    color: #000a;
}

.admin-command {
    max-width: 1080px;
    padding: 1rem 2rem;
    margin: 1rem auto;
}

.admin-command h4 {
    margin: 0.25rem 0;
}

.admin-bar {
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.25em 1em;
    background-color: var(--admin-color);
    color: var(--bg-color);
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.admin-action {
    padding: 1em 2em;
    border-radius: var(--radius);
    background-color: var(--bg-color);
}

.admin-action h3 {
    margin: 0;
}

.bundle {
    font-weight: bold;
}

ul.purchases {
    padding: 0;
}

ul.purchases, ul.purchases ul {
    list-style-type: none;
}

ul.purchases a {
    text-decoration: none;
}

.purchases > li {
    margin-bottom: 0.5rem;
    border-radius: var(--radius);
    padding: 0rem 1rem;
}

.purchases > li.new-purchase {
    background-color: #33a1;
    padding: 0.5rem 1rem;
}


.purchases > li > ul {
    padding: 0.5rem 2rem;
}

.purchases > li > ul > li {
    padding: 0.1rem 0rem;
}

.purchases em {
    font-size: 0.75em;
    font-weight: normal;
    opacity: 0.8;
}

#purchases {
    margin-top: 5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
}

#purchases h4 {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}


/* Store */


.strikethrough span {
    text-decoration: line-through;
}

.landing-boast p {
    font-size: 3rem;
    text-align: center;
    line-height: 1.1;
    margin: 3rem 0;
}



/* Landing blocks */


.landing-block h1 a {
    color: #fff;
    font-weight: 400;
}

.landing-block h2 {
    font-weight: normal;
    font-size: 1.2rem;
    color: #EB5160;
}



.landing-part .product-alternate {
    margin: 2rem 0 0 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
}

.landing-part .product-alternate a {
    color: #fff;
}


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

.landing h1 {
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Inconsolata', monospace;
    margin: 0;
}


.landing h4 {
    margin-top: 0.5rem;
}

.floating {
    max-width: 900px;
    margin: 0 auto;
}

.landing a.price {
    display:block;
    position: absolute;
    top: -3rem;
    right: 0rem;

    font-size: 2.75rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 0.5em;

    color: #fff !important;
    background: #FE4A49;
    border: solid #b13028;
    border-width: 0 0px 3px 0;

    padding: 4rem 0 1rem 0;

    text-transform: uppercase;
    text-align: center;

    width: 2.5em;
    vertical-align: middle;

    letter-spacing: -3px;

}
.localized-price {
    background-color: rgba(0,0,0,0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
}

.landing a.price span {
    display: inline-block;
    font-size: 1.2rem;
    color: #FFAB91;
    padding-top: 0.75em;
}

.package-about {
    position: relative;
}

.component {
    padding: 0 1.5rem;
}

.component p {
    font-size: 0.9rem;
}

.component-image {
    height: 10rem;
    vertical-align: bottom;
    text-align: center;
    position: relative;
}

.component-image img {
    max-height: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.author {
    background-color:var(--text-color);
    color: var(--bg-color);
}

.questions {
    margin-top: 6rem;
    margin-bottom: 0rem;
    border-bottom: none;
}

.questions h2 {
    margin: 3rem 0 1rem 0;
}


.couponcode, .discount {
    font-weight: bold;
    text-transform: uppercase;
}

.upsell-discount {
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--highlight-color);
    white-space: nowrap;
}


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;
}


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


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


.center {
    text-align: center;
}

.store-tabs {
    margin: 0 0 2rem 0;
    font-size: 1.2rem;
}

.store-tabs a {
    background-color: var(--text-shade);
    color: var(--bg-color);
    padding: 0.15rem 0.75rem;
    border-radius: var(--radius);
    margin-right: 0.25rem;
}

.store-tabs a.active {
    background-color: var(--primary-shade);
    color: var(--bg-color);
}


.landing-light {
    background-color: var(--bg-color);
    color: var(--text-color);
}

.landing-dark {
    background-color: var(--dark-bg-color);
    color: var(--bg-color);
}

.landing-primary {
    background-color: var(--primary-tint);
    color: var(--primary-color);
}

.landing-secondary {
    background-color: var(--primary-color);
    color: var(--bg-color);
}

.landing-accent {
    background-color: var(--accent-color);
    color: var(--bg-color);
}

.landing-toc {
    padding: 2rem 0;
}

.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-offers {
    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;

}

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

.about-author {
    font-size: 1.25rem;
    line-height: 1;
}


.sale-notice {
    background-color: #FFD141;
    color: var(--text-color);
    font-size: 0.75rem !important;
    padding: 0.25rem 1rem;
    margin: 1.5rem -1rem;
    border-radius: var(--radius);
}

.sale-notice a {
    color: #000 !important;
}

.sale-notice.black-friday {
    background-color: #000;
    color: #fff;
}

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

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



.price-display {
    font-size: 5rem;
    margin: 1rem auto 1rem auto;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5 !important;
    min-height: 1em;
}

.price-display small {
    font-size: 0.25em;
}

.price-display span {
    line-height: 1;
}

.price-strikethrough {
    position: relative;
}

.price-strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 0.1em solid;
    border-color: #FE4A49;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.discount-container {
    text-align:center;
    background-color: var(--highlight-color);
    color: #0D1F2D;
    max-width: 30rem;
    margin: 2rem auto;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    font-size: 0.95rem;
}

.discount-container-ppp {
    background-color: var(--primary-tint);
}

.discount-container h4 {
    margin: 0.5rem auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8rem;
}

.price-display-discount {
    clear:both;
    font-size: 1rem !important;
    padding: 0.1rem 0.5rem;
}


.couponcode {
    color: var(--text-color);
    padding: 0.1em 0.25em;
}


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

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

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

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

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

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

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

.landing-offer-toc li em {
    font-weight: normal;
    opacity: 0.8;
    font-size: 0.75em;
}



body.dark-footer footer {
    background-color:var(--dark-bg-color) !important;
    color: #fff;
}

body.dark-footer footer a {
    color: var(--accent-color);
}

body.dark {
    background-color: var(--dark-bg-color);
    color: #F8F5F0;
}

.product-inner {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 1rem;
}




.landing-bundles {
    background-color: var(--dark-bg-color);
    color: var(--bg-color);
    padding: 5rem 0;
}

.landing-bundles h3 {
    color: var(--highlight-color);
    font-size: 1.5rem !important;
}

.landing-bundles img {
    height: 10rem;
}

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

.landing-bundles .blockr {
    padding: 1rem;
}

.landing-bundles h4 {
    margin: 0;
    font-weight: bold;
}

.landing-bundles p {
    margin: 0.25em 0;
}

.landing-bundles .metadata {
    color: var(--primary-tint);
}

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

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

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

.landing-author {
    padding: 2rem 0 0 0;
}

.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-offer h1 {
    font-size: 3rem;
    font-weight: 900;
    text-align:center;
    line-height: 1;
    margin: 0 0 1rem 0;
}

.landing-offer h2 {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1;
    margin: 0 0 3rem 0;
}

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

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

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

.landing-toc {
}

.landing-video {
    padding: 5rem 1rem;
}

.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-offer-top {
    padding-top: 0;
}

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

}

.landing-top h2.landing {
    margin: 0.5em auto;
    font-size: 3rem;
    font-weight: 300;
    color: #0D1F2D;
    line-height: 1;
    padding: 0 1rem;
    max-width: 40rem;
}

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

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

.landing-part p, .landing-part li {
    line-height: 1.8;
}

.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;
}


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


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

.center {
    text-align: center;
}





.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-offers {
    background-color: #E9EBEF;
}

.money-back {
    text-align: center;
    margin-top: 3rem !important;
}
.money-back img {
    width: 10rem;
}


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

}

.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;
}

.user-links {
     margin: 0;
     text-align: right;
     padding-left: 0;
}

.user-links li {
    text-align: right;
    display: inline;
}

.user-btn {
    background: #000;
    color: #fff;
    padding: 0.25rem 1rem;
    text-decoration: none;
    border-radius: var(--radius);
    white-space: nowrap;
    line-height: 1.75;
    border: none;
    cursor: pointer;
}

.btn-disabled {
    background-color: #ccc !important;
    color: #888;
    cursor: not-allowed;
}



.user-btn.your-library {
    background-color: var(--accent-color);
}

.login-notice {
    line-height: 1;
    padding-bottom: 0.5rem;
}

.login-buttons {
    text-align: right;
}

#login input {
    width: 100%;
}

#login input, #login button {
    margin: 0;
    max-width: 30rem;
}

.offer-price {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    color: var(--accent-color);
}

.offer-title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0;
}

.offer-title small { font-weight: normal; }

.offer-version {
    color: #0005;
}



.landing-faq {
    background-color: var(--dark-bg-color);
    color: var(--bg-color);
}

.landing-faq h4 {
    color: var(--highlight-color);
    margin-bottom: 0;
}

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





/* Buttons */

.pure-button {
    background: #111;
    color: #FEFCFD;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
}

.button-success,
.button-error,
.button-warning,
.button-secondary,
.button-product {
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}


.button-product, a.button-product {
    color: #FEFCFD !important;
    background: #FE4A49;
    border: solid #b13028;
    border-width: 0 0px 3px 0;
    font-size: 1.25em;
}

.link-affiliate, a.link-affiliate {
    color: #009FB7 !important;
}




.button-secondary {
    background: var(--primary-color);
    color: var(--bg-color);
}

.button-info {
    background: var(--text-color);
    color: var(--bg-color);
}

.button-product, a.button-product {
    color: #FEFCFD !important;
    background: var(--accent-color);
    border: solid var(--accent-shade);
    border-width: 0 0px 3px 0;
    font-size: 1.25em;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}


.pure-button-primary, a.pure-button-primary, button.pure-button-primary, input.pure-button-primary {
    color: #fff !important;
    background: var(--accent-color);
}


.button-buy, a.button-buy, button.button-buy, input.button-buy {
    color: var(--bg-color) !important;
    background: var(--accent-color)  !important ;
    text-shadow: 0px 2px 5px #0002;
    margin: 0 0.25rem;
    border-radius: var(--radius);
    font-size: 1em;
    filter: drop-shadow(5px 5px 5px #0005);
}



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

}

.button-small {
    font-size: 1rem !important;
    padding: 0.25rem 1rem !important;
}

#bumps {
    margin: 2rem 0;
}

.bump {
    background-color: var(--primary-tint);
    border: 1px solid var(--primary-shade);
    border-radius: var(--radius);
    padding: 1rem;
}

.bump.bumped {
    background-color: var(--highlight-tint);
    border: 1px solid var(--highlight-color);
}

.bump h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

.bump p {
    margin: 0;
    font-size: 0.9rem;
}

.bump-buttons {
    text-align: right;
}

.bump-buttons .button-small, .upsell .button-small {
    background-color: var(--primary-color);
    color: var(--bg-color);
}

.glide__slides {
    width: 100%;
    height: 600px;
}
.glide__slide {
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.library-button {
    background-color: var(--highlight-color) !important;

}
.library-marker {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    margin: 0;
    padding: 0.5em 1em;
    background-color: var(--highlight-color);
    color: #000;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-family: var(--ui-font);
    font-weight: normal;
    letter-spacing: 0.1rem;
    filter: drop-shadow(5px 5px 5px #0005);
    border-radius: var(--radius);
}

.offer-in-library {
    border-color: var(--highlight-color);
}


body .site-logo-dark {
    display: block;
}

body .site-logo-light {
    display: none;
}

body.dark .site-logo-dark {
    display: none;
}

body.dark .site-logo-light {
    display: block;
}


a.primary-link {
    color: var(--primary-color);
}

a.accent-link {
    color: var(--accent-color);
}


.align-left {
    text-align:right;
}

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

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

.testimonials-long {
    min-height: 100vh;
}


.preview-marker {
    padding: 0.25rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.75;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    border-radius: var(--radius);
}

.progress-bar {
    height: 0.5rem;
    background-color: var(--primary-shade);
}

.progress-bar-bar {
    height: 0.5rem;
    background-color: var(--primary-color);
}