.select2-container--default .select2-selection--single{border-radius: 0; border-color: #d3d3d3; height: 35px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{height: 35px; padding: 3px 10px; font-family: 'Raleway-Bold'; color: #999;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 35px;}
.select2-container--open .select2-dropdown--below{
    border-radius: 0;
    border-color: #d3d3d3;
}
.select2-results__options{
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
    padding: 0;
    line-height: 1;
    font-family: 'Raleway-Bold';
}
.select2-results__option{padding: 10px;}