/* Styles definition here *//* Styles definition here */
#fbuilder .slots {
	box-shadow: none;
	border: none;
}
#fbuilder .slots div {
	border: 0;
}
#fbuilder .slots div a {
	background: #000000;
	color: #c7a148;
	text-decoration: none;
    font-size: 16px;
}
#fbuilder .slots div a:hover{
	color: #000000;
	background-color: #c7a148;
}
#fbuilder .fields {
	margin-bottom: 15px;
}
#fbuilder .slots div {
	margin-right: 1em;
	margin-top: 1em;
}

#fbuilder label{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

#fbuilder input {
	font-size: 16px;
    margin: 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    color: #787878;
    transition: all .5s;
}

#fbuilder .uh_phone {
	margin:0;
}

.ahbfield_service { display: none }

.pbSubmit{
	font-size: 1em;
    font-family: 'Barlow', serif;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000000;
    color: #c7a148;
    text-decoration: none;
    background: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    border-radius: 0;
    background-color: #000000;
    font-weight: 300;
}