.selectBox-dropdown,
.selectBox-dropdown:hover,
.selectBox-dropdown:focus {
    height: 44px !important;
}
.selectBox-dropdown .selectBox-label {
    background: #f2f2f2;
    height: 44px !important;
    padding: 14px 12px 0px 14px !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 14px !important;
    font-family: 'gotham_lightregular';
    font-style: italic;
}

.selectBox-dropdown-menu, .selectBox-dropdown-menu li { background: #f2f2f2 !important; }
.selectBox-dropdown-menu li { border-width: 1px !important; }
.selectBox-options LI A {
    font-size: 14px !important;
    font-family: 'gotham_lightregular' !important;
    font-style: italic !important;
    background: #f2f2f2 !important;
    color: #93999C !important;
}
.selectBox-options li:hover a, .selectBox-options li.selectBox-selected a {
    color: #046aa6 !important;
}