/* featured section */

.hp-featured-columns {
    width: 100%;
}

.hp-featured-columns .hp-featured-column1 .oaw-story-link .oaw-story-link-headline {
    font-size: 20px;
    margin-top: 12px;
}

@media only screen and (min-width: 576px) {
    .hp-featured-columns .hp-featured-column1 .oaw-story-link .oaw-story-link-headline {
        font-size: 26px;
    }
}

.oaw-featured-story-link .deck {
    font-size: 18px;
}

.hp-featured-column1 {
    border-bottom: 1px solid var(--oaw-gray-200);
    padding-bottom: 24px;
}

.hp-featured-column2 {
    padding-top: 24px;
}

@media only screen and (min-width: 768px) {
    .hp-featured-columns {
        display: flex;
        flex-direction: row;
    }


    .hp-featured-column1 {
        width: 100%;
        min-width: 360px;
        padding-right: 24px;
        border-right: 1px solid var(--oaw-gray-200);
        border-bottom: none;
        padding-bottom: 0;
    }

    .hp-featured-column2 {
        width: 100%;
        max-width: 360px;
        padding-top: 0;
        padding-left: 24px;
    }
}

.oaw-hp-photo-stories {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.oaw-hp-photo-stories .news-headline {
    margin-top: 12px;
}

.oaw-hp-photo-stories .oaw-story-link:nth-child(-n+3) {
    border-bottom: 1px solid var(--oaw-gray-200);
    padding-bottom: 24px;
}

.hp-top-section-title {
    display: flex;
    font-family: var(--oaw-sans);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.hp-section-title {
    display: flex;
    font-family: var(--oaw-sans);
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

.hp-section-title a,
.hp-top-section-title a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
}

.hp-section-title svg,
.hp-top-section-title svg {
    vertical-align: middle;
    margin-left: 4px;
}

.hp-section-title svg {
    width: 14px;
    height: 14px;
}

.hp-top-section-title svg {
    width: 10px;
    height: 10px;
}

.oaw-hp-featured-section .oaw-story-stack>.oaw-story-link:first-child {
    padding-top: 0;
}

@media only screen and (min-width: 576px) {
    .oaw-hp-photo-stories {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .oaw-hp-photo-stories .oaw-story-link:nth-child(-n+2) {
        border-bottom: 1px solid var(--oaw-gray-200);
    }

    .oaw-hp-photo-stories .oaw-story-link:nth-last-child(-n+2) {
        border-bottom: none !important;
        padding-bottom: 0;
    }
}


@media only screen and (min-width: 768px) {
    .oaw-hp-photo-stories {
        grid-template-columns: repeat(4, 1fr);
    }

    .oaw-hp-photo-stories .oaw-story-link {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .oaw-news-columns {
        flex-direction: row !important;
    }

    .oaw-news-columns .oaw-news-column1,
    .oaw-news-columns .oaw-news-comun2 {
        box-sizing: border-box;
    }

    .oaw-column1 {
        max-width: 350px;
        box-sizing: border-box;
    }

    .oaw-column2 {
        width: 100%;
    }

    .oaw-news-column1 {
        max-width: 450px;
    }
}

@media only screen and (min-width: 992px) {}


.oaw-news-columns {
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-sizing: border-box;
}

.oaw-news-top-story {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 20px;
}


.headline {
    width: 100%;
    text-transform: none;
    font-family: var(--oaw-sans);
    font-weight: 600;
}

.news-headline {
    width: 100%;
    font-size: 18px;
    text-transform: none;
    font-family: var(--oaw-sans);
    font-weight: 600;
}

/* sticky */
.oaw-sticky-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oaw-sticky-img,
.oaw-sticky-img-link {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.oaw-sticky-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oaw-sticky-title {
    font-family: var(--oaw-sans);
    font-weight: bold;
}

.oaw-sticky-excerpt {
    font-family: var(--oaw-sans);
}


/* category sections */
.oaw-hp-section-header ul {
    display: flex;
    align-items: baseline;
    list-style-type: none;
    gap: 20px;
    padding: 0;
    font-size: 18px;
    font-family: var(--oaw-sans);
}

/*
.oaw-hp-section-header ul li h1 {
    font-weight: bold;
    font-size: 18px;
}
*/
.oaw-hp-section-header ul a:link,
.oaw-hp-section-header ul a:visited {
    text-decoration: none;
}

.oaw-hp-section-header ul a:hover {
    color: var(--oaw-gray-hover);
}

.oaw-hp-section-header ul .oaw-hp-section-header-subcat {
    display: none;
}

@media only screen and (min-width: 576px) {
    .oaw-hp-section-header ul .oaw-hp-section-header-subcat {
        display: block;
    }
}

/* Latest */
.hp-latest-grid {
    display: grid;
    margin-top: 32px;
}

.hp-latest-grid .oaw-story-link {
    padding: 0;
    display: flex;
}

.hp-latest-grid-card {
    border-bottom: 1px solid var(--oaw-gray-200);
    width: 100%;
    padding: 16px 0;
}

.hp-latest-grid .oaw-story-link:first-child .hp-latest-grid-card {
    padding-top: 0;
}

.hp-latest-grid .oaw-story-link:last-child .hp-latest-grid-card {
    border-bottom: none;
}

.oaw-story-link-tiny-date {
    font-family: var(--oaw-sans);
    font-size: 12px;
    color: var(--oaw-gray-300);
    margin-top: 4px;
}

@media only screen and (min-width: 576px) {
    .hp-latest-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-latest-grid .oaw-story-link:nth-child(odd) {
        border-right: 1px solid var(--oaw-gray-200);
        padding-right: 16px;
    }

    .hp-latest-grid .oaw-story-link:nth-child(2n) {
        padding-left: 16px;
    }

    .hp-latest-grid .oaw-story-link:nth-last-child(-n + 2) .hp-latest-grid-card {
        border-bottom: none;
        padding-bottom: 0 !important;
    }

    .hp-latest-grid .oaw-story-link:nth-child(n+3) .hp-latest-grid-card {
        padding: 16px 0;
    }

    .hp-latest-grid .oaw-story-link:nth-child(-n + 2) .hp-latest-grid-card {
        padding-bottom: 16px;
        padding-top: 0;
    }

    .hp-latest-grid .oaw-story-link:nth-last-child(-n + 2) .hp-latest-grid-card {
        padding-top: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .hp-latest-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hp-latest-grid .oaw-story-link:nth-child(3n-2),
    .hp-latest-grid .oaw-story-link:nth-child(3n-1) {
        border-right: 1px solid var(--oaw-gray-200);
        padding-right: 16px;
    }

    .hp-latest-grid .oaw-story-link:nth-child(3n) {
        border-right: none;
        padding-right: 0;
    }

    .hp-latest-grid .oaw-story-link:nth-child(2n) {
        padding-left: 0;
    }

    .hp-latest-grid .oaw-story-link:nth-child(3n-1),
    .hp-latest-grid .oaw-story-link:nth-child(3n) {
        padding-left: 16px;
    }

    .hp-latest-grid .oaw-story-link:nth-last-child(-n + 3) .hp-latest-grid-card {
        border-bottom: none;
        padding-bottom: 0 !important;
    }

    .hp-latest-grid .oaw-story-link:nth-child(n+4) .hp-latest-grid-card {
        padding: 16px 0;
    }

    .hp-latest-grid .oaw-story-link:nth-child(-n + 3) .hp-latest-grid-card {
        padding-bottom: 16px;
        padding-top: 0;
    }

    .hp-latest-grid .oaw-story-link:nth-last-child(-n + 3) .hp-latest-grid-card {
        padding-top: 16px;
    }
}



/* TOP CATS */

#oaw-topcat-grid {
    display: grid;
    row-gap: 24px;
    column-gap: 32px;
    margin-bottom: 32px;
}

.hp-topcat-wrap:nth-child(n+2) {
    padding-top: 12px;
    border-top: 1px solid black;
}

.hp-topcat-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

#oaw-topcat-grid a:link,
#oaw-topcat-grid a:visited {
    text-decoration: none;
}

.hp-topcat-story-link {
    display: flex;
    flex-direction: row;
    row-gap: 6px;
    column-gap: 16px;
}

.hp-topcat-story-link-img-wrap {
    width: 100%;
    max-width: 100px;
}

.hp-story-link-img-wrap img {
    height: 100%;
}

.hp-topcat-story-link-text-wrap {
    width: 100%;
}

.hp-topcat-story-link h2 {
    font-size: 14px;
    font-weight: 500;
    flex-grow: 2;
}


#oaw-topcat-grid a:hover h2 {
    color: var(--oaw-gray-hover);
}


@media only screen and (min-width: 576px) {
    #oaw-topcat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-topcat-wrap:nth-child(n+3) {
        padding-top: 12px;
        border-top: 1px solid black;
    }

    .hp-topcat-wrap:nth-child(-n+2) {
        padding-top: 0;
        border-top: none;
    }

    .hp-topcat-story-link {
        flex-direction: column-reverse;
    }

    .hp-topcat-story-link-img-wrap {
        max-width: 100%;
    }

    .hp-story-link-img-wrap div {
        width: 100%;
        max-width: 100%;
        display: flex;
        max-height: 100%;
    }

    .hp-story-link-img-wrap img {
        max-height: 100%;
    }

    .hp-topcat-story-link h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    #oaw-topcat-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hp-topcat-wrap:nth-child(n+4) {
        padding-top: 12px;
        border-top: 1px solid black;
    }

    .hp-topcat-wrap:nth-child(-n+3) {
        padding-top: 0;
        border-top: none;
    }
}

@media only screen and (min-width: 992px) {
    #oaw-topcat-grid {
        margin-bottom: 0;
    }
}