/*NC Live Center Extension CSS*/
/*Begin extension CSS 318, Key Events*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container .key-event {
        display: flex;
        padding: 5px 0;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time {
        white-space: nowrap;
        text-align: right;
        margin-right: 10px;
        color: #a5a5a5;
        display: flex;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-time::after {
            display: flex;
            width: 5px;
            height: 5px;
            flex-shrink: 0;
            border-radius: 10px;
            background-color: #1b1b1b;
            content: "";
            margin-left: 10px;
        }

    .ncpost-channelcontent-container .key-events-container .key-event-title {
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-title a {
            margin-left: 4px;
        }

    .ncpost-channelcontent-container .key-events-container .key-event #delete-event {
        display: none !important;
    }

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container .key-event #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-linked {
    padding-right: 35px;
    position: relative;
    margin-bottom: 30px;
}

    .ncpost-linked .ncpost-container {
        margin-bottom: 0;
    }

    .ncpost-linked .ncpost-linked-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #delete-event {
    display: none !important;
}

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #delete-event {
    display: none !important;
}

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-top-text-container h5 {
    margin: 0;
    font-size: 22px;
}

.ncpost-top-text-container blockquote {
    margin: 0;
    padding: 0 30px;
    border-left: 5px solid red;
}

.ncpost-top-text-container .ncpost-image {
    max-width: 100%;
    max-height: 500px;
}

.ncpost-top-text-container .ncpost-image-byline {
    margin: 0;
    color: #7e7e7e;
    font-size: 14px;
    text-align: center;
}

.ncpost-container {
    padding: 10px 15px;
    background-color: #FFF;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
}

    .ncpost-container p {
        margin: 0 0 10px;
    }

    .ncpost-container .ncpost-embed-element {
        text-align: center;
    }

    .ncpost-container iframe {
        min-height: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .ncpost-container blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid #eee;
    }

    .ncpost-container iframe.instagram-media.instagram-media-rendered {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .ncpost-container .ncpost-header {
        width: 100%;
        font-size: 14px;
    }

    .ncpost-container .ncpost-title {
        margin: 3px 0 5px 0;
        font-size: 23px;
        display: inline-block;
        width: 100%;
        line-height: 28px;
    }

    .ncpost-container .ncpost-link {
        clear: both;
        min-height: 120px;
        display: block;
        margin-bottom: 10px;
        margin-top: 15px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 15px;
        background: #f7f7f7;
    }

        .ncpost-container .ncpost-link iframe {
            width: 100%;
            height: 400px;
            border: none;
            margin-top: 5px;
        }

        .ncpost-container .ncpost-link a,
        .ncpost-container .ncpost-link a:visited,
        .ncpost-container .ncpost-link a:active {
            display: inline;
            color: #0078c8;
            margin-top: 2px;
            font-size: 20px;
            width: 100%;
            line-height: 24px;
        }

        .ncpost-container .ncpost-link img {
            float: right;
            max-height: 100px;
            margin: 0px 0px 15px 15px;
        }

        .ncpost-container .ncpost-link .ncpost-link-site {
            font-size: 13px;
            color: #b7b7b7;
            display: block;
            margin-top: 3px;
            margin-bottom: 3px;
        }

        .ncpost-container .ncpost-link.sublink {
            margin-top: 15px;
        }

            .ncpost-container .ncpost-link.sublink a,
            .ncpost-container .ncpost-link.sublink a:visited,
            .ncpost-container .ncpost-link.sublink a:active {
                font-size: 18px;
                margin: 0;
                line-height: 20px;
            }

    .ncpost-container .ncpost-breaking {
        background-color: #ffd800;
        padding: 3px;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .ncpost-container .ncpost-header .ncpost-timestamp {
        display: inline-flex;
        align-items: center;
        direction: ltr;
        color: #DE4A14;
        width: 210px;
        float: left;
    }

        .ncpost-container .ncpost-header .ncpost-timestamp a,
        .ncpost-container .ncpost-header .ncpost-timestamp a:visited {
            color: #DE4A14;
            text-decoration: none;
        }

        .ncpost-container .ncpost-header .ncpost-timestamp svg {
            fill: #DE4A14;
        }

        .ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock {
            margin-right: 3px;
            display: inline-block;
            width: 12px;
        }

    .ncpost-container h5 {
        font-size: 16px;
    }

    .ncpost-container .ncpost-header .ncpost-byline {
        color: #B7B7B7;
        text-align: right;
    }

    .ncpost-container .ncpost-tagquant {
        width: 100%;
        font-size: 14px;
        color: #14B0E6;
        display: block;
    }

        .ncpost-container .ncpost-tagquant a {
            color: #14B0E6;
        }

        .ncpost-container .ncpost-tagquant .fa {
            font-size: 12px;
        }

        .ncpost-container .ncpost-tagquant .ncpost-quants {
            color: #14B0E6;
            float: left;
        }

        .ncpost-container .ncpost-tagquant .ncpost-tagquant-icon {
            color: #B7B7B7;
        }

        .ncpost-container .ncpost-tagquant .ncpost-tags {
            text-align: right;
            float: right;
        }

    .ncpost-container .ncpost-image {
        max-width: 100%;
        max-height: 500px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        margin-right: auto;
        display: block;
        margin-left: auto;
    }

    .ncpost-container .ncpost-image-byline {
        width: 100%;
        text-align: center;
    }

    .ncpost-container .ncpost-image-byline-description {
        color: #B7B7B7;
        font-size: 14px;
    }

    .ncpost-container .ncpost-image-byline-source {
        color: #D6D6D6;
        font-size: 12px;
        padding-left: 5px;
    }

    .ncpost-container .ncpost-twitter-container {
        clear: both;
        padding-top: 5px;
        text-align: center;
        display: block;
    }

        .ncpost-container .ncpost-twitter-container .twitter-tweet {
            margin-left: auto;
            margin-right: auto;
        }

    .ncpost-container .ncpost-facebook-oembed-container {
        padding-bottom: 10px;
        position: relative;
    }

    .ncpost-container .ncpost-instagram-oembed-container {
        padding-bottom: 10px;
        position: relative;
    }

.ncpost-pinned .ncpost-container {
    background: #ffead3;
}

    .ncpost-pinned .ncpost-container .ncpost-comment {
        background: #ffffff;
    }

.ncpost-importance-3 {
    border-bottom: 6px solid #de4a14;
}

.ncpost-importance-2 {
    border-bottom: 6px solid #FFBC30;
}

.ncpost-tags .ncpost-tagquantele {
    color: #b7b7b7;
    margin-left: 7.5px;
    display: inline-block;
}

    .ncpost-tags .ncpost-tagquantele.ncpost-tag-clickable {
        color: #14B0E6;
        cursor: pointer;
        text-decoration: underline;
    }

.ncpost-quants .ncpost-tagquantele {
    margin-right: 7.5px;
    display: inline-block;
}

.ncpost-table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

    .ncpost-table thead {
        vertical-align: middle;
        border-color: inherit;
    }

    .ncpost-table tr th {
        border: 1px solid #ddd;
        border-bottom-width: 2px;
        vertical-align: bottom;
        padding: 8px;
    }

        .ncpost-table tr th.first-child {
            border-top: 0;
        }

    .ncpost-table tr td {
        border: 1px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

.ncpost-table-of-contents .ncpost-contentstable-entry {
    cursor: pointer;
    color: #14b0e6;
    font-weight: 500;
}

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5 {
        margin-left: 20px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4 {
        font-size: 17px;
        margin-left: 15px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3 {
        font-size: 19px;
        margin-left: 10px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2 {
        font-size: 21px;
        margin-left: 5px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1 {
        font-size: 23px;
    }

.ncpost-countdown-mutator {
    margin-top: 5px;
}

.ncpost-countdown-element {
    margin-bottom: 10px;
    background-color: #14b0e6;
    padding: 8px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    display: block;
}

.ncpost-countdown-wrapper {
    color: #FFF;
}

    .ncpost-countdown-wrapper:hover {
        color: #FFF;
    }

    .ncpost-countdown-wrapper:focus,
    .ncpost-countdown-wrapper:active,
    .ncpost-countdown-wrapper:visited {
        color: #FFF;
    }

.ncpost-countdown-link {
    color: #FFF;
    cursor: pointer;
}

    .ncpost-countdown-link:hover {
        color: #FFF;
        text-decoration: underline;
    }

    .ncpost-countdown-link:focus,
    .ncpost-countdown-link:active,
    .ncpost-countdown-link:visited {
        color: #FFF;
    }

.ncpost-countdown-time {
    min-width: 100px;
    display: inline-block;
}

.ncpost-countdown-displaytime {
    font-weight: bold;
}

.ncpost-countdown-icon {
    padding-right: 8px;
    opacity: 0.5;
}

.ncpost-youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .ncpost-youtube-embed iframe,
    .ncpost-youtube-embed object,
    .ncpost-youtube-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        min-height: initial;
        width: 100%;
        height: 100%;
    }

.ncpost-new-comment-toggle {
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    color: #008cba;
    cursor: pointer;
}

    .ncpost-new-comment-toggle svg {
        fill: #008cba;
    }

.ncpost-question-container .ncpost-new-comment-toggle {
    margin-bottom: 5px;
}

.ncpost-new-comment-panel {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ncpost-new-comment-panel ::placeholder {
        color: #b7b7b7;
    }

    .ncpost-new-comment-panel .ncpost-input-field {
        display: block;
        width: 100%;
        padding: 13px 15px;
        border: 1px solid #eeeeee;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        margin-bottom: 10px;
        outline: none;
    }

    .ncpost-new-comment-panel .ncpost-submit {
        outline: none;
        background-color: #008cba;
        border: none;
        color: #ffffff;
        cursor: pointer;
        padding: 12px 18px;
    }

    .ncpost-new-comment-panel .hidden-image-input {
        display: none;
    }

    .ncpost-new-comment-panel .img-upload-wrapper {
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        background-color: #f2f2f2;
        height: 42px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        font-weight: 700;
        cursor: pointer;
    }

        .ncpost-new-comment-panel .img-upload-wrapper span {
            margin-left: 5px;
        }

    .ncpost-new-comment-panel .inline-button {
        border-radius: 4px;
        float: right;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .ncpost-new-comment-panel .inline-button svg {
            fill: #f0086d;
        }

    .ncpost-new-comment-panel .img-loading-state {
        top: 20px;
        left: 0;
        right: 0;
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .ncpost-new-comment-panel .image-container {
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        position: relative;
        margin-bottom: 15px;
    }

        .ncpost-new-comment-panel .image-container img {
            max-width: 100%;
            max-height: 130px;
        }

.ncpost-comment {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f7f7f7;
    border-radius: 2px;
}

    .ncpost-comment .image-comment-container {
        text-align: center;
        padding: 10px;
    }

        .ncpost-comment .image-comment-container img {
            max-width: 100%;
            max-height: 500px;
        }

.lc-feed-container {
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333333;
}

    .lc-feed-container * {
        box-sizing: border-box;
    }

    .lc-feed-container .ncpost-container {
        margin-bottom: 20px;
    }

    .lc-feed-container .ncpost-title {
        font-weight: 600;
    }

    .lc-feed-container .inv-green-fill {
        fill: #49B869;
    }

    .lc-feed-container .inv-red-fill {
        fill: #EF402F;
    }

    .lc-feed-container .ncpost-up-arrow {
        font-weight: 600;
        color: #49B869;
    }

    .lc-feed-container .ncpost-down-arrow {
        font-weight: 600;
        color: #EF402F;
    }

    .lc-feed-container .lc-load-more {
        display: none;
        margin-bottom: 10px;
        color: #fff;
        background-color: #008cba;
        font-weight: bold;
        padding: 10px 25px;
        font-size: 17px;
        border: 1px solid #FFF;
        transition: color 0.1s, background-color 0.1s, fill 0.1s;
        cursor: pointer;
        overflow-anchor: none;
    }

        .lc-feed-container .lc-load-more:hover {
            background-color: #007aa3;
        }
/*End extension CSS 318, Key Events*/

/*Begin extension CSS 324, GIFs*/

/*End extension CSS 324, GIFs*/

/*Begin extension CSS 326, Football Scoreboard*/
.nc-football-scoreboard {
    font-family: Open Sans;
    margin: 30px 0;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    background-color: #fff
}

    .nc-football-scoreboard svg {
        width: 20px
    }

.nc-football-scoreboard-team-info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nc-football-scoreboard-team {
    display: flex;
    align-items: center;
    width: 35%
}

    .nc-football-scoreboard-team:last-child {
        justify-content: end
    }

.nc-football-scoreboard-team-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat
}

.nc-football-scoreboard-team-name {
    font-weight: 900;
    margin: 0 20px;
    font-size: 16px
}

.nc-football-scoreboard-scorebox {
    text-align: center
}

.nc-football-scoreboard-quarter {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
    color: #e90052
}

.nc-football-scoreboard-scores {
    display: flex;
    font-size: 40px;
    font-weight: 900;
    padding: 15px 10px;
    background-color: #222;
    color: #fff
}

.nc-football-scoreboard-score {
    width: 38px;
    line-height: 1
}

@media(max-width:600px) {
    .nc-football-scoreboard {
        padding: 15px
    }

    .nc-football-scoreboard-team-info {
        align-items: start
    }

    .nc-football-scoreboard-team {
        margin-top: 10px
    }

    .nc-football-scoreboard-team-image {
        width: 30px;
        height: 30px
    }

    .nc-football-scoreboard-team-name {
        font-size: 12px;
        margin: 0;
        white-space: nowrap;
        width: 70px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .nc-football-scoreboard-scores {
        font-size: 20px
    }

    .nc-football-scoreboard-score {
        width: 28px
    }
}

.nc-football-scoreboard-goals-container {
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.nc-football-scoreboard-separation {
    width: 1px;
    background-color: #ccc
}

.nc-football-scoreboard-goals {
    padding: 0 30px;
    width: 50%
}

    .nc-football-scoreboard-goals .nc-football-scoreboard-goal {
        justify-content: end
    }

    .nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal {
        justify-content: start
    }

.nc-football-scoreboard-goal {
    display: flex;
    margin: 5px 0
}

.nc-football-scoreboard-goal-name {
    margin: 0 5px
}

.nc-football-scoreboard .game-event-timeline {
    display: flex;
    position: relative;
    margin-top: 40px
}

    .nc-football-scoreboard .game-event-timeline .timeline-team-info {
        padding-right: 7px
    }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team {
            display: flex;
            align-items: center;
            padding: 5.5px 0
        }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code {
            text-transform: uppercase;
            font-weight: 900;
            font-size: 12px
        }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image {
            width: 25px;
            height: 25px;
            background-size: cover;
            background-position: center;
            background-color: #ccc;
            margin-right: 7px
        }

    .nc-football-scoreboard .game-event-timeline .timeline-group {
        position: relative;
        display: flex;
        align-items: center;
        z-index: 2;
        width: 100%
    }

        .nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info {
            visibility: hidden;
            position: absolute;
            white-space: nowrap;
            left: -24px;
            padding: 10px 15px;
            background-color: #f3f3f3;
            font-weight: 900;
            border-radius: 5px !important;
            align-items: center;
            opacity: 0;
            display: flex;
            box-shadow: 0 1px 1px rgba(0,0,0,.1);
            transition: ease .5s
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span {
                margin-right: 5px;
                display: flex;
                align-items: center
            }

        .nc-football-scoreboard .game-event-timeline .timeline-group .event-mark {
            position: absolute;
            font-size: 12px;
            font-weight: 900;
            background-color: #fff;
            cursor: pointer
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info {
                opacity: 1;
                visibility: visible
            }

        .nc-football-scoreboard .game-event-timeline .timeline-group svg {
            width: 15px
        }

        .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above {
            position: absolute;
            top: -15px
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info {
                top: -44px
            }

                .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info.sub {
                    top: -65px
                }

        .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below {
            position: absolute;
            top: 24px
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info {
                bottom: -39px
            }

                .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info.sub {
                    bottom: -60px
                }

    .nc-football-scoreboard .game-event-timeline .line {
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ccc;
        bottom: 35px
    }

.nc-football-scoreboard.dark-theme {
    background-color: #222;
    color: #fff;
    padding-top: 10px
}

    .nc-football-scoreboard.dark-theme .event-mark {
        background-color: #222 !important
    }

    .nc-football-scoreboard.dark-theme .line {
        border-bottom: 1px solid #434343 !important
    }

    .nc-football-scoreboard.dark-theme .hovered-info {
        background-color: #000 !important
    }

    .nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation {
        background-color: #434343 !important
    }

    .nc-football-scoreboard.dark-theme .goal {
        stroke: #eee
    }

.nc-football-scoreboard {
    font-family: "Open Sans",sans-serif;
    margin: 30px 0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    background-color: #fff
}

    .nc-football-scoreboard .icon-below {
        top: 18px !important
    }

    .nc-football-scoreboard .nc-football-scoreboard-team-info {
        align-items: end !important
    }

    .nc-football-scoreboard .nc-football-scoreboard-team {
        flex-direction: column
    }

        .nc-football-scoreboard .nc-football-scoreboard-team .nc-football-scoreboard-team-image {
            height: auto
        }

        .nc-football-scoreboard .nc-football-scoreboard-team:nth-of-type(3) {
            flex-direction: column-reverse
        }

    .nc-football-scoreboard .team-image {
        background-color: transparent !important
    }

    .nc-football-scoreboard svg {
        width: 20px
    }

.nc-football-scoreboard-team-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px
}

.nc-football-scoreboard-team {
    display: flex;
    align-items: center;
    width: 35%
}

    .nc-football-scoreboard-team:last-child {
        justify-content: end
    }

.nc-football-scoreboard-team-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat
}

.nc-football-scoreboard-team-name {
    font-weight: 400;
    margin: 0 20px;
    font-size: 16px
}

.nc-football-scoreboard-scorebox {
    text-align: center
}

.nc-football-scoreboard-quarter {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    color: #434343
}

.nc-football-scoreboard-scores {
    display: flex;
    font-size: 24px;
    font-weight: 900;
    padding: 15px 10px;
    gap: 35px;
    background-color: #fff;
    color: #434343
}

.nc-football-scoreboard-score {
    width: 38px;
    line-height: 1
}

@media(max-width:600px) {
    .nc-football-scoreboard {
        padding: 15px
    }

    .nc-football-scoreboard-team-info {
        align-items: start
    }

    .nc-football-scoreboard-team {
        margin-top: 10px
    }

    .nc-football-scoreboard-team-image {
        width: 30px;
        height: 30px
    }

    .nc-football-scoreboard-team-name {
        font-size: 12px;
        margin: 0;
        white-space: nowrap;
        width: 70px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .nc-football-scoreboard-scores {
        font-size: 20px
    }

    .nc-football-scoreboard-score {
        width: 28px
    }
}

.nc-football-scoreboard-goals-container {
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.nc-football-scoreboard-separation {
    width: 1px;
    background-color: #ccc
}

.nc-football-scoreboard-goals {
    padding: 0 30px;
    width: 50%
}

    .nc-football-scoreboard-goals .nc-football-scoreboard-goal {
        justify-content: end
    }

    .nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal {
        justify-content: start
    }

.nc-football-scoreboard-goal {
    display: flex;
    margin: 5px 0;
    color: #434343
}

    .nc-football-scoreboard-goal svg > path {
        fill: #434343
    }

.nc-football-scoreboard-goal-name {
    margin: 0 5px
}

.nc-football-scoreboard-goal-time {
    padding-right: 5px
}

.nc-football-scoreboard .game-event-timeline {
    display: flex;
    position: relative;
    margin-top: 40px
}

    .nc-football-scoreboard .game-event-timeline .timeline-team-info {
        padding-right: 7px
    }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team {
            display: flex;
            align-items: center;
            padding: 5.5px 0
        }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code {
            text-transform: uppercase;
            font-weight: 900;
            font-size: 12px
        }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image {
            width: 25px;
            height: 25px;
            background-size: cover;
            background-position: center;
            background-color: #ccc;
            margin-right: 7px
        }

    .nc-football-scoreboard .game-event-timeline .timeline-group {
        position: relative;
        display: flex;
        align-items: center;
        z-index: 2;
        width: 100%
    }

        .nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info {
            visibility: hidden;
            position: absolute;
            white-space: nowrap;
            left: -24px;
            padding: 10px 15px;
            background-color: #f3f3f3;
            font-weight: 900;
            border-radius: 5px !important;
            align-items: center;
            opacity: 0;
            display: flex;
            box-shadow: 0 1px 1px rgba(0,0,0,.1);
            transition: ease .5s
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span {
                margin-right: 5px;
                display: flex;
                align-items: center
            }

        .nc-football-scoreboard .game-event-timeline .timeline-group .event-mark {
            position: absolute;
            font-size: 12px;
            font-weight: 900;
            background-color: #fff;
            cursor: pointer
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info {
                opacity: 1;
                visibility: visible
            }

        .nc-football-scoreboard .game-event-timeline .timeline-group svg {
            width: 15px
        }

        .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above {
            position: absolute;
            top: -15px
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info {
                top: -44px
            }

                .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info.sub {
                    top: -65px
                }

        .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below {
            position: absolute;
            top: 24px
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info {
                bottom: -39px
            }

                .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info.sub {
                    bottom: -60px
                }

    .nc-football-scoreboard .game-event-timeline .line {
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ccc;
        bottom: 35px
    }

.nc-football-scoreboard.dark-theme {
    background-color: #222;
    color: #fff;
    padding-top: 10px
}

    .nc-football-scoreboard.dark-theme .event-mark {
        background-color: #222 !important
    }

    .nc-football-scoreboard.dark-theme .line {
        border-bottom: 1px solid #434343 !important
    }

    .nc-football-scoreboard.dark-theme .hovered-info {
        background-color: #000 !important
    }

    .nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation {
        background-color: #434343 !important
    }

    .nc-football-scoreboard.dark-theme .goal {
        stroke: #eee
    }

.nc-football-scoreboard {
    font-family: "Open Sans",sans-serif;
    margin: 30px 0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    background-color: #fff
}

    .nc-football-scoreboard .icon-below {
        top: 18px !important
    }

    .nc-football-scoreboard .nc-football-scoreboard-team-info {
        align-items: end !important
    }

    .nc-football-scoreboard .nc-football-scoreboard-team {
        flex-direction: column
    }

        .nc-football-scoreboard .nc-football-scoreboard-team .nc-football-scoreboard-team-image {
            height: auto
        }

        .nc-football-scoreboard .nc-football-scoreboard-team:nth-of-type(3) {
            flex-direction: column-reverse
        }

    .nc-football-scoreboard .team-image {
        background-color: transparent !important
    }

    .nc-football-scoreboard svg {
        width: 20px
    }

.nc-football-scoreboard-team-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px
}

.nc-football-scoreboard-team {
    display: flex;
    align-items: center;
    width: 35%
}

    .nc-football-scoreboard-team:last-child {
        justify-content: end
    }

.nc-football-scoreboard-team-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat
}

.nc-football-scoreboard-team-name {
    font-weight: 400;
    margin: 0 20px;
    font-size: 16px
}

.nc-football-scoreboard-scorebox {
    text-align: center
}

.nc-football-scoreboard-quarter {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    color: #434343
}

.nc-football-scoreboard-scores {
    display: flex;
    font-size: 24px;
    font-weight: 900;
    padding: 15px 10px;
    gap: 35px;
    background-color: #fff;
    color: #434343
}

.nc-football-scoreboard-score {
    width: 38px;
    line-height: 1
}

@media(max-width:600px) {
    .nc-football-scoreboard {
        padding: 15px
    }

    .nc-football-scoreboard-team-info {
        align-items: start
    }

    .nc-football-scoreboard-team {
        margin-top: 10px
    }

    .nc-football-scoreboard-team-image {
        width: 30px;
        height: 30px
    }

    .nc-football-scoreboard-team-name {
        font-size: 12px;
        margin: 0;
        white-space: nowrap;
        width: 70px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .nc-football-scoreboard-scores {
        font-size: 20px
    }

    .nc-football-scoreboard-score {
        width: 28px
    }
}

.nc-football-scoreboard-goals-container {
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.nc-football-scoreboard-separation {
    width: 1px;
    background-color: #ccc
}

.nc-football-scoreboard-goals {
    padding: 0 30px;
    width: 50%
}

    .nc-football-scoreboard-goals .nc-football-scoreboard-goal {
        justify-content: end
    }

    .nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal {
        justify-content: start
    }

.nc-football-scoreboard-goal {
    display: flex;
    margin: 5px 0;
    color: #434343
}

    .nc-football-scoreboard-goal svg > path {
        fill: #434343
    }

.nc-football-scoreboard-goal-name {
    margin: 0 5px
}

.nc-football-scoreboard-goal-time {
    padding-right: 5px
}

.nc-football-scoreboard .game-event-timeline {
    display: flex;
    position: relative;
    margin-top: 40px
}

    .nc-football-scoreboard .game-event-timeline .timeline-team-info {
        padding-right: 7px
    }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team {
            display: flex;
            align-items: center;
            padding: 5.5px 0
        }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code {
            text-transform: uppercase;
            font-weight: 900;
            font-size: 12px
        }

        .nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image {
            width: 25px;
            height: 25px;
            background-size: cover;
            background-position: center;
            background-color: #ccc;
            margin-right: 7px
        }

    .nc-football-scoreboard .game-event-timeline .timeline-group {
        position: relative;
        display: flex;
        align-items: center;
        z-index: 2;
        width: 100%
    }

        .nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info {
            visibility: hidden;
            position: absolute;
            white-space: nowrap;
            left: -24px;
            padding: 10px 15px;
            background-color: #f3f3f3;
            font-weight: 900;
            border-radius: 5px !important;
            align-items: center;
            opacity: 0;
            display: flex;
            box-shadow: 0 1px 1px rgba(0,0,0,.1);
            transition: ease .5s
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span {
                margin-right: 5px;
                display: flex;
                align-items: center
            }

        .nc-football-scoreboard .game-event-timeline .timeline-group .event-mark {
            position: absolute;
            font-size: 12px;
            font-weight: 900;
            background-color: #fff;
            cursor: pointer
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info {
                opacity: 1;
                visibility: visible
            }

        .nc-football-scoreboard .game-event-timeline .timeline-group svg {
            width: 15px
        }

        .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above {
            position: absolute;
            top: -15px
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info {
                top: -44px
            }

                .nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info.sub {
                    top: -65px
                }

        .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below {
            position: absolute;
            top: 24px
        }

            .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info {
                bottom: -39px
            }

                .nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info.sub {
                    bottom: -60px
                }

    .nc-football-scoreboard .game-event-timeline .line {
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ccc;
        bottom: 35px
    }

.nc-football-scoreboard.dark-theme {
    background-color: #222;
    color: #fff;
    padding-top: 10px
}

    .nc-football-scoreboard.dark-theme .event-mark {
        background-color: #222 !important
    }

    .nc-football-scoreboard.dark-theme .line {
        border-bottom: 1px solid #434343 !important
    }

    .nc-football-scoreboard.dark-theme .hovered-info {
        background-color: #000 !important
    }

    .nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation {
        background-color: #434343 !important
    }

    .nc-football-scoreboard.dark-theme .goal {
        stroke: #eee
    }

.ncpost-top-text-container h5 {
    margin: 0;
    font-size: 22px
}

.ncpost-top-text-container blockquote {
    margin: 0;
    padding: 0 30px;
    border-left: 5px solid #f00
}

.ncpost-top-text-container .ncpost-image {
    max-width: 100%;
    max-height: 500px
}

.ncpost-top-text-container .ncpost-image-byline {
    margin: 0;
    color: #7e7e7e;
    font-size: 14px;
    text-align: center
}

.ncpost-container {
    padding: 10px 15px;
    background-color: #fff;
    width: 100%;
    min-height: 40px;
    overflow: hidden
}

    .ncpost-container p {
        margin: 0 0 10px
    }

    .ncpost-container .ncpost-embed-element {
        text-align: center
    }

    .ncpost-container iframe {
        min-height: 150px;
        margin-right: auto;
        margin-left: auto
    }

    .ncpost-container blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid #eee
    }

    .ncpost-container iframe.instagram-media.instagram-media-rendered {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important
    }

    .ncpost-container .ncpost-header {
        width: 100%;
        font-size: 14px
    }

    .ncpost-container .ncpost-title {
        margin: 3px 0 5px 0;
        font-size: 23px;
        display: inline-block;
        width: 100%;
        line-height: 28px
    }

    .ncpost-container .ncpost-link {
        clear: both;
        min-height: 120px;
        display: block;
        margin-bottom: 10px;
        margin-top: 15px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 15px;
        background: #f7f7f7
    }

        .ncpost-container .ncpost-link iframe {
            width: 100%;
            height: 400px;
            border: 0;
            margin-top: 5px
        }

        .ncpost-container .ncpost-link a, .ncpost-container .ncpost-link a:visited, .ncpost-container .ncpost-link a:active {
            display: inline;
            color: #0078c8;
            margin-top: 2px;
            font-size: 20px;
            width: 100%;
            line-height: 24px
        }

        .ncpost-container .ncpost-link img {
            float: right;
            max-height: 100px;
            margin: 0 0 15px 15px
        }

        .ncpost-container .ncpost-link .ncpost-link-site {
            font-size: 13px;
            color: #b7b7b7;
            display: block;
            margin-top: 3px;
            margin-bottom: 3px
        }

        .ncpost-container .ncpost-link.sublink {
            margin-top: 15px
        }

            .ncpost-container .ncpost-link.sublink a, .ncpost-container .ncpost-link.sublink a:visited, .ncpost-container .ncpost-link.sublink a:active {
                font-size: 18px;
                margin: 0;
                line-height: 20px
            }

    .ncpost-container .ncpost-breaking {
        background-color: #ffd800;
        padding: 3px;
        padding-left: 5px;
        margin-bottom: 5px
    }

    .ncpost-container .ncpost-header .ncpost-timestamp {
        display: inline-flex;
        align-items: center;
        direction: ltr;
        color: #de4a14;
        width: 210px;
        float: left
    }

        .ncpost-container .ncpost-header .ncpost-timestamp a, .ncpost-container .ncpost-header .ncpost-timestamp a:visited {
            color: #de4a14;
            text-decoration: none
        }

        .ncpost-container .ncpost-header .ncpost-timestamp svg {
            fill: #de4a14
        }

        .ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock {
            margin-right: 3px;
            display: inline-block;
            width: 12px
        }

    .ncpost-container h5 {
        font-size: 16px
    }

    .ncpost-container .ncpost-header .ncpost-byline {
        color: #b7b7b7;
        text-align: right
    }

    .ncpost-container .ncpost-tagquant {
        width: 100%;
        font-size: 14px;
        color: #14b0e6;
        display: block
    }

        .ncpost-container .ncpost-tagquant a {
            color: #14b0e6
        }

        .ncpost-container .ncpost-tagquant .fa {
            font-size: 12px
        }

        .ncpost-container .ncpost-tagquant .ncpost-quants {
            color: #14b0e6;
            float: left
        }

        .ncpost-container .ncpost-tagquant .ncpost-tagquant-icon {
            color: #b7b7b7
        }

        .ncpost-container .ncpost-tagquant .ncpost-tags {
            text-align: right;
            float: right
        }

    .ncpost-container .ncpost-image {
        max-width: 100%;
        max-height: 500px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        margin-right: auto;
        display: block;
        margin-left: auto
    }

    .ncpost-container .ncpost-image-byline {
        width: 100%;
        text-align: center
    }

    .ncpost-container .ncpost-image-byline-description {
        color: #b7b7b7;
        font-size: 14px
    }

    .ncpost-container .ncpost-image-byline-source {
        color: #d6d6d6;
        font-size: 12px;
        padding-left: 5px
    }

    .ncpost-container .ncpost-twitter-container {
        clear: both;
        padding-top: 5px;
        text-align: center;
        display: block
    }

        .ncpost-container .ncpost-twitter-container .twitter-tweet {
            margin-left: auto;
            margin-right: auto
        }

    .ncpost-container .ncpost-facebook-oembed-container {
        padding-bottom: 10px;
        position: relative
    }

    .ncpost-container .ncpost-instagram-oembed-container {
        padding-bottom: 10px;
        position: relative
    }

.ncpost-pinned .ncpost-container {
    background: #ffead3
}

    .ncpost-pinned .ncpost-container .ncpost-comment {
        background: #fff
    }

.ncpost-importance-3 {
    border-bottom: 6px solid #de4a14
}

.ncpost-importance-2 {
    border-bottom: 6px solid #ffbc30
}

.ncpost-tags .ncpost-tagquantele {
    color: #b7b7b7;
    margin-left: 7.5px;
    display: inline-block
}

    .ncpost-tags .ncpost-tagquantele.ncpost-tag-clickable {
        color: #14b0e6;
        cursor: pointer;
        text-decoration: underline
    }

.ncpost-quants .ncpost-tagquantele {
    margin-right: 7.5px;
    display: inline-block
}

.ncpost-table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

    .ncpost-table thead {
        vertical-align: middle;
        border-color: inherit
    }

    .ncpost-table tr th {
        border: 1px solid #ddd;
        border-bottom-width: 2px;
        vertical-align: bottom;
        padding: 8px
    }

        .ncpost-table tr th.first-child {
            border-top: 0
        }

    .ncpost-table tr td {
        border: 1px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top
    }

.ncpost-table-of-contents .ncpost-contentstable-entry {
    cursor: pointer;
    color: #14b0e6;
    font-weight: 500
}

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5::before {
        content: "- "
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5 {
        margin-left: 20px
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4::before {
        content: "- "
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4 {
        font-size: 17px;
        margin-left: 15px
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3::before {
        content: "- "
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3 {
        font-size: 19px;
        margin-left: 10px
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2::before {
        content: "- "
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2 {
        font-size: 21px;
        margin-left: 5px
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1::before {
        content: "- "
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1 {
        font-size: 23px
    }

.ncpost-countdown-mutator {
    margin-top: 5px
}

.ncpost-countdown-element {
    margin-bottom: 10px;
    background-color: #14b0e6;
    padding: 8px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    display: block
}

.ncpost-countdown-wrapper {
    color: #fff
}

    .ncpost-countdown-wrapper:hover {
        color: #fff
    }

    .ncpost-countdown-wrapper:focus, .ncpost-countdown-wrapper:active, .ncpost-countdown-wrapper:visited {
        color: #fff
    }

.ncpost-countdown-link {
    color: #fff;
    cursor: pointer
}

    .ncpost-countdown-link:hover {
        color: #fff;
        text-decoration: underline
    }

    .ncpost-countdown-link:focus, .ncpost-countdown-link:active, .ncpost-countdown-link:visited {
        color: #fff
    }

.ncpost-countdown-time {
    min-width: 100px;
    display: inline-block
}

.ncpost-countdown-displaytime {
    font-weight: bold
}

.ncpost-countdown-icon {
    padding-right: 8px;
    opacity: .5
}

.ncpost-youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .ncpost-youtube-embed iframe, .ncpost-youtube-embed object, .ncpost-youtube-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        min-height: initial;
        width: 100%;
        height: 100%
    }

.ncpost-new-comment-toggle {
    margin-top: 0;
    display: inline-block;
    font-size: 12px;
    color: #008cba;
    cursor: pointer
}

    .ncpost-new-comment-toggle svg {
        fill: #008cba
    }

.ncpost-question-container .ncpost-new-comment-toggle {
    margin-bottom: 5px
}

.ncpost-new-comment-panel {
    margin-top: 10px;
    margin-bottom: 10px
}

    .ncpost-new-comment-panel ::placeholder {
        color: #b7b7b7
    }

    .ncpost-new-comment-panel .ncpost-input-field {
        display: block;
        width: 100%;
        padding: 13px 15px;
        border: 1px solid #eee;
        box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.15);
        border-radius: 4px;
        margin-bottom: 10px;
        outline: 0
    }

    .ncpost-new-comment-panel .ncpost-submit {
        outline: 0;
        background-color: #008cba;
        border: 0;
        color: #fff;
        cursor: pointer;
        padding: 12px 18px
    }

    .ncpost-new-comment-panel .hidden-image-input {
        display: none
    }

    .ncpost-new-comment-panel .img-upload-wrapper {
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        background-color: #f2f2f2;
        height: 42px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        font-weight: 700;
        cursor: pointer
    }

        .ncpost-new-comment-panel .img-upload-wrapper span {
            margin-left: 5px
        }

    .ncpost-new-comment-panel .inline-button {
        border-radius: 4px;
        float: right;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px
    }

        .ncpost-new-comment-panel .inline-button svg {
            fill: #f0086d
        }

    .ncpost-new-comment-panel .img-loading-state {
        top: 20px;
        left: 0;
        right: 0;
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 15px
    }

    .ncpost-new-comment-panel .image-container {
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        position: relative;
        margin-bottom: 15px
    }

        .ncpost-new-comment-panel .image-container img {
            max-width: 100%;
            max-height: 130px
        }

.ncpost-comment {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f7f7f7;
    border-radius: 2px
}

    .ncpost-comment .image-comment-container {
        text-align: center;
        padding: 10px
    }

        .ncpost-comment .image-comment-container img {
            max-width: 100%;
            max-height: 500px
        }

.lc-feed-container {
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333
}

    .lc-feed-container * {
        box-sizing: border-box
    }

    .lc-feed-container .ncpost-container {
        margin-bottom: 20px
    }

    .lc-feed-container .ncpost-title {
        font-weight: 600
    }

    .lc-feed-container .inv-green-fill {
        fill: #49b869
    }

    .lc-feed-container .inv-red-fill {
        fill: #ef402f
    }

    .lc-feed-container .ncpost-up-arrow {
        font-weight: 600;
        color: #49b869
    }

    .lc-feed-container .ncpost-down-arrow {
        font-weight: 600;
        color: #ef402f
    }

    .lc-feed-container .lc-load-more {
        display: none;
        margin-bottom: 10px;
        color: #fff;
        background-color: #008cba;
        font-weight: bold;
        padding: 10px 25px;
        font-size: 17px;
        border: 1px solid #fff;
        transition: color .1s,background-color .1s,fill .1s;
        cursor: pointer;
        overflow-anchor: none
    }

        .lc-feed-container .lc-load-more:hover {
            background-color: #007aa3
        }
/*End extension CSS 326, Football Scoreboard*/

/*Begin extension CSS 328, Avatar*/
.ncpost-avatar-container{width:40px;height:40px;position:absolute;left:15px;overflow:hidden}.ncpost-avatar-container .ncpost-avatar-image{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.ncpost-avatar-container .ncpost-avatar-image svg{width:100%}.lc-feed-container .ncpost-container{position:relative}.lc-feed-container .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-container .ncpost-header svg{display:none!important}.posts-view .ncpost-container{position:relative}.posts-view .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.posts-view .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.posts-view .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.posts-view .ncpost-container .ncpost-header svg{display:none!important}
/*End extension CSS 328, Avatar*/

/*Begin extension CSS 330, Sports Icons*/
.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none!important}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-45px;top:10px}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px}}.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px!important}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none!important}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-45px;top:10px}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px}}.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none!important}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-45px;top:10px}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px}}
/*End extension CSS 330, Sports Icons*/

/*Begin extension CSS 331, Post Sorting*/
.ncposts-sorter{display:flex;justify-content:flex-end;align-items:center;margin:20px 0;}.ncposts-sorter .ncpost-toggle-group{display:flex;position:relative;transition:transform 5s ease;}.ncposts-sorter .ncpost-toggle-group .toggle-label{display:flex;align-items:center;justify-content:center;width:60px;height:35px;transition:transform 5s ease;cursor:pointer;}.ncposts-sorter .ncpost-toggle-group .toggle-label.active{background-color:rgba(0,0,0,.05);border-radius:5px;cursor:pointer;}
/*End extension CSS 331, Post Sorting*/

/*Begin extension CSS 333, Bunny Video*/
.lc-video-stream {
  position: relative;
  height: 303px;
}
.lc-video-stream iframe {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lc-video-stream .bunny-video-info {
  display: none;
}
/*End extension CSS 333, Bunny Video*/

/*Begin extension CSS 354, User Contribution*/
.ncpost-user-contribution{margin:15px 0}.ncpost-user-contribution .ncpost-user-comment{padding:15px;background-color:#f7f7f7;border-radius:5px;border-radius:10px 10px 10px 0}.ncpost-user-contribution .ncpost-user-reply{padding:15px;border-radius:10px 10px 0 10px;position:relative;background-color:#d5f3ff;margin-bottom:10px}.ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created{color:#236c8a!important}.ncpost-user-contribution .ncpost-user-reply:last-child{margin-bottom:0}.ncpost-user-contribution .ncpost-user-replies{padding-left:50px;margin-top:10px;position:relative}.ncpost-user-contribution .ncpost-comment-info{display:flex;justify-content:space-between;margin-bottom:5px}.ncpost-user-contribution .ncpost-comment-name{font-weight:700}.ncpost-user-contribution .ncpost-comment-created{color:#a7a7a7;font-size:13px}.ncpost-user-contribution .ncpost-comment-image{margin-top:10px;max-width:230px;border-radius:8px;overflow:hidden}.ncpost-user-contribution .ncpost-comment-image img{width:100%}.ncpost-questions-container{margin-bottom:20px}.ncpost-questions-container .ncpost-user-comment{background-color:#fff;padding:20px;border-radius:10px 10px 10px 0;box-shadow:0 2px 2px rgba(0,0,0,.1)}.ncpost-questions-container .ncpost-user-reply{background-color:#008cba;color:#fff;border-radius:10px 10px 0 10px;margin-bottom:10px}.ncpost-questions-container .ncpost-user-reply .ncpost-comment-created{color:#93e4ff!important}.ncpost-questions-container .ncpost-user-reply:last-child{margin:0}.ncpost-question-container{margin:20px 0}.ncpost-question-container .ncpost-new-comment-toggle{border:1px solid #008cba;padding:10px 15px;border-radius:5px;color:#008cba;font-size:13px}.ncpost-container .ncpost-new-comment-toggle{color:#008cba;font-size:13px}.ncpost-new-comment-panel{position:relative}.ncpost-new-comment-panel input{font-family:inherit;font-size:inherit}.ncpost-new-comment-panel textarea{font-family:inherit;font-size:inherit;resize:none;height:100px}.ncpost-new-comment-panel .ncpost-submit{border-radius:5px;line-height:1.5;padding:10px 15px;font-family:inherit;font-size:13px}.ncpost-new-comment-panel .ncpost-upload-button{cursor:pointer;position:absolute;top:170px;right:10px;border:0;padding:10px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent}.ncpost-new-comment-panel .ncpost-upload-button svg{fill:#909090}.ncpost-new-comment-panel .ncpost-upload-image{margin:15px 0}.ncpost-new-comment-panel .ncpost-upload-image div{width:200px;display:flex}.ncpost-new-comment-panel .ncpost-upload-image div img{width:100%;margin-right:5px}.ncpost-new-comment-panel .ncpost-upload-image div svg{fill:#909090;cursor:pointer}
/*End extension CSS 354, User Contribution*/

/*Begin extension CSS 355, ACM Theme*/
@media(max-width:700px){.lc-default-theme{margin:0}}.lc-feed-container{font-family:"Inter",sans-serif;color:#111827}@media(max-width:700px){.lc-feed-container{padding:0}}.lc-feed-container .lc-load-more{background-color:#dc2626;color:#fff;border-radius:4px;padding:12px;font-size:15px;font-weight:400;line-height:18px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .lc-load-more:hover{background-color:#b91c1c}.lc-feed-container .ncpost-new-comment-panel{display:flex;flex-direction:column;gap:10px}.lc-feed-container .ncpost-new-comment-panel .ncpost-upload-button{position:initial;justify-content:end}.lc-feed-container .ncpost-new-comment-panel .inline-button{position:initial;align-items:start}.lc-feed-container .ncpost-new-comment-panel>div{display:flex;flex-direction:column;gap:10px;font-size:16px;line-height:19.2px;color:#111827}.lc-feed-container .ncpost-new-comment-panel>div input{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div input::placeholder{color:#6b7280}.lc-feed-container .ncpost-new-comment-panel>div textarea{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div textarea::placeholder{color:#6b7280}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit{border-radius:4px;padding:12px;margin:0;color:#fff;font-size:15px;font-weight:400;line-height:18px;background-color:#dc2626;align-self:self-end;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit:hover{background-color:#b91c1c}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit b{font-weight:normal}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit i{font-style:normal;display:none}.lc-feed-container .ncpost-channelcontent-container{display:flex;flex-direction:column;gap:30px}.lc-feed-container .ncpost-channelcontent-container .feed-football:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .typing-enabled:has(.typing-container:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container{font-family:"Merriweather",serif;display:flex;flex-direction:column;gap:11px;margin-bottom:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container h5{font-size:19px;line-height:22.5px;font-weight:700;color:#111827}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p{margin:0;font-size:16px;line-height:19.2px;font-weight:400;color:#111827}.lc-feed-container .ncpost-channelcontent-container .key-events-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-left-col .key-event-time::after{display:none!important}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title{color:#111827;font-family:Merriweather;font-weight:700;font-size:14px;line-height:20px;letter-spacing:0%}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#6b7280;margin:0;text-align:left}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::before{width:10px;height:10px;border-radius:50%;content:" ";display:block;background-color:#cfcfcf;position:absolute;left:0;right:auto;top:3px;z-index:99}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{width:2px;height:60px;content:" ";display:block;background-color:#cfcfcf!important;position:absolute;left:-6px;top:7px;right:auto;z-index:98}@media(max-width:700px){.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{height:70px}}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event{padding:0;cursor:pointer;color:#2563eb;font-family:Inter;font-size:16px;line-height:19.2px;min-width:75px;text-decoration:none;font-weight:400}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event:hover{text-decoration:underline}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle{width:100%;text-align:center;border:1px solid #111827;padding:10px 15px;border-radius:5px;color:#111827;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:5px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:hover{opacity:.7;box-shadow:0 1px 2px 0 #0000000d}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%23111827"/></svg>')}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter>div:first-child{display:none}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group{display:flex}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label{padding:10px 15px 10px 15px;border:1px solid #e5e7eb;background:#f9fafb;color:#111827;font-size:14px;font-weight:400;line-height:16.94px}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:first-child{border-radius:4px 0 0 4px;border-right:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:last-child{border-radius:0 4px 4px 0;border-left:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active{color:#fff;background:#111827;border:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active:hover{opacity:.7}.lc-feed-container .ncpost-channelcontent-container div:has(> .tags-group:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group{margin:0}.lc-feed-container .ncpost-channelcontent-container .tags-group:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group .filtered-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#111827;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-list-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-container{display:flex!important;flex-direction:column;gap:16px;background-color:#fff;border-radius:7px;color:#111827;font-size:16px;line-height:19.2px;box-shadow:0 4px 10px 0 #00000014;padding:30px}.lc-feed-container .ncpost-container.ncpost-importance-2{border-bottom:0;border-top:6px solid #16a34a;display:flex!important}.lc-feed-container .ncpost-container.ncpost-importance-3{border-bottom:0;border-top:6px solid #dc2626;display:flex!important}.lc-feed-container .ncpost-container .ncpost-avatar-container{left:30px;border-radius:50%;width:40px;height:40px}.lc-feed-container .ncpost-container .ncpost-header{margin:0!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-byline{margin:0;color:#111827;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{color:#6b7280;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:fit-content}.lc-feed-container .ncpost-container .ncpost-header{padding-left:52px!important}.lc-feed-container .ncpost-container .share-icons-container{margin:0}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#1f2937}.lc-feed-container .ncpost-container .ncpost-content{display:flex;flex-direction:column;gap:10px;font-family:"Merriweather",serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%}.lc-feed-container .ncpost-container .ncpost-content a{color:#2563eb}.lc-feed-container .ncpost-container .ncpost-content p{margin:0}.lc-feed-container .ncpost-container .ncpost-content menu,.lc-feed-container .ncpost-container .ncpost-content ol,.lc-feed-container .ncpost-container .ncpost-content ul{list-style:inherit;padding-left:20px}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed){border-left:2px solid #d1d5db;padding:12px 20px;color:#111827;font-family:Merriweather;font-weight:400;font-style:italic;font-size:18px;line-height:28px;letter-spacing:0;background-color:#fff;margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed) p{margin:0}.lc-feed-container .ncpost-container .ncpost-link-card{gap:15px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;margin:0;padding:20px}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image{margin:0;border-radius:8px}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info{display:flex;flex-direction:column;gap:5px;padding:0}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title{margin:0;text-decoration:none;color:#111827;font-family:Merriweather;font-weight:700;font-size:16px;line-height:20px}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title:hover{text-decoration:underline}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site{margin:0;color:#4b5563;font-size:14px;font-style:normal;font-weight:400;line-height:normal;font-family:Inter}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description{color:#111827;font-family:Merriweather;font-weight:400;font-size:14px;line-height:140%;letter-spacing:0%}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card{flex-direction:column}.lc-feed-container .ncpost-container .ncpost-link-card img{width:100%;max-height:200px}}.lc-feed-container .ncpost-container .ncpost-title{font-family:"Merriweather",serif;margin:0;font-weight:700;color:#111827;font-size:24px;line-height:30px;letter-spacing:0%}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-title{font-size:20px;line-height:25px}}.lc-feed-container .ncpost-container .ncpost-title.ncpost-breaking{padding:20px 0 0 0;background-color:transparent;border-radius:0;position:relative}.lc-feed-container .ncpost-container .ncpost-title.ncpost-breaking::after{content:"Breaking";position:absolute;background-color:#fee2e2;padding:2px 10px;border-radius:10px;color:#991b1b;font-family:Inter;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0%;text-align:center;top:-5px;left:0}.lc-feed-container .ncpost-container .ncpost-tags{gap:10px;margin-top:0}.lc-feed-container .ncpost-container .ncpost-tags .ncpost-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#111827;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-container .ncpost-image{border-radius:8px;padding:0}.lc-feed-container .ncpost-container .ncpost-image-byline{padding-top:8px;line-height:100%}.lc-feed-container .ncpost-container .ncpost-image-byline{text-align:left}.lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{color:#6b7280;font-family:Inter;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%}.lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-source{color:#6b7280;font-family:Inter;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle{display:flex;align-items:center;gap:5px;color:#111827;font-size:16px;font-weight:700;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle:hover{opacity:.75}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%23111827"/></svg>')}.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment{background-color:#f6f6f6;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:14px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:600}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name b{font-weight:600}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#4b5563}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#1f2937;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:14px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:600}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name b{font-weight:600}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment{background-color:#fff;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:14px;line-height:18px}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:600}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name b{font-weight:600}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#4b5563}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#1f2937;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:14px;line-height:18px}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:600}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name b{font-weight:600}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-linked .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-pinned-post .ncpost-container{border-top:6px solid #2563eb}.lc-feed-container .ncpost-pinned-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-importance-0:not(:has(.ncpost-content)){display:none!important}.editor-preview-and-feed .posts-view .ncpost-container .ncpost-avatar-container{top:15px}
/*End extension CSS 355, ACM Theme*/

/*Begin extension CSS 357, Tags Filtering*/
.ncpost-tags{display:flex;align-items:center;justify-content:start;margin-top:15px;}.ncpost-tags .ncpost-tag{display:inline-flex;font-size:14px;padding:10px 13px;border-radius:4px;background-color:#f2f2f2;cursor:pointer;transition:all ease-in-out .3s;margin-right:5px;}.ncpost-tags .ncpost-tag:hover{opacity:.8;}.tags-group{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;margin:15px 0;}.tags-group .filtered-tag{padding:10px 13px;background-color:#f2f2f2;border-radius:4px;}.tags-group .filter-close-selection{margin-left:8px;cursor:pointer;}
/*End extension CSS 357, Tags Filtering*/

/*Begin extension CSS 358, Link Card*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #e1e1e1;
    display: flex;
    text-decoration: unset;
    padding: 20px;
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1e1e1e;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7c7c7c;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}
/*End extension CSS 358, Link Card*/

/*Begin extension CSS 360, Share icons*/
.posts-view .share-icons-container{pointer-events:none;}.share-icons-top .ncpost-container share:first-of-type{display:flex;}.share-icons-bottom .ncpost-container share:last-of-type{display:flex;}.share-icons-container{display:none;align-items:center;margin:0 0 10px 0;}.share-icons-container .share-icons{display:flex;}.share-icons-container .share-icon{display:inline-flex;margin-right:5px;padding:3px;}.share-icons-container .share-icon svg{fill:#000;width:14px;}.share-icons-container .share-icon-link-success{position:absolute;top:-25px;background-color:#fff;padding:6px 8px;font-size:12px;color:#000;box-shadow:0 2px 9px rgba(0,0,0,.1);border-radius:3px;}
/*End extension CSS 360, Share icons*/

/*Begin extension CSS 362, Typing animation*/
.typing-container{padding:15px 0;}.typing-container .dot-container{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;display:inline-block;padding:8px 20px;margin:0;}.typing-container .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px;background:#222;animation:wave-typing-animation 1.3s linear infinite;}.typing-container .dot:nth-child(2){animation-delay:-1.1s;}.typing-container .dot:nth-child(3){animation-delay:-.9s;}@media(max-width:500px){.typing-container{top:15px;}}@keyframes wave-typing-animation{0%,60%,100%{transform:initial;opacity:.3;}30%{transform:translateY(-15px);opacity:1;}}@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}
/*End extension CSS 362, Typing animation*/

/*Begin extension CSS 363, Facebook width controller*/
@media(max-width: 350px) {
    iframe[src*='facebook'] {
        max-width: 100% !important;
        height: 460px;
    }
}

@media(max-width: 600px) {
    iframe[src*='facebook'] {
        max-width: 100% !important;
    }
}
/*End extension CSS 363, Facebook width controller*/

/*Begin extension CSS 371, Relative link*/

/*End extension CSS 371, Relative link*/

/*Begin extension CSS 375, Rugby*/
.feed-rugby{padding:25px;background-color:var(--base--surface);border-radius:10px;color:var(--base--on-surface1);margin:25px 0;font:var(--regular--base-text);box-shadow:var(--box-shadow-4-10)}.feed-rugby-information{display:flex;color:var(--base--on-surface2);font:var(--regular--sm-text);margin-bottom:15px}.feed-rugby-information span{display:inline-flex;margin:0 3px}.feed-rugby-state{font:var(--bold--sm-text);text-transform:uppercase;text-align:center}.feed-rugby-teams{display:flex;justify-content:space-around}.feed-rugby-teams span{font:var(--bold--xl-text)}.feed-rugby-team{display:flex}.feed-rugby-team-score{width:100px;text-align:center;font:var(--bold--xl-text)}.feed-rugby-team-info{text-align:center;width:100px}.feed-rugby-team-info-logo{width:70px;margin:0 auto 10px auto}.feed-rugby-team-info-logo img{width:100%}.feed-rugby-team-info-name{font:var(--regular--sm-text)}.feed-rugby-boxscore{margin-top:20px;padding-top:20px;border-top:1px solid var(--gray--300);font:var(--regular--sm-text);display:flex;justify-content:center;color:var(--base--on-surface2)}.feed-rugby-boxscore span{width:1px;background-color:var(--gray--300);margin:0 20px}.feed-rugby-boxscore-column{width:40%}.feed-rugby-boxscore-column-item{display:flex;justify-content:end;margin-bottom:3px}.feed-rugby-boxscore-column-item:last-child{margin-bottom:0}.feed-rugby-boxscore-column-item.team2{flex-direction:row-reverse;justify-content:flex-end}.feed-rugby-boxscore-column-item-icon{width:25px;display:inline-flex;justify-content:center;align-items:center;margin:0 3px}.feed-rugby-boxscore-column-item-scorer{display:flex}.feed-rugby-boxscore-column-item-scorer div{margin:0 4px}

/* nc {"timeUtc":1677245637} nc */
/*End extension CSS 375, Rugby*/

/*Begin extension CSS 384, Relative links*/

/*End extension CSS 384, Relative links*/

/*Begin extension CSS 390, Link Card 2.0*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    text-decoration: unset;
    padding: 20px;
}

@media (max-width: 500px) {
    .ncpost-link-card {
        flex-direction: column;
        align-items: center;
    }
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 500px) {
    .ncpost-link-card img {
        width: 100%;
    }
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7C7C7C;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}

/*End extension CSS 390, Link Card 2.0*/


.nc-lc-extensions-css{ display: block }