.content h2,
.content h3,
.content h4 {
    line-height: inherit;
    margin: 30px 0 0;
    font-weight: 500;
}


.content h2 {
    font-size: 24px;

}

.content h3 {
    font-size: 20px;
}

.content h4 {
    font-size: 18px;
}

.content * + p,
.content * + ul,
.content * + div.infobox {
    margin-top: 1em;
}

.content li {
    list-style: square;
    list-style-position: inside;
    padding-left: 15px;
    margin-left: 0;
}

.content li + li {
    margin-top: 0.75em;
}

.content img {
    max-width: 100%;
}

.content b,
.content strong {
    font-weight: 600;
}


.content a,
.content a:visited {
    color: var(--clr-blue);
    text-decoration: underline;
}

.content a:hover {
    color: var(--clr-blue);
    text-decoration: none;
}

.content a.cta {
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 28px;
}

.gold .content a.cta {
    background: var(--clr-blue);
    color: var(--clr-gold);
}

.blue .content a.cta {
    background: var(--clr-gold);
    color: var(--clr-blue);
}

.gold .content a.cta:hover {
    background-color: #1a2832;
}