@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width:991x) and (min-width: 768px) {
.big-featured-box {
    min-height: 327px;
}
}

footer .footer-hero .container > .row {
    padding-top: 20px;
    padding-bottom: 20px;

}

footer li:empty {
   display: none;
}














