/* Hero Banner */
#home .hero-banner .box-post-event {
    padding: 1.4em;
    display: flex;
    flex-direction: column;
    background: linear-gradient(-90deg,#fff 0,#fff calc(1.4em + 12rem + 1.4em),var(--color-yellow-1) calc(1.4em + 12rem + 1.4em),var(--color-yellow-1) 100%);
    overflow: hidden;
}
#home .hero-banner .box-post-event a {
    position: relative;
}
#home .hero-banner .box-post-window.is-adaptive-height {
    height: 100%;
}
#home .hero-banner .box-post-window {
    display: flex;
    flex-direction: column;
}
#home .hero-banner .box-post-window .carousel {
    flex: 1;
}
#home .hero-banner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#home .hero-banner .box-post-window .carousel-inner,
#home .hero-banner .box-post-window .carousel-item {
    height: 100%;
}
#home .hero-banner .box-post-window.is-adaptive-height .carousel-item .image {
    position: static;
    height: 100%;
}
#home .hero-banner .box-post-window .carousel-item .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6em 2rem 1.5em 4rem;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 50%,rgba(0,0,0,0) 100%);
    color: #fff;
}
#home .box-post-window .carousel-item .post-info a {
    text-decoration: none;
    color: inherit;
    transition: .2s color ease-in;
}
#home .box-post-window .carousel-item .post-info a:hover {
    color: var(--color-yellow-1);
}
#home .box-post-window .carousel-item .post-info .title {
    font-size: 240%;
    line-height: 1;
}
#home .smart-link {
    display: flex;
    color: var(--color-grey);
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s color ease-in;
}
#home .box-post-window .carousel-item .post-info .smart-link {
    font-size: 120%;
}
#home .smart-link .icon {
    margin-right: 0;
    color: var(--color-yellow-1);
    transition: .2s margin-right ease-in;
}
#home .smart-link:hover .icon {
    margin-right: 0.2em;
}
#home .smart-link .text.is-after-icon {
    transition: .2s margin-right ease-in;
}
#home .smart-link:hover .text.is-after-icon {
    margin-right: -0.2em;
}
#home .box-post-window .preview-bar {
    padding: 1.4em 2rem 1.4em 4rem;
    background: var(--color-black-2);
}
#home .box-post-window .preview-bar a.preview-item {
    color: #fff;
    text-decoration: none;
    transition: .2s color ease-in;
}
#home .box-post-window .preview-bar a.preview-item:hover {
    color: var(--color-yellow-1);
}
#home .box-post-window .preview-bar a.preview-item .title {
    margin: 0;
    font-size: 100%;
    font-weight: 400;
}
#home .box-post-event .info .info-image {
    display: none;
    margin: 1rem 0;
}
#home .box-post-event .info {
    margin-top: 1.4em;
    flex: 1;
    display: flex;
    justify-content: space-between;
}
#home .box-post-event .info .info-content {
    color: var(--color-white-1);
    display: flex;
    flex-direction: column;
    width: calc(100% - 12rem - 1.4em - 1.4em);
}
#home .event-live-status>.is-upnext .status-text {
    margin-left: 0.175em;
}
#home .event-live-status .status-text {
    grid-area: text;
    display: flex;
    align-items: center;
    height: 1.25em;
    font-size: 150%;
    text-transform: uppercase;
}
#home .box-post-event .info .event-location {
    font-size: 150%;
}
#home .box-post-event .info .info-content .title {
    margin-top: 0.8rem;
    margin-bottom: 1em;
    flex: 1;
    font-size: 260%;
    line-height: 1;
}
#home .box-post-event .info .info-content .title a {
    color: inherit;
    text-decoration: none;
}
#home .box-post-event .action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1.25em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: var(--color-black-1);
    border: 2px solid #fff;
    transition: .2s all ease-in;
}
#home .box-post-event .event-action-bar a {
    border: 2px solid var(--color-white-1);
}
#home .box-post-event .action-button:hover {
    border-color: var(--color-black-1);
    color: var(--color-yellow-1);
}
#home .box-post-event .event-action-bar a {
    border: 2px solid var(--color-yellow-1);
}
#home .event-live-status .status-text {
    grid-area: text;
    display: flex;
    align-items: center;
    height: 1.25em;
    font-size: 150%;
    text-transform: uppercase;
}
#home .event-live-status.is-upnext>.is-upnext {
    display: grid;
    grid-template-areas:
        'text link'
        'countdown countdown';
    gap: 0.75rem;
}
#home .event-live-status .smart-link {
    color: var(--color-grey);
    text-transform: uppercase;
    text-decoration: none;
}
#home .event-live-status .smart-link:hover {
    color: var(--color-black-1);
}
#home .box-post-event .countdown {
    width: 12rem;
}
#home .event-live-status .countdown > * {
    display: flex;
    flex-direction: column;
}
#home .event-live-status .countdown {
    display: flex;
    justify-content: space-between;
    line-height: 1.25;
    text-transform: uppercase;
    opacity: 0;
    transition: .2s opacity ease-in;
    width: 12rem;
}
#home .event-live-status .countdown.show {
    opacity: 1;
}
#home .event-live-status .countdown .value {
    color: var(--color-grey);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    width: 3rem;
}
#home .event-live-status .countdown .unit {
    color: var(--color-grey);
    font-weight: 600;
    margin-top: 0.25em;
    text-align: center;
}
#home .event-live-status .countdown >:not(:first-child)::before {
    content: ':';
    position: absolute;
    margin-left: -0.5em;
    font-size: 2rem;
}
#home .event-live-status .countdown.no-days .days,
#home .event-live-status .countdown.no-secs .secs,
#home .event-live-status .countdown.no-days .hours::before,
#home .event-live-status .countdown.days-only>:not(.days) {
    display: none;
}
#home .simple-post-card.is-event .event-date-time {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: end;
    color: var(--color-grey);
}

/* Ads */
#home .ads .ad-container .ad-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Featured */
#home .block-header .title {
    margin: 0;
    font-size: 160%;
    text-transform: uppercase;
}
#home .block-header {
    padding-top: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--color-black-1);
}
#home  .post-list.is-simple {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
#home .post-list {
    display: grid;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}
#home .simple-post-card .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}
#home .simple-post-card .content a.title > * {
    margin: 0;
    font-size: 100%;
    letter-spacing: normal;
}
#home .post-list.is-simple >*:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}
#home .simple-post-card {
    position: relative;
    display: flex;
    gap: 0.75rem 1rem;
    flex-direction: column;
}
#home .simple-post-card .content a.title {
    color: var(--color-black-1);
    transition: .2s opacity ease-in;
}
#home .simple-post-card.is-term .title h3 {
    font-size: 120%;
    margin: 0;
}
#home .simple-post-card .content .meta {
    display: flex;
    justify-content: space-between;
    gap: 0.5em;
    font-size: 87.5%;
    text-transform: uppercase;
    color: var(--color-grey);
}
#home .simple-post-card .content .meta .smart-link {
    font-size: 100%;
}
#home .latest-stories .smart-link:hover {
    color: var(--color-black-1);
}
#home .video .simple-post-card .prefix,
#home .simple-post-card.is-video .content .meta .duration,
.simple-post-card.is-video .content .call-to-action-links {
    display: none!important;
}

/* Desktop */
@media(max-width: 1800px) {

}
@media(min-width: 1400px) {
    #home .box-post-event.is-brief .image::after {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0.5rem;
        background: var(--color-yellow-1);
    }
    #home .box-post-event.is-brief .info .event-live-status>.is-upnext {
        grid-template-areas:
            'text'
            'countdown'
            'link';
        height: 100%;
        grid-template-rows: auto 1fr auto;
    }
    #home .box-post-event.is-brief .info .event-live-status .status-link {
        justify-self: auto;
    }
    #home .event-live-status .status-link {
        grid-area: link;
        align-self: center;
        justify-self: flex-end;
    }
    .mb-md-6 {
        margin-bottom: 6rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
}

@media (max-width: 1399px) {
    #home .box-post-event.is-brief .image {
        display: none;
    }
    #home .box-post-event.is-brief .info .info-image {
        display: block;
    }
    #home .box-post-event.is-brief .info .info-content {
        flex: 1;
        width: 100%;
    }
    #home .hero-banner .box-post-window .carousel-item .post-info,
    #home .box-post-window .preview-bar {
        padding-left: 2rem;
    }
    #home .box-post-event.is-brief {
        padding-right: 1.4em;
        flex-direction: column-reverse;
        background: linear-gradient(0,var(--color-yellow-1) 0,var(--color-yellow-1) 50%,#fff 50%,#fff 100%);
    }
    #home .box-post-event.is-brief .info {
        margin-top: 0;
        flex-direction: column-reverse;
    }
    #home .box-post-event .info .event-location {
        font-size: 120%;
    }
    #home .box-post-event .info .info-content .title {
        font-size: 220%;
    }
}

@media (min-width: 1200px) {
    #home .post-list.is-hero {
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: repeat(3,1fr);
    }
    #home .post-list.is-hero>.simple-post-card:nth-child(2),
    #home .post-list.is-hero>.simple-post-card:nth-child(3),
    #home .post-list.is-hero>.simple-post-card:nth-child(4) {
        flex-direction: row;
    }
    #home .post-list.is-hero >*:nth-child(1) {
        grid-area: 1 / 1 / 4 / 8;
    }
    #home .post-list.is-hero>*:nth-child(2) {
        grid-area: 1 / 8 / 2 / 13;
    }
    #home .post-list.is-hero>*:nth-child(3) {
        grid-area: 2 / 8 / 3 / 13;
    }
    #home .post-list.is-hero>*:nth-child(4) {
        grid-area: 3 / 8 / 4 / 13;
    }
    #home .post-list.is-hero > .simple-post-card:nth-child(1) .image {
        height: 100%;
    }
    #home .post-list.is-hero>.simple-post-card:nth-child(1) .content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 4em 2em 2em;
        background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 50%,rgba(0,0,0,0) 100%);
    }
    #home .post-list.is-hero >.simple-post-card:nth-child(1) .content .meta {
        justify-content: flex-start;
    }
    #home .post-list.is-hero .simple-post-card:first-child .content .meta {
        gap: 0;
    }
    #home .post-list.is-hero .simple-post-card:first-child .content .meta .date:not(:first-child)::before {
        content: '|';
        margin: 0 0.25em 0 0.45em;
        font-weight: lighter;
        color: var(--color-grey);
        opacity: .5;
    }
    #hom .post-list.is-hero>.simple-post-card:nth-child(1) .content .title>* {
        font-size: 240%;
        letter-spacing: -.125rem;
    }
    #home .post-list.is-hero > .simple-post-card:nth-child(1) .content a.title,
    #home .post-list.is-hero > .simple-post-card:nth-child(1) .content .call-to-action-links a {
        color: #ffffff;
        transition: .2s color ease-in;
    }
    #home .post-list.is-hero > .simple-post-card:nth-child(1) .content a:hover {
        color: var(--color-yellow-1);
    }
    #home .post-list.is-hero .simple-post-card.is-video:first-child .content .title .icon {
        display: none;
    }
    .post-list.is-hero .simple-post-card.is-video:first-child .content .call-to-action-links {
        display: block !important;
    }
    #home .post-list.is-hero >.simple-post-card:nth-child(2) .image,
    #home .post-list.is-hero >.simple-post-card:nth-child(3) .image,
    #home .post-list.is-hero >.simple-post-card:nth-child(4) .image {
        width: 40%;
    }
}


@media(max-width: 1440px) {
    
}

/* Laptop */
@media(max-width: 1280px) {

}

@media (min-width: 992px) {
    #home .box-post-event.is-brief {
        height: 100%;
    }
}
@media (max-width: 991px) {
    #home .post-list.is-simple {
        grid-template-columns: 1fr 1fr;
    }
    #home .post-list.is-simple>*:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }
    #home .post-list.is-simple>*:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }
}

/* iPad */
@media(max-width: 768px) {
}

@media (max-width: 767px) {
    #home .hero-banner .box-post-window .carousel-item .post-info,
    #home .box-post-window .preview-bar {
        padding: 0.75rem;
    }
    #home .box-post-window .carousel-item .post-info .title {
        margin-bottom: 0.5em;
        font-size: 180%;
    }
    #home .box-post-window .carousel-item .post-info p {
        display: none;
    }
    #home .box-post-window .preview-bar a.preview-item {
        background-color: var(--color-black-5);
    }
    #home .box-post-event {
        padding: 0.75rem !important;
    }
}

/* Mobile */
@media(max-width: 576px) {

}

@media (max-width: 575px) {
    #home .box-post-window .carousel-item .post-info .title {
        font-size: 125%;
    }
    #home .box-post-window .preview-bar {
        padding: 1px 0;
        gap: 1px !important;
    }
    #home .box-post-window .preview-bar {
        background-color: var(--color-black-1);
    }
    #home .box-post-window .preview-bar a.preview-item .image {
        width: 40%;
    }
    #home .box-post-window .preview-bar a.preview-item .title {
        width: 60%;
        padding: 0.5em 0.5em 0 0;
        font-size: 95%;
    }
    #home .post-list.is-simple {
        grid-template-columns: 1fr;
    }
    #home .post-list.is-simple .simple-post-card {
        width: 100vw;
        left: calc(-1 * var(--bs-gutter-x, .75rem));
    }
    #home .post-list.is-simple .simple-post-card .content {
        padding: 0 var(--bs-gutter-x,.75rem);
    }
    #home .post-list.is-simple>*:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }
    #home .post-list.is-simple>*:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }
    #home .post-list.is-simple>*:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
    }
}