@font-face {
	font-family: 'Gotham';
	src: url('/include/fonts/gotham/Gotham-Medium.eot');
	src: url('/include/fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('/include/fonts/gotham/Gotham-Medium.woff') format('woff'),
		url('/include/fonts/gotham/Gotham-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}



/********************************************************************************
 * Default Screen Styles for County
 ********************************************************************************/

@media screen {

	/* Doing the big work */

	* {
	}

	img {
		max-width: 100%;
		height: auto !important;
		-ms-interpolation-mode: bicubic;
		border: 0;
	}

	html, body {
	}

	body {
		color: #000;
		background: url('/city/images/secondary/body-bg.jpg') center top repeat-y;
		background-size: contain;
		font: 100% 'Open Sans', Tahoma, sans-serif;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}

	table, td {
		font-size: 1em;
	}

	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-family: 'Gotham', Arial, sans-serif;
		font-weight: 500;
	}


	h1 {
		font-size: 2.0em;
		margin-top: 0em;
		margin-bottom: 0em;
	}

	h2 {
		font-size: 1.7em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.0em;
	}

	.sectionTitle {
		font-size: 30px;
		margin: 12px 0 20px 0;
	}

	/* Skip Link
	****************************************************/
	.skipLink {
		position: absolute;
		left: -3500px;
	}

	/* City Pages
	****************************************************/
	.secondaryHeaderContainer {
	}

	#header {
		background: url('/county/images/secondary/county-banner.jpg') center top no-repeat;
		background-size: cover;
		height: 0;
		padding-top: 25%;
		position: relative;
		z-index: 2;

		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#bodyHome #header {
		background: none;
		padding: 0;
		position: absolute;
		top: 0;
		z-index: 644;
		left: 0;
		right: 0;
	}

	.homeHeaderContainer {
		position: relative;
	}

	.topBar {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.6);
		color: #fff;
		height: 35px;
	}

		.topBar .translate {
			float: left;

		}

		.topBar .translate a {
			color: #fff;
			text-transform: uppercase;
			font-size: 11px;
		}

		.topBar .translate a:hover {
			color: #fff;
		}

		.topBar .translate a span {
			margin-right: 10px;
			font-size: 18px;
			position: relative;
			line-height: 35px;
			background: #000;
			padding: 0px 10px;
		}

		.topBar .headerUtils {
			float: right;
		}

		.topBar .social {
			display: inline-block;
			margin: 0 30px 0 0;
			vertical-align: top;
			padding-top: 7px;
		}

		.topBar .social p {
			display: inline-block;

			margin: 0;

			font-size: 11px;
			position: relative;
			vertical-align: top;

			top: 5px;
			right: 5px;
		}

		.topBar .social a {
			display: inline-block;
			padding: 0 2px;
		}

	/* translate
	****************************************************/
	#translateText {
		text-transform: uppercase;
		font-size: .8em;
	}
	#translateIcon {
		margin-right: 10px;
		font-size: 18px;
		position: relative;
		line-height: 35px;
		background: #000;
		padding: 0px 10px;
	}

	#google_translate_element_header {
		position: relative;
		transition: color 0.35s;
		display: inline-block;
	}

	#google_translate_element_header>span {
		z-index: 1
	}

	#google_translate_element_header:hover {
		color: #fff;
		text-decoration: underline
	}

	#google_translate_element_header .goog-te-gadget {
		color: transparent;
		font-family: inherit;
		font-size: inherit;
		height: auto;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 8%;
		z-index: 0;
		width: 84%
	}

	#google_translate_element_header .goog-te-gadget>div {
		height: auto
	}

	#google_translate_element_header .goog-te-gadget .goog-te-combo {
		background: transparent;
		border: none;
		box-shadow: none !important;
		color: transparent;
		margin: 0;
		padding: 0 0.1rem;
		width: 100%;
		height: 2rem;
		font-family: inherit;
		font-size: inherit;
		cursor: pointer
	}

	#google_translate_element_header .goog-te-gadget .goog-te-combo:hover {
		text-decoration: underline
	}

	#google_translate_element_header .goog-te-gadget .goog-te-combo option {
		color: #333 !important
	}

	#google_translate_element_header .goog-te-gadget .goog-te-combo option:first-child {}

	#google_translate_element_header .goog-te-gadget>span {
		display: none
	}




	.bottomBar {
		position: absolute;
		top: 35px;
		left: 0;
		right: 0;
		background: rgba(167,67,0,0.8);
		color: #fff;
		border-bottom: 5px solid rgba(0,0,0,0.3);
		padding: 15px 0;
	}

	#header h1, #footer h1 {
		float: left;
		width: 304px;
		height: 64px;
		margin: 0;
		text-align: left;
	}

		#header h1 a, #footer h1 a {
			display: block;
			background: transparent url('/county/images/header/logo.png') left center no-repeat;
			width: 304px;
			height: 64px;
			text-indent: -100000px;
			float: left;
		}

	#contentContainer {
		/*padding: 40px 0;*/
		background: #fff;
		/*display: table;*/
	}

	.mainColumnContainer {
		/*margin-left: 335px;*/
	}

	.homeColumnContainer {
		margin: 0;
	}

	.homeColumnContainer .above {
		background: url('/county/images/home/home-row-above.jpg') no-repeat center;
		background-size: cover;
		padding: 25px 0;
	}

	.homeColumnContainer .below {
		padding: 25px 0;
	}

	.homeColumnContainer .column1 {
		display: table-cell;
		width: 50%;
	}

	.homeColumnContainer .column2 {
		display: table-cell;
		width: 50%;
	}

	.homeColumnContainer .above {

	}

	.homeColumnContainer .above .column2 {
	}

	.homeColumnContainer .below .column1, .homeColumnContainer .below .column2 {
		width: 50%;
		float: left;
		box-sizing: border-box;
		display: block;
	}

	.homeColumnContainer .above .column2 {
	}


	/* news with images */
	#cwDocsNewsHome h3.cwHeader {
		position: relative;
		bottom: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #b2b2b2;
	}

	#bodyHome .cwList li {
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 15px;
		padding-bottom: 0;
		background: none;
	}

	.cwNewsList {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	li.newsStoryContainer {
		padding-bottom: 5px;
	}

	li.newsStoryContainer img {
		margin-right: 8px;
	}

	li.newsStoryContainer .newsLinkContainer {
		padding-top: 10px;
		padding-bottom: 25px;
	}

	.newsLink, .cwLink {
		font-size: 1.1em;
	}

	#bodyHome .newsLink {
		line-height: 1.1em;
		display: inline-block;

		padding-bottom: 5px;
		text-transform: initial;
	}

	#bodyHome .cwHeader.cwNewsHeader {
		padding-bottom: 20px;
	}

	#bodyHome .cwNewsList li {
		margin: 0 0 5px;
	}

	/* Homepage Featured News
	****************************************************/
	#fnContainer {

	}

	#fnContainer h3.cwHeader {
	}

	#fnContainer li.newsStoryContainer {
		margin: 0;
		padding: 0;
		list-style-type: none;
		box-sizing: border-box;
		width: 45%;
		border: 0;
	}

	#fnContainer li.newsStoryContainer:nth-of-type(1) {
		float: left;
	}

	#fnContainer li.newsStoryContainer:nth-of-type(2) {
		float: right;
	}

	#fnContainer li.newsStoryContainer .imgContainer {
		height: 175px;
		display: table;
	}

	#fnContainer li.newsStoryContainer .imgContainer div {
		display: table-cell; vertical-align: middle;
	}

	#fnContainer li.newsStoryContainer img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}

	#fnContainer li.newsStoryContainer .newsLinkContainer {
		display: table-cell;
	}

	#fnContainer li.newsStoryContainer .newsLinkContainer .newsLink {
		margin: 0 0 10px;
		display: block;
		padding: 0;
	}

	#fnContainer .cwNewsList {
		position: relative;
	}


/*	#fnContainer #moreButton {
		-moz-box-shadow: 1px 1px 3px #ececec;
		-webkit-box-shadow: 1px 1px 3px #ececec;
		background: #4b5e1c;
		box-shadow: 1px 1px 3px #ececec;
		border: 1px solid #b2b2b2;
		height: 26px;
		line-height: 26px;
		padding: 1px 12px 0px 12px;
		display: inline-block;
		font-weight: bold;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 10px;
	}*/

	#fnContainer #moreButton {
		-moz-box-shadow: 1px 1px 3px #ececec;
		background: #a74300;
		padding: 2px 9px 3px;
		display: inline-block;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 10px;
		font-size: 13px;
		position: absolute;
		bottom: 0;

	}

	#fnContainer .moreContainer {
		clear: both;
	}

	.mainColumnContainer .column1 {
		overflow: hidden;
		display: table-cell;
		vertical-align: top;
		width: 100%;
		padding: 20px 35px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mainColumnContainer .column2 {
		padding-top: 25px;
		display: table-cell;
		position: relative;
		font-size: 15px;
		background: #f3f2ed url('/county/images/secondary/bg-shadow.png') right top no-repeat;
	}

	/* Footer
	****************************************************/
	#footer {
		background: url('/county/images/footer/footer-bg.jpg') no-repeat;
		background-size: cover;
		min-height: 265px;
		color: #fff;
		position: relative;
	}

		#footer p {
			color: #fff;
		}

		#footer a, #footer a:visited, #footer a:link {
			color: #fff;
			text-decoration: underline;
		}

		#footer h3 {
			color: #fff;
			font-family: 'opensans-regular', Arial, Helvetica, sans-serif;
			margin: 0 0 5px;
		}

	.footBotBar {
		margin: 0 auto;
		max-width: 1100px;
		padding: 0 35px;
		position: absolute;
		top: 35px;
		left: 0;
		right: 0;
	}

	.footBotBar .column1 {
		font-size: 12px;
		float: left;
		width: 50%;
	}

		.footBotBar .column1 p {
			margin: 5px 0 0;
		}

		.footBotBar .footAddress {
			margin: 15px 0 0;
			padding: 0;
			list-style: none;
			float: left;
			clear: left;
		}

	.footBotBar .column2 {
		float: right;
		width: 50%;
		font-size: 12px;
		text-align: right;
		margin-top: 18px;
	}

	#footer #eGovLogo {
		float: right;
		display: block;
		width: 67px;
		height: 31px;
		text-indent: 10000px;
		overflow: hidden;
		white-space: nowrap;
		background: url('/city/images/footer/egov-logo.png') no-repeat;
		margin-left: 10px;
		margin-top: 4px;
	}

	.footCopy {
		margin-top: 30px;
		font-size: 12px;
	}

	#footerLegal {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	#footerLegal a {
	}



#bodySecondary .column2 .cwHeader {
	background: #a74300;
	color: #fff;
	font-size: 22px;
	padding-left: 10px;
	line-height: 50px;
	position: relative;
}

#bodySecondary .column2 .cwHeader:before {
	content: "";
	background: #a74300;
	height: 66px;
	transform: skewX(20deg);
	position: absolute;
	left: -12px;
	top: 0;
	right: 20px;
	z-index: -1;
}



	/* Search
	 ****************************************************/
	#searchContainer {
		display: inline-block;
		width: 235px;
		background: rgba(0,0,0,0.4);
		margin: 0;
	}

	#searchContainer #eGovQuickSearch {
		margin: 0;
		padding: 0;
		border: 0;

	}

	#searchContainer #eGovQuickSearch label {
		display: block;
		height: 1px;
		overflow: hidden;
		text-indent: 75px;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	#searchContainer #eGov_searchTerms {
		border: none;
		background: none;
		width: 190px;
		font-size: 11px;
		padding: 2px 0 0 4px;
		margin: 0;
		color: #fff;
		height: 35px;
		float: left;
		font-family: 'Open Sans', Tahoma, sans-serif;
		text-transform: uppercase;
	}

	#eGov_buttonSearchSubmit {
		margin: 0;
		padding: 0;
		float: right;
	}

	.searchSubmit {
		background: rgba(0,0,0,0);
		border: none;
		color: #fff;
		display: block;
		font-family: 'FontAwesome';
		font-size: 18px;
		height: 35px;
		line-height: 25px;
		padding: 0;
		width: 35px;
	}

	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #333; }

	.searchSubmit:hover {
		background: #000001;
		color: #fff;
		cursor: pointer;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #fff;
	}

	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #fff;
		opacity: 1;
	}

	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #fff;
		opacity: 1;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}


	/* Global
	 ****************************************************/
	.wrap {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
	}


	/* Service Icons
		 ****************************************************************************/
	.serviceIconsContainer {
		margin: 0;
		background: rgba(40, 40, 40, 0.8);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	.serviceIcons {
		padding: 0;
		list-style: none;
		text-align: center;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}

	.ie10 .serviceIcons {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: distribute;
	}

	.serviceIcons li {
		float: left;
		padding: 0;
		margin: 0;
		list-style-type: none;
		position: relative;
	}

	.serviceIcons li:last-of-type {
		margin-right: 0;
	}

	.serviceIcons li a .fa {
		color: #e65c00;
		display: block;
		font-size: 3em;
		margin-bottom: 12px;
		text-align: center;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}

	.serviceIcons li a, .serviceIcons li a:link {
		color: #fff;
		display: block;
		font-size: 15px;
		font-family: 'Gotham';
		padding: 3.1em 0;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.serviceIcons li a:link, .serviceIcons li a:link:hover, .serviceIcons li a:visted, .serviceIcons li a:visited:hover {
		color: #fff;
		text-decoration: none;
	}


	.serviceIcons li a:link:hover .fa, .serviceIcons li a:visited:hover {
		color: #fff;

		-ms-transform: scale(1.1,1.1);
			-webkit-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
	}

	.serviceIcons li a  > br {
		display: block;
	}

	.serviceIcons li a:link:hover, .serviceIcons li a:active, .serviceIcons li a:visited:hover {
		text-decoration: none;
	}


	/* Breaking News
	 ****************************************************************************/
	.breakingNewsContainer {
	}

	.breakingNews {
		min-height: 85px;
		position: relative;
	}

	.breakingNews.wrap {
		max-width: 1040px;
	}

	.breakingNews .col1 {
		width: 15.8em;
		left: 0;
		position: absolute;
		top: 0;
	}

	.breakingNews .moreContainer {
		float: right;
		position: relative;
		top: 15px;
	}

	.cwBreakingNewsList {
		width: 70%;
		float: left;
	}

	#bodyHome .breakingNews .cwBreakingNewsList li a {
		font-size: 14px;
		text-transform: none;
	}

	#bodyHome .breakingNews .cwBreakingNewsList li {
		font-size: 13px;
	}

	#bodyHome .breakingNews .col1 .cwHeader {
		background: none;
		color: #be0000;
		font-size: 1.5em;
		margin-top: 15px;
		padding: 10px 0;
		text-transform: uppercase;
		font-family: 'Gotham', Arial, sans-serif;
	}

	.breakingNews .col1 .cwHeader span {
		display: block;
	}

	.breakingNewsContainer .col2 {
		margin-left: 16em;
		padding: 15px 20px;
		color: #be0000;
	}

	.breakingNews .col2 .cwBreakingNewsList a {
		color: #be0000;
		font-size: 1em;
		font-weight: bold;
		text-decoration: underline;
	}

	.breakingNews .col2 a.moreLink {
		color: #fff;
		text-decoration: underline;
		text-transform: uppercase;
		background: #be0000;
		border-radius: 10px;
		padding: 4px 18px 6px;
		font-size: 11px;
	}

	.breakingNews .col2 a.moreLink:hover {
		background: #828282;
	}

	.breakingNews .col2 a:hover {
		color: #fff;
		text-decoration: none;
		background: #be0000;
	}





	/* Date Box Styles
	****************************************************/
	.cwCalList {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.cwCalList li {
		margin: 8px 0 10px 0;
		padding: 0;
	}

	.calBigDate {
		float: left;
		width: 3em;
		text-align: center;
		margin-right: 8px;
		font-family: Arial, Tahoma, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}

	.calBigDate .month {
		text-transform: uppercase;
		text-align: center;
		padding: 0;
		font-size: 14px;
		font-family: 'Open Sans';
		font-weight: 400;
		position: relative;
		bottom: 9px;
	}

	.calBigDate .day {
		color: #333;
		text-align: center;
		font-size: 35px;
	}

	.calTitleLink {
		margin-top: 3px;
		float: left;
		width: 80%;
	}

	#bodyHome .calTitleLink {
		width: 100%;
	}

	#bodyHome #cwEventsHome .calTitleLink {
		width: 80%;
		font-size: 11px;
		padding-top: 10px;
	}

	.calTitleLink a {
		font-family: Arial, sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#bodyHome #cwEventsHome .calTitleLink a {
		text-transform: initial;
	}

	/* Home Page Tabs
	 ****************************************************************************/
	#bodyHome #tabContainer {
		margin-top: 15px;
		margin-bottom: 20px;
		border: 0;
	}

	#bodyHome .tabReturn {
		display: none;
	}

	#bodyHome ul.tabs {
		background: #595959;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 1px;
		z-index: 11;
	}

	#bodyHome #tabContainer .tabs li.tab {
		background: none;
		border-right: 0;
		color: #fff;
		cursor: pointer;
		float: left;
		font-size: 1.2em;
		list-style-type: none;
		padding: 8px 0 2px 0 !important;
		size: border-box;
		text-align: center;
		width: 50%;

		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

	#bodyHome #tabContainer li.tab:hover {
		background: #878787;
		color: #fff;

		transition: background .2s, color .2s, border .2s;
		-moz-transition: background .2s,color .2s, border .2s;
		-webkit-transition: background .2s, color .2s, border .2s;
		-o-transition: background .2s, color .2s, border .2s;
	}

	#bodyHome #tabsContent {
		background: #fff;
		border-top: none;
		height: 431px;
		overflow: auto;
		position: relative;
		z-index: 10;
		border: 0;
	}

	#bodyHome li.tab.active {
		background: #4e9fbe;
		color: #fff;
		cursor: default;
	}

	#bodyHome li.tab.active:first-of-type {
		background: #3b5998 !important;
		color: #fff;
		cursor: default;
	}

	#bodyHome li.tab.active:last-of-type {
		background: #1da1f2 !important;
		color: #fff;
		cursor: default;
	}



	#bodyHome li.tab.active span:before {
		color: #333;
	}

	#bodyHome div.content {
		margin: 0;
		padding: 15px;
		position: relative;
		z-index: 10;
		max-width: 320px;
	}


	/* Twitter
	 ****************************************************************************/
	#twitterFeedContainer {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.twitterItem {
		margin: 0 0 12px 0;
		padding: 0 0 12px 0;
		list-style-type: none;
		border-bottom: 1px solid #eae9e9;
	}

	.itemHead {
	}

	.itemDate {
		float: right;
		font-size: .9em;
		color: #7f7f7f;
	}

	.profileImage {
		float: left;
		margin-right: 5px;
		height: 48px;
		width: 48px;
	}

	.profileName {
		float: left;
		font-size: .9em;
	}

	.screenName {
		color: #7f7f7f;
	}

	.retweetDetail {
		color: #7f7f7f;
		font-size: .9em;
	}



































	#bodyHome .cwContainer {
		padding: 0 30px;
	}

	#sectionLogo {
		width: 950px;
	}

	.shadowImage {
		border: 5px solid #fff;
		-webkit-box-shadow: 0px 0px 4px 0px #494949;
		box-shadow: 0px 0px 4px 0px #494949;
	}

	/* Tabs
	****************************************************/
	#tabContainer {
		margin-top: 15px;
	}

	ul.tabs {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}


	li.tab {
		margin: 0;
		position: relative;
		float: left;
		list-style-type: none;
		font-family: 'Gotham', Arial, sans-serif;
		font-size: 22px;
		padding: 1.5ex 3ex;
		cursor: pointer;
		text-align: center;
		color: #fff;
		background: #5e2600;
	}

	li.tab:focus {
	}

	#tabsContent {
		background: #f5f5f5;
		margin-bottom: 20px;
	}

	li.tab.active {
		color: #fff !important;
		background: #a74300;
		cursor: default;
	}

	li.tab:hover {
		color: #fff !important;
		background: #A74300;
	}


	div.content {
		padding: 15px;
		margin: 0 0 0 0;
	}


	/* Content Window
	 ****************************************************/

	.cwContainer {
		padding: 5px 30px 15px 0;
	}

	#bodySecondary .column2 .cwContainer {
		padding-left: 30px;
		min-width: 300px;
	}

	.cwHeader {
		margin: 0 0 .3em 0;
		padding: 8px 25px 8px 0;
	}

	#bodyHome .cwHeader {
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		font-size: 22px;
		color: #333345;
		background: none;
		padding: 0;
		margin: 0;
	}

	#bodyHome .above, #bodyHome .above .cwHeader, #bodyHome .above a {
		color: #fff;
	}

	.headerBar {
		background: #a4c4e4; /* Old browsers */
		background: -moz-linear-gradient(top,  #a4c4e4 0%, #39699a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4c4e4), color-stop(100%,#39699a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a4c4e4 0%,#39699a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a4c4e4 0%,#39699a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a4c4e4 0%,#39699a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #a4c4e4 0%,#39699a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c4e4', endColorstr='#39699a',GradientType=0 ); /* IE6-9 */
		height: 40px;
	}

	.headerBar img {
		float: left;
		position: relative;
		top: 1px;
	}

	.headerBar .cwHeader {
		float: left;
	}

	.headerBar h3.cwHeader {
		background: none;
		margin: 0;
		border: 0;
		padding: 8.736px 0;
	}

	.headerBar h3.cwHeader.cwContactHeader {
		font-size: 1.7em;
	}

	#contactLogo {
		padding-left: 15px;
	}

	#newsLogo {
		padding: 0 6px;
	}

	#eventsLogo {
		padding: 0 12px;
		top: 4px;
	}

	#noticesLogo {
		padding: 5px 12px 0 10px;
	}

	.headerBar h3.cwHeader.cwNewsHeader, .headerBar h3.cwHeader.cwEventsHeader, .headerBar h3.cwHeader.cwNoticesHeader {
		padding: 11px 0 0 0;
	}

	.divTypeHeader {
		margin: 10px 0 0 0;
		padding: 0;
	}

	#compFeed {
		display: none;
	}

	.cwList, .cwList li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.cwList li {
		margin : 0 0 15px 0;
		padding: 0;
		font-size: 14px;
	}

	.cwList li a  {
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		display: inline-block;
	}

	#bodyHome .cwList li a {
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
	}

	.cwHorizontalTable td a {
		margin : 0 0 10px 0;
		display: inline;
		font-weight: bolder
	}


	.cwNavList, .cwNavList li {
		margin: 0;
		padding: 1px 0;
		list-style-type: none;
	}

	.column1 .cwNavList {
		margin: 0 0 15px 0;
	}

	.column1 .cwContainer {
		/*margin: 15px 10px 15px 17px;*/
	}

	.column1 a {
		color: #000001;
	}

		/*.column1 .cwNavList li a:hover {
			background-color: #7fd1ed;
			color: #fff;
		}*/


	.deptHomeLink {
		display: block;
		margin-left: 25px;
		margin-bottom: 15px;
		font-weight: bolder;
	}

	.deptHomeLink img {
		border: 0;
		margin-right: 4px;
		position: relative;
		top: 3px;
	}

	#cwDocsNews .cwList li {
		margin-bottom: 12px;
	}

	/*#cwDocsNews .cwList a {
		font-weight: 900;
		text-transform: uppercase;
	}*/


	.splitTab1 {
		float: left;
		width: 48%;
		margin-right: 4%
	}

	.splitTab2 {
		float: left;
		width: 48%;
	}

	.splitTab1 .cwHeader, .splitTab2 .cwHeader {
		background: none;
		text-align: left;
		margin: 0;
		padding: 0;
		font-size: 1.8em;
		color: #003896;
	}

	/* Comprehensive Feed
	****************************************************/
	#compFeed {
		border: 2px solid #e3631c;
		border-radius: 5px;
	}

	#compFeedHeader {
		background: #f48526; /* Old browsers */
		background: -moz-linear-gradient(top,  #f48526 0%, #d44a18 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48526), color-stop(99%,#d44a18)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f48526 0%,#d44a18 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f48526 0%,#d44a18 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f48526 0%,#d44a18 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #f48526 0%,#d44a18 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48526', endColorstr='#d44a18',GradientType=0 ); /* IE6-9 */
		padding: 5px 0;
	}

	#compFeedHeader img {
		float: left;
		padding-left: 25px;
		padding-right: 5px;
	}

	.column1 #compFeedHeader .cwCompFeed {
		color: #fff;
		font-size: 15px;
		float: left;
		margin: 0;
	}

	#compFeedBody {
		padding: 0 35px 20px;
	}

	.column1 #compFeedBody a {
		color: #e3631c;
	}


	/* More Links
	 ****************************************************/

	#bodyHome .below .more {
		background: #a74300;
		padding: 2px 18px;
		border-radius: 8px;
		color: #fff !important;
		font-size: 13px;
	}

	#bodyHome .below .more:hover {
	}

	#bodyHome .below .moreContainer {
		padding: 0 30px;
	}

	.more {
		color: #000 !important;
		font-size: 13px;
		text-transform: uppercase;
		padding: 2px 6px 3px;
	}

	.feedLink {
		display: none;
		position: relative;
		top: 5px;
		margin-left: 5px;
	}

	.subText {
		font-size: 0.8em;
		color: #574832;
	}



	/* Section List Styles
	 ****************************************************/
	.cwSectionList a {
		font-weight: 700;
	}

	.cwSectionList, .cwAppList {
		border: 1px solid #dbdbdb;
		border-top: none;
	}

	.even, .cwAppList div {
		background-color: #fff;
		padding: 6px;
		border-top: 1px solid #dbdbdb;
	}

	.odd {
		background-color: #f5f5f5;
		padding: 6px;
		border-top: 1px solid #dbdbdb;
	}

	.even:hover, .odd:hover {
		background-color: #B6DBFF;
	}


	/* Contact Info
	****************************************************/

	/*.cwContactHeader {
		background-repeat: no-repeat;
		background: #a4c4e4;
		background-image: url('/images/cw/contact-us.png');
		background-image: url('/images/cw/contact-us.png'), -moz-linear-gradient(top,  #a4c4e4 0%, #39699a 100%);
		background-image: url('/images/cw/contact-us.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4c4e4), color-stop(100%,#39699a));
		background-image: url('/images/cw/contact-us.png'), -webkit-linear-gradient(top,  #a4c4e4 0%,#39699a 100%);
		background-image: url('/images/cw/contact-us.png'), -o-linear-gradient(top,  #a4c4e4 0%,#39699a 100%);
		background-image: url('/images/cw/contact-us.png'), -ms-linear-gradient(top,  #a4c4e4 0%,#39699a 100%);
		background-image: url('/images/cw/contact-us.png'), linear-gradient(to bottom,  #a4c4e4 0%,#39699a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c4e4', endColorstr='#39699a',GradientType=0 );
	}*/
	.headLink {
		font-weight: 700;
	}
	.address {
		background: url("/images/cw/house.png") no-repeat scroll 4px 0 transparent;
		padding: 0 0 0 29px;
		font-size: 0.9em;
	}
	.cwContactList {
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.cwContactList li {
		padding: 1px 0;
	}

	.cwContactList li:before,
	.cwDirectionsLink:before {
		color: #a74300;
		float: left;
		font-family: 'FontAwesome';
		font-size: 1.1em;
		height: 16px;
		margin: 0 10px 0 0;
		position: relative;
		text-align: center;
		text-decoration: none;
		top: 2px;
		width: 16px;
	}

	.cwAddressLabel {
		margin: 0;
	}

	.cwDirectionsLink:before {
		content: "\f041";
	}

	.tty:before {
		content: "\f1e4";
	}

	.telephone:before {
		content: "\f095";
	}
	.mobile:before {
		content: "\f10b";
	}
	.fax:before {
		content: "\f1ac";
	}

	.email:before {
		content: "\f0e0";
	}
	.staff:before {
		content: "\f0c0";
	}
	.hours:before {
		content: "\f017";
	}


	/* Breadcrumbs
	****************************************************/
	#breadcrumbs {
		font-size: 12px;
		margin-bottom: 40px;
	}

	#breadcrumbs a:visited {
		color: #4b5e1c;
	}

	.breadArrow {
		margin: 0 8px;
		position: relative;
		top: -.2ex;
	}


	/* Links
	****************************************************/
	a:link {
		color: #a74300;
		text-decoration: none;
	}
	a:link:hover, a:link:active {
		color: #000001;
		text-decoration: underline;
	}
	a:visited {
		color: #973f00;
	}
	a:visited:hover {
		color: #000001;
	}

	/* Splash Page
	****************************************************/

	.splashColContainer {
		display: table;
		width: 100%;
	}

	.splashColContainer .bar {
		height: 267px;
		position: absolute;
		top: 30%;
		left: 0;
		right: 0;
		border: 5px solid rgba(0,0,0,0.3);
		border-left: 0;
		border-right: 0;
	}

	.splashColContainer a {
		background: #282828;
		color: #fff;
		border-radius: 5px;
		padding: 10px;
		display: inline-block;
		text-transform: uppercase;
	}

	.splashColContainer .col1 {
		background: url('/images/splash/evansville-splash-bg.jpg') no-repeat;
		background-size: cover;
		display: table-cell;
		padding-top: 50%;
		width: 50%;
		position: relative;
	}

		.splashColContainer .col1 .bar {
			background: rgba(75,94,28,0.85);
		}

		.splashColContainer .col1 .bar img {
			position: absolute;
			right: 7%;
			top: 22%;
		}

		.splashColContainer .col1 a {
			position: absolute;
			bottom: 13%;
			right: 20%;
		}

	.splashColContainer .col2 {
		background: url('/images/splash/vanderburgh-splash-bg.jpg') no-repeat;
		background-size: cover;
		display: table-cell;
		padding-top: 50%;
		width: 50%;
		position: relative;
	}

		.splashColContainer .col2 .bar {
			background: rgba(167,67,0,0.8);
		}

		.splashColContainer .col2 .bar img {
			position: absolute;
			left: 7%;
			top: 26%;
		}

		.splashColContainer .col2 a {
			position: absolute;
			bottom: 13%;
			left: 20%;
		}

	/* nav menus */
	.cwNavContainerMenu {
		display: none;
		margin-bottom: 20px;
	}

	.jumpLabel {
		position: absolute;
		left: -35000px;
	}

	.cwNavContainerMenu select {
		width: 100%;
	}


}

/********************************************************************************
 * Responsive Screen Styles
 ********************************************************************************/


@media screen and (max-width: 1100px) {

	.wrap {

		/*padding: 0 10px;*/
	}

	/* header */

	#header .bottomBar .wrap {

		/*padding: 0;*/
	}

	#header h1 {
		float: none;
		margin: 0 auto;
	}

	.breakingNews .col1 {
		left: 30px;
	}

	/* footer */



}

@media screen and (max-width: 950px) {

	/* header */


	.serviceIcons li {
		width: 15%;
	}

	/* homepage */
	.serviceIcons li a .fa {
		font-size: 2em;
		margin-bottom: 12px;
	}

	.serviceIcons li a, .serviceIcons li a:link {
		font-size: 13px;
		white-space:normal;
		padding: 1.2em 0;
	}

	.homeColumnContainer .above {
	    background: url(/county/images/home/home-row-above.jpg) no-repeat 0% top;
	    background-size: cover;
    }

	.homeColumnContainer .above .column1 {
		margin-bottom: 30px;
	}

	.homeColumnContainer .above .column1, .homeColumnContainer .below .column2 {
		display: block;
		width: 100%;
	}


	.homeColumnContainer .below .column1 {
		margin-bottom: 30px;
	}

	.homeColumnContainer .below .column1, .homeColumnContainer .below .column2 {
		display: block;
		width: 100%;
	}


}

@media screen and (max-width: 820px) {
/*		.mainColumnContainer {
			margin-right: 0;
		}*/

		body {
			background: #fff;
		}

		.mainColumnContainer {

			display: flex;
			flex-flow: column;
		}

		.mainColumnContainer .column1 {


			display: block;
			order: 1;
		}

		.mainColumnContainer .column2 {


			display: block;
			order: 2;

			width: auto;
			background: none;
		}

	/* Tabs
	 ****************************************************************************/
	.tabReturn {
		display: none;
	}

	li.tab {
		float: none;
		margin-right: 0;
		padding-left: 10px;
		border: 0;
	}

	.splitTab {
		float: none;
		width: auto;
	}

	.content .splitTab:first-of-type {
		margin-bottom: 15px;
	}

	.tab {
		font-size: 1.8em;
	}

	div.content .cwHeader  {
		display: block;
	}

}

@media screen and (max-width: 700px) {


/*	#bodyHome .mainColumnContainer .column1, #bodyHome .mainColumnContainer .column2, #bodyHome .mainColumnContainer .column3 {
		float: none;
		width: 100%;
		display: block;
		margin: 0;
		padding: 32% 0 0;
	}*/

	.slideshowContainer {
		padding-top: 134px;
	}

	.serviceIconsContainer {
		position: static;
	}

	.serviceIcons li {
		width: 33.3%;
	}

	.topBar .social p {
		display: none;
	}

	#footer {
		height: 400px;
	}

	.footBotBar .column1, .footBotBar .column2 {
		width: 100%;
	}

	.footBotBar .column2 {
		float: left;
		text-align: left;
	}

	#footer #eGovLogo {
		float: left;
		margin-right: 10px;
		margin-left: 0;

	}

	.footBotBar {
		padding: 0 10px;
	}


	/* breaking news */
	.breakingNews {
		left: 30px;
	}

	.breakingNews .col1 {
		width: auto;
		position: static;
	}

	.breakingNewsContainer .col2 {
		margin: 0;
		padding: 0;
	}

	.cwBreakingNewsList {
		width: auto;
		float: none;
	}

	.breakingNews .moreContainer {
		float: none;
		position: static;
	}

	.breakingNewsContainer {
		padding: 0 0 10px;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}

}

@media screen and (max-width: 675px) {

	/* header */


/*	#header h1 {
		float: none;
		margin: 15px auto 0;
	}

	#header h1 a {
		float: none;
	}

	#header .wrap {
		text-align: center;
	}

	.weatherContainer {
		margin: 0 auto;
		display: block;
		width: 50%;
	}

	#searchContainer {
		width: 90%;

	}*/

}

@media screen and (max-width: 575px) {

	/* service icons */


/*		.serviceIcons li {
			width: 33.3%;
		}

	#bodyHome #tabContainer .tabs li.tab {
		width: 100%;
	}

	#bodyHome div.content {
		width: 100%;

	}*/

}

@media screen and (max-width: 550px) {

	/* header */

	#header {
		padding-top: 50%;
	}

	#searchContainer {
		width: auto;
		background: none;
	}

	#searchContainer #eGov_searchTerms {
		display: none;
	}

	.serviceIcons li {
		width: 50%;
	}


	/* Homepage Featured News
	****************************************************/
	#fnContainer li.newsStoryContainer {
		float: none;
		width: auto;
	}


/*	#header h1 {
		width: 75%;
	}

		#header h1 a {
			background-size: 100%;
			width: auto;
			height: auto;
			padding-top: 13%;

		}*/

	/* service icons */


/*		.serviceIcons li {
			width: 50%;

		}*/

	/* footer */


/*	.footTopBar {
		border: 0;
	}

	.footTopBar .column2, .footTopBar .column3 {
		margin-left: 0;
		width: 100%;
	}

	.footTopBar .column2 a, .footTopBar .column3 a {
		margin: 0 auto;
	}

	.footBotBar {
		padding-top: 15px;
	}

	.footBotBar .column1, .footBotBar .column2 {
		width: 100%;
		float: none;
	}

	#footerLegal {
		margin: 0;
	}

	.footTopBar .column1 p {
		text-align: right;
	}

	.footTopBar .column1 ul {
		margin-top: 15px;
	}

	.footTopBar .column1 ul li {
		display: block;
		margin: 5px 0;
		box-sizing: border-box;

	}*/

}

@media screen and (max-width: 450px) {
	#header h1 {
		width: auto;
		height: auto;
	}
	#header h1 a {
		background-size: contain;
		background-position: center center;
		width: 60%;
		height: 0;
		padding-top: 17%;
		float: none;
		margin: 0 auto;
	}
}

a[href*="view=register"] {
	font-weight: bold;
	text-transform: uppercase;
}

/* Print Styles
****************************************************/
.printOnly {
	display: none;
}


/* Clear Fix
****************************************************/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*.clearfix {display:inline-block;}*/
/* Hide from IE Mac \*/
/*.clearfix {display:block;}*/
/* End hide from IE Mac */
/** html .clearfix {height:1px;}*/



*::selection {
	background: #464646; /* Safari */
	color: #fff;
}
*::-moz-selection {
	background: #464646; /* Firefox */
	color: #fff;
}