/* CSS Document */


/* -----------------------------------------------------------------------------

 SITEWIDE RESET
  
----------------------------------------------------------------------------- */

body {
	font-family: Times New Roman, Times, serif !important;
	word-wrap: break-word;
	line-height: normal;
	padding: 0;
}
body ul {
	list-style: square outside;
}
body h1, h2, h3 {
	font-weight: lighter;
	line-height: 95%;
}
a {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
sup {
	font-size: xx-small;
	vertical-align: top;
}
sub {
	font-size: xx-small;
	vertical-align: bottom;
}
img[align$="left"] {
	margin: 0 20px 5px 0;
	display: block;
}
img[align$="right"] {
	margin: 0 0 5px 20px;
	display: block;
}
.img-left {
	margin: 0 20px 5px 0;
	display: block;
}
.img-right {
	margin: 0 0 5px 20px;
	display: block;
}
/* -----------------------------------------------------------------------------

FORMATTING
  
----------------------------------------------------------------------------- */

.site-branding {
	position: relative;
}
a.site-image {
	width: 80px;
	float: left;
	display: block;
}
svg#Layer_1 {
	max-width: 100%;
	height: auto;
}
.site-logo {
	margin-left: 70px;
	position: absolute;
	display: block;
	top: 15px;
	color: black;
}
.site-branding a {
	text-decoration: none;
}
.footer-info {
	font-size: small;
}

/* -----------------------------------------------------------------------------

HIDDEN SECTIONS
  
----------------------------------------------------------------------------- */

.navbar, .nav, .left-sidebar, .right-sidebar, .footer-menu, .footer-columns, .bread-crumb, .search-form, a.white, a.white:hover, a.blue, a.blue:hover, .footer-info {
	display: none;
}

