.hl-one {
    display: block;
    padding-bottom: 5px;
    color: #ffff00;
    font-size: 40px;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.65);
    line-height: 1.2em;
    font-family: "Open Sans", sans-serif !important;
}

.hl-one a {
    color: #ffff00;
}

.hl-two {
    background: #f88c00;
    padding: 5px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.hl-two a {
    background: #f88c00;
    color: #000;
}

.hl-three {
    background: #000;
    padding: 5px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hl-three a {
    background: #000;
    color: #fff;
}

.hl-four {
    background: #f88c00;
    padding: 5px;
    color: #1c3239;
    font-size: 40px;
    font-weight: bold;
}

.hl-four a {
    background: #f88c00;
    color: #1c3239;
}

.hl-five {
    background: #2B4E5B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2B4E5B), to(#38616f));
    background: -webkit-linear-gradient(#2B4E5B, #38616f);
    background: -moz-linear-gradient(#2B4E5B, #38616f);
    background: -ms-linear-gradient(#2B4E5B, #38616f);
    background: -o-linear-gradient(#2B4E5B, #38616f);
    background: linear-gradient(#2B4E5B, #38616f);
    -pie-background: linear-gradient(#2B4E5B, #38616f);
    color:#fff;
    padding: 5px;
    font-size: 40px;
    font-weight: bold;
}

.hl-five a {
    color: #fff;
}

.hl-six {
    background: #cc1d2a;
    padding: 5px;
    box-shadow: 4px 5px 13px #000;
    color:#fff;
    font-size: 40px;
    font-weight: bold;
}

.hl-six a {
    color: #fff;
}

.hl-seven {
    background: #fff;
    padding: 5px;
    box-shadow: 4px 5px 13px #000;
    color:#000;
    font-size: 40px;
    font-weight: bold;
}

.hl-seven a {
    color: #000;
}

.hl-caption {
    box-sizing: content-box;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1.4;
}

.hl-caption a:hover{
    text-decoration: none;
}