article {
    border-top: solid 1px rgba(0,0,0,0.1);
    padding-top: 2.5vh;
    margin-top: 6vh;
    position: relative;
}
article h2 {
    font-size: 2.25rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 90%;
    color: rgb(0,0,0);
    margin-bottom: 4vh;
}
section {
    margin-top: 12vh;
    position: relative;
}
section h3 {
    border-top: solid 4px rgba(0,0,0,0.33);
    padding-top: 1.5vh;
    font-size: 1rem;
    color: rgba(0,0,0,0.5);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    transform: none;
}
section a.backtotop {
    display: block;
    position: absolute;
    right: 0;
    top: 2vh;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
article .feature h2 {
    border-top: dashed 1px rgb(0,0,0);
    padding-top: 2vh;
}
article p, article ul.bullet li {
    margin-bottom: 2vh;
    color: rgba(0,0,0,.6);
    font-size: 1.125rem;
    line-height: 1.375em;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    letter-spacing: -.5px;
}
article h4 {
    color: rgb(0,0,0);
    font-size: .875rem;
    line-height: 1.75em;
    margin-bottom: .75vh;
    transition: all 0.3s ease;
    font-weight: 900;
    letter-spacing: .5px;
}
article.completed h4 {
    text-decoration: line-through;
}
article h4.slider:hover {
    cursor: pointer;
    color: rgb(36,168,224);
}
article h5 {
    font-size: .9375rem;
}
article h6 {
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75rem;
    line-height: 2em;
    color: rgb(0,0,0);
}
aside ul {
    margin-bottom: 4vh;
}
article li {
    padding-bottom: .75vh;
    margin-bottom: 1vh;
    font-size: .9125rem;
    line-height: 1.375em;
    font-weight: 400;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    text-align: left;
}
article.header li {
    margin-right: 1.5vw;
    margin-bottom: 0;
    font-weight: 700;
    border-bottom: 0;
    padding-bottom: 1vh;
}
article.header li.completed {
    text-decoration: line-through;
}
article.header li.completed a {
    color: rgba(0,0,0,0.5);
}
article.header li.completed a:hover {
    color: rgb(0,0,0);
}
article.header li:last-child {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: .75vh;
    border-bottom: 0;
}
article li strong {
    transition: all 1s ease;
}
article aside li strong {
    font-weight: 700;
}
article ul.center li {
    text-align: center;
}
article .banner ul {
    margin-bottom: 0;
}
article li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
article .seventyfive ul.large li {
    font-size: 1rem;
    width: 75%;
    text-align: inherit;
}
article ul.bullet {
    margin-bottom: 2vh;
}
article ul.bullet li {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 2vw;
}
/* article ul:hover li, article ul:hover li strong, article ul.bullet:hover li strong {
    color: rgba(0,0,0,0.15);
}
article ul:hover li:hover {
    color: rgba(0,0,0,0.8);
}
article ul:hover li:hover strong {
    color: rgba(0,0,0,1);
} */
article ul.bullet li:before {
    content: '\f192';
    font-family: FontAwesome;
    font-size: .8125rem;
    line-height: 1.5em;
    color: rgb(237,30,121);
    position: absolute;
    top: 0;
    left: 0;
}
article p strong, article ul.bullet li strong {
        color: rgba(0,0,0,1);
        font-weight: 700;
        letter-spacing: 1.5px;
        font-size: .8125rem;
        text-transform: uppercase;
}
article p em {
    color: rgb(0,0,0);
}
@keyframes bPulse {
    0% { background-color: aqua; border-radius: 0; transform: rotate(0deg); }
    10% { background-color: aqua; border-radius: 0; transform: rotate(0deg); }
    100% { background-color: magenta; border-radius: 50%; transform: rotate(180deg); }
}
article footer {
    border-top: dashed 1px rgb(0,0,0);
    width: 100%;
    padding-top: 1vh;
    margin-bottom: 1.5vh;
    align-self: end;
}
article footer.top {
    bottom: inherit;
    top: 0;
    padding-top: 0;
    border: none;
}
article .feature footer {
    margin: 0;
}
.lede {
    padding-bottom: 3vh;
}
.lede p {
    font-size: 1.5rem;
    line-height: 1.2em;
    letter-spacing: -.75px;
}
.small p {
    font-size: .875rem;
}
article .small p {
    letter-spacing: -.25px;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}
.grid.seventyfive.left {
    grid-template-columns: 3fr 1fr;
}
.grid.seventyfive.right {
    grid-template-columns: 1fr 3fr;
}
.grid.three {
    grid-template-columns: 1fr 1fr 1fr;
}
.grid.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.feature {
    margin-top: 1vh;
}
.grid.feature.seventyfive img {
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
