.customSelect {
	position: relative;
	font-size: 18px;
	float: left;
	margin-right: 10px;
}
.customSelect .selectedValue {
	padding:0 10px;
	margin-bottom: 0;
	color: #333333;
	cursor: pointer;
	background-color: #fff;
	height:35px;
	line-height:35px;
}
.customSelect .selectList {
	z-index: 100;
	position: absolute;
	left: -999em;
	top: -999em;
	border:1px solid #4a4b4c;
	list-style: none;
	background-color: #ffffff;
	width:100%;

}

.customSelect.select-open .selectList {
	left: 0 !important;
	top: auto !important;
}
.customSelect .selectList dl {
	background: #fff;
}
.customSelect .selectList dl.defaultScrollbar {
	overflow-x: hidden;
	overflow-y: scroll;
}
.customSelect dl, .customSelect dd {
	margin: 0;
}
.customSelect dd {
	zoom: 1;
	cursor: pointer;
}
.customSelect .selected {
	color: #000;
	text-decoration: none;

}
.customSelect .selectList dd.hovered {
	background: #999;
	color: #fff;
}
.customSelect dt {
	font-weight: bold;
	font-style: italic;
	padding: 2px 10px 2px 6px;
}
.customSelect dd {
	padding: 4px 10px 4px 8px;
	border-bottom:1px solid #4a4b4c;
}
.hasJS select.custom {
	position: absolute;
	left: -999em;
}
.customSelect.focused .selectedValue {
	box-shadow: 0 0 2px #000;
}
.customSelect.disabled .selectedValue {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: default;
}

.customSelect .jspPane {
	overflow-x: hidden;
}
.customSelect .jspVerticalBar {
	background: none;
	width: 8px;
}
.customSelect .jspHorizontalBar {
	height: 0;
	overflow: hidden;
}
.customSelect .jspTrack {
	background: none;
	right: 5px;
	border-radius: 5px;
}
.customSelect .jspDrag {
	border-radius: 5px;
	color: #ffffff;

	opacity: .5;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	/* background-color: #222222; */
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.custom-frm-hld .form-text, .custom-frm-hld .form-email, .custom-frm-hld .form-tel, .custom-frm-hld .form-select{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
}

.custom-frm-hld option{
	padding: 4px 10px 4px 8px;
	border-bottom: 1px solid #4a4b4c;
	line-height: 1.42857143;
	zoom: 1;
	cursor: pointer;
}

.custom-frm-hld .form-item , .custom-frm-hld .form-actions{
	margin-bottom: 15px !important;
}

.custom-frm-hld .checkboxes--wrapper .form-item {
	margin-bottom: 0 !important;
}

.custom-frm-hld .checkboxes--wrapper .form-item label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

label.form-required::after,
.custom-frm-hld .form-item-address label::after{
		color: #f00;
		content: "*";
}

.custom-frm-hld .webform-actions {
	display: flex;
	justify-content: flex-end;
}

.custom-frm-hld .webform-actions input {
	margin-left: 5px;
}

.custom-frm-hld .webform-actions input:first-child {
	order: 1;
}

.custom-frm-hld .webform-actions input[value="Reset"]{
	border: 1px solid #ababab;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding: 4px 25px;
	color: #ababab;
	background: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.map-margin{
	margin-top: 60px;
}

.custom-frm-hld legend{
	border: 0;
	margin: 10px 0;
}

.custom-frm-hld legend span{
	color: #2b2b2d;
	font-size: 16px;
	font-weight: 400;
}

/* Reset any width or padding for wrapper and row */
.wrapper,
.row {
	margin: 0;
	padding: 0;
}

/* Set the banner-hld and parallax-hld to take the full width */
.banner-hld.parallax-hld {
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

