/* Slick Modals - Punchy Banner */
.punchyBanner * {
    color: #fff;
}
.punchyBanner {
    outline: solid 2px #980000;
    outline-offset: 8px;
    overflow: hidden;
    position: relative;
    padding: 50px;
    height: 100%;
    max-height: 460px;
}
.punchyBanner a {
    text-decoration: none;
}
.punchyBanner .bg {
    position: absolute;
    bottom: -140px;
    right: -70px;
    color: #333;
    opacity: 0.15;
    font-weight: 700;
    font-size: 420px;
    z-index: -1;
}
.punchyBanner .title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .punchyBanner .title {
        font-size: 26px;
    }
}
.punchyBanner .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 30%;
    height: 2px;
    background: #fff;
}
.punchyBanner .subtitle {
    font-size: 30px;
    line-height: 46px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .punchyBanner .subtitle {
        font-size: 20px;
    }
}
.punchyBanner .subtitle span,
.punchyBanner p span {
    font-weight: 700;
    padding: 0 4px;
}
.punchyBanner p {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .punchyBanner p {
        font-size: 10px;
    }
}
.punchyBanner p span {
    background: #333;
}