<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/


@media screen {
	
	/* Reset some defaults
	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #005036;
		font-family: 'Lato', sans-serif;
		font-weight: normal;
		margin: .5em 0;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2.0em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.0em;
	}

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

	/* Site-wide Links
	 ****************************************************************************/
	a:link {
		color: #01a355;
		text-decoration: none;

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

	a:link:visited, a:visited {
		color: #0c55d3;
	}

	a:link:hover, 
	a:active, 
	a:visited:hover {
		color: #0c55d3;
		text-decoration: none;
	}
	
	body {
		background: #262626;
		color: #000;
		font: 94%/1.5 'Lato', tahoma, arial, sans-serif;
		margin: 0;
		padding: 0;
	}
	
	/* Let's do this thing
	 ****************************************************************************/
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
		box-sizing: border-box;
	}


	/* Header
	 ****************************************************************************/
	.header {
		background-image: url('/growyorktown/images/header/banner.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.header h2 {
		display: none;
	}
	
	.header &gt; .wrap {
		position: relative;
	}

	div.siteTitleContainer {
		max-width: 1100px;
		margin: 0 auto;
		z-index: 631;
		margin-top: -35px;
	}
		
	.siteTitle {
		margin: 0;
	}

	.siteTitle a {
		background: url('/growyorktown/images/header/site-title.png') center top no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: block;
		margin: 0 auto;
		height: 436px;
		width: 462px;
		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;
	}

	.googleTranslate {
		float: right;
		background: #fff;
		height: 50px;
		width: 50px;
		text-align: center;
	}

	#translateLink {
		display: block;
		font-size: 30px;
		color: #00704a;
		padding-top: 10px;
	}

	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
		z-index: 640;
	}
	
	/* Search
	 ****************************************************************************/
	.searchWrapper {
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		float: right;
		height: auto;
		overflow: hidden;
		width: 317px;
	}

	.searchForm {
		overflow: hidden;
		position: relative;
		margin: 0;
	}
	
		.searchForm label {
			height: 0;
			left: -35000px;
			position: absolute;
			width: 0;
		}

	.searchInputWrapper {
		overflow: hidden;
		padding: 0 26px 0 0;
	}

	.searchInput {
		background: none;
		border-radius: 0;
		border: 0;
		color: #fff;
		font: 18px 'Lato';
		text-transform: uppercase;
		height: 50px;
		padding: 0 36px 0 10px;
		width: 100%;
		
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.searchSubmit {
		background: none;
		border: none;
		color: #fff;
		display: block;
		font-family: 'FontAwesome';
		font-size: 20px;
		height: 50px;
		line-height: 20px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
	}

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

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

	.searchSubmit:hover {
		background: #fff;
		color: #000;
		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;
	}

	
	/* Welcome Banner
	 ****************************************************************************/
	.bannerOuter {
		background: url('/images/home/banner.jpg') center center;
		background-size: cover;
		padding-top: 1px;
		margin: -1px 0 0 0;
	}

	.bannerInner {
		padding-top: 1px;
		margin: -1px 0 0 0;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.4) 42%, rgba(11,30,13,0.95) 100%);
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.4) 42%,rgba(11,30,13,0.95) 100%);
		background: radial-gradient(ellipse at center,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.4) 42%,rgba(11,30,13,0.95) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#f20b1e0d',GradientType=1 );
	}

	.bannerInner &gt; img {
		display: block;
		margin: 90px auto 0 auto;
		height: 400px;
		width: 402px;
	}

	/* Homepage Backgrounds */

	.noBackgroundImage {
		background: #fff;
		padding: 0;
	}

	.servicesBackground {
		background: #f1f1f1;
		padding: 30px 0;
	}

	.contactBackground {
		background: #fff;
		padding: 0;
		border-top: 10px solid #006640;
	}

	/* Home Columns 50
	 ****************************************************************************/
	.homeColumns50 {
		display: table;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}

	.homeColumnsInner50 {
		display: table-row;
	}
	
	.homeColumnsInner50 &gt; div {
		display: table-cell;
		vertical-align: top;
	}
	
	.homeColumnsInner50 &gt; div:nth-of-type(even) {
		padding-left: 15px;
		width: 50%;
	}
	
	.homeColumnsInner50 &gt; div:nth-of-type(odd) {
		padding-right: 15px;
		width: 50%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.homeColumns50 .map {
		background: url('/growyorktown/images/home-backgrounds/map.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 93%;
	}

	.homeColumns50 .contactBG {
		background: url('/growyorktown/images/footer/contact-bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 42%;
	}

	/* Footer Contact */

	.contactBackground .homeColumnsInner50 &gt; div:nth-of-type(even) {
		vertical-align: bottom;
	}

	.contactInfo .yorkLogo {
		float: left;
		padding-right: 30px;
	}

	.contactInfo h3 {
		text-transform: uppercase;
		margin: 0;
	}

	.contactInfo .contactUs {
	    font-size: 32px;
	    line-height: 32px;
	    margin-bottom: 5px;
	}

	.contactInfo .getConnected {
		font-size: 28px;
		color: #333;
		display: inline-block;
		padding-right: 10px;
	}

	.contactInfo p {
		margin: 0 0 3px;
		font-size: 18px;
	}

	.contactInfo .fa-phone {
		padding-right: 10px;
	}

	.contactInfo .fa-facebook-square, .contactInfo .fa-twitter-square {
		font-size: 28px;
		color: #333;
		padding: 0 2px;
	}

	/* Home Columns 30
	 ****************************************************************************/
	.homeColumns30 {
		display: table;
		max-width: 1100px;
		margin: 0 auto;
	}

	.homeColumnsInner30 {
		display: table-row;
	}
	
	.homeColumnsInner30 &gt; div {
		display: table-cell;
		vertical-align: top;
		width: 30%;
	}
	
	.homeColumnsInner30 &gt; div:nth-of-type(1) {
		background: #fff url('/images/misc/shadow-left.png') right center no-repeat;
		background-size: 24px 100%;
		padding-right: 15px;
		width: 33%;
	}	

	.homeColumnsInner30 &gt; div:nth-of-type(2) {
		width: 33%;
		padding: 0 15px;
	}

	.homeColumnsInner30 &gt; div:nth-of-type(3) {
		background: #fff url('/images/misc/shadow-right.png') left center no-repeat;
		background-size: 24px 100%;
    	padding-left: 15px;
		width: 33%;
	}

	/* Home Columns 3060
	 ****************************************************************************/
	.homeColumns3060 {
		display: table;
		max-width: 1100px;
		margin: 0 auto;
	}

	.homeColumnsInner3060 {
		display: table-row;
	}
	
	.homeColumnsInner3060 &gt; div {
		display: table-cell;
		vertical-align: top;
		color: #fff;
	}

	.homeColumnsInner3060 &gt; div:nth-of-type(odd) {
		width: 36%;
		padding-right: 30px;
		font-size: 1.1em;
	}
		
	.homeColumnsInner3060 &gt; div:nth-of-type(even) {
		width: 63%;
	}
	
		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwContainerInner {
			margin-top: 2em;
		}

		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li {
			width: 48%;
			margin: 0;
		}

		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li:first-of-type {
			float: left;
		}

		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li:last-of-type {
			float: right;
		}

		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li img {
			display: block;
			width: 100%;
		}


	.homeColumnsInner3060 .descContainer h2 {
		color: #fff;
		font-size: 3.3em;
		text-transform: uppercase;
		line-height: 1;
	}

	.homeColumnsInner3060 h5 {
		color: #fff;
	}

	.homeColumnsInner3060 .subtext {
		color: #fff;
		margin-bottom: 10px;
	}

	a.learnMore {
		display: inline-block;
		border: 1px solid #fff;
		padding: 4px 6px;
		color: #fff;
		text-decoration: none;
	}

	a.learnMore:hover {
		color: #fff;
		background: #003F29;
	}


	/* Service Icons
	 ****************************************************************************/
	.serviceIconsContainer {
	}

	.serviceIcons {
		position: relative;
		margin: 0 auto;
		flex-direction: row;
		justify-content: space-between;

		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 a {
		color: #282828;
		display: inline-block;
		font-size: 1.5em;
		box-sizing: border-box;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;		

		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
/*		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;*/

		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;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		
	}

		.serviceIcons a:nth-of-type(3) {
			break-after: always;
		}

		.serviceIcons a:hover {
			color: #000;
		}

		.serviceIcons a:hover span {
			-webkit-transform: scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: scale(1.2); /* IE 9 */
			transform: scale(1.2); /* Firefox 16+, IE 10+, Opera */
			/*text-shadow: 0px 2px 2px #332d1e;*/
		}

	.bodySecondary .serviceIcons {
		margin-top: 40px;

	}

	.bodySecondary .serviceIcons a:after {
		display: none;

	}

	.bodySecondary .serviceIcons a {
		-webkit-flex: 1 1 44%;
		-ms-flex: 1 1 44%;
		flex: 1 1 44%;

	}

	.serviceIcons a:nth-of-type(n+4) {
		margin-bottom: 0;
	}

	.serviceIcons a span {
		color: #005036;
		display: block;
		font-size: 3.5em;
		margin: 0 0 15px 0;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}
	
	

	/* Home Page Events
	 ****************************************************************************/		
	.cwEventsHome ul.cwList div.bigDate {
		display: table-cell;
		padding-right: 8px;
		text-align: center;
		vertical-align: top;
		position: relative;
		top: .3ex;
	}
	
	.cwEventsHome ul.cwList div.bigDate .day {
		color: #333333;
		font-size: 2.1em;
		font-weight: 900;
		line-height: .55em;
		padding: 0;
		position: relative;
		text-align: center;
		top: .2ex;
	}
	
	.cwEventsHome ul.cwList div.bigDate .month {
		color: #333333;
		font-size: .9em;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
	} 

	.cwEventsHome ul.cwList li {
		margin: 0 0 20px 0;
	}
	

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

		.cwEventsHome ul.cwList li .titleLink hr {
			border: 0;
			border-bottom: 1px solid #d2d2d2;
			height: 1px;
		}

	
	.cwEventsHome ul.cwList li .titleLink:last-of-type {
		padding: 0 0 0 8px;
	}

	.bodyHome .cwHeader {
		font-size: 1.9em;
		margin-bottom: 12px;
	}




	/* Home Page Events
	 ****************************************************************************/		
	.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;
		top: -1ex;
	}
	
	.cwNewsDate ul.cwList div.bigDate .day {
		color: #333333;
		font-size: 2.1em;
		font-weight: 900;
		line-height: .55em;
		margin: 12px 0 8px 0;
		padding: 0;
		position: relative;
		text-align: center;
		top: .2ex;
	}
	
	.cwNewsDate ul.cwList div.bigDate .month {
		color: #333333;
		font-size: .9em;
		margin-bottom: 8px;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
	} 

	.cwNewsDate ul.cwList li {
		margin: 0 0 20px 0;
	}

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

		.cwNewsDate ul.cwList li .titleLink hr {
			border: 0;
			border-bottom: 1px solid #d2d2d2;
			height: 1px;
		}

	
	.cwNewsDate ul.cwList li .titleLink:last-of-type {
		padding: 0 0 0 8px;
	}


	#pct_container &gt; a {
		text-align: center;
		display: block;
	}

	
	/* Home Page Tabs
	 ****************************************************************************/		
	.bodyHome #tabContainer {
		margin-top: 15px;
		margin-bottom: 20px;
		border: 0;
	}

	.bodyHome .tabReturn {
		display: none;
	}

	.bodyHome ul.tabs {
		background: #595959;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 1px;
		z-index: 11;
	}

	.bodyHome #tabContainer .tabs li.tab {
		background: none;
		border-right: 0;
		color: #fff;
		cursor: pointer;
		float: left;
		font-size: 1.2em;
		list-style-type: none;
		padding: 8px 0 2px 0 !important;
		size: border-box;
		text-align: center;
		width: 50%;

		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

	.bodyHome #tabContainer li.tab:hover {
		background: #878787;
		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;
	}

	.bodyHome #tabsContent {
		background: #fff;
		border-top: none;
		height: 500px;
		position: relative;
		z-index: 10;
		border: 0;
	}

	.bodyHome li.tab.active {
		background: #4e9fbe;
		color: #fff;
		cursor: default;
	}

	.bodyHome li.tab.active:first-of-type {
		background: #3b5998 !important;
		color: #fff;
		cursor: default;
	}

	.bodyHome li.tab.active:last-of-type {
		background: #1da1f2 !important;
		color: #fff;
		cursor: default;
	}



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

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


	/* Twitter
	 ****************************************************************************/
	 #facebookFeed {
		
	 }


	/* Twitter
	 ****************************************************************************/	
	#twitterFeedContainer {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}	

	.twitterItem {
		margin: 0 0 12px 0;
		padding: 0 0 12px 0;
		list-style-type: none;
		border-bottom: 1px solid #eae9e9;
	}

	.itemHead {
	}

	.itemDate {
		float: right;
		font-size: .9em;
		color: #7f7f7f;	
	}
	
	.profileImage {
		float: left;
		margin-right: 5px;
		height: 48px;
		width: 48px;
	}
	
	.profileName {
		float: left;
		font-size: .9em;
	}
	
	.screenName {
		color: #7f7f7f;
	}
	
	.retweetDetail {
		color: #7f7f7f;
		font-size: .9em;
	}

	
	/* Secondary Structure
	 ****************************************************************************/
	.secondaryHeader {
		background: url('/images/secondary/default-secondary-header.jpg') center center no-repeat;
		background-size: cover;
	}

	.secondaryHeaderInner {
		height: 1px;
		padding-top: 27%;
		max-height: 500px;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.4) 42%, rgba(11,30,13,0.95) 100%);
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.4) 42%,rgba(11,30,13,0.95) 100%);
		background: radial-gradient(ellipse at center,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.4) 42%,rgba(11,30,13,0.95) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#f20b1e0d',GradientType=1 );
	}

	.bodySecondary .mainContent {
		background: #fff;
		padding-top: 70px;
	}

	.bodySecondary .mainContent &gt; .wrap {
		position: relative;
	}
	
	/* columns */
	.secondaryColumns {
	    padding: 30px 0;
	}
	
	.secondaryColumns .column1 {
		float: left;
		width: 100%;
		overflow: hidden;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .column2 {
		background: url('/images/misc/shadow-right.png') left center no-repeat;
		background-size: 24px 100%;
		float: right;
		width: 250px;
		margin-right: -280px;
		z-index: 10;

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

	/* Secondary Service Icons 
	*****************************************************************************/
	.serviceIcons {
		vertical-align: top;
	}

	/*.serviceIcons a:nth-of-type(n+4) {
		margin-bottom: 50px;
	}*/


	
	/* Tabs
 	 ****************************************************************************/
	.bodySecondary #tabContainer {
		margin-top: 15px;
	}

	.bodySecondary .tabReturn {
		display: none;
	}

	.bodySecondary ul.tabs {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
	}

	.bodySecondary li.tab {
		background: #005036;
		color: #fff;
		cursor: pointer;
		font-size: 1.1em;
		list-style-type: none;
		margin: 0 4px 0 0;
		padding: 10px 15px;
		text-align: center;

		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 0;
				
		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

		.bodySecondary li.tab:last-of-type { 
			margin-right: 0;
		}

	.bodySecondary li.tab:hover {
		background: #f7f7f7;
		color: #005036;
		
		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

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

	.bodySecondary #tabsContent {
		background: #f7f7f7;
		position: relative;
		vertical-align: top;
		z-index: 10;
		padding: 15px;
		width: 100%;
	}

	.bodySecondary li.tab.active {
		color: #fff;
		background: #f7f7f7;
		color: #005036;
		cursor: default;
	}

	.bodySecondary li.tab.active span:before {
		color: #005036
	}

	.bodySecondary div.content {
		background: #f7f7f7;
		padding: 0 15px 15px 15px;
		margin: 0;
	}

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

	.bodySecondary div.content .cwHeader {
		color: #333;
		display: none;
		font-size: 1.2em;
		font-weight: normal;
		padding-left: 0;
	}
	
	
	.bodySecondary .tab span:before {
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 1.3em;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	.bodySecondary .tabEvents span:before {
		content: '\f133';
	}
	
	.bodySecondary .tabServices span:before {
		content: '\f013';
	}
	
	.bodySecondary .tabLinks span:before {
		content: '\f0c1';
	}
	
	.bodySecondary .tabNews span:before {
		content: '\f1ea';
	}
	
	.bodySecondary .tabAgendas span:before {
		content: '\f0f6';
	}
	
	
	



	/* Footer
	 ****************************************************************************/
	.footer {
		color: #fff;
		font-size: 10px;
		position: relative;
		padding-top: 30px;
		padding-bottom: 70px;
	}	

	
	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.footer .footerColumn:nth-of-type(1) {
		float: left;
		width: 40%;
		font-size: 12px;
	}

	.footer .footerColumn:nth-of-type(2) {
		float: right;
		width: 40%;
		text-align: right;
	}

	.footer .footerColumn:nth-of-type(2) p {
		margin: 0;
	}
	
	#egovLogo {
		float: right;
		height: 35px;
		margin-left: 8px;
		width: 80px;
		position: relative;
		bottom: 7px;
	}

	.footerColumn ul, .footerColumn ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 10px;
	}
	
	.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  {
		font-size: 1.6em;
		color: #005036;
		margin-bottom: 0;
		text-transform: uppercase;
	}

	.subtext {
		color: #444c54;
		font-size: .8em;
	}

	.secondaryColumns .column2 .cwHeader {
		font-size: 1.3em;
		background: #005036;
		color: #fff;
		padding: 4px 9px;
		margin-bottom: 8px;
	}


	.secondaryColumns .column2 .cwContainerInner {
		padding: 0 20px 20px 20px;
	}

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

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

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

	.secondaryColumns .column2 .cwList li,
	.secondaryColumns .column2 .cwNavList li {
		padding: 0 0 5px 0;
		margin: 0 ;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(odd) {
		float: left;
		width: 48%;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(even) {
		float: right;
		width: 48%;
	}
	
	.descContainer {
		margin-bottom: 20px;
	}
	
	/* Contact Content Window
	 ****************************************************************************/
	.cwContactHead {
		margin-bottom: 12px;
	}

	.cwContactHead .headPhoto {
		float: left;
		margin-right: 10px;
	}

	.cwContactHead .headPhoto img {
		max-width: 75px;
	}

	.cwContactHead .nameTitle {

	}

	.cwContactAddress {
		margin-bottom: 12px;
	}

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

	.cwContactList li {
		margin: 0 0 6px 0;
		padding: 0;
		overflow: hidden;
	}

	.cwContactList li:before,
	.cwDirectionsLink:before {
		color: #005036;
		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;
	}

	.cwAddressLabel {
		margin: 0;
	}

	.cwDirectionsLink:before {
		content: "\f041";
	}

	.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";
	}
	
	.hours span {
		display: block;
		overflow: hidden;
	}

	
	/*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
	 ****************************************************************************/
	a.feedLink {
		color: #FF6600;
		display: inline-block;
		font-family: 'FontAwesome';
		height: 1.5em;
		line-height: 1.5em;
		position: relative;
		text-align: center;
		text-decoration: none;
		top: 1px;
		width: 1.5em;
	}
	
	a.feedLink:hover {
		background-color: #FF6600;
		color: #fff;
	}

	.moreContainer {
		text-align: left;
	}

	a.moreLink {
		color: #005036;
		font-size: .8em;
		padding: 2px 4px;
		display: inline-block;
		text-transform: uppercase;
	}
	
	
	.breakingNews .feedLink {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews a.moreLink {
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews a.moreLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #333;
		font-size: .8em;
		margin-bottom: 10px;
	}

	#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 &gt; .wrap { /* fix for margin on breadcrumbparent in egov applications */
		padding-top: 1px;
		margin-top: -1px;
	}

		
	/* Content Window Headers and Special Headers
	 ****************************************************************************/
	.sectionTitle {
		color: #005036;
		font-size: 2.4em;
		margin: 0;
		text-transform: uppercase;
	}
	
		.sectionTitle span {
			margin: 0;
		}

	
	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		border: 1px solid #dfdfdf;
		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: #f7f7f7;
	}
	
	.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 #dfdfdf;
		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';
		text-decoration: none;
	}

		
	
	/* 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
	 ****************************************************************************/
	a[href$=".pdf"]:after,
	.pdfLink:after {
		content: '\f1c1';
		font-family: "FontAwesome";
		margin-left: .3em;
		position: relative;
		color: #8c0000;
	}

	/*external links*/
	.bodySecondary .mainContent a[href*="//"]:not([href*="www.yorktownindiana.org"]):after {
		color: #b4bab8;
		content: "\f08e";
		font-family: "FontAwesome";
		font-size: .7em;
		margin-left: .3em;
		position: relative;
		top: .1em;
	}


	.socialLinkText {
		display: none;
	}

	/* 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: ##6E8132 !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;
	}

}


/********************************************************************************
 * Reposition Header Elements
 ********************************************************************************/
@media screen and (max-width: 1099px) {
	.wrap {
		padding: 0 10px;
	 }

	/* Header
	 ****************************************************************************/	
	.headerInner {
		position: relative;
	}

	.homeColumns50 {
		padding: 0 10px;
	}

	div.siteTitleContainer {
		margin-top: 0;
	}

	.siteTitle {
	}

	.siteTitle a {
		padding-top: 20%;
	    width: auto;
	    height: auto;
	    margin: 0 0 150px;
	    position: relative;
	    top: 40px;		
	}

	/* Header Utilities
	 ****************************************************************************/
	.headerUtilities {
	    position: absolute;
	    bottom: 50px;
	    left: 0;
	    right: 0;
	}

	.headerUtilities .wrap {
		display: block;
	    margin: 0 auto;
	    width: 387px;
	}

	.searchWrapper {
	}

	.secondaryHeader {
	}

	.homeColumnsInner50 &gt; div:nth-of-type(even) {
	    vertical-align: middle;
	}

}



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

	/* Header
	 ****************************************************************************/


	/* Tabs
	 ****************************************************************************/
	.tabReturn {
		display: block;
	}
	

	/* Footer
	 ****************************************************************************/
	.footer .footerColumn img {
		display: block;
		float: none;
		margin: 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;
		position: static;
		width: auto;
	}
	
	
	.footer .footerColumn:nth-of-type(3) p {
		float: none;
		text-align: center;
	}
	
	#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) {

	.bodyHome .noBackgroundImage {
		padding-top: 1px;
		margin-top: -1px;
	}

	/* Home Columns 50 / Home Columns 30
	 ****************************************************************************/
	.homeColumns50,
	.homeColumns30 {
		display: block;
		padding: 0 10px;
		width: auto;
	}

	.homeColumnsInner50,
	.homeColumnsInner30 {
		display: block;
	}
	
	.homeColumnsInner50 &gt; div:nth-of-type(even),
	.homeColumnsInner50 &gt; div:nth-of-type(odd),
	.homeColumnsInner30 &gt; div:nth-of-type(even),
	.homeColumnsInner30 &gt; div:nth-of-type(odd) 
	{
		display: block;
		margin-bottom: 20px;
		width: auto;
		padding: 0;
		background: none;
	}

	.projects, .schools {
		padding: 2em 0;
	}

	/* Home Columns 30
	 ****************************************************************************/
	.homeColumns3060 {
		display: block;
		padding: 0;
		width: auto;
	}

	.homeColumnsInner3060 {
		display: block;
	}
	
	.homeColumnsInner3060 &gt; div:nth-of-type(even),
	.homeColumnsInner3060 &gt; div:nth-of-type(odd) {
		background: none;
		display: block;
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}


	/* Secondary Structure
 	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
		padding: 0 10px;
	}

	.secondaryColumns .column1 {
		float: none;
		margin: 0;
		width: auto;
	}

	.secondaryColumns .column2 {
		background: none;
		float: none;
		margin: 0;
		top: 0;
		width: auto;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}

}


/********************************************************************************
 * Simple change for collision of header elements
 ********************************************************************************/
@media screen and (max-width: 650px) {
	
	/* Home Columns 3060 CW
	 ****************************************************************************/
		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li {
			width: auto;
		}

		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li:first-of-type {
			float: none;
			margin-bottom: 30px;
		}

		.homeColumnsInner3060 &gt; div:nth-of-type(even) .cwList li:last-of-type {
			float: none;
		}


	/* Service Icons
	 ****************************************************************************/
	.serviceIcons a {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	    margin: 25px 0;
	}

	/* Site Title */

	.siteTitle a {
		padding-top: 35%;
		margin-bottom: 120px;
	}

	.headerUtilities {
    	bottom: 25px;		
	}

		
	/* Secondary Structure
	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		display: block;
	}

	.secondaryColumns .col1 {
		display: block;
		padding-right: 0;
		width: auto;
	}

	.secondaryColumns .col2 {
		display: block;
		margin-bottom: 10px;
		width: auto;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	
	
}


/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/
@media screen and (max-width: 600px) {
	.bodySecondary ul.tabs {
		display: block;
	}

	.bodySecondary li.tab {
		margin-right: 0;
		text-align: left;
	}

	.bodySecondary .tab span:before {
		display: inline;
		margin: 0 8px 0 0;
		text-align: left;
	}

	.bodySecondary div.content .cwHeader {
		display: block;
	}
	
}

/********************************************************************************
 * mobile landscape (480x320)
 ********************************************************************************/
@media screen and (max-width: 480px) {
	/* Search
	 ****************************************************************************/

	/* Search
	 ****************************************************************************/
	.searchWrapper {
/*		margin-left: 110px;
		width: auto;*/
	}

	/* Service Icons
	 ****************************************************************************/
/*	.serviceIcons a {
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}*/
	

	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		border: none;
		display: block;
	}
		
	.cwSectionItem {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f9f9f9;
	}
	
	.cwSectionLink &gt; 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;
	}
	

	/* Tabs
 	 ****************************************************************************/
	#tabContainer, .tabContainerInner {
		display: block;
		width: auto;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		display: block;
	}

	li.tab {
		width: auto;
	}

	#tabsContent {
		display: block;
	}

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

	div.content .cwHeader {
		display: block;
	}

	.splitTab {
		float: none;
		width: auto;
	}


	/* Footer
	 ****************************************************************************/
	.contactInfo {
		text-align: center;
		padding-top: 25px;
	}

	.contactInfo .yorkLogo {
		float: none;
		padding: 0;
		margin: 0;
	}

	.contactInfo .contactUs {
		padding-top: 20px;
	}

	.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;
		margin: 25px 0;
	}
	
	
	.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;
	}
	
	.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;
	}
		
}

@media screen and (max-width: 400px) {
	.headerUtilities .wrap {
		width: 300px;
		padding: 0;
	}

	.headerUtilities {
		bottom: 0;
	}

	.searchWrapper {
		width: 250px;
	}
}


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