.archive #primary .container {
    max-width: 1600px;
    padding: 0;
}
.archive #primary .stories-header-container.container {
    max-width: 1000px;
}
.archive #primary .flexed {
    flex-direction: row-reverse;
    align-items: center;
}
.archive #primary .flexed > div.flexed-featured,
.archive #primary .flexed > article,
.stories-navigation .flexed > div {
    flex-basis: 50%;
}
.stories-header-bg {
    background: var(--main-blue);
    padding: 40px 2%;
}
.container.stories-header-container h1 {
    color: #fff;
}
.stories-header-bg .embed-container {
    margin-bottom: 0;
}
.stories-navigation .flexed > div {
    padding: 0 1em;
}
.stories-page-nav.sm-row {
    padding-bottom: 2em;
}
.stories-page-nav .container {
    max-width: 600px;
}
.stories-page-nav h2 {
    text-align: center;
    margin-bottom: 1em;
}
.posts-navigation {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
#primary .flexed > div.flexed-featured {
    line-height: 0;
}
#primary .flexed > div.flexed-featured img {
    width: 100%;
}
#primary .flexed > article {
    padding: 2em 4em;
}
.stories-navigation .container {
    max-width: 1100px;
}
.story-filters p {
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-family: 'Arvo', serif;
    font-weight: 400;
}
.story-filters ul {
    list-style: none;
    padding: 0;
}
.story-filters ul li {
    display: inline-block;
    margin-right: 20px;
}
.story-filters ul li a {
    color: #FFF;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.story-filters ul li.active a,
.story-filters ul li a:hover,
.story-filters ul li a:focus {
    text-decoration: underline;
    text-decoration-style: solid;
    color: #efd497;
}
.stories-wrapper .story:nth-of-type(odd) {
    background-color: var(--yellow);
}
.stories-wrapper .story:nth-of-type(even) {
    background-color: var(--main-blue);
}
.stories-wrapper .story .flexed {
    align-items: center;
}
.stories-wrapper .story:nth-of-type(odd) .flexed {
    flex-direction: row-reverse;
}
.stories-wrapper .story .container {
    max-width: 1200px;
    background: #FFF;
    padding: 1em;
    margin: 3em auto;
}

.stories-cta .container {
    max-width: 900px;
    text-align: center;
}
.stories-cta h2:after {
    content: '';
    display: block;
    margin: 1em auto;
    width: 225px;
    border-bottom: 2px solid #FFF;
}
.stories-cta a.button:first-of-type{
    background: var(--yellow);
    color: #000;
}
.stories-cta a.button:nth-of-type(2) {
    background: var(--light-blue);
    color: #FFF;
    margin-left: 20px;
}
.stories-cta a.button:hover,
.stories-cta a.button:focus {
    background: #FFF;
    color: #000;
}


/* SINGLE STORY */
.single-story main .flexed {
    align-items: flex-start;
    flex-direction: row-reverse;
}
.story-featured-header {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.story-sidebar{
    flex-basis: 30%;
}
.story-photo {
    flex-basis: 35%;
}
.story-photo,
.story-featured-photo {
    line-height: 0;
}
.story-featured-photo {
    border: 8px solid var(--main-blue);
    margin-bottom: 2em;
}
.story-photo img,
.story-featured-photo img {
    width: 100%;
}
.story-text {
    flex-basis: 65%;
    padding: 2em;
}
.story-text p:last-of-type {
    margin-bottom: 0;
}
.story-full {
    padding: 2em 2em 0.5em;
}
.story-content {
    flex-basis: 65%;
}
.sidebar-links a.button {
    text-align: center;
}
.sidebar-links i.fas {
    font-size: 0.75rem;
    vertical-align: 2px;
    margin-right: 5px;
}

@media screen and (max-width: 1200px){
    .archive #primary .flexed > article {
        padding: 1.5em;
    }
}
@media screen and (max-width: 1100px){
    .archive #primary .flexed .entry-content {
        margin-top: 0;
    }
    body:not(.home).archive h1:after {
        margin-bottom: 0.75em;
    }
}
@media screen and (max-width: 1050px){
    .story-photo {
        flex-basis: 40%;
    }
    .story-text {
        flex-basis: 60%;
    }
}
@media screen and (max-width: 1023px){
    .archive #primary .flexed,
    .stories-navigation .flexed {
        display: block;
    }
    .archive #primary .flexed > article {
        padding: 2em 20px 0.5em;
    }
    .flexed-featured {
        display: none;
    }
}
@media screen and (max-width: 900px){
    .story-text p {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .story-text p a.button {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media screen and (max-width: 820px){
    .story-photo {
        padding: 2em 0 2em 1em;
    }
    .story-text {
        padding: 2em 1em;
    }
}
@media screen and (max-width: 767px){
    .single-story main .flexed,
    .stories-wrapper .story .flexed {
        display: block;
    }
    .story-featured-photo {
        margin: 0 auto 2em;
        max-width: 600px;
    }
    .story-photo {
        max-width: 400px;
        margin: 1em auto;
        padding: 0;
    }
    .sidebar-links {
        text-align: center;
    }
}
@media screen and (max-width: 520px){
    .story-photo {
        margin-top: 0;
    }
    .story-text {
        padding: 2em 20px;
    }
}
@media screen and (max-width: 460px){
    .story-text {
        padding: 2em 0;
    }
}