/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/

@media screen {
	
	/* Reset some defaults
 	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-family: tahoma, arial, sans-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;
	}


	/* Site-wide Links
	 ****************************************************************************/
	a:link {
		color: #a4233a;
	}

	a:link:visited, a:visited {
		color: #a4233a;
	}

	a:link:hover, 
	a:active, 
	a:visited:hover {
		color: #a4233a;
		text-decoration: underline;
	}



	img {
		max-width: 100%;
		height: auto !important; 
		-ms-interpolation-mode: bicubic;
		border: 0;
	}

	html {
	}
	
	body {
		background: #fff;
		margin: 0;
		padding: 0;
		color: #333;
		font: 84%/1.3 'Open Sans', tahoma, sans-serif;
	}
	
	/* Let's do this thing
 	 ****************************************************************************/
	.wrap {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	/* Header
 	 ****************************************************************************/
	.header {

	}

	.topBar {
		background: ;
	}

	.social {
		display: inline-block;
		width: 230px;
		float: right;
		margin-right: 30px;
		text-align: right;
		background-color: ;
	}

	.social span {
		color: #333;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 41px;
	}

	.social a {
		vertical-align: middle;
		position: relative;
		top: 3px;
		margin: 0 4px;
	}

	.translateContainer {
		float: right;
		display: inline-block;
	}

	#translate-me {
		background: #fff;
    	height: 41px;
    	display: block;
	}

	.mainBar {
		padding: 20px 0;
		border-bottom: 5px solid #a4233a;
	}

	.logo {
		float: left;
		width: 35%;
		box-sizing: border-box;
	}
	
	.logo h2 {
		display: none;
	}

	.siteTitle, .siteTitle a {
		display: block;
		max-width: 268px;
		height: 81px;
		margin: 0;
	}
	
	.siteTitle a {
		text-indent: -3500px;
		background: url('/images/header/site-title.png') left center no-repeat;
		
		/*-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;
	}
	
	/* Header Utilities
 	 ****************************************************************************/



 	 /* Simple Search
	 ****************************************************************************/
	.simpleSearchPositioner {
		position: relative;
		z-index: 7;
		text-align: left;
	}

	.simpleSearchPositioner .hiddenText {
		display: none;
	}

	.simpleSearch {
		position: absolute;
		top: 20rem;
		max-width: 30rem;
		width: 90%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	#simpleSearchForm > a {
		color: #fff;
		position: relative;
		top: 10px;
		font-size: .9em;
		text-shadow: 2px 2px 2px #000, -2px -2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000;
		text-decoration: none;
	}


	#simpleSearchField {
		background: #fff;
		box-shadow: 0px 0px 0px 5px rgba(139,20,42,0.5);
		border-radius: 0;
		border: 0;
		font-size: 1rem;
		height: 3rem;
		padding: 0 4rem 0 0.625rem;
		display: block;
		width: 100%;
		max-width: 30rem;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-appearance: none;
	}

	#simpleSearchLinkListContainer {
		padding: 1em;
	}

	#simpleSearchLinkList {
		background: #fff;
		border: 1px solid #e3e3e3;
		margin: 0;
		padding: 1em;
		list-style: none;

		position: absolute;
		width: 100%;
		overflow: auto;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#simpleSearchLinkList li {
		margin: 0 0 8px 0;
		padding: 0;
		list-style: none;
	}

	.simpleSearchDescription {
		display: none;
		visibility: hidden;
	}

	#simpleSearchFieldClear {
		color: #333;
		background: none;
		border-radius: 0;
		border: none;
		display: block;
		font-family: 'FontAwesome';
		font-size: 1.4rem;
		height: 3rem;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 3rem;

		-webkit-appearance: none;
	}

	#simpleSearchFieldClear:hover {
		background: rgba(139,20,42,1);
		color: #fff;
		cursor: pointer;
	}

	.simpleSearchHide {
		display: none !important;
		visibility: hidden;
	}

	.simpleSearchShow {
		display: block;
		visibility: visible;
	}

	simpleSearchField::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #000;
	}

	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #000;
		opacity: 1;
	}

	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #000;
		opacity: 1;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #000
	}



	/* Social
 	 ***************************************************************************

 	 .social {
 	 	float: right;
 	 	width: 300px;
 	 	top: 20px;
 	 	font-size: 20px;
 	 	text-align: right;
 	 }

 	 .social a	{
 	 	color: #333;
 	 	font-size: 30px;
 	 	vertical-align: baseline;
 	 }

 	 */

	


	
	/* Search
 	 ***************************************************************************/

	.search {
		
	}

	.searchWrapper {
		display: inline-block;
		width: auto;
		float: right;
	}

	.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: 41px;
		padding: 0 36px 0 10px;
		border-color: #666;
		border-radius: 0;
		border: 0;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #7a7a7a;
		
		-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: 41px;
		height: 41px;
		padding: 0;
		border: none;
		background: transparent;
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 14px;
		line-height: 20px;
		background: #7a7a7a;
	}

	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #333; }

	.searchSubmit:hover {
		background: #a4233a;
		color: #fff;
		cursor: pointer;
	}

	.searchInput::-webkit-input-placeholder {
	   color: #fff;  
	}

	.searchInput:-moz-placeholder { /* Firefox 18- */
	   color: #fff;    
	}

	.searchInput::-moz-placeholder {  /* Firefox 19+ */
	   color: #fff;  
	}

	.searchInput:-ms-input-placeholder {  
	   color: #fff;  
	}

	










		
	
	/* Weather
 	 ***************************************************************************
 	 .weatherContainer {
 	 	display: inline-block;
 	 	float: right;
 	 	vertical-align: middle;
 	 	text-transform: uppercase;
 	 	margin-right: 15px;
 	 }
	.weatherContainer {
		color: #fff;
	}
	
	.weatherContainer .weatherIcon {
		font-size: 14px;
		position: relative;
		top: 3px;
		line-height: 41px;
	}
	
	.weatherContainer .temperature {
		display: none;
		border-right: 1px solid #fff;
		padding-right: 7px;
		margin-right: 3px;
	}
	
	.weatherContainer a:link, .weatherContainer a:link:hover, .weatherContainer a:visited, .weatherContainer a:visited:hover {
		color: #fff;
	} 

	*/






	/* Service Icons
 	 ****************************************************************************
	.serviceIconsContainer {
		padding: 0;
		z-index: 5;
		background: rgba(139,20,42,0.85);
		margin-top: -145px;
		position: relative;
	}

	.serviceIcons {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}

	.ie10 .serviceIcons {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: distribute;		
	}
	
	.serviceIcons li {
		float: left;
		padding: 0;
		margin: 0;
		list-style-type: none;
		position: relative;
		width: 16.667%;
	}

	.serviceIcons.parks li	{
		width: 25%;
	}
	
	.serviceIcons li:last-of-type {
		margin-right: 0;
	}

	.serviceIcons li a .fa {
		color: #fff;
		display: block;
		font-size: 3em;
		margin-bottom: 12px;
		text-align: center;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 *
		-webkit-transition: all .3s; /* Safari and Chrome *
		-o-transition: all .3s; /* Opera *
	}

	.serviceIcons li a, .serviceIcons li a:link {
		color: #fff;
		display: block;
		font-size: 15px;
		padding: 1.2em 0 20px 0;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 *
		-webkit-transition: all .3s; /* Safari and Chrome *
		-o-transition: all .3s; /* Opera *

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.serviceIcons li a span {
	    border: 1px solid #fff;
	    border-radius: 100%;
	    width: 50px;
	    padding: 15px;
	    margin: 0 auto;
	}

	.serviceIcons li a:link, .serviceIcons li a:link:hover, .serviceIcons li a:visted, .serviceIcons li a:visited:hover {
		color: #fff;
		text-decoration: none;
	}
	
	
	.serviceIcons li a:link:hover .fa, .serviceIcons li a:visited:hover {
		color: #fff;

		-ms-transform: scale(1.1,1.1); 
   		-webkit-transform: scale(1.1,1.1); 
   		transform: scale(1.1,1.1);
	}
	
	.serviceIcons li a  > br {
		display: block;
	}	

	.serviceIcons li a:link:hover, .serviceIcons li a:active, .serviceIcons li a:visited:hover {
    	text-decoration: none;
	}





	/* Service Icons
	 ****************************************************************************/
	.serviceIconsContainer {
		background: ;
		z-index: 30;

	}

	.serviceIcons {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		text-align: center;

		display: flex;

		flex-wrap: wrap;
	}

	.serviceIcons a {
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 15px;
		margin: 0 auto .5rem auto;
		padding: 1.25rem 0.625rem 0.9375rem 0.625rem;
		text-align: center;
		text-decoration: none;
		position: relative;
		z-index: 5;

		

		/*-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;*/

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;


		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

		.serviceIcons a:hover {
			color: #fff;
			text-decoration: none;
		}

		.serviceIcons div {
			width: 16.666%;
			z-index: 5;
		}

		.serviceIcons div:nth-of-type(1) {
			background-color: rgba(139,20,42,0.85);
		}

			.serviceIcons div:nth-of-type(1):hover {
				background-color: rgba(139,20,42,1);
			}

		.serviceIcons div:nth-of-type(2) {
			background-color: rgba(61,61,61,.85);
		}

			.serviceIcons div:nth-of-type(2):hover {
				background-color: rgba(61,61,61,1);
			}

		.serviceIcons div:nth-of-type(3) {
			background-color: rgba(31,31,31,.85);
		}

			.serviceIcons div:nth-of-type(3):hover {
				background-color: rgba(31,31,31,1);
			}

		.serviceIcons div:nth-of-type(4) {
			background-color: rgba(72,10,21,0.85);
		}

			.serviceIcons div:nth-of-type(4):hover {
				background-color: rgba(72,10,21,1);
			}

		.serviceIcons div:nth-of-type(5) {
			background-color: rgba(90,90,90,.85);
		}

			.serviceIcons div:nth-of-type(5):hover {
				background-color: rgba(90,90,90,1);
			}

		.serviceIcons div:nth-of-type(6) {
			background-color: rgba(10,10,10,.85);
		}

			.serviceIcons div:nth-of-type(6):hover {
				background-color: rgba(10,10,10,1);
			}

	.serviceIcons a span:first-of-type {
		color: #fff;
		box-shadow: none;
		display: block;
		font-size: 3.75rem;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		background: ;
		content: " ";
		border-radius: %;
		width: 5.5rem;
		height: 5.5rem;
		position: relative;
		top: .5rem;

		/*
		-webkit-clip-path: circle(50% at 50% 50%);
		clip-path: circle(50% at 50% 50%);


		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		*/

	}

	.serviceIcons a:hover span:first-of-type {
		color: #fff;
	}


	.serviceIcons a span.fa-fw:before {
		color: #fff;
		top: 2.1rem;
		position: relative;
	}

	.serviceIcons a:hover span.fa-fw:before {
		color: #fff;
	}






	/* Parks Icons
 	 ****************************************************************************/	
	.parksIconsContainer {
		padding: 0;
		z-index: 5;
		position: relative;
	}

	.parksIcons {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}

	.ie10 .parksIcons {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: distribute;		
	}
	
	.parksIcons li {
		float: left;
		padding: 0;
		margin: 0;
		list-style-type: none;
		position: relative;
		width: 25%;
	}

	.parksIcons.parks li	{
		width: 25%;
	}
	
	.parksIcons li:last-of-type {
		margin-right: 0;
	}

	.parksIcons li a .fa {
		color: #666666;
		display: block;
		font-size: 3em;
		margin-bottom: 12px;
		text-align: center;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	.parksIcons li a, .parksIcons li a:link {
		color: #666666;
		display: block;
		font-size: 15px;
		padding: 1.2em 0 20px 0;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.parksIcons li a span {
	    border: 0px solid #666666;
	    border-radius: 100%;
	    width: 50px;
	    padding: 15px;
	    margin: 0 auto;
	}

	.parksIcons li a:link, .parkscons li a:link:hover, .parksIcons li a:visted, .parksIcons li a:visited:hover {
		color: #666666;
		text-decoration: none;
	}
	
	
	.parksIcons li a:link:hover .fa, .parksIcons li a:visited:hover {
		color: #666666;

		-ms-transform: scale(1.1,1.1); 
   		-webkit-transform: scale(1.1,1.1); 
   		transform: scale(1.1,1.1);
	}
	
	.parksIcons li a  > br {
		display: block;
	}	

	.parksIcons li a:link:hover, .parksIcons li a:active, .parksIcons li a:visited:hover {
    	text-decoration: none;
	}






	/* Home Events
	 ****************************************************************************/
	.cwEventsHome ul.cwList div.bigDate {
		padding: 0 15px 0 0;
		color: #333;
		font-family: 'open-sans', sans-serif;
		float: left;
		width: 3em;
		text-align: center;
		margin-right: 15px;
	}

	.cwEventsHome ul.cwList li .titleLink {
		display: table-cell;
		padding: 0;
		vertical-align: top;
		width: 100%;
		margin-bottom: 30px;
	}


	.cwEventsHome ul.cwList div.bigDate .dateContainer {
		padding: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cwEventsHome ul.cwList div.bigDate .month {
		color: #333;
		text-transform: uppercase;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		padding: 0;
		margin: -4px 3px 0;
	}

	.cwEventsHome ul.cwList div.bigDate .day {
		color: #333;
		padding: 0;
		text-align: center;
		font-size: 38px;
		margin: 0;
		position: relative;
		font-weight: 600;
		margin-top: -6px;
		margin-bottom: -10px;
	}

	.cwEventsHome i {
		margin: 0.25rem 0.375rem 0.25rem 0;
	}

	.cwEventsHome .eventLocation i {
		float: left;
	}

	.cwEventsHome .eventLocation div {
		overflow: hidden;
	}

	.cwItem {
		margin-bottom: 15px;
	}






	/* Calendar Grid
	 ****************************************************************************/
	.calendarGridContainer {
		background: #fff;
		margin: 0rem;
		padding: 1rem;

		-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
	}

	table.calendar {
		padding-bottom: .5rem;
	}

	tr.calendarRow	{  }

	td.calendarMonthHeader {
		text-align: center;
		font-size: 1.875rem;
		padding: 0.625rem;
		font-weight: 700;
	}

	td.calendarMonthHeader a {
		color: #333;
		text-decoration: none;
	}

	td.calendarDayHeader {
		color: #333;
		width: 3rem;
		padding: 1rem 0;
		text-align: center;
	}

	td.calendarDay	a {
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
		text-align: center;
		color: #333;
		text-decoration: none;
	}

	td.calendarDay span {
		color: #737373;
		display: block;
		margin: 0 auto;
		padding: 0.75rem 0;
		text-align: center;
		cursor: not-allowed;
	}

	td.calendarDay:hover {
	}

	td.calendarDayNP	{
	}


	td.calendarDay,
	td.calendarDayNP {
		text-align: center;
		border-radius: 50%;
	}

	td.calendarDay a {
		border-radius: 50%;
		display: inline-block;
		height: 1.6rem;
		line-height: 1.6rem;
		padding: .5rem;
		text-align: center;
		width: 1.6rem;
		margin: 0.0625rem;

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

	td.calendarToday a {
		border-radius: 50%;
		background-color: #333;
		color: #fff;
	}

	td.calendarEventToday a {
		color: #fff;
		background: #a4233a;
		border-radius: 50%;

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

	td.calendarDay a:hover {
		color: #fff;
		background: #333;
		text-decoration: none;

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

	td.calendarEventToday a:hover {
		color: #fff;
		background: #333;
		text-decoration: none;

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}










	/* Secondary Banner
 	 ****************************************************************************/

	#bannerContainer {
		background: url('/images/header/secondary-banner.jpg') no-repeat;
		background-size: cover;
		padding-top: 20.625%;
	}

	#parksbannerContainer {
		background: url('/images/header/secondary-banner-parks.jpg') no-repeat;
		background-size: cover;
		padding-top: 15%;
	}

	/* Structure
	 ****************************************************************************/

	.backgroundWrap {
		padding: 20px 50px;
	}
	
	/* columns */
	.secondaryColumns {
		margin-left: 330px;
	}
	
	.secondaryColumns .col1 {
		float: right;
		width: 100%;
	}

	.secondaryColumns .col2 {
		float: left;
		width: 280px;
		margin-left: -330px;
	}

	/* Content Windows
	 ****************************************************************************/
	.secondaryColumns .col2 .cwContainer {
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.secondaryColumns .col2 .cwContainer:last-of-type {
		border-bottom: 0;
	}

		.secondaryColumns .col2 .cwContainerInner {
			padding: 10px 10px 0 0;

			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}

		.secondaryColumns .col2 .cwHeader {
			color: #333;
			font-size: 22px;
			margin: 0;
			padding: 0 0 5px;
			text-align: left;
			text-transform: uppercase;
			letter-spacing: 3px;
		}

		.secondaryColumns .col2 .cwContainerInner a {
			color: #a4233a;
			text-decoration: none;

			transition: all .3s;
			-moz-transition: all .3s;
			-webkit-transition: all .3s;
			-o-transition: all .3s;
		}

		.secondaryColumns .col2 .cwContainerInner a:hover {
			color: #a4233a;
			/*text-decoration: underline;*/
		}


	



	/* Fancy Pants Link Underlines 

	.secondaryColumns .col2 .cwContainerInner a, .homeColumns a {
		position: relative;
		text-shadow: none;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}

	/*.secondaryColumns .col2 .cwContainerInner a::before,*
	.secondaryColumns .col2 .cwContainerInner a::after, .homeColumns a::after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #a4233a;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.secondaryColumns .col2 .cwContainerInner a::after, .homeColumns a::after {
		bottom: 0;
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		transform: translateY(5px);
	}

	.secondaryColumns .col2 .cwContainerInner a:hover,
	.secondaryColumns .col2 .cwContainerInner a:focus,
	.homeColumns a:hover,
	.homeColumns a:focus
	{
		color: #a4233a;
	}

	.secondaryColumns .col2 .cwContainerInner a:hover::after,
	.secondaryColumns .col2 .cwContainerInner a:focus::after,
	.homeColumns a:hover::after,
	.homeColumns a:focus::after 
	{
		opacity: 1;
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	*/





	/*
	.cwContainer .cwLink {
		font-weight: bold;
		text-transform: uppercase;
	}*/

	.cwList {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.cwList li {
		padding: 2px 0;
	}

/*	.cwNewList li, .cwList li {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.secondaryColumns .column1 .cwList li,
	.secondaryColumns .column1 .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
		 ****************************************************************************/

		.cwContactAddresses {
			padding-bottom: 5px;
		}

		.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 {
			float: left;
			margin: 0 10px 5px 0;
			padding: 0;
		}

		/* also used as FontAwesome reset for various classes */
		.cwContactList li:before, .home:before, li.navArrow:before {
			color: #a4233a;
			float: left;
			font-family: 'FontAwesome';
			font-size: 14px;
			height: 14px;
			margin: 0 5px 0 0;
			text-align: center;
			text-decoration: none;
			width: 14px;
		}

		.contactLabel {
			position: absolute !important;
			top: -9999px !important;
			left: -9999px !important;
		}

		.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";
		}
		.home:before {
			content: "\f015";
		}
		
		
		.cwContactHome {
			color: #fff;
			position: relative;
		}

		.cwContactHome h3.cwHeader {
			color: #fff;
			text-align: center;
		}

		.cwContactHome .cwContactPositioner {
			position: absolute;
			bottom: 25px;
			left: 0;
			right: 0;
			margin: 0 auto;
			text-align: center;
		}

		.cwContactHome a:link, .cwContactHome a:link:visited, .cwContactHome a:visited {
			color: #fff;
			text-decoration: none;
		}

		.cwContactHome .cwContactAddresses {
			font-family: 'Open Sans', sans-serif;
			font-weight: 300;
			font-size: 13px;
			padding: 0;
		}

		.cwContactHome .cwContactList {
			text-align: center;
		}

		.cwContactHome .cwContactList li {
			float: none;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			font-size: 13px;
			margin: 0;
		}

		.cwContactHome .cwContactList .hours {
			font-weight: 300;
		}

		.cwContactHome .cwContactList li:before {
			float: none;
			color: #fff;
			font-size: 12px;
		}

		/* Topics of Interest Flyouts
		 ****************************************************************************/


		#topicNavList {
			margin: 0;
			padding: 0;
			list-style: none;
			background: none;
			overflow: visible !important;
		}

		.topicToggler {
			overflow: visible !important;
		}

		#topicNavList > li {	
			display: block;
			padding: 2px 0;
		}

		#topicNavList > li > a {
			display: block;
			text-decoration: none;
		}

		#topicNavList > li > a:hover {
			text-decoration: none;
		}

		#topicNavList > li > a:hover::after,
		#topicNavList > li > a:focus::after,
		#topicNavList > li.navArrow ul li a:hover::after,
		#topicNavList > li.navArrow ul li a:focus::after {
			opacity: 0;
		}		

		#topicNavList > li.navArrow {
			position: relative;
			background: transparent url('/images/menu/flyout-arrow-off.gif') 97% center no-repeat;
			
			transition: all .3s;
			-moz-transition: all .3s; /* Firefox 4 */
			-webkit-transition: all .3s; /* Safari and Chrome */
			-o-transition: all .3s; /* Opera */
		}

		#topicNavList > li.navArrow:hover {
			position: relative;
			background: #a4233a  url('/images/menu/flyout-arrow-over.gif') 99% center no-repeat;

			padding: 2px 0 2px 7px;
			
			transition: all .3s;
			-moz-transition: all .3s; /* Firefox 4 */
			-webkit-transition: all .3s; /* Safari and Chrome */
			-o-transition: all .3s; /* Opera */
		}

		#topicNavList > li.navArrow:hover a {
			color: #fff;
		}

		#topicNavList li:hover {
		}

		#topicNavList > li.navArrow ul {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			left: -1000em;
			width: 250px;
			background: #a4233a;
		}

		#topicNavList > li.navArrow ul li {
			display: block;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			padding: 0;
		}

		#topicNavList > li.navArrow ul li a {
			display: block;
			text-decoration: none;
			padding: 2px 7px;
			
			transition: background .3s;
			-moz-transition: background .3s; /* Firefox 4 */
			-webkit-transition: background .3s; /* Safari and Chrome */
			-o-transition: background .3s; /* Opera */
		}

		#topicNavList > li.navArrow ul li a:hover {
			background: #fff;
			color: #a4233a;
			
			transition: background .3s;
			-moz-transition: background .3s; /* Firefox 4 */
			-webkit-transition: background .3s; /* Safari and Chrome */
			-o-transition: background .3s; /* Opera */
		}

		#topicNavList > li.navArrow:hover ul {
			top: 0;
			left: 270px;
			z-index: 20;
		}

		.navSelected {
			background: #f9f9f9;
			padding: 0 0 1px;
		}

		.navSelected > a {
			border-bottom: 1px solid #ccc;
		}

		.navSelected > ul {
		    background: none repeat scroll 0 0 #FFF;
		/*    border: 1px solid #bdb596;*/
		    list-style: none outside none;
		    margin: 10px 13px;
		    padding: 10px 15px;
		}

		.navSelected > ul > li {
			padding: 3px;
			border-bottom: 1px solid #ccc;
		}


		li.navArrow:before {
			float: right;
		}

		li.navArrow:before {
			content: "\f196";
		}
		










	.calBigDate {
		padding: 0 15px 0 0;
		color: #333;
		font-family: 'open-sans', sans-serif;
		float: left;
		width: 3em;
		text-align: center;
		margin-right: 15px;
	}
	
	.calBigDate .month {
		color: #333;
		text-transform: uppercase;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		padding: 0;
		margin: -4px 3px 0;
	} 
	
	.calBigDate .day {
		color: #333;
		padding: 0;
		text-align: center;
		font-size: 38px;
		margin: 0;
		position: relative;
		font-weight: 600;
		margin-top: -6px;
		margin-bottom: -10px;
	}
	
	.calTitleLink {
		float: left;
		width: 70%;
	}


	.homeColumns .cwLink {
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: none;
	}



	/* Homepage */

	.homeColumns {
		margin-left: ;
	}
	
	.homeColumns .col1 {
		float: left;
		width: 33.333%;
		padding: 30px 0;
	}

	.homeColumns .col2 {
		float: left;
		width: 33.333%;
		padding: 30px 0;
	}

	.homeColumns .col3 {
		float: left;
		width: 33.333%;
		padding: 30px 0;
	}



	.cwDocsHome .cwList li {
		padding: 0 0 10px;
	}


	.homeColumns .cwHeader {
		color: #333;
		font-family: 'Georgia', serif;
		font-size: 22px;
		margin: 0;
		padding: 0 0 5px;
		text-align: left;
		text-transform: none;
	}

	.homeColumns .cwContainerInner {
		padding: 15px 0 0;
		width: 100%
	}







	/* 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 {
		font-size: .8em;
		padding: 2px 4px;
		display: inline-block;
		text-transform: uppercase;
	}
	
	
	.breakingNews .feedLink {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews a.moreLink {
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews a.moreLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		font-size: 13px;
		font-weight: 300;
		margin-top: 0;
		margin-bottom: 25px;
	}

	#breadcrumbsInner a {
		font-weight: 400;
		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;
	}

	/* Description */
	.descContainer {
		padding-bottom: 50px;
	}
		
	/* Content Window Headers and Special Headers
	 ****************************************************************************/
	.sectionTitle {
		color: #666;
		font-size: 32px;
		margin: 0;
	}
	
		.sectoinTitle span {
			margin: 0;
		}

	
	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		border: 1px solid #d6d6d6;
		display: table;
		margin-bottom: 15px;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		
	.cwSectionItem {
		display: table-row;
	}
	
	.cwSectionItem:nth-of-type(even) {
		background: #eadcdf;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #fff;
	}

	.cwSectionItem:hover, .cwSectionItem:nth-of-type(odd):hover {
		background: #ffffc9;
	}
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		border-bottom: 1px solid #d3cdc4;
		display: table-cell;
		padding: 5px;
	}
	
	.cwSectionItem:last-of-type .cwSectionLink, 
	.cwSectionItem:last-of-type .cwSectionPhone, 
	.cwSectionItem:last-of-type .cwSectionEmail,
	.cwSectionItem:last-of-type .cwSectionContentLink {
		border-bottom: none;
	}
	
	.cwSectionLink {
		text-align: left;
		width: 100%;
	}
	
	.cwSectionPhone, .cwSectionContentLink {
		white-space: nowrap;
	}
	
	.cwSectionPhone, .cwSectionEmail {
		text-align: right;
	}
	
	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
	}



	/* Tabs
 	 ****************************************************************************/
	#tabContainer {
		margin-top: 15px;
		margin-bottom: 20px;
		display: table-row;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		background: #666666;
		display: table-cell;
		box-sizing: border-box;
		width: 30%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index: 11;
	}

	li.tab {
		background: #666666;
		color: #fff;
		cursor: pointer;
/*		float: left;*/
		font-size: 26px;
		list-style-type: none;
		padding: 28px 15px;
		size: border-box;
		border-bottom: 1px solid #999999;
		
		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-child {
		border-bottom: 0;
	}

	li.tab:hover {
		background: #52687a;
		color: #fff;
		
		transition: background .2s, color .2s, border .2s;
		-moz-transition: background .2s,color .2s, border .2s;
		-webkit-transition: background .2s, color .2s, border .2s;
		-o-transition: background .2s, color .2s, border .2s;
	}

	li.tab:hover span:before {
		color: #fff;
		
		transition: color .2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}


	#tabsContent {
		/*float: right;*/
		display: table-cell;
		box-sizing: border-box;
		width: 70%;
		background: #f2f2f2;
		min-height: 383px;
		position: relative;
		z-index: 10;
	}

	li.tab.active {
		background: #a4233a;
		border-color: #a4233a;
		color: #fff;
		cursor: default;
	}

	li.tab.active span:before {
		color: #fff;
	}

	div.content {
		margin: 0;
		padding: 15px;
		position: relative;
		z-index: 10;
	}

	#tabsContent .cwContainer {
		background: none;
		padding: 0;
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		color: #443c19;
		/*display: none;*/
		font-weight: normal;
		font: 1.4em 'PT Sans', sans-serif;
		padding-left: 0;
		text-align: left;
	}
	
	
	.tab span:before {
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 24px;
		margin-right: 12px;
		float: left;
		height: 50px;
	}
	
	.tabEvents span:before {
		content: '\f133';
	}
	
	.tabServices span:before {
		content: '\f013';
	}
	
	.tabLinks span:before {
		content: '\f0c1';
	}
	
	.tabNews span:before {
		content: '\f1ea';
	}
	
	.tabAgendas span:before {
		content: '\f15c';
	}


		
	
	/* Content Window Navigation Lists
	 ****************************************************************************/
	ul.cwNavList {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	ul.cwNavList li {
		padding: 2px 0;
	}
	
	ul.cwNavList li:last-of-type {
		border-bottom: none;
	}
	
	/* nav menus */
	.cwNavContainerMenu {
		display: none;
		margin-bottom: 20px;
	}
	
	.cwNavContainerMenu select {
		width: 100%;
	}

	/* Footer
	*******************************************************************************/

	.footer {
		background: #a4233a;
		background: url('/images/footer/footer-bg.jpg');
		background-size: cover;
		color: #fff;
		font-size: 9px;
	}

	.footerInner {
		background: url('/images/footer/footer-shadow.png') center top no-repeat;
		padding: 25px 0;
	}

	.footer .copy {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.footCol1 {
		float: left;
	}

		.footCol1 h1 {
			color: #fff;
			font-size: 25px;
		}

		.footCol1 p {
			color: #fff;
			font-size: 15px;
		}

	.footCol2 {
		float: right;
		width: 300px;
		text-align: right;
	}

		.footCol2 div:nth-of-type(1) {
			padding: 10px 0;
		}

		.footCol2 div:nth-of-type(2) {
			padding: 10px 0;
		}

	.footer a:link, .footer a:link:visited, .footer a:visited {
		color: #fff;
	}

	#legal {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#legal li {
		display: inline-block;
		padding: 0 5px 0 0;
	}

	.credits {
		margin-right: 80px;
		margin-bottom: 10px;
		position: relative;
		top: 9px;
	}

	#coreLogo {
		float: right;
		height: 45px;
		margin-left: 8px;
		position: relative;
		width: 100px;
		top: 0;
	}
	
	/* Special Classes
	 ****************************************************************************/
	.pdfIcon {
		font-family: 'FontAwesome';
		margin-left: .3em;
	}

	/* link list */
	.linkSearchContainer {
		position: relative;
	}

	.linkSearchContainer:after {
		font-family: "FontAwesome";
		content: "\f002";
		color: #d6d6d6;
		font-size: 1.7em;
		position: absolute;
		right: 8px;
		top: -2;
		z-index: 5;
	}

	#linkList .search {
		border: 1px solid #d6d6d6;
		color: #686868;
		font-size: 1.3em;
		margin-bottom: 15px;
		padding: 5px 10px;
		width: 100%;
		position: relative;
		z-index: 4;

		box-sizing: border-box;
	}

	#linkList .search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #686868;
		opacity: 1;
	}

	#linkList .search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #686868;
		opacity: 1;
	}

	#linkList .search::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #686868;
		opacity: 1;
	}

	#linkList .search:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #686868;
	}

	

	#linkList .list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#linkList .list .linkGroup {
		background: #19324f !important;
		color: #fff;
		font-weight: bold;
	}

	#linkList .list li {
		padding: 5px 10px;
		border: 1px solid #ccc;
		border-bottom: 0;
		font-size: 1.1em;
	}

	#linkList .list li:nth-of-type(odd):hover,
	#linkList .list li:nth-of-type(even):hover {
		background: #ffffc9;
	}

	#linkList .list li a {
		display: block;
	}

	#linkList .list li a:after {
		color: #999999;
		content: "\f138";
		float: right;
		font-family: "FontAwesome";
		font-size: 1.1em;
	}

	#linkList .list li:nth-of-type(even) {
		background: #f2f2f2;
	}

	#linkList .list li:nth-of-type(odd) {
		background: #fff;
	}


	#linkList .list li:last-of-type {
		border: 1px solid #d6d6d6;
	}

	
	/* Special table classes like it's 2001
	 ****************************************************************************/
	.t {
		display: table;
	}

	.tr {
		display: table-row;
	}

	.td {
		display: table-cell;
	}

	.shadow {
		background: url('/images/misc/shadow.png') top center no-repeat;
		background-size: contain;
		max-width: 1100px;
		height: 42px;
		margin: 0 auto;

		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/misc/shadow.png',
		sizingMethod='scale');
	}





























	
	/* Slideshow & Links
 	 ****************************************************************************/
	.slideLinks {
		position: relative;
	}
	
	
	/* Top Icons
 	 ****************************************************************************/
 	.topLinks {
 		background: rgba(12,33,64,.80);
 		position: absolute;
 		top: 0;
 		width: 307px;
 		height: 302px;
 	}
 	
 	.bodySecondary .topLinks {
 		background: none;
 		position: static;
 		top: 0;
 		width: auto;
 		height: auto;
 	}
	
	.topLinks ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}	

	.topLinks ul li {
		background: url('/images/home/top-links/bottom-border.png') center bottom no-repeat;
		margin: 0;
		padding: 12px 30px;
		list-style-type: none;
	}	
	
	.bodySecondary .topLinks ul li {
		background-size: 100% 1px;
		padding: 12px 0;
		margin: 0;
	}
	
	.topLinks ul li a {
		color: #ddd2c0;
		display: block;
		padding: 3px 0 3px 60px;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}
	
	.bodySecondary .topLinks ul li a:link {
		color: #ddd2c0;
	}
	
	.bodySecondary .topLinks ul li a:hover  {
		border: 0;
	}
	
	.topLinks ul li a span:nth-of-type(1) {
		font-size: 1.5em;
		display: block;
	}
	
	.topLinks ul li a span:nth-of-type(2) {
		display: block;
		font-size: .95em;
	}
	
	.topLinks ul li a:link:hover {
		color: #fff;
		text-shadow: 0 0 7px #000;
	}
	
	.topLinks ul li a:link:hover {
		background-position: 5px center;
	}
	
	
	
	.topLinks ul li:nth-of-type(1) a {
		background: url('/images/home/top-links/bill-pay.png') left center no-repeat;
	}
	
	.topLinks ul li:nth-of-type(2) a {
		background: url('/images/home/top-links/email-alerts.png') left center no-repeat;
	}
	
	.topLinks ul li:nth-of-type(3) a {
		background: url('/images/home/top-links/who-contact.png') left center no-repeat;
	}
	
	
	/* Main Home Page Content
 	 ****************************************************************************/
	.mainContent {
		position: relative;
		margin-top: -85px;
	}
	
	.curveContainer {
		background: url('/images/misc/curve.png') center top no-repeat;
		background-size: cover;
		height: 85px;
	}
	
	.contentContainer {
		background: #e6e0d7;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTBkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #e6e0d7 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #e6e0d7 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #e6e0d7 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e0d7', endColorstr='#ffffff',GradientType=0 );
	}

}

/********************************************************************************
 * simple adjustment for 1100px
 ********************************************************************************/
@media screen and (max-width: 1100px) {
	.wrap {
		padding: 0 10px;
	 }

	 .topBar .wrap {
	 	padding: 0 0 0 10px;
	 }

	.homeColumns {
		margin-left: 450px;
	}

	.homeColumns .col2 {
	    width: 410px;
	    margin-left: -450px;
	}

	.footerInner {
		padding: 25px 10px;
	}

}

/********************************************************************************
 * simple adjustment for 1100px
 ********************************************************************************/
@media screen and (max-width: 1100px) {

	.serviceIcons.parks li {
		width: 33.3%;
	}

	.homeColumns {
			padding-bottom: 25px;
		}

	.homeColumns {
		margin-left: 0;
	}

	.homeColumns .col1 {
		width: 100%;
		float: none;
	}

	.homeColumns .col2 {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.homeColumns .col3 {
		float: none;
		width: 100%;
	}

}


/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 949px) {

	/* Header
	 ****************************************************************************/
		.social {
			display: block;
			float: none;
			margin: 0 auto;
			order: 1;
		}

		.search {
			display: block;
			float: none;
			width: 280px;
			margin: 0 auto;
		}

		.siteTitle, .siteTitle a {
			display: block;
			max-width: 268px;
			height: 81px;
			margin: 0 auto 20px auto;
		}

		.mainBar {
		    padding: 61px 0 20px;
		}

		.logo {
			width: 100%;
		}

		.homeColumns {
			padding-bottom: 25px;
		}

		.homeColumns {
			margin-left: 0;
		}

		.homeColumns .col1 {
			float: none;
		}

		.homeColumns .col2 {
			width: 100%;
			margin-left: 0;
			float: none;
		}

		.simpleSearch {
			top: 10rem;
		}

		.serviceIcons div {
			width: 50%;
		}
		
}




@media screen and (max-width: 825px) {	
	
	.secondaryColumns {
		margin-left: 0;
	}

	.secondaryColumns .col1, .secondaryColumns .col2 {
		float: none;
		width: auto;
		margin-bottom: 25px;
	}

	.secondaryColumns .col2 {
	    margin-left: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}

}




@media screen and (max-width: 700px) {	
	/* Header
	****************************************************************************/

		.tagline {
			display: none;
		}

		.serviceIcons li, .serviceIcons.parks li {
			width: 33.3%;
		}

		#tabContainer {
			display: block;
		}

		ul.tabs, #tabsContent {
			display: block;
			width: 100%;
		}

		li.tab {
			padding: 13px 15px;
		}

		.tab span:before {
		    float: none;
		    text-align: center;
    		width: 36px;
    		height: 30px;
    		display: inline-block;
		}

		.parksIcons li {
			width: 50%;
		}

		.parksIcons.parks li	{
			width: 50%;
		}

		
}

@media screen and (max-width: 555px) {	
	/* Header
	****************************************************************************/
	
	.weatherContainer {
		float: left;
		clear: left;
	}

	.search {
		clear: right;
	}

	.cwEventsHome, .cwContactHome {
		display: block;
		margin: 0;
	    width: 100%;
	}

	.cwContactHome {
	    margin: 0;
	    width: 100%;
	}


	.footCol1 {
		float: none;
		width: 100%;
		text-align: center;
	}

		.footCol1 h1 {
			color: #fff;
			font-size: 25px;
		}

		.footCol1 p {
			color: #fff;
			font-size: 15px;
		}

	.footCol2 {
		float: none;
		width: 300px;
		margin: 0 auto;
		text-align: right;
	}

		.footCol2 div:nth-of-type(1) {
			padding: 10px 0;
			text-align: center;
		}

		.footCol2 div:nth-of-type(2) {
			padding: 10px 0;
		}


}

@media screen and (max-width: 485px) {	
	/* Header
	****************************************************************************/
	
	.serviceIcons li, .serviceIcons.parks li {
	    width: 50%;
	}

	.backgroundWrap {
		padding: 20px 0px;
	}

	.homeColumns .col1 {
		width: 100%;
		float: none;
		padding: 20px 50px;
	}

	.homeColumns .col2 {
		width: 100%;
		margin-left: 0;
		float: none;
		padding: 20px 50px;
	}

	.homeColumns .col3 {
		float: none;
		width: 100%;
		padding: 20px 0px;

	}

	

}

/* For Nicole */

@media screen and (max-width: 275px) {	
	
	.serviceIcons li, .serviceIcons.parks li {
	    width: 100%;
	}

}


/* 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;
}