/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/


@media screen {
	
	/* Reset some defaults
	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #364a5f;
		font-family: 'Crimson Text', times, serif;
		font-weight: 700;
		margin: .5em 0;
		text-transform: uppercase;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2.0em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.0em;
	}

	img {
		max-width: 100%;
		height: auto !important; 
		-ms-interpolation-mode: bicubic;
		border: 0;
	}


	/* Site-wide Links
	 ****************************************************************************/
	a:link {
		color: #4e9fbe;
		text-decoration: none;

		transition: color 2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #36687b;
	}

	a:link:hover, 
	a:active, 
	a:visited:hover {
		color: #7cc4b6;
		text-decoration: none;
	}
	


	body {
		background: #2f677a;
		color: #000;
		font: 94%/1.5 'Open Sans', tahoma, arial, sans-serif;
		margin: 0;
		padding: 0;
	}
	
	/* Let's do this thing
	 ****************************************************************************/
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	}

	
	/* Header
	 ****************************************************************************/
	.header {
	}
	
	.header h2 {
		display: none;
	}
	
	div.siteTitleContainer {
		background: #fff;
	}
		
	.siteTitle {
		padding-top: 1px;
		margin: -1px 0 0 0;
	}

	.siteTitle a {
		background: url('/images/header/site-title.png') center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;;
		float: left;
		height: 124px;
		margin: 50px auto 20px auto;
		width: 378px;
		text-indent: -3500px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/header/site-title.png',
		sizingMethod='scale');	
	}
	
	
	.skipLink {
		left: -3500px;
		position: absolute;
	}
	
	.textLinks {
		float: right;
		font-size: 1.2em;
		line-height: 30px;
		margin-right: 12px;
	}
	
	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		position: absolute;
		background: #595147;
		left: 0;
		right: 0;
		top: 0;
		z-index: 640;
	}
	
	
	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		color: #fff;
		float: left;
		font-family: 'Open Sans', tahoma, arial, sans-serif;
		margin-top: 5px;
		font-size: 1.1em;
	}
	
	.weatherContainer .weatherIcon {
		font-size: 1.2em;
		position: relative;
		top: 3px;
	}
	
	.weatherContainer .temperature {
		border-right: 1px solid #fff;
		margin-right: 3px;
		padding-right: 7px;
	}
	
	.weatherContainer a:link, 
	.weatherContainer a:link:hover, 
	.weatherContainer a:visited, 
	.weatherContainer a:visited:hover {
		color: #fff;
	} 
	

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		background: #1b1815;
		border: 0;
		float: left;
		height: auto;
		margin-right: 8px;
		overflow: hidden;
		right: 20px;
		top: 10px;
		width: 200px;
		width: auto;
	}

	.searchForm {
		overflow: hidden;
		position: relative;
	}
	
		.searchForm label {
			height: 0;
			left: -35000px;
			position: absolute;
			width: 0;
		}

	.searchInputWrapper {
		overflow: hidden;
		padding: 0 26px 0 0;
	}

	.searchInput {
		background-color: #1b1815;
		border-color: #666;
		border-radius: 0;
		border: 0;
		color: #fff;
		font-size: 15px;
		height: 35px;
		padding: 0 36px 0 10px;
		text-transform: uppercase;
		width: 100%;
		
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.searchSubmit {
		background: #1b1815;
		border: none;
		color: #fff;
		display: block;
		font-family: 'FontAwesome';
		font-size: 18px;
		height: 35px;
		line-height: 25px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
	}

	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #333; }

	.searchSubmit:hover {
		background: #1b5970;
		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;
	}



	/* Slideshow and Link content
	 ****************************************************************************/
	.slideshowLinksContainer {
		background: url('/images/misc/texture-bg.jpg') center top;
	}
	.slideshowLinksContainer > div {
		position: relative;
	}

	/* Links and contact
	 ****************************************************************************/
	 .linksContact {
	 	background: rgba(0,0,0,.7);
	 	position: absolute;
	 	top: 0;
	 	right: 0;
	 	width: 316px;
	 	z-index: 15;
	 	height: 510px;
	 }

	 .linksContact > ul {
		list-style: none;
		margin: 0;
		padding: 26px 27px 27px;
	 }

	.linksContact > ul li {
		list-style: none;
		margin: 0 0 12px 0;
		padding: 0;
	 }

	 .linksContact > ul li:last-of-type {
		margin: 0 0 0 0;
	 }

	.linksContact > ul li a {
		color: #fff;
		display: block;
		font-size: 1.45em;
		font-weight: 300;
	 }
	
		.linksContact > ul li a:hover {
			color: #f29b2e;
		 }

	.linksContact > ul li a:after {
		float: right;
		font-family: 'FontAwesome';
		font-size: 1.4em;
		line-height: 1em;
		width: 1em;
		text-align: center;
	}

	.svcAgendas:after {
		content: '\f03a';
	}

	.svcMunicipal:after {
		content: '\f0f6';
	}

	.svcReport:after {
		content: '\f0a1';
	}

	.svcShelter:after {
		content: '\f1bb';
	}

	.svcPayment:after {
		content: '\f09d';
	}

	.svcPet:after {
		content: '\f1b0';
	}

	.svcSocial:after {
		content: '\f09a';
	}

	.svcTour:after {
		content: '\f04b';
	}


	/* Home Contact
	 ****************************************************************************/
	.bodyHome .cwContact {
	 	background: #3b95b7;
	 	padding: 20px;
	 	font-size: .9em;
	 	color: #fff;

	}

	.bodyHome .cwContact .cwHeader {
		margin-top: 0;
		margin-bottom: 0;
		color: #000;
	}

	.bodyHome .cwContact .cwContactAddresses {
		margin-bottom: 6px;
	}

	.bodyHome .cwContact .cwList {
		font-size: .7em;
	}

	.bodyHome .cwContact .cwContactList li a:link {
		color: #fff;
	}

	.bodyHome .cwContact .cwContactList li a:link:hover {
		color: #163251;
	}

	.bodyHome .cwContactList li {
		float: left;
		width: 9.6em;
	}
	
	.bodyHome .cwContactList li:nth-of-type(odd) {
		margin-right: 10px;
	}

	.bodyHome .cwContactList li:before {
		color: #fff;
	}
	
	/* Breaking News
	 ****************************************************************************/
	.breakingNewsContainer {
		background: #113045;
	}

	.breakingNews {
		min-height: 85px;
		position: relative;
	} 
	
	
	.breakingNews .col1 {
		width: 15.8em;
		left: 0;
		position: absolute; 
		top: 0; 
	}
	
	.breakingNews .col1 .cwHeader {
		background: none;
		color: #fff;
		font-size: 1.5em;
		margin-top: 15px;
		padding: 10px 12px;
		text-transform: uppercase;
	}
	
	.breakingNews .col1 .cwHeader span {
		display: block;
	}
	
	.breakingNewsContainer .col2 { 
		margin-left: 16em; 
		padding: 15px 20px;
		color: #fff;
	}
	
	.breakingNews .col2 .cwBreakingNewsList a { 
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		text-decoration: underline;
	}

	.breakingNews .col2 a.moreLink { 
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews .col2 a:hover { 
		color: #fff;
		text-decoration: none;
	}
	
	
	
	

	/* Home Columns
	 ****************************************************************************/
	.mainContent {
		background: #fff;
		padding-bottom: 30px;
	}


	.homeColumns {
		display: table;
	}

	.homeColumnsInner {
		display: table-row;
	}
	
	.homeColumnsInner > div {
		display: table-cell;
		vertical-align: top;
	}
	
	.homeColumnsInner > div .cwContainerInner {
		background: none;
		padding: 0;
	}
		
	.homeColumnsInner > div:nth-of-type(odd) {
		padding-right: 40px;
		width: 50%;
	}
	
	.homeColumnsInner > div:nth-of-type(even) {
		width: 50%;
	}
	


	/* Home Page News
	 ****************************************************************************/		
	.cwNewsDate ul.cwList div.bigDate {
		display: table-cell;
		font-family: 'Open Sans', 'tahoma', sans-serif;
		padding-right: 8px;
		text-align: center;
		vertical-align: top;
		position: relative;
		top: -1ex;
	}
	
	.cwNewsDate ul.cwList div.bigDate .month {
		color: #333333;
		font-size: .9em;
		margin-top: 8px;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
	} 
	
	.cwNewsDate ul.cwList div.bigDate .day {
		color: #333333;
		font-size: 2.1em;
		font-weight: 900;
		line-height: .55em;
		margin-bottom: 8px;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		top: .2ex;
	}
	
	.cwNewsDate ul.cwList li .titleLink {
		display: table-cell;
		padding: 0 0 15px 8px;
		vertical-align: middle;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.cwNewsDate ul.cwList li .titleLink:last-of-type {
		padding: 0 0 0 8px;
		vertical-align: middle;
	}
	
	
	
	/* Homepage Events Columns
	 ****************************************************************************/
	.cwEventsHome .col1 {
		float: left;
		width: 49%;
	}
	
	.cwEventsHome .col2 {
		float: right;
		width: 49%;
	}
	
	.cwEventsHome .col2 .moreContainer {
		text-align: right;
	}
	
	
	.cwEventsHome ul.cwList {
		border-collapse: collapse;
		border-spacing: 0;
		display: table;
		width: 100%;
	}
	
		.cwEventsHome ul.cwList li {
			/*display: table-row;*/
		}
	

	/* Secondary Structure
	 ****************************************************************************/
	.secondaryHeaderBackground {
		background: url('/images/misc/texture-bg.jpg') center top;
	}

	.secondaryHeaderContainer {
		max-width: 1100px;
		margin: 0 auto;
	}

	.secondaryHeader {
		background: url('/images/secondary/secondary-header.jpg') center top no-repeat;
		background-size: contain;
		height: 0;
		padding-top: 32.3%;
		position: relative;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.secondaryHeader .shadow {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}

	/* columns */
	.secondaryColumns {
		margin-right: 320px;
	}
	
	.secondaryColumns .column1 {
		float: left;
		overflow: hidden;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .column2 {
		float: right;
		margin-right: -320px;
		position: relative;
		width: 260px;
		background: #404040;
		color: #fff;
	}

		.secondaryColumns .column2 .cwHeader {
			background: #4e9fbe;
			color: #fff;
			font-size: 1.35em;
			margin-top: 0;
			padding: 12px 0 5px 10px;
			text-align: left;
		}
	


	/* Tabs
	 ****************************************************************************/
	#tabContainer {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		background: #113045;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 1px;
		z-index: 11;
	}

	li.tab {
		background: #113045;
		border-right: 1px solid #fff;
		color: #fff;
		cursor: pointer;
		float: left;
		font-family: 'Crimson Text';
		font-size: 1.2em;
		list-style-type: none;
		padding: 6px 15px;
		size: border-box;
		text-align: center;
		text-transform: uppercase;
		
		
		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

	li.tab:hover {
		background: #69bdac;
		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;
	}

	li.tab:hover span:before {
		color: #fff;
		
		transition: color .2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}


	#tabsContent {
		background: #f4f4f4;
		border: 1px solid #113045;
		border-top: none;
		position: relative;
		z-index: 10;
	}

	li.tab.active {
		background: #4e9fbe;
		color: #fff;
		cursor: default;
	}

	li.tab.active span:before {
		color: #333;
	}

	div.content {
		margin: 0;
		padding: 15px;
		position: relative;
		z-index: 10;
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		color: #443c19;
		display: none;
		font-weight: normal;
		padding-left: 0;
		text-align: left;
	}
	
	



	/* Footer
	 ****************************************************************************/
	.footer {
		background: #2f677a;
		color: #fff;
		font-size: .8em;
	}	

	.footer > .wrap {
		background: url('/images/misc/shadow.png') center top no-repeat;
		background-size: contain;
		padding: 30px 0;
	}

	
	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.footer .footerColumn:nth-of-type(odd) {
		float: left;
		min-width: 33em;
	}
	
	.footer .footerColumn:nth-of-type(even) {
		float: right;
		text-align: right;
	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
		float: right;
		margin-top: 3px;
	}
	
	#egovLogo {
		float: right;
		height: 31px;
		margin-left: 8px;
		width: 70px;
	}

	.footerColumn ul, .footerColumn ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.footerColumn ul li {
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
		display: inline;
		border-right: 1px solid #fff;
	}
	
	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	
	
	
	
	/* Content Windows
	 ****************************************************************************/
	.cwContainer {
	}
	
	.cwContainerInner {
	}

	.cwHeader  {
		letter-spacing: .1em;
		font-size: 1.8em;
		color: #333;
	}

	.subtext {
		color: #7d8a97;
		font-size: .9em;
	}

	.secondaryColumns .column2 .cwContainerInner {
		padding: 0 15px 15px 15px;
	}

	.cwContainer .cwLink {
		font-weight: bold;
		text-transform: uppercase;
	}

	.cwList {
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 0;
	}

	.cwNewList li, .cwList li {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.secondaryColumns .column2 .cwList li,
	.secondaryColumns .column2 .cwNavList li {
		padding: 0 0 5px 0;
		margin: 0 ;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(odd) {
		float: left;
		width: 48%;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(even) {
		float: right;
		width: 48%;
	}
	
	.descContainer {
		margin-bottom: 20px;
	}
	
	/* Contact Content Window
	 ****************************************************************************/
	.cwContactHead .headPhoto {
		float: left;
		margin-right: 10px;
	}

	.cwContactHead .headPhoto img {
		max-width: 75px;
	}

	.cwContactHead .nameTitle {

	}

	.cwContactList {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.cwContactList li {
		margin: 0 0 6px 0;
		padding: 0;
	}

	.cwContactList li:before {
		color: #4e9fbe;
		float: left;
		font-family: 'FontAwesome';
		font-size: 1.4em;
		height: 16px;
		margin: 0 10px 0 0;
		position: relative;
		text-align: center;
		text-decoration: none;
		top: -3px;
		width: 16px;
	}

	.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";
	}
	
	
	/*a:link {
		color: #1172d3; 
		text-decoration: none;
	}
	a:visited {
		color: #8e4f8d; 
		text-decoration: none;
	}
	a:active {
		color: #d14444; 
		text-decoration: none;
	}
	a:hover {
		color: #3fc56b; 
		text-decoration: none;
	}*/
	
	
	/* More Links
	 ****************************************************************************/
	a.feedLink {
		color: #fff;
		display: inline-block;
		font-family: 'FontAwesome';
		height: 1.5em;
		line-height: 1.5em;
		position: relative;
		text-align: center;
		top: -1px;
		width: 1.5em;
	}
	
	a.feedLink:hover {
		background-color: #721010;
		color: #fff;
	}

	.moreContainer {
		text-align: left;
	}

	a.moreLink {
		color: #4e9fbe;
		font-size: .8em;
		padding: 2px 4px;
		display: inline-block;
		text-transform: uppercase;
	}
	
	
	.breakingNews .feedLink {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews a.moreLink {
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews a.moreLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #000;
		font-size: .8em;
		margin-top: 8px;
	}

	#breadcrumbsInner a {
		text-decoration: none;
	}

	#breadcrumbsInner a:visited {
		/*color: #721010;*/
	}

	#breadcrumbsInner a:hover {
		text-decoration: none;
	}

	.breadStart {
		font-weight: bolder;
		margin-right: 8px;
	}

	.breadArrow {
		position: relative;
		margin: 0 8px;
	}
		
	.mainContent > .wrap { /* fix for margin on breadcrumbparent in egov applications */
		padding-top: 1px;
    	margin-top: -1px;
	}

		
	/* Content Window Headers and Special Headers
	 ****************************************************************************/
	.sectionTitle {
		color: #333;
		font-size: 2.4em;
		margin: 0;
	}
	
		.sectoinTitle span {
			margin: 0;
		}

	
	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		border: 1px solid #d6d6d6;
		display: table;
		margin-bottom: 15px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		
	.cwSectionItem {
		display: table-row;
	}
	
	.cwSectionItem:nth-of-type(even) {
		background: #f2f2f2;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #fff;
	}

	.cwSectionItem:hover, .cwSectionItem:nth-of-type(odd):hover {
		background: #ffffc9;
	}
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		border-bottom: 1px solid #d3cdc4;
		display: table-cell;
		padding: 5px;
	}
	
	.cwSectionItem:last-of-type .cwSectionLink, 
	.cwSectionItem:last-of-type .cwSectionPhone, 
	.cwSectionItem:last-of-type .cwSectionEmail,
	.cwSectionItem:last-of-type .cwSectionContentLink {
		border-bottom: none;
	}
	
	.cwSectionLink {
		text-align: left;
		width: 100%;
	}
	
	.cwSectionPhone, .cwSectionContentLink {
		white-space: nowrap;
	}
	
	.cwSectionPhone, .cwSectionEmail {
		text-align: right;
	}
	
	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
	}

		
	
	/* Content Window Navigation Lists
	 ****************************************************************************/
	ul.cwNavList {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	ul.cwNavList li {
		padding: 5px 0 5px 0;
	}
	
	ul.cwNavList li:last-of-type {
		border-bottom: none;
	}
	
	/* nav menus */
	.cwNavContainerMenu {
		display: none;
		margin-bottom: 20px;
	}
	
	.cwNavContainerMenu select {
		width: 100%;
	}

	
	/* Special Classes
	 ****************************************************************************/
	.pdfIcon {
		font-family: 'FontAwesome';
		margin-left: .3em;
	}

	/* link list */
	.linkSearchContainer {
		position: relative;
	}

	.linkSearchContainer:after {
		font-family: "FontAwesome";
		content: "\f002";
		color: #d6d6d6;
		font-size: 1.7em;
		position: absolute;
		right: 8px;
		top: -2;
		z-index: 5;
	}

	#linkList .search {
		border: 1px solid #d6d6d6;
		color: #686868;
		font-size: 1.3em;
		margin-bottom: 15px;
		padding: 5px 10px;
		width: 100%;
		position: relative;
		z-index: 4;

		box-sizing: border-box;
	}

	#linkList .search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #686868;
		opacity: 1;
	}

	#linkList .search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #686868;
		opacity: 1;
	}

	#linkList .search::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #686868;
		opacity: 1;
	}

	#linkList .search:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #686868;
	}

	

	#linkList .list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#linkList .list .linkGroup {
		background: #19586f !important;
		color: #fff;
		font-weight: bold;
	}

	#linkList .list li {
		padding: 5px 10px;
		border: 1px solid #ccc;
		border-bottom: 0;
		font-size: 1.1em;
	}

	#linkList .list li:nth-of-type(odd):hover,
	#linkList .list li:nth-of-type(even):hover {
		background: #ffffc9;
	}

	#linkList .list li a {
		display: block;
	}

	#linkList .list li a:after {
		color: #999999;
		content: "\f138";
		float: right;
		font-family: "FontAwesome";
		font-size: 1.1em;
	}

	#linkList .list li:nth-of-type(even) {
		background: #f2f2f2;
	}

	#linkList .list li:nth-of-type(odd) {
		background: #fff;
	}


	#linkList .list li:last-of-type {
		border: 1px solid #d6d6d6;
	}

	
	/* Special table classes like it's 2001
	 ****************************************************************************/
	.t {
		display: table;
	}

	.tr {
		display: table-row;
	}

	.td {
		display: table-cell;
	}

	.shadow {
		background: url('/images/misc/shadow.png') top center no-repeat;
		background-size: contain;
		max-width: 1100px;
		padding-top:  4%;
		margin: 0 auto;

		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/misc/shadow.png',
		sizingMethod='scale');
	}

	.bodyHome .shadow {
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}


}




/********************************************************************************
 * Reposition Header Elements
 ********************************************************************************/
@media screen and (max-width: 1099px) {
	.wrap {
		padding: 0 10px;
	 }

	.slideshowLinksContainer .wrap  {
		padding: 0;
	}

	/* Header
	 ****************************************************************************/
	.siteTitle {
		margin-bottom: 10px;
	}
	
	.siteTitle a {
		margin: 60px auto 10px auto;
	}
	
	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		background: none;
		left: auto;
		right: 0;
		top: 85px;
	}

	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		color: #19586f;
		float: right;
		font-size: 1.3em;
	}

	.weatherContainer .temperature {
		border-right: 1px solid #19586f;
		margin-right: 3px;
		padding-right: 7px;
	}

	.weatherContainer a:link, 
	.weatherContainer a:link:hover, 
	.weatherContainer a:visited, 
	.weatherContainer a:visited:hover {
		color: #19586f;
	} 

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		float: right;
		margin-right: 0px;
	}

}



/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 950px) {
	
	/* Tabs
	 ****************************************************************************/
	.tabReturn {
		display: block;
	}
	

	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(odd), .footer .footerColumn:nth-of-type(even) {
		float: none;
		text-align: center;
	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
		float: none;
	}
	
	#egovLogo {
		float: none;
		display: block;
		margin: 15px auto 0 auto;
	}
	
	.footerColumn ul li {
		text-align: center;
	}
	
}



/********************************************************************************
 * small tablet landscape (800x600)
 ********************************************************************************/
@media screen and (max-width: 800px) {
	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		background: #595147;
		left: auto;
		margin: 0 auto;
		position: static;
		right: auto;
		top: auto;
		z-index: auto;
	}

	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		color: #fff;
		float: right;
		font-size: 1.1em;
	}

	.weatherContainer .temperature {
		border-right: 1px solid #fff;
		margin-right: 3px;
		padding-right: 7px;
	}

	.weatherContainer a:link, 
	.weatherContainer a:link:hover, 
	.weatherContainer a:visited, 
	.weatherContainer a:visited:hover {
		color: #fff;
	} 

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		float: left;
		margin-right: 0px;
	}

	/* Home Columns
	 ****************************************************************************/
	.homeColumns {
		display: block;
		padding: 0;
		width: auto;
	}

	.homeColumnsInner {
		display: block;
	}
	
	.homeColumnsInner > div,
	.homeColumnsInner > div:nth-of-type(odd),
	.homeColumnsInner > div:nth-of-type(even) {
		display: block;
		margin-bottom: 20px;
		padding: 10px;
		width: auto;
	}
	
	
	
	
	/* Secondary Structure
	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
		padding: 0 10px;
	}

	.secondaryColumns .column1 {
		float: none;
		margin: 0;
		width: auto;
	}

	.secondaryColumns .column2 {
		float: none;
		width: auto;
		margin: 0;
		top: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	
	
	
	/* Tabs
	 ****************************************************************************/
	.tabReturn {
		display: none;
	}
	
	li.tab {
		float: none;
		margin-right: 0;
		padding-left: 10px;
		border: 0;
	}

	.splitTab {
		float: none;
		width: auto;
	}

	.content {
		
	}

	.content .splitTab:first-of-type {
		margin-bottom: 15px;
	}
	
	.tab {
		font-size: 1.8em;
	}
	
	div.content .cwHeader  {
		display: block;
	}
	
	
}


/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/
@media screen and (max-width: 600px) {
	
	/* Homepage Events Columns
	 ****************************************************************************/
	.cwEventsHome .col1, .cwEventsHome .col2 {
		float: none;
		width: auto;
	}
	

	
	/* Secondary Structure content window columns
	 ****************************************************************************/
	.cwColumns .cwColumnHalf:nth-of-type(odd), .cwColumns .cwColumnHalf:nth-of-type(even) {
		float: none;
		width: auto;
	}
	
	
}

/********************************************************************************
 * mobile landscape (480x320)
 ********************************************************************************/
@media screen and (max-width: 480px) {
	/* Header
	 ****************************************************************************/
	.siteTitle {
		height: auto;
		width: auto;
	}
	
	.siteTitle a {
		background-size: contain;
		height: 0;
		padding-top: 32.8%;
		width: 100%;
	}
	

	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		float: none;
		text-align: center;
		margin-bottom: 3px;
	}


	/* Search
	 ****************************************************************************/
	.searchWrapper {
		float: none;
		margin-right: 0px;
		width: 100%;
	}

	/* Links and contact
	 ****************************************************************************/
	 .linksContact {
	 	right: 0;
	 	width: auto;
	 	z-index: 15;
	 }
	

	/* Breaking News
	 ****************************************************************************/	
	.breakingNewsContainer {
		padding: 10px;
	}
	
	.breakingNews {
		padding: 0;
	}
	
	.breakingNews .col1 {
		position: static;
		width: auto;
	}
	
	.breakingNews .col1 .cwHeader {
		margin: 0;
		padding: 0;
	}
	
	
	.breakingNews .col2 {
		margin-left: 0;	
		background: none;
		padding: 0;
	}
	
	/* Links and contact
	 ****************************************************************************/
	 .linksContact {
	 	width: 100%;
	 }

	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		display: block;
		border: none;
	}
		
	.cwSectionItem {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f9f9f9;
	}
	
	.cwSectionLink > a {
		font-size: 1.3em;
	} 
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		border: none;
		display: block;
		padding: 0;
		text-align: left;
	}
	
	.cwSectionPhone {
		white-space: nowrap;
		padding: 5px 0;
	}
	
	.cwSectionPhone, .cwSectionEmail {
		text-align: left;
	}
	
	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
		font-size: 1.6em;
	}
	

	/* Bottom Tag Line
	 ****************************************************************************/
	.bottomTag.wrap {
		padding: 40px 40px;
		text-align: center;
	}

	.bodyHome .bottomTag .cwHeader {
		display: block;
		font-weight: 900;
		text-align: center;
		margin: 0 0 15px 0;
	}



	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(odd) {
		float: none;
		min-width: 100%;
		text-align: center;
		
	}
	
	.footer .footerColumn:nth-of-type(even) {
		float: none;
		text-align: center;
	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
		float: none;
		margin-top: 3px;
		text-align: center;
	}
	
	#egovLogo {
		display: block;
		float: none;
		height: 31px;
		margin-left: 0px;
		margin: 0 auto;
		width: 70px;
	}
	
	#countySeal {
		display: block;
		float: none;
		margin-right: 0px;
		margin: 0 auto;
		position: relative;
		top: -20px;
	}

	.footerColumn ul, .footerColumn ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.footerColumn ul li {
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
		display: inline;
		border-right: 1px solid #364a5f;
	}
	
	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
		
}

/* Clear Fix
 ********************************************************************************/
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
* html .clearfix {
	height: 1px;
}

.printOnly {
	display: none;
}
