@CHARSET "UTF-8";
.sbHolder{
	
	
	font-family: Arial, sans-serif;
	font-size:14px;  color:#4c4c4c;font-family: 'Open Sans',sans-serif; line-height:18px;
	position: relative;
	width:100%;
	padding:31px;
	font-weight:700;
}
.sbHolder:focus .sbSelector{
	
}
.focused .sbSelector{border:2px solid #32948b;}
.sbSelector{
	display: block;
	height:62px;
	left: 0;
	line-height:56px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent:22px;
	top: 0;
	width:100%;
	border: solid 2px #c0c0c0;
	background:#fff;
	cursor: pointer;
}
.sbSelector:focus{border:2px solid #32948b;}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #32948b;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:url(../images/arrow-down.svg) no-repeat;
	display: block;
	height:62px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width:78px;
	color:#4c4c4c;
	background-size:22%;
	background-position: center center;
	cursor:pointer;
	z-index:1;
}

.no-svg .sbToggle{background:url(../images/arrow-down.png) no-repeat; background-position:center center;}

.sbToggleOpen{
	background:url(../images/arrow-down-open.svg) no-repeat;
	background-size:22%;
	background-position: center center;
}
#Policy-form .sbToggle{ background-color: #fff; height: 57px; right: 2px; top: 2px;  width: 78px;}
.no-svg .sbToggleOpen{background:url(../images/arrow-down-open.png) no-repeat; background-position:center center;}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 2px #c0c0c0;
	list-style: none;
	left:0;
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 30px; now with js controlled*/
	width: 200px;
	z-index: 9;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 22px;
}
.sbOptions li:last-child a{border-bottom:none;}
.sbOptions a{
	border-bottom: solid 1px #c0c0c0;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #4c4c4c;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #32948b ;
}
.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;
}