a{
	font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color:#ba0202;
}
a:hover{
	color:#960f0f;
	text-decoration: none;
}
body{
	font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color:#323238;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6;
}

p{
	font-family: inherit;
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 300;
}
hr{
  border: solid #1A1A1A;
  border-width: 1px 0 0;
  clear: both;
  margin: 0.3rem 0 1.3rem;
  height: 0; 
}

.bottomlink {
	color:#FFF;
	text-decoration:none;
}
.bottomlink:hover{
	color:#FFF;
}

@media only screen and (min-width: 1024px){
	.bottomstatement{
		font-size:1rem;
		color:#FFF;
		margin-left:10px;
		margin-right:10px;
		line-height:1em;
		padding-left:150px;
	}
}

@media only screen and (min-width: 720px) and (max-width: 1024px){
	.bottomstatement{
		text-align:center;
		font-size:1rem;
		color:#FFF;
		margin-left:10px;
		margin-right:10px;
		line-height:1em;
	}
}
@media only screen and (max-width: 720px){
	.bottomstatement{
	font-size:1rem;
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
	line-height:1em;
	text-align:left;
	}
}

.bottomimg{
	padding-right:20px;
}