body {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Roboto, Arial, Sans;
	font-size: 12pt;
	font-weight: 300;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

.clearfix {
	margin-bottom: 12px;
}

div#header {
	background-color: #FFFFFF;
	padding: 12px;
	max-width: 1366px;
	margin: 0 auto;
}

div#header img.logo {
	border: 0;
	height: 3.5em;
}

div#main-content {
	margin: 0;
	padding: 12px;
	border-top: 2px solid #ee3823;
	background-color: #272727;
	color: #FFFFFF;
	min-height: 350px;
	background-image: url(/public/images/homepage/symbol-splice-bw.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 35% auto;
}

div.container-fluid {
	max-width: 1366px;
}

a, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

label, label.checkbox-inline {
	font-weight: 300;
}

.btn {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0.8em 0.8em;
	background: #ee3824;
	color: #FFFFFF;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.btnpub,
.btn.btnpub {
	background: #5487C6;
	border: 2px solid #5487C6;
}

.btnsplit {
	font-size: 16px;
}

.btn.btnpub.inverse {
	color: #5487C6;
	background: transparent;
	border: 2px solid #5487C6;
}

.btn.btnpub.inverse.white {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}

.btn.btnpub.inverse:hover {
	color: #FFFFFF;
	background: #5487C6;
	border-color: #5487C6;
}

.frm-email {
	width: 250px;
}