
br.clearleft { visibility: hidden; clear: left; }

body {
	background-color: #ffffff;
	
}

div#frame {
	position: relative; width: 100%;
	margin: 0px auto 0px auto;
	
}

#hero {
  height: calc(100vh - 100px);
  min-height: 500px;
}

.image-background {
	background-position: center;
  	background-size: cover;
	background-repeat: no-repeat;
	opacity: .2;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  z-index: -2;
}

.image-background img {
  width: 100%;
}

div#header {
	position: relative;
	width: 100%;
	height: 170px; 
	margin: 60px 0px 0px 0px; 
}


div#body {
	position: relative;
	width: 100%;
	margin: 0px; 
}

div#content {
	position: relative; 
	width: 100%; 
	margin: 0px;  
	padding: 0px;
}


div#hpcontent {
	position: relative;
	width: 100%; 
	margin: 0px auto 0px auto;
	
}

div#hpcontent h1 {
	color: #cb3525;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	letter-spacing: 3px;
}

div#hpcontent h2 {
	color: #000000;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	letter-spacing: 1px;
}


div#hpcontent h2 a{text-decoration: none; font-weight: bold; color: #d26128;}
div#hpcontent h2 a:hover {text-decoration: underline; font-weight: bold; color: #d26128;}





div#footer {
	position: relative;
	width: 100%; height: 26px; 
	margin: 0px;
	padding: 20px 0px 150px 0px; 
}

div#footerlogos {
	margin: 40px auto 0px auto; 
	display: flex;
  	justify-content: center;
}

div#footerlogos img{padding-left: 14px;}

div#footer p {
	color: #000000;
	font-weight: normal;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 0px 25px;
	text-align:center;
}

div#footer p a{text-decoration: none; color: #d26128;}
div#footer p a:hover {text-decoration: underline; color: #d26128;}

div#footer p.links {padding-bottom: 20px; }
div#footer p.links a {padding: 0px 12px; font-weight: bold; color: #cf152d; text-decoration: none;}
div#footer p.links a:hover {text-decoration: underline;}
div#footer p.links a.first {padding: 0px 12px 0px 0px;}
	






