body {
    color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 15px;
    line-height: 25px;
}
.container {
    max-width: 970px !important;
}
#content {
	margin: 60px 60px;
	text-align: center;
}
.logo {
	float: left;
}
hr {
    border-top: 1px solid #cccccc;
	height: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.1;
}
a, a:hover, a:focus, .green {
    color: #76b043;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, a.active {
    color: #76b043 !important;
}
.row {
	margin-top: 0px;
	padding-top: 0px;	
}
.main-header {
	border-bottom: 1px solid #CCCCCC;
}
#mainbody, #homeintro, #top {
	background-color: rgba(229, 233, 234, 0.6);	
}
#mainbody, #submenu, #top, .footer {
	border-top: 1px solid #CCCCCC;	
}
h1 {
	text-transform: uppercase;
	font-size: 24px;	
	line-height: 30px;
}



.tagline {
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	font-size: 18px;
	padding-top: 30px;
	text-align: right;
	color: #123449;
}
.herotext {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#header {
	padding: 20px 0px;
}
.img-wrapper {
    margin-bottom: 10px;
}


/******** FOOTER *****/
.footer {
    padding-bottom: 20px;
}
.footer p {
    color: #333333;
    font-size: 15px !important;
	text-align: center;
	padding-top: 10px;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer ul li:first-child::before {
    content: " ";
}
.footer ul li::before {
    content: "|";
}
.footer ul li {
    display: inline-block;
    font-size: 13px;
	line-height: 0px;
}
.footer ul li:first-child a, .footer ul li:first-child span {
    padding-left: 0;
}
.footer ul li a, .footer ul li span {
    padding: 0 10px;
	color: #808080;
}
.footer p {
    margin: 0px;
}

@media (max-width: 768px) {
.tagline, .logo {
    text-align: center !important;
	float: none !important;
}
#content {
	margin: 40px 20px;
	text-align: center;
}
}
