﻿
/* banner/logos */

.divbodyresp {
    margin-top: -5px;
    margin-right: -5px;
    margin-left: -5px;
    background-color: #000000;
    height: 105px;
    padding-top: 12px;
}

#menu{
    border-top: none !important;
}

#logo_resp {
    background-image: url('Images/Intelisent_Logo_RGB_Reversed.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    height: 70px !important;
    margin-bottom: 2px;
}


#logo_ondemand_resp {
    background-image: url('Images/OnDemand_PoweredByIntelisent_Logo_Stacked.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 70px !important;
    margin-top: 6px !important;
}


