.select-hidden{display:none;visibility:hidden;padding-right:10px}.select{cursor:pointer;display:inline-block;position:relative;color:#fff;background-color:initial;max-width:600px;width:100%;height:48px;border:1px solid #fff;font-size:12px;line-height:1.2}@media(min-width:650px){.select{height:40px;font-size:14px;line-height:1.4}}@media(min-width:769px){.select{font-size:14px}}@media(min-width:991px){.select{height:50px}}@media(min-width:1441px){.select{font-size:18px}}.select-styled{position:absolute;top:0;right:0;bottom:0;left:0;background-color:initial;padding:8px 35px 8px 15px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:769px){.select-styled{padding:6px 15px;-webkit-box-pack:left;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media(min-width:991px){.select-styled{padding:12px 16px}}.select-styled:after{content:"";width:27px;height:30px;position:absolute;top:7px;right:7px;background-image:url(../svg/chevron-down.svg);background-repeat:no-repeat;-webkit-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media(min-width:991px){.select-styled:after{top:12px;right:10px}}.select-styled:active:after,.select-styled.active:after{top:3px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}@media(min-width:991px){.select-styled:active:after,.select-styled.active:after{top:9px}}.select-options{display:none;position:absolute;top:100%;right:-1px;left:-1px;z-index:1;margin:0;padding:0;list-style:none;background-color:#fff;border:1px solid #fff;border-top:0}.select-options li{margin:0 8px;padding:3px 8px;border-top:1px solid #f5f5f5;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;color:#001d51;font-size:12px}@media(min-width:769px){.select-options li{font-size:14px}}@media(min-width:991px){.select-options li{font-size:16px}}@media(min-width:1441px){.select-options li{padding-right:90px}}.select-options li:hover,.select-options li.is-selected{color:#fff;background:#001d51}.select-options li[rel=hide]{display:none}