.first-name,
.last-name,
.email,
.phone-number,
.address,
.preferred,
.source{
	line-height: 2.3;
}
.client-header{
	width:180px;
}
.request-form-control .request-form-select, select{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    padding: 0px 19px;
    width: 100%;
}

.site-wrapper {
    background-color: #bc9f4c;
}

body {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
	background-color: #bc9f4c;
}

h1, .h1 { font-size: 27px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; } 
h2, .h2 { font-size: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; } 
h3, .h3 { font-size: 18px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; } 
h4, .h4 { font-size: 18px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; } 
h5, .h5 { font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; } 

input {
    background: #fff !important;
    color: #727272;
    height:40px;
}

select {
    background: #fff !important;
    color: #727272;
    height:40px;
}

photouploader {
    background: #fff !important;
    color: #727272;
    height:40px;
}
#filedrag{
	background: #fff !important;
}


input[type="submit"]{
	color: #000;
	background:#bc9f4e;
}
input[type="button"]{
	color: #000;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.style-1, .vc_btn.style-1 {
    border-radius: 4px;
    background-color: #2E2D30;
	color:#000;
}