/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/


@media screen {
	
	/* Reset some defaults
	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #333333;
		font-family: 'Lato', 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: #252594;
		text-decoration: none;

		transition: color 2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #6d6dff;
	}

	a:link:hover, 
	a:active, 
	a:visited:hover {
		color: #0000ff;
		text-decoration: none;
	}
	


	body {
		background: url('/images/misc/site-bg.jpg') center top;
		color: #000;
		font: 94.15%/1.5 'Lato', tahoma, arial, sans-serif;
		margin: 0;
		padding: 0;
	}
	
	/* Let's do this thing
	 ****************************************************************************/
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	}

	.backgroundWrap {
		background: #f1eee8 url('/images/misc/bg-photo.jpg') center top no-repeat;
		background-size: 100% auto;
		position: relative;
	}

	
	/* Header
	 ****************************************************************************/
	.header h2 {
		display: none;
	}
	
	.siteTitleContainer {
		background: rgba(0,0,0,.7);
	}
		
	.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: 61px;
		margin: 50px auto 10px auto;
		width: 300px;
		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;
		left: 0;
		right: 0;
		top: 0;
		z-index: 640;
	}

	.headerUtilities .wrap {
		padding: 8px 0;
	}
	
	.separator {
		background: rgba(255,255,255,.30);
		height: 1px;
	}


	/* Social Media
	 ****************************************************************************/
	 .socialMedia {
	 	float: left;
	 }

	 .socialMedia a {
	 	float: left;
	 	margin-right: 8px;
	 }


	/* Translate
	 ****************************************************************************/
	 .translate {
	 	float: right;
	 	margin-right: 8px;
	 }

	
	/* Search
	 ****************************************************************************/
	.searchWrapper {
		background: #1b1815;
		border: 0;
		float: right;
		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: 12px;
		height: 25px;
		padding: 0 26px 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: 15px;
		height: 25px;
		line-height: 20px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
	}

	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #333; }

	.searchSubmit:hover {
		background: #1c1c71;
		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;
	}


	/* Service Links
	 ****************************************************************************/
	 .serviceLinks {
	 	background: url('/images/misc/site-bg.jpg') center center no-repeat;
	 	background-size: cover;
	 }

	.serviceLinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.serviceLinks ul li {
		float: left;
		list-style: none;
		margin: 0 2.5% 0 0;
		padding: 0;
		padding: 12px 0;
	}

		.serviceLinks ul li:last-of-type {
			margin-right: 0;
		}

	.serviceLinks ul li a {
		color: #ded3be;
		text-decoration: none;
		overflow: hidden;
		font-size: 15px;
		text-transform: uppercase;
	}

	.serviceLinks ul li span {
		color: #ded3be;
		float: left;
		margin-right: 8px;
		font-size: 1.6em;
		position: relative;
		top: -2px;
	}

	.serviceLinks ul li a:hover {
		color: #fff;
		text-decoration: none;
	}


	/* Home Columns
	 ****************************************************************************/
	.homeColumns {
		background: #fff;
		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) {
		background-color: #e3dfd7;
		width: 33.4%;
	}
	
	.homeColumnsInner > div:nth-of-type(odd) .columnPad {
		padding: 0 15px;
	}

	.homeColumnsInner > div:nth-of-type(odd) .columnPad > a {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.homeColumnsInner > div:nth-of-type(even) {
		padding: 30px 40px 40px;
	}
	
	.homeColumnsInner > div:nth-of-type(even) .cwHeader {
		margin: 0 0 12px 0;
	}



	/* Breaking News
	 ****************************************************************************/
	.breakingNewsContainer {
		background: #e40000;
		padding: 15px;
	}

	.breakingNews {
		position: relative;
	} 
	
	.breakingNews .col1 .cwHeader {
		background: none;
		color: #fff;
		font-size: 2.3em;
		margin-top: 0;
		text-transform: uppercase;
	}
	
	.breakingNews .col1 .cwHeader span {
		display: block;
	}
	

	.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 Page News
	 ****************************************************************************/		
	.newsHeader:before {
		font-family: 'FontAwesome';
		content: '\f1ea';
		margin-right: 8px;
	}
	
	.cwNewsDate ul.cwList div.bigDate {
		background: #252594;
		display: table-cell;
		font-family: 'Lato', 'tahoma', sans-serif;
		padding: 8px 12px;
		text-align: center;
		vertical-align: top;
	}
	
	.cwNewsDate ul.cwList div.bigDate .month {
		color: #fff;
		font-size: .8em;
		line-height: 1;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
	} 
	
	.cwNewsDate ul.cwList div.bigDate .day {
		color: #fff;
		font-size: 1.6em;
		line-height: 1;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	

	.cwNewsDate ul.cwList li {
		margin-bottom: 5px;
	}

	.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;
	}
	
	
	
	/* Home Page Events
	 ****************************************************************************/
	.eventsHeader:before {
		font-family: 'FontAwesome';
		content: '\f133';
		margin-right: 8px;
	}

	.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: 25%;
		position: relative;
		
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	
	/* columns */
	.secondaryColumns {
		background: #ffffff;
		display: table;
		
		background: -moz-linear-gradient(top,  #ffffff 0%, #f1eee9 100%);
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f1eee9 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f1eee9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1eee9',GradientType=0 );
	}
	
	.secondaryColumns.eGovContentColumns {
		display: block;
	}

	.secondaryColumnsInner {
		display: table-row;
	}

	.secondaryColumns.eGovContentColumns .secondaryColumnsInner {
		display: block;
	}	

	.secondaryColumns .col1 {
		background: #e3dfd7;
		display: table-cell;
	}

	.secondaryColumns .col1 .cwContainer {
		padding: 15px 30px 0 30px;
		min-width: 270px;

		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.secondaryColumns .col1 .cwContainer:after {
		content: ' ';
		height: 15px;
		background: url('/images/misc/shadow.png') center bottom no-repeat;
		background-size: 100% auto;
		display: block;
	}

	.secondaryColumns .col1 .cwContainer:last-of-type:after {
		display: none;
	}

	.secondaryColumns .col2 {
		display: table-cell;
		padding: 30px;
		width: 100%;
	}

		.secondaryColumns .col1 .cwHeader {
			font-size: 1.1em;
			margin-top: 0;
			/*padding: 12px 0 5px 10px;*/
			text-align: left;
		}
	
	.secondaryColumns.eGovContentColumns .col2 {
		display: block;
		width: auto;
	}


	/* Tabs
 	 ****************************************************************************/
	#tabContainer {
		background: #fff;
		display: table;
		margin-top: 15px;
		width: 100%;
	}

	.tabContainerInner {
		display: table-row;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		background: #0f0f3c;
		display: table-cell;
		list-style-type: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		vertical-align: top;
	}

	li.tab {
		background: #0f0f3c;
		border-bottom: 1px solid #252594;
		color: #fff;
		cursor: pointer;
		font-size: 1.1em;
		list-style-type: none;
		padding: 10px 15px;
		size: border-box;
		width: 10em;
		
		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:last-of-type { 
			border-bottom: none;
		}

	li.tab:hover {
		background: #2e2e74;
		color: #fff;
		
		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 span:before {
		color: #fff;
		
		transition: color .2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}


	#tabsContent {
		display: table-cell;
		position: relative;
		vertical-align: top;
		z-index: 10;
		padding: 15px;
		width: 100%;
	}

	li.tab.active {
		color: #fff;
		background: #252594;
		cursor: default;
	}

	li.tab.active span:before {
		color: #fff;
	}

	div.content {
		padding: 0 15px 15px 15px;
		margin: 0;
		position: relative;
		z-index: 10;
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		color: #333;
		display: none;
		font-size: 1.2em;
		font-weight: normal;
		padding-left: 0;
	}
	
	
	.tab span:before {
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 1.3em;
		margin-right: 8px;
	}
	
	.tabEvents span:before {
		content: '\f133';
	}
	
	.tabServices span:before {
		content: '\f013';
	}

	.tabJobs span:before {
		content: '\f0b1';
	}

	.tabLinks span:before {
		content: '\f0c1';
	}
	
	.tabNews span:before {
		content: '\f1ea';
	}
	
	.tabAgendas span:before {
		content: '\f0f6';
	}
	
	



	/* Footer
 	 ****************************************************************************/
	.footer {
		background: url('/images/misc/shadow.png') top center no-repeat;
		background-size: contain;
		color: #fff;
		font-size: .8em;
		padding-top: 40px;
		position: relative;
	}	
	
	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.footer .footerColumn:nth-of-type(odd) {
 		float: left;
 		width: 22em;
 	}
 	
 	.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;
	}
	
	#countySeal {
    	float: left;
    	margin-right: 8px;
    	position: relative;
	}

	.footerColumn:nth-of-type(2) ul, .footerColumn:nth-of-type(2) ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.footerColumn:nth-of-type(2) ul li {
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
		display: inline;
		border-right: 1px solid #fff;
	}
	
	.footerColumn:nth-of-type(2) ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.footer .telephone:before, .footer .staff:before, .footer .hours:before {
		color: #fff;
	}	
	
	
	
	/* Content Windows
	 ****************************************************************************/
	.cwContainer {
	}
	
	.cwContainerInner {
	}

	.cwHeader  {
		letter-spacing: .1em;
		font-size: 1.8em;
		color: #333;
	}

	.subtext {
		color: #7d8a97;
		font-size: .85em;
	}

	.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: #252594;
		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";
	}
	

	
	
	/* 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: 0;
	}

	#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: 2px 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: #252594 !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;
		height: 25px;
		margin: 25px auto 0 auto;

		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/misc/shadow.png',
		sizingMethod='scale');
	}

}




/********************************************************************************
 * Reposition Header Elements
 ********************************************************************************/
@media screen and (max-width: 1099px) {
	.wrap {
		padding: 0 10px;
	 }

	.slideshowLinksContainer .wrap  {
		padding: 0;
	}

	/* Header
	 ****************************************************************************/
	.siteTitle a {
		margin: 60px auto 12px auto;
	}
	
	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		background: none;
		left: auto;
		right: 0;
		top: 52px;
		width: 227px;
	}

	.headerUtilities .separator {
		display: none;
	}

	/* Social Media
	****************************************************************************/
	.socialMedia {
		position: absolute;
		top: 46px;
	}

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		float: none;
		margin: 0 8px 8px 8px;
	}

	.searchInput {
		font-size: 15px;
		height: 30px;
		padding: 0 26px 0 10px;
	}

	.searchSubmit {
		font-size: 15px;
		height: 30px;
		line-height: 1;
		width: 20px;
	}

	/* Service Links
	 ****************************************************************************/
	.serviceLinks ul li {
		float: left;
		width: 30.8%;
		font-size: 1.1em;
	}

	.serviceLinks ul li a {
		overflow: hidden;
	}

}



/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 950px) {
	.backgroundWrap {
		background-size: auto 700px;
	}
	

	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(odd) {
		float: none;
		margin: 0 auto 15px auto;
	}

	.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:nth-of-type(2) ul li {
		text-align: center;
	}
	
}



/********************************************************************************
 * small tablet landscape (800x600)
 ********************************************************************************/
@media screen and (max-width: 800px) {
	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		background: rgba(0,0,0,.70);
		left: auto;
		margin: 0 auto;
		position: relative;
		right: auto;
		top: auto;
		z-index: auto;
		width: auto;
	}


	/* Social Media
	****************************************************************************/
	.socialMedia {
		top: 46px;
		left: 8px;
	}

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		float: none;
		margin: 0 8px 8px 8px;
		width: auto;
	}

	/* 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 {
		display: block;
	}

	.secondaryColumnsInner {
		display: block;
	}

	.secondaryColumns .col1, .secondaryColumns .col2 {
		display: block;
		width: auto;
		padding: 10px
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	
	.secondaryColumns .col1 .cwContainer {
		padding: 15px 0 0 0;
	}

}


/********************************************************************************
 * 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: 20.6%;
		width: 100%;
	}
	

	/* Service Links
	 ****************************************************************************/
	.serviceLinks ul li {
		float: none;
		width: auto;
	}

		.serviceLinks ul li:last-of-type {
			margin-bottom: 6px;
		}


	.serviceLinks ul li a {
		padding: 6px 0;
	}

	/* Tabs
 	 ****************************************************************************/
	#tabContainer, .tabContainerInner {
		display: block;
		width: auto;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		display: block;
	}

	li.tab {
		width: auto;
	}

	#tabsContent {
		display: block;
	}

	div.content {
		padding: 0 15px 15px 15px;
		margin: 0;
		position: relative;
		z-index: 10;
	}

	div.content .cwHeader {
		display: block;
	}

	.splitTab {
		float: none;
		width: auto;
	}


	/* 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;
	}
	

		
}

/* 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;
}
