.columns-half {
	float:left;
	width:48%;
}

.first {
	margin-right:1%;
}

.custom-banner {
	height:600px;
	display:block;
}

.body-container {
	background-color:#ffffff;
	display:block;
	width:96%;
	padding:2%;
}
.nbsYellow {
	background-color:#ffdf5d;
	padding:5%;
}
/*** service Form ***/
.service_form_wrap {
  width: 100%;
}

.service_form_wrap form {
	width:100%;
}

@media only screen and (max-width: 999px) {
  .service_form_wrap {
    width: 80%;
    margin: 50px 10%;
  }
}
@media only screen and (max-width: 768px) {
  .service_form_wrap {
    width: 90%;
    margin: 0 5%;
  }
}
.service_form_wrap .nbs-field-wrapper {
  margin: 1% auto;
  position: relative;
}
.service_form_wrap .nbs-field-wrapper img {
  margin: 1% !important;
}
.service_form_wrap input[type="password"],
.service_form_wrap input[type="phone"],
.service_form_wrap input[type="text"],
.service_form_wrap input[type="number"],
.service_form_wrap input[type="email"], 
.service_form_wrap textarea {
  width: 94%;
  padding: 3%;
  margin: 0;
  border: 2px solid #CCC;
  line-height: 24px;
  background: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #777;
  max-width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
}

.service_form_wrap input.hasDatepicker {
  width: 94%;
  padding: 2.5%;
  border: 2px solid #CCC;
  background-image: url("../images/icon-cal.png");
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: right 10px center;
}
.service_form_wrap .ui-datepicker-trigger {
  display: none;
}
.service_form_wrap .gform_drop_area {
  border: 2px solid #FFDF5D;
  padding: 2.5%;
  position: relative;
}
.service_form_wrap .gform_drop_area .gform_button_select_files {
  width: 29px;
  position: absolute;
  right: 13px;
  top: 5px;
  cursor: pointer;
  height: 32px;
  background: #FFF;
  border: none;
  background-image: url("../images/icon-service.png");
  background-size: 29px;
  background-repeat: no-repeat;
}

.service_form_wrap select {
  width: 100% !important;
  margin: 0 0 10px;
  padding:3%;
  display: block;
  height: auto;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #A9A9A9;
  line-height: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 2px solid #CCC;
  -webkit-appearance: none;
  background-image: url("../images/icon-arrow-form.png");
  background-position: right 13px center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px;
  background-color: #FFF;
  background-size: 16px;
  padding: 11px 0 11px 2.5%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}

@media only screen and (max-width: 768px) {
  .service_form_wrap select {
    float: none;
    margin: 0;
    width: 100% !important;
  }
}
.service_form_wrap select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.service_form_wrap .field_description {
  overflow: visible;
}
.service_form_wrap .field_description p {
	font-size:.8em;
	line-height:1.2em;
	color:#58595b;
	margin-top:10px;
}

.service_form_wrap .field_description span {
  border-radius: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  position: absolute;
  right: -30px;
  top: 15px;
}
.service_form_wrap #extensions_message {
  display: none;
}
.service_form_wrap .gform_button {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  background: #332927;
  padding: 20px 80px 20px 80px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 0 0;
}
.service_form_wrap .gform_button:hover {
  text-decoration: none;
}

.service_half {
	width:49%;
	float:left;
	margin-right:1% !important;
}

.service_full {
	width:95.5%;
	float:left;
}

.service_form_wrap .form-title {
	padding-bottom:10px;
	font-family: "pmn_caecilia_55roman";
	font-size:33px;
	line-height:40px;
	margin-bottom:9px;
	text-align:center;
}

.p-half {
	padding:.5em;
}

.pl-2 {
	padding-left:2em;
}
.mb-1 {
	margin-bottom:1em;
}

.ml-1 {
	margin-left:1em;
}

.mr-1 {
	margin-right:1em;
}

.m-1 {
	margin:1em;
}

.aligncenter {
	text-align:center;
}

.f-l {
	float:left;
}

.f-r {
	float:right;
}

.c-b {
	clear:both;
}
.nbsGrey {
	color:#58595b;
}

.nbsBlack {
	color:#302d2d;
}

.nbsBlue {
	color:#4e6ca8;
}
.bold {
	font-weight:bold;
}

.checkboxJake {
	padding:1em .8em;
	position:relative;
	
}

.checkboxJake label {
	cursor:pointer;
	position:absolute;
	width:25px;
	height:25px;
	top:0;
	left:0;
	border: 2px solid #CCC;
  	line-height: 24px;
  	background: #fff;
}

.checkboxJake label:after {
	opacity:0;
	content: '';
	position:absolute;
	width:9px;
	height:5px;
	background:transparent;
	top:6px;
	left:7px;
	border:3px solid #58595b;
	border-top:none; 
	border-right:none;
	
	transform: rotate(-45deg);
}

.checkboxJake label:hover::after {
	opacity:0.5;
}

.checkboxJake input[type=checkbox] {
	visibility: hidden;
}
.checkboxJake input[type=checkbox]:checked + label:after {
	opacity:1;
}


/** GForm 37 **/

/*element.style {
	display: inline-block;
}
*/
#gform_wrapper_37 {
	width: 60%;
    text-align: left;
}

#gform_fields_37 {
	width: 100%;
}

#gforms_wrapper_42 {
	width:80%;
	text-align:left;
}
#gform_fields_42 {
	width:100%;
} 

#gform_fields_37 li div input, li div select {
	padding: 10px;
	border: 2px solid grey;
	width: 100%;
	margin-left: unset;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: medium;
}

#input_37_6, #input_37_3_4 {
	width: 100%;
	font-size: medium;
}

#gform_37 > div.validation_error:first-of-type {
	display: none;
}

#gform_fields_37 li span  input, li div span select {
	margin-bottom: 13px;
	margin-left: unset;
    margin-top: unset;
	font-size: medium;
}

#gform_fields_37 li {
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_1 {
	float: left;
	width: 47%;
	margin-right: 3%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_2 {
	float: right;
	width: 47%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_3_3_container {
	width: 31%;
	float: left;
	margin-right: 4%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_3_4_container {
	width: 31%;
	float: left;
	margin-right: 3%;
	margin-bottom: 1.75em;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_3_4 {
	font-family: "pmn_caecilia_55roman", 'sans-serif';
	font-size: 15px;
	margin-left: -3px;
}

#input_37_3_5_container {
	width: 31%;
	float: right;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_3_1_container {
	width: 100%;
	float: left;
	margin-top: 2%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_3_2_container {
	width: 100%;
	float: right;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_4 {
	float: left;
	margin-top: -3%;
	width: 47%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_5 {
	float: right;
	margin-top: -3%;
	width: 47%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_13 {
	float: left;
	width: 47%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_17 {
	margin-bottom: 5%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_17 {
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_18 {
	margin-bottom: 5%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#input_37_18 {
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

 #field_37_6 {
	float: right;
	margin-bottom: 1%;
	width: 100%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
} 

#input_37_6 {
	font-family: "pmn_caecilia_55roman", 'sans-serif';
	font-size: 15px;
} 

#field_37_10 {
	float: right;
	width: 100%;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#field_37_20 {
	display:none;
}
/*question 1 label*/
#label_37_15_1 {
	float: left;
	position: relative;
	bottom: 59px;
	right: -278px;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#choice_37_15_1 {
	float: right;
	position: relative;
	bottom: 39px;
	left: 53px;
}

#label_37_15_2 {
	position: relative;
	bottom: 100px;
	left: 343px;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#choice_37_15_2 {
	position: relative;
	bottom: 80px;
	left: 107px;
}

/*question 2 label*/
#label_37_16_1 {
	float: left;
	position: relative;
	bottom: 59px;
	right: -278px;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#choice_37_16_1 {
	float: right;
	position: relative;
	bottom: 39px;
	left: 53px;
}

#label_37_16_2 {
	position: relative;
	bottom: 100px;
	left: 343px;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#choice_37_16_2 {
	position: relative;
	bottom: 80px;
	left: 107px;
}

#gform_37 div.gform_footer {
	text-align: center;
	width:100%;
	float:right;
}

#gform_submit_button_37 {
    border: 2px solid;
    height: 50px;
    width: 150px;
    font-size: medium;
    font-weight: bold;
	background-color: #ffdf5d;
	cursor: pointer;
}

#gform_fields_37 label.gfield_label {
	float: left;
}

#gform_fields_37 div.gfield_description.validation_message {
	color: red;
	font-weight: bold;
	float: left;
	font-size: small;
	opacity: 100;
}

h4 {
	font-family: "pmn_caecilia_55roman", 'sans-serif';
	font-size: 23px;
	color: dimgrey;
}