.selectivity-clearfix{clear:both}
.selectivity-input{display:inline-block;width:250px}
.selectivity-input select{display:none}
.selectivity-input:focus{outline:none}
.selectivity-placeholder{color:#888}
.selectivity-dropdown{background:#fff;box-shadow:0 1px 5px 1px rgba(0,0,0,0.15),0 10px 16px 0 rgba(0,0,0,0.2);position:absolute;left:0 !important;top:.55rem !important;width:100% !important;z-index:1}
.selectivity-search-input-container{border-bottom:1px solid #ccc}
.selectivity-search-input{height:40px !important;background:transparent;border:0 !important;outline:0;padding:0 !important;float:none !important;width:100% !important}
.selectivity-results-container{padding:10px 0;max-height:300px;overflow:auto;position:relative}
.selectivity-load-more,.selectivity-result-item{cursor:pointer;font-size:.18rem;padding:10px 14px;margin:2px 16px;min-height:30px;line-height:1.5}
.selectivity-result-children .selectivity-result-item{padding-left:17px}
.selectivity-load-more.highlight,.selectivity-result-item.highlight{background:#1AAC6F;color:#fff}
.selectivity-result-item.disabled{cursor:default;color:#999}
.selectivity-result-item:first-child{border-radius:4px 4px 0 0}
.selectivity-dropdown.has-search-input .selectivity-result-item:first-child{border-radius:0}
.selectivity-result-label{font-weight:bold}
.selectivity-result-children .selectivity-result-item:last-child{border-radius:0}
.selectivity-error,.selectivity-loading,.selectivity-search-input-container,.selectivity-result-label{padding:0 20px}
.selectivity-multiple-input-container{background:#ccc;border-radius:2px;cursor:text;max-height:10em;min-height:calc(2em + 4px);overflow:auto;padding:5px}
.selectivity-multiple-input-container .selectivity-placeholder{height:calc(2em + 4px);line-height:calc(2em + 4px)}
.selectivity-multiple-input,input[type='text'].selectivity-multiple-input{background-color:transparent;border:none;float:left;font:inherit;height:calc(2em + 4px);max-width:100%;outline:0;padding:0}
.selectivity-multiple-input:focus,input[type='text'].selectivity-multiple-input:focus{background-color:transparent;box-shadow:none;outline:none}
.selectivity-multiple-input::-ms-clear{display:none}
.selectivity-multiple-input.selectivity-width-detector{position:absolute;top:-10000px;left:0;white-space:pre}
.selectivity-multiple-selected-item{background:#1AAC6F;border-radius:3px;color:#fff;cursor:default;float:left;line-height:2em;margin:2px;padding-right:5px;position:relative;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;white-space:nowrap}
.selectivity-multiple-selected-item.highlighted{background-color:#ccc}
.selectivity-multiple-selected-item-remove{color:#fff;cursor:pointer;padding:5px}
.selectivity-single-select{background:#fff;cursor:pointer;min-height:38px;position:relative;box-sizing:content-box}
.contact-us .selectivity-single-select{border:0}
.contact-us .selectivity-single-result-container{padding-left:0}
.selectivity-single-select-input{width:100% !important;border:0 !important;padding:0 !important;float:none !important;opacity:0}
.selectivity-single-result-container{height:100%;position:absolute;top:0;right:0;left:0;padding:0 .2rem;line-height:.55rem;font-size:.18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.selectivity-single-selected-item{width:100%;height:100%;float:none !important;color:#000;font-size:.2rem}
.selectivity-single-selected-item-remove{color:#000;float:right;padding:0 5px}
.selectivity-caret{position:absolute;right:5px;top:8px}
.selectivity-submenu-icon{position:absolute;right:4px}

@media all and (max-width:991px){
    .selectivity-single-select{border-radius:2px}
    .selectivity-single-result-container{right:5px}
    .selectivity-caret{display:none}
    .selectivity-single-result-container{line-height:.7rem}
    .selectivity-single-selected-item{font-size:.28rem}
    .selectivity-dropdown{top: .7rem !important;}
}