.single-member-page ul {
    padding-left: 31px !important;
}
.single-member-page ul li {
    display:list-item !important;
}

footer {
    margin-top: 0 !important;
}
.blog-single-newsletter {
    margin-top: 131px;
}
.single-member-page h1 {
    font-weight: bold;
    font-size: 40px !important;
    color: #000000;
    color: rgb(0, 0, 0);
    position: relative;
    right: 2px;
    max-width: 73%;
    line-height: 1em;
    margin-bottom: 5px;
}

.single-member-page h2 {
    line-height: 40px;
    margin: 0 0 23px;
    margin-top: 41px;
}

h2,h3 { color: #006A4F !important; }

.hero_img .future-ready-image-holder:before {
    background-color: transparent;
}

.related-stories h3 {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 36px;
    color: #000000 !important;
    color: rgb(0, 0, 0);
    text-align: left;
    margin-bottom: 17px;
    margin-top: 0;
}

.single-member-page p {
    line-height: 26px;
    color: #5B5C60 !important;
    align-self: center;
    margin-bottom: 23px;
    font-size: 18px;
}

.single-member-page {
    margin-top: 4em !important;
    margin-bottom: 4em;
}

.blog-info {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #5B5C60;
    justify-content: flex-start;
    margin-bottom: 3em;
}

.related-stories { padding-bottom: 7em; }

.author { padding-right: 1em; }

.published-date { padding-left: 1em; }

.related-stories .grid-title { padding-top: 0; }

.related-stories .grid-overlay-text { display: block; }

.related-stories .grid-overlay-text {
    display: block;
    position: relative;
    top: 6.5em;
}

.promo-banner .hero_title_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0 !important;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.hero.banner-below .hero_title {
   margin: 0 auto !important;
    max-width: 18em;
}
.author-wrapper { display: flex; }
.team-member {
    overflow: visible !important;
    margin-right: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-member:hover .team-img-overlay { opacity: 0; }

.audience-grid .grid-title {
    font-size: 21px
}

.grid-item:hover .grid-overlay {
    background-color: rgba(63, 195, 128, .5);
}

.outer-container.single-member-page {
    max-width: 58em;
}
@media (min-width: 964px) {
    .promo-banner .hero.banner-below .hero_title {
        max-width: 38%;
        margin: 0 auto;
    }
}

@media (max-width: 964px) {
    .single-member-page {
        padding: 0 1em;
    }
}

@media screen and (max-width: 768px) {

    .audience-grid .grid-title {
        font-size: 20px;
    }

}
@media only screen and (max-width: 568px) {
    .single-member-page h1 {
        font-size: 32px !important;
        max-width: 100%;
    }

    .single-member-page h4 {
        line-height: 1.3em;
    }

    .team-member {
        width: 100% !important;
    }
    .author-wrapper {
        flex-direction: column;
    }
    .grid-container { grid-template-columns: auto auto; }

    .audience-grid .grid-title { font-size: 12px; }

    .dropdown-content a {
        font-size: 12px;
        padding-left: 1em;
    }

    .footer_newsletter_signup.green { display: block; }

    .grid-section .audience-grid {
        grid-auto-rows: 230px;
        grid-gap: 15px;
    }

    .audience-grid .grid-overlay-text {
        padding: 0px 14px;
        position: relative;
        top: 64px;
    }

    .related-stories .grid-overlay-text { top: 100px; }

    .related-stories h3 { font-size: 28px; }

    .single-member-page {
        word-wrap: break-word !important;
    }
}
