.nice-select{-webkit-tap-highlight-color:transparent;background-color:transparent;box-sizing:border-box;clear:both;cursor:pointer;display:block;height:42px;line-height:40px;outline:0;padding-left:16px;padding-right:35px;position:relative;text-align:left!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto;font-family:'PT Sans',sans-serif!important;font-size:16px!important;color:#000!important;text-transform:uppercase!important;background-color:#fff!important;box-shadow:0 0 30px 5px rgba(50,50,50,.3)}.contact-select.nice-select{border:1px solid #000;box-shadow:none;border-radius:5px;text-transform:none!important;min-width:170px!important}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{background-image:url(../_img/arrow-down.svg);background-position:left;background-repeat:no-repeat;content:'';display:inline-block;height:42px;width:20px;right:10px;pointer-events:none;position:absolute;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.contact-select.nice-select:after{width:20px;height:20px;right:0;padding:10px;border-left:1px solid #000;background-image:url(../_img/select-arrow.png);background-repeat:no-repeat;background-position:center;background-size:14px}.contact-select.nice-select.open:after{transform:rotate(0)}.nice-select:hover{border-color:#000}.nice-select:hover:after{transform:scale(1.1)}.contact-select.nice-select:hover:after{transform:scale(1)}.nice-select.open{background-color:#fff}.nice-select.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;max-height:400px;overflow-y:auto}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;box-sizing:border-box;margin-top:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:100%;left:0;z-index:9;max-height:400px!important}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;line-height:40px;list-style:none;min-height:40px;outline:0;text-align:left;margin-left:-10px;margin-right:10px;border-top:2px solid #dadcd9;padding:5px;white-space:normal}.contact-select.nice-select>ul.list{margin-top:0;background-color:transparent}.contact-select.nice-select>ul.list>li.option{border:1px solid #000;padding:5px;left:10px;background-color:#fff}.contact-select.nice-select .list:hover .option:not(:hover){background-color:#fff!important}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}