/********************************************************************************
* Default Screen Styles
********************************************************************************/

/* Main Font */

@font-face {
    font-family: 'open-sans';
    src: url('/include/fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('/include/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/include/fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/include/fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*fix for poor font rendering in chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'open-sans';
		src: url('/include/fonts/open-sans/OpenSans-Regular-webfont.svg') format('svg');
	}
}

@font-face {
    font-family: 'open-sans';
    src: url('/include/fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('/include/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
         url('/include/fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/include/fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*fix for poor font rendering in chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'open-sans';
		src: url('/include/fonts/open-sans/OpenSans-Bold-webfont.svg') format('svg');
		font-weight: bold;
		font-style: normal;
	}
}

@font-face {
    font-family: 'open-sans';
    src: url('/include/fonts/open-sans/OpenSans-BoldItalic-webfont.eot');
    src: url('/include/fonts/open-sans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/open-sans/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('/include/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('/include/fonts/open-sans/OpenSans-BoldItalic-webfont.svg#OpenSans-BoldItalic-webfont') format('svg');
    font-weight: bold;
	font-style: italic;
}

/*fix for poor font rendering in chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'open-sans';
		src: url('/include/fonts/open-sans/OpenSans-BoldItalic-webfont.svg') format('svg');
		font-weight: bold;
		font-style: italic;
	}
}

@font-face {
    font-family: 'open-sans';
    src: url('/include/fonts/open-sans/OpenSans-Italic-webfont.eot');
    src: url('/include/fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
         url('/include/fonts/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/include/fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSans-Italic-webfont') format('svg');
    font-weight: normal;
	font-style: italic;
}

/*fix for poor font rendering in chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'open-sans';
		src: url('/include/fonts/open-sans/OpenSans-Italic-webfont.svg') format('svg');
		font-weight: normal;
		font-style: italic;
	}
}

@font-face {
    font-family: 'droid-sans';
    src: url('/include/fonts/droid-sans/DroidSans.eot');
    src: url('/include/fonts/droid-sans/DroidSans.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/droid-sans/DroidSans.woff') format('woff'),
         url('/include/fonts/droid-sans/DroidSans.ttf') format('truetype'),
         url('/include/fonts/droid-sans/DroidSans.svg#DroidSans') format('svg');
    font-weight: normal;
	font-style: normal;
}

/*fix for poor font rendering in chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'droid-sans';
		src: url('/include/fonts/droid-sans/DroidSans.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
}

@font-face {
    font-family: 'droid-serif';
    src: url('/include/fonts/droid-serif/droidserif-regular.woff2') format('woff2'),
         url('/include/fonts/droid-serif/droidserif-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-awesome';
    src: url('/include/fonts/font-awesome/fontawesome-webfont.eot');
    src: url('/include/fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/font-awesome/fontawesome-webfont.woff') format('woff'),
         url('/include/fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'),
         url('/include/fonts/font-awesome/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
	font-style: normal;
}

/*fix for poor font rendering in chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'font-awesome';
		src: url('/include/fonts/font-awesome/fontawesome-webfont.svg') format('svg');
	}
}

@media screen {
	
	body {
		color: #000;
		background: #1f1a17;
		font: 88%/1.5 'open-sans', tahoma, sans-serif;
		margin: 0;
		padding: 0;
	}

	html, body {
		height: 100%;
	}

	.skipLink {
		position: absolute;
		left: -3500px;
	}
	
	img {
    	max-width: 100%;
    	-ms-interpolation-mode: bicubic;
    }

	
	/* Content Wrappers
	*************************************************************/
/*	#backgroundContainer {
		background: #fff url('/images/home/default-homepage-bg.jpg') center top no-repeat;
		background-size: 100%;
	}
	
	#bodySecondary #backgroundContainer {
		background: #fff url('/images/secondary/default-secondary-bg.jpg') center top no-repeat;
		background-size: 100%;
	}
	
	#headerMask {
		background: url('/images/header/header-mask.png') center top no-repeat;
		background-size: 100%;
	}
	
	#bodySecondary #headerMask {
		background: url('/images/secondary/secondary-header-mask.png') center top no-repeat;
		background-size: 100%;
	}*/
	
	.wrap {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	#navWrap {
		background: rgba(7,46,19,0.9);
	}

	#navWrapInner {
	}
	
	/* Header
	*************************************************************/
	
	#headerContainer {
		background: #fff url('/images/header/header-bg.jpg') center top no-repeat;
		background-size: cover;
		height: 300px;
	}

		#bodyHome #headerContainer {
			background: #fff url('/images/home/home-banner.jpg') center top no-repeat;
			background-size: cover;
			height: auto;
		}
	
	#header {
		position: relative;
		padding: 0;
		z-index: 2;
		height: 250px;
	}

		#bodyHome #header {
			height: auto;
			padding-bottom: 22%;
		}

	#welcomeContainer {
		background: rgba(42,100,60,0.8);
	}

	#welcomeContainerInner {
		/*background: url('/images/home/welcome-bg.png') right top no-repeat;
		min-height: 180px;*/
		position: relative;
	}

	#welcomeContainer .col1 {
		float: left;
	    width: 50%;
	    padding: 0 1%;
	    box-sizing: border-box;
	    color: #fff;
	    
	}

	#welcomeContainer .col2 {
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    overflow: hidden;
	}


	#bodyHome #descContainer h2 {
		margin: 15px 0;
	}
	
		#siteTitle h2 {
			display: none;
		}
		
	#headerInner {
	}
		
	#belowNav {
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	
	#siteTitle {
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	
	#siteTitle, #siteTitle h1 {
		height: 147px;
		width: 318px;
	  	margin: 0;
		overflow: hidden;
	}
	
	#siteTitle h1 a {
		text-indent: -3500px;
		display: block;
		height: 147px;
		width: 318px;
		background: url('/images/header/site-logo.png') left top no-repeat;
		background-size: 318px 147px;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}

	/* Header Utilities*/
	#headerUtilities {
		float: right;
		width: 270px;
		box-sizing: border-box;
	}
	
	/* Search */
	#searchContainer {
		background: #fff;
		overflow: hidden;
		margin: 0;
	}
	
	#bodySecondary #searchContainer {
		margin: 0;
	}
			
	#searchContainer #eGovQuickSearch {
	    box-sizing: border-box;
	    margin: 0;
	    padding: 0;
	}
	
	#searchContainer #eGovQuickSearch label {
		position: absolute;
		left: -35000px;
	}
	
	#searchContainer #eGov_searchTerms {
	    background: none;
	    border: 0;
	    width: 80%;
	    color: #000;
	    height: 30px;
	    font-family: 'droid-sans', Arial, Helvetica, sans-serif;
	    margin-left: 5px;
	    padding: 0 0 0 5px;
	    float: left;
	    font-size: 0.9em;
	}
	
	#searchContainer #eGov_searchTerms::-webkit-input-placeholder {
	    color: #000;
	}
	
	#searchContainer #eGov_searchTerms:-moz-placeholder {
	    /* Firefox 18- */
	    color: #000;
	}
	
	#searchContainer #eGov_searchTerms::-moz-placeholder {
	    /* Firefox 19+ */
	    color: #000;
	}
	
	#searchContainer #eGov_searchTerms:-ms-input-placeholder {
	    color: #000;
	}

	#searchContainer #eGov_buttonSearchSubmit {
		width: 40px;
		height: 30px;
		float: right;
		background-size: 40px 30px;
		/*margin: 7px 10px 0 0;*/
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}
	
	/* Weather */
	#weatherContainer {
		color: #fff;
		overflow: hidden;
		float: left;
		line-height: 50px;
	}
	
	#weatherContainer .temperature {
	    font-size: 1em;
	    line-height: 1em;
	    font-family: 'open-sans', arial, sans-serif;
	    border-right: 1px solid #fff;
	    margin: 0 2px;
	    padding-right: 8px;
	}
	
	#weatherContainer #weatherIcon {
	    height: 24px;
	    width: 24px;
	    position: relative;
	    top: 8px;
	}
	
	#weatherContainer a {
	    color: #fff;
	    font-size: 1em;
	    line-height: 1em;
	    font-family: 'open-sans', arial, sans-serif;
	    position: relative;
	}
	
	#weatherContainer a:hover {
	    text-decoration: none;
	}

	/* Google Translate */
	
	#google_translate_element {
	    float: right;
	    position: relative;
	    top: 13px;
	}
	
	.goog-te-gadget-simple {
	    font-size: 7pt !important;
	}

	/* Content Containers
	*************************************************************/
	#contentContainer {
		position: relative;
		background: #fff url('/images/misc/content-bg.jpg') center top no-repeat;
		background-size: 100%;
	}
	
	#bodyHome #contentContainer {
		background: #f4f4f4;
	}
	
	.cwNavContainerList {

	}

	#contentContainerInner {
		padding: 0 20px 20px;
	}

	#bodyHome #contentContainerInner {
		padding: 0 20px 0;
	}
	
	#bodySecondary #contentContainerInner {
		padding: 0 20px;
	}

	/* Breaking News
	*************************************************************/
	#breakingNewsContainer {
		position: relative;
		padding: 0 20px;
		background: #BE0000;
		border: 1px solid #fff;
		border-left: 0;
		border-right: 0;
	}
	
	#breakingNewsInner {
		background: url('/images/home/breaking-news-bg.jpg') left top repeat-y;
	}

	#breakingNewsContainer .bncol1 a {
		color: #fff;
		font-weight: normal;
	}
	
		#breakingNewsContainer .bncol1 .cwHeader {
			font: 1.9em 'droid-serif', tahoma, sans-serif;
			color: #fff;
			text-transform: uppercase;
		}
	
	#breakingNewsContainer .bncol1 {
		float: left;
		margin-right: 25px;
		padding: 25px;
	}
	
	#breakingNewsContainer .bncol2 { 
		float: left;
		color: #fff;
		margin: 20px 25px 0 0;
		font-family: 'droid-sans';
	}
	
	#breakingNewsContainer .bncol2 a {
		color: #fff;
		text-decoration: underline;
		font-size: 1.2em;
		font-weight: normal;
	}

	#breakingNewsContainer .bncol2 a:hover {
		text-decoration: none;
	}
	
	#breakingNewsContainer .moreContainer {
		float: right;
		margin-top: 32px;
		margin-right: 45px;
	}
	
	#breakingNewsContainer .moreContainer a.more {
	    display: block;
	    margin-top: 3px;
	    font-size: 0.9em;
	    color: #fff;
	}
	
	.cwBreakingNewsList {
		margin: 0;
	}


	#tagLine {
		color: #64808f;
		font: 1.8em 'droid-serif', georgia, times, serif;
		text-align: center;
		margin-bottom: 25px;
	}

	
	/* Homepage columns */
	#homeColumnSet1 {
		display: table;
		padding: 0;
		table-layout: fixed;
		width: 100%;
	}	
	
		#homeColumnSet1Inner {
			display: table-row;
		}

		#homeColumnShadow {
			position: absolute;
			top: 0;
		}
		
		#homeColumnSet1 .col1 {
			display: table-cell;
			width: 54%;
			vertical-align: top;
			box-sizing: border-box;
			padding: 30px 2.7% 20px;
		}

		#homeColumnSet1 .col2 {
			display: table-cell;
			vertical-align: top;
			width: 100%;
			padding: 30px 30px 0;
			background: #e9e8e8;
		}

		#homeColumnSet1 .col3 {
			display: table-cell;
			width: 54%;
			vertical-align: top;
			box-sizing: border-box;
			padding: 30px 2.7% 20px;
		}
		
	#homeColumnSet2 {
		display: table;
		padding: 0;
		table-layout: fixed;
		width: 100%;
	}	
	
		#homeColumnSet2Inner {
			display: table-row;
		}

		#homeColumnSet2 .col2 {
			display: table-cell;
			vertical-align: top;
			width: 100%;
		}
		
		#homeColumnSet2 .col1 {
			display: table-cell;
			width: 315px;
			vertical-align: top;
			padding-bottom: 20px;
			padding-right: 40px;
		}
	
	
	/* Homepage Featured News
	****************************************************/	
	#fnContainer {
		padding-top: 15px;
		margin-top: 5px;
	}
	
	#fnContainer h3.cwHeader {
	}
	
	#fnContainer li.newsStoryContainer {
		margin: 0;
		padding: 0 10px;
		list-style-type: none;
		float: left;
		box-sizing: border-box;
		width: 33.3%;
		border: 0;
	}
	
	#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 #moreButton {
	    -moz-box-shadow: 1px 1px 3px #ececec;
		-webkit-box-shadow: 1px 1px 3px #ececec;
		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 .moreContainer {
		clear: both;
	}
	

	/* Homepage Service Links
	****************************************************/
	
	#serviceLinksContainer {
		background: #fff url('/images/misc/content-bg.jpg') center top no-repeat;
		background-size: 100%;
		padding-bottom: 30px;
	}
	
	#serviceLinksContainer > div {
	    border-left: 0;
	    border-right: 0;
	}

	#serviceLinksContainer a, #serviceLinksContainer a:link {
		float: left;
		display: block;
		width: 16.667%;
		padding: 0 0.4%;
		font: 1em 'droid-serif', Georgia, serif;
		text-transform: uppercase;
		color: #006179;
		box-sizing: border-box;
	}
	
	#serviceLinksContainer a:hover,
	#serviceLinksContainer a:link:hover {
	    text-decoration: none;
	    color: #fff;
	}
	
	#agendas span {
	    background: url('/images/service-Links/agendas.png') center top no-repeat;
	}
	
	#codes span {
	    background: url('/images/service-Links/codes.png') center top no-repeat;
	}
	
	#document span {
	    background: url('/images/service-Links/document.png') center top no-repeat;
	} 
	
	#payments span {
		background: url('/images/service-Links/payments.png') center top no-repeat;
	}
	
	/* #city span {
	    background: url('/images/service-Links/city.png') center top no-repeat;
	} */
	
	#elocal span {
	    background: url('/images/service-Links/elocal.png') center top no-repeat;
	}
	
	#outdoor span {
	    background: url('/images/service-Links/outdoor.png') center top no-repeat;
	}

	
	#serviceLinksContainer span, #serviceLinksContainer span:hover {
		display: block;
		background-size: 100%;
		height: 0;
		text-indent: -5000px;
		padding-top: 102.6%;
		transition: background-position 0.5s;
	}

	#serviceLinksContainer a:hover span,
	#serviceLinksContainer a:link:hover span {
		background-position: center -20px;
		transition: background-position 0.5s;
	}
	
	/* City Projects */

	#currentCityProjectsContainer {

	}
	
	/* News & Notices */
	
	#newsNoticesContainer {
		clear: both;
	}

	/* Date Box Styles / Homepage Events
	****************************************************/
	#cwEventsCalendarHome {
		padding-top: 15px;
	}
	
	.cwCalList {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwCalList li {
		margin: 0;
		padding: 0;
	}
	
	.calBigDate {
		padding: 0 15px 0 5px;
		color: #000;
		font-family: 'open-sans', sans-serif;		
		float: left;
		width: 3em;
		text-align: center;
		margin-right: 15px;
		font-weight: bold;
		border-right: 1px solid #b2b2b2;
	}
	
	.calBigDate .month {
		color: #000;
		text-transform: uppercase;
		text-align: center;
		font-size: 1.1em;
		padding: 0;
		margin: -4px 3px 0;
	} 
	
	.calBigDate .day {
		color: #000;
		padding: 0;
		text-align: center;
		font-size: 2.7em;
		margin: 0;
		position: relative;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	
	.calTitleLink {
		float: left;
		width: 70%;
	}


	/* news with images */
	#cwDocsNewsHome h3.cwHeader {

	}
	
	#bodyHome .cwList li {
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 15px;
		padding-bottom: 0;
		background: none;
	}
	
	li.newsStoryContainer {
		padding-bottom: 5px;
	}
	
	li.newsStoryContainer img {
		margin-right: 8px;
	}
	
	li.newsStoryContainer .newsLinkContainer {
		padding-top: 10px;
	}

	.newsLink, .cwLink {
		font-size: 1.1em;
	}
	
	#bodyHome .newsLink {
		line-height: 1.1em;
		display: inline-block;
    padding-bottom: 5px;
	}
	
	#bodyHome .cwNewsList li {
		margin: 0 0 5px;
	}
	
	/* Secondary Header
	*************************************************************/
	#secondaryHeaderImage {
		position: relative;
		margin: 0 auto;
		max-width: 930px;
	}
	
	#secondaryHeaderImage > div {
		background: #ffffff url('/images/header/IMG_3556.jpg') center top no-repeat;
		background-size: cover;
		display: block;
		height: 0px !important;
		padding-top: 32.796%;
  	width: 100%;
		margin: 0 auto;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}
	
	#secondaryHeaderImage h2.sectionTitle {
		position: absolute;
		bottom: -15px;
		left: 20px;
		margin: 0;
		color: #fff;
		font-size: 2.9em;
		font-variant: small-caps;
	}

	/* Page Title
	*************************************************************/	
	
	#pageTitleContainer {
		background: transparent url('/images/misc/page-title-bg.png') center top no-repeat;
		background-size: cover;		
	  padding: 5px 0;
	  z-index: 2;
	  position: relative;
	}
	
	#bodyHome #pageTitleContainer {
		margin-top: -90px;
	}
	
	#pageTitleContainer .wrap {
		position: relative;
	}
	
	/* Secondary Columns 
	*************************************************************/
	#secondaryColumnSet {
	 	margin-right: 345px;
	}
	
	 #secondaryColumnSet .col1 {
		float: left;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#secondaryColumnSet .col2 {
		float: right;
		width: 315px;
		margin-right: -345px;
	}
	
		#secondaryColumnSet .col2 .cwHeader {
		}
		
		#secondaryColumnSet .col2 .cwContainerInner {
			padding: 10px 30px;
		}
		
	#sidebarContainer {
		padding: 20px 0;
		background: #f5f5f5;
	}
	
	#bodySecondary #sidebarContainer .cwContainer {
	}
	
	#bodySecondary #sidebarContainer .cwContact.cwContainer {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;
	}
	
	/* Tabs
	****************************************************/
	#tabContainer {
		margin-top: 15px;
		position: relative;
		margin-bottom: 15px;
	}
	
	.tabReturn {
		display: none;
	}
	
	ul.tabs {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	    position: relative;
	    z-index: 3;
		background-color: #4f5d4a;
	}
	
	li.tab {
		float: left;
		list-style-type: none;
		color: #fff;
		cursor: pointer;
		text-align: center;
		font-family: 'droid-serif', georgia, times, serif;
		font-size: 1.6em;
		size: border-box;
		border-right: 2px solid #fff;
		background-color: #4f5d4a;
	}
	
/*	li.tab:last-child {
		border-right: 0;
	}*/
	
	li.tab span {
		padding: 15px 20px;
		display: block;
	}
	
	li.tab:hover { 
	}
	
	li.tab:hover span {
	}
	
	.hvr-back-pulse:before {
		background-color: #072e13 !important;
	}
	
	.hvr-back-pulse:hover {
		background-color: #072e13 !important;
	}
	
	#tabsContent {
		background: #fff;
	}
	
	#tabsContent a:link {
		font-weight: bold;
	}
	
	#tabsContentShadow {
	}	
	
	#tabsContentColor {
		padding: 10px 10px 20px 10px;
		margin: 0;
		background: #f5f5f5;
	}
	
	
	li.tab.active {
		color: #fff;
		cursor: default;
		background: #072e13;
	}
	
	li.tab.active span {
		background: #072e13;
		border-bottom: 0;
	}
	
	div.content {
	    padding: 10px 5px;
	    margin: 0;
	}
	
	.splitTab {
	    float: left;
	    width: 49%;
	}

	/* Secondary Events */
	
	#cwEventsCalendarSecondary .cwList li {
	    margin: 0 0 20px 0;
	}

	/* Nav Menus */
	.cwNavContainerMenu {
	    display: none;
	}
	
	.cwNavContainerMenu .cwContainerInner {
	}
	
	.cwNavContainerMenu select {
	    width: 100%;
	}

	
	
	/* Breadcrumbs
	*************************************************************/
	#breadcrumbs {
		padding: 0;
		margin-bottom: 30px;
		font-size: 0.85em;
	}
	
	.breadArrow {
		position: relative;
		margin: 0 4px;	
	}
	
/*	#breadcrumbs strong {
		color: #006179;
	}*/



	/* Footer
	****************************************************/
	#footer {
		font-size: 0.9em;
		color: #fff;
	}
	
	#footer .wrap {
		padding: 25px 0;
		position: relative;
		overflow: hidden;
	}
	
	#footContact {
		float: left;
		margin-right: 3%;
	}
	
		#footLogo {
			float: left;
			margin-right: 20px;
		}
		
		#footContact .fc {
			float: left;
			max-width: 175px;
		}
		
		#footContact .cwContactList {
			margin-top: 5px;
		}
		
	#footServices {
		float: left;
	}
	
		#concern {
			margin-right: 40px;
		}
	
	#egovLogo {
		float: right;
		margin: 0px 10px;
		position: relative;
		bottom: 1px;
	}

	#coreLogo {
		float: right;
		height: 45px;
		margin-left: 8px;
		position: relative;
		width: 100px;
		top: 0ex;
		margin-top: -5px;
	}
	
	#footerLogo {
		float: left;
	}
	
	#footLeft {
		float: left;
	}
	
	#footRight {
/* 		float: right; */
		text-align: right;
		font-size: 0.8em;
	}
	
	#legal {
		margin: 2px 0 0;
		padding: 0;
		font-size: 0.8em;
	}
	
	#legal li {
		display: inline;
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
		border-right: 1px solid #fff;
	}
	
	#legal li:last-of-type {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	#legal a:link {
		font-weight: normal;
	}
	
	#staff {
		margin: 0;
		padding: 0;
		font-size: 0.9em;
	}
	
	#staff li {
		display: inline;
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
		border-right: 1px solid #fff;
	}
	
	#staff li:last-of-type {
		border: 0;
		margin: 0;
		padding: 0;
	}	
	
	#staff li:before {
	  text-decoration: none;
	  font-family: 'font-awesome';
	  color: #fff;
	  font-size: 1.4em;
	  margin: 0 6px 0 0;
	  height: 16px;
	  width: 16px;
	  text-align: center;
	  position: relative;
	  top: 1px;
	}

	#footer a:link, #footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	#footer a:hover {
		text-decoration: none;
	}
	
	#footer .cwContactList li:before {
	}


		
		
	/* Navigation Lists
	*************************************************************/
	
	
	/* Section List Styles
	****************************************************/
	.cwSectionList {
	    border: 1px solid #d1d1d1;
	    border-top: none;
	}
	
	.even {
	    background-color: #ffffff;
	    padding: 6px;
	    border-top: 1px solid #d1d1d1;
	}
	
	.odd {
	    background-color: #f2f2f2;
	    padding: 6px;
	    border-top: 1px solid #d1d1d1;
	}
	
	.even:hover, .odd:hover {
		background-color: rgba(0,97,121,0.1);
	}
	
	.sectionLink {
		float: left;
	}
	
	.telephoneNumber {
		white-space: nowrap; 
		float: right; 
		display: block; 
		width: 9.5em;
	}
	
	.emailAddress {
		white-space: nowrap; 
		float: right; 
		margin-right: 8px;
	}
	
	
	
	/* Content Windows
	 ****************************************************/

	.cwHeader {
		margin: 0;
		font-size: 1.9em;
		font-family: 'droid-serif', georgia, times, serif;
		font-weight: normal;
	}

	#sidebarContainer h3.cwHeader {
		background: url('/images/misc/cw-header-sidebar.png') no-repeat;
		background-size: 100%;
		height: 95px;
		/*padding-top: 17.463%;*/
		color: #fff;
		text-align: center;
		line-height: 65px;
		text-transform: uppercase;
		font-size: 1.8em;
	}
	
	#tabContainer .content .cwHeader {
		margin: 12px 0;
	}
	
	.cwList {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	.cwList li {
		margin: 0 0 10px 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwHorizontalTable td a {
		margin: 0;
		display: inline;
	}

	.cwNavList  {
		margin: 0;
  	padding: 0;
  	list-style-type: none;
	}

	/*.cwNavList li a {
		background-image: none;
		display: block;
		padding: 3px;
		font-size: 1.2em;
	}
	
	.cwNavList li a:hover {
	}*/
	
	a:link.sectionParent {
		color: #3c7f69;
		font-size: 1.2em;
		font-family: 'droid-serif', georgia, times, serif;
		display: block;
		margin-bottom: 10px;
	}
	
	a:link.sectionParent:hover, a:link.sectionParent:hover:before {
		text-decoration: none;
		color: #9a640d;	
	}
	
	a:link.sectionParent:before {
		font-family: 'font-awesome';
		content: "\f015";
		color: #3c7f69;
		font-size: 1.4em;
		margin: 0 6px 0 0;
		position: relative;
		top: 1px;
	}

	/* More Links
	*************************************************************/
	.moreContainer {
	}

	.moreContainer img {
		position: relative;
		top: 0.8ex;
		margin-right: 8px;
	}
	
	.moreContainer a:link {
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	.cwNewsList {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	.cwNewsList li {
		margin: 0 0 12px 0;
		list-style-type: none;
	}
	


	/* Select List Navigation
	*************************************************************/
	.cwNavSelect {
		width: 100%;
		font-size: 110%;
		margin: 10px 0;
	}

	
	/* Contact Info
	****************************************************/
	.cwContainerInner a:link {
		font-weight: normal;
	}
	
	.cwContactHead .headPhoto {
		float: left;
		margin-right: 10px;
	}
	
	.cwContactHead .headPhoto img {
		padding: 10px 0;
	}
	
	.cwContact #deptLogo {
		max-width: 150px;
		margin-bottom: 15px;
	}
		
	.cwContactHead .nameTitle {
		
	}
	
	.cwContactList {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.cwContactList li {
		margin: 0 0 6px 0;
		padding: 0;
	}

	.cwContactList li:before {
		text-decoration: none;
		font-family: 'font-awesome';
		color: #266836;
		font-size: 1.4em;
		margin: 0 10px 0 0;
		height: 16px;
		width: 16px;
		text-align: center;
		float: left;
		position: relative;
		top: -3px;
	}
	
	.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";
	}
	.directions:before {
		content: "\f041";
	}

	
	/* Redefine some defaults
	*************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'droid-serif', georgia, times, serif;
		font-weight: normal;
	}
	
	
	h1 {
		font-size: 2.5em;
		margin-top: 0em;
		margin-bottom: 0em;
	}
	
	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;
	}
		
	.typeHeader {
		margin: 0;
		padding: 0;
	}


	img {
 		max-width: 100%;
  		height: auto !important; /* just in case, to force correct aspet ratio */
  		-ms-interpolation-mode: bicubic; 
		border: 0;
	}


	/* site-wide links */
	a:link { 
		color: #266836;
		text-decoration: none;
	}
	
	a:link:visited, a:visited {
		color: #266836;
	}
	
	#bodySecondary a:link { 
	}
	
	#bodySecondary a:link:visited, #bodySecondary a:visited {
	}	
	
	#bodySecondary #eGov_QE_Menu a {
	}
	
	a:link:hover, a:active, a:visited:hover {
		text-decoration: underline;
	}

	.cwLink {
		font-weight: 700;
	}

	/* Special Classes
	*************************************************************/
	.sectionTitle {
		font-family: 'droid-serif';
		font-size: 2.3em;
		font-weight: normal;
		padding: 0 0 3px;
		margin: 0 0 15px 0;
	}
	
	#descContain {
		margin-bottom: 30px;
		border-bottom: 1px solid #b2b2b2;
		padding-bottom: 30px;
	}
	
	#bodyHome #descContainer {
		word-wrap: break-word; 
	}
	
}


/********************************************************************************
* Header Graphics
********************************************************************************/
@media screen and (max-width: 1400px) {
	body {
		-webkit-text-size-adjust:none;
	}
	
/*	#backgroundContainer {
		background: #fff url('/images/home/default-homepage-bg.jpg') center top no-repeat;
	}
	
	#bodySecondary #backgroundContainer {
		background: #fff url('/images/secondary/default-secondary-bg.jpg') center top no-repeat;
	}
	
	#headerMask {
		background: url('/images/header/header-mask.png') center top no-repeat;
	}
	
	#bodySecondary #headerMask {
		background: url('/images/secondary/secondary-header-mask.png') center top no-repeat;
	}*/

}


/********************************************************************************
* Small Monitors
********************************************************************************/
@media screen and (max-width: 1000px) {
	body {
		-webkit-text-size-adjust:none;
	}
	
	li.tab {
		font-size: 1.1em;
	}

}

/********************************************************************************
* Header Break
********************************************************************************/
@media screen and (max-width: 950px) {

	body {
		-webkit-text-size-adjust:none;
	}
	
	#homeColumnSet2 {
	    padding: 25px 0;
	}
	
	#concern {
		display: block;
    	margin: 0 0 35px;
	}
	
	li.tab {
		font-size: 0.9em;
	}

	#welcomeContainer .col2 {
		display: none;
	}

	#welcomeContainer .col1 {
	    width: auto;
	    padding: 0 20px;
	}
	
}

/********************************************************************************
* Tab Break
********************************************************************************/
@media screen and (max-width: 880px) {
	
	body {
		-webkit-text-size-adjust:none;
	}

	#fnContainer li.newsStoryContainer {
		width: 50%;
	}

}

/********************************************************************************
* Tab Break
********************************************************************************/
@media screen and (max-width: 870px) {
	
	body {
		-webkit-text-size-adjust:none;
	}
	
	li.tab {
		font-size: 1em;
		display: block;
		width: 100%;
		border-bottom: 1px solid #006179;
	}
	
}

/********************************************************************************
* Portrait Tablets
********************************************************************************/
@media screen and (max-width: 820px) {

	body {
		-webkit-text-size-adjust:none;
	}

	/* Header
	*************************************************************/
	
	/* Service Links
	*************************************************************/


	/* Containers 
	*************************************************************/
	#contentContainerInner {
		padding: 10px;
	}
	
	#breakingNewsContainer {
	}

	#breakingNewsInner {
		background: none;
		/*padding-top: 10px;
		padding-bottom: 25px;*/
	}

	#breakingNewsContainer .bncol1 {
		float: none;
		margin: 0;
		padding: 15px 0;
	}

	#breakingNewsContainer .bncol2 {
		float: none;
		margin: 0;
		padding: 0;
	}

	#breakingNewsContainer .moreContainer {
	    float: none;
		margin: 0;
	}

	/* Homepage Columns 
	*************************************************************/
	#homeColumnSet1 {
		display: block;
		padding: 0;
		background: none;
	}	
	
		#homeColumnSet1Inner {
			display: block;
		}
	
	#homeColumnSet1 .col1, #homeColumnSet1 .col2 {
		float: none;
		display: block;
		width: auto;
		padding: 0 0 15px;
	}
		
	#homeColumnSet1 .col2 #tabContainer {
		margin: 10px 0 0 0;
	}
	
	#homeColumnSet2 {
		display: block;
		background: none;
	}	
	
		#homeColumnSet2Inner {
			display: block;
		}
	
	#homeColumnSet2 .col1, #homeColumnSet2 .col2 {
		float: none;
		display: block;
		width: auto;
		padding: 0 0 25px;
	}	
	
	
	/* Secondary Columns 
	*************************************************************/
	#bodySecondary #contentContainerMain .secondaryColumns {
	 	margin-left: 0;
	}
	
	 #bodySecondary #contentContainerMain .secondaryColumns .col1 {
		float: none;
		width: 100%;
		
	}
	
	.col1Inner {
		margin-left: 0;
	}
	
	#bodySecondary #contentContainerMain .secondaryColumns .col2 {
		float: none;
		width: 100%;
		margin-left: 0;
		
	}
	
	#fnContainer li.newsStoryContainer {
		width: 33.3%;
	}
	
	/*.tabReturn {
		display: block;
	}*/
	
}

/********************************************************************************
* Tab Break
********************************************************************************/
@media screen and (max-width: 800px) {
	body {
		-webkit-text-size-adjust:none;
	}
	
	/* Footer
	*************************************************************/
	
	#footer {
		padding-bottom: 15px 15px 0 15px;	
	}
	
	#footLeft, #footRight {
		width: auto;
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	
	#footLeft {
		max-width: 35em;
		margin: 0 auto;
	}
	
	#egovLogo {
	  float: none; 
	  display: block;
	  margin: 15px auto;
	}

	#coreLogo {
		display: block;
		float: none;
		margin-left: 0px;
		margin: 20px auto 0;
		top: 0;
	}
	
}


/********************************************************************************
* Content break for header
********************************************************************************/
@media screen and (max-width: 700px) {

	body {
		-webkit-text-size-adjust:none;
	}
	
	/* secondary columns */
	#secondaryColumnSet {
	 	margin-right: 0;
	}
	
	 #secondaryColumnSet .col1 {
		float: none;
		margin-bottom: 20px;
	}
	
	#secondaryColumnSet .col2 {
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.cwNavContainerList {
		display: none;
	}
	
	.cwNavContainerMenu {
		display: block;
	}
	
	li.tab {
		font-size: 1.3em;
		width: auto;
		border-bottom: 0;
	}
	
}


/********************************************************************************
* Content break for events and tabs
********************************************************************************/
@media screen and (max-width: 630px) {

	body {
		-webkit-text-size-adjust:none;
	}
	
	li.tab {
		font-size: 1em;
	}

	#siteTitle {
		height: auto;
		width: 55%;
		padding: 0;
		margin: 0 auto;
	}
	
	#siteTitle h1 {
		height: auto;
		width: auto;
	}
	
	#siteTitle h1 a {
		height: 0 !important;
		padding-top: 45%;
		background-size: contain;
		background-position: center;
		width: 100%;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}

	#headerUtilities, #belowNav {
		float: none;
		width: auto;
	}

	#headerUtilities {
		width: 85%;
		margin: 0 auto;
	}
	
}

/********************************************************************************
* Small Tablets Portrait
********************************************************************************/
@media screen and (max-width: 600px) {
	
	#breakingNewsContainer .bncol1 {
		margin-bottom: 25px;
	}
	
}	



/********************************************************************************
* Service Link Break
********************************************************************************/
@media screen and (max-width: 550px) {
	
	#fnContainer li.newsStoryContainer {
		float: none;
		width: auto;
	}

	#serviceLinksContainer a, #serviceLinksContainer a:link {
		width: 33.3%;
	}
	
}

/********************************************************************************
* Service Link Break
********************************************************************************/
@media screen and (max-width: 525px) {
	
	li.tab {
		font-size: 0.8em;
	}
	
}

/********************************************************************************
* Header Break
********************************************************************************/
@media screen and (max-width: 450px) {
	
	li.tab {
		font-size: 1em;
		display: block;
		width: 100%;
		border-bottom: 1px solid #006179;
	}

	#siteTitle {
		width: 88%;
	}

	#searchContainer {
		border: 5px solid #112b17;
    	border-bottom: 0;
	}

	#searchContainer #eGov_searchTerms {
    	width: 60%;
	}
	
}	


/********************************************************************************
* fix tabs
********************************************************************************/
@media screen and (max-width: 430px) {

	/* Header */
	
	#secondaryHeaderImage h2.sectionTitle {
	  font-size: 2.4em;
	}
	
}	


/********************************************************************************
* Smart Phones Portrait
********************************************************************************/
@media screen and (max-width: 385px) {

	body {
		-webkit-text-size-adjust:none;
	}
	
	/* Header */
	
	#secondaryHeaderImage h2.sectionTitle {
	  font-size: 2.0em;
	}
	
}

/********************************************************************************
* Smart Phones Portrait
********************************************************************************/
@media screen and (max-width: 330px) {

	body {
		-webkit-text-size-adjust:none;
	}
	
	#weatherContainer, #google_translate_element {
		float: none;
		width: auto;
		text-align: center;
	}

	#weatherContainer {
		line-height: 30px;
	}

	#google_translate_element {
		position: static;
    	margin: 5px 0 10px;
	}
	
}


/********************************************************************************
* Smart Phones Portrait
********************************************************************************/
@media screen and (max-width: 300px) {

	body {
		-webkit-text-size-adjust:none;
	}
	
	#serviceLinksContainer a, #serviceLinksContainer a:link {
		width: 50%;
	}
	
}


/* 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;
}
