* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	color: #666;
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin: 0px 0px 10px 0px;
}
p.small {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin: 0px 0px 5px 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}
hr {
	border-top: solid 1px #dddddd;
	border-bottom: none;
	border-left: none;
	border-right: none;

}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 20px;
}
li {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #666
}
h2 {
	margin: 0px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #666;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	color: #e9404a;
	margin: 0px 0px 30px 0px;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: left;
	line-height: 52px
}
header {
	margin: 0px auto;
	background-color: #024884;
	padding: 0px 0px 0px 0px;
}
.header-image-wrapper {
	margin: 0px auto;
	max-width: 960px;
}
.header-image-wrapper img {
	width: 100%;
	display: block;
}
.main-content {
	margin: 0px auto;
	padding: 50px;
	max-width: 960px;
	background: #FFFFFF;
}
.smartie-logo {
	max-width: 400px;
	margin: 0px 0px 15px 0px;
}
.smartie-logo-small {
	max-width: 250px;
	margin: 0px 0px 5px 0px;
}

button {
	display: block;
	border-radius: 4px;
	background-color: #e9404a;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 22px;
	border: 0;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* FORM STYLES */



.form-basic {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.form-basic .form-row {
	text-align: left;
	margin-bottom: 20px;
}
.form-basic .form-title-row {
	text-align: center;
	margin-bottom: 55px;
}
.form-basic .form-row > label span {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px;
}
.form-row-50 {
	display:inline-block;
	width:150px;
	margin-bottom:15px;
}
.form-basic input {
	color: #444444;
	box-sizing: border-box;
	width: 280px;
	padding: 5px;
	border: 1px solid #dbdbdb;
}
.form-basic input[type=radio], .form-basic input[type=checkbox] {
	box-shadow: none;
	width: auto;
}
.form-basic input[type=checkbox] {
	margin-top: 13px;
}
.form-basic select {
	background-color: #ffffff;
	color: #444444;
	box-sizing: border-box;
	width: 280px;
	padding: 12px 8px;
	border: 1px solid #dbdbdb;
}
.form-basic textarea {
	color: #444444;
	box-sizing: border-box;
	width: 280px;
	height: 80px;
	padding: 12px;
	border: 1px solid #dbdbdb;
	resize: vertical;
}
.form-basic .form-radio-buttons {
	display: inline-block;
	vertical-align: top;
}
.form-basic .form-radio-buttons > div {
	margin-top: 10px;
}
.form-basic .form-radio-buttons label span {
	margin-left: 8px;
}
.form-basic .form-radio-buttons input {
	width: auto;
}
.form-basic button {
	display: block;
	border-radius: 4px;
	background-color: #e9404a;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 22px;
	border: 0;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Consent Popup */

.consentholder{        
    width:100%;
    display:block;
	position: fixed;
    width:370px;
	top: calc(100vh - 150px);
    left: 2px;
}
.consentcontent{
    background:#fff;
    padding: 18px 16px 23px 15px;
	font-size: 10px;
	
}
.consentpopup{
    border-radius: 4px;
    background:#6b6a63;
    margin:10px auto 0;
    padding:2px;  
    // here it comes
    
}

