/* Slick Modals - Punchy Banner */
.punchyBanner * {
    color: #fff;
}
.punchyBanner {
    outline: solid 3px #fff;
    outline-offset: 8px;
    overflow: hidden;
    position: relative;
    padding: 50px;
    height: 100%;
    max-height: 520px;
}
.punchyBanner a {
    text-decoration: none;
}
.punchyBanner .bg {
    position: absolute;
    bottom: -140px;
    right: 10px;
	left: 10px;
    color: #333;
    opacity: 0.15;
    font-weight: 700;
    font-size: 420px;
    z-index: -1;
}
.punchyBanner .title {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.punchyBanner .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 30%;
    height: 2px;
    background: #fff;
}
.punchyBanner .subtitle {
    font-size: 34px;
    line-height: 46px;
}
.punchyBanner .subtitle span,
.punchyBanner p span {
    font-weight: 700;
    padding: 0 4px;
}
.punchyBanner p {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
}
.punchyBanner p span {
    background: #333;
}