html, body {
	background-color:#006B8D;
}
body {
}

.pure-g, .cwidth {
	max-width: 1280px;
	margin: 0 auto;
}

.pure-g > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pure-g-pad > *, .pure-g-pad > li, .pure-g-pad > dd {
	padding: 12px 60px;
}
.pure-g-pad .pure-g-pad > *, .pure-g-pad .pure-g-pad > li, .pure-g-pad .pure-g-pad > dd {
	padding: 12px 30px;
}

#c1 {
	bottom:0;
	text-align:center;
	padding: 20px 10px;
}

#c2 {
	clear: both;
	margin: 0 auto;
	text-align:left;
}


#c3 {
	background-color:#ffffff;
	color: #598BAC;
	margin: 0 auto;
}


#c4 {

}

#menu {
	position: relative;
	clear: both;
	z-index: 101;
	line-height: 1em;
}


/*** ESSENTIAL STYLES ***/

ul.sf-menu { 
	margin: 0 auto; 
	padding: 0;
	list-style: none; 
	z-index: 1; 
	width: 100%;
	display: table;
	}

	ul.sf-menu li { margin: 0; padding: 0;}

	ul.sf-menu a { margin: 0; padding: 0; color: #A1B5DF;}

	ul.sf-menu ul {list-style: none;}

	ul.sf-menu a {text-decoration: none;}

	ul.sf-menu > li {
	    position: relative;
	    display: table-cell;
	    text-align: center;
	}
	ul.sf-menu > li > a {
	    font-size: 12px;		/* This bit changes the size of the text on the main heading */
	    line-height: 46px;		
	    padding: 10px 12px 35px 10px;		/* This is the padding between the different titles */
	-webkit-transition: color .15s;
	   -moz-transition: color .15s;
	     -o-transition: color .15s;
		transition: color .15s;
		z-index: 2;
		text-decoration: none;
		text-transform:uppercase;
		min-width: 60px;
		display: inline-block;
		position: relative;
		letter-spacing:8px;
	}

	ul.sf-menu > li > a:after {
		bottom: 15px;
	}
	ul.sf-menu > li.m1 > a:after {
		background-position: 0 0;
	}
	ul.sf-menu > li.m288 > a:after {
		background-position: -244px 0;
	}
	ul.sf-menu > li.m419 > a:after {
		background-position: -31px 0;
	}
	ul.sf-menu > li.m420 > a:after {
		background-position: -62px 0;
	}
	ul.sf-menu > li.m421 > a:after {
		background-position: -93px 0;
	}
	ul.sf-menu > li.m422 > a:after {
		background-position: -124px 0;
	}
	ul.sf-menu > li.m423 > a:after {
		background-position: -155px 0;
	}
	ul.sf-menu > li.m428 > a:after {
		background-position: -183px 0;
	}
	ul.sf-menu > li.m424 > a:after {
		background-position: -214px 0;
	}
	ul.sf-menu > li.m513 > a:after {
		background-position: -274px 0;
	}
	ul.sf-menu > li:first-child > a, ul.sf-menu > li.first > a, ul.sf-menu > li:last-child > a, ul.sf-menu > li.last > a {

	}
	ul.sf-menu li > a:hover {

	}
	ul.sf-menu > li:hover > a.on, ul.sf-menu > li > a.on, ul.sf-menu li > a.active {

	}
	ul.sf-menu > li.m1 > a.on, ul.sf-menu > li.m1:hover > a.on {
		color: #ED6798;
	}
	ul.sf-menu > li.m1:hover > a:after, ul.sf-menu > li.m1 > a.on:after, .s1 .hasicn:after,  .s1 hr:after {
		background-position: 0 -34px;
	}

	ul.sf-menu > li.m288 > a.on, ul.sf-menu > li.m288:hover > a.on {
		color: #696969;
	}
	ul.sf-menu > li.m288:hover > a:after, ul.sf-menu > li.m288 > a.on:after, .s288 .hasicn:after, .s288 hr:after {
		background-position: -244px -34px;
	}
	
	ul.sf-menu > li.m419 > a.on, ul.sf-menu > li.m419:hover > a.on {
		color: #F28C00;
	}
	ul.sf-menu > li.m419:hover > a:after, ul.sf-menu > li.m419 > a.on:after, .s419 .hasicn:after, .s419 hr:after {
		background-position: -31px -34px;
	}

	ul.sf-menu > li.m420 > a.on, ul.sf-menu > li.m420:hover > a.on {
		color: #c10a27;
	}
	ul.sf-menu > li.m420:hover > a:after, ul.sf-menu > li.m420 > a.on:after, .s420 .hasicn:after, .s420 hr:after {
		background-position: -62px -34px;
	}
	
	ul.sf-menu > li.m421 > a.on, ul.sf-menu > li.m421:hover > a.on {
		color: #75a937;
	}
	ul.sf-menu > li.m421:hover > a:after, ul.sf-menu > li.m421 > a.on:after, .s421 .hasicn:after, .s421 hr:after {
		background-position: -93px -34px;
	}
	
	ul.sf-menu > li.m422 > a.on, ul.sf-menu > li.m422:hover > a.on {
		color: #cbaf00;
	}	
	ul.sf-menu > li.m422:hover > a:after, ul.sf-menu > li.m422 > a.on:after, .s422 .hasicn:after, .s422 hr:after {
		background-position: -124px -34px;
	}
	
	ul.sf-menu > li.m423 > a.on, ul.sf-menu > li.m423:hover > a.on {
		color: #a06833;
	}
	ul.sf-menu > li.m423:hover > a:after, ul.sf-menu > li.m423 > a.on:after, .s423 .hasicn:after, .s423 hr:after {
		background-position: -155px -34px;
	}
	
	ul.sf-menu > li.m428 > a.on, ul.sf-menu > li.m428:hover > a.on {
		color: #3ba2db;
	}
	ul.sf-menu > li.m428:hover > a:after, ul.sf-menu > li.m428 > a.on:after, .s428 .hasicn:after, .s428 hr:after {
		background-position: -183px -34px;
	}
	
	ul.sf-menu > li.m424 > a.on, ul.sf-menu > li.m424:hover > a.on {
		color: #8784bf;
	}
	ul.sf-menu > li.m424:hover > a:after, ul.sf-menu > li.m424 > a.on:after, .s424 .hasicn:after, .s424 hr:after {
		background-position: -215px -34px;
	}

	ul.sf-menu > li.m513 > a.on, ul.sf-menu > li.m513:hover > a.on {
		color: #e9368d;
	}
	ul.sf-menu > li.m513:hover > a:after, ul.sf-menu > li.m513 > a.on:after, .s513 .hasicn:after, .s513 hr:after {
		background-position: -274px -35px;
	}
	
	ul.sf-menu > li ul {
		opacity: 0;
		background: #ffffff;
		visibility: hidden;
		padding: 0;
	-webkit-transition: all .5s .1s;
	   -moz-transition: all .5s .1s;
	     -o-transition: all .5s .1s;
		transition: all .5s .1s;
	}
	ul.sf-menu > li > ul {
	    text-align: center;  
	    position: absolute;
	    top: 40px;			/* This is for the drop down annimation */
	    left: 50%;
	    margin-left: -115px;
	    width: 230px;
		z-index: 3;
	}

	ul.sf-menu > li:hover > ul {
	    opacity: 1;
	    top: 74px;
	    visibility: visible;
	}

	ul.sf-menu ul > li {
		position: relative;
	}

	ul.sf-menu ul a{     /* This is the drop down menu, change font or size when its drops down */
	    padding: 10px 10px 10px 15px;
	    border-bottom: 1px solid #D0DAEF;
	    display: block;
		transition: .4s;
		line-height: 1.1em;	
	}

	ul.sf-menu ul a:hover, ul.sf-menu ul li a.on {
		color: #598BAC;
	}

	ul.sf-menu ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
	    position: absolute;
	    top: -20px;
	    left: 206px;		/* This is for a sub sub menu */
	    padding: 0;
	    text-align: left;
	    width: 250px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	}

	ul.sf-menu ul > li:hover > ul { 	
		opacity: 1; 	
		left: 200px;
		z-index: 4;
		visibility: visible;
	}

	#sf-menu a.active-lnk {
	    -webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}

#topbar {
	position:relative;
	z-index: 1;
}
	#topbar #logo {
		z-index: 4;
		margin: 80px 20px 30px 20px;
		display: block;
		background: #ffffff;
	}

	#topbar .eqh {
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	#topbar .middle {
		text-align: center;
		position: relative;
		top: 60%;
  		transform: translateY(-60%);
		min-width: 80px
	}
	#topbar .title {
		display: block;
		border-top: 1px solid #c4c2e7;
		font-family: 'FFNexusSerifWebItalic';
		font-size: .9em;
	}
	.middle .info {
		min-height: 60px;
		display: inline-block;
		margin-bottom: -10px;
	}
	.time .info {
		font-size: 40px;
		font-family: 'AndoLight';
		line-height: 1em;
	}
	.weather .info a {
		max-height: 50px;
		display: inline-block;
		overflow: hidden;
		margin-bottom: -10px;
	}
	.weather .image {
		display: block;
		width: 50px;
		height: 50px;
		background-size: cover;
		background-position: 50% 50%;
		background-color: #89C2EB;
		background-blend-mode: luminosity;
	}
	
	.icns {
		display: block;
	}
	
	.social {
		line-height: 30px;
		display: inline-block;
	}
		.social a {
			background-repeat: no-repeat;
			border-radius: 4px;
			width: 0;
			height: 0;
			padding: 32px 32px 0 0;
			vertical-align: middle;
			text-decoration: none;
			color: #fff;
			text-align: center;		
			background-image: url('/userfiles/design/socnets-wee.png');
			overflow: hidden;
			margin: 0 6px 8px 0;
			display: inline-block;
		}
		.instagram a {
			background-position: -256px 0;
		}
		.twitter a {
			background-position: -32px 0;
		}
		.facebook a {
			background-position: 0 0;
		}
		.pinterest a {
			background-position: -96px 0;
		}
		.social a:hover, .contact-menu a.active, .website_search input#submit_but:hover {
			background-color: #2892D0;
			box-shadow: 0 0 2px 2px #fff;		
		}		
	
#topbar #themap {
	max-width: 100%;
	z-index: 3;
}	
	#topbar .toggle_but {
		position: absolute;
		bottom: 30px;
		z-index: 5;
	}
	#topbar #togglemap {
		cursor: pointer;
		background: rgb(0, 107, 141);
		background: rgba(0, 107, 141,.8);
		color: #fff;
		padding: 10px 20px;
		display: inline-block;
	}
#topslide {
	margin: 0 auto;
	height: 0;
	padding: 0 0 30.6% 0;
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.p422 #topslide, #topbar #themap {
	padding-bottom: 68.125%
}

	#topslide .slide {
		z-index: 3;
		width: 100%;
		min-height: 100%;
		height: 100%;
		margin: 0 auto;
	}
	#topslide .slide:before {
		content: ' ';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	#topslide .slide .img {
		z-index: 3;
		vertical-align: middle;
  		display: inline-block;
	}
	#topslide .active {
	    z-index: 5;
	    opacity:1.0;
	}

	#topslide .last-active {
	    z-index:2;
	}
	#topslide .bannerlnk {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: block;
		text-indent: -20000em;
	}
	
	.cycle-pager {
		z-index: 101;
		position: absolute;
		width: 40%;
		left: 30%;
		text-align: center;
		bottom: 8%;
	}	
	.cycle-pager span {
		z-index: 10;
		width: 15px;
		height: 15px;
		cursor: pointer;
		border: 1px solid #fff;
		display: inline-block;
		background: #fff;
		overflow: hidden;
		margin: 1px 8px;
		line-height: 1em;
		text-indent: -20000em;
		box-shadow: -1p -1px 2px rgba(0,0,0,.8);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.cycle-pager span.cycle-pager-active {
		background: #A1B5DF;
	}


	#topslide .condensed {
		padding: 0;
		display: block;
		font-size: 17px;
		font-weight: normal;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,.9);
		text-align: right;
		position: absolute;
		right: 80px;
		bottom: 8%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: bottom;
	}
	#topslide .condensed p:last-child {
		margin-bottom: 0;
	}
	#topslide .condensed a {
		color: #fff;
	}

	.slide .point {
		position: absolute;
		bottom: 8%;
		right: 20px;
		background: #fff;
		color: #A1B5DF;
		min-width: 30px;
		text-align: center;
		line-height: 30px;
		vertical-align: middle;
		border-radius: 15px;
		font-weight: bold;
		font-family: arial;
		font-size: 20px;
		letter-spacing: -3px;
	}
	.slide .point:hover {
		box-shadow: 0 0 3px rgba(0,0,0,.8);
	}

.topcontent {
}

.content {

}
	#c4 {
		max-width: 52em;
		text-align: center;
	}
	#c4 > * {
		text-align: left;
	}
	.layout1 #c4 {
		max-width: 0;
	}
	
	#content img.img_float_left {
		margin:0 10px 5px 0;
	}
	
	#content img.img_float_right {
		margin:0 0 5px 10px;
	}


#breadcrumb {
	color: #598BAC;
	font-size: .95em;
}

	#breadcrumb a, #breadcrumb a:visited {
		color: #598BAC;
	}

	#breadcrumb a.last {
		cursor: text;
		text-decoration: none;
		color: #598BAC;
	}

#skipNav {
	position: absolute;
}


#themap {
	width: 100%;
	height: 0;
	margin: 20px 0;
	padding: 0 0 50% 0;
}

.fancybox {
	cursor:url(/userfiles/icons/magnifier.png),pointer;
}

.business h2 {
	text-align: center;
	text-transform: uppercase;
}
.business .contact, .business .special {
	text-align: center;
}
.business .contact a {
	color: inherit;
}
.business .special p {
	margin: 5px 0;
}
.business strong.info {
	color: #F28C00;
	display: inline-block;
	margin: 0 5px 0 20px;
}
 
.burst-12 {display: inline-block; width: 5em; height: 5em;position: relative; text-align: center; line-height: 2.5em; font-size: 15px; padding: .8em; z-index: 1;  float: right; margin-top: 200px; text-transform: uppercase; letter-spacing: 2px;} 
.burst-12:before, .burst-12:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;  z-index:-1;}
.burst-12:before { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); } 
.burst-12:after { -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -ms-transform: rotate(60deg); -o-transform: rotate(60deg); }

.business a.burst-12 {
	color: #fff;
	text-decoration: none;
}
.business a.burst-12:hover, .business a.burst-12:hover:after, .business a.burst-12:hover:before { 
	background: #2892D0;
}
.feature {
	max-width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	position: relative;
	text-align: center;
	margin: 10px 0;
}
	.feature .inner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: table-cell;
		vertical-align: middle;
	}

	.feature img {
		min-width: 50px;
		min-height: 50px;
		background: transparent url('/userfiles/icons/waiting.gif') no-repeat 50% 50%;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
		vertical-align: middle;
		position: relative;
	}
.slideshw .controls {
	position: relative;
}
	.slideshw .controls .but {
		position: absolute;
		padding: 7% 3%;
		font-size: 2em;
		cursor: pointer;
		opacity: 1;
		margin: -40% 0 0 0;
		text-shadow: 0 0 2px #fff;
	}
	.slideshw .controls .disabled {
		cursor: text;
		opacity: 0;
	}
	.slideshw .controls .cycle-prev {
		left: -20px;
	}
	.slideshw .controls .cycle-next {
		right: -20px;
	}
	.slideshw .controls .custom-caption {
		text-align: center;
		display: block;
	}


ul.gallery, ul.gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}	
	ul.gallery {
		margin: 10px 0 30px 0;
		padding: 0 0 10% 0;
	}
	ul.gallery li.cycle-slide {
		border-bottom: 8px solid #fff;
		border-left: 8px solid #fff;
		border-right: 8px solid #fff;
		max-width: 150px;
	}
	.gallery img {
		display: block; /* Otherwise it keeps some space around baseline */
		-ms-interpolation-mode: bicubic;
	}
	.gallery li.cycle-slide a {
		display: block;
	}
	.gallery li .image {
		display: block;
		height: 0;
		padding: 95% 0 0 0;
		background-size: cover;
		background-position: 50% 50%;
		border: 2px solid #B9C8E7;
	}
	.gallery li.cycle-slide-active .image {
		border: 2px solid #F9C680;
	}
	
	
	
.submenu {
	margin: -8px;
}
	.submenu .pure-g-pad > * {
		padding: 8px;
	}
	.submenu li {

	}
	.submenu li a.link_title {
		color: #A1B5DF;
		display: block;
		padding: 15px 18px 15px 18px;
		text-decoration: none;
		position: relative;
		line-height: 1em;
		font-size: 1.1em;
	}
	.notused li a.link_title:before {
		content: ' ';
		height: 0; 
		width: 0;
		border: solid transparent;
		border-width: 8px 0 8px 8px;
		border-left-color: #000;
		margin: -1px 0  0 -14px;
		position: absolute;
	}
	.notused li:hover a.heading strong:before {
		border-color: transparent transparent transparent #fff;
	}
	.submenu li a:hover, .submenu .hoverable:hover a {
		color: #fff;
	}
	.submenu .inner {
		background: #1D1D1B;
	}
	.submenu .moreinfo {
		background: #fff;
		color: #000;
		padding: 10px 8px 8px 18px;
		font-size: 14px;
		height: 100px;
		text-align: left;
	}
	.submenu .moreinfo p:first-child {
		margin: 0;
	}
	.submenu .hasimg .image {
		display: block;
		height: 0;
		padding: 45% 0 0 0;
		background-size: cover;
		background-position: 50% 50%;
	}


.nestedsubs {
		text-align: center;
		border-top: 3px solid;
}
	.s1 .nestedsubs {
		color: #ED6798;
	}
	.s419 .nestedsubs {
		color: #F28C00;
	}
	.s420 .nestedsubs {
		color: #c10a27;
	}
	.s421 .nestedsubs {
		color: #75a937;
	}
	.s422 .nestedsubs {
		color: #cbaf00;
	}
	.s423 .nestedsubs {
		color: #a06833;
	}
	.s428 .nestedsubs {
		color: #3ba2db;
	}
	.s424 .nestedsubs {
		color: #8784bf;
	}
	.nestedsubs ul.unstyled {
		margin: 0 -8px;
		padding: 25px 0 0 0;
	}
	.nestedsubs .pure-g-pad > li {
		padding: 8px;
	}
	.nestedsubs .hasicn {
		border-bottom: 3px solid;
		padding-bottom: 30px;
	}
	.nestedsubs .hasicn:after {
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
	}
	.nestedsubs h2 {
		padding: 0 0 5px 0;
		border-bottom: 3px solid;
		margin-top: 15px;
		text-transform: uppercase;
	}
	.nestedsubs h2 a, .nestedsubs h2 a:hover {
		color: inherit;
		cursor: text;
		text-decoration: none;
	}	
	.nestedsubs a.link_title {
		color: #598BAC;
		font-family: 'FFNexusSerifWebItalic';
		text-decoration: none;
		display: block;
		margin-top: 5px;
	}
	.nestedsubs .image {
		padding: 100% 0 0 0;
		display: block;
		background-color: #C4C2E7;
		height: 0;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}


	
ul.counterlinks, ul.counterlinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.counterlinks {
		margin: 15px 0;
	}
	
	ul.counterlinks li {
		float: left;
		padding: 5px;
		border: 1px solid #000;
		margin: 0 5px 0 0;
		background: #fff;
	}
	
	ul.counterlinks li.active {
		background: none;
	}
	
	ul.counterlinks li.active a {
		color: inherit;
		text-decoration: none;
	}

#slots {
	padding: 0;
}

	.slot {
		margin: 0 0 10px 0;
		padding-left: 12px;
		line-height: 1.4em;
	}
	.slot .inner {
		padding: 19px;
		font-size: .9em;
	}


	.slot .inner a {

	}
	.layout1 .slot .inner {

	}

	.slot:last-child {

	}
	.slot .inner a {
	}

	.slot:last-child {

	}
	.slot .h_img {
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-position: 0 100%, 50% 100%;		
		background-size: 100% auto;
		padding-bottom: 30%;
	}
	.slot_title {
		font-size: 1.2em;
		background: #1D1D1B;
	}
	.slot_title span, .slot_title a, .slot_title a:hover {
		color: #FAB429;
		text-decoration: none;
	}
	.slot_title span {
		padding: 15px 19px;
		display: inline-block;
	}

	.slot ul li.on {
		font-weight: bold;
	}
	.slot img.fullwidth {
		margin: 0 -19px -20px -19px;
		max-width: 263px;
		display: block;
	}
	
	.slot_content {
		font-size: 1em;
		margin: 5px 0;
	}
	.news {
		margin: 0 0 15px 0;
		padding-bottom: 15px;
	}
	.news .headline {
		font-size: 1.1em;
		margin: 0;
	}
	.news .headline a {
		text-decoration: none;
	}
	.news .slot_content {
		margin: 0;
	}
	.layout1 .slot .news {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
	}
	q.slot_content {
		font-style: italic;
	}
	.slot .thumb {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.layout1 .slot .thumb {
		width: auto;
		float: right;
		height: 80px;
		margin: 0 0 4px 15px;
	}

	.slot_link {
		font-weight: bold;
	}

	.more_link {
		display: block;
	}
	
	.slot_link:hover {
		text-decoration:underline;
	}
	
	.slot_author {
		text-align:right;
		font-size: .9em;
		font-weight: bold;
	}

	.slot ul.newslist {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: .9em;
	}

	.slot .newslist a {
		text-decoration: none;
		margin: 9px 0;
		display: block;
	}

	.slot .newslist .active a {
		font-weight: bold;
	}

	.slot .newslist b {
		float: right;
		margin: 0 0 0 5px;
		font-size: .9em;
	}
	

	#slot_9 {
		padding-bottom: 0;
	}
		#slot_9 ul {
			margin: 0;
			font-size: 1.2em;
		}
		#slot_9 ul ul {
			padding: 0 0 0 15px;
			font-size: .9em;
		}
		#slot_9 ul li {
			border-bottom: 1px solid #fff;
			position: relative;
		}
		#slot_9 ul ul li {
			border-bottom: none;
		}
		#slot_9 ul li:last-child {
			border-bottom: 0;
		}
		#slot_9 ul li.on {
			font-weight: normal;
		}
		#slot_9 ul li a {
			padding: 10px 0;
			display: block;
			text-decoration: none;
			outline: 0;

		}
		#slot_9 ul li.on > a {
			color: #ffffff;
		}
		#slot_9 ul ul li a {
			padding: 2px 6px 8px 6px;
		}
	#slot_14 .image {
		width: 18%;
		float: left;
		padding: 20% 0 0 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	#slot_14 .info {
		margin: 0 0 0 22%;
	}
	#slot_14 .slot_title {
		background: none;
		margin-bottom: 20px;
		font-size: 1.2em;
	}
	#slot_14 .inner, #slot_14 .slot_title span {
		padding: 0;
	}
	#slot_14 .slot_title span {
		color: #fff;
		text-transform: uppercase;
	}
	#slot_14 .clickable {
		padding: 20px 0;
		clear: both;
		border-top: 3px solid #fff;
	}
	#slot_14 .link_title {
		text-decoration: none;
		text-transform: uppercase;
	}
	.thedate {

	}
	
	.layout0 #slot_14 .image {
		width: 100%;
		float: none;
		display: block;
		padding: 50% 0 0 0;
	}
	.layout0 #slot_14 .info {
		float: none;
		margin: 15px 0 0 0;
		font-size: .9em;
	}
	.layout0 #slot_14 .description {
		display: none;
	}
	
	
.document_library {
	border-bottom:1px solid #cbceee;
}


	.document_library .library_header {
		background:#35925B;
		color:#fff;
		font-weight:bold;
		padding:12px 14px;
		clear: both;
		margin: 10px 0 0 0;
	}

	.document_library .library_single_folder, .document_library .library_multiple_folders {
		margin:15px 0 0 0;
	}

	.document_library ul {
		margin: 0 0 5px 0;
		padding: 0 0 5px 20px;
		list-style: none;
	}

	.document_library li.library_item {
		padding:4px 5px 4px 20px;
		background:url(/userfiles/icons/page.png) no-repeat left center;
		color:#000;
		list-style: none;
		margin: 0;
	}

	.document_library li.library_item:hover {
		background-color: rgba(0,0,0,.1);
	}

		.document_library li.doc {
			background:url(/userfiles/icons/doc.png) no-repeat left center;
		}
		.document_library li.pdf {
			background:url(/userfiles/icons/pdf.png) no-repeat left center;
		}
		.document_library li.zip {
			background:url(/userfiles/icons/zip.png) no-repeat left center;
		}
		.document_library li.xls {
			background:url(/userfiles/icons/xls.png) no-repeat left center;
		}
		.document_library li.ppt {
			background:url(/userfiles/icons/ppt.png) no-repeat left center;
		}

	.document_library .folder_opener {
		font-weight:bold;
		color:#000;
		padding: 10px 0;
	}

	.document_library .folder_opener i {
		font-weight: normal;
	}

	.document_library .folder {
		border-top:1px solid #cbceee;
		padding: 0 0 0 15px;
	}

	.document_library .folder .folder {
		border-top: none;
	}


	.document_library li.library_item span.size {
		float: right;
		padding: 0 0 0 10px;
	}
	
	.document_library a {
		color:#000;
	}
	
	
.pform fieldset {
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
}
	.pform fieldset legend {
		font-size: 1.5em;
	}
	.pform fieldset li {
		clear: both;
		padding: 10px 0;
		margin: 0;
	}
	.pform fieldset li input, .pform fieldset li select, .pform fieldset li textarea  {
		padding: 8px;
		width: 50%;
	}
	.pform fieldset  li label {
		line-height: 38px;
		vertical-align: middle;
		width: 40%;
		text-align: left;
	}
	.pform fieldset  li label span {
		font-weight: bold;
		display: inline-block;
		line-height: 1.2em;
	}
	.pform li label span span {
		font-weight: normal;
	}
	.pform fieldset li.el_wide span {
		width: auto;
	}
	.pform fieldset li.el_wide label, .pform fieldset  li.el_wide  label span {
		float: none;
		text-align: left;
		width: 95% !important;
	}
	.pform fieldset li.el_wide .definedwidth {
		float: right;
	}

	.pform li label.error {
		float: right;
		clear: none;
		margin: 0 10px 0 0;
		text-align: right; 
		width: auto;
	}
	.pform li input.error, .pform li select.error, .pform li textarea.error {
		border-color: red;
	}
	.pform #submitbut {
		float: right;
		margin-right: 45px;
		padding-left: 30px;
		padding-right: 30px;
		cursor: pointer;
	}


#site_info {
	text-align:center;
		color: inherit;
}
	#site_info a {
		text-decoration: none;
		color: inherit;
	}
	#site_info a:hover {
		text-decoration: underline;
	}
	#site_info dd {
		text-align: center;
	}
	#site_info dd img {
		margin: 0 auto;
	}


.info {

}

.footer {
	margin-top: 30px;
}
ul.line {
	margin: 0;
	font-size: 15px;	
	padding: 0;
}
ul.line li {
	line-height: .8em;
	display: inline-block;
	border-left: 1px solid;
	padding-left: 25px;
	margin-left: 25px;
	margin-top: 20px
}
	ul.line li.first, ul.line li:first-child {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

#credits {
	text-align:center;
	color:#919191;
	padding:15px 5px;
}
	#credits a {
		color:#919191;
	}
	
	#credits a:hover {
		color:#000000;
	}
	#credits a.plexus:hover {
		color:#ff0099;
	}

.slicknav_menu {
		display:none;
	}


@media screen  and (min-width: 64em) {
	.time .info {
		font-size: 4vw;
	}
	.slide .point {
		right: 40px;
	}
	ul.sf-menu > li:first-child {
		padding-left: 20px;
	}
	ul.sf-menu > li:last-child {
		padding-right: 20px;
	}
	.feature .inner {
		line-height: 600px;
	}
}
@media screen  and (min-width: 84em) {
	.time .info {
		font-size: 60px;
	}
}

@media screen and (min-width: 64em) and (max-height: 800px) {
	#topslide {
		padding-bottom: 25%;
		height: 0;
	}
}

@media screen and (max-width: 76em) {
	
	ul.sf-menu { 
		display: table;
	}
	ul.sf-menu > li {

	}
	ul.sf-menu > li > a {
		font-size: 13px;
		line-height: 47px;
		min-width: 0;
	}
}

@media screen and (max-width: 66em) {
	.unused ul.sf-menu > li {
		float: left;
	}
}

@media screen and (max-width: 64em) {
	#c2 {
		width: auto;
	}
	ul.sf-menu { 
		display: table;
	}
	ul.sf-menu > li > ul {
		width: 200px;
	}
	ul.sf-menu ul a {
		font-weight: normal;
	}
	.contact-menu {
		float: none;
	}
	.slideshw .controls .but {
		font-size: 2.5em;
		margin: -50% 0 0 0;
	}
	.cycle-pager {
		left: 60px;
		text-align: left;
	}
	#slot_14 .info {
		padding: 12px;
	}
}

@media screen and (max-width: 64em) and (min-width: 35.5em) {
	#topslide {
		height: 0;
		padding: 0 0 30% 0;
	}
}
@media screen  and (min-width: 48.01em) {
	#topbar .logo {
		padding: 0;
	}
	.slide .point {
		right: 40px;
	}
}
@media screen and (max-width: 47.99em) {
	body {
		font-size: 17px;
	}
	#c1 {
		padding: 10px 0;
	}
	.pure-g-pad > *, .pure-g-pad > li, .pure-g-pad > dd {
		padding: 12px;
	}
	#topbar {
		padding-top: 6px;
	}
	#topbar .pure-g {
		position:relative;
		padding-bottom: 38%;
	}
	#topbar .logo{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#topbar .middle {
		top: 0;
  		transform: none;
	}
	#topbar #logo {

	}
	.not-on-mobile {
		display:none !important;
	}
	.slicknav_menu {
		display:block;
	}
	#topslide .condensed {
		font-size: 13px;
		left: 15px;
		text-align: left;
	}
	.cycle-pager {
		display: none;
	}
	#slot_14 .image {
		width: 100%;
		float: none;
		display: block;
		padding: 50% 0 0 0;
	}
	#slot_14 .info {
		float: none;
		margin: 15px 0 0 0;
	}
	.layout0 #slot_14 .description {
		display: block;
	}
}


@media screen and (max-width: 40em), screen and (max-height: 30em) {
	.top-menu li {
		border-left: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 35.49em) {
	#topbar ul.unstyled {
		padding: 10px 0 0 25px;	
	}
	.submenu .moreinfo {
		height: auto !important;
	}
	.cycle-pager {
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	.pform fieldset  li label {
		clear: both;
		margin: 0;
		width: 100%;
	}
	.pform fieldset li input, .pform fieldset li select, .pform fieldset li textarea  {
		width: 90%;
	}
	.pform #submitbut {
		float: left;
	}
	ul.line li {
		display: block;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
	#slot_14 .inner {
		padding: 0;
	}
}

@media screen and (max-width: 30em) {

}

@media print {	
	body {
		font-family: Georgia, serif;
		background: none;
		color: black;
	}

	#controlbar, nav, #breadcrumb, #lhs, #topbar, #site_footer_links, .admin_holder, .addthis_toolbox, #slots, #menu_bottom, #funders, #site_info, #credits, #site_credits, .foot_logo {
	display: none;
	}
	
	#c4 #content {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
	border: none;
	}
	
}


@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
#s {
	position: absolute; width: 1px; height: 1px;
}

.standard img, .standard iframe, .standard embed, .standard table {
		max-width: 100%;
	}
@media screen and (max-width: 48em) {
	.standard img, .standard iframe, .standard embed, .standard table {
			height: auto !important;
		}
}


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: inline-block; vertical-align: middle; float: none; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:18px;
    text-align: center;
}
/* Button */
.slicknav_btn {
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(1, 96, 74, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #1D1D1B;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
}
.slicknav_menu {
    background:#1D1D1B;
    padding: 5px 5px 0 5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_menu .contact-menu {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	width: auto;
}