﻿.resourcehub-container {
    max-width: 1400px;
    margin-bottom: 16px;
    position: relative;
}

.resourcehub__breadcrumb {
    margin-bottom: 24px;
}

.resourcehub__breadcrumb--item a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.resourcehub__breadcrumb--item i {
    margin: 0 8px;
    font-size: 10px;
}

.resourcehub__breadcrumb--item a:hover {
    color: #00E6A1;
}

    .resourcehub__breadcrumb--item a:hover .button__text {
        font-weight: normal;
    }

.resourcehubdetail__banner {
    position: relative;
    height: 550px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background-color: var(--black-hex, #191919);
    padding: 0;
    margin: 0;
}

    .resourcehubdetail__banner .resourcehub-container {
        height: 100%;
        text-align: left;
        z-index: 2;
    }

        .resourcehubdetail__banner .resourcehub-container > div {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 32px;
            margin-left: 16px;
        }

@media screen and (min-width: 768px) {
    .resourcehubdetail__banner .resourcehub-container > div {
        width: 50%;
        margin-left: 0;
    }

    .resourcehubdetail__banner .resourcehub-container h1 {
        font-size: 57px;
    }
}

.resourcehubdetail__banner .h1 {
    margin-bottom: 36px;
    text-align: left;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .resourcehubdetail__banner .h1 {
        margin-bottom: 0;
    }
}

.banner__image-wrapper::after {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.resourcehubdetail__banner img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.topic-tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
}

.tag__badge {
    background-color: #04484D;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 8px;
}

    .tag__badge:hover {
        color: #04484D;
        background-color: #00E6A1;
    }

.resourcehub__content {
    background-color: #FBFBFB;
    color: #051219;
}

.resourcehub__content-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 16px;
    width: 100%;
    display: none;
}

    .resourcehub__content-title.mobile-toggle {
        display: flex;
        justify-content: space-between;
    }

@media screen and (min-width: 768px) {
    .resourcehub__content-title {
        display: block;
    }

        .resourcehub__content-title.mobile-toggle {
            display: none;
            justify-content: normal;
        }
}

.resourcehub__content-title .toggle {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .resourcehub__content-title .toggle {
        display: none;
    }
}

.resourcehub__content .resourcehub-container--detail {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
}

@media screen and (min-width: 768px) {
    .resourcehub__content .resourcehub-container--detail {
        flex-direction: row;
        margin-bottom: 96px;
    }
}

.resourcehub__content--body {
    padding-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
}

.resourcehub__content--right {
    background-color: #04484D;
    padding: 24px;
}

.resourcehub__content--right {
    color: #fff;
}

    .resourcehub__content--right .resourcehub__download-item .button__text {
        color: #fff;
        padding-right: 0;
    }

    .resourcehub__content--right .resourcehub__download-item .button--secondary:hover:before {
        width: calc(100% + 16px);
    }

    .resourcehub__content--right .button--secondary:hover .button__text,
    .resourcehub__content--right .button--secondary:focus .button__text {
        color: #02484D;
    }

@media screen and (min-width: 768px) {
    .resourcehub__content--body {
        padding-top: 50px;
        margin-left: 0;
        margin-right: 0;
        width: 70%;
    }

    .resourcehub__content--body-full {
        width: 100%;
    }

    .resourcehub__content--right {
        padding: 50px;
        margin-left: 100px;
        width: 500px;
    }
}

.resourcehub__article-links--item {
    padding: 16px 0;
    border-bottom: 1px solid #00E6A1;
}

    .resourcehub__article-links--item:first-child {
        padding-top: 0;
    }

    .resourcehub__article-links--item a {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

.resourcehub__vote {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 36px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .resourcehub__vote {
        flex-direction: row;
        align-items: start;
    }

        .resourcehub__vote > div {
            width: 50%;
            text-align: left;
        }

            .resourcehub__vote > div:first-child {
                max-width: 420px;
            }
}

.resourcehub__vote--title {
    font-size: 26px;
}

.resourcehub__vote p {
    font-size: 18px;
    color: gray;
}

.resourcehub__vote--buttons {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .resourcehub__vote--buttons {
        text-align: left;
    }
}

.resourcehub__vote .button {
    padding: 2rem;
    margin-right: 16px;
    height: 50px;
}

    .resourcehub__vote .button:focus {
        outline: none;
    }

.resourcehub__vote .button__icon {
    margin-left: 0;
}

.resourcehub__feedback {
    max-width: 570px;
}

    .resourcehub__feedback label,
    .resourcehub__feedback textarea,
    .resourcehub__feedback .btn,
    .resourcehub__feedback .alert {
        margin-bottom: 16px;
    }

    .resourcehub__feedback a {
        color: #04484D;
        text-decoration: underline;
    }

    .resourcehub__feedback label {
        font-size: 18px;
    }

    .resourcehub__feedback textarea {
        width: 100%;
        border: 1px solid #ccc;
        height: 100px;
        padding: 12px;
    }

    .resourcehub__feedback .btn {
        font-weight: bold;
        display: block;
    }

@media screen and (min-width: 768px) {
    .resourcehub__feedback .btn {
        display: inline-block;
        margin-bottom: 0;
    }
}

.resourcehub__body,
.resourcehub__article-links,
.resourcehub__social-share,
.resourcehub__feedback {
    margin-bottom: 36px;
}

.resourcehub__article-links {
    display: none;
}

@media screen and (min-width: 768px) {
    .resourcehub__article-links {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .resourcehub__content--body .resourcehub__article-links {
        display: flex;
        flex-wrap: wrap;
    }
}

.resourcehub__body a[id^="anchor"] {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.resourcehub__body ol,
.resourcehub__body ul {
    margin-left: 16px;
    margin-bottom: 16px;
}

.resourcehub__content--body th {
    text-align: center;
}

.resourcehub__download-item {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .resourcehub__content--body .resourcehub__download-item {
        width: calc(50% - 16px);
    }
}

.resourcehub__social-links {
    display: flex;
}

    .resourcehub__social-links * {
        z-index: 0 !important;
    }

.resourcehub__social--item {
    margin-right: 16px;
}

    .resourcehub__social--item svg {
        height: 35px;
        width: 35px;
        color: #04484D;
    }

.resourcehub__social--item-icon {
    height: 35px;
    width: 35px;
    background-color: #04484D;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .resourcehub__social--item-icon i {
        color: #fff;
        font-size: 24px;
    }

.resource__author {
    display: flex;
}

.resource__author--head {
    background-color: #04484D;
    padding: 16px 16px 1px 16px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .resource__author--head {
        padding: 40px 0 24px;
        padding-top: 40px;
        padding-bottom: 24px;
    }
}

.resourcehub__content--right .resource__author {
    padding-bottom: 44px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
    .resourcehub__content--right .resource__author {
        margin-bottom: 44px;
    }
}

.resource__author .author-icon {
    width: 75px;
    height: 75px;
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .resource__author .author-icon i {
        font-size: 50px;
    }

    .resource__author .author-icon img {
        width: 100%;
    }

.resource__author .author-info {
    margin-left: 16px;
    font-size: 14px;
    padding-top: 8px;
}

.resource__video {
    margin-bottom: 32px;
}

    .resource__video .resource__video--title {
        margin-bottom: 16px;
    }

.embed-container {
    --video--width: 1296;
    --video--height: 540;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
    background: black;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.resource__podcasts figure {
    border: 1px solid #00E6A1;
    padding: 16px 24px;
    margin-bottom: 16px;
}

.resource__podcasts figcaption {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.resource__podcasts audio {
    width: 100%;
}

    .resource__podcasts audio::-webkit-media-controls-panel {
        border-radius: 0;
    }

    .resource__podcasts audio::-webkit-media-controls-play-button,
    .resource__podcasts audio::-webkit-media-controls-panel {
        color: #04484D;
    }

.resourcehub-container--detail .collapsible-item {
    padding: 16px;
    border-bottom: 1px solid #727272;
}

.resourcehub-container--detail .collapsible-item-title-link-icon {
    display: none;
}

.resourcehub-container--detail .collapsible-item-title-link {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    width: calc(100% - 20px);
    display: block;
    margin-right: 44px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .resourcehub-container--detail .collapsible-item-title-link {
        font-size: 18px;
    }
}

.resourcehub-container--detail .collapsible-item-title-link:before {
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    right: -24px;
    position: absolute;
}

.resourcehub-container--detail .collapsible-item-title-link.collapsed:before {
    content: "\f067";
}

.resourcehub-container--detail .collapsible-item-body {
    padding: 24px 16px 16px;
}

    .resourcehub-container--detail .collapsible-item-body p:last-child {
        margin-bottom: 0;
    }

.resourcehub__download-item .button__text {
    width: calc(100% - 6rem);
}