@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif !important;
	background-color:#ffffff;
}

#center {
	margin-left:auto;
	margin-right:auto;
}

#banner {
	background: url(images/bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*max-height: 450px;*/
  padding-bottom:50px;
}

#content h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#00b3e3;
	font-size:18px;
	margin-top:25px;
	line-height:160%;
}

#content h2 {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-weight:300;
	color:#323e48;
	font-size:24px;
	margin-top:0px !important;
}

#content h3 {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-weight:300;
	color:#00b3e3;
	font-size:24px;
}

#content p {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#323e48;
	margin-top:20px;
}

.product-title {
	font-family: 'Roboto', sans-serif !important;
}

.hs-form label, .hs-form .hs-field-desc, .input.hs-input, textarea.hs-input, select.hs-input {
	font-family: 'Roboto', sans-serif !important;
	color:#323e48 !important;
}

#form-wrapper {
	padding-left:30px;
	padding-right:30px;
}

#form {
	background-color:#4b5760;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:5px;
	border-color:#b6c2cc;
	border-width:0px;
	border-style:solid;
	margin-bottom:20px;
}

.hs-button-reset, .hs-form .hs-button {
	font-family: 'Roboto', sans-serif !important;
	text-transform:uppercase !important;
	font-weight:500 !important;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.15) !important;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.15) !important;
	background-color:#13b6e5 !important;
	border:3px solid #13b6e5 !important;
	margin-top:0px !important;
	width:80px !important;
	height:24px !important;
	background-image:none !important;
	text-shadow:none !important;
	transition: color .5s !important;
	transition: background-color .5s !important;
	-webkit-transition: color .5s !important;
	-webkit-transition: background-color .5s !important;
}

.hs-button-reset:hover, .hs-form .hs-button:hover {
	color:#13b6e5 !important;
	background-color:#e7e9e9 !important;
}

.hs-form.stacked label {
	font-weight:300 !important;
	color:#e7e9e9 !important;
	font-size:17px !important;
}

.hs-form.stacked input.hs-input, textarea.hs-input, select.hs-input {
	font-weight:300 !important;
	color:#323e48 !important;
	font-size:15px !important;
}

#footer {
	background-color:#256a8f;
	min-height:100px;
	margin-top:50px;
}

#footer p {
	color:#ffffff;
	margin-top:25px;
	font-size:24px;
}

small {
	font-size:12px;
}

#form .hs-form fieldset {
    max-width: initial !important;
}