/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/

@media screen {
	/* Reset some defaults
	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #666;
		font-weight: normal;
		margin: .5em 0;
		font-family: 'Bitter', serif;
	}

	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;
		-ms-interpolation-mode: bicubic;
		border: 0;
	}

	/* Site-wide Links
	 ****************************************************************************/
	a:link {
		color: #596a1a;
		text-decoration: underline;
		transition: color 2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}

	a:link:visited,
	a:visited {
		color: #2F3A04;
	}

	a:link:hover,
	a:active,
	a:visited:hover {
		color: #596a1a;
		text-decoration: none;
	}

	body {
		background: #ffffff;
		color: #000;
		font: 94%/1.5 'Open Sans', tahoma, arial, sans-serif;
		margin: 0;
		padding: 0;
	}

	/* Let's do this thing
	 ****************************************************************************/
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	}

	/* Breaking News
	 ****************************************************************************/
	.breakingNewsContainer {
		margin: 0 0 0 0;
		position: relative;
		z-index: 5;
		
		background: #a42a0c;
		background: -moz-linear-gradient(top,  #a42a0c 0%, #761c07 100%);
		background: -webkit-linear-gradient(top,  #a42a0c 0%,#761c07 100%);
		background: linear-gradient(to bottom,  #a42a0c 0%,#761c07 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42a0c', endColorstr='#761c07',GradientType=0 );
	}

	.breakingNews {
		max-width: 75rem;
		min-height: 5rem;
		margin: 0 auto;	
		position: relative;
	} 

	.breakingNews.wrap {
		padding: 0;
		margin: 0 auto;
	}
	
	.breakingNews .col1 {
		width: 16.5rem;
		left: 0;
		position: absolute; 
		top: -0.3125rem; 
	}
	
	.breakingNews .col1 .cwHeader {
		background: none;
		color: #fff;
		font-family: 'National2 Light', sans-serif;
		font-size: 1.7rem;
		font-weight: 700;
		margin-top: 0.9375rem;
		padding: 0.625rem;
	}
	
		.breakingNewsContainer .col1 .cwHeader  {
			-webkit-animation: shake 1s cubic-bezier(.36,.07,.19,.97) both 3;
			-webkit-transform-origin: 0 0;
			-moz-animation: shake 1s cubic-bezier(.36,.07,.19,.97) both 3;
			-moz-transform-origin: 0 0;
			animation: shake 2s cubic-bezier(.36,.07,.19,.97) both 3;
			transform-origin: 0 0;
		}

			@-webkit-keyframes shake {
				0% { -webkit-transform: translate3d(0, 0, 0); }
				10%, 90% {-webkit-transform: translate3d(-0.0625rem, 0, 0);}
				20%, 80% {-webkit-transform: translate3d(2px, 0, 0);}
				30%, 50%, 70% {-webkit-transform: translate3d(-4px, 0, 0);}
				40%, 60% {-webkit-transform: translate3d(4px, 0, 0);}
			}

			@-moz-keyframes shake {
				0% {-moz-transform: translate3d(0, 0, 0);}
				10%, 90% {-moz-transform: translate3d(-0.0625rem, 0, 0);}
				20%, 80% {-moz-transform: translate3d(2px, 0, 0);}
				30%, 50%, 70% {-moz-transform: translate3d(-4px, 0, 0);}
				40%, 60% {-moz-transform: translate3d(4px, 0, 0);}
			}

			@keyframes shake {
				0% {transform: translate3d(0, 0, 0);}
				10%, 90% {transform: translate3d(-0.0625rem, 0, 0);}
				20%, 80% {transform: translate3d(2px, 0, 0);}
				30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
				40%, 60% {transform: translate3d(4px, 0, 0);}
			}

	.breakingNews .col1 .cwHeader span {
		display: block;
	}
	
	.breakingNewsContainer .col2 { 
		margin-left: 17.5rem; 
		padding: 0.9375rem 1.25rem;
		color: #fff;
	}

	.breakingNews .col2 .cwBreakingNewsList {
		font-size: .9em;
	}
	
	.breakingNews .col2 .cwBreakingNewsList a { 
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
	}

	.breakingNews .col2 .cwBreakingNewsList .pdfLink:after { 
		color: #fff;
		text-decoration: none;
	}
	

	.breakingNews .col2 a.moreLink { 
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews .col2 a:hover { 
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews a.moreLink {
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews a.moreLink:hover {
		color: #fff;
		text-decoration: none;
	}

	/* Header
	 ****************************************************************************/
	.header {
		border-top: 4px solid #404b20;
		position: relative;
	}

	.header h2 {
		display: none;
	}

	.header > .wrap {
		position: relative;
	}

	.siteTitle {
		padding-top: 1px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding: 10px 22px;
		margin: 0;
		float: left;
	}

	.siteTitle a {
		background: url('/images/header/city-seal.png') center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		height: 81px;
		width: 81px;
		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;
	}

	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		position: absolute;
		right: 0;
		z-index: 640;
		top: -101px;
	}

	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		color: #404B20;
		float: right;
		font-family: 'Open Sans', tahoma, arial, sans-serif;
		font-size: 1.1em;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding: 0 15px; 
		line-height: 100px;
	}

	.weatherContainer .weatherIcon {
		font-size: 1.2em;
		position: relative;
		top: 3px;
	}

	.weatherContainer .temperature {
		border-right: 1px solid #777777;
		margin-right: 3px;
		padding-right: 7px;
	}

	.weatherContainer a:link,
	.weatherContainer a:link:hover,
	.weatherContainer a:visited,
	.weatherContainer a:visited:hover {
		color: #404B20;
		font-size: .9em;
		margin-right: 8px;
	}

	.navShadow {
		background: url('/images/misc/shadow.png') center top no-repeat;
		background-size: contain;
		height: 39px;
		left: 0;
		margin: 0 auto;
		max-width: 1100px;
		position: absolute;
		right: 0;
		z-index: 6;
	}

	/* Search Tagline
	 ****************************************************************************/
	.searchTagline {
	
		margin: 0 auto;
		max-width: 896px;
		width: 100%;
		left: 0;
		right: 0;
		position: absolute;
		z-index: 8;
		bottom: 25%;
		padding: 130px 10px 0 10px;
		box-sizing: border-box;
	}

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		border: 0;
		height: auto;
		overflow: hidden;
/*        position: absolute;
		bottom: 31%;*/
		margin: -3% auto 0 auto;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 500px;
		z-index: 10;
	}
	.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: rgba(61, 72, 17, .75);
		border-radius: 0;
		border: 0;
		color: #fff;
		font-size: 15px;
		height: 55px;
		padding: 0 36px 0 10px;
		text-transform: uppercase;
		width: 100%;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.searchSubmit {
		background: rgba(61, 72, 17, 1);
		border: none;
		color: #fff;
		display: block;
		font-family: 'FontAwesome';
		font-size: 25px;
		height: 55px;
		line-height: 55px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
	}
	.searchInput:focus {
		outline: none;
		border-color: #333;
	}
	.searchInput:focus.searchSubmit {
		color: #333;
	}
	.searchSubmit:hover {
		background: #222208;
		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 Icons
	 ****************************************************************************/
	.serviceIcons {
		flex-direction: row;
		justify-content: space-between;
		margin: -185px auto 0 auto;
		max-width: 1100px;
		position: relative;
		z-index: 8;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.serviceIcons:after {
		background: transparent url('/images/misc/shadow.png') top center no-repeat;
		background-size: contain;
		height: 0;
		content: '';
		display: block;
		height: 40px;
		max-width: 1100px;
		width: 100%;
	}

	.serviceIcons a {
		background: #fff;
		border-right: 1px solid #ddd;
		color: #404B20;
		display: inline-block;
		font-size: 1em;
		padding: 25px 15px;
		text-align: center;
		box-sizing: border-box;
		text-decoration: none;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 16%;
		-ms-flex: 1 1 16%;
		flex: 1 1 16%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		transition: all .3s;
		-moz-transition: all .3s;
		/* Firefox 4 */
		-webkit-transition: all .3s;
		/* Safari and Chrome */
		-o-transition: all .3s;
		/* Opera */
	}

	.serviceIcons a:first-of-type {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.serviceIcons a:last-of-type {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}

	.serviceIcons a:nth-of-type(3) {
		/*break-after: always;*/
	}

	.serviceIcons a:hover {
		color: #404B20;
	}

	.serviceIcons a:hover span {
		transform: scale(1.2, 1.2);
	}

	.serviceIcons a:last-of-type {
		border: none;
	}

	.serviceIcons a span {
		color: #404B20;
		display: block;
		font-size: 4em;
		margin-bottom: 8px;
		transition: all .3s;
		-moz-transition: all .3s;
		/* Firefox 4 */
		-webkit-transition: all .3s;
		/* Safari and Chrome */
		-o-transition: all .3s;
		/* Opera */
	}
	/* Home Columns
	 ****************************************************************************/
	.bodyHome .mainContent {
		background: #e6e3d6;
		padding: 80px 0;
	}

	.homeColumns {
		display: table;
	}

	.homeColumnsInner {
		display: table-row;
	}

	.homeColumnsInner > div {
		display: table-cell;
		vertical-align: top;
	}

	.homeColumnsInner > div .cwContainerInner {
		background: none;
		padding: 0;
	}

	.homeColumnsInner > div:nth-of-type(odd) {
		width: 40%;
	}

	.homeColumnsInner > div:nth-of-type(even) {
		padding: 0 40px;
		width: 60%;
	}

	.homeColumnsInner > div .cwContainer .cwHeader {
		text-transform: uppercase;
		font-weight: 900;
	}
	
	/* Home Page News
	 ****************************************************************************/
	.cwNewsDate ul.cwList div.bigDate {
		display: table-cell;
		font-family: 'Open Sans', 'tahoma', sans-serif;
		padding-right: 8px;
		text-align: center;
		vertical-align: top;
		position: relative;
	}
	
	.cwNewsDate ul.cwList div.bigDate .day {
		color: #333333;
		font-size: 2.1em;
		font-weight: 900;
		line-height: .55em;
		margin: 0 0 8px 0;
		padding: 0;
		position: relative;
		text-align: center;
		top: .2ex;
	}
	
	.cwNewsDate ul.cwList div.bigDate .month {
		color: #333333;
		font-size: .9em;
		padding: 0;
		margin: 0;
		text-align: center;
		text-transform: uppercase;
	}

	.cwNewsDate ul.cwList li {
		margin: 0 0 12px 0;
	}

	.cwNewsDate ul.cwList li span hr {
		
		margin: 25px 0;
	}
	.cwNewsDate ul.cwList li:last-of-type span hr {
		display: none;
	}

	.cwNewsDate ul.cwList li .titleLink {
		display: table-cell;
		padding: 0 0 0 8px;
		vertical-align: top;
		width: 100%;
		margin-bottom: 30px;
	}

	
	/* Home Page Events
	 ****************************************************************************/
	.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;*/
		}

	/* Home Contact
	 ****************************************************************************/
	.stayConnected {
		color: #fff;
		font-family: 'Bitter', serif;
		font-size: 2em;
		margin: 0 auto 35px auto;
		text-align: center;
		text-transform: uppercase;
	}

	.stayConnected img {
		display: inline-block;
		margin: 18px 0 0 12px;
		position: relative;
		top: 18px;
	}

	.bottomContactContainer {
		background: #3c4328 url('/images/misc/contact-background.jpg') top center;
		padding: 0 0 35px 0;
		text-align: center;
	}

	.bottomContactContainer .cwContact {
		color: #fff;
	}

	.bottomContactContainer .cwContact br {
		display: none;
	}

	.bottomContactContainer .cwContact .cwHeader {
		color: #fff;
		display: inline;
		margin-right: 12px;
		font-size: 1.2em;
	}

	.bottomContactContainer .cwContact .cwContactAddresses {
		display: inline-block;
		margin-right: 15px;
	}

	.bottomContactContainer .cwContact .cwContactList {
		display: inline-block;
	}

	.bottomContactContainer .cwContact .cwContactList li a:link {
		color: #fff;
	}

	.bottomContactContainer .cwContact .cwContactList li a:link:hover {
		color: #fff;
		text-decoration: underline;
	}

	.bottomContactContainer .cwContactList li {
		display: inline-block;
		margin-right: 15px;
	}

	.bottomContactContainer .cwContactList li:last-of-type(odd) {
		margin-right: 0;
	}

	.bottomContactContainer .cwContactList li:before {
		color: #fff;
	}

	.bottomContactContainer .cwContainer {
		background: none;
	}

	/* Secondary Structure
	 ****************************************************************************/
	.secondaryHeaderContainer {
		max-height: 340px;
		overflow: hidden;
		position: relative;
	}

	.secondaryHeader {
		background: url('/images/secondary/secondary-header.jpg') center center no-repeat;
		background-size:cover;
		height: 0;
		padding-top: 25%;
		position: relative;

		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.secondaryHeaderContainer .searchWrapper {
		left: 0;
		margin: -27px auto 0;
		position: absolute;
		right: 0;
		top: 50%;

	}

	.bodySecondary .mainContent {
		background: #e6e3d6;
		padding: 30px 0;
	}

	.bodySecondary .mainContent > .wrap {
		position: relative;
	}

	/* columns */
	.secondaryColumns {
		margin-right: 320px;
	}

	.secondaryColumns .col1 {
		float: left;
		overflow: hidden;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .col2 {
		float: right;
		margin-right: -320px;
		position: relative;
		width: 260px;
	}

	.secondaryColumns .col2 .cwHeader {
		background: #252c0a;
		color: #fff;
		font-size: 1.35em;
		margin-top: 0;
		padding: 7px 0 5px 10px;
		text-align: left;
	}


	/* Secondary Service Icons
	 ****************************************************************************/
	.bodySecondary .serviceIcons {
		margin: 0 auto;
	}

	.bodySecondary .serviceIcons a {
		background-color: #d6d2bf;
		border: none;
		margin: 0 auto;
	}
	
	.bodySecondary .serviceIcons a:first-of-type {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.bodySecondary .serviceIcons a:last-of-type {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.bodySecondary .serviceIcons a span {
		color: #2d3517;
	}


	/* Tabs
 	 ****************************************************************************/
	#tabContainer {
		background: #fff;
		display: table;
		margin-top: 15px;
		width: 100%;
		margin-bottom: 20px;
	}

	.tabContainerInner {
		display: table-row;
		margin: 0;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		background: #252c0a;
		display: table-cell;
		list-style-type: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		vertical-align: top;
	}

	li.tab {
		background: #252c0a;
		border-bottom: 1px solid #596a1a;
		color: #fff;
		cursor: pointer;
		font-family: 'Bitter', serif;
		font-size: 1.3em;
		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: #596a1a;
		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 {
		border-left: 4px solid #596a1a;
		display: table-cell;
		position: relative;
		vertical-align: top;
		z-index: 10;
		padding: 15px;
		width: 100%;
	}

	li.tab.active {
		color: #fff;
		background: #596a1a;
		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';
	}
	
	.tabLinks span:before {
		content: '\f0c1';
	}
	
	.tabNews span:before {
		content: '\f1ea';
	}
	
	.tabAgendas span:before,
	.tabMinutes span:before {
		content: '\f0f6';
	}
	
	
	/* Footer
	 ****************************************************************************/
	.footer {
		background: #e6e3d6;
		color: #333;
		font-size: .8em;
	}

	.footer > .wrap {
		background-size: contain;
		padding: 30px 0;
	}

	.footer a:link,
	.footer a:link:hover,
	.footer a:visited {
		color: #333;
		text-decoration: underline;
	}

	.footer .footerColumn:nth-of-type(1) {
		float: left;
		min-width: 33em;
	}

	.footer .footerColumn:nth-of-type(1) img {
		float: left;
		margin-right: 12px;
		margin-top: -8px;
	}

	.footer .footerColumn:nth-of-type(2) {
	    float: left;
	    margin: 0 auto;
	    width: 25%;
	    text-align: center;
	}

	.footer .footerColumn:nth-of-type(2) h3 {
		margin: 0;
	}		

	.footer .footerColumn:nth-of-type(2) a {
		background: url(/images/footer/us-flag.png);
	    text-indent: -3500px;
	    display: inline-block;
	    padding-top: 10%;
	    width: 45px;
	    margin: 0 5px;
	    background-repeat: no-repeat;
	    background-size: contain;
	}	

		.footer .footerColumn:nth-of-type(2) a:nth-of-type(2) {
			background: url(/images/footer/cn-flag.png);
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		.footer .footerColumn:nth-of-type(2) a:nth-of-type(3) {
			background: url(/images/footer/jp-flag.png);
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		.footer .footerColumn:nth-of-type(2) a:nth-of-type(4) {
			background: url(/images/footer/mx-flag.png);
		    background-repeat: no-repeat;
		    background-size: contain;
		}				

	.footer .footerColumn:nth-of-type(3) {
		float: right;
		text-align: right;
	}

	.footer .footerColumn:nth-of-type(3) 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 5px 0 0;
		display: inline;
		border-right: 1px solid #333;
	}

	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}

	/* Content Windows
	 ****************************************************************************/
	.cwHeader {
		font-size: 1.9em;
		color: #333333;
		font-family: 'Bitter', serif;
		font-weight: 900;
	}

	.subtext {
		color: #444c54;
		font-size: .9em;
	}

	.secondaryColumns .col2 .cwContainer {
		background: #d6d2bf;
	}

	.secondaryColumns .col2 .cwContainerInner {
		padding: 0 15px 15px 15px;
	}

	.cwContainer .cwLink {
		font-family: 'Bitter', serif;
		font-weight: bolder;
		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: #252c0a;
		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: #596a1a;
		font-size: .8em;
		padding: 2px 4px;
		display: inline-block;
		text-transform: uppercase;
	}


	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #333;
		font-size: .8em;
		margin-bottom: 15px;
	}

	#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-family: 'Bitter', serif;
		font-size: 2.4em;
		margin: 0;
		font-weight: bold;
	}

	.sectionTitle span {
		margin: 0;
	}

	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		border: 1px solid #D6D2BF;
		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: #f4f2e8;
	}

	.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 #D6D2BF;
		display: table-cell;
		padding: 5px;
	}

	.cwSectionItem:last-of-type .cwSectionLink,
	.cwSectionItem:last-of-type .cwSectionPhone,
	.cwSectionItem:last-of-type .cwSectionEmail,
	.cwSectionItem:last-of-type .cwSectionContentLink {
		border-bottom: none;
	}

	.cwSectionLink {
		text-align: left;
		width: 100%;
	}

	.cwSectionPhone,
	.cwSectionContentLink {
		white-space: nowrap;
	}

	.cwSectionPhone,
	.cwSectionEmail {
		text-align: right;
	}

	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
	}

	/* Content Window Navigation Lists
	 ****************************************************************************/
	ul.cwNavList {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul.cwNavList li {
		padding: 5px 0 5px 0;
	}

	ul.cwNavList li:last-of-type {
		border-bottom: none;
	}

	/* nav menus */
	.cwNavContainerMenu {
		display: none;
		/*margin-bottom: 20px;*/
	}

	.jumpLabel {
		position: absolute;
		left: -35000px;
	}

	.cwNavContainerMenu select {
		width: 100%;
	}

	/* Special Classes
	 ****************************************************************************/
	.pdfIcon {
		font-family: 'FontAwesome';
		margin-left: .3em;
	}

	/* Special table classes like it's 2001
	 ****************************************************************************/
	.t {
		display: table;
	}

	.tr {
		display: table-row;
	}

	.td {
		display: table-cell;
	}
}


/********************************************************************************
 * Reposition Header Elements
 ********************************************************************************/

@media screen and (max-width: 1099px) {
	.wrap {
		padding: 0 10px;
	}
	
	/* Search Tagline
	 ****************************************************************************/
	.searchTagline {
		bottom: 15%;
	}
	
	/* Service Icons
	 ****************************************************************************/
	.serviceIcons {
		margin-top: -20px;
	}

	.serviceIcons a:first-of-type {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.serviceIcons a:last-of-type {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.mainContent {
		padding-top: 20px;
	}

}


/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/

@media screen and (max-width: 950px) {
	/* Header
	 ****************************************************************************/
	.siteTitle {
		border: 0;
	}

	.siteTitle a {
		margin: 60px auto 0 auto;
	}

	.weatherContainer {
		border: 0;
	}

	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(1) img {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.footer .footerColumn:nth-of-type(2) {
		margin: 15px auto 0 auto;
	}

	.footer .footerColumn:nth-of-type(1),
	.footer .footerColumn:nth-of-type(2),
	.footer .footerColumn:nth-of-type(3) {
		float: none;
		text-align: center;
	}

	.footer .footerColumn:nth-of-type(3) p {
		float: none;
	}

	#egovLogo {
		float: none;
		display: block;
		margin: 15px auto 0 auto;
	}

	.footerColumn ul li {
		text-align: center;
	}
}


/********************************************************************************
 * Simple change for column layout
 ********************************************************************************/

@media screen and (max-width: 850px) {
	/* 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;
	}

	/* Tabs
 	 ****************************************************************************/
	ul.tabs {
		border-left: 4px solid #596a1a;
	}

	#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;
	}
}


/********************************************************************************
 * Simple change for collision of header elements
 ********************************************************************************/

@media screen and (max-width: 650px) {
	/* Service Icons
	 ****************************************************************************/
	.serviceIcons a {
		-webkit-flex: 1 1 33%;
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}

	/* Secondary Structure
	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
		padding: 0 10px;
	}

	.secondaryColumns .col1 {
		float: none;
		margin: 0;
		width: auto;
	}

	.secondaryColumns .col2 {
		float: none;
		width: auto;
		margin: 0;
		top: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
}


/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/

@media screen and (max-width: 600px) {
	/* Breaking News
	 ****************************************************************************/	
	.breakingNewsContainer {
		padding: 0.625rem;
	}
	
	.breakingNews {
		padding: 0;
	}
	
	.breakingNews .col1 {
		position: static;
		width: auto;
	}
	
	.breakingNews .col1 .cwHeader {
		margin: 0;
		padding: 0;
	}
	
	.breakingNews .col2 {
		margin-left: 0;	
		background: none;
		padding: 0;
	}

	/* Homepage Events Columns
	 ****************************************************************************/
	.cwEventsHome .col1,
	.cwEventsHome .col2 {
		float: none;
		width: auto;
	}

	/* Homepage Events Columns
	 ****************************************************************************/
	.bodyHome div.content {
		max-width: 100%;
	}

	/* Home Contact
	 ****************************************************************************/
	.bottomContactContainer {
		padding-top: 35px;
	}

	.stayConnected {
		max-width: 360px;
	}

	.stayConnected img {
		top: 0;
	}


	/* 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;
		float: none;
	}

	.siteTitle a {
		background-size: contain;
		height: 0;
		display: block;
		padding: 32.8% 0 0 0;
		width: 100%;
	}
	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		margin: 0 auto;
		position: static;
		right: 0;
		top: 0;
		z-index: 651;
		width: auto;
	}

	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		float: none;
		text-align: center;
		margin-bottom: 3px;
		line-height: initial;
		height: auto;
	}

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		float: none;
		margin-right: 0px;
		width: 100%;
	}

	/* Service Icons
	 ****************************************************************************/
	.serviceIcons a {
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
	
	/* 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;
	}


	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(odd) {
		float: none;
		min-width: 100%;
		text-align: center;
	}

	.footer .footerColumn:nth-of-type(even) {
		float: none;
		text-align: center;
	}

	.footer .footerColumn:nth-of-type(even) p {
		float: none;
		margin-top: 3px;
		text-align: center;
	}

	#egovLogo {
		display: block;
		float: none;
		height: 31px;
		margin-left: 0px;
		margin: 0 auto;
		width: 70px;
	}

	#countySeal {
		display: block;
		float: none;
		margin-right: 0px;
		margin: 0 auto;
		position: relative;
		top: -20px;
	}

	.footerColumn ul,
	.footerColumn ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.footerColumn ul li {
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
		display: inline;
		border-right: 1px solid #364a5f;
	}

	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
}


/* Clear Fix
 ********************************************************************************/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Hide from IE Mac \*/

.clearfix {
	display: block;
}


/* End hide from IE Mac */

* html .clearfix {
	height: 1px;
}

.printOnly {
	display: none;
}
