@import url("themeVars.css");
@import url("themeFonts.css");

.form-control {
    line-height: 2.5;
}

.searchInput {
    background: url(../../App_Themes/NewDefault/magglass.png) no-repeat scroll 0.5em 50%;
    padding: 0 1em 0 2em !important;
    margin: 0.5rem 0;
    line-height: 2.5;
    font-weight: 300;
}

.input-sm {    
    line-height: 2.5;
    font-weight: 300;
}

body #quick-links .quick-link-items .quick-link-item {
    border-bottom-color: var(--a-welcome-quick-link-item-bg);
    border-bottom-width: 4px;
}
    body #quick-links .quick-link-items .quick-link-item:hover {
        border-bottom-color: #D44036;
    }

#header-main .navbar-brand .navbar-text::before {
    color: #fff;
    content: 'Regional Marketing Program';
    font: normal normal normal 14px/14px AcuraBespoke, Arial, sans-serif;
}