.brandedStory {
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
 * Intro block with author
 */

.brandedStory__intro {
    margin-bottom: 3em;
    padding: 1em;
    font-size: 1rem;
    background-color: #edf5f5;
}

.brandedStory__introTitle {
    margin: 0 0 0.2em 0;
    font-size: 1em;
}

.brandedStory__introDescription {
    font-size: 0.9em;
}

.brandedStory__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brandedStory__authorImage {
    display: block;
    margin-right: 0.8em;
    border-radius: 50%;
    background-color: white;
}

.brandedStory__authorName {
    margin: 0;
    font-size: 1.15em;
    color: #000;
    font-family: 'Times New Roman',serif;
}

/*
 * Main
 */
.brandedStory__title {
    color: #000;
}

.brandedStory__image {
    display: block;
    margin: 0 0 1.5em 0;
}

.brandedStory__content {
    position: relative;
}

.brandedStory__introduction {
    font-weight: bold;
    line-height: 1.5;
}

.brandedStory blockquote {
    margin: 1.45em 0;
    padding-left: 0;
    font-style: normal;
    border-left: none;
}

.addthis_inline_share_toolbox {
    padding-bottom: 1.5em;
}

/*
 * Sidebar
 */

.brandedStory__sidebar {
    font-size: 1rem;
}

.brandedStory__relatedPosts {
    padding: 0.5em;
    border-top: 4px solid #1aa1a1;
    border-bottom: 4px solid #1aa1a1;
    background-color: #ededed;
}

.relatedPosts__author {
    margin: 0 0 1em 0;
    color: #000;
    font-size: 1.1em;
}

.relatedPosts__authorName {
    font-family: 'Times New Roman', serif;
}

.relatedPosts__moreLink {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

@media screen and (min-width: 720px) {
    .brandedStory {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .brandedStory__intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .brandedStory__introTitle {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
        flex: 0 1 15%;
        margin: 0;
    }

    .brandedStory__introDescription {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 0;
    }

    .brandedStory__author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        word-break: break-word;
    }

    .brandedStory__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
    }

    .brandedStory__introduction,
    .brandedStory__text {
        margin-left: 8em;
    }

    .brandedStory blockquote {
        margin-left: -3em;
    }

    .brandedStory__share {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.5em;
    }

    .brandedStory__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
