/* ------------------------------------------------------------
    GENERAL STYLES
--------------------------------------------------------------- */

.page-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .page-header h1 {
        font-family: Corda;
        font-weight: bold;
        font-style: italic;
        font-size: 2.8rem;
    }

        .page-header h1 span {
            font-weight: 100;
        }

.page-subheader {
    padding-bottom: 45px;
}

    .page-subheader h2 {
        position: relative;
        display: inline-block;
        margin-top: 0;
        font-size: 2.2rem;
        font-weight: bold;
    }

        .page-subheader h2:after {
            width: 100%;
            content: "";
            height: 7px;
            background-color: #dad800;
            border-radius: 7px;
            position: absolute;
            bottom: -26px;
            left: 0;
        }

.breadcrumbs {
    font-size: .76rem;
}

.btn {
    display: inline-block;
    padding: 7px 17px;
    color: #002c41;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid #002c41;
    transition: background-color .5s;
}

    .btn:hover {
        color: #fff;
        background-color: #002c41;
    }

.page-divider {
    padding-top: 40px;
    margin-top: 25px;
    border-top: 2px solid #d9d9d9;
}

.load-more-posts {
    margin-top: 30px;
    margin-bottom: 25px;
}

.page-header,
.page-subheader,
.post-excerpt,
.archive .container-link,
.blog-nav-column,
.blog-nav-column a,
.anchored-item {
    color: #035881;
}

/* ------------------------------------------------------------
    GENERIC POST STYLES
--------------------------------------------------------------- */
.blog-posts{
    position:relative;
    padding-bottom:50px;
}
.load-more__btn-wrap{
    position:absolute;
    bottom:0;
}
.load-more__btn-wrap a {
    display: inline-block;
    padding: 7px 17px;
    color: #002c41;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid #002c41;
    transition: background-color .5s;
    text-decoration:none;
}
.load-more__btn-wrap a:hover,
.load-more__btn-wrap a:active
{
    color: #fff;
    background-color: #002c41;
    text-decoration: none;
}
.webinars, .archive {
    padding-bottom: 1px;
}
.webinars{
    position:relative;
    
}
.events, .blog-posts {
    display: block;
}

.post-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 25px;
    box-sizing: border-box;
}


.post-excerpt p span {
    color: #035881;
}

/* ---------- Post image overlay ---------- */

.main-post-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.post-container .main-post-img {
    position: relative;
    overflow: hidden;
    height:unset;
    width:100%;
}
.blog-posts .post-container .main-post-img {
    height: 260px;

}
.main-post-img .health-concerns {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: .76rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.post-container .main-post-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

    .post-container .main-post-img .overlay.stress {
        background-image: linear-gradient(250deg,#64819d 101%,#64819d -2%);
    }

    .post-container .main-post-img .overlay.wellness {
        background-image: linear-gradient(250deg,#75a343 101%,#75a343 -2%);
    }

    .post-container .main-post-img .overlay.cardio {
        background-image: linear-gradient(250deg,#a42024 101%,#a42024 -2%);
    }

    .post-container .main-post-img .overlay.msk {
        background-image: linear-gradient(250deg,#a7206d 101%,#a7206d -2%);
    }

    .post-container .main-post-img .overlay.immune {
        background-image: linear-gradient(250deg,#846dab 101%,#846dab -2%);
    }

    .post-container .main-post-img .overlay.gastro {
        background-image: linear-gradient(250deg,#00689e 101%,#00689e -2%);
    }

/* Specific targeting */
.archive{
   position:relative;
}

.archive .main-post-img .health-concerns {
    display: none;
}



/* ---------- Post content ---------- */

.post-excerpt p:last-child {
    margin: 0;
}

.container-link:hover {
    text-decoration: none;
}

.post-excerpt .health-concerns,
.post-list-info .health-concerns {
    text-transform: uppercase;
    font-size: .71rem;
    font-weight: bold;
    margin-top: 10px;
    color: #1588e6;
}

.post-container .expert {
    font-size: .81rem;
}

.post-container .name {
    font-weight: bold;
    text-transform: uppercase;
}

.post-excerpt .post-date {
    white-space: nowrap;
}

.event-register {
    padding-top: 18px;
}

.anchored-item p {
    padding-top: 8px;
    margin-bottom: 0;
}

/* Specific targeting */

.webinars .post-excerpt .health-concerns {
    display: none;
}

.archive .container-link:hover .post-title {
    text-decoration: underline;
}

.archive .post-title {
    margin: 6px 0 8px;
}

.archive .event-register {
    display: none;
}

.blog-posts .post-excerpt p {
    color: #999;
}
.expert .credentials{
    font-weight:bold;
}
/* ---------- Blog nav ---------- */

.blog-nav {
    margin-bottom: 10px;
}

.blog-nav-column {
    width: 100%;
}

    .blog-nav-column h3 {
        font-size: 1.05rem;
        margin-bottom: 10px;
    }

    .blog-nav-column ul {
        margin-top: 0;
        margin-bottom: 50px;
        padding: 18px 0 0;
        list-style-type: none;
        ;
        border-top: 2px solid #d9d9d9;
    }

    .blog-nav-column li {
        width: 49%;
        display: inline-block;
        padding: 10px 0;
    }

    .blog-nav-column a {
        display: inline-block;
        padding: 10px 10px 10px 0;
        font-weight: bold;
        vertical-align: top;
        line-height: 130%;
    }

/* Specific targeting */

.health-concerns-nav {
    margin-right: 10%;
}

.experts-nav .credentials {
    white-space: nowrap;
}

/* ---------- Webinar watch section ---------- */

.feature-row {
    color: #fff;
    margin-bottom: 5px;
    padding: 0 10px 35px;
    background: #002c41;
}

    .feature-row .lmrc-page-container {
        position: relative;
    }

    .feature-row .page-header {
        color: #fff;
        
    }

        .feature-row .page-header p {
            padding-bottom: 0px
        }

        .feature-row .page-header .expert {
            color: #a2b2bb;
            font-size: .75rem;
        }

            .feature-row .page-header .expert .name,
            .feature-row .page-header .expert .credentials,
            .blog-details .page-header .expert .name,
            .blog-details .page-header .expert .credentials {
                text-transform: uppercase;
            }

            .feature-row .page-header .expert .health-concerns,
            .blog-details .page-header .expert .health-concerns {
                display: block;
                color: #9d9d9d;
            }

.feature-content {
    padding-bottom: 20px;
}

.feature-row .page-header .divider,
.blog-details .page-header .divider {
    margin: 0 6px;
}
.feature-content .feature-main .page-header span {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    color: #a2b2bb;
}
.post-list-column h3 {
    font-size: 1.15rem;
}

.post-list-column ul {
    padding: 0;
    list-style-type: none;
}

    .post-list-column ul li {
        margin-bottom: 20px;
    }

        .post-list-column ul li a:hover .post-title {
            text-decoration: underline;
        }

        .post-list-column ul li:nth-child(3) {
            display: none;
        }

        .post-list-column ul li:last-child {
            margin-bottom: 0;
        }

        .post-list-column ul li a {
            display: flex;
            color: #fff;
            text-decoration: none;
            align-items:center;
        }

.post-list .post-list-thumb {
    display: inline-block;
    
}

.post-list-thumb img {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #64819d;
    margin-right:25px;
    -o-object-fit:cover;
       object-fit:cover;
}

.post-list .post-list-info {
    display: inline-block;
    flex:1;
    width:100%;
}

.post-list-info .health-concerns,
.post-list-info .post-date {
    color: #a2b2bb;
}

.post-list-info .health-concerns {
    margin-top: 0;
    font-size: .53rem;
}
.post-title {
    font-size: 1.1rem;
    margin: 18px 0 8px;
    color: #035881;
}
.post-list-info .post-title {
    margin: 6px 0 2px;
    font-size: .84rem;
    color:#fff;

}
.blog-content .post-list-info .post-title {
    color: #035881;
}

.post-list-info .post-date {
    font-size: .68rem;
}

/* Scrollbar styles - aside */

/* Firefox */
.feature-content aside {
    scrollbar-width: thin;
    scrollbar-color: #19465a transparent;
}
    /* Chrome, Edge, and Safari */
    .feature-content aside::-webkit-scrollbar {
        width: 12px;
    }

    .feature-content aside::-webkit-scrollbar-track {
        background: transparent;
    }

    .feature-content aside::-webkit-scrollbar-thumb {
        background-color: #1f5168;
        border-radius: 20px;
        border: 2px solid #02435e;
    }

/* Specific targeting */
.feature-row .post-list-column ul li a {
    color: #fff;
}

/* ---------- Blog details section ---------- */
.feature-post-media {
    margin-bottom: 35px;
}

/* Specific targeting */
.blog-details .page-header {
    padding-bottom: 20px;

}

.blog-details .blog-content {
    padding-bottom: 10px;
    position:relative;
}

.blog-details .post-list-column ul li a {
    color: #02435e;
}

.blog-details .post-list-column {
    padding-top: 15px;
}

.blog-details .post-list-info .health-concerns,
.blog-details .post-list-info .health-concerns a,
.blog-details .post-list-info .post-date,
.blog-details .post-list-info .post-date a,

.blog-details .page-header .expert a {
    color: #84949d;
    text-decoration: none;
}

    .blog-details .page-header .expert .health-concerns a {
        color: #9d9d9d;
    }

    .blog-details .post-list-info .health-concerns a:hover,
    .blog-details .post-list-info .post-date a:hover,
    .blog-details .page-header .expert a:hover {
        text-decoration: underline;
    }
.blog-content .page-header p, .blog-content .health-concerns a {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    color: #035881;
}
    .blog-content .health-concerns a{
        margin: 0 10px;
    }
.blog-content .page-header p .post-date,
.feature-row .page-header p .post-date{
    text-transform: capitalize;
}
/* ------------------------------------------------------------
    RESPONSIVE STYLES
--------------------------------------------------------------- */
@media (min-width: 767px) {
    .page-header h1 {
        font-size: 2.8rem;
    }

    .post-list {
        width: 50%;
    }

        .post-list:first-child li {
            padding-right: 10px;
        }

    .post-list-column {
        display: flex;
        justify-content: space-around;
    }
}

@media (min-width: 992px) {
    /* ----- Generic styles ----- */
    .page-header {
        padding-bottom: 35px;
    }

    .load-more-posts {
        margin-bottom: 5px;
    }

    .webinars, .archive {
        padding-bottom: 30px;
    }
    .webinars{
        padding-bottom:70px;
    }
    /* ----- General post styles ----- */
    .post-container {
        margin: 0;
    }

    .events, .blog-posts {
        display: flex;
        justify-content: space-evenly;
    }

    .event-register,
    .anchored-item {
        margin-top: auto;
    }

    .post-excerpt, .event-register {
        width: 58%;
    }
    /* Specific targeting */
    .webinars .post-container {
        width: 49%;
    }

    .webinars .events,
    .archive .events,
    .archive .blog-posts {
        flex-wrap: wrap;
    }

    .webinars .event:nth-child(-n+2) {
        padding-bottom: 30px;
    }

    .archive .post-container {
        width: 28%;
        padding-bottom: 30px;
    }

        .archive .post-container:nth-last-child(-n+3) {
            padding-bottom: 0;
        }

    .archive .post-excerpt,
    .archive .event-register {
        width: 85%;
    }

    /* ----- Webinar watch section ----- */
    .feature-row {
        margin-bottom: 20px;
    }

        .feature-row .page-header .expert .health-concerns,
        .blog-details .page-header .expert .health-concerns {
            display: inline-block;
            margin-left: 30px;
            padding-left: 10px;
        }
    /* Specific targeting */
    .blog-details .page-header {
 
        position: absolute;
        top: 40px;
    }
        .feature-row .page-header {
            color: #fff;
            position:absolute;
            width:100%;
        }
    .feature-content, .blog-content {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding-bottom: 60px;
        -webkit-align-items:baseline;
    }
        .blog-content{
            align-items:flex-start;
        }
        .video-embed-wrap{
            padding-top:200px;

        }
        .feature-content .feature-main {
            width: 78%;
        }

        .feature-content aside {
            width: 25%;
            overflow: auto;
        }

        .blog-content .blog-main {
            width: 70%;
            padding-top:200px;
        }

        .blog-content aside {
            width: 30%;
            overflow: auto;
            padding-top:200px;
        }

    .post-list {
        width: 100%;
    }

        .post-list:first-child h3 {
            margin-top: 0;
        }

        .post-list:nth-child(2) {
            margin-top: 23px;
        }

        .post-list:first-child li {
            padding-right: 0;
        }

    .post-list-column {
        display: block;
        padding: 0 5% 0 8%;
        margin-left: 8%;
        border-left: 1px solid #37677c;
    }

        .post-list-column h3 {
            font-size: 1.15rem;
        }

    .scroll-indicator {
        display: none;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 100%;
        height: 45px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,002c41+100&0+0,0.75+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,44,65,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf002c41',GradientType=0 ); /* IE6-9 */
    }

    .post-list-column ul li:nth-child(3) {
        display: list-item;
    }
    /* Match height of video */
    .feature-content .fixed-responsive-height {
        position: relative;
        padding-bottom: 43.9%;
        height: 0;
    }

        .feature-content .fixed-responsive-height .post-list-column {
            position: absolute;
            top: 0;
            left: 0;
            /* width: 100%; */
            height: 100%;
        }

    /* ----- Blog details section ----- */
    .blog-details .post-list-column {
        padding-top: 0;
    }

    /* ----- Blog nav ----- */
    .blog-nav-row {
        display: flex;
        justify-content: center;
    }

    .blog-nav-column ul {
        margin-bottom: 20px;
    }
}

@media (min-width: 1251px) {
    .feature-row {
        padding: 120px 10px 100px;
        margin-bottom: 20px;
    }
}
