.info {
    display: flex;
    flex-flow: column;
    align-items: stretch;
}

.info.in_edit {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.logo.subpage {
    font-size: 1.8em;
    padding: 0.5em 0;
}

h1.banner {
    font-size: 3.5em;
    text-align: center;
    font-family: 'concourse_sc';
    text-transform: uppercase;
    margin: 0.2em auto;
    padding: 0 2em;
}

.words {
    font-family: "equity_text";
    font-weight: 200;
    font-size: 1.3em;
    /* padding: 0 3em; */
    line-height: 1.4em;
    /* font-feature-settings: 'liga', 'ss01','ss03'; */
    /* color: var(--black); */
    /* position: relative; */
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.words h3, .brief h2 {
    margin-bottom: 0;
    margin-top: 0.3em;
    font-family: 'concourse_sc';
    font-feature-settings: 'c2sc','ss01';
    font-weight: 400;
    font-size: 1.5em;
}

.next_prev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'concourse_sc';
    font-feature-settings: 'c2sc';
    font-size: 1.5em;
    padding: 2em 3em;
    font-weight: 500;
    flex-flow: row wrap;
    /* width: 37em; */
    max-width: 37em;
    /* width: 100%; */
    margin: 0 auto;
}

.next_prev a {
    text-decoration: none;
    color: #6b6b6b;
    /* border-top: 0.11em solid #6b6b6b; */
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 1.4em;
}

.next_prev a:hover {
    color: blue;
    /* font-weight: 400; */
    /* border-top: 0.11em solid blue; */
}

.next:after {
    content: "\276D";
    position: relative;
    margin-right: -0.23em;
    margin-top: 0.05em;
    font-size: 1.9em;
    right: 0;
}

.prev:before {
    content: "\276C";
    position: relative;
    margin-left: -0.23em;
    margin-top: 0.05em;
    font-size: 1.9em;
    left: 0;
}

.words .title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 0 2em;
    padding-bottom: 1em;
    /* border-top: 1px dashed gray; */
    padding-top: 1.5em;
    /* position: relative; */
    /* font-feature-settings: 'liga','ss02'; */
}

.plyr--video {
    max-width: 35em;
    min-width: 100%;
}

.words .brief, .notes {
    /* text-align: justify; */
    hyphens: auto;
    /* max-width: 36em; */
    max-width: 800px;
    /* margin: 0 auto; */
    display: flex;
    /* line-height: 1.4em; */
    /* line-height: calc(1.4em + 1.9 * ((100vw - 100em)/(1150 - 450))); */
    line-height: calc(1.5em + (1.46 - 1.5) * ((100vw - 84em)/(35 - 21)));
    font-feature-settings: 'liga', 'ss01','ss03';
    flex-flow: column;
    --bullet_count: 0;
    /* counter-reset: bullet-count var(--bullet_count); */
    /* line-height: 1.60; */
    position: relative;
}

.notes.in_edit:before, .brief.in_edit:before {
    font-size: 1.3em;
    font-family: 'concourse_sc';
    font-feature-settings: 'c2sc';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6em 0;
    text-decoration: underline;
}

.notes.in_edit:before {
    content: "Notes";
}

.brief.in_edit:before {
    content: "Main Article";
}

.words .brief_bg {
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: var(--bg_custom); */
    /* width: calc(17.1508em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21))); */
    height: calc(19.4em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21)));
    width: 100%;
    /* float: left; */
    /* margin-right: 0.8em; */
    margin-bottom: 1.4em;
    max-width: 800px;
    position: relative;
    /* background-size: cover,51em!important; */
    /* backdrop-filter: opacity(0.5); */
}


.brief p {
    margin-top: 0em;
    counter-reset: bullet;
    display: block;
    /* margin-right: 1em; */
    /* margin-left: 1em; */
}

.brief_bg+p:first-letter {
    color: #45415e;
    float: left;
    font-size: 5.3em;
    margin-top: 0.22em;
    padding-right: .04em;
    line-height: 0.54em;
}

.words .blockquote {
    margin-left: 1em;
    font-style: italic;
    border-left: 0.1em solid gray;
    padding-left: 1em;
}

.blockquote br {
    padding: 0.5em;
    display: block;
    height: 5.2em;
}

.blockquote .reference {
    color: gray;
}

.words .list {
    margin-left: 2em;
    border-left: 0.1em solid gray;
    padding-left: 0.8em;
    /* display: inline-flex; */
    /* flex-flow: row wrap; */
}

.list span.break {
    display: block;
    width: 5em;
    /* height: 0.1em; */
    border-top: 0.07em solid gray;
    margin: 0.4em -0.9em;
}

.list strong {
    /* margin-left: 1.5em; */
    /* border-right: 0.1em solid gray; */
    /* padding-right: 0.3em; */
    /* flex-basis: 20px; */
    /* flex: 1 1 5em; */
}

.list br {
    /* padding: 1em; */
    display: block;
    height: 4.2em;
    /* margin: 2em; */
}

.brief .inset {
    /* display: inline-block; */
    /* padding-left: 2em; */
    /* padding: 0.2em 0; */
    /* padding-left: 0.6em; */
    font-style: italic;
    /* border-left: 0.1em solid gray; */
    /* margin-top: 0.4em; */
    color: gray;
    /* margin-left: 1.5em; */
    /* font-weight: 400; */
}

.brief:before {
    content: "";
    /* display: inline-block; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-image: var(--bg_custom); */
    /* width: calc(17.1508em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21))); */
    /* height: calc(19.4em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21))); */
    /* width: 100%; */
    /* float: left; */
    /* margin-right: 0.8em; */
    /* margin-bottom: 1.4em; */
    /* flex-basis: calc(20.4em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21))); */
}

.title .icon {
    width: 3em;
    height: 4em;
    display: inline-block;
    margin-right: 1em;
    /* align-self: center; */
    justify-self: flex-start;
}

.info .bg {
    width: 41%;
    height: 4em;
    display: inline-block;
    margin-left: 1em;
    align-self: center;
}

.title h2 {
    align-self: center;
    font-size: 2em;
    display: block;
    /* text-decoration: underline; */
    text-transform: capitalize;
    /* font-family: 'concourse_sc'; */
    /* font-feature-settings: 'liga','ss02'; */
    line-height: 120%;
    margin: 0;
}

.plyr__control {
    text-transform: lowercase;
}

.plyr__controls .plyr__controls__item:first-child {
    border-radius: 4.8em;
    border: 3px solid black;
    padding: 0.7em;
    margin-right: 0.5em;
    border-style: groove;
    /* -webkit-box-shadow: 6px 8px 12px -5px rgb(0 0 0 / 76%); */
    box-shadow: 5px 1px 6px -6px rgb(0 0 0 / 76%);
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none;
}

.plyr__controls .plyr__controls__item:first-child svg.icon--not-pressed {
    height: 1.2em;
    width: 1.2em;
    padding-left: 0.15em;
}

.plyr__controls .plyr__controls__item:first-child svg.icon--pressed {
    height: 1.2em;
    width: 1.2em;
}

@media screen and (min-width: 1000px) {
    .words .brief, .notes {
        line-height: 1.60;
    }

}

@media (max-width: 900px) {
    .brief {
        padding: 0 1em;
        font-size: 1.2em;
    }
    .brief_bg {
        /* width: 100vw; */
        /* position: absolute; */
        /* left: 0; */
    }
}

@media (max-width: 730px) {
    body {
        /* font-size: calc(1em + 1.9 * ((100vw - 100em)/(1150 - 450))); */
        /* font-size: calc(0.6em + (1.3 - 0.6) * ((100vw - 100em)/(1150 - 450))); */
        /* font-size: calc(0.7em + (2.1 - 0.6) * ((200vw)/(1150 - 450))); */
    }

}
