/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/

@media screen {
	
	/* Reset some defaults
 	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #37271d;
		font-family: 'merriweather', 'times', serif;
		margin: .5em 0;
		font-weight: normal;
	}

	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;
	}
	
	body {
		background: #000000;
		margin: 0;
		padding: 0;
		color: #000;
		font: 78%/1.4 tahoma, sans-serif;
	}
	
	
	/* Let's do this thing
 	 ****************************************************************************/
	.wrap {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.mainContent {
		background: #f1eee8 url('/images/misc/texture-bg.jpg') center top no-repeat;
		position: relative;
		top: -1px;
		padding-top: 1px;
		background-size: cover;
		padding-bottom: 75px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='/images/misc/texture-bg.jpg',
   		sizingMethod='scale');		
	}
	
	.mainContent > .wrap {
		position: relative;
		z-index: 10;
	}
	
	
	/* Header
 	 ****************************************************************************/
	.header {
		background: #132c00;
		background: rgba(0,27,6,.75);
		padding: 10px 0;
	}
	
	.header h2 {
		display: none;
	}

	.siteTitle, .siteTitle a {
		display: block;
		width: 293px;
		height: 63px;
		margin: 0;
		position: relative;
		z-index: 12;
	}
	
	.siteTitle a {
		text-indent: -3500px;
		background: url('/images/header/site-title.png') left top no-repeat;
		background-size: contain;
		
		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='/images/header/site-title.png',
   		sizingMethod='scale');	
	}
	
	
	.skipLink {
		position: absolute;
		left: -3500px;
	}
	
	.textLinks {
		float: right;
		margin-right: 12px;
		font-size: 1.2em;
		line-height: 42px;
	}
	
	/* Header Utilities
 	 ****************************************************************************/
	.headerUtilitiesPositioner {
		position: relative;
	}
	
	.headerUtilities {
		width: 460px;
		position: absolute;
		top: -60px;
		right: 0;
	}
	
	
	.textLinks a:link, .textLinks a:visited {
		color: #fff;
	}
	
	.textLinks a:link:hover, .textLinks a:visited:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	/* Translate
	 * ****************************************************************************/
	.translateContainer {
		float: right;
		margin-right: 12px;
		
		display: block;
		width: 90%;
		max-width: 180px;
		border: none;
		background-color: #111c0a;
		overflow: hidden;
		position: relative;
		height: 30px;
		line-height: 30px;
	}
	
	.translateContainer select {
		border: none;
		background: transparent;
		font-family: 'open-sans', tahoma, arial, sans-serif;
		font-size: 12px;
		width: 100%;
		color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		cursor: text;
		padding: 5px;
	}
	
	.headerUtilities .translateContainer a {
		display: block;
		background: #0a1106;
		border: 0;
		color: #fff;
		margin: 0 0;
		text-decoration: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		width: 30px;
		font-family: 'FontAwesome';
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}
	
	.headerUtilities .translateContainer a:link:hover {
		background-color: #515825;
		color: #fff;
	}
	
	
	.translateContainer select:focus, .translateContainer select:active {
		border: none;
		outline: none;
		cursor: pointer;
		font-size: 12px;
	}
	
	.translateContainer option {
		background: #fff;
		color: #666;
	}
	
	
	/* Search
 	 ****************************************************************************/
	.searchWrapper {
		height: auto;
		width: auto;
		float: right;
		width: 225px;
		overflow: hidden;
		margin: 0;
		position: static;
	}

	.searchForm {
		overflow: hidden;
		position: relative;
	}
	
		.searchForm label {
			position: absolute;
			left: -35000px;
			height: 0;
			width: 0;
		}

	.searchInputWrapper {
		padding: 0 26px 0 0;
		overflow: hidden;
	}

	.searchInput {
		width: 100%;
		box-sizing: content-box;
		height: 42px;
		padding: 0 42px 0 10px;
		border-color: #666;
		border-radius: 0;
		border: 0;
		color: #ffffff;
		font-family: 'Helvetica', sans-serif;
		font-size: 18px;
		background-color: #111c0a;
		
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.searchSubmit {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 42px;
		height: 42px;
		padding: 0;
		border: none;
		background: transparent;
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 18px;
		line-height: 24px;
		background: #0a1106;
	}

	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #333; }

	.searchSubmit:hover {
		background: #515825;
		cursor: pointer;
	}

	::-webkit-input-placeholder {
	   color: rgba(255,255,255,1);  
	}

	:-moz-placeholder { /* Firefox 18- */
	   color: rgba(255,255,255,1);    
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   color: rgba(255,255,255,1);  
	}

	:-ms-input-placeholder {  
	   color: rgba(255,255,255,1);  
	}
		
	
	/* Top Half
 	 ****************************************************************************/
	.topHalf {
		background: url('/images/misc/creek-bg.jpg') top center;
		background-size: cover;
	}
	
	
	/* Intro and Slideshow Columns
 	 ****************************************************************************/
	.introSlide {
	    margin-left: 315px;
	}
	
	.introSlide .slideColumn {
		float: right;
		width: 100%;
		overflow: hidden;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.introSlide .introColumn {
		float: left;
		width: 300px;
		margin-left: -315px;
		padding: 30px 20px;
		color: #fff;	
		min-height: 452px;

		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		background: -moz-linear-gradient(top,  rgba(59,77,58,1) 0%, rgba(37,65,25,0.55) 36%);
		background: -webkit-linear-gradient(top,  rgba(59,77,58,1) 0%,rgba(37,65,25,0.55) 36%);
		background: linear-gradient(to bottom,  rgba(59,77,58,1) 0%,rgba(37,65,25,0.55) 36%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4d3a', endColorstr='#8c254119',GradientType=0 );
	}
	
	
	.introSlide .introColumn h1,
	.introSlide .introColumn h2, 
	.introSlide .introColumn h3, 
	.introSlide .introColumn h4, 
	.introSlide .introColumn h5, 
	.introSlide .introColumn h6 {
		color: #fff;
	} 
	
	/* Breaking News
 	 ****************************************************************************/
	#breakingNewsContainer {
		background: #cc0000;
		min-height: 85px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	#breakingNewsContainer .wrap {
		position: relative;
		/*min-height: 130px;*/
	} 
	
	
	#breakingNewsContainer .wrap .col1 {
		width: 11.4em;
		left: 0;
		position: absolute; 
		top: 0; 
	}
	
	#breakingNewsContainer .wrap .col1 .cwHeader {
		margin-top: 8px;
		background-color: #6e0000;
		color: #fff;
		text-transform: uppercase;
		padding: 10px 12px;
		font-family: 'merriweather', serif;
	}
	
	#breakingNewsContainer .wrap .col1 .cwHeader span {
		display: block;
	}
	
	#breakingNewsContainer .wrap .col1 .cwHeader span:nth-of-type(1) {
		line-height: 1em;
		letter-spacing: .1em;
	}
	
	#breakingNewsContainer .wrap .col1 .cwHeader span:nth-of-type(2) {
		display: none
	}
	
	#breakingNewsContainer .wrap .col1 .cwHeader span:nth-of-type(3) {
		font-size: 2em;
		line-height: .8em;
	}
	
	#breakingNewsContainer .wrap .col2 { 
		margin-left: 11.4em; 
		padding: 15px 20px;
		/*min-height: 130px;*/
	}
	
	#breakingNewsContainer .wrap .col2 .cwBreakingNewsList a { 
		font-size: 1.3em;
	}
	
	#breakingNewsContainer .wrap .col2 a { 
		color: #fff;
	}
	
	#breakingNewsContainer .wrap .col2 a:hover { 
		color: #330000;
	}
	
	
	/* Service Icons
 	 ****************************************************************************/	
	.serviceIconsContainer {
		background-color: rgba(0,0,0,.7);
		padding: 20px 0;
		list-style-type: none;
	}
	
	.serviceIcons {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.serviceIcons li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: left;
		width: 20%; 		
	}

	.serviceIcons li:nth-child(-n+5){
	    margin-bottom: 30px;
	}

	.serviceIcons li .fa {
		font-size: 2.6em;
		margin-right: 15px;
		float: left;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	.serviceIcons .wrap ul > br {
		line-height: 200%;
		float: left;
		clear: all;
	}
	
	.serviceIcons li a {
		font-family: 'merriweather', serif;
		color: #fff;
		text-decoration: none;
		font-size: 1.6em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.serviceIcons li a:link:hover, .serviceIcons li a:visited:hover{
		color: #fff;
	}
	
	
	.serviceIcons li a:link:hover .fa, .serviceIcons li a:visited:hover {
		color: #fff;
		text-shadow: 0px 2px 2px #000;
		
		-ms-transform: scale(1.2,1.2); 
   		-webkit-transform: scale(1.2,1.2); 
   		transform: scale(1.2,1.2);
	}
	
	.serviceIcons li a  > br {
		display: block;
	}
	

	/* Home Columns
 	 ****************************************************************************/
	.homeColumns {
		display: table;
		width: 100%;
		margin: 20px 0;
	}

	.homeColumnsInner {
		display: table-row;
	}
	
	.homeColumnsInner > div {
		display: table-cell;
	}
	
	.homeColumnsInner > div .cwHeader {
		color: #000;
		margin: 0 0 12px 0;
		background: none;
		font-size: 2.4em;
		padding: 0;
	}
	
		.homeColumnsInner > div .cwContainerInner {
			background: none;
			padding: 0;
		}
		
	.homeColumnsInner > div:nth-of-type(odd) {
		width: 25%;
	}
	
	.homeColumnsInner > div:nth-of-type(even) {
		width: 50%;
		padding: 0 30px;
	}
	

	/* Stuff for Social Media / Get Connected
 	 ****************************************************************************/
	.homeColumnsInner > div > img {
		display: block;
	}
	
	.homeColumnsInner > div.col1 a img {
		margin-right: 12px;
		position: relative;
		top: 24px;
		margin-top: -24px;
	}
	
	.homeColumnsInner > div.col1 a {
		display: block;
		font-family: "merriweather","times",serif;
		font-size: 1.2em;
		margin-bottom: 30px;
	}
	
	/* Contact Us font Formatting
 	 ****************************************************************************/	
	.bodyHome .cwContact .cwContainerInner {
		font-family: "merriweather","times",serif;
		font-size: 1.2em;
	}



	/* Secondary Structure
 	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
	    margin-right: 250px;
	    padding-bottom: 40px;
	}
	
	.secondaryColumns .column1 {
		float: left;
		width: 100%;
		overflow: hidden;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .column2 {
		float: right;
		width: 220px;
		margin-right: -250px;
	}

	.secondaryHeader {
		background: url('/images/header/default-secondary-header.jpg') center center no-repeat;
		padding-top: 19.44%;
		height: 0;
		width: 100%;
		margin-bottom: 25px;
				
		-webkit-background-size: cover;
		background-size: cover;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.appColumns {
		padding-bottom: 40px;
	}

	/* Tabs
 	 ****************************************************************************/
	#tabContainer {
		margin: 15px 0;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		margin: 0;
		padding: 0;
		border-bottom: 4px solid #254119;
		list-style-type: none;
		position: relative;
	}

	li.tab {
		float: left;
		border-bottom: none;
		background: #688268;
		list-style-type: none;
		color: #ffffff;
		padding: 6px 15px;
		cursor: pointer;
		text-align: center;
		font-size: 1.7em;
		size: border-box;
		font-family: 'merriweather', times, serif;
		margin-right: 2px;
		
		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: #8b7547;
		
		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 {
		background: #ffffff;
	}

	li.tab.active {
		color: #ffffff;
		background: #254119;
		cursor: default;
	}

	li.tab.active span::before {
		color: #fff;
	}

	div.content {
		padding: 0;
		margin: 0;
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		color: #254119;
		background: none;
		padding: 8px;;
		font-weight: normal;
		font-size: 1.4em;
		display: none;
	}

	div.content .cwContainer {
		border: none;
	}
	
	div.content .cwContainerInner {
		background: none;
	}


	
	div.content .splitTab .cwHeader {
		display: block;
	}

	#tabsContent .cwLink {
		font-family: "merriweather","times",serif;
		font-size: 1.2em;
	}


	/* Hills
 	 ****************************************************************************/
	.hills {
		background: url('/images/footer/hills.png') top center repeat-x;
		height: 206px;
		position: relative;
		margin-top: -206px;
		z-index: 5;
	}
	
	/* Footer
 	 ****************************************************************************/
	.footer {
		font-family: 'merriweather', times, serif;
		color: #fff;
		font-size: .8em;
		position: relative;
		margin-top: 20px;
	}	
	
	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.footer .footerColumn:nth-of-type(odd) {
 		float: left;
 	}
 	
 	.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
 	 ****************************************************************************/
	.cwHeader {
		margin: 0;
		padding: 5px 10px;
		font-size: 1.5em;
		background: #254119;
		color: #fff;
	}
	
	.bodySecondary .cwContainer, .cwNavContainerList, .cwNavContainerMenu {
		border: 5px solid rgba(37, 65, 25, 0);
		border-top: 5px solid #101c0a;
 	}
 	
 	.cwContainerInner {
 		padding: 12px;
 		position: relative;
 		top: -5px;
 		background: #f9f7f6;
 		background: -moz-linear-gradient(top,  rgba(249,247,246,1) 0%, rgba(249,247,246,1) 5%, rgba(249,247,246,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(249,247,246,1) 0%,rgba(249,247,246,1) 5%,rgba(249,247,246,0) 100%);
		background: linear-gradient(to bottom,  rgba(249,247,246,1) 0%,rgba(249,247,246,1) 5%,rgba(249,247,246,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7f6', endColorstr='#00f9f7f6',GradientType=0 );
	}
	
	.cwNewsList, .cwNewList li, .cwNewsListPhoto, .cwNewListPhoto li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwNewList li, .cwNewsListPhoto li {
		margin: 0 0 8px 0;
	}
	
	.cwList, .cwList li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwList li {
		margin: 0 0 8px 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 {
		text-decoration: none;
		font-family: 'FontAwesome';
		color: #254119;
		font-size: 1.4em;
		margin: 0 6px 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";
	}
	
	/* Site-wide Links
 	 ****************************************************************************/
	a:link {
		color: #48a6cd;
		text-decoration: none;
		transition: color 2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #016f9b;
	}

	a:link:hover, a:active, a:visited:hover {
		color: #016f9b;
		text-decoration: none;
	}
	
	/*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
 	 ****************************************************************************/
	.moreContainer {
		display: block;
	}
	
	.breakingNews .moreContainer {
		border: 0;
		display: block;
	}
	
	.newsEvents .moreContainer {
		border-top: double #898989;
	}
	
	a.feedLink {
		font-family: 'FontAwesome';
		color: #f4b83f;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	
	a.feedLink:hover {
		color: #721010;
	}

	.breakingNews .feedLink {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:hover {
		color: #febc26;
		text-decoration: none;
	}
	
	a.moreLink {
		position: relative;
		top: -2px;
		line-height: 1.5em;
		padding-left: 8px;
		margin-left: 8px;
		border-left: 1px solid #ddd;
	}
	
	.breakingNews a.moreLink {
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews a.moreLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #000;
		padding: 0;
		font-size: .8em;
	}

	#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;
	}
		
		
	/* Content Window Headers and Special Headers
 	 ****************************************************************************/
	.sectionTitle {
		font-family: 'merriweather', 'times', serif;
		color: #254119;
		font-size: 3.0em;
		font-weight: normal;
		margin: 0px 0 0 0;
	}
	

	
	/* Section List
 	 ****************************************************************************/
	.cwSectionList {
		display: table;
		border: 1px solid #cfcbbd;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
		
	.cwSectionItem {
		display: table-row;
	}
	
	.cwSectionItem:nth-of-type(even) {
		background: #fdfff8;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f0f1e8;
	}

	.cwSectionItem:hover, .cwSectionItem:nth-of-type(odd):hover {
		background: #ffffc9;
	}
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		display: table-cell;
		padding: 5px;
		border-bottom: 1px solid #cfcbbd;
	}
	
	.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 {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.cwNavList li {
		border-bottom: 1px solid #ddd;
		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;
	}
	
	
}




/********************************************************************************
 * secondary header fix 1400
 ********************************************************************************/
@media screen and (min-width: 1400px) {
.secondaryHeader {
		background: url('/images/header/default-secondary-header.jpg') center center no-repeat;
		padding-top: 15%;
		height: 0;
		width: 100%;
		-webkit-background-size: 100% auto;
		background-size: 100% auto
	}
}



/********************************************************************************
 * tablet portrait (768x1024)
 ********************************************************************************/
@media screen and (max-width: 1100px) {
	.wrap { padding: 0 10px;}
	
	/* Header
 	 ****************************************************************************/
	.header {
		padding: 10px 10px;
	}
}



/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 950px) {
	/* Header
 	 ****************************************************************************/
	.header {
		padding: 10px;
		margin-top: 40px;
	}
	
	/* Header
 	 ****************************************************************************/
	.header {
		padding: 10px;
		margin-top: 40px;
	}


	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons li {
		width: 50%;
		margin-bottom: 10px;
	}

	.serviceIcons li a br {
		display: none;
	}
	
	.serviceIcons li {
	    margin-bottom: 30px;
	}
	
	
	/* 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: 10px auto 10px;
	}
	
	
	.footerColumn ul li {
		text-align: center;
	}
	
}


/********************************************************************************
 * small tablet landscape (800x600)
 ********************************************************************************/
@media screen and (max-width: 800px) {
	/* Header
 	 ****************************************************************************/
	.siteTitle {
		margin: 0 auto;
	}

	.topHalf > .wrap {
		padding: 0;
	}
	
	
	/* Header Utilities
 	 ****************************************************************************/	
	.headerUtilitiesPositioner.wrap {
		padding: 0;
		background: rgba(0,27,6,.75);
	}

	.headerUtilities {
		position: static;
		width: 259px;
		top: 0;
		padding-bottom: 10px;
		margin: 0 auto;
		text-align: center;
	}

	.textLinks {
		display: block;
		text-align: center;
		float: none;
		margin: 0;
	}
	
	/* Slideshow
 	 ****************************************************************************/
	.introSlide {
		margin-left: 0;
	}
	
	.introSlide .introColumn {
		float: none;
		width: auto;
		margin-left: 0;
		min-height: auto;
	}
	
	.introSlide .slideColumn {
		float: none;
		width: auto;
	}
	
	/* Home Columns
 	 ****************************************************************************/
	.homeColumns {
		display: block;
		width: 100%;
		margin: 20px 0;
	}

	.homeColumnsInner {
		display: block;
	}
	
	.homeColumnsInner > div,
	.homeColumnsInner > div:nth-of-type(odd),
	.homeColumnsInner > div:nth-of-type(even) {
		display: block;
		width: auto;
		margin-bottom: 20px;
		padding: 10px;
	}
	
	
	
	
	/* Secondary Structure
 	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
	}

	.secondaryColumns .column1, .secondaryColumns .column2 {
		float: none;
		width: auto;
		margin: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	
	
	
	/* Tabs
 	 ****************************************************************************/
	.tabReturn {
		display: none;
	}
	
	li.tab {
		float: none;
		margin-right: 0;
		border-bottom: 1px solid #ddd;
		padding-left: 10px;
	}

	li.tab:first-of-type {
		margin: 0;
	}

	li.tab:last-of-type {
		margin-right: 0px;
	}

	.splitTab {
		float: none;
		width: auto;
	}

	.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) {
	
	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons li a  > br {
		display: block;
	}
	
	
	/* 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;
		margin: 0;
	}
	
	.siteTitle a {
		background-size: contain;
		background-position: top center;
		height: 0;
		margin-bottom: 0;
		width: auto;
		padding-top: 21.5%;
	}
	
	
	/* Header Utilities
 	 ****************************************************************************/
	.headerUtilities {
		width: auto;
	}
	
	
	.textLinks {
		float: none;
		display: block;
	}
	
	.translateContainer {
		float: none;
		margin: 0 10px 8px;
		width: auto;
		max-width: 100%;
	}
	
	.searchWrapper {
		float: none;
		margin: 0 10px 8px;
		width: auto;
	}
	
	/* Service Icons
 	 ****************************************************************************/	
	#breakingNewsContainer {
		margin-bottom: 15px;
	}
	
	#breakingNewsContainer .wrap {
		padding: 0;
	}
	
	#breakingNewsContainer .wrap .col1 {
		position: static;
		width: auto;
	}
	
	#breakingNewsContainer .wrap .col1 .cwHeader {
		margin-top: 0;
	}
	
	
	#breakingNewsContainer .wrap .col2 {
		margin-left: 0;	
		background: none;
	}
	
	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons li {
		float: none;
 		width: auto;
 		margin-bottom: 20px;
 		
	}
	
	.serviceIcons > br {
		display: none
	}
	
	.serviceIcons li:last-of-type {
 		margin-bottom: 0;
	}
	
	.serviceIcons li a {
		font-size: 1.4em;
	}
		
	.serviceIcons li a .fa {
		font-size: 1.2em;
 		
	}
	
	.serviceIcons li a br {
		display: none;
	}
	
	
 	/* Section List
 	 ****************************************************************************/
	.cwSectionList {
		display: block;
		border: none;
	}
		
	.cwSectionItem {
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #ddd;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f9f9f9;
	}
	
	.cwSectionLink > a {
		font-size: 1.3em;
	} 
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		display: block;
		padding: 0;
		border: none;
		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;
	}
	
	

	 	
}


/********************************************************************************
 * special fix: breaking news
 ********************************************************************************/
@media screen and (max-width: 380px) {
	
}

/********************************************************************************
 * mobile portrait (320x480)
 ********************************************************************************/
@media screen and (max-width: 320px) {

}


/* 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;
}
