.select2-selection.select2-selection--single{
    border: 1px solid #c2c2c2;
    border-radius: 0;
    outline: 0;
}
.select2.select2-container.select2-container--focus{
    outline: 0;
}
.select2-selection--single .select2-selection__rendered{
    /*color: #1a1a1a;*/
    line-height: 1.5;
    /*font-size: 18px;*/
    /*padding: 0.5em 16px;*/
    height: 44px;
}
.search-events .select2-selection--single .select2-selection__rendered{
    padding: 0 0;
    height: 32px;
}
.ab-p-form__in .select2-selection--single .select2-selection__arrow{
    padding: 20px 16px 0 0;
}
.ab-p-form__in .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-color: #888 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}
.ab-p-form__in .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}