/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/
@font-face {
	font-family: 'open-sans';
	src: url('/include/fonts/open-sans/open-sans.eot');
	src: url('/include/fonts/open-sans/open-sans.eot?#iefix') format('embedded-opentype'), 
		 url('/include/fonts/open-sans/open-sans.woff') format('woff'), 
		 url('/include/fonts/open-sans/open-sans.ttf') format('truetype'), 
		 url('/include/fonts/open-sans/open-sans.svg#open-sans') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* fix for poor font rendering in chrome */
 /*@media screen and (-webkit-min-device-pixel-ratio:0) {
	 @font-face {
		 font-family: 'open-sans';
		 src: url('/include/fonts/open-sans/open-sans.svg') format('svg');
	 }
 } */
@font-face {
    font-family: 'cinzel-regular';
    src: url('/include/fonts/cinzel-regular/cinzel-regular-webfont.eot');
    src: url('/include/fonts/cinzel-regular/cinzel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/cinzel-regular/cinzel-regular-webfont.woff2') format('woff2'),
         url('/include/fonts/cinzel-regular/cinzel-regular-webfont.woff') format('woff'),
         url('/include/fonts/cinzel-regular/cinzel-regular-webfont.ttf') format('truetype'),
         url('/include/fonts/cinzel-regular/cinzel-regular-webfont.svg#cinzel-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* fix for poor font rendering in chrome */
 /*@media screen and (-webkit-min-device-pixel-ratio:0) {
	 @font-face {
	 	font-family: 'cinzel-regular';
	 	src: url('/include/fonts/cinzel-regular/cinzel-regular-webfont.svg') format('svg');
	 }
 } */

@media screen {
	
	/* Reset some defaults
 	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #37271d;
		font-family: 'cinzel-regular', 'times', serif;
		margin: .5em 0;
		font-weight: normal;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2.0em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.0em;
	}

	img {
		max-width: 100%;
		height: auto !important; 
		-ms-interpolation-mode: bicubic;
		border: 0;
	}
	
	body {
		background: #fff;
		margin: 0;
		padding: 0;
		color: #464646;
		font: 84%/1.4 'open-sans', tahoma, sans-serif;
	}
	
	/* Let's do this thing
 	 ****************************************************************************/
	.wrap {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	
	/* Header
 	 ****************************************************************************/
	.header {
		background: url('/images/header/header-bg.jpg') center top;
		background-size: cover;
		height: 560px;
		padding: 1px 10px 0 10px;
		margin-top: -1px;
		position: relative;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}

	.header h2 {
		display: none;
		
	}

	.siteTitle, .siteTitle a {
		display: block;
		max-width: 459px;
		height: 200px;
		margin: 0;
	}

	.siteTitle {
		margin-top: 40px;
		float: right;
	}
	
	.siteTitle a {
		text-indent: 3500px;
		white-space: nowrap;
		overflow: hidden;
		background: url('/images/header/site-title.png') left top no-repeat;
		background-size: contain;
		position: relative;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);	
	}
	
	.skipLink {
		position: absolute;
		left: -3500px;
	}
	
		
	/* Search
 	 ****************************************************************************/
	.searchPositioner {
		max-width: 1100px;
		width: 100%;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.searchWrapper {
		height: auto;
		width: auto;
		max-width: 185px;
		overflow: hidden;
		background: transparent;
		border: 0;
		position: absolute;
		right: 0;
		top: -35px;
		z-index: 6501;
	}

	.searchForm {
		overflow: hidden;
		position: relative;
	}
	
		.searchForm label {
			position: absolute;
			left: -35000px;
			height: 0;
			width: 0;
		}

	.searchInputWrapper {
		padding: 0 26px 0 0;
		overflow: hidden;
	}

	.searchInput {
		width: 100%;
		box-sizing: content-box;
		height: 30px;
		padding: 0 40px 0 10px;
		border-color: #666;
		border-radius: 0;
		border: 0px;
		color: #000;
		font-family: 'cinzel-regular', tahoma, arial, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.searchSubmit {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 30px;
		height: 30px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #979c88;
		font-family: 'FontAwesome';
		font-size: 20px;
		line-height: 20px;
		background: #fff;
		
		-webkit-appearance: none;
    	border-radius: 0;
	}
	
	.searchInput:focus {
		outline: none;
		/*border-color: #333*/;
	}

	.searchInput:focus.searchSubmit { color: #000; }

	.searchSubmit:hover {
		background: #000;
		color: #fff;
		cursor: pointer;
	}

	/*::-webkit-input-placeholder { color: #000; }
	input:-moz-placeholder { color: #000; }*/
	
	
	/* Home PageWelcome Section
 	 ****************************************************************************/
	.welcome {
		margin-bottom: 25px;
		background: url('/images/misc/texture-background.jpg') center top repeat-x;
		/*background-size: 250px 100%;*/
	}
	
	div.shadow {
		height: 0;
		padding-top: 3.27%;
		background: url('/images/misc/shadow-bar.png') center top no-repeat;
		background-size: contain;
		margin-bottom: -20px;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);	
	}
	
	
	/* Home Page Columns
 	 ****************************************************************************/
	.infoContainerOuter {
		background: #d9e1e1 url('/images/home/fence.jpg') left top repeat-x;
		padding-top: 49px;
	}
	
	.infoContainerOuter .t {
		display: table;
	}
	
	.infoContainerOuter .tr {
		display: table-row;
	}
	
	.infoContainerInner .td {
		display: table-cell;
		width: 25%;
		vertical-align: top;
	}
	
	.infoContainerInner .col2 {
		background: #f4f2ea;
	}
	
	.infoContainerInner .col3 {
		background: #eae9df;
	}
	
	.infoContainerInner .col4 {
		background: url('/images/home/contact-people.png') left bottom no-repeat;
		background-size: 100% auto;
	}
	
	.infoContainerInner .td .cwHeader {
		background: none;
		color: #000;
		font-size: 2.1em;
	}
	
	.infoContainerInner br.columnBreak {
		display: none;
	}
	
	
	/* Service Icons
 	 ****************************************************************************/
	.serviceIcons, .serviceIcons  li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.serviceIcons li a {
		display: block;
		height: 95px;
		width: 100%;
		text-indent: -3500px;
	}
	
	.serviceIcons li {
		transition: box-shadow .2s;
	}
	
	
	.serviceIcons #svcShop {
		background: #5e6484;
		-webkit-box-shadow: inset -28px 10px 30px 5px rgba(67, 71, 94, 0.75);
		-moz-box-shadow:    inset -28px 10px 30px 5px rgba(67, 71, 94, 0.75);
		box-shadow:         inset -28px 10px 30px 5px rgba(67, 71, 94, 0.75);
	}

		.serviceIcons #svcShop a {
			background: url('/images/home/shop.png') left top no-repeat; 
		}
		
		.serviceIcons #svcShop:hover {
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
	
	.serviceIcons #svcAgendas {
		background: #566091;
		-webkit-box-shadow: inset -28px 10px 30px 5px rgba(53, 59, 90, 0.75);
		-moz-box-shadow:    inset -28px 10px 30px 5px rgba(53, 59, 90, 0.75);
		box-shadow:         inset -28px 10px 30px 5px rgba(53, 59, 90, 0.75);
	}

		.serviceIcons #svcAgendas a {
			background: url('/images/home/agendas-minutes.png') left top no-repeat; 
		}
		
		.serviceIcons #svcAgendas:hover {
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		
	.serviceIcons #svcEnews {
		background: #3d4c98;
		-webkit-box-shadow: inset -28px 10px 30px 5px rgba(37, 46, 92, 0.75);
		-moz-box-shadow:    inset -28px 10px 30px 5px rgba(37, 46, 92, 0.75);
		box-shadow:         inset -28px 10px 30px 5px rgba(37, 46, 92, 0.75);
	}

		.serviceIcons #svcEnews a {
			background: url('/images/home/enews.png') left top no-repeat; 
		}
	
		.serviceIcons #svcEnews:hover {
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
	
	.serviceIcons #svcNixle {
		background: #2a356b;
		-webkit-box-shadow: inset -28px 10px 30px 5px rgba(25, 32, 65, 0.75);
		-moz-box-shadow:    inset -28px 10px 30px 5px rgba(25, 32, 65, 0.75);
		box-shadow:         inset -28px 10px 30px 5px rgba(25, 32, 65, 0.75);
	}

		.serviceIcons #svcNixle a {
			background: url('/images/home/nixle.png') left top no-repeat; /*1e254c*/
		}
		
		.serviceIcons #svcNixle:hover {
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
	
	/* Secondary Structure
 	 ****************************************************************************/
	/* header changes*/
	.bodySecondary .header {
		height: 350px;
		background-position: center bottom;
	}

	.siteTitle, .siteTitle a {
		display: block;
		height: 230px;
	}

	.siteTitle a {
		background: url('/images/header/site-title-secondary.png') left top no-repeat;
	}
	

	/* columns */
	.secondaryColumns {
	    margin-right: 250px;
	    padding-bottom: 40px;
	}
	
	.secondaryColumns .column1 {
		float: left;
		width: 100%;
		overflow: hidden;
		padding: 0 10px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .column2 {
		float: right;
		width: 220px;
		margin-right: -250px;
	}
	
	
	
	
	/* Footer
 	 ****************************************************************************/
	.footer {
		font-family: 'open-sans', times, serif;
		color: #333333;
		font-size: .8em;
		position: relative;
		padding: 40px 0;
	}	
	
	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #333333;
		text-decoration: underline;
	}
	
	.footer .footerColumn:nth-of-type(odd) {
 		float: left;
 	}
 	
 	.footer .footerColumn:nth-of-type(even) {
 		float: right;
 		text-align: right;
 	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
 		float: right;
 		margin-top: 3px;
 	}
	
	#egovLogo {
    	float: right;
    	height: 31px;
    	margin-left: 8px;
    	width: 70px;
	}
	#coreLogo {
		float: right;
		height: 45px;
		margin-left: 8px;
		position: relative;
		width: 100px;
		top: .5ex;
		margin-top: -5px;
	}

	
	.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 #fff;
	}
	
	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	/* Date Boxes
 	 ****************************************************************************/
	.cwEventsHome ul.cwList {
		display: table;
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}
	
		.cwEventsHome ul.cwList li {
			display: table-row;
			border-bottom: 20px solid rgba(255,255,255,.0);
		}
	
	.cwEventsHome ul.cwList div.calBigDate {
		font-family: 'cinzel-regular', 'times', serif;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding-right: 8px;
	}
	
	.cwEventsHome ul.cwList div.calBigDate .month {
		text-transform: uppercase;
		text-align: center;
		font-size: .9em;
		padding: 0;
		color: #333333;
	} 
	
	.cwEventsHome ul.cwList div.calBigDate .day {
		padding: 0;
		text-align: center;
		font-size: 2.1em;
		line-height: 1.05em;
		margin: 0;
		position: relative;
		top: .2ex;
		font-weight: 900;
		color: #333333;
	}
	
	.cwEventsHome ul.cwList li .calTitleLink {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		padding-left: 8px;
	}
	
	/* Tabs
 	 ****************************************************************************/
	#tabContainer {
		margin-top: 15px;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ddd;
		list-style-type: none;
		position: relative;
	}

	li.tab {
		float: left;
		border-bottom: none;
		background: none;
		list-style-type: none;
		color: #707dbe;
		padding: 6px 15px;
		cursor: pointer;
		text-align: center;
		font-size: 2.1em;
		size: border-box;
		font-family: 'cinzel-regular', times, serif;
		margin-right: 2px;
		
		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: none;
		color: #2a356b;
		
		transition: background .2s, color .2s;
		-moz-transition: background .2s,color .2s;
		-webkit-transition: background .2s, color .2s;
		-o-transition: background .2s, color .2s;
	}

	li.tab:hover span::before {
		color: #fff;
		
		transition: color .2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}


	#tabsContent {
		background: #ffffff;
	}

	li.tab.active {
		color: #2a356b;
		background: none;
		cursor: default;
	}

	li.tab.active span::before {
		color: #fff;
	}

	div.content {
		padding: 0;
		margin: 0;
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		color: #566091;
		background: none;
		padding-left: 0;
		font-weight: normal;
		font-size: 1.9em;
		display: none;
	}
	
	div.content .splitTab .cwHeader {
		display: block;
	}

	
	/* Content Windows
 	 ****************************************************************************/
	.cwHeader {
		margin: 0;
		padding: 5px 10px;
		font-size: 1.5em;
		background: #566091;
		color: #fff;
	}
	
	.bodySecondary .cwContainer, .cwNavContainerList, .cwNavContainerMenu {
		margin-bottom: 20px;
 	}
 	
 	.cwContainerInner {
 		padding: 12px;
	}

	.contactMore {
		position: relative;
		top: -12px;
	}

	.contactMore .cwContainerInner {
 		padding: 0 12px 12px;
	}
	
	.cwNewsList, .cwNewList li, .cwNewsListPhoto, .cwNewListPhoto li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwNewList li, .cwNewsListPhoto li {
		margin: 0 0 8px 0;
	}
	
	.cwList, .cwList li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwList li {
		margin: 0 0 15px 0;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(odd) {
		float: left;
		width: 48%;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(even) {
		float: right;
		width: 48%;
	}
	
	a:link.cwLink {
		color: #707dbe;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	a:visited.cwLink {
		color: #29346a;
	}
	
	a:hover.cwLink, a:visited:hover.cwLink{
		color: #5e6383;
	}
	
	.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 {
		text-decoration: none;
		font-family: 'FontAwesome';
		color: #707dbe;
		font-size: 1.4em;
		margin: 0 6px 0 0;
		height: 16px;
		width: 16px;
		text-align: center;
		float: left;
		position: relative;
		top: -3px;
	}

	.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";
	}
	
	/* Site-wide Links
 	 ****************************************************************************/
	a:link, a { 
		color: #707dbe;
		text-decoration: none;
		transition: width 2s;
		-moz-transition: color .2s; 
		-webkit-transition: color .2s;
		-o-transition: color .2s; 
	}
	
	a:link:visited {
		color: #3b4990;
		text-decoration: none;
	}
	
	a:link:hover, a:active, a:visited:hover, a:hover {
		color: #29346a;
		text-decoration: none;
	}
	
	/* More Links
 	 ****************************************************************************/
	.moreContainer {
		display: block;
	}
	
	.breakingNews .moreContainer {
		border: 0;
		display: block;
	}
	
	.newsEvents .moreContainer {
		border-top: double #898989;
	}
	
	a.feedLink {
		font-family: 'FontAwesome';
		color: #f4b83f;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	
	a.feedLink:hover {
		color: #3b4990;
	}

	a.moreLink {
		position: relative;
		top: -2px;
		line-height: 1.5em;
		padding-left: 8px;
		margin-left: 8px;
		border-left: 1px solid #ddd;
	}
	
	
	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #000;
		padding: 0;
		/*font-size: .8em;*/
		margin-bottom: 15px;
		text-align: center;
	}

	#breadcrumbsInner a {
		text-decoration: none;
	}

	#breadcrumbsInner a:visited {
		/*color: #721010;*/
	}

	#breadcrumbsInner a:hover {
		text-decoration: none;
	}

	.breadStart {
		font-weight: bolder;
		margin-right: 8px;
	}

	.breadArrow {
		margin: 0 8px;
	}
		
		
	/* Special Headers
 	 ****************************************************************************/
	.sectionTitle {
		font-family: 'cinzel-regular', 'times', serif;
		color: #000;
		font-size: 2.2em;
		margin-bottom: .4em;
		text-align: center;
		margin-top: 0;
	}
	
	.sectionTitle .spearRight {
		display: inline-block;
		padding-right: 101px;
		background: url('/images/misc/spear-right.png') right center no-repeat;
	}
	
	.sectionTitle .spearLeft {
		display: inline-block;
		padding-left: 101px;
		background: url('/images/misc/spear-left.png') left center no-repeat;
	}
	
	.bodySecondary .sectionTitle {
		font-size: 3em;
	}
	
	
	/* Section List
 	 ****************************************************************************/
	.cwSectionList {
		display: table;
		border: 1px solid #9ea6a7;
		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: #fff;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f8faf9;
	}

	.cwSectionItem:hover, .cwSectionItem:nth-of-type(odd):hover {
		background: #ffffc9;
	}
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		display: table-cell;
		padding: 5px;
		border-bottom: 1px solid #9ea6a7;
	}
	
	.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 {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.cwNavList li {
		border-bottom: 1px solid #ddd;
		padding: 5px 0 5px 0;
	}
	
	ul.cwNavList li:last-of-type {
		border-bottom: none;
	}
	
	/* nav menus */
	.cwNavContainerMenu {
		display: none;
	    margin-bottom: 20px;
	}
	
	.cwNavContainerMenu select {
		width: 100%;
	}

	
	/* Events Content Window
 	 ****************************************************************************/
	/*.cwEventsList span.eventTime:before,
	.cwEventsList span.eventLocation:before {
		font-family: 'FontAwesome';
		content: '\f017';
		color: #00456e;
		margin-right: .2em;
		font-size: 1.5em;
		display: inline-block;
		width: .9em;
		text-align: center;
		position: relative;
		top: .1em;
	}
	
	.cwEventsList span.eventLocation:before {
		content: '\f041';
	}*/

}

/********************************************************************************
 * adjustment for home page columns
 ********************************************************************************/
@media screen and (max-width: 1100px) {
	/* Home Page Columns
 	 ****************************************************************************/
	.infoContainerOuter .t {
		display: block;
		width: 100%;
	}
	
	.infoContainerOuter .tr {
		display: block;
	}
	
	.infoContainerInner .td {
		min-height: 380px;
	}
	
	.infoContainerInner .td:nth-of-type(odd) {
		display: block;
		width: 50%;
		float: left;
	}
	
	.infoContainerInner .td:nth-of-type(even) {
		display: block;
		width: 50%;
		float: right;
	}
	
	.infoContainerInner br.columnBreak {
		display: block;
		clear: all;
	}
	
	/* Footer
 	 ****************************************************************************/
	.footer.wrap {
		padding: 40px 10px;
	}	
	
	.footer .footerColumn:nth-of-type(odd), .footer .footerColumn:nth-of-type(even) {
 		float: none;
 		text-align: center;
 	}

	.footer .footerColumn:nth-of-type(even) p {
 		margin: 0 auto;
 		max-width: 27em;
 		text-align: center;
    	float: none;
    	margin: 10px auto;
 	}
	
	#egovLogo {
    	float: right;
    	height: 31px;
    	margin-left: 8px;
    	width: 70px;
	}
	#coreLogo {
		display: block;
		float: none;
		margin-left: 0px;
		margin: 20px auto 0;
		top: 0;
	}
	
}



/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 950px) {
	/* Header
 	 ****************************************************************************/
	.header {
		height: 305px;
	}
	
	.siteTitle {
		float: none;
		margin: 50px auto 0 auto;
	}
	.siteTitle a {
		background: url('/images/header/site-title-white-tag.png') left top no-repeat;
	}
	/* Search
 	 ****************************************************************************/
	.searchWrapper {
		max-width: 100%;
		left: 10px; 
		right: 10px;
	}
	
}


/********************************************************************************
 * small tablet landscape (800x600)
 ********************************************************************************/
@media screen and (max-width: 800px) {
	/* Secondary Structure
 	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
	}

	.secondaryColumns .column1, .secondaryColumns .column2 {
		float: none;
		width: auto;
		margin: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	
	/* Tabs
 	 ****************************************************************************/
	li.tab {
		float: none;
		margin-right: 0;
		border-bottom: 1px solid #ddd;
		padding-left: 10px;
	}

	li.tab:first-of-type {
		margin: 0;
	}

	li.tab:last-of-type {
		margin-right: 0px;
	}

	.splitTab {
		float: none;
		width: auto;
	}

	.content .splitTab:first-of-type {
		margin-bottom: 15px;
	}
	
	.tab {
		font-size: 1.8em;
	}
	
	div.content .cwHeader  {
		display: block;
	}
	
	/* Special Headers
 	 ****************************************************************************/
	.sectionTitle .spearRight, .sectionTitle .spearLeft {
		display: inline;
		padding: 0;
		background: none;
	}
	
}



/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/
@media screen and (max-width: 600px) {
	/* Home Page Columns
 	 ****************************************************************************/
	.infoContainerInner .td {
		min-height: auto;
	}
	
	.infoContainerInner .td:nth-of-type(odd), 
	.infoContainerInner .td:nth-of-type(even) {
		display: block;
		width: auto;
		float: none;
	}
	
	.infoContainerInner .td:last-of-type {
		min-height: 380px;	
	}
	
	
}

/********************************************************************************
 * mobile landscape (480x320)
 ********************************************************************************/
@media screen and (max-width: 480px) {
	/* Header
 	 ****************************************************************************/
	.header {
		height: auto;
	}
	
	.siteTitle {
		height: auto;
		width: auto;
		margin-bottom: 50px;
	}
	
	.siteTitle a {
		background-size: contain;
		background-position: top center;
		height: 0;
		margin-bottom: 0;
		width: auto;
		padding-top: 43%;
	}
	
	/* shadow bar */
	div.shadow {
		margin-bottom: -10px;
	}
		
 	/* Section List
 	 ****************************************************************************/
	.cwSectionList {
		display: block;
		border: none;
	}
		
	.cwSectionItem {
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #ddd;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f9f9f9;
	}
	
	.cwSectionLink > a {
		font-size: 1.3em;
	} 
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		display: block;
		padding: 0;
		border: none;
		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;
	}
	
	

	 	
}


/********************************************************************************
 * mobile portrait (320x480)
 ********************************************************************************/
@media screen and (max-width: 320px) {

}


/* Clear Fix
 ********************************************************************************/
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
* html .clearfix {
	height: 1px;
}

.printOnly {
	display: none;
}

.applicationsBack {
	border-bottom: 1px solid #414347;
	text-align: right;
	padding-bottom: 4px;
}

.applicationsBack:last-of-type {
	border-top: 1px solid #414347;
	border-bottom: 0;
	margin-top: 4px;
	padding-top: 4px;
}
