div.header-hero {
    padding: 68px 0 20px;
}

.done {
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--white);
    border: 5px solid #b20008;
    padding: 0 12px;
    transform: rotate(-11deg);
    background: #b20008;
    font-weight: bold;
    border-radius: 8px;
}

.fast-facts {
    padding-top: 40px;
}
.issue-section {
    margin: 0 0 24px;
}
.issue-section--title {
    margin: 24px 0 18px;
    text-align: left;
    font-size: 42px;
}
.issue-section--subheading {
    font-size: 22px;
    margin: 0 0 18px;
    text-align: left;
}
.fact {
    background: white;
    border: 1px solid #c2d0dc;
    border-radius: 8px;
    margin: 1rem 0;
    padding: 2rem;
}
.global-footer {
    margin: 0;
}
.fact h3 {
    margin: 0 0 10px;
    font-size: 42px;
    color: #ed1c24;
}

.header-hero h1 {
    font-size: 50px;
}

.fact p {
    margin: 0;
    font-size: 22px;
}

.issue {
    text-align: center;
    background: var(--white);
    border: 1px solid var(--grey-slate);
    border-radius: 12px;
    margin: 1rem 0 2rem;
    padding: 3rem 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
.candidate-newspaper .issue {
    min-height: 370px;
}
.issue--coming-soon {
    justify-content: center;
}
.coming-soon--subheading {
    font-size: 24px;
}
a.issue-btn {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 20px;
    background: #e8242d;
    color: var(--white);
    font-weight: bold;
    border-radius: 8px;
    letter-spacing: 0;
    transition: all 0.2s ease;
}
a.issue-btn:hover {
    background: #ae0b14;
    text-decoration: none;
}
.gazette a.issue-btn {
    background: #6332da;
}
.gazette a.issue-btn:hover {
    background: #3e14a4;
}
.issue h2 {
    font-size: 70px;
    color: #ed1c24;
    margin: 0 0 20px;
}

.issue.gazette h2 {
    color: #671DDD;
}

.issue h2 span {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 22px;
    color: #0d252e;
    display: block;
}

.issue p.subheading {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    background: var(--grey-dark);
    color: var(--white);
    padding: 3px;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto 14px;
}

.issue.issue-one p.subheading {
    max-width: 302px;
}

.issue.issue-two p.subheading {
    max-width: 334px;
}

.issue.issue-three p.subheading {
    max-width: 298px;
}

.issue p.desc {
    font-size: 18px;
    max-width: 330px;
    margin: 10px auto 18px;
}

.issue img {
    margin: 20px 0 0;
}

p.disclaimer {
    text-align: center;
    margin: 30px 0 50px;
    font-size: 18px;
}

div.blue-banner h2 {
    margin-bottom: 38px;
}

div.blue-banner p {
    text-align: center;
    color: white;
    font-size: 22px;
    margin: 0;
}

div.blue-banner a {
    margin: 0;
    background: none;
    color: white;
    text-decoration: underline;
    font-weight: normal;
    display: inline-block;
    padding: 0;
    width: auto;
    font-size: inherit;
}
.newspaper img {
    max-width: 35em;
    margin: 2em auto 0;
    display: block;
    max-height: none;
    width: 100%;
    box-shadow: 0 0 12px #cccccc;
}
@media (max-width: 1120px) and (min-width: 992px) {
    .done {
        right: -4px;
        top: 0;
        font-size: 30px;
        border: 6px solid #b20008;
    }
}

@media (max-width: 1185px) and (min-width: 768px) {
    .issue {
        min-height: auto;
    }
    .issue p.subheading {
        font-size: 16px;
    }
    .issue p.desc {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .fast-facts {
        margin: 16px 0 30px;
    }
    .issue-section--title {
        font-size: 32px;
    }
    .fact {
        min-height: 168px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .fact p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .issue {
        min-height: 380px;
    }
    .fact {
        text-align: center;
    }
    .newspaper {
        height: auto;
        overflow: visible;
    }
    .newspaper img {
        margin: 1em auto 0;
    }
    div.header-hero {
        padding: 40px 0 20px;
    }
    .fast-facts {
        padding-top: 0;
        margin: 16px 0 30px;
    }
    div.blue-banner {
        padding: 4rem 2rem;
    }
}

@media(max-width: 375px) {
    .done {
        right: -4px;
        top: 0;
        font-size: 30px;
        border: 6px solid #b20008;
    }
}