@CHARSET "UTF-8";
.sbHolder { background-color: #fff; font-family: "Lato-Semibold"; font-size: 19px; line-height: 25px; height: 35px; position: relative; width: 100%; margin-bottom: 6px; border: 3px solid #fcca30; border-radius:10px; color:#000; height:60px; line-height:60px; font-weight:600}
.sbHolder:focus .sbSelector { border: 1px solid #fff; }
.sbSelector { display: block; height: 60px; left: 0; line-height:50px; outline: none; overflow: hidden; position: absolute; text-indent: 12px; top: 0; width: 100%; font-family: "Lato-Semibold";  border: 1px solid transparent; transition: none; font-size:17px; text-transform:uppercase; font-weight:600;}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #717071 !important; outline: none; text-decoration: none; }
.sbToggle { background: url(../images/selectbox-icon.gif) 0 0 no-repeat; display: block; height: 20px; outline: none; position: absolute; right: 18px; top: 15px; width: 25px; }
.sbToggle:hover { background: url(../images/selectbox-icon.gif) 0 0 no-repeat; }
.sbToggleOpen { background: url(../images/selectbox-icon.gif) 0 0 no-repeat; }
.sbToggleOpen:hover { background: url(../images/selectbox-icon.gif) 0 0 no-repeat; }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions { background-color: #fff; border: none; list-style: none; left: 0; margin: 0; padding: 0; position: absolute; top: 30px; width: 100%; z-index: 9; overflow-y: auto; border-radius:10px;  border: 5px solid #fcca30;}

.services .sbOptions { background-color: #fff; border: none; list-style: none; left: -5px; margin: 0; padding: 0; position: absolute; top: 30px; width: 346px; z-index: 9; overflow-y: auto; border-radius:10px;  border: 5px solid #fcca30;}

.state .sbOptions { background-color: #fff; border: none; list-style: none; left: -5px; margin: 0; padding: 0; position: absolute; top: 30px; width: 253px; z-index: 9; overflow-y: auto; border-radius:10px;  border: 5px solid #fcca30;}


.sbOptions li { padding: 0 7px; }
.sbOptions a { border-bottom: dotted 1px #fcca30; display: block; outline: none; padding: 7px 0 7px 3px; line-height:15px;}
.sbOptions a:link, .sbOptions a:visited { color: #717071 !important; text-decoration: none; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fcca30 !important; }
.sbOptions li.last a { border-bottom: none; }
.sbOptions .sbDisabled { border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup { border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub { padding-left: 17px; }
