html, body {
	background-color:#ffffff;
}
body {

}

.pure-g {
	max-width: 1100px;
	margin: 0 auto;
}

.pure-g > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pure-g-p12 > * {
	padding: 12px;
}



#c1 {
	bottom:0;
	text-align:center;
	min-height: 600px;
}

#banner {
	max-width: 100%;
	margin-bottom: -20px;
}

#c2 {
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align:left;
	z-index: 1;
	background: #9DC4BF;
}
.p1 #c2 {
	background: #363263;
}
#c3 {
	z-index: 1;
	position: relative;
	margin-top: -500px;
	min-height: 500px;
	background: transparent url('/userfiles/design/gradturq.png') 0 0 repeat-x;
}

.p1 #c3 {
	background-image: url('/userfiles/design/gradpurple.png');
}

.hoverable {
	cursor: pointer;
}

#c4 {

}
.layout0 #c4 {
	padding-left: 0;
}

#menu {
	position: relative;
	clear: both;
	z-index: 101;
	margin-top: 11px;
}

#menu .bkgrd {
	background: #fff;
	background: rgba(255,255,255,.7);
}


/*** ESSENTIAL STYLES ***/

ul.sf-menu { margin: 0 auto; padding: 0; padding-bottom: 0; list-style: none; z-index: 1;}

	ul.sf-menu:after {
		content: '';
		display: block;
		width: 100%;
		clear: both;
	}

	ul.sf-menu li { margin: 0; padding: 0;}

	ul.sf-menu a { margin: 0; padding: 0; color: #2d2860;
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
		transition: background-color .3s;	
	}

	ul.sf-menu ul {list-style: none;}

	ul.sf-menu a {text-decoration: none;}

	ul.sf-menu > li {
	    float: left;
	    position: relative;
	}
	ul.sf-menu > li:last-child {
	}

	ul.sf-menu > li > a {
	    font-size: 16px;		/* This bit changes the size of the text on the main heading */
	    line-height: 48px;		
	    padding: 14px 15px;		/* 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;
	}

	ul.sf-menu > li:hover > a, ul.sf-menu > li > a.on {color: #fff; background: #2d2860;}
	
	ul.sf-menu > li > ul {
	    opacity: 0;
	    visibility: hidden;
	    padding: 10px 0;
	    background-color: #2d2860;
	    text-align: center;  
	    position: absolute;
	    top: 60px;			/* This is for the drop down annimation */
	    left: 50%;
	    margin-left: -100px;
	    width: 200px;
	-webkit-transition: all .5s .1s;
	   -moz-transition: all .5s .1s;
	     -o-transition: all .5s .1s;
		transition: all .5s .1s;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-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);
		z-index: 3;
	}

	ul.sf-menu > li:hover > ul {
	    opacity: 1;
	    visibility: visible;
	}

	ul.sf-menu > li > ul:before{
	    content: '';
	    display: block;
	    border-color: transparent transparent #2d2860 transparent;
	    border-style: solid;
	    border-width: 10px;  /* The border on the drop down box  */ 
	    position: absolute;
	    top: -20px;
	    left: 50%;
	    margin-left: -10px;
	}

	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 */
	    background-color: #2d2860;
	    padding: 10px 10px;
	    border-bottom: 1px solid #fff;
	    display: block;
	    color: #fff;
	}

	ul.sf-menu ul a:hover, ul.sf-menu ul li:hover > a, ul.sf-menu ul li a.on {
		background-color: #9CC4BD;
		color: #0E094C;
	}

	ul.sf-menu ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
	    visibility: hidden;
	    opacity: 0;
	    position: absolute;
	    top:-5px;
	    left: 206px;		/* This is for a sub sub menu */
	    padding: 5px;
	    text-align: left;
	    width: 160px;
	    z-index: 4;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	     -o-transition: all .3s;
		transition: all .3s;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	}

	ul.sf-menu ul > li:hover > ul { 	
		opacity: 1; 	
		left: 190px; 	
		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);
	    border-bottom: 6px solid #ea8b21;
	}

#trans {
	font-style: italic;
}

#topbar {
	position:relative;
	z-index: 1;
	padding: 20px 0 0 0;
	background: #fff;
	color: #676767;
	line-height: 1.1em;
}
	#topbar ul.contact-menu {
		text-align: right;
		font-size: 1.1em;
		margin: 0 0 -20px 0;
	}
	#topbar ul.unstyled li, .contact-menu li {
		margin: 0 0 10px 10px;
		display: inline-block;
		list-style: none;
	}
	#topbar ul.unstyled li:first-child {
		margin-left: -3px;
	}
	.contact-menu li {
		margin: 0 0 0 10px;
	}
	ul.unstyled li.social-menu {
		display: block;
		margin-bottom: 0;
	}
	.contact-menu a {
		color: #676767;
		text-decoration: none;
	}
	.contact-menu .lang a {
		color: #4F4A95;
	}
	.contact-menu strong {
		color: #676767;
	}
	.contact-menu li.tl, .contact-menu li.pa {
		clear: right;
	}
	#topbar #logo {
		position: relative;
		z-index: 4;
	}
		.social a {
			line-height: 0; 
			font-size: 0;
   			color: transparent; 
			display: inline-block;
			background-repeat: none;
			background-color: #9CC4BD;
			background-repeat: no-repeat;
			background-image: url('/userfiles/design/social-32px.png');
			width: 32px;
			height: 32px;
			vertical-align: middle;
			overflow: hidden;
		}
		.vimeo a {
			background-position: -225px 0;
		}
		.twitter a {
			background-position: -32px 0;
		}
		.facebook a {
			background-position: 0 0;
		}
		.social a:hover {
			background-color: #4F4A95;
			box-shadow: 0 0 2px 2px #fff;		
		}
		
	#topslide {
		margin: 0 auto;
		position: relative;
		z-index: 1;
		margin: 20px 0 0 0;
		clear: both;
		height: 500px;
	}

	#topslide .slide {
		z-index: 1;
		width: 100%;
		min-height: 500px;
		background-position: 50% 0;
		background-repeat: no-repeat;
	}
	
	.cycle-pager {
		z-index: 101;
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 15%;
	}	
	.cycle-pager span {
		z-index: 10;
		width: 15px;
		height: 15px;
		cursor: pointer;
		opacity: .5;
		border: 1px solid #fff;
		display: inline-block;
		background: #DFE0E4;
		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: #666666;
	}

.topcontent, .topcontent a {
	color: #fff;
}

#content {
	color:#000;
}
	#content .inner {
		padding: 19px;
		background: #fff;
		background: rgba(255,255,255, .7);
	}

	#content img.img_float_left {
		margin:0 10px 5px 0;
	}
	
	#content img.img_float_right {
		margin:0 0 5px 10px;
	}


#breadcrumb {
	color: #fff;
	font-family: arial;
	padding: 0 0 10px 0;
	font-size: .95em;
	text-shadow: 0 0 1px rgba(155, 196, 189, .7);
}

	#breadcrumb a, #breadcrumb a:visited {
		color: #fff;
	}

	#breadcrumb a.last {
		cursor: text;
		text-decoration: none;
	}

#skipNav {
	position: absolute;
}


#themap {
	width: 100%;
	height: 400px;
}
#themap img {
    max-width: none;
}

.fancybox {
	cursor:url(/userfiles/icons/magnifier.png),pointer;
}

ul.gallery, ul.gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
}	

	.gallery li {
		float: left;
	}

	.gallery li.clear {
		clear: left;
	}

	.gallery li img {
		max-width: 190px;
		width: auto !important;
		width: 190px;
		height: auto;
		margin: 15px 0 0 15px;
	}
	
	.gallery li.first img {
		margin: 15px 0 0 0;
	}




.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  transition: opacity 500ms ease-in;
  position: absolute;
  opacity: 0;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
  text-align: center;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}


.submenu {
	margin: -8px;
}
	.submenu .pure-g-pad > * {
		padding: 8px;
	}
	.submenu li {

	}
	.submenu.catselector .inside {
		padding: 15px;
		background: #fff;
	}
	.p426 #sublist .inner {
		background: #2d2860;
		padding: 4px;
	}
	.p426 #sublist .inner a > strong {
		color: #fff;
	}
	.catselector .inside h2 a {
		text-decoration: none;
		color: #ff4e19;
	}
	.submenu li.clickable a {
		text-decoration: none;
		color: #fff;
		text-align: center;
	}
	.submenu li a.link_title, .submenu li.clickable a > strong {
		color: #2d2860;
		display: block;
		padding: 15px 15px 15px 30px;
		text-decoration: none;
		position: relative;
		line-height: 1em;
		font-size: 1.25em;
		font-weight: 300;
	}
	 .s355 .submenu li.clickable a > strong {
	 	background: #f5bd06;
	 }
	 .s462 .submenu li.clickable a > strong {
	 	color: #ffffff;
	 }
	.submenu li a.link_title:before {
		content: ' ';
		height: 0; 
		width: 0;
		border: solid transparent;
		border-width: 8px 0 8px 8px;
		border-left-color: #ffffff;
		margin: -1px 0  0 -14px;
		position: absolute;
	}
	.listing li:hover a.heading strong:before {
		border-color: transparent transparent transparent #fff;
	}
	.submenu li a:hover {
		color: #fff;
	}
	.submenu .inner {
	}
	.submenu .moreinfo {
		padding: 10px;
		font-size: 11px;
		max-height: 100px;
		overflow: hidden;
		text-align: left;
	}
	.submenu .moreinfo p:first-child {
		margin: 0;
	}
	.submenu .image {
		display: block;
		background-image: url('/userfiles/design/rural-nations-logo.gif');
		background-size: auto 80%;
		background-color: #fff;
		padding: 70% 0 10px 0;
		background-repeat: no-repeat;
	}
	.submenu .hasimg .image {
		display: block;
		padding: 70% 0 10px 0;
		background-size: cover;
		background-position: 50% 50%;
	}
	.eventlist .image, .s355 .submenu .image  {
		display: block;
		background-image: url('/userfiles/design/logos/hiff-2025-logo.jpg');
		background-position: 50% 50%;
	}
	.eventlist article {
		margin: 20px 0 0 0;
	}
	.eventlist article h1 {
		font-size: 1em;
		margin: 0;
	}
	.eventlist h1 + .btn {
		float: right;
	}
	.mainevent .eventlist article .btn {
		display: none;
	}
	.eventlist article .link_title {
		display: block;
		text-decoration: none;
		position: relative;
		line-height: 30px;
		font-size: 1.1em;
		min-height: 33px;
	}

	.eventlist article a.link_title .txt {
		display: inline-block;
		vertical-align: middle;
		line-height: 1em;
	}
	.eventlist article .circle {
	  position: relative;
	  width: 35px; 
	  margin: -2px -10px 0 0;
	  float: right;
	  font-size: 12px;
	}
		.circle span {
			position: absolute;
			width: 100%;
			height: 0;
			padding: 0 0 100% 0;
			text-align: center;
			line-height: 21px;
			background: #2D2860;
			color: #fff;
			line-height: 35px;
			border-radius: 50%;	
		}
	#event .circle {
		margin-top: 0;
	 }
	.eventlist article .hexagon {
	  position: relative;
	  width: 35px; 
	  height: 20.21px;
	  margin: 10px -10px 0 0;
	  float: right;
	}
		.hexagon span {
			position: absolute;
			width: 100%;
			text-align: center;
			line-height: 21px;
			background: #2D2860;
			color: #fff;
		}
		.hexagon:before,
		.hexagon:after {
		  content: "";
		  position: absolute;
		  width: 0;
		  border-left: 17.5px solid transparent;
		  border-right: 17.5px solid transparent;
		}
		.hexagon:before {
		  bottom: 100%;
		  border-bottom: 10.10px solid #2D2860;
		}
		.hexagon:after {
		  top: 100%;
		  width: 0;
		  border-top: 10.10px solid #2D2860;
		}
	.eventlist article .vcard .street-address, .eventlist article .vcard .postal-code {
		display: none;
	}
	.eventlist .moreinfo {
		padding: 0;
	}
	.associated .vevent .btn {
		float: right;
		margin-top: -1rem;
		padding: .5rem;
	}
	.thedate {
		border-bottom: 1px solid #9DC4BF;
		margin: 10px 0;
		padding: 0 0 5px 0;
		font-size: .875em;
	}
	#eventlist .thedate .url {
		text-decoration: none;
	}
	#eventlist .thedate a:hover {
		color: inherit;
	}
	#eventlist .location span {
		display: none;
	}
	#eventlist .location span.city {
		display: inline-block;
	}
	.thedate time {
		text-decoration: none;
		display: inline-block;
	}
	.eventlist .location {
		display: block;
	}

	#eventlist article:hover {

	}
	.eventlist #event h1.summary .txt {
		font-size:25px;
	}
	.associated {
		margin-top: 20px;
		padding: 20px;
		border-top: 1px solid #9dc4bf;
		background: rgba(255,255,255, .25);		
	}
	.associated .adr {
		display: block;
	}
#event {
	margin-top: 0;
}

#c4 .fc-event-time, #c4 .fc-event-title {
	white-space: normal;
	float: left;
    	clear: none;
    	margin-right: 10px;
}

.embed_viewer {
	background: #fff url('/userfiles/icons/waiting.gif') 50% 50% 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 0 0;
		line-height: 1.4em;
	}
	.wrap {
		height: 100%;
		background: #fff;
		background: rgba(255,255,255,.7);
		min-height: 100%;
	}
	.slot .inner {
		padding: 19px;
		color: #000;
	}
	.slot .inner a {

	}
	.layout1 .slot .inner {

	}

	.slot:last-child {

	}
	.h_img {
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-size: cover;
		height: 0;
		padding: 0 0 50% 0;
	}
	.slot_title {
		font-size: 1.5em;
		padding: 17px 19px;
	}
	.slot_title {
		background: #9dc4bf;
	}
	.s355 .slot_title {
		background: #f5bd06;
	}
	.slot_title, .slot_title a {
		color: #2d2c66;
		text-decoration: none;
	}
	.s355 .slot_title a {
		color: #000000;
	}
	.slot ul li.on {
		font-weight: bold;
	}
	.slot img.fullwidth {
		margin: 0 -19px -29px -19px;
		max-width: 100%;
		display: block;
	}
	
	.slot_content {
		font-size: 1em;
		margin: 5px 0;
	}
	.news {
		margin: 0 0 15px 0;
		padding-bottom: 15px;
	}
	.news .headline {
		font-size: 1em;
		color: #1d3068;
	}
	.news .headline a {
		text-decoration: none;
	}
	.news .slot_content {
		margin: 0;
	}
	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.unstyled > li {
			padding-left: 10px;
		}
		#slot_9 ul.unstyled > li.on {
			background: #fff;
			background: rgba(255,255,255,.5);
		}
		#slot_9 ul li.on li a#on {
			font-weight: bold;
		}
		#slot_9 ul ul li a {
			padding: 2px 6px 8px 6px;
		}

.document_library {
	border-bottom:1px solid #cbceee;
}


	.document_library .library_header {
		background:#8b8b8b;
		color:#fff;
		font-weight:bold;
		padding:12px 14px;
		clear: both;
		margin: 0 0 10px 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 24px;
	}

	.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;
	}
	
	


#site_info {
	text-align:center;
	background: #fff;
	border-top: 3px solid #e4e4e4;
}
	#site_info a {
		color: inherit;
		text-decoration: none;
	}
	#site_info a:hover {
		text-decoration: underline;
	}


.footer {
	color: #8b8a8a;
}

ul.line {
	margin: 0;
	padding: 0;
}

	ul.line li {
		line-height: .8em;
		display: inline-block;
		border-left: 1px solid;
		padding-left: 10px;
		margin-left: 10px;
		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;
	}

.content img {
	height: auto !important;
	}
.content img, .content iframe, .content embed, .content table {
	max-width: 100%;
	}

.slicknav_menu {
		display:none;
	}


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; 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;
}
/* 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: #9DC4BF;
    float: left;
}
/* 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:#2D2860;
    padding: 5px 8px;
}
.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;
}

@media(min-width: 64em) {
	#topbar ul.contact-menu {
		margin-top: 35px;	
	}
	
	#topslide .slide {
		background-size: 100%;
	}
}
@media(max-width: 64em) {

}

@media(max-width: 48em) {
	.not-on-mobile {
		display:none !important;
	}
	.slicknav_menu {
		display:block;
	}
	#topbar ul.unstyled {
		text-align: left;
		float: none;
		font-size: .95em;
	}
	.submenu .moreinfo {
		max-height: 1000px;
	}
}

@media(max-width: 40em) {
	#topbar ul.contact-menu {
		margin-left: -7px;
	}
}

@media(max-width: 30em) {
	#topbar ul.unstyled li.icn  {
		display: block;
	}
}

@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;
}

