.nav__highlightedArticle .ctaBlock__title {
    padding-top: 0;
    font-size: 1.4rem;
}

.nav__highlightedArticle .ctaBlock__button {
    margin-bottom: 0;
}

.ctaBlock {
    background: #f6f6f6;
}

.ctaBlock--dark {
    margin-bottom: 5em;
    border-top: 3px solid var(--primaryColor);
    color: #fff;
    background: #1e1e1e;
}

.ctaBlock--center {
    text-align: center;
}

.ctaBlock--boxed .ctaBlock__inner {
    max-width: 40rem;
    margin: auto;
    padding: 1em;
}

.ctaBlock--dark .ctaBlock__title,
.ctaBlock--dark .ctaBlock__baseline,
.ctaBlock--dark a {
    color: #fff;
}

.ctaBlock--dark a:hover {
    color: var(--primaryColor);
}

.ctaBlock__baseline {
    font-size: 1.2em;
}

.ctaBlock__text {
    margin-top: 2em;
    overflow: hidden;
}

.ctaBlock__button {
    display: inline-block;
    margin: 1em 0 1.5em;
    cursor: pointer;
}

.ctaBlock--dark .button:hover {
    border-color: #bf002d;
    color: #fff;
    background-color: #bf002d !important
}

/**
 * Lightbox
 */

.ctaBlock .lightbox {
    text-align: left;
}

/**
 * Red theme
 */

.ctaBlock--red {
    background-color: var(--primaryColor);
}

.ctaBlock--red .ctaBlock__title,
.ctaBlock--red .ctaBlock__baseline,
.ctaBlock--red .ctaBlock__text {
    color: initial;
}

.ctaBlock--red .ctaBlock__title {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 3em;
}

.ctaBlock--red .ctaBlock__title::before {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    background: transparent url(cross.svg) no-repeat 0 0;
}

.ctaBlock--red .ctaBlock__title::after {
    position: absolute;
    bottom: -.4em;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: transparent url(circle--white.svg) repeat 0 0;
    background-size: 10px 5px;
}

.ctaBlock--red .ctaBlock__button {
    border: 2px solid #222;
    background-color: #222;
}

.ctaBlock--red .ctaBlock__button:hover {
    border-color: #bf002d;
    color: #fff;
    background-color: #bf002d;
}

@media (min-width: 580px) {
    .ctaBlock--red .ctaBlock__title::before {
        width: 50px;
        height: 45px;
    }
}
