/*

GLOBAL PAGE STYLES

*/

.story-page-content-wrapper {
    font-size: 1rem;
}

/*

UTILITY STYLES

*/

.button__light--ghost {
    border: .125em solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    padding: 1.187rem 2.728rem;
    border-radius: .125em;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 1em;
    background-color: #c8102e;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: inline-block;
}

    .button__light--ghost:hover {
        background-color: #ffffff;
        color: #c8102e;
    }

    .button__light--ghost:focus {
        background-color: #ffffff;
        color: #c8102e;
    }

.button__dark--ghost {
    color: #544f47;
    background-color: #ffffff;
    padding: 1.187rem 2.728rem;
    border: .125em solid #e9e9e9;
    border-radius: .125em;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 1em;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

    .button__dark--ghost:hover {
        color: #ffffff;
        background-color: #c8102e;
        border: .125em solid #c8102e;
        text-decoration: none;
        border-radius: .125em;
    }

.text-accent--red {
    color: #c8102e;
}

.story-article .break-contain__full {
    margin-top: 2rem;
    margin-bottom: 2rem;
}




/*

BLOCK STYLES

*/

.story-page-blocks {
    text-align: center;
    min-height: 4em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    align-items: center;
}

.story-page-block__heading {
    font-family: "Source Sans 3", sans-serif;
    font-size: 2rem;
}



/*

STORY FEED STYLES

*/

.story-feed .story-block {
    display: inline-block;
    margin-bottom: 1rem;
}

/* PAGINATION SECTION */
.story-feed__pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2.5rem;
}

.story-feed__pagination-group {
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.story-feed__pagination-item {
    margin: 0 2px;
}

    .story-feed__pagination-item a {
        border: 2px solid #E9E9E9;
        text-decoration: none;
    }

        .story-feed__pagination-item a:hover {
            background: #e6e6e6;
            text-decoration: none;
        }


.story-feed__pagination-text {
    color: #544F47;
    font-size: 1.125rem;
    text-decoration: none;
    display: block;
    padding: .5em 1em;
    border-radius: .2em;
}

.story-feed__pagination .ellipsis::after {
    content: '\2026';
    color: #544F47;
    border: none;
}

.story-feed__pagination-next,
.story-feed__pagination-previous {
    display: inline-block;
}

    .story-feed__pagination-next .story-feed__pagination-text,
    .story-feed__pagination-previous .story-feed__pagination-text {
        border: none;
    }

.story-feed__pagination .current {
    color: white;
    background-color: #c8102e;
    border: none;
}

    .story-feed__pagination .current:hover {
        background-color: #c8102e
    }

.story-feed__pagination .fa-angle-left::before,
.story-feed__pagination .fa-angle-right::before {
    font-size: 5rem;
    font-weight: 100;
}

/* STORY FEED HEADER SECTION */

.story-feed__header {
    margin: 1rem 0;
}

.story-feed__heading {
    color: #544f47;
    font-family: "Source Sans 3", sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1rem 0;
}

    .story-feed__heading.flame-icon-accent::before {
        content: '';
        background-image: url('../img/flame.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 50px;
        width: 14px;
        margin-right: 1rem;
    }

.story-feed__search-form {
    width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
}

    .story-feed__search-form .button {
        font-size: 1rem;
        padding: .66rem 1rem;
    }

    .story-feed__search-form .input-group {
        -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
        box-shadow: inset 1px 2px 2px rgba(10,10,10,.1);
        border: 1px solid #C4C4C4;
        border-radius: 5px;
    }

        .story-feed__search-form .input-group:focus-within {
            -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
            border: 1px solid #8a8a8a;
        }

    .story-feed__search-form .input-group-label {
        background-color: transparent;
        border: none;
    }

    .story-feed__search-form .input-group-field {
        background-color: transparent;
        border: none;
        box-shadow: inset 0 0 0;
    }

        .story-feed__search-form .input-group-field:focus {
            border: none;
        }

.story-feed__pagination {
    padding: 1rem 0;
}

    .story-feed__pagination .pagination-previous a::before,
    .story-feed__pagination .pagination-previous.disabled::before,
    .story-feed__pagination .pagination-next a::after,
    .story-feed__pagination .pagination-next.disabled::after {
        content: '';
    }

.story-feed__pagination-group .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

    .story-feed__pagination-group .disabled:hover {
        background: transparent;
    }




/*

STORY ARTICLE STYLES

*/

.story-article {
    margin-bottom: 2.5rem;
}

.story-page-content-wrapper .breadcrumbs {
    margin-bottom: 3rem;
}

.story-article__header {
    background-color: transparent;
    margin-bottom: 1rem;
}

.story-article__meta {
    line-height: 1.5;
    margin-bottom: 0;
}

    .story-article__meta a {
        color: #544f47;
    }

/* PULLQUOTE STYLES */
.story-article__pullquote-wrapper {
    color: #544F47;
    font-family: "Source Sans 3", sans-serif;
    font-size: 2.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0;
    font-weight:900;
}

    .story-article__pullquote-wrapper blockquote {
        padding: 0;
    }

    .story-article__pullquote-wrapper p {
        line-height: 1.2;
    }

/* SHARING LINKS STYLES */

.story-article__sharing-links-wrapper {
    color: #c8102e;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.story-article__sharing-links {
    font-size: 3em;
}

.story-article__sharing-intro {
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
    font-size: 1.6rem;
    margin-right: 1rem;
}

/* VIDEO EMBED STYLES */

.story-article__video {
    margin-top: 2rem;
    margin-bottom: 2rem;
}




/*

TEASER ICON ROW BLOCK

*/

.story-page-content-wrapper .icon-teaser-row {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}



/*

STORY CTA BLOCK

*/

.story-cta-block {
    background-color: #c8102e;
    color: #ffffff;
    font-size: 1.25rem;
    padding-right: 2.5em;
    padding-left: 2.5em;
}

.story-cta-block__heading {
    text-transform: uppercase;
}

    .story-cta-block__heading .bold-text {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 700;
    }



/*

MORE STORIES BLOCK

*/

.story-block {
    text-align: left;
    height: auto;
}

.more-stories-block__heading {
    margin-bottom: 2rem;
    text-align: center;
}

.story-block__header-image {
    margin-bottom: 1rem;
}

.story-block__title {
    font-size: 1.2rem;
}

.story-block__copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



@media screen and (min-width: 64em) {

    .story-feed__heading.flame-icon-accent::before {
        height: 76px;
        width: 22px;
    }
}





@media screen and (min-width: 40em) {

    /*

UTILITY STYLES

*/

    /*.break-contain__full {
    margin-right: -24.99998%;
    margin-left: -24.99998%;
  }*/



    /*

STORY FEED STYLES

*/

    .story-feed__search-button {
        width: 100%;
    }

    .story-feed__header {
        margin: 2.5rem 0;
    }

    .story-feed__heading {
        margin: 2.5rem 0
    }

    .story-feed .story-block {
        margin-bottom: 3rem;
    }

    .story-feed__pagination {
        padding: 2.5rem 0;
    }


    /*

MORE STORIES BLOCK

*/

    .more-stories-block--single-story .story-block {
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    .more-stories-block--single-story .story-block__header-image, .more-stories-block--single-story .story-block__body {
        margin: .9375rem;
        max-width: calc(100% - 1.875rem);
        flex: 1 0 0;
    }

    .more-stories-block--single-story .story-block__body {
        margin: .9375rem 0 .9375rem .9375rem;
    }

    .more-stories-block--single-story .story-block__header-image {
        margin: .9375rem .9375rem .9375rem 0;
        width: 100%;
    }
}
