.footer-quicklink {
    padding-left: 40px;
}
.footer-quicklink p{
    padding: 0;
    margin: 0;
}
.home-header-table{
    width: 100%;
}
.home-header-table td{
    border: none;
    text-align: center;
}
.mobile-home-header{
    display: none;
}
@media screen and (max-width: 767px) {
    .big-home-header{
        display: none;
    }
    .mobile-home-header{
        display: block;
    }
    .homepage-header-separate{
        border: none !important;
    }
}
.affix-wrapper .hide-in-scroll{
    
}
.homepage-header-separate{
    border-bottom:3px solid #E75242;
}
.home-header-table p, .home-header-table h3{
    margin-bottom: 5px;;
}
