<style>
{{>baseStyles}}

img.is-dark-background {
        display: none !important;
        mso-hide: all !important;
}

.header {
    line-height: 1.4;
    {{#if headerBackgroundColor}}
    background-color: {{headerBackgroundColor}};
    {{else}}
    background-color: {{backgroundColor}};
    {{/if}}
}

/* -------------------------------------
    SHARED CONTENT STYLES
------------------------------------- */
{{>contentStyles}}

/* -------------------------------------
    SHARED CARD STYLES
------------------------------------- */
{{>cardStyles}}

/* Post content headings */
.post-content-row h1,
.post-content-row h2,
.post-content-row h3,
.post-content-row h4,
.post-content-row h5,
.post-content-row h6 {
    {{#if sectionTitleColor}}
    color: {{sectionTitleColor}};
    {{else}}
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
    {{/if}}
}

/* Apply custom content text color to main content elements */
.post-content-row p {
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
}

/* Exclude paragraphs inside cards from custom text color (except CTA cards which are handled separately) */
.post-content-row .kg-card:not(.kg-cta-card) p,
.post-content-row .kg-toggle-content p,
.post-content-row .kg-callout-text,
.post-content-row .kg-cta-sponsor-label p,
.post-content-row .kg-header-card p,
.post-content-row .kg-header-card td {
    color: inherit !important;
}

/* Exclude CTA cards with colored backgrounds from custom text color, but allow transparent ones */
{{#each ctaBgColors}}
.post-content-row .kg-cta-bg-{{this}} .kg-cta-text p,
.post-content-row .kg-cta-bg-{{this}} .kg-cta-text ul,
.post-content-row .kg-cta-bg-{{this}} .kg-cta-text ul li,
.post-content-row .kg-cta-bg-{{this}} .kg-cta-text ol,
.post-content-row .kg-cta-bg-{{this}} .kg-cta-text ol li {
    color: inherit !important;
}
{{/each}}

.kg-cta-bg-none .kg-cta-sponsor-label span,
.kg-cta-bg-white .kg-cta-sponsor-label span {
    {{#if backgroundIsDark}}
        color: #ffffff;
        color: rgba(255, 255, 255, .6);
    {{else}}
        color: #15212a;
        color: rgba(0, 0, 0, 0.6);
    {{/if}}
}

/* Links in captions */
.feature-image-caption a,
.kg-toggle-card:not(.kg-cta-card) a {
    color: {{linkColor}};
}

.feature-image-caption a {
    color: {{#if headerBackgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
    text-decoration: underline;
}

.subscription-box .manage-subscription a {
    color: {{linkColor}} !important;
}

.header-image {
    padding-top: 24px;
    padding-bottom: 16px;
}

.site-icon {
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    border-radius: 3px;
}

.site-icon img {
    width: 44px;
    height: 44px;
    border-radius: 3px;
}

.site-info {
    padding-top: 32px;
}

.site-url {
    color: {{#if headerBackgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.site-url-bottom-padding {
    padding-bottom: 12px;
}

.site-title {
    color: {{#if headerBackgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
}

.site-subtitle {
    {{#if headerBackgroundIsDark}}
        color: #ffffff;
        color: rgba(255, 255, 255, .6);
    {{else}}
        color: #15212a;
        color: rgba(0, 0, 0, 0.6);
    {{/if}}
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

.post-title {
    text-align: center;
    {{#if headerBackgroundColor}}
    background-color: {{headerBackgroundColor}};
    {{/if}}
    color: {{postTitleColor}};
}
.post-title > table td {
    font-size: 36px;
    line-height: 1.1;
    font-weight: {{titleWeight}};
    text-align: center;
    {{#if headerBackgroundColor}}
    background-color: {{headerBackgroundColor}};
    {{/if}}
    color: {{postTitleColor}};
}

.post-title a {
    color: {{postTitleColor}} !important;
}


.post-title-with-excerpt {
    padding-bottom: 8px;
}

.post-title-no-excerpt {
    padding-bottom: 16px;
}

.post-title-serif,
.post-title-serif td {
    font-family: Georgia, serif;
    letter-spacing: -0.01em;
}

.post-title-left {
    text-align: left;
}
.post-title-left > table td {
    text-align: left;
}

.post-title-link {
    display: block;
    margin-top: 32px;
    color: #15212A;
    text-align: center;
    line-height: 1.1em;
}

.post-title-link-left {
    text-align: left;
}

.post-excerpt-wrapper {
    width: 100%;
    max-width: 600px !important;
}

.post-excerpt {
    margin: 0;
    color: {{#if headerBackgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
    font-size: 19px;
    line-height: 1.4em;
    text-align: center;
}

.post-excerpt-with-feature-image {
    padding-bottom: 28px;
}

.post-excerpt-no-feature-image {
    padding-bottom: 32px;
}

.post-excerpt-serif-serif {
    font-family: Georgia, serif;
    font-size: 20px;
}

.post-excerpt-serif-sans {
    font-size: 20px;
    font-family: Georgia, serif;
}

.post-excerpt-left {
    text-align: left;
}

.post-meta,
.view-online {
    {{#if headerBackgroundIsDark}}
        color: #ffffff;
        color: rgba(255, 255, 255, .6);
    {{else}}
        color: #15212a;
        color: rgba(0, 0, 0, 0.6);
    {{/if}}
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.post-meta-left {
    text-align: left;
}

.post-meta-left.view-online-mobile {
    display: none !important;
}

.post-meta-left.view-online {
    text-align: right;
}

.post-meta-center.view-online {
    display: none !important;
}

.post-meta-center .view-online,
.post-meta-center .view-online a {
    text-decoration: underline !important;
}

.post-meta-date {
    white-space: nowrap;
}

.view-online-link {
    word-wrap: none;
    white-space: nowrap;
    {{#if headerBackgroundIsDark}}
        color: #ffffff;
        color: rgba(255, 255, 255, .6);
    {{else}}
        color: #15212a;
        color: rgba(0, 0, 0, 0.6);
    {{/if}}
    text-decoration: underline !important;
}

.feature-image {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}

.feature-image-row:first-child > td,
.header-image-row + .feature-image-row > td,
.site-info-row + .feature-image-row > td {
    padding-top: 24px;
}

.feature-image-with-caption {
    width: 100%;
    padding: 0;
    font-size: 13px!important;
}

.feature-image-caption {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 32px;
    text-align: center;
    font-size: 13px !important;
    {{#if headerBackgroundIsDark}}
        color: #ffffff;
        color: rgba(255, 255, 255, .6);
    {{else}}
        color: #15212a;
        color: rgba(0, 0, 0, 0.6);
    {{/if}}
    line-height: 1.5em;
}

.kg-card-figcaption {
    font-size: 13px;
}

/* -------------------------------------
    FEEDBACK BUTTONS
------------------------------------- */

.feedback-buttons-container {
    padding: 32px 0 24px;
    border-bottom: 1px solid {{dividerColor}};
    background-color: #ffffff;
    text-align: center;
}

.feedback-buttons-container {
    background-color: {{backgroundColor}};
}

.feedback-buttons {
    /*width: auto !important;*/
    width: 100% !important;
    margin: auto;
}

.feedback-buttons img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.feedback-button-text {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
    font-size: 13px !important;
    font-weight: 500;
    margin: 1em 0 0 0;
    line-height: 1.4em;
    word-break: break-word;
}

/* -------------------------------------
    LATEST POSTS TABLE
------------------------------------- */

.latest-posts-container {
    padding: 24px 0;
    border-bottom: 1px solid {{dividerColor}};
}

h3.latest-posts-header {
    margin: 0;
    padding: 8px 0 8px;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.latest-post {
    max-width: 600px !important;
    padding: 16px 0;
}

.latest-post a {
    text-decoration: none !important;
}

.latest-post-img a {
    display: block;
    height: 100px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.latest-post-img img {
    object-fit: cover;
}

.latest-post-title {
    padding-right: 12px;
}

.latest-post h4 {
    margin: 0;
    padding: 2px 0 4px;
    font-size: 18px;
    font-weight: {{titleWeight}};
}

.latest-post h4.no-image {
    padding: 12px 0 4px;
}

.latest-post h4 a {
    color: #15212A !important;
}

.latest-post p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}

/* Override latest post text colors with custom content color */
.latest-post-excerpt,
.latest-post-excerpt a,
.latest-post p,
.latest-post p a {
    {{#if backgroundIsDark}}
        color: #ffffff !important;
        color: rgba(255, 255, 255, .6) !important;
    {{else}}
        color: #15212a !important;
        color: rgba(0, 0, 0, 0.6) !important;
    {{/if}}
}

/* Custom heading colors for latest posts */
.latest-post-title h4 {
    {{#if sectionTitleColor}}
    color: {{sectionTitleColor}};
    {{else}}
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
    {{/if}}
}

.latest-post-title h4 a {
    {{#if sectionTitleColor}}
    color: {{sectionTitleColor}} !important;
    {{else}}
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
    {{/if}}
}

/* -------------------------------------
    SUBSCRIPTION DETAILS BOX
------------------------------------- */

.subscription-box {
    padding: 32px 0;
    border-bottom: 1px solid {{dividerColor}};
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
}

.subscription-box h3 {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.subscription-box p {
    margin-bottom: 0;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45em;
    text-decoration: none;
}


.subscription-box p a {
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
    text-decoration: none;
}
.manage-subscription {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    line-height: 1.45em;
    vertical-align: bottom;
}

.manage-subscription a {
    color: {{linkColor}};
    {{#if (eq linkStyle "regular")}}
    text-decoration: none;
    {{else if (eq linkStyle "bold")}}
    text-decoration: none;
    font-weight: 700;
    {{else}}
    text-decoration: underline;
    {{/if}}
}

/* -------------------------------------
    POST CONTENT
------------------------------------- */

.post-content {
    max-width: 600px !important;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #15212A;
    padding-bottom: 20px;
    border-bottom: 1px solid {{dividerColor}};
}

.post-content-sans-serif {
    max-width: 600px !important;
    font-size: 17px;
    line-height: 1.5em;
    color: #15212A;
    padding-bottom: 20px;
    border-bottom: 1px solid {{dividerColor}};
}

{{#if headerBackgroundColor}}
.post-content-row > td {
    padding-top: 32px;
}
{{else}}
.body:first-of-type .post-content-row > td {
    padding-top: 32px;
}

.header-image-row:last-of-type .header-image {
  padding-bottom: 48px;
}

.site-info-row:last-of-type .site-info {
    padding-bottom: 32px;
}
{{/if}}

.post-content a,
.post-content-sans-serif a {
    color: {{linkColor}};
    {{#if (eq linkStyle "regular")}}
    text-decoration: none;
    {{else if (eq linkStyle "bold")}}
    text-decoration: none;
    font-weight: 700;
    {{else}}
    text-decoration: underline;
    {{/if}}
}

a[data-flickr-embed] img {
    height: auto;
}

.kg-header-card {
    margin: 0 0 1.5em 0;
    padding: 110px 35px 110px 35px;
    text-align: center;
}

.kg-header-card.kg-size-small {
    padding-top: 75px;
    padding-bottom: 75px;
}

.kg-header-card.kg-size-large {
    padding-top: 140px;
    padding-bottom: 140px;
}

.kg-header-card.kg-align-left {
    text-align: left;
}

.kg-header-card.kg-style-image {
    background-color: #e7e7eb;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.kg-header-card h2 {
    font-size: 32px;
    font-weight: {{titleWeight}};
    line-height: 1.1em;
    margin: 0 0 0.125em;
}

.kg-header-card.kg-size-small h2 {
    font-size: 26px;
}

.kg-header-card.kg-size-large h2 {
    font-size: 36px;
}

.kg-header-card h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}

.kg-header-card h3 strong {
    font-weight: 600;
}

.kg-header-button-wrapper {
    padding-top: 20px;
}

/* Header v2 */

.kg-header-card.kg-v2 {
    padding: 0;
    text-align: inherit;
}

.kg-header-card.kg-v2 .kg-header-card-image {
    height: 320px;
    background-repeat: no-repeat;
}

.kg-header-card.kg-v2 .kg-header-card-content {
    padding: 40px;
}

.kg-header-card.kg-v2 .kg-header-card-heading {
    margin: 0;
    line-height: 1em;
}

.kg-header-card.kg-v2 .kg-header-card-subheading-wrapper {
    padding: 16px 0 0;
}

.kg-header-card.kg-v2 .kg-header-card-subheading {
    margin: 0;
    font-size: 17px;
    line-height: 1.5em;
}

.kg-header-card.kg-v2 .kg-header-card-heading a,
.kg-header-card.kg-v2 .kg-header-card-subheading a {
    color: inherit;
    text-decoration: underline;
}

.kg-header-card.kg-header-card-dark-bg a {
    color: #ffffff !important;
}

.kg-header-card.kg-header-card-light-bg a {
    color: #000000 !important;
}
.kg-audio-card {
    width: auto;
    width: 100%;
    margin: 0 auto 1.5em;
    border-radius: 3px;
    {{#if backgroundIsDark}}
        background-color: #15212A;
        background-color: rgba(0, 0, 0, 0.15);
        border: 1px solid #343434;
        border: 1px solid rgba(255, 255, 255, 0.25);
    {{else}}
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.25);
        border: 1px solid #e0e7eb;
        border: 1px solid rgba(0, 0, 0, 0.12);
    {{/if}}
}
.kg-audio-title {
    display: block;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none !important;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
}
.kg-audio-play-button {
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
    border-style: solid;
    border-width: 8px 0px 8px 16px;
    border-color: transparent transparent transparent currentColor;
}
.kg-audio-duration {
    display: block;
    text-decoration: none !important;
    font-size: 13px;
    {{#if backgroundIsDark}}
    color: #ffffff !important;
    color: rgba(255, 255, 255, 0.6) !important;
    {{else}}
    color: #15212a !important;
    color: rgba(0, 0, 0, 0.6) !important;
    {{/if}}
}
.kg-audio-link {
    {{#if backgroundIsDark}}
    color: #ffffff !important;
    color: rgba(255, 255, 255, 0.6) !important;
    {{else}}
    color: #15212a !important;
    color: rgba(0, 0, 0, 0.6) !important;
    {{/if}}
}

.kg-file-card {
    width: auto;
    width: 100%;
    margin: 0 0 1.5em 0;
    border-radius: 3px;
    {{#if backgroundIsDark}}
        background-color: #15212A;
        background-color: rgba(0, 0, 0, 0.15);
        border: 1px solid #343434;
        border: 1px solid rgba(255, 255, 255, 0.25);
    {{else}}
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.25);
        border: 1px solid #e0e7eb;
        border: 1px solid rgba(0, 0, 0, 0.12);
    {{/if}}
}
.kg-file-title {
    display: block;
    width: 100%;
    padding-left: 12px;
    padding-top: 8px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none !important;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
}
.kg-file-description {
    display: block;
    width: 100%;
    padding-left: 12px;
    padding-top: 2px;
    font-size: 15px;
    line-height: 1.4em;
    text-decoration: none !important;
    {{#if backgroundIsDark}}
    color: #ffffff !important;
    color: rgba(255, 255, 255, 0.6) !important;
    {{else}}
    color: #15212a !important;
    color: rgba(0, 0, 0, 0.6) !important;
    {{/if}}
}
.kg-file-meta {
    display: block;
    width: 100%;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 1.4em;
    text-decoration: none !important;
    {{#if backgroundIsDark}}
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
    {{else}}
    color: #15212a;
    color: rgba(0, 0, 0, 0.6);
    {{/if}}
}
.kg-file-name {
    font-weight: 500;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}} !important;
}
.kg-file-thumbnail {
    position: relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    background-color: {{accentColor}} !important;
}
.kg-twitter-card {
    width: auto;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid #e0e7eb;
}

.kg-toggle-card {
    border-radius: 4px;
    margin-bottom: 24px;
    width: 100%;
    {{#if backgroundIsDark}}
        background-color: #15212A;
        background-color: rgba(0, 0, 0, 0.15);
        border: 1px solid #343434;
        border: 1px solid rgba(255, 255, 255, 0.25);
    {{else}}
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.25);
        border: 1px solid #e0e7eb;
        border: 1px solid rgba(0, 0, 0, 0.12);
    {{/if}}
}

.kg-toggle-heading {
    margin: 0;
    padding: 24px 24px 12px;
}

.kg-toggle-heading h4 {
    margin: 0;
    font-weight: {{titleWeight}};
    {{#if sectionTitleColor}}
    color: {{sectionTitleColor}};
    {{else if backgroundIsDark}}
    color: #ffffff !important;
    {{else}}
    color: #15212A !important;
    {{/if}}
}

.kg-toggle-content {
    {{#if backgroundIsDark}}
    color: #ffffff;
    {{else}}
    color: #15212A;
    {{/if}}
    font-size: 16px;
    line-height: 1.5;
    padding: 0 24px 24px;
}

.kg-toggle-content > *:last-of-type {
    margin-bottom: 0;
}

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

.kg-paywall h3 {
    text-wrap: pretty;
}

.kg-paywall p {
    max-width: 440px;
    margin: 0 auto 1.5em auto;
    text-wrap: pretty;
    color: {{#if backgroundIsDark}}#ffffff{{else}}#15212A{{/if}};
}


/* -------------------------------------
    HEADER, FOOTER, MAIN
------------------------------------- */

.header {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.header-content {
    margin: 0 auto !important;
    padding: 0;
}

.header-main {
    border-spacing: 20px 0;
    width: 100%;
    max-width: 600px;
    background: #ffffff;
    {{#if headerBackgroundColor}}
    background-color: {{headerBackgroundColor}};
    {{else}}
    background-color: transparent;
    {{/if}}
}

.mobile-only {
    display: none;
}

.hide-desktop {
    display: none;
}

/* -------------------------------------
    RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
@media only screen and (max-width: 620px) {

    .hide-mobile {
        display: none;
    }

    .mobile-only {
        display: initial !important;
    }

    .hide-desktop {
        display: initial !important;
    }

    .desktop-only {
        display: none !important;
    }

    table.body p,
    table.body ul,
    table.body ol,
    table.body td {
        font-size: 16px;
    }

    table.header .post-excerpt {
        font-size: 16px !important;
    }

    table.body .kg-callout-card {
        padding: 16px 24px !important;
    }

    table.body .kg-callout-text {
        font-size: 16px !important;
        line-height: 1.5em !important;
    }

    table.body pre {
        white-space: pre-wrap !important;
        word-break: break-word !important;
    }

    table.body .main,
    table.header .header-main {
        border-spacing: 10px 0 !important;
        border-left-width: 0 !important;
        border-radius: 0 !important;
        border-right-width: 0 !important;
    }

    table.header .site-icon {
        padding-top: 0 !important;
    }

    table.header .site-info {
        padding-top: 24px !important;
    }

    table.header .post-title-link {
        margin-top: 24px !important;
    }

    table.header .post-meta-wrapper {
        padding-bottom: 24px !important;
    }

    table.header .site-icon img {
        width: 36px !important;
        height: 36px !important;
    }

    table.header .site-url a {
        font-size: 13px !important;
        padding-bottom: 16px !important;
    }

    table.header .post-meta,
    table.header .post-meta-date {
        white-space: normal !important;
        font-size: 13px !important;
        line-height: 1.2em;
    }

    table.header .post-meta,
    table.header .view-online {
        width: 100% !important;
    }

    table.header .post-meta-left,
    table.header .post-meta-left.view-online {
        width: 100% !important;
        text-align: left !important;
    }

    table.header .post-meta.view-online-mobile {
        display: table-row !important;
    }

    table.header .post-meta-left.view-online-mobile,
    table.header .post-meta-left.view-online-mobile .view-online {
        text-align: left !important;
    }

    table.header .post-meta.view-online.desktop {
        display: none !important;
    }

    table.header .view-online {
        text-decoration: underline;
    }

    table.body .footer p,
    table.body .footer p span {
        font-size: 13px !important;
    }

    table.header .view-online-link,
    table.body .footer,
    table.body .footer a {
        font-size: 13px !important;
    }

    table.header .post-title a {
        font-size: 26px !important;
        line-height: 1.1em !important;
    }

    table.feedback-buttons {
        display: table !important;
        width: 100% !important;
        max-width: 390px;
    }

    table.feedback-buttons img {
        display: inherit !important;
    }

    table.body .feedback-button-text {
        display: none!important;
    }

    table.body .latest-posts-header {
        font-size: 12px !important;
    }

    table.body .latest-post-title {
        padding-right: 8px !important;
    }

    table.body .latest-post h4,
    table.body .latest-post h4 span {
        padding: 4px 0 6px !important;
        font-size: 15px !important;
    }

    table.body .latest-post-excerpt,
    table.body .latest-post-excerpt a,
    table.body .latest-post-excerpt span {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    table.body .subscription-box h3 {
        font-size: 14px !important;
    }

    table.body .subscription-box p,
    table.body .subscription-box p span {
        font-size: 13px !important;
    }

    table.body .subscription-details,
    table.body .manage-subscription {
        display: inline-block;
        width: 100%;
        text-align: left !important;
        font-size: 13px !important;
    }

    table.body .subscription-details {
        padding-bottom: 12px;
    }

    table.body h1 {
        font-size: 32px !important;
        line-height: 1.3em !important;
    }

    table.body h2,
    table.body h2 span {
        font-size: 26px !important;
        line-height: 1.22em !important;
    }

    table.body h3 {
        font-size: 21px !important;
        line-height: 1.25em !important;
    }

    table.body h4 {
        font-size: 19px !important;
        line-height: 1.3em !important;
    }

    table.body h5 {
        font-size: 16px !important;
        line-height: 1.4em !important;
    }

    table.body h6 {
        font-size: 16px !important;
        line-height: 1.4em !important;
    }

    table.body blockquote {
        font-size: 16px !important;
        line-height: 1.6em;
        margin-bottom: 0;
    }

    table.body blockquote p {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    table.body blockquote.kg-blockquote-alt {
        border-left: 0 none !important;
        margin: 0 !important;
        font-size: 18px !important;
        line-height: 1.4em !important;
    }

    table.body blockquote.kg-blockquote-alt p {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    table.body hr {
        margin: 2em 0 !important;
    }

   .feature-image-caption {
        font-size: 13px!important;
   }

   .kg-card-figcaption {
        font-size: 13px!important;
    }

   .kg-card-figcaption p, .kg-card-figcaption p span {
        font-size: 13px!important;
   }
}

@media all {
    .subscription-details p.hidden {
        display: none !important;
    }
}

{{#if showBadge}}
    .footer-powered {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .gh-powered {
        width: 142px;
        height: 30px;
    }
{{/if}}

</style>
<!--[if mso]>
<style type="text/css">
    ul, ol { margin-left: 1.5em !important; } {{!-- fix bullets/numbers not appearing for lists in older Outlook versions --}}
</style>
<![endif]-->
