
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1d1d1d;
	line-height: 1.5625;
	overflow-x: hidden;
	min-height: 100px;
}

* {
	-webkit-font-smoothing: antialiased !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	color: #ffffff;
	background-color: #D44815;
}

::-moz-selection {
	color: #ffffff;
	background-color: #D44815;
}

.form .form-control {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	font-size: 17px;
	font-weight: 300;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
}



.form {
	zoom: 1;
	display: block;
	width: auto;
	padding: 25px 0 0;
}

.form:before,
.form:after {
	content: "";
	display: table;
}

.form:after {
	clear: both;
}

textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
	height: 46px;
	padding: 0 10px 0 20px;
	line-height: 44px;
}

textarea,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=email],
input[type=password] {
	-webkit-transition: color 0.2s ease, background 0.3s ease;
	-moz-transition: color 0.2s ease, background 0.3s ease;
	-o-transition: color 0.2s ease, background 0.3s ease;
	transition: color 0.2s ease, background 0.3s ease;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	font-size: 17px;
	color: #8d8d8d;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	outline: none;
}


select {
	min-height: 46px;
}

select option {
	padding: 2px 10px 0 20px;
	min-height: 23px;
}

input[type=checkbox] {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	margin: 4px 15px 0 0;
	-webkit-appearance: button;
	width: 19px;
	height: 19px;
	color: #000000;
	border: 1px solid #e9e9e9;
	background-color: #ffffff;
	cursor: pointer;
}

input[type=checkbox]:checked {
	color: #000000;
}

input[type=checkbox]:checked:before {
	position: relative;
	top: -2px;
	left: 3px;
	content: none;
	font-size: 17px;
	text-align: center;
	line-height: 15px;
	color: #303030;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox !important;
}

.form .form-group {
	zoom: 1;
	position: relative;
	margin-bottom: 25px;
}

.form .form-group:before,
.form .form-group:after {
	content: "";
	display: table;
}

.form .form-group:after {
	clear: both;
}

.form .form-group label {
	text-align: right;
	line-height: 46px;
	margin-bottom: 0;
}

.form .form-group .btn {
	margin: 0 auto;
}

.form .form-group label.error {
	position: absolute;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1;
	color: #c68687;
}

a {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #00ade6;
}

.legal_privacy_recaptcha {
	font-size: 10px;
	line-height: 15px;
}

.grecaptcha-badge {
	display: none;
}

p {
	margin: 0 0 10px;
	line-height: 25px;
}

strong {
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

body > .container {
	padding-top: 65px;
}

span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

textarea:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=password]:focus {
	color: #000000;
}

textarea.error,
input[type=text].error,
input[type=url].error,
input[type=tel].error,
input[type=number].error,
input[type=color].error,
input[type=email].error,
input[type=email].error,
input[type=password].error {
	background-color: #fae2e2;
}

.btn.btn-solid.btn-sm,
button:not(.default).btn-solid.btn-sm,
input[type=button]:not(.default).btn-solid.btn-sm,
input[type=submit]:not(.default).btn-solid.btn-sm {
	padding: 12px 21px;
}

.btn.btn-sm,
button:not(.default).btn-sm,
input[type=button]:not(.default).btn-sm,
input[type=submit]:not(.default).btn-sm {
	min-width: 94px;
	padding: 11px 20px;
	font-size: 13px;
	border-radius: 2px;
}

.submitButton{
	background-color: #D44815 !important;
	color:#fff;
	border-radius: 3px;
	background-clip: padding-box;

	border-color:#D44815 !important;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.signup_modal_button{
	border-color:#D44815 !important;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}