.pt-hero-image-cont .animated h1, .pt-hero-image-cont .animated a {
    display: none;
}
.frontNews {
    padding-top: 80px;
    padding-bottom: 80px;
}
.newsLead {
    text-align: center;
    letter-spacing: .025em;
    margin-top: 0;
    font-size: 48px;
    line-height: 1.2em;
    color: #424242;
    font-weight: 300;
}
.frontNewsArchive {
    margin: 30px auto;
    text-align: center;
}
.frontNewsArchive__btn {
    display: inline-block;
    margin: 10px 0 25px;
    padding: 15px 30px 13px;
    border: 2px solid rgba(39,48,57,.25);
    color: rgba(39,48,57,.6);
    font-weight: 500;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1em;
    text-transform: uppercase;
}
.frontNewsArchive__btn:hover {
    background-color: #00bcd4;
    border-color: transparent;
    color: #fff;
}

.cf-md::before {
    content: " ";
    display: table;
}
.cf-md::after {
    content: " ";
    display: table;
    clear: both;
}
.chr {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
        .cf-sm::before {
            content: " ";
            display: table;
        }
        .cf-sm::after {
            content: " ";
            display: table;
            clear: both;
        }
        .cf-md {
            display: none;
        }
}
@media only screen and (max-width: 767px) {
        .cf-sm {
            display: none;
        }
}