.anchor {
    position: relative;
}

.anchor a {
    position: absolute;
    left: 0px;
    top: -48px;
}

@media (min-width: 992px) {
    .anchor a {
        top: -126px;
    }
}

.wrapper {
    padding-top: 0;
}

.sumome-share-client-wrapper {
    display: none;
}

.c-aside-nav {
    will-change: min-height;
}

@media (min-width: 992px) {
    .c-aside-nav-menu {
        display: none;
    }
}

.mobile-menu-active .c-sticky-aside-nav {
    visibility: hidden;
}

/* @media (max-width: 991px) {



    .c-aside-nav-menu header {
        height: 100%;
        position: relative;
    }

    .c-aside-nav-menu .c-aside-nav-menu-button {
        display: flex;
        height: 100%;
        align-items: center;
        cursor: pointer;
        user-select: none;
        margin-right: 1.1rem;
    }

    .c-aside-nav-menu.c-sticky-aside-nav {
        top: 0;
    }

    .c-aside-nav {
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        height: 80%;
        height: calc(100% - 48px);
        background: #FFF;
        overflow-y: auto;
        display: none;
        transition: top .2s ease-in-out;
        z-index: 10000;
    }

    .c-aside-nav.expanded {
        display: block;
    }

    .c-aside-nav__inner {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        overscroll-behavior: contain;
    }

    .c-aside-nav-menu .primary-menu-toggler__icon-hamburger {
        fill: #FFF;
    }

} */




.c-hero {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6rem
}

@media (min-width:768px) {
    .c-hero {
        padding-top: 10rem
    }
}

@media (min-width:992px) {
    .c-hero {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0
    }
}

.c-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (min-width:992px) {
    .c-hero__inner--pushed {
        margin-top: 1rem
    }
}

.c-hero__headline {
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: .75rem;
    text-align: center;
}

@media (min-width:768px) {
    .c-hero__headline {
        font-size: 4rem
    }
}

@media (min-width:992px) {
    .c-hero__headline {
        font-size: 4.5rem
    }
}

@media (min-width:1280px) {
    .c-hero__headline {
        font-size: 5rem
    }
}

.c-hero__subhead {
    color: #fff;
    font-size: 1.25rem;
    display: block;
    width: 80%;
    text-align: center;
    line-height: 1.25
}

@media (min-width:768px) {
    .c-hero__subhead {
        font-size: 1.4rem;
        width: 100%
    }
}

@media (min-width:992px) {
    .c-hero__subhead {
        font-size: 1.6rem
    }
}

@media (min-width:1280px) {
    .c-hero__subhead {
        font-size: 1.75rem
    }
}

.c-hero--coach-onboarding,
.c-hero--covid19 {
    height: 24.6em;
    background: #000 url('https://wpassets.trainingpeaks.com/coach-onboarding/coach-onboarding-bg.jpg');
    background-size: cover;
    background-position: center center;
}

@media (min-width:768px) {

    .c-hero--coach-onboarding,
    .c-hero--covid19 {
        height: 32rem;
    }
}

.o-typography,
.o-typography p,
.o-typography li {
    line-height: 24px;
    color: #222;
    font-size: 17px;
}

.o-typography p {
    margin: 14px 0;
}

.o-typography ul {
    padding: 0 1.75rem;
}

.o-typography li {
    margin: 14px 0;
}

.o-typography h2,
.o-typography h3,
.o-typography h4 {
    font-family: HNB;
    color: #303030;
}

.o-typography h2 {
    font-size: 25px;
    margin: 1.5rem 0 1.5rem;
}

.o-typography h3 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 2.2rem 0 0;
    letter-spacing: .05rem;
}

.o-typography h4 {
    font-size: 1rem;
    margin: 1rem 0 1rem;
}


article.content>section {
    border-bottom: 1px solid #f3f3f3;
}

article.content>section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.c-card-contents__title a {
    color: #303030;
}

.content.resources h2 {
    margin-bottom: 3rem;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 3rem;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

main .content p:not(:first-of-type) img {
    margin-top: 3em;
}

.c-aside-section-name {
    line-height: 1em;
}

li span {
    word-break: break-all;
}