body {
	background: #fff url(../images/bg.png) center center repeat;
	background-size: ;
	/*font-family: 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #626358;
	padding: 0;
	-webkit-font-smoothing:anitaliased;
}

body a {
	color: #ab473c;
	font-weight: 700;	
}
body a:link,
body a:visited {
	color: #ab473c;
	text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
	text-decoration: underline;
}
@media (min-width: 992px) {
	body {
	}
}
/* ********** HEADER ********** */
header {
	background: url('../images/header_bg.png') center center repeat;
}
header h1 {
	display: block;
	margin: 20px 0 20px;
	padding: 0;
}
header h1 a {
	display: block;
}
header h1 a:hover,
header h1 a:active,
header h1 a:focus {
	text-decoration: none;
}
header h1 a .line {
	display: block;
	text-align: center;
	text-transform: uppercase;
}
header h1 a .line-1 {
	font-family: 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #67a2b9;
	letter-spacing: 4px;
}
header h1 a .line-2 {
	font-family: 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	color: #234c5a;
}
header h1 a .line-3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #67a2b9;
}
header h1 a .bullet {
	width: 5px;
	background: url(../images/bullet_header.png) center center no-repeat;
	color: transparent;
}

header .mobile-nav {
	display: block;
}
header .mobile-nav .navbar {
	background: #dedacd;
	border: 0;
	margin: 0;
	height: 50px;
	z-index: 1000;
}
header .mobile-nav .navbar .social-links {
	float: right;
}
header .mobile-nav .navbar .social-links .social-link {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	outline: 0;
	text-indent: -10000px;
	margin-right: 10px;
	margin-top: 13px;
}
header .mobile-nav .navbar .social-links .social-link:hover,
header .mobile-nav .navbar .social-links .social-link:active,
header .mobile-nav .navbar .social-links .social-link:focus {
	background-position: 0 -24px;
}
header .mobile-nav .navbar .social-links .social-link.facebook {
	background-image: url(../images/soc_fb.png);
}
header .mobile-nav .navbar .social-links .social-link.twitter {
	background-image: url(../images/soc_tw.png);
}
header .mobile-nav .navbar .social-links .social-link.youtube {
	background-image: url(../images/soc_yt.png);
}
header .mobile-nav .navbar .navbar-toggle {
	width: 30px;
	height: 20px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent url(../images/icon_menu.png) 0 0 no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
}
header .mobile-nav .navbar .navbar-toggle:hover,
header .mobile-nav .navbar .navbar-toggle:active,
header .mobile-nav .navbar .navbar-toggle:focus {
	background-position: 0 -20px;
}
header .mobile-nav .navbar .navbar-toggle .icon-bar {
	display: none;
}
header .mobile-nav .navbar .navbar-collapse {
	background: #f8f3e5;
	border-bottom: 1px solid #dfdacf;
	z-index: 1000;
}
header .full-nav {
	display: none;
}
header .full-nav .social-links {
	position: absolute;
	top: 12px;
	right: 0;
	width: 100%;
	height: 24px;
}
header .full-nav .social-links .social-links-inner {
	float: right;
}
header .full-nav .social-links .social-link {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	outline: 0;
	text-indent: -10000px;
	background: 0 0 no-repeat;
	margin-left: 10px;
}
header .full-nav .social-links .social-link:hover,
header .full-nav .social-links .social-link:active,
header .full-nav .social-links .social-link:focus {
	background-position: 0 -24px;
}
header .full-nav .social-links .social-link.facebook {
	background-image: url(../images/soc_fb.png);
}
header .full-nav .social-links .social-link.twitter {
	background-image: url(../images/soc_tw.png);
}
header .full-nav .social-links .social-link.youtube {
	background-image: url(../images/soc_yt.png);
}
header .full-nav .social-links .search {
	float: left;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	transition: width .25s;
}
header .full-nav .social-links .search.is-open {
	width: 224px;
}
header .full-nav .social-links .search .search-inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 224px;
}
header .full-nav .social-links .search input[type=text] {
	display: block;
	float: left;
	height: 24px;
	width: 200px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #626358;
}
header .full-nav .social-links .search button {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url(../images/soc_search.png) 0 0 no-repeat;
	text-indent: -10000px;
}
header .full-nav .social-links .search button:hover,
header .full-nav .social-links .search button:active,
header .full-nav .social-links .search button:focus {
	background-position: 0 -24px;
}
header .full-nav .menu {
	background: #dedacd;
	height: 66px;
	z-index: 1000;
}
header .full-nav .menu .container {
	display: table;
}
header .full-nav .menu .container > ul {
	display: table-row;
	margin: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu .container > ul > li {
	display: table-cell;
	position: relative;
}
header .full-nav .menu .container > ul > li > a {
	display: block;
	line-height: 66px;
	text-transform: uppercase;
	color: #234c5a;
	text-align: center;
	padding: 0 10px;
	font-size: 12px;
}
header .full-nav .menu .container > ul > li:hover > a {
	background: #fff;
	text-decoration: none;
}
/*
header .full-nav .menu .container > ul > li:first-child > a {
	padding-left: 0;
}
header .full-nav .menu .container > ul > li:last-child > a {
	padding-right: 0;
}
*/
header .full-nav .menu .container > ul > li > ul {
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	list-style: none;
	padding: 10px 30px;
	background: #fff;
	z-index: 1000;
	border-left: 1px solid #dfdacf;
	border-right: 1px solid #dfdacf;
	border-bottom: 1px solid #dfdacf;
	width: 300px;
}
header .full-nav .menu .container > ul > li:hover > ul {
	display: block;
}

header .full-nav .menu .container > ul > li > ul > li {
	margin: 0;
	padding: 15px 0 15px 15px;
	border-top: 1px solid #dfdacf;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
header .full-nav .menu .container > ul > li > ul > li:first-child {
	border-top: 0;
}
header .full-nav .menu .container > ul > li > ul > li a {
	color: #626358;
}
header .full-nav .menu .container > ul > li > ul > li a:hover,
header .full-nav .menu .container > ul > li > ul > li a:active,
header .full-nav .menu .container > ul > li > ul > li a:focus {
	text-decoration: none;
	color: #67a2b9
}

header .bottom-border {
	height: 18px;
	background: #ab473d;
}
header .bottom-border div {
	float: left;
	height: 18px;
}
header .bottom-border .bottom-border-left {
	width: 22%;
	background: #ab473d;
}
header .bottom-border .bottom-border-middle {
	width: 33%;
	background: #67a2b9;
}
header .bottom-border .bottom-border-right {
	width: 45%;
	background: #234c5a;
}
@media (min-width: 768px) {
	header .container {
		padding-left: 0;
		padding-right: 0;
	}
	header h1 {
		margin: 40px 0 40px;
	}	
	header .mobile-nav {
		display: none;
	}
	header .full-nav {
		display: block;
	}
}
@media (min-width: 980px) {
	header h1 a .line-1 {
		font-size: 30px;
		line-height: 34px;
	}
	header h1 a .line-2 {
		font-size: 40px;
		line-height: 46px;
	}
	header h1 a .line-3 {

	}

	header .full-nav .menu .container > ul > li > a {
		padding: 0 20px;
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	header h1 a .line-2 {
		font-size: 44px;
		line-height: 50px;
	}

	header .full-nav .menu .container > ul > li > a {
	}
}

/* ********** MAIN CONTENT ********** */
.main-content {
	padding: 30px 0px 0;
}
.main-content .container {
}
.subpage-content {
	background: #fff;
	border: 1px solid #dfdacf;
	margin-bottom: 30px;
	padding: 0 40px;
	font-weight:300;
}
.subpage-content h1 { font-weight:600; }
.subpage-content h2 { font-weight:500; }
.subpage-content img { max-width:100%; height:auto; }
#pagehead {
}
#pagehead h1 {
	margin: -0 -40px 15px;
	background: #234c5a;
	padding: 20px 40px;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
#pagehead .cookie-crumbs {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #626358;	
	text-transform: uppercase;
}
#pagehead .cookie-crumbs li {
	display: inline;
}
#pagehead .cookie-crumbs li:before {
	display: inline;
	content: " / ";
}
#pagehead .cookie-crumbs li:first-child:before {
	display: none;
}
#pagehead .cookie-crumbs li a {
	color: inherit;
	font-weight: inherit;
}
#pagehead .cookie-crumbs li a:hover {
}
.subpage-sidebar {
	padding-left: 0;
	padding-right: 0;
}
.subpage-sidebar .section {
	background: #fff;
	border: 1px solid #dfdacf;
	margin: 0 0 30px;
	padding: 30px 30px 15px;
}
.subpage-sidebar .section h3 {
	margin: -30px -30px 15px;
	background: #67a2b9;
	padding: 20px 30px;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.subpage-sidebar .section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar .section ul li {
	margin: 0;
	padding: 15px 0 15px 15px;
	border-top: 1px solid #dfdacf;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.subpage-sidebar .section ul li:first-child {
	border-top: 0;
}
.subpage-sidebar .section ul li a {
	color: #626358;
}
.subpage-sidebar .section ul li a:hover,
.subpage-sidebar .section ul li a:active,
.subpage-sidebar .section ul li a:focus {
	text-decoration: none;
	color: #67a2b9
}
@media (min-width: 768px) {
	.main-content {
		padding: 30px 0 0;
	}
}
@media (min-width: 980px) {
	.subpage-sidebar {
		padding-right: 0;
		padding-left: 30px;
	}
}
/* ********** FOOTER ********** */
footer {
	height: 60px;
	padding: 20px 0;
	background: #234c5a;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}
footer a {
	color: #fff !important;
	font-weight: 400;
}
@media (min-width: 768px) {
	footer .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ********** HEARINGS CALENDAR ********** */
.module#hearings {
	padding: 0 30px;
	box-shadow:0 0 1px #dfdacf;
	background: #fff;
	margin-bottom: 30px;
}
.module#hearings .hearings-calendar-table {
	margin: 0 -30px;
	border-bottom: 1px solid #dfdacf;
}
.module#hearings .hearings-calendar-table h4 {
	margin: 0 0;
	padding: 0 30px;
	background: #234c5a;
	color: #fff;
	position: relative;
	height: 54px;
}
.module#hearings .hearings-calendar-table h4 .date {
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	padding: 17px 0;
	font-size: 16px;
}
.module#hearings .hearings-calendar-table h4 .arrow {
	display: block;
	position: absolute;
	top: 18px;
	left: 30px;
	width: 12px;
	height: 17px;
	outline: 0;
	text-indent: -10000px;
	background: transparent 0 0 no-repeat;
}
.module#hearings .hearings-calendar-table h4 .arrow:hover,
.module#hearings .hearings-calendar-table h4 .arrow:active,
.module#hearings .hearings-calendar-table h4 .arrow:focus {
	background-position: 0 -17px;
}
.module#hearings .hearings-calendar-table h4 .arrow.prev {
	background-image: url(../images/calendar_prev.png);
}
.module#hearings .hearings-calendar-table h4 .arrow.next {
	right: 30px;
	left: auto;
	background-image: url(../images/calendar_next.png);
}
.module#hearings table {
	width: 100%;
	margin:20px 0;
}
.module#hearings table th {
	text-align: center;
	font-weight: 700;
	color: #626359;
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	font-size: 16px;
}
.module#hearings table td {
	text-align: center;
	padding: 0;
	line-height: 33px;
	font-size: 14px;
	font-weight: 500;
	color: #626359;
}
.module#hearings table td a {
	display: block;
	max-width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: 0 auto;
	color: inherit;
	font-weight: inherit;
}
.module#hearings table td a:hover,
.module#hearings table td a:active,
.module#hearings table td a:focus {
	text-decoration: none;
}
.module#hearings table td.other-month {
	color: #b0b2a3;
}
.module#hearings table td.is-hearing a {
	background: url(../images/calendar_event.png) center center no-repeat;
}
.module#hearings table td.is-today {
	background: url(../images/calendar_today.png) center center no-repeat;
	color: #fff;
}

.module#hearings table.hide { display:none; }
.module#hearings .hearings-date { display:none; }
.module#hearings .hearings-date.active { display:block; }

.module#hearings .hearings-date {
	padding: 15px 30px;
	position:relative;
}
.module#hearings .hearings-date .close {
	display:block;
	width:22px; height:22px;
	background:url(../images/icon_close_black.png) no-repeat center center;
	text-indent:-9999px;
	position:absolute;
	top:15px; right:30px;
}
.module#hearings .hearings-date h5 {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #234c5a;
	background: url(../images/icon_upcomingbusiness.png) left top no-repeat;
}
.module#hearings .hearings-date .hearing {
	margin: 0 0 15px;
}
.module#hearings .hearings-date .hearing .timespan {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #234c5a;
}
.module#hearings .hearings-date .hearing .title {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ab473c;
}
.module#hearings .hearings-date .hearing .title a {
	color: inherit;
	font-weight: inherit;
}
.module#hearings .hearings-date .hearing .subtitle {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #626359;
}

.module#hearings .hearings-upcoming {
	max-height: 400px;
	overflow: scroll;
	margin: 0 -30px;
	padding: 15px 30px;
}
.module#hearings .hearings-upcoming h4 {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #234c5a;
	background: url(../images/icon_upcomingbusiness.png) left top no-repeat;
}
.module#hearings .hearings-upcoming .hearing {
	margin: 0 0 15px;
}
.module#hearings .hearings-upcoming .hearing .date {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #234c5a;
}
.module#hearings .hearings-upcoming .hearing .title {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ab473c;
}
.module#hearings .hearings-upcoming .hearing .title a {
	color: inherit;
	font-weight: inherit;
}
.module#hearings .hearings-upcoming .hearing .subtitle {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #626359;
}
.module#hearings .view-all {
	display: block;
	margin: 0 -30px;
	background-color: #ab473c; 
	font-size: 14px;
	line-height: 20px;
	padding: 17px 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}
.gsResultURL
, .gsURLFileSizeDash
, .gsResultFileSize {
	display: none;
} 