

/*GENERAL FORMS
********************************************************/

.formHolder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 20px 30px;
	background: #ebebf0;
}

form.general legend,
.formHolder h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 15px 0 0 10px;
}

form.general .group {
	margin-top: 15px;
}

form.general .group:before,
form.general .group:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

form.general .group:after {
	clear: both;
}

form.general .explainer {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

form.general .label {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #112b3a;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

form .req {
	color: #f0493d;
	font-weight: bold;
	font-size: 1.2em;
}

form.general input[type="text"],
form.general input[type="password"],
form.general input[type="email"],
form.general select,
form.general textarea,
form.formWizForm input,
form.formWizForm select,
form.formWizForm textarea
 {
	border: 1px solid #bac4cf;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 5px;
	font-size: 14px;
	font-family: sans-serif;
	color: #384350;
	background: #fff;
}

form.general select,
form.formWizForm select {
	color: #999;
}

form.general textarea,
form.formWizForm textarea {
	height: 80px;
}

form.general input[type="checkbox"] {
	display: inline-block;
	margin-top: 5px;
}

form.general button,
form.general input[type="submit"] {
	display: inline-block;
	padding: 0 25px;
	margin: 0;
	height: 40px;
	color: #fff;
	background: #f0493d;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

form.general button.orange,
form.general input.orange[type="submit"] {
	background: #ff9e3d;
}

form.general button.fullwidth,
form.general input[type="submit"].fullwidth {
	width: 100%;
}

form.general button.big,
form.general input[type="submit"].big {
	height: 50px;
}

form.inline button,
form.inline input[type="submit"] {
	margin: 0;
}

form.general button i {
	padding-left: 5px;
}




/*SEARCH
*******************************************************/

form.searchForm {
	width: 100%;
	position: relative;
	background: #ebebf0;
	border: 1px solid #ebebf0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form.searchForm input[type="text"] {
	border: 0;
	width: 80%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
	padding: 0 0 0 20px;
	font-size: 26px;
	font-weight: 400;
	color: #38383b;
	background: transparent;
}

form.searchForm ::-webkit-input-placeholder {
   color: #38383b;
}

form.searchForm :-moz-placeholder { /* Firefox 18- */
   color: #38383b;
}

form.searchForm ::-moz-placeholder {  /* Firefox 19+ */
   color: #38383b;
}

form.searchForm :-ms-input-placeholder {
   color: #38383b;
}

form.searchForm button {
	display: inline-block;
	width: 20%;
	padding: 0 20px 0 0;
	margin: 0;
	height: 70px;
	color: #f0493d;
	background: transparent;
	font-size: 32px;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-align: right;
}

form.searchForm button i {
	position: relative;
	right: 0;
}

/*NEWSLETTER FORM
*******************************************************/



/*FORM ADD ON*/

body form.formWizForm div.desc {
  font-size: 16px;
      line-height: 20px;
      font-style: italic;

        color: #535355;
}




/*FORM WIZARD
/*********************************************************************************************/

body .formWizFormWrap {
	background: #F0493D;
	padding: 30px !important;
	margin: 20px 10px !important;
}

body .formWizFormWrap h3,
body .formWizFormWrap div,
body .formWizFormWrap label {
	color: #fff !important;
}

body form.formWizForm ul li:before {
	content: none;
}

body .formWizFormWrap form div {
	width: 100%;
	float: none;
	margin: 0;
}

body .formWizFormWrap form .field {

}

body .formWizFormWrap form div.sp2,
body .formWizFormWrap form .address > div {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}	

body .formWizFormWrap form div.sp2:nth-of-type(2n+2),
body .formWizFormWrap form .address > div:nth-of-type(2n+2) {
	padding: 0 0 0 10px;
}	

body .formWizFormWrap form input, 
body div.formWizFormWrap form textarea,
body form.formWizForm input.large, 
body form.formWizForm select.large {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ccc;
	width: 100% !important;
	padding: 8px 5px;
}

body .formWizFormWrap form label {
	font-size: 18px;
	margin-bottom: 5px;
}

body .formWizFormWrap form .info {
	color:#112b3a;
	margin-bottom: 10px;
	font-style: italic;
	opacity: 0.8;
	margin-bottom: 15px !important;
}

body .formWizFormWrap form input.submitBut {
	padding:15px 20px;
	height: 50px;
	background:#ff9e3d;
	color:#fff;
	border:0;
	font-weight:bold;
	text-transform:uppercase;
	border: 0;
	font-size: 18px;
	margin-top: 20px;
}

div.phoneIcon,
div.websiteIcon,
div.emailIcon {
	display: none !important;
}

form.formWizForm span.req {
	color: #ff9e3d !important;
}

 {
	width: 50%;
	float: left;
}



