body {
    font-family: Roboto, sans-serif;

}

body {
    background-color: #26282A;
    font-weight: 300;
    color: #fff;
}

.content {
    width: 70%;
    margin: 0 auto;
}

/*@media (min-width: 1000px) {*/
/*    #site-main {*/
/*        margin-top: 82px;*/
/*    }*/
/*}*/

h1 {
    font-size: 2.25em;
    color: white;
    font-weight: 200;
    margin: 2rem auto 2rem;
}

h2 {
    font-size: 1.75em;
    font-weight: 100;
    margin-top: 30px;
    line-height: 1.25em;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #f19615;
    margin-top: 40px;
    margin-bottom: 20px;
}

h4 {
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    color: #9EA0A5;
    margin: 2rem 0 1rem 0;
}

figure img, figure img.kg-image {
    display: block;
    max-width: 100%;
    margin: 50px 0;
}

/*.kg-btn is a link and not a <button>*/
article button, article a.kg-btn {
    margin: 20px auto;
}

.kg-width-wide {
    position: relative;
    width: 85vw;
    min-width: 100%;
    margin: auto calc(50% - 50vw);
    transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

article figure {
    margin: 0 auto;
    text-align: center;
}

article figcaption {
    text-align: left;
    font-style: italic;
    color: #b7b8b8;
    margin-bottom: 40px;
}

.kg-image-card figcaption {
    margin-top: -35px;
    display: block;
}

.kg-code-card pre {
    margin-bottom: 40px;
}

.kg-code-card figcaption {
    margin-top: 15px;
}

body {
    margin: 0;
}

header {
    padding: 15px 25px;
    background-color: #000;
    color: #fff;
}
.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 900px !important;
    width: 100% !important;
}

figcaption {
    max-width: 900px;
    width: 100%;
    display: inline-block;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

.kg-bookmark-card {
    width: 100%;
    position: relative;
}

.kg-bookmark-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
    text-decoration: none;
}

.kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    padding: 20px;
    order: 1;
}

.kg-bookmark-title {
    font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
    margin-top: .5em;
}

.kg-bookmark-metadata {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kg-bookmark-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kg-bookmark-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-right: .5em;
    margin-bottom: .05em;
}

.kg-bookmark-thumbnail {
    display: flex;
    flex-basis: 24rem;
    flex-grow: 1;
}

.kg-bookmark-thumbnail img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

.kg-bookmark-author {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-bookmark-publisher::before {
    content: "•";
    margin: 0 .5em;
}


.text-upper {
    text-transform: uppercase;
}

a {
    color: #fff;
    text-decoration: none;
}

a.underline, .post-content p a, .post-content li a, .post-content u a {
    /* strange hack for displaying link box shadows in Chrome. Need the second box-shadow */
    box-shadow: 0 1px 0 0 #ed6f09, 0 0 1px 0 #26282a !important;
    -moz-box-shadow: 0 1px 0 0 #ed6f09, 0 0 1px 0 #26282a !important;
    -webkit-box-shadow: 0 1px 0 0 #ed6f09, 0 0 1px 0 #26282a !important;
    text-decoration: none;
}

a:hover {
    color: #f19615;
    cursor: pointer;
}

.post-datetime {
    font-weight: 500;
    color: #9EA0A5;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.25pt;
}

.post-content-wrapper {
    border-top: 1px solid #3f4143;
    border-bottom: 1px solid #3f4143;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.post-author {
    font-size: 22px;
    color: #fff;
}

.post-author a{
    color: #f19615;
}

/* Ghost is inserting inline styles that look awful, attempting to override, but not expecting much */
table {
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    font-size: 10pt !important;
    text-align: left;
    border: none !important;
    border-collapse: collapse !important;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 10px;
}
table > tbody > tr:nth-of-type(odd) {
    background-color: #2e3135 !important;
}
table tbody tr td {
    color: #fff !important;
    border: none !important;
    font-size: 10pt !important;
    font-family: 'Roboto', sans-serif !important;
}
table tbody tr td span, table tbody tr td span p {
    color: #fff !important;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt !important;
}

table th, table td {
    padding: 4px 8px !important;
    vertical-align: top;
}
table th {
    text-transform: uppercase;
    font-weight: 500 !important;
    background-color: #3e4145 !important;
    color: #b9b9b9 !important;
    border: none !important;
    font-size: 10pt !important;
    font-family: 'Roboto', sans-serif !important;
}
table thead tr th span, table thead tr th span p {
    color: #b9b9b9 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt !important;
}

.threat-name-col {
    color: #f19615;
    font-weight: 400;
}

td code {
    word-break: break-all;
}

code {
    font-family: 'Fira Mono', monospace;
    color: #f19615;
    font-weight: 300;
}

.code {
    background-color: #26282a;
    color: #f19615;
    border: 2px solid #5c656d;
    padding: 20px;
    margin: 10px 0 40px 0;
}


hr {
    border-top: 1px solid #3f4143;
    margin: 40px 0;
    opacity: 1;
}

.coverage-check img {
    width: 20px;
    height: auto;
    margin: -3px 0;
    display: inline-block;
}

.threat-coverage-table {
    margin: auto;
    max-width: 400px;
}

table.threat-coverage-table td, table.threat-coverage-table th {
    padding: 6px 20px;
}

.card-body h2 {
    font-size: 1.5em;
}

.alt-layout-row {
    background-color: #2f3134;
}

.alt-layout-row-dk {
    background-color: #212224;
}

.card-body {
    margin: 10px;
}

.card-body h2 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.preview-attributes, h5 {
    text-transform: uppercase;
    color: #9EA0A5;
    letter-spacing: 1.2pt;
    font-weight: 500;
    font-size: .9em;
}

.preview-attributes a {
    color: #f19615;
}

.category {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8em;
    background-color: #5c656d;
    border-radius: 2px;
    padding: 4px 8px;
    letter-spacing: 1.1pt;
    margin: 2px 3px 2px 0;
    width: auto;
    display: inline-block;
}

.post-card-wrapper {
    border-bottom: 1px solid #3f4143;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.post-card-image {
    width: 100%;
    height: auto;
}


.post-wrapper {
    background-color: #212224;
}

#featured-post-wrapper {
    margin-bottom: 20px;
}


.content-header {
    border-bottom: 1px solid #3f4143;
}

.content-header-tag {
    display: inline-block;
    width: auto;
    background-color: #006db5;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
    font-weight: 500;
    font-size: .9em;
}

.featured-post-date {
    display: inline-block;
    float: right;
}

.post-full-content {
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
}

.post-full-content article {
    max-width: 900px;
    width: 100%;
}

@media (min-width: 575px) {
    .post-full-content {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 1700px) {
    .post-full-content {
        justify-content: center;
        margin-left: 370px;
    }
    .post-full-content.page-full-content {
        margin-left: auto;
    }
}

.post-full-content article.blog-series-article, .post-full-content article.no-image {
    margin-top: 100px;
}


/*Side bar*/
/* shared sidebar styles*/

.sidebar {
    border-bottom: 1px solid #2d2f31;
    padding: 20px 40px;
}
.sidebar h4 {
    font-weight: 500;
    font-size: .9em;
    color: #fff;
    border-bottom: 1px solid #4e5255;
    padding-bottom: 6px;
}
.sidebar h3 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}
.sidebar p {
    font-size: .9em;
    color: #d7d3d3;
}
.sidebar .preview-attributes {
    font-size: .75em;
    padding-bottom: 12px;
    border-bottom: 1px solid #3b3e41;
}

#home-side-bar {
    padding-top: 50px;
}
#home-side-bar .sidebar-snippet-wrapper {
    margin: 70px auto;
}

#side-bar {

}
@media (min-width: 992px) {
    #side-bar {
        max-width: 370px;
        width: 25%;
    }
}

#side-bar h4 {
    margin-top: 90px;
}

#side-bar h3 {
    margin: 50px 0 10px 0;
}

#side-bar p {
    margin-bottom: 70px;
}

.authors-block {
    margin-top: 30px;
}

.feature-image-wrapper {
    text-align: center;
    width: 100%;
    margin: auto;
}

#featured-post-row .content-divider {
    margin-bottom: 60px;
}

.sidebar-snippet-wrapper {
    max-width: 650px;
}

.sidebar-snippet-wrapper .preview-attributes {
    margin: 10px 0;
    display: block;
}

.sidebar-series-image {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.latest-newsletter {
    background-image: url('../images/threat-source-newsletter-graphic.svg');
    min-height: 150px;
}
.latest-vuln-spotlight {
    background-image: url('../images/vuln-spotlight-graphic.svg');
    min-height: 230px;
}
.latest-threat-spotlight {
    background-image: url('../images/threat-spotlight-graphic.svg');
    min-height: 230px;
}
.latest-threat-advisory {
    background-image: url('../images/threat-advisory-graphic.svg');
    min-height: 150px;
}

@media (min-width: 992px) {
    .latest-newsletter, .latest-threat-advisory {
        min-height: 85px;
    }
    .latest-vuln-spotlight, .latest-threat-spotlight {
        min-height: 150px;
    }
}




.tag-header {
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
}

.post-count {
    font-size: .7em;
    font-weight: 400;
    margin-left: 10px;
    background-color: #4b4b4e;
    padding: 2px 8px;
    border-radius: 15px;
}

.tag-wrapper .post-count {
    padding: 2px 6px;
}

.description-wrapper {
    background-color: #212224;
}

.oldest-date, .newest-date {
    display: inline-block;
}

.oldest-date {
    float: right;
    margin-left: 6px;
}

.small-link {
    font-size: .8em;
    color: #9ea0a6;
}

.gh-portal-triggerbtn-container:before, .gh-portal-triggerbtn-container {
    border-radius: 2px !important;
}

#ghost-portal-root .gh-portal-triggerbtn-container:before, .gh-portal-triggerbtn-container {
    border-radius: 2px !important;
}

.modal-header {
    border-bottom: none;
    display: block;
    padding: 0;
}
.cancel-modal-btn {
    color: #fff;
    font-size: .75em;
    opacity: 0.75;
    font-weight: 400;
    margin-top: 6px;
    margin-right: 6px;
    text-transform: uppercase;
    float: right;
    background-color: #212426;
    border: none;
    border-radius: 2px 4px 2px 2px;
    padding: 4px 23px 4px 10px;
    background-size: 12px;
    background-position: right 6px top 6px;
    background-image: url('../images/icon_delete_white_x.svg');
    background-repeat: no-repeat;
}
.cancel-modal-btn:hover {
    opacity: 1;
}

.modal-content {
    background-color: #303338;;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.subscribe-form-title {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 30px;
}
.subscribe-form-title .header-highlight {
    color: #f19615;
    font-size: 1.25em;
    font-weight: 400;
}
.subscribe-form-description {
    text-align: center;
    font-size: .9em;
    margin-bottom: 4px;
}
.subscribe-email {
    width: 100%;
    border: none;
    border-radius: 2px;
    padding: 10px 7px;
}
form .subscribe-button, form .subscription-submit {
    display: block;
    margin: 20px auto;
    font-size: 1em;
}
.modal-backdrop.show {
    background-color: #000000;
    opacity: 0.5;
}
.sidebar{
    .subscribe-button.ts-subscribe-button {
        margin-top: 15px;
        position: absolute;
    }
}
.subscribe-button.ts-subscribe-button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 16px;
    color: #fff;
    border: none;
    border-radius: 2px;
    -webkit-transition: background .5s;
    background-color: #393d43;
}
.subscribe-button.ts-subscribe-button:hover {
    background-color: #f19615;
}

.subscribe-button.ts-subscribe-button:hover {
    background-color: #d67e01 !important;
    color: #fff;
}

.social-media-wrapper {
    text-align: center;
    margin-top: 50px;
}
.social-media-share-list {
    list-style: none;
    padding-left: 0;
}
.social-media-share-list li {
    display: inline-block;
    margin: 8px;
}
.social-media-share-list li a{
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.social-media-share-list li a.share-facebook {
    background-image: url('../images/icon_fb-share_grey.svg');
}
.social-media-share-list li a.share-x {
    background-image: url('../images/icon_x-share_grey.svg');
}
.social-media-share-list li a.share-linkedin {
    background-image: url('../images/icon_li-share_grey.svg');
}
.social-media-share-list li a.share-reddit {
    background-image: url('../images/icon_re-share_grey.svg');
}
.social-media-share-list li a.share-email {
    background-image: url('../images/icon_em-share_grey.svg');
}

.categories-list-wrapper {
    column-count: 3;
    column-gap: 2em;
}

.categories-list-wrapper ul {
    list-style: none;
    padding-left: 0;
    display: inline;
}

.categories-list-wrapper li {
    margin-bottom: 0;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: inline-block;
    width: 100%;
}

#categories-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
}

#categories-list li {
    margin: 0;
}

.message-success, .message-error {
    text-align: center;
    margin-top: 12px;
}

.message-success::before, .message-error::before {
    display:inline-block;
    width: 20px;
    height: 20px;
    content: '';
    background-repeat: no-repeat;
}

.message-success::before {
    background-image: url('../images/icon_check_green.svg');
}
.message-error::before {
    background-image: url('../images/icon_warning_small.svg');
    margin-bottom: -4px;
    margin-right: -5px;
}

.form-section-wrapper {
    background-color: #26282b;
    border-radius: 2px;
    padding: 15px 15px 4px 15px;
}

ul, ol {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

ul li, ol li {
    margin: 10px 0;
}

li ul, li ol {
    margin-top: 0;
    margin-bottom: .5em;
    li {
        margin: 10px 0;
        &:last-of-type {
            margin-bottom: 20px;
        }
    }
}





pre {
    background-color: #26282a;
    color: #f19615;
    border: 2px solid #5c656d;
    padding: 20px;
    width: 100%;
    margin: 30px 0;
    border-radius: 0;
    word-wrap: break-word;
    line-height: 1.25em;
    font-family: 'Fira Mono', monospace;
}

code {
    font-family: 'Fira Mono', monospace;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: break-spaces;
    line-height: 1.25em;
    background-color: transparent;
    border: none;
    margin: 0;
    color: #f19615;
    border-radius: 0;
    font-weight: 300;
    font-size: .95em;
}

.kg-button-card {
    display: block !important;
}

.kg-button-card a.kg-btn {
    display: inline-block !important;
    line-height: 2.35em !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    border-radius: 2px !important;
    font-weight: 400 !important;
    margin-bottom: 30px;
}

u {
    text-decoration: none !important;
}

/* Overrides Ghost default display sizes of videos */
iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    margin: 20px auto;
}

/* Overriding Ghosts new card settings */
/* Used on year in review pages */
.kg-product-card-container {
    background-color: transparent !important;
    color: inherit !important;
}
/* Used on some posts with a download button */
.kg-file-card-container {
    background-color: #3a3c40 !important;
    color: inherit !important;
}

.kg-file-card-container:hover {
    background-color: #3e4044 !important;
}
.kg-file-card-container:hover .kg-file-card-icon {
    opacity: 1;
}

.kg-file-card-icon {
    background-color: #086eb6 !important;
    border-radius: 4px !important;
    color: #fff !important;
    opacity: .85;
}

.kg-file-card-icon:before {
    background: transparent !important;
}

.kg-file-card-icon svg {
    color: #fff !important;
}