/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/
/** {
	outline: 1px solid red;
}*/

@media screen {
	
	/* Reset some defaults
	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #364a5f;
		font-family: 'Cinzel', 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;
	}

	html {
		height: 100%;
	}


	/* Site-wide Links
	 ****************************************************************************/
	a:link {
		color: #00749E;
		text-decoration: none;

		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #364a5f;
	}

	a:link:hover, a:active, a:visited:hover {
		color: #364a5f;
		text-decoration: none;
	}
	

	
	html.htmlHome {
		min-height: 100%;
		
		background: #fff url('/images/site-background/day.jpg') center center no-repeat fixed;
		background-size: cover;

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/site-background/day.jpg',
		sizingMethod='scale');		
	}

	body {
		margin: 0;
		padding: 0;
		color: #000;
		font: 92%/1.5 'Open Sans', tahoma, arial, sans-serif;
	}

	body.bodyHome {
		height: 100%;
	}

	/* Let's do this thing
	 ****************************************************************************/
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	}

	.pageContainer {
		/*min-height: 100%;*/
		/*position: relative;*/
	}

	.pageContainerInner {
		/*padding-bottom: 90px;*/
	}



	/* Header
	 ****************************************************************************/
	.lightBar {
		background: rgba(0,0,0,.55);
		height: 40px;
	}

	.darkBar {
		background: rgba(1,11,28,.85);
		border-bottom: 4px solid #141b24;
		border-top: 4px solid #141b24;
		height: 75px;
	}

	.headPositioner {
		position: absolute;
		top: 15px;
		width: 100%;
		max-width: 1100px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.header h2 {
		display: none;
	}

	.siteTitle {
		padding-top: 1px;
		margin: -1px 0 0 0;
	}

	.siteTitle a {
		background: url('/images/header/site-title.png') center center no-repeat;
		display: block;
		height: 135px;
		max-width: 436px;
		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;
	}
	

	/* Chat
	 ****************************************************************************/
	.chatPositioner {
		position: relative;
		margin: 0 auto;
		max-width: 1100px;
	}

	.chat {
		position: absolute;
		right: 0;
		top: -158px;
	}

/*	#scJCTK > a > img {
		height: 24px !important;
		width: 79px !important;
	}*/

	
	/* Search
	 ****************************************************************************/
	.search {
		position: relative;
		margin: 0 auto;
		max-width: 1100px;
		z-index: 3600;
	}

	
	.searchWrapper {
		background: #fff;
		border: 0;
		height: auto;
		overflow: hidden;
		max-width: 200px;
		width: 100%;

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

		.slideOneSearch .searchWrapper {
			max-width: 450px;
			left: 0;
			right: 0;
			margin: 50px auto 50px auto;

			-moz-transition: all .2s;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s;
		}

		.slideOtherSearch .searchWrapper {
			max-width: 200px;
			left: auto;
			right: 0;
			margin: 50px auto 50px auto;
		}
	
	.searchForm {
		overflow: hidden;
		position: relative;
	}
	
		.searchForm label {
			height: 0;
			left: -35000px;
			position: absolute;
			width: 0;
		}

	.searchInputWrapper {
		overflow: hidden;
		padding: 0 26px 0 0;
	}

	.searchInput {
		background-color: #f9f5f1;
		border-color: #666;
		border-radius: 0;
		border: 0;
		box-sizing: content-box;
		color: #000000;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		height: 30px;
		padding: 0 36px 0 10px;
		text-transform: uppercase;
		width: 100%;
		
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

		.slideOneSeearch.searchInput {
			font-size: 18px;
			height: 35px;
			padding: 0 36px 0 10px;
			text-transform: uppercase;
			width: 100%;
			
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			-webkit-appearance: none;
			-moz-appearance: none;
		}

	.searchSubmit {
		background: #f9f5f1;
		background: transparent;
		border: none;
		color: #68aedf;
		display: block;
		font-family: 'FontAwesome';
		font-size: 14px;
		height: 30px;
		line-height: 20px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
	}

		.slideOneSearch.searchSubmit {
			font-size: 22px;
			height: 35px;
			line-height: 22px;
			width: 35px;
		}


	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #333; }

	.searchSubmit:hover {
		background: #185782;
		color: #fff;
		cursor: pointer;
	}

	::-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;
	}

	/* Google Search */
	table#gs_id50 {
		height: 30px !important;
		background: #fff !important;
		padding: 0 !important;
	}

	table.gsc-search-box {
		margin-bottom: 0 !important;
	}

	form.gsc-search-box {
		font-size: 13px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0px !important;
		margin-left: 0;
		width: 100%;
	}

	.cse .gsc-control-cse, 
	.gsc-control-cse {
		background: #fff !important;
		border: none !important;
		padding: 0 !important;
	}
	
	.gsc-input-box {
		border: none !important;
		background: #fff !important;
	}

	.gsc-search-box-tools .gsc-search-box .gsc-input {
		padding-right: 0px !important;
	}

	.gsc-search-button {
		margin-left: 0px !important;
	}

	.cse .gsc-search-button-v2, .gsc-search-button-v2 {
		background: #fff !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 30px !important;
		width: 30px !important;
		font-size: 0px !important;
		border: none !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	.cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover {
		background: #185782 !important;
	}

	.gsc-search-button-v2 svg {
		fill: #68aedf !important;
		height: 22px !important;
		width: 22px !important;
		border: none !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		padding: 4px !important;
	}

	.gsc-search-button-v2:hover svg,
	.gsc-search-button-v2:hover svg:hover {
		fill: #fff !important;
	}

	.gsst_a {
		 padding-top: 0 !important; 
	}

		
	/* Breaking News
	 ****************************************************************************/
	#breakingNewsContainer {
		background: #980000;
		background: rgba(152,0,0,.9);
		display: table;
		padding: 15px 30px;
		margin-bottom: 10px;
	}
		
	
	#breakingNewsContainer .col1, #breakingNewsContainer .col2, #breakingNewsContainer .col3 {
		display: table-cell;
		vertical-align: top;
	}
	
	#breakingNewsContainer .col1 .cwHeader {
		color: #fff;
		font-size: 1.8em;
		text-transform: uppercase;
		white-space: nowrap;
		margin: 0;
	}
	
	#breakingNewsContainer .col1  { 
		vertical-align: middle;
	}

	#breakingNewsContainer .col2  { 
		padding: 0 30px;
	}

	#breakingNewsContainer .col3  { 
		vertical-align: bottom;
	}

	#breakingNewsContainer .col2 .cwBreakingNewsList li { 
		color: #fff;
	}

	#breakingNewsContainer .col2 .cwBreakingNewsList li:last-of-type { 
		margin-bottom: 0;
	}

	#breakingNewsContainer .col2 .cwBreakingNewsList a { 
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		text-decoration: underline;
	}

	#breakingNewsContainer .col3 a.moreLink { 
		color: #fff;
		text-decoration: underline;
	}
	
	#breakingNewsContainer .col3 a:hover { 
		color: #fff;
		text-decoration: none;
	}
	

	/* Home Content Panels
	 ****************************************************************************/	
	.swiper-container {
		height: 100%;
		width: 100%;

		/*box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;*/
	}

	.swiper-slide {
	}

	.swiper-slide-inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 35px;
	}

	.swiper-pagination {
		display: none;
	}
	
	.swiper-button-next, .swiper-button-prev {
		height: 100px !important;
		width: 50px !important;
		margin-top: -50px !important;
		background-size: 50px 100px !important;
		position: fixed !important;
	}


	/* Home Columns
	 ****************************************************************************/
	/* Primarily the Home Panel */

	.tileRow-2 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-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;
		margin-bottom: 10px;
	}

	.tileRow-2 .tile {
		padding: 5px 15px 15px 15px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}

	.tileRow-2 .tile .cwContainer {
		position: relative;
		height: 100%;
		background: none;
	}

	.tileRow-2 .tile .cwContainer .moreContainer {
		position: absolute;
		bottom: 10px;
		right: 0;
	}

/*	.slide-1 {
		padding-top: 100px;
	}*/

	.slide-1 .tileRow-2 .tile a,
	.slide-1 .tileRow-2 .tile a.moreLink
	{
		color: #fff;
	}

	.slide-1 .tileRow-2 .tile a:hover,
	.slide-1 .tileRow-2 .tile a:link:hover
	{
		text-decoration: underline;
	}

	.slide-1 .tileRow-2 .tile a.cwLink
	{
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 1.2em;
		font-weight: 300;
		
	}

	.slide-1 .tileRow-2 .tile .subtext {
		color: #fff;
	}

	.slide-1 .tileRow-2 .tile .cwContainerInner {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.slide-1 .tileRow-2 .tile .cwContainerInner .flickity-viewport {
		min-height: 8em;
	}	

	.slide-1 .tileRow-2 .tile .cwContainerInner .flickity-prev-next-button {
		top: 100%;
		margin-top: 45px;
	}	

	.slide-1 .tileRow-2 .tile .cwContainerInner .flickity-prev-next-button.previous {
		height: 30px;
		left: -10px;
		width: 30px;

		-webkit-opacity: .8;
		-moz-opacity: .8;
		-ms-opacity: .8;
		-o-opacity: .8;
		opacity: .8;
	}

	.slide-1 .tileRow-2 .tile .cwContainerInner .flickity-prev-next-button.next {
		height: 30px;
		left: 30px;
		width: 30px;
		
		-webkit-opacity: .8;
		-moz-opacity: .8;
		-ms-opacity: .8;
		-o-opacity: .8;
		opacity: .8;
	}

	.slide-1 .tileRow-2 .tile .cwContainerInner .flickity-prev-next-button:disabled {
		opacity: .3;
		cursor: auto;
	}

	.slide-1 .tileRow-2 .tile .moreContainer {
		text-align: right;
	}

	.slide-1 .tileRow-2 .tile .moreContainer {
		text-align: right;
	}
	
	.slide-1 .tileRow-2 .tile .moreContainer .moreLink.moreNews {
		color: #D08317;
	}

	.slide-1 .tileRow-2 .tile .moreContainer .moreLink.moreEvents {
		color: #716F16;
	}	

	.slide-1 .tileRow-2 .tile .moreContainer .moreLink {
		background: #fff;
		display: inline-block;
		font-weight: bold;
		padding: 4px 6px;
		position: relative;
		text-decoration: none;
		top: 0;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;

		-moz-transition: all .1s;
		-webkit-transition: all .1s;
		-o-transition: all .1s;
		transition: all .1s;
	}

	.slide-1 .tileRow-2 .tile .moreContainer .moreLink:hover {
		text-decoration: none;
		top: 2px;

	}


	.slide-1 .tileRow-2 .tile:nth-of-type(1) {
		background: rgba(160,101,19,.9);
		margin-right: 5px;
	}
	

	.slide-1 .tileRow-2 .tile:nth-of-type(2) {
		background: rgba(103,101,0,.9);
		margin-left: 5px;
	}
	
	.slide-1 .tileRow-2 .tile .cwHeader {
		color: #fff;
		font-size: 1.8em;
		text-transform: uppercase;
		margin: 12px 0 0 0 ;
	}

	.slide-1 .tileRow-2 .tile:nth-of-type(1) {
		background: rgba(160,101,19,.9);
		margin-right: 5px;
	}

	.slide-1 .tileRow-2 .tile:nth-of-type(1) .cwHeader:before {
		font-family: 'FontAwesome';
		color: #fff;
		content: "\f1ea";
		margin-right: 12px;
	}

	.slide-1 .tileRow-2 .tile:nth-of-type(2) .cwHeader:before {
		font-family: 'FontAwesome';
		color: #fff;
		content: "\f022";
		margin-right: 12px;
	}

	

	.tileRow-3 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-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;
		margin-bottom: 10px;
	}

	.tileRow-3 .tile {
		padding: 5px 15px 15px 15px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		text-align: center;
	}


	.tileRow-3 .tile:nth-of-type(1) {
		background: rgba(57,47,36,0.9);
	}

	.tileRow-3 .tile:nth-of-type(1) a {
		color: #fff;
		font-size: 4.5em;
	}	

	.tileRow-3 .tile:nth-of-type(2) {
		background: rgba(133,169,173,0.9);
		margin: 0 10px;
	}

	.tileRow-3 .tile:nth-of-type(2) a {
		color: #fff;
		font-size: 3.5em;
		line-height: 1em;
	}

	.tileRow-3 .tile:nth-of-type(2) a {
		margin: 0 9px;
	}	

	.tileRow-3 .tile:nth-of-type(3) {
		background: rgba(175,156,125,0.9);
	}

	.tileRow-3 .tile:nth-of-type(3) a {
		color: #fff;
		/*font-size: 4.5em;*/
		line-height: 1em;
	}

	.tileRow-3 .tile:nth-of-type(3) a:nth-of-type(2) {
		margin: 0 15px;
	}

	.tileRow-3 .fa {
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	.tileRow-3 .fa:hover {
		-ms-transform: scale(1.2,1.2); 
		-webkit-transform: scale(1.2,1.2); 
		transform: scale(1.2,1.2);
	}


/* needed for weather when it returns*/
	.tileRow-3 .tile:nth-of-type(3) {
		background: rgba(175,156,125,0.9);
	}

	.tileRow-3 .tile { 
		padding: 5px 15px 15px 15px;
	}

	.slide-1 .tileRow-3 .tile .cwHeader {
		color: #fff;
		font-size: 1.6em;
		text-transform: uppercase;
		margin: 0;
		line-height: 1.6em;
	}


	/* Weather
	 ****************************************************************************/
	.weatherContainer {
		color: #fff;
		font-size: 2.1em;
/*		margin-top: 15px;*/
		margin-top:  5px;
	}
	
	.weatherContainer .weatherIcon {
		font-size: 1.2em;
		position: relative;
		top: 3px;
	}
	
	.weatherContainer .temperature {
		/*border-right: 1px solid #fff;*/
		/*margin-right: 3px;*/
		/*padding-right: 7px;*/
	}
	
	.weatherContainer a:link, .weatherContainer a:link:hover, .weatherContainer a:visited, .weatherContainer a:visited:hover {
		color: #000;
	} 

	
	/* Calendar Date Boxes
	 ****************************************************************************/
	.cwEvents ul.cwList {
		border-collapse: collapse;
		border-spacing: 0;
		display: table;
		width: 100%;
	}
	
		.bodyHome .cwEvents ul.cwList li {
			color: #fff;
		}
	
	.cwEvents ul.cwList div.calBigDate {
		display: table-cell;
		font-family: 'Open Sans', 'tahoma', sans-serif;
		padding-right: 8px;
		text-align: center;
		vertical-align: top;
		position: relative;
		top: -1ex;
	}
	
	.cwEvents ul.cwList div.calBigDate .month {
		font-size: .9em;
		margin-top: 8px;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
	} 

	.bodyHome .cwEvents ul.cwList div.calBigDate .month {
		color: #fff;
	} 
	
	.cwEvents ul.cwList div.calBigDate .day {
		font-size: 1.8em;
		line-height: .55em;
		margin-bottom: 8px;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		top: .2ex;
	}
	
	.bodyHome .cwEvents ul.cwList div.calBigDate .day {
		color: #fff;
	}

	.cwEvents ul.cwList li .calTitleLink {
		display: table-cell;
		padding: 0 0 15px 8px;
		vertical-align: middle;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.cwEvents ul.cwList li .calTitleLink:last-of-type {
		padding: 0 0 0 8px;
		vertical-align: middle;
	}

	.cwEvents ul.cwList li .startTime:before {
		font-family: 'FontAwesome';
		content: "\f017";
		margin-right: 4px;
		display: inline-block;
	}

	.cwEvents ul.cwList li .locationLink:before {
		font-family: 'FontAwesome';
		content: "\f041";
		margin-right: 4px;
		display: inline-block;
	}

	.cwEvents ul.cwList li .locationLink:before:hover {
		text-decoration: none;
	}


	/* Photo News
	 ****************************************************************************/		
	.cwList .t {
		margin-bottom: 15px;
		width: 100%;
	}

	.cwList .t .tr .td {
		vertical-align: top;
	}

	.cwList .t .tr .td:last-of-type {
		width: 100%;
	}

	.cwList .td > a > img {
		border: 0;
		height: auto;
		margin: 0 20px 0 0;
		width: 110px;
		max-width: 110px;
	}
	
	/* Service Icons
	 ****************************************************************************/	
	.serviceIcons {
		background: rgba(31,51,82,.9);
		padding: 0;
		margin: 10px 0;
		list-style: none;
		position: relative;
		text-align: center;
		display: block;
		flex-direction: row wrap;
		justify-content: space-around;

		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-around;
		-ms-flex-pack: justify;
		justify-content: space-around;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.serviceIcons li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline-block;

		width: 16.666%;
	}
	
	.serviceIcons li:last-of-type {
		margin-right: 0;
	}

	.serviceIcons li a .fa {
		color: #fff;
		display: block;
		font-size: 45px;
		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:nth-of-type(2) a span {
		display: block;
		width: 60px;
		height: 47px;
		margin: 0 auto;
		background: url('/images/home/a-white.png') center center no-repeat;
		background-size: contain;
		margin-bottom: 10px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/home/a-white.png',
		sizingMethod='scale');	
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	.serviceIcons li:nth-of-type(6) a span {
		display: block;
		width: 60px;
		height: 47px;
		margin: 0 auto;
		background: url('/images/home/permits-white.png') center center no-repeat;
		background-size: contain;
		margin-bottom: 10px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/home/permits-white.png',
		sizingMethod='scale');	
		
		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: 1em;
		padding: 1.2em 0 20px 0;
		text-align: center;
		text-transform: uppercase;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.serviceIcons li a:link, .serviceIcons li a:link:hover, .serviceIcons li a:visted, .serviceIcons li a:visited:hover {
		color: #fff;
	}
	
	
	.serviceIcons li a:link:hover .fa, .serviceIcons li a:visited:hover, .serviceIcons li:nth-of-type(2) a:hover span, .serviceIcons li:nth-of-type(6) a:hover span {
		color: #fff;
		
		-ms-transform: scale(1.2,1.2); 
		-webkit-transform: scale(1.2,1.2); 
		transform: scale(1.2,1.2);
	}
	
	.serviceIcons li a  > br {
		display: block;
	}	
	


	/* Supporting/Category Slides
	 ****************************************************************************/
	.introContainer {
		display: table;
		width: 100%;
		margin-bottom: 12px;

	}

	.slide-2 .introContainer {
		background: rgba(60,116,146,.9);
	}

	.slide-3 .introContainer {
		background: rgba(160,101,19,.9);
	}
	
	.slide-4 .introContainer {
		background: rgba(111,32,0,.9);
	}

	.slide-5 .introContainer {
		background: rgba(143,138,0,.9);
	}

	.introContainer > div {
		display: table-row;
	}

	.introContainer .introCell:first-of-type {
		display: table-cell;
		width: 25%;
	}

	.introContainer .introCell:nth-of-type(2) {
		color: #fff;
		display: table-cell;		
		font-size: 1.4em;
		font-weight: 300;
		padding: 15px;
		vertical-align: middle;
		width: 75%;
	}

	.tileLinks {
		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: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.tileLinks a:link, .tileLinks a:visited {
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4em;	
		font-weight: 300;
		margin-bottom: 12px;
		padding: 15px;
		text-align: center;
		text-decoration: none;
			
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 0 260px;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}

	.tileLinks a:link span {
		display: block;
		font-size: 47px;
		margin-bottom: 12px;

		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}
	
	.tileLinks a:link span > i {
		font-size: 47px;
	}

	.tileLinks a:link span > i:nth-of-type(2) {
		margin-left: 10px;
	}


	.tileLinks > a:link,
	.tileLinks > a:link:visited, .tileLinks > a:visted,
	.tileLinks > a:link:hover, .tileLinks > a:active, .tileLinks > a:visited:hover {
		color: #fff !important;
	} 
	
	.tileLinks a:link:hover span {
		
		-ms-transform: scale(1.2,1.2); 
		-webkit-transform: scale(1.2,1.2); 
		transform: scale(1.2,1.2);
	}

	.slide-2 .tileLinks a {
		background: rgba(60,116,146,.9);
	}

	.slide-3 .tileLinks a {
		background: rgba(160,101,19,.9);
	}

	.slide-4 .tileLinks a {
		background: rgba(111,32,0,.9);
	}

	.slide-5 .tileLinks a {
		background: rgba(143,138,0,.9);
	}
	
	.tileLinks a.filler {
		visibility: hidden;
	}


	.tileLinks a .algonquinRecreation {
		background: url('/images/home/a-white.png') center center no-repeat;
		background-size: contain;
		display: block;
		height: 47px;
		margin: 0 auto;
		width: 60px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/home/a-white.png',
		sizingMethod='scale');	
	}

	.tileLinks a .algonquinPermits {
		background: url('/images/home/permits-white.png') center center no-repeat;
		background-size: contain;
		display: block;
		height: 47px;
		margin: 0 auto;
		width: 60px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/home/permits-white.png',
		sizingMethod='scale');	
	}

	.tile a .oldTownInfo {
		background: url('/images/home/old-town-sign.png') center center no-repeat;
		background-size: contain;
		display: block;
		height: 77px;
		margin: 0 auto;
		width: 73px;

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/home/old-town-sign.png',
		sizingMethod='scale');	

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

	.tile a .oldTownInfo:hover {
		-ms-transform: scale(1.2,1.2); 
		-webkit-transform: scale(1.2,1.2); 
		transform: scale(1.2,1.2);
	}

	.tileLinks a.algonquinAPlus {
		background: rgba(0,55,120,.8);
	}

	.tileLinks a.algonquinAPlus .linkText {
		display: none;
	}

	.tileLinks a .algonquinAPlusLogo {
		background: url('/images/home/algonquin-a-plus.png') center center no-repeat;
		background-size: contain;
		display: block;
		height: 60px;
		margin: 8px auto 0 auto !important;
		width: 201px;
		content: ' ';

		/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/home/alqonquin-a-plus.png',
		sizingMethod='scale');	

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

	.tileLinks a:hover .algonquinAPlusLogo {
		-ms-transform: scale(1.1,1.1) !important; 
		-webkit-transform: scale(1.1,1.1) !important; 
		transform: scale(1.1,1.1) !important;
	}


	.swiper-slide-inner h1 {
		color: #fff;
		font-size: 3.4em;
		margin-top: 50px;
		text-align: center;
		text-shadow: 0 1px 3px #000;
	}

	.swiper-slide-inner h1 span {
		color: #fff;
		font-family: 'FontAwesome';
		text-align: center;
		text-shadow: 0 1px 3px #000;
	}


	.slideOtherSearch .searchWrapper {
		position: absolute;
		right: 0;
		top: -30px;

		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	


	/* Secondary Structure
	 ****************************************************************************/

	.secondaryHeader {
		background: url('/images/secondary/secondary-header.jpg') center top no-repeat;
		background-size: cover;
		height: 388px;
		padding-top: 1px;
		margin-top: -1px;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.searchPositioner {
		position: relative;
		max-width: 1100px;
		margin: 0 auto;
	}

	.bodySecondary .search {
		position: absolute;
		right: 0;
		top: -158px;
		width: 200px;
	}
	
	.titleIntro {
		background: rgba(1,11,28,.75);
		bottom: 0;
		left: 0;
		margin: 0 auto 15px auto;
		max-height: 200px;
		max-width: 1100px;
		overflow: auto;
		padding: 15px;
		position: absolute;
		right: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.titleIntro .intro {
			color: #fff;
			font-size: .9em;
		}

		.titleIntro .intro a:link {
			color: #00aeef;
			text-decoration: underline;
		}

		.titleIntro .intro a:link:hover {
			color: #bea200;
			text-decoration: none;
		}

		.titleIntro .intro a:visited {
			color: #00aeef;
			text-decoration: underline;
		}

	/* Chat
	 ****************************************************************************/
	.bodySecondary .chat {
		position: absolute;
		right: 215px;
		top: -158px;
	}

	/* columns */
	.secondaryColumns {
		margin-right: 300px;
	}
	
	.secondaryColumns .column1 {
		float: left;
		margin-bottom: 20px;
		overflow: hidden;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .column2 {
		float: right;
		margin-bottom: 20px;
		margin-right: -300px;
		position: relative;
		width: 280px;
	}
	
	/* lower columns */
	.secondaryColumnsLower {
		display: table;
		margin-bottom: 20px;
		width: 100%;
	}

	.secondaryColumnsLower > div {
		display: table-row;
	}

	.secondaryColumnsLower .cwContainer {
		border-right: 8px solid #fff;
		display: table-cell;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.secondaryColumnsLower .cwContainer:last-of-type {
		border: none;
	}

	/* one item */
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(1) {
		width: auto;
	}

	/* two items */
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(2),
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(2) ~ .cwContainer {
		width: 50%;
	}

	/* three items */
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(3),
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(3) ~ .cwContainer {
		width: 33.3333%;
	}

	/* four items */
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(4),
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(4) ~ .cwContainer {
		width: 25%;
	}


	/* Tabs
	 ****************************************************************************/
	#tabContainer {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 1px;
		z-index: 11;
	}

	li.tab {
		background: #1e395b;
		color: #fff;
		cursor: pointer;
		float: left;
		font-size: 1.2em;
		list-style-type: none;
		padding: 6px 15px;
		size: border-box;
		text-align: center;
		
		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

	li.tab:hover {
		background: #00aeef;
		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 {
		background: #f4f4f4;
		position: relative;
		z-index: 10;
	}

	li.tab.active {
		background: #f4f4f4;
		color: #333;
		cursor: default;
		padding-bottom: 7px;
	}

	li.tab.active span:before {
		color: #333;
	}

	div.content {
		margin: 0;
		padding: 15px;
		position: relative;
		z-index: 10;
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		color: #443c19;
		display: none;
		font-weight: normal;
		font: 1.4em 'Open Sans', sans-serif;
		padding-left: 0;
		text-align: left;
	}
	
	
	.tab span:before {
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 1.3em;
		margin-right: 8px;
	}
	
	.tabEvents span:before {
		content: '\f133';
	}
	
	.tabServices span:before {
		content: '\f013';
	}
	
	.tabLinks span:before {
		content: '\f0c1';
	}
	
	.tabNews span:before {
		content: '\f1ea';
	}
	
	.tabAgendas span:before {
		content: '\f15c';
	}


	/* Footer
	 ****************************************************************************/
	.footer {
		color: #fff;
		font-size: .8em;
		width: 100%;
		background: rgba(0,0,0,0.8);

		box-sizing: border-box;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

	}	

	.footer > .wrap {
		display: table;
		width: 100%;
	}

	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.footer .footerColumn {
		display: table-cell;
		vertical-align: middle;
		padding: 20px;
		border-right: 1px solid #666;
	}


	.footer .footerColumn:nth-of-type(1) {
		width: 33%;
	}
	
	.footer .footerColumn:nth-of-type(2) {
		width: 30%;
	}

	.footer .footerColumn:nth-of-type(3) {
		width: 36%;
		border: none;
	}

	.footer .footerColumn:nth-of-type(3) p {
		float: right;
		text-align: right;
		margin-top: 3px;
	}
	
	#coreLogo {
		float: right;
		height: 45px;
		margin-left: 8px;
		width: 100px;
	}
	
	.footerColumn ul, .footerColumn ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.footerColumn ul li {
		border-right: 1px solid #fff;
		display: inline;
		font-size: .9em;
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
	}
	
	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	/* Google Translate
	 ****************************************************************************/
	.goog-te-gadget {
		text-align: center;
	}

	.goog-te-gadget-simple {
		background: #f9f5f1 !important;
		border: 0 !important;
		margin: 0 auto;
	}

	.goog-te-menu-value span {
		color: #767676;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	
	
	
	
	/* Content Windows
	 ****************************************************************************/
	.cwContainer {
		box-sizing: border-box;
		background: #f4f4f4;
	}

	.cwContainerInner {
		padding: 10px;
	}

	.getConnected {
		text-align: center;
	}
	
	.getConnected a {
		color: #1E395B;
		font-size: 4.5em;
		line-height: 1em;
	}
	
	.subtext {
		color: #7d8a97;
		font-size: .9em;
	}

	.secondaryColumns .column2 .cwHeader,
	.secondaryColumnsLower .cwHeader {
		background: #1e395b;
		color: #fff;
		font-family: "Open Sans";
		font-size: 1.35em;
		margin: 0;
		padding: 10px;
		text-align: left;
	}


	.bodyHome .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 10px 0;
		padding: 0;
	}
	
	.cwNewList li, .cwList li:last-of-type {
		margin-bottom: 0;
	}

	.cwColumns .cwColumnHalf:nth-of-type(odd) {
		float: left;
		width: 48%;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(even) {
		float: right;
		width: 48%;
	}
	
	.descContainer {
		margin-bottom: 20px;
	}
	
	/* Contact Content Window
	 ****************************************************************************/
	.cwContactHead .headPhoto {
		float: left;
		margin-right: 10px;
	}

	.cwContactHead .headPhoto img {
		max-width: 75px;
	}

	.cwContactHead .nameTitle {

	}

	.cwContactList {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.cwContactList li {
		margin: 0 0 6px 0;
		padding: 0;
	}

	.cwContactList li:before {
		color: #1e395b;
		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;
	}

	.homeColumns .cwContactList li:before {
		color: #7f2e13;
	}

	.tty:before {
		content: "\f1e4";
	}

	.telephone:before {
		content: "\f095";
	}
	.mobile:before {
		content: "\f10b";
	}
	.fax:before {
		content: "\f1ac";
	}

	.email:before {
		content: "\f0e0";
	}
	.staff:before {
		content: "\f0c0";
	}
	.hours:before {
		content: "\f017";
	}
	

	
	/* More Links
	 ****************************************************************************/
	a.feedLink {
		background: #eb6221;
		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: right;
	}

	a.moreLink {
		font-size: .8em;
		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: #000;
		font-size: .8em;
		margin: 15px 0;
		padding: 0;
	}

	#breadcrumbsInner a {
		text-decoration: none;
	}

	#breadcrumbsInner a:visited {
		/*color: #00aeef;*/
	}

	#breadcrumbsInner a:hover {
		text-decoration: none;
	}

	.breadStart {
		font-weight: bolder;
		margin-right: 8px;
	}

	.breadArrow {
		position: relative;
		margin: 0 8px;
	}
		
		
	/* Content Window Headers and Special Headers
	 ****************************************************************************/
	.sectionTitle {
		color: #fff;
		font-family: 'Cinzel', serif;
		font-size: 2.4em;
		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: #f4f4f4;
	}
	
	.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';
	}

		
	
	/* 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;
	}
	
	.cwNavContainerMenu select {
		width: 100%;
	}

	
	/* Special Classes
	 ****************************************************************************/
	.pdfIcon {
		font-family: 'FontAwesome';
		margin-left: .3em;
	}

	.hiddenText {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	/* Special table classes like it's 2001
	 ****************************************************************************/
	.t {
		display: table;
	}

	.tr {
		display: table-row;
	}

	.td {
		display: table-cell;
	}

}

/********************************************************************************
 * resize the swiper control
 ********************************************************************************/
@media screen and (max-width: 1212px) {
	.swiper-button-next, .swiper-button-prev {
		height: 60px !important;
		width: 30px !important;
		margin-top: -15px !important;
		background-size: 30px 60px !important;
		position: fixed !important;
	}
}



/********************************************************************************
 * Reposition Header & Footer Elements
 ********************************************************************************/
@media screen and (max-width: 1099px) {
	/* Wrap Padding
	 ****************************************************************************/
	 .wrap {
		padding: 0 10px;
	 }

	/* Header
	 ****************************************************************************/
	.headPositioner {
		top: 0;
	}

	.siteTitle a {
		background-size: contain;
		margin: 15px auto 0 auto;
		position: relative;
	}

	/* Chat
	 ****************************************************************************/
	.chat, .bodySecondary .chat {
		right: 185px;
	}

	/* Secondary Search
	 ****************************************************************************/
	.bodySecondary .search {
		position: absolute;
		right: 0;
		top: -35px;
		right: 10px;
	}
	
}



/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 950px) {
	/* Tabs
	 ****************************************************************************/
	.tabReturn {
		display: block;
	}
	

	/* Footer
	 ****************************************************************************/
	.footer {
		width: auto;
	}

	.footer > .wrap {
		display: block;
		width: auto;
	}

	.footer .footerColumn {
		border: 0;
		display: block;
		padding: 15px 0 0 0;
		text-align: center;
	}
	
	.footer .footerColumn:nth-of-type(1),
	.footer .footerColumn:nth-of-type(2),
	.footer .footerColumn:nth-of-type(3) {
		width: auto;
	}

	#google_translate_element {
		margin: 0 auto;
		float: none;
	}

	.footer .footerColumn:nth-of-type(3) p {
		float: none;
		margin 0;
		text-align: center;
	}
	
	#coreLogo {
		display: block;
		float: none;
		margin: 15px auto 0 auto;
	}

	.footerColumn ul li {
		text-align: center;
	}
	
}



/********************************************************************************
 * small tablet landscape (800x600)
 ********************************************************************************/
@media screen and (max-width: 800px) {
	/* Breaking News
	 ****************************************************************************/
	#breakingNewsContainer {
		display: block;
		padding: 15px;
	}
	
	#breakingNewsContainer .col1, #breakingNewsContainer .col2, #breakingNewsContainer .col3 {
		display: block;
	}

	#breakingNewsContainer .col1 .cwHeader {
		white-space: normal;
	}

	#breakingNewsContainer .col2  { 
		padding: 0;
		margin-bottom: 12px;
	}


	/* Search
	 ****************************************************************************/
	.slide-2 .searchWrapper, .slide-3 .searchWrapper, .slide-4 .searchWrapper, .slide-5 .searchWrapper  {
		position: relative;
		margin: 0 auto;
		top: 30px;
	}
	


	/* Secondary Structure
	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
	}

	.secondaryColumns .column1 {
		float: none;
		margin: 0;
		width: auto;
	}

	.secondaryColumns .column2 {
		float: none;
		width: auto;
		margin: 0;
		top: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	

	/* columns lower */
	.secondaryColumnsLower, .secondaryColumnsLower > div {
		display: block;
	}

	.secondaryColumnsLower .cwContainer {
		border-right: none;
		display: block;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* one item */
	.cwContainer:first-child:nth-last-child(1) {
		width: auto;
	}

	/* two items */
	.cwContainer:first-child:nth-last-child(2),
	.cwContainer:first-child:nth-last-child(2) ~ .cwContainer,
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(2), 
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(3) ~ .cwContainer {
		width: auto;
	}

	/* three items */
	.cwContainer:first-child:nth-last-child(3),
	.cwContainer:first-child:nth-last-child(3) ~ .cwContainer,
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(3), 
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(3) ~ .cwContainer {
		width: auto;
	}

	/* four items */
	.cwContainer:first-child:nth-last-child(4),
	.cwContainer:first-child:nth-last-child(4) ~ .cwContainer,
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(4), 
	.secondaryColumnsLower .cwContainer:first-child:nth-last-child(4) ~ .cwContainer {
		width: auto;
	}



	
	/* Tabs
	 ****************************************************************************/
	.tabReturn {
		display: none;
	}
	
	li.tab {
		float: none;
		margin-right: 0;
		padding-left: 10px;
	}

	li.tab:first-of-type {
		margin: 0;
	}

	li.tab:last-of-type {
		margin-right: 0px;
	}

	.splitTab {
		float: none;
		width: auto;
	}

	.content {
		
	}

	.content .splitTab:first-of-type {
		margin-bottom: 15px;
	}
	
	.tab {
		font-size: 1.8em;
	}
	
	div.content .cwHeader  {
		display: block;
	}
	
	
}


/********************************************************************************
 * content break for home tiles
 ********************************************************************************/
@media screen and (max-width: 650px) {

	/* Home Columns
	 ****************************************************************************/
	/* Primarily the Home Panel */

	.tileRow-2, .tileRow-3 {
		display: block;
	}

	.tileRow-2 .tile, .tileRow-3 .tile {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.slide-1 .tileRow-2 .tile, .slide-1 .tileRow-3 .tile {
		margin: 0 0 12px 0;
	}

	/* Supporting/Category Slides
	 ****************************************************************************/
	.tileLinks a:link, .tileLinks a:visited  {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 0 49%;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}


}





/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/
@media screen and (max-width: 600px) {
	/* Supporting/Category Slides
	 ****************************************************************************/
	.introContainer, .introContainer > div, 
	.introContainer .introCell:first-of-type, .introContainer .introCell:nth-of-type(2) {
		display: block;
		width: auto;
	}
	
	.introContainer .introCell:first-of-type > img {
		width: 100%;
	}

	.introContainer .introCell:nth-of-type(2) {
		padding: 15px;
	}

	/* Service Icons
	 ****************************************************************************/	
	.serviceIcons li {
		width: 49%;
		margin-right: 2%;
	}
	
	.serviceIcons li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	
	/* Secondary Structure content window columns
	 ****************************************************************************/
	.cwColumns .cwColumnHalf:nth-of-type(odd), .cwColumns .cwColumnHalf:nth-of-type(even) {
		float: none;
		width: auto;
	}
	
	
}

/********************************************************************************
 * mobile landscape (480x320)
 ********************************************************************************/
@media screen and (max-width: 480px) {
	/* Header
	 ****************************************************************************/
	.siteTitle {
		height: auto;
		width: auto;
	}
	
	.siteTitle a {
		background-size: contain;
		height: 135px;
		margin: 15px 10px 0 10px;
		/*padding-top: 29.7%;*/
		width: auto;
	}
	
	/* Supporting/Category Slides
	 ****************************************************************************/
	.tileLinks {
		display: block;
	}

	.tileLinks a:link, .tileLinks a:visited  {
		display: block;
	}


	/* Caledar Date Boxes
	 ****************************************************************************/
	.cwEvents .col1  {
		float: none;
		width: auto;
	}
	
	.cwEvents .col2 {
		float: none;
		width: auto;
		margin-top: 20px;
	}

	.cwEvents ul.cwList li .calTitleLink:last-of-type {
		padding: 0 0 15px 8px;
	}
	

	/* Photo News
	 ****************************************************************************/		
	.cwNewsPhoto .t {
		margin-bottom: 15px;
		display: block;
	}

	.cwNewsPhoto .t .tr {
		display: block;
	}

	.cwNewsPhoto .t .tr .td {
		display: block;
	}

	.cwNewsPhoto .tr .td:first-of-type {
		width: auto;
	}

	.cwNewsPhoto .td:first-of-type > img {
		border: 0;
		height: auto;
		margin: 0 auto;
		display: block;
		width: auto;
		max-width: 100%;
	}

	/* Section List
	 ****************************************************************************/
	.cwSectionList {
		display: block;
		border: none;
	}
		
	.cwSectionItem {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f9f9f9;
	}
	
	.cwSectionLink > a {
		font-size: 1.3em;
	} 
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		border: none;
		display: block;
		padding: 0;
		text-align: left;
	}
	
	.cwSectionPhone {
		white-space: nowrap;
		padding: 5px 0;
	}
	
	.cwSectionPhone, .cwSectionEmail {
		text-align: left;
	}
	
	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
		font-size: 1.6em;
	}
	


	/* Footer
	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(odd) {
		float: none;
		min-width: 100%;
		text-align: center;
		
	}
	
	.footer .footerColumn:nth-of-type(even) {
		float: none;
		text-align: center;
	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
		float: none;
		margin-top: 3px;
		text-align: center;
	}
	
	#coreLogo {
		display: block;
		float: none;
		height: 45px;
		margin: 1em auto 0 auto;
		width: 100px;
	}
	
	.footerColumn ul, .footerColumn ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.footerColumn ul li {
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
		display: inline;
		border-right: 1px solid #364a5f;
	}
	
	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
		
}

/* Clear Fix
 ********************************************************************************/
.clearfix:after {
	content:" ";
	display:table;
	clear:both;
}

.printOnly {
	display: none;
}
