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

*:focus {outline: 0;}


@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* ----------------------- Global Acorn Styles ---------------------- */ 
h1, h2, h3, h4, h5,h6 {
    font-weight: 400;
	margin: 5px 0 !important;
}
h3 {
	font-size: 1.6rem;	
}
h4 {
	font-weight: 400;
	color: #000;	
}
p {
    font-size: 18px;
    font-weight: 400;
    font-family: arial;
    line-height: 1.4;
}
ol, ul {
    font-size: 18px;
    font-weight: 400;
    font-family: arial;
    line-height: 1.3;
}
#footer ol, #footer ul {
    line-height: 1.3;
    list-style-type: none;
    padding: 0;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration:none;	
}

.left {
	float: left;
}
.pull-left {
	text-align: center;
	margin: 0px auto;
}
.pad-small {
	padding: 20px;
}



.black a{
	color: #ff0000;
}
.black a:hover {
	color: #990000;	
}
.hidden {
	display: none !important;	
}
.trans, .trans p { 
	color: inherit !important;
	opacity: .85 !important;
}
.text {
	background: transparent !important;	
}