/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/


@media screen {
	/* Reset some defaults
	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #333333;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		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: #258320;
		text-decoration: none;

		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #016099;
	}

	a:link:hover,
	a:active,
	a:visited:hover {
		color: #016099;
		text-decoration: none;
	}

	body {
		background: #fff;
		color: #333;
		font-family: 'Lato', sans-serif;
		margin: 0;
		padding: 0;
	}


	/* Let's do this thing
	 ****************************************************************************/
	.wrap {
		margin: 0 auto;
		max-width: 70rem;
		box-sizing: border-box;
	}


	/* Header
	 ****************************************************************************/
	.header {
		position: absolute;
		z-index: 5;
		left: 0;
		right: 0;
	}

	.header h2 {
		display: none;
	}

	.header > .wrap {
		position: relative;
	}

	.siteTitle {
		position: absolute;
		height: 235px;
		width: 235px;
		margin: -20px 0 0 0;
	}

	.siteTitle a {
		background: url('/images/header/site-title.png') center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: block;
		height: 235px;
		width: 235px;
		text-indent: -3500px;
		margin: 0;
		position: relative;
		z-index: 11;

		/*-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 {
		background: rgba(22,119,40,.80);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	  }


	/* Search
	 ****************************************************************************/
	.searchWrapper {
		border: 0;
		float: right;
		height: auto;
		/*overflow: hidden;*/
		width: 210px;
 		z-index: 655;
	}

	.searchForm {
		/*overflow: hidden;*/
		position: relative;
	}

		.searchForm label {
			height: 0;
			left: -35000px;
			position: absolute;
			width: 0;
		}

	.searchInputWrapper {
		/*overflow: hidden;*/
		padding: 0 0 0 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.searchInput {
		background: #3F6C3D;
		border-radius: 0;
		border: 0;
		color: #fff;
		font-size: 1rem;
		height: 2.5rem;
		padding: 0 0 0 10px;
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}

	.searchSubmit {
		background: none;
		border: none;
		color: #fff;
		display: block;
		font-family: 'Font Awesome 5 Pro';
		font-size: 1.2rem;
		height: 2.5rem;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 2.5rem;
	}

	.searchInput:focus {
		outline: none;
		border-color: #fff;
	}

	.searchInput:focus.searchSubmit { color: #000; }

	.searchSubmit:hover {
		background: #245889;
		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
	}


	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		color: #fff;
		float: right;
		margin: 10px 20px 0 0;
		text-transform: uppercase;
	}

	.weatherContainer a {
		color: #fff;
		text-decoration: underline;
	}

	.weatherContainer a:hover {
		color: #fff;
		text-decoration: none;
	}


	/* Legal Notices
	 ****************************************************************************/
	.legalNotices {
		color: #fff;
		float: left;
		margin: 10px 10px 0 200px;
		text-transform: uppercase;
		left: 12rem;
	}

	.legalNotices a {
		color: #fff;
		text-decoration: underline;
	}

	.legalNotices a:hover {
		color: #fff;
		text-decoration: none;
	}


	/* Translate
	 ****************************************************************************/
	/*#translateLink {
		float: right;
		height: 2.5rem;
		width: 4rem;
		overflow: hidden;
	}

	#translateLink i {
		color: #fff;
		background: #245889;
		font-size: 2.3rem;
		line-height: 1;
		height: 2.5rem;
		width: 4rem;
		text-align: center;
	}

	#translateLink .translateLinkText {
		text-indent: -3500px;
	}

	#translateLink:hover i {
		background: #3F6C3D;
		color: #fff;*/
	}

	.headerUtilities > .wrap {
			position: relative;
		}
		
		.headerUtilities > .wrap #google_translate_element_header {
			position: relative;
			transition:color 0.35s;
			display: inline-block;
			float: right;
		}
		.headerUtilities > .wrap #google_translate_element_header>span {
			pointer-events:none;
			z-index:1
		}
		.headerUtilities > .wrap #google_translate_element_header:hover {
			color:red;
			text-decoration:none
		}
		.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget {
			color: transparent;
			font-family:inherit;
			font-size:inherit;
			height:auto;
			overflow:hidden;
			position:absolute;
			top:0;
			right:8%;
			z-index:0;
			width:84%
		}
			.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget>div {
			height:auto
		}
		.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget .goog-te-combo {
			background: transparent;
			border:none;
			box-shadow:none!important;
			color: transparent;
			margin:0;
			padding:0 0.1rem;
			width:100%;
			height:2rem;
			font-family:inherit;
			font-size:inherit;
			cursor:pointer
		}
		.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget .goog-te-combo:hover {
			text-decoration:underline
		}
		.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget .goog-te-combo option {
			color:#333!important
		}
		.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget .goog-te-combo option:first-child {
			
		}
			.headerUtilities > .wrap #google_translate_element_header .goog-te-gadget>span {
			display:none
		}
		
	#translationIcon {
		color: #fff;
		background: #245889;
		font-size: 2.3rem;
		line-height: 1;
		height: 2.5rem;
		width: 4rem;
		text-align: center;
	}

	.visuallyHidden {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	/* Slideshow
	 ****************************************************************************/
	.slideshowContainer > .wrap {
		position: relative;
		z-index: 6;
	}

	.slideshowContainer div.welcome {
		position: relative;
		margin: 0 50px;
	}

	.slideshowContainer > div img {
		position: absolute;
		top: 15rem;
		z-index: 7;
		left: calc((100vw - 70rem - 100px) / 2);
		display: block;
	}

	/* Service Icons
	 ****************************************************************************/
	.homeServices {
		position: relative;
	}

	.homeServices .serviceIconsContainer {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		position: absolute;
		left: 0;
		right: 0;
		z-index: 4;
		background: rgba(0,0,0,.4);
	}

	.serviceIconsContainer {
		padding: 0;
		background-size: cover;
		color: #fff;
		text-align: center;
		font-size: 1.2em;
	}


	.serviceIcons {
		position: relative;
		margin: 0 auto;
		max-width: 70rem;

		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: space-between;
		-ms-flex-pack: start;
		justify-content: space-between;
		-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 {
		box-sizing: border-box;
		color: #fff;
		display: inline-block;
		font-size: 1rem;
		font-weight: 300;
		padding: 20px 13px 18px 13px;
		text-align: center;
		text-decoration: none;
		width: 16.5%;

		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;

		/*-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;*/

		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}


		.serviceIcons a:hover {
			color: #fff;
		}

		.serviceIcons a:hover span {
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

	.serviceIcons a span {
		color: #fff;
		display: block;
		font-size: 3.5rem;
		margin-bottom: 15px;

		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}


	/* Breaking News
	 ****************************************************************************/
	.breakingNewsContainer {
		margin: 0 0 0 0;
		background: #c31414;
	}

	.breakingNews {
		min-height: 5rem;
		position: relative;
	}

	.breakingNews .col1 {
		width: 14.5rem;
		left: 0;
		position: absolute;
		top: -5px;
	}

	.breakingNews .col1 .cwHeader {
		background: none;
		color: #fff;
		font-size: 1.7rem;
		font-weight: 300;
		margin-top: 15px;
		padding: 10px 12px;
	}

		.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(-1px, 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(-1px, 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(-1px, 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: 15.5rem;
		padding: 15px 20px;
		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,
	.breakingNews .col2 .cwBreakingNewsList a[href*=".pdf"]:after {
		color: #fff !important;
		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;
	}





	/* Important News
	 ****************************************************************************/
	.importantNewsHome {
		text-align: center;
		background: #c31414;
		padding: 50px 0;
		color: #fff;
	}

	.importantNewsHome a {
		color: #fff;
		border: 0px solid #fff;
		padding: 10px 20px;
		margin: 0px 20px;
		font-size: 16px;
	}

	.importantNewsHome .importantNewsLink a {
		color: #fff;
		border: 1px solid #fff;
		padding: 10px 20px;
		font-size: 22px;
	}

	.importantNewsHome a:hover {
		color: #c31414;
		background-color: #fff;
	}


	.importantNewsContainer {
		padding: 25px 0;
		background: #fff ;
	}

	.importantNewsContainer h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.importantNewsContainer .cwList li {
		padding: 5px 0 20px 0;
		border-bottom: 1px solid #ddd;
	}





	.importantNewsLink {
		 position: relative;
		 display: inline-block;
	}
	.importantNewsLink .importantNewsLinkText {
		visibility: hidden;
		width: 500px;
		color: #fff;
		text-align: center;
		border-radius: 0;
		padding: 0px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

		/* Position the tooltip */
		position: absolute;
		z-index: 1;
		top: 110%;
		left: 50%;
		margin-left: -250px;
		margin-top: 8px;
	}

	.importantNewsLink .importantNewsLinkText a {
		font-size: 1rem;
		color: #333;
		text-align: left;
		border: 0px solid #fff;
	}

	.importantNewsLink .importantNewsLinkText a:hover {
		color: #c31414;
	}

	.importantNewsLink:hover .importantNewsLinkText {
		visibility: visible;
	}




	.importantNewsListHome a {
		font-size: 1rem;
		color: #333;
		text-align: left;
		border: 0px solid #fff;
	}

	.importantNewsListHome a:hover {
		background-color: transparent;
	}







	/* News & Events
	 ****************************************************************************/
	.newsEvents {
		background: #013e68;
		position: relative;
		color: #fff;
	}

	.newsBg {
		background: transparent url('/images/home/news-bg.jpg') center center no-repeat;
		background-size: cover;
		position: absolute;
		right: 50%;
		bottom: 0;
		left: 0;
		top: 0;
		content: ' ';
	}

	.eventsBg {
		background: transparent url('/images/home/events-bg.jpg') center center no-repeat;
		background-size: cover;
		position: absolute;
		left: 50%;
		bottom: 0;
		top: 0;
		right: 0;
		content: ' ';
	}

	.newsEvents .cwHeader {
		color: #fff;
		margin: 0 0 1.5rem 0;
	}

	.newsEvents .moreLink,
	.newsEvents .moreLink:hover {
		background: none;
	}

	.subtext i {
		margin-right: 8px;
	}

	.subtext > i:nth-of-type(2) {
		margin-left: 12px;
	}


	/* Home Columns
	 ****************************************************************************/
	.homeColumns {
		display: table;
		width: 100%;
		margin: 0;
		position: relative;
	}

	.homeColumnsInner {
		display: table-row;
	}

	.homeColumnsInner > div {
		display: table-cell;
		vertical-align: top;
		padding: 30px 0;
	}

	.homeColumnsInner > div:nth-of-type(even) {
		padding-left: 30px;
		width: 50%;
	}

	.homeColumnsInner > div:nth-of-type(odd) {
		padding-right: 30px;
		width: 50%;
	}



	/* Home Events Calendar
	 ****************************************************************************/
	.cwEventsHome {
		display: table;
	}

	.cwEventsHome .cwHeader {
		white-space: nowrap;
	}

	.cwEventsHome .cwContainerInner {
		display: table-row;
	}

	.cwEventsHome .cwContainerInner .col1,
	.cwEventsHome .cwContainerInner .col2 {
		display: table-cell;
		vertical-align: top;
	}

	.cwEventsHome .cwContainerInner .col1 {
		padding-right: 30px;
	}

	.cwEventsHome .cwList li {
		margin-bottom: 20px;
	}

	.cwEventsHome .col2 a.cwLink {
		font-weight: 700 !important;
	}

	/* Home Events and News
	 ****************************************************************************/
	.cwEventsHome,
	.cwNewsHome {
	 	color: #fff;
	}

	.cwEventsHome ul.cwList div.bigDate,
	.cwNewsHome ul.cwList div.bigDate {
		color: #003399;
		display: table-cell;
		font-weight: 700;
		padding: 0 0 6px 0;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
	}

	.cwEventsHome ul.cwList div.bigDate .dateContainer,
	.cwNewsHome ul.cwList div.bigDate .dateContainer {
		background: #fff;
		border-radius: 50%;
		padding: .5rem .7rem;

		-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,
	.cwNewsHome ul.cwList div.bigDate .month {
		font-size: .7rem;
		line-height: 1;
	}

	.cwEventsHome ul.cwList div.bigDate .day,
	.cwNewsHome ul.cwList div.bigDate .day {
		font-size: 2rem;
		line-height: 1;
	}

	.cwEventsHome ul.cwList li,
	.cwNewsHome ul.cwList li {
		margin: 0 0 20px 0;
	}

	.cwEventsHome ul.cwList li .titleLink,
	.cwNewsHome ul.cwList li .titleLink {
		display: table-cell;
		padding: 0 0 0 20px;
		vertical-align: middle;
		width: 100%;
		margin-bottom: 30px;
	}

	.cwEventsHome a,
	.cwNewsHome a {
		color: #fff;
		text-decoration: underline;
	}

	.cwEventsHome a:hover,
	.cwNewsHome a:hover {
		color: #fff;
		text-decoration: none;
	}

	.eventTime {
		margin: 4px 0;
	}

	.eventLocation i {
		float: left;
		margin-left: .1rem;
	}

	.eventLocation div {
		overflow: hidden;
	}

	.cwEventsHome .subtext,
	.cwNewsHome .subtext,
	.cwNewsHome .pdfLink:after {
		color: #fff;
	}


	/* Secondary Structure
	 ****************************************************************************/
	.bodySecondary .mainContent {
		background: #fff;
		position: relative;
	}

	.secondaryHeader {
		background: url('/images/secondary/default-secondary-header.jpg') center center no-repeat;
		background-size: cover;
		max-height: 480px;
		position: relative;
	}

	.secondaryHeaderInner {
		height: 1px;
		padding-top: 19.6%;
		min-height: 300px;
	}


	/* columns */
	.secondaryColumns {
		background: #ffffff;
		display: table;
		width: 100%;
	}

	.bodyApps .secondaryColumns {
		display: block;
		padding: 30px 0;
	}

	.secondaryColumns.eGovContentColumns {
		display: block;
	}

	.secondaryColumnsInner {
		display: table-row;
	}

	.secondaryColumns.eGovContentColumns .secondaryColumnsInner {
		display: block;
	}

	.secondaryColumns .column1 {
		display: table-cell;
		width: 100%;
		vertical-align: top;
		padding: 30px 30px 30px 0;
	}

	.secondaryColumns .column2 {
		background: #f9f9f9;
		display: table-cell;
		padding: 30px 0;
		vertical-align: top;
	}

	.secondaryColumns.eGovContentColumns .column2 {
		display: block;
		width: auto;
	}

	.bodySecondary .serviceIcons a {
		width: 50%;
		font-size: 1.1rem;
		color: #000;
	}

		.bodySecondary .serviceIcons a span {
			font-size: 50px;
			color: #2878A9;
		}

	.bodySecondary .serviceIcons a:after {
		display: none;
	}


	/* Bottom Bar
	 ****************************************************************************/
	.bottomBar {
		background: url('/images/secondary/bottom-bar.jpg') center center  no-repeat;
		background-size: cover;
		height: 12rem;
	}

	/* Tabs
	 ****************************************************************************/
	#tabContainer {
		margin-top: 15px;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		display: flex;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	li.tab {
		background: #01609a;
		color: #fff;
		cursor: pointer;
		font-size: 1.1em;
		list-style-type: none;
		margin: 0 2px 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;
	}

	li.tab:last-of-type {
		margin-right: 0;
	}

	li.tab:hover {
		background: #246626;
		color: #fff;

		-moz-transition: background .2s, color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
		transition: background .2s, color .2s;
	}

	#tabsContent {
		background: #f9f9f9;
		padding: 15px;
		position: relative;
		vertical-align: top;
	}

	li.tab.active {
		background: #246626;
		color: #fff;
		cursor: default;
	}

	li.tab.active span:before {
		color: #fff;
	}

	div.content {
		padding: 0 15px 15px 15px;
		margin: 0;
	}

	.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 {
		display: inline-block;
		color: #fff;
		font-family: 'Font Awesome 5 Pro';
		font-size: 1.3em;
		margin-right: 10px;
		text-align: center;
		vertical-align: middle;
		font-weight: 300;
	}

	li.tab:hover span:before {
		color: #fff;

		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s;
	}

	li.tab.active:hover span:before {
		color: #fff;
	}

	.tab.active span:before {
		color: #1a2e53;
	}

	.tabEvents span:before {
		content: '\f133';
	}

	.tabServices span:before {
		content: '\f013';
	}

	.tabLinks span:before {
		content: '\f0c1';
	}

	.tabNews span:before {
		content: '\f15c';
	}

	.tabAgendas span:before {
		content: '\f03a';
	}

	.tabMinutes span:before {
		content: '\f0c5';
	}

	.tabJobs span:before {
		content: '\f0b1';
	}

	.tabForms span:before {
		content: '\f14a';
	}

	/* Meeting Portal
	 ****************************************************************************/
	.agendaGroup {
		margin-bottom: 30px;
	}

	.meetingButtons,
	.archiveButtons {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	a.meetingButton,
	a.archiveButton {
		background: #246626;
		color: #fff;
		font-size: 1.5em;
		margin: 0 15px;
		padding: 6px 8px;
		text-align: center;

		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}

	a.meetingButton:first-of-type,
	a.archiveButton:first-of-type {
		margin-left: 0;
	}

	a.meetingButton:last-of-type,
	a.archiveButton:last-of-type {
		margin-right: 0;
	}

	a.meetingButton:hover,
	a.archiveButton:hover {
		color: #fff ;
		background: #39933c;
	}

	.meetingButton .fal,
	.archiveButton .fal {
		margin-right: 8px;
		font-size: .9em;
	}

	#documentList table th:first-of-type {
		text-align: left;
	}

	table.sortable {
		border: 1px solid #dfdfdf;
	}

	table.sortable th {
		padding: 4px;
		border-bottom: 2px solid #dfdfdf;
		background: #fff;
	}

	table.sortable th:first-of-type{
		text-align: left;
	}

	table.sortable th:nth-of-type(2),
	table.sortable tr td:nth-of-type(2),
	table.sortable th:nth-of-type(3),
	table.sortable tr td:nth-of-type(3)  {
		text-align: center;
	}

	table.sortable th {
		font-size: 1.1em;
		font-weight: normal;
	}

	table.sortable .sort {
		cursor: pointer;
	}

	table.sortable .sort:after {
		font-family: 'Font Awesome 5 Pro';
		font-size: 1em;
		color: #333;
		font-weight: 300;
		content: "\f0dc";
		padding-left: 0.2em;
	}

	table.sortable .sort.asc:after {
		content: "\f0de";
		color: #d46e0c;
		font-weight: 700;
	}

	table.sortable .sort.desc:after {
		content: "\f0dd";
		color: #d46e0c;
		font-weight: 700;
	}

	table.sortable tr {
		border-bottom: 1px solid #dfdfdf;
	}


	table.sortable tr:nth-of-type(even) {
		background: #fff;
	}

	table.sortable tr:nth-of-type(odd) {
		background: #f7f7f7;
	}

	table.sortable tr:hover {
		background: #ffffc9 !important;
	}

	table.sortable td {
		padding: 4px;
	}

	table.sortable td .fa-file-pdf {
		color: #8c0000;
	}

	table.sortable td .fa-link {
		color: #2071c1;
	}

	table.sortable td .fa-file-word {
		color: #2b579a;
	}

	.pagination {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.pagination li {
	  display:inline-block;
	  padding:5px;
	}

	.pagination li:first-child:nth-last-child(1) {
	    display: none;
	}

	.pagination li:first-of-type:before {
		content: 'Page: ';
		display: inline-block;
		margin-right: .5em;
	}




	/* Footer
	 ****************************************************************************/
	.footer {
		color: #333;
		font-size: .8em;
		padding: 30px 0;
		position: relative;
	}

	.footer h3 {
		margin-bottom: 0;
		font-size: 2rem;
		font-weight: 300;
		text-align: center;
	}

	.footer h3 a:link {
		text-decoration: none;
	}

	.footer h3 a:link:hover {
		text-decoration: underline;
	}

	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #333;
		text-decoration: underline;
	}

	.footer .linkText {
		display: inline-block;
		text-indent: -3500px;
		overflow: hidden;
		display: none;
	}

	.footer .fa {
		display: inline-block;
		margin-right: 4px;
	}

	.footer .footerColumn:nth-of-type(1) {
		float: left;
		width: 50%;
	}

	.footer .footerColumn:nth-of-type(1) .largeLink {
		font-size: 130%;
		display: inline-block;
		margin-top: .5em;
	}

	.footer .footerColumn:nth-of-type(2) {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
	}

		.footer .footerColumn:nth-of-type(2) ul {
			margin-left: 1rem;
			font-size: 2.2rem;
			text-align: center;
		}

	.footer .footerColumn:nth-of-type(3) {
		float: right;
		text-align: right;
		width: 35%;
	}

	.footer .footerColumn:nth-of-type(3) p {
		text-align: right;
		margin-bottom: 0;
		overflow: hidden;
	}

	#footerLogo {
		float: left;
		height: 95px;
		margin-right: 8px;
		width: 95px;
		position: relative;
		top: -15px;
	}

	#egovLogo {
		float: right;
		height: 35px;
		margin-left: 8px;
		width: 80px;
		position: relative;
		top: 15px;
	}

	#coreLogo {
		float: right;
		height: 45px;
		margin-left: 8px;
		position: relative;
		width: 100px;
		top: 1.5ex;
		margin-top: 0px;
	}

	.footerColumn ul, .footerColumn ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.footerColumn ul li {
		display: inline;
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
	}

	.footerColumn .fa-facebook:hover {
		color: #3b5998;
	}

	.footerColumn .fa-twitter:hover {
		color: #00aced;
	}

	.footerColumn .fa-youtube:hover {
		color: #bb0000;
	}

	.footerColumn .fa-instagram:hover {
		color: #bc2a8d;
	}




	/* Content Windows
	 ****************************************************************************/
	.cwHeader  {
		color: #333;
		font-size: 1.8em;
		margin-bottom: 0;
		font-weight: 400;
	}

	.subtext {
		color: #444c54;
		font-size: .9em;
	}

	.secondaryColumns .column2 .cwHeader {
		font-family: 'Lato', sans-serif;
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 8px;
	}
	.cwContainer .cwLink {
		font-weight: bold;
	}

	.cwList {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0;
	}

	.cwNewList li, .cwList li {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.secondaryColumns .column2 .serviceIconsContainer {
		min-width: 250px;
	}

	.secondaryColumns .column2 .cwContainer {
		min-width: 290px;
		padding: 0 30px 20px 30px;
		margin-bottom: 20px;
		border-bottom: 1px solid #999;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}

	.secondaryColumns .column2 .cwContainer:last-of-type {
		margin-bottom: 0;
		border-bottom: 0;
	}

	/*.secondaryColumns .column2 .cwContainer:after {
		content: '';
		display: block;
		height: 1px;
		margin: 20px 0;
		width: auto;
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(127,127,127,1) 50%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(127,127,127,1) 50%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(127,127,127,1) 50%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	}

	.secondaryColumns .column2 .cwContainer:last-of-type:after {
		display: none;
	}
	*/

	.secondaryColumns .column2 .cwList li,
	.secondaryColumns .column2 .cwNavList li {
		margin: 0 ;
		padding: 0 0 5px 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;
	}

	.cwContactList li:before,
	.cwDirectionsLink:before {
		color: #2f6d40;
		float: left;
		font-family: 'Font Awesome 5 Pro';
		font-size: 1.2em;
		height: 16px;
		margin: 0 13px 0 0;
		position: relative;
		text-align: center;
		text-decoration: none;
		top: -1px;
		width: 16px;
		font-weight: 900;
	}

	.cwAddressLabel {
		margin: 0;
	}

	.cwDirectionsLink {
		display: inline-block;
		margin-top: 6px;
	}

	.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";
	}

	.phoneNumber span,
	.hours span {
		display: block;
		overflow: hidden;
	}



	/* More Links
	 ****************************************************************************/
	.moreContainer {
		text-align: left;
	}

	a.moreLink {
		color: #fff;
		background: #246626;
		display: ;
		font-size: .8em;
		padding: 6px 8px;
		text-transform: uppercase;
		text-decoration: underline;
	}

	a.moreLink:hover {
		color: #fff;
		background: #3d6c3f;
	}



	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #333;
		font-size: .8em;
		margin: 0 0 30px 0;
	}

	#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
	 ****************************************************************************/
	.sectionTitleContainer {
		background: rgba(0,0,0,.6);
		left: 0;
		position: absolute;
		right: 0;
		top: 1px;
		z-index: 4;

		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}

	.sectionTitle {
		color: #fff;
		font-family: 'Lato', sans-serif;
		font-size: 2.5rem;
		font-weight: 300;
		margin: 0 auto;
		max-width: 70rem;
		padding: .6rem 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: 'Font Awesome 5 Pro';
		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;
	}

	.navSelectWrap {
		font-size: 1em;
		position: relative;
		display: inline-block;
		width: calc(100% - 4.1em);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.navSelectWrap select {
		outline: none;
		-webkit-appearance: none;
		display: block;
		padding: .3em 3em .4em .6em;
		margin: 0;
		transition: border-color 0.2s;
		border: 2px solid #3d6c3f;
		background: #fff;
		color: #555;
		line-height: normal;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		cursor: pointer;
		width: 100%;
	}

	.navSelectWrap .navSelectReplace {
		background: #fff;
		bottom: 2px;
		position: absolute;
		right: 2px;
		top: 2px;
		width: 50px;
		pointer-events: none;
	}

	.navSelectWrap .navSelectReplace:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -5px;
		pointer-events: none;
		border-top: 10px solid #3d6c3f;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.cwNavContainerMenu input[type='button'],
	.archiveMenuContainer input[type='button'],
	.meetingMenuContainer input[type='button'] {
		outline: none;
		-webkit-appearance: none;
		display: inline-block;
		padding: .4em .6em .5em .6em;
		background: #3d6c3f;
		color: #fff;
		border: 0;
		margin-left: 12px;
		font-size: 1.1em;
		cursor: pointer;
		position: relative;
		top: 1px;
	}

	/* Special Classes
	 ****************************************************************************/
	table.striped tr:nth-child(odd) {
	    background-color: #F9F9F9;
	}

	a[href*=".pdf"]:after,
	.pdfLink:after {
		content: '\f1c1';
		font-family: "Font Awesome 5 Pro";
		margin-left: .7ex;
		margin-right: 1ex;
		position: relative;
		color: #8c0000;
		display: inline-block;
	}

	/*external links*/
	/*.bodySecondary .mainContent a[href*="//"]:not([href*="209.43.45.54"]):after
	 {
		color: #b4bab8;
		content: "\f08e";
		font-family: "Font Awesome 5 Pro";
		font-size: .7em;
		margin-left: .4em;
		position: relative;
	}*/

	/* link list */
	.linkSearchContainer {
		position: relative;
	}

	.linkSearchContainer:after {
		font-family: "Font Awesome 5 Pro";
		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: "Font Awesome 5 Pro";
		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;
	}

}

/********************************************************************************
 * Add some space
 ********************************************************************************/
@media screen and (max-width: 1228px) {

		.homeServices {
			background: #225721;
		}

		.homeServices .serviceIconsContainer {
			background: none;
			position: static;

			-webkit-transform: none;
			transform: none;
		}

}


/********************************************************************************
 * Add some space
 ********************************************************************************/
@media screen and (max-width: 1099px) {
	.wrap {
		margin: 0 10px;
	}

	.projects .wrap {
		margin: 0;
	}


	 /* Header
	 ****************************************************************************/
 	.header .wrap {
		margin: 0;
	}

	.siteTitle {
		height: 135px;
		width: 135px;
		margin: -10px 0 0 0;
	}

	.siteTitle a {
		height: 135px;
		width: 135px;
	}


	.slideshowContainer > div img {
		top: 18rem;
	}

	.legalNotices {
		margin: 10px 10px 0 130px;
	}


	/* Secondary Structure
	 ****************************************************************************/
	.secondaryHeader {
		height: auto;
		padding: 0;
	}

	.secondaryHeaderInner {
		padding-top: 0;
	}

	.sectionTitle {
		padding: .6rem 10px;
	}

}


/********************************************************************************
 * Simple change for welcome
 ********************************************************************************/
@media screen and (max-width: 1220px) {

	.slideshowContainer > div img {
		left: 0;
	}

}

/********************************************************************************
 * Simple change for column layout
 ********************************************************************************/
@media screen and (max-width: 850px) {

	/* Home Columns
	 ****************************************************************************/
	.homeColumns {
		display: block;
		padding: 0;
		width: auto;
		background: none;
	}

	.homeColumnsInner {
		display: block;
	}

	.newsEvents > .wrap {
		padding: 0;
		margin: 0;
	}

	.newsBg,
	.eventsBg {
		display: none;
	}

	.homeColumnsInner > div:nth-of-type(odd),
	.homeColumnsInner > div:nth-of-type(even)
	{
		display: block;
		margin-bottom: 30px;
		width: auto;
		padding: 0;
	}

	.homeColumnsInner > div:nth-of-type(odd)
	{
		padding: 10px;
		background: url('/images/home/news-bg.jpg') center center no-repeat;
		background-size: cover;
	}

	.homeColumnsInner > div:nth-of-type(even)
	{
		padding: 10px;
		background: url('/images/home/events-bg.jpg') center center no-repeat;
		background-size: cover;
	}



	/* Tabs
	 ****************************************************************************/
	#tabContainer, .tabContainerInner {
		display: block;
		width: auto;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		display: block;
		width: auto;
	}

	ul.tabs li.tab {
		width: auto;
		margin-right: 0;
	}

	#tabsContent {
		display: block;
		border-left: 0;
	}

	div.content {
		padding: 0;
		margin: 0;
		position: relative;
		z-index: 10;
	}

	div.content .cwHeader {
		display: block;
	}

	.splitTab {
		float: none;
		width: auto;
	}

}


/********************************************************************************
 * simple adjustment for 800px
 ********************************************************************************/
@media screen and (max-width: 800px) {

	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(1),
	.footer .footerColumn:nth-of-type(2),
	.footer .footerColumn:nth-of-type(3) {
		float: none;
		position: relative;
		text-align: center;
		width: auto;
	}

	.footer .footerColumn:nth-of-type(2) ul {
		margin-left: .3rem;
	}

	.footer .footerColumn:nth-of-type(3) p {
		float: none;
		margin-top: 3px;
		text-align: center;
	}

	#footerLogo {
		display: block;
		float: none;
		margin: 0 auto;
	}


	#egovLogo {
		display: block;
		float: none;
		height: 31px;
		margin-left: 0px;
		margin: 20px auto 0;
		top: 0;
		width: 70px;
	}

	#coreLogo {
		display: block;
		float: none;
		margin-left: 0px;
		margin: 20px auto 0;
		top: 0;
	}

	.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;
	}

	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}



	.importantNewsLink {
		 position: relative;
		 display: block;
		 margin: 30px 0;
	}



}




/********************************************************************************
 * Content Break
 ********************************************************************************/
@media screen and (max-width: 750px) {

	/* Search
	 ****************************************************************************/
	.searchWrapper {
		z-index: 12;
		top: 0;
		/*width: 100%;*/
	}


	/* Search
	 ****************************************************************************/
	.weatherContainer {
		color: #000;
		right: 10px;
		top: 190px;
		z-index: 12;
		position: absolute;
		top: 3rem;
		right: 6.5rem;
	}

		.weatherContainer a {
			color: #000;
			text-decoration: underline;
		}

		.weatherContainer a:hover {
			color: #000;
			text-decoration: none;
		}

	.legalNotices {
		font-size: 14px;
	}


	.sectionTitle {
		margin-top: 0;
	}


	/* Secondary Structure
	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		display: block;
	}

	.secondaryColumnsInner {
		display: block;
	}

	.secondaryColumns .column1, .secondaryColumns .column2 {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 30px;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}

	.secondaryColumns .column1 .cwContainerInner {
		padding-bottom: 0;
	}

}


/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/
@media screen and (max-width: 600px) {


	/* Breaking News
	 ****************************************************************************/
	.breakingNewsContainer {
		padding: 10px;
	}

	.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;
	}

	/* Home Events Calendar
	 ****************************************************************************/
	.cwEventsHome,
	.cwEventsHome .cwContainerInner,
	.cwEventsHome .cwContainerInner .col1,
	.cwEventsHome .cwContainerInner .col2 {
		display: block;
		width: auto;
		padding: 0;
	}

	.cwEventsHome .cwList li {
		margin-bottom: 20px;
	}

	.cwEventsHome .col2 a.cwLink {
		font-weight: 700 !important;
	}

	.sectionTitle {
		font-size: 9vw;
	}


}


/********************************************************************************
 * mobile landscape (480x320)
 ********************************************************************************/
@media screen and (max-width: 480px) {

	.siteTitle a {
		width: auto;
	}


	/* Service Icons
	 ****************************************************************************/
	.serviceIcons a {
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 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 > 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: 'Font Awesome 5 Pro';
		font-size: 1.6em;
	}

}


@media screen and (max-width: 466px) {

	.siteTitle {
		height: 110px;
		width: 110px;
		margin: -10px 0 0 0;
	}

	.siteTitle a {
		height: 110px;
		width: 110px;
	}

	.searchWrapper {
		position: absolute;
		top: 5.9rem;
		left: 0;
		right: 0;
		width: auto;
	}

	.weatherContainer {
		right: 5.5rem;
	}

	.weatherContainer a {
		display: none;
	}


	



}




/* Clear Fix
 ********************************************************************************/
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

.printOnly {
	display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bodySecondary .serviceIconsContainer {
    	max-width: 270px;
    }
}