/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	min-width: 320px;
}

body {
	line-height: 1;
	margin: 0 auto;
	padding: 10px 0 50px 0;
	background: #1bbad2;
	color: #406325;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	padding: 6px 0 8px 0;
	line-height: 18px;
}

ol, ul {
	margin: 0;
	padding: 0 0 0 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* END RESET */

h1 {
	font: 28px Arial, Helvetica, sans-serif;
	line-height: 32px;
	margin: 0;
	padding: 0;
	color: #0ab7d2;
}

h1.home {
	display: none;
}

h2 {
	font-size: 20px;
	color: #069eb5;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #68933e;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #2fb7d1;
}

h6.images {
	margin: 0;
	padding: 0;
	line-height: 0;
}

a {
	color: #0ba6bd;
	text-decoration: none;
}

a:hover {
	color: #68933e;
	text-decoration: none;
}

#header-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-header.gif) no-repeat top center #fff;
	position: relative;
	z-index: 500;
}

#header {
	width: 950px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

#intranet {
	position: absolute;
	left: 246px; /* orig: 216px */
	bottom: 0px;
	/*width: 360px;*/
	height: 60px;
	line-height: 60px;
	color: #b5d197;
	font-size: 12px; /* orig: 48px */
	text-align: left;
	letter-spacing: 5px;
	font-weight: normal;
}
@media screen and (min-width: 401px){
	#intranet {
		font-size: 30px;
	}
}
@media screen and (min-width: 875px){
	#intranet {
		font-size: 48px;
	}
}

/* Quick Links DDL on Homepage */
.ddl-wrap {
	/*overflow: hidden;*/
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: auto;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 25px;
}

#ddl, #ddl ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#ddl a {
	display: block;
	padding: 6px 0 8px 10px;
	color: #fff;
	text-align: left;
	margin :0 auto;
	font-size: 18px;
	text-decoration: none;
}

#ddl a:hover {text-decoration: underline;}

#ddl li {float: left;}

#ddl li.sub {
	float: left;
	width: 280px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	background: #12A9C0;
}

#ddl li a.sub {
	width: 280px;
	text-align: left;
	border-bottom: 1px solid #1DC1D9;
	background:#12A9C0;
	padding: 8px;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

#ddl li a.sub:hover {
	background:#1DC1D9;
}

#ddl li ul {
	position: absolute;
	width: 280px;
	left: -999em;
	background: #185c82;
	z-index: 1;
}
#ddl li:hover ul,
#ddl li.sfhover ul {
	left: auto;
	background: #185c82;
	z-index: 1;
}
#ddl li:hover ul,
#ddl li.sfhover ul, #hp-ddl li li.sfhover ul {
	left: auto;
}

#ddl-item {
	background-image: url(../images/bkg-menu-mobile.png);
	background-repeat: no-repeat;
	width: 170px; /*orig: 354px */
	height:32px;
	margin:0 auto;
	text-align:left;
	padding:0;
}

@media screen and (min-width: 801px){
	#ddl-item {
		background-image: url(../images/bkg-menu.png);
		width:300px;
	}
}

#header-lt {
	width: 155px;
	height: auto;
	margin: 0;
	padding: 4px 0 8px 0; /* orig: 4px 0 2px 0 */
	float: left;
	text-align: left;
}

#header-lt img {
	max-width: 100%;
}

@media screen and (max-width: 800px){
	#intranet {
	    left: 10px;
	    bottom: 0px;
	    height: auto;
	    line-height: 1em;
	    font-size: 20px;
	}
   	#header-lt {
   		padding-bottom: 0px;
   	}
		#header-lt .images > a {
			display: block;
			padding-bottom: 25px;
		}
}
@media screen and (max-width: 400px){
	#intranet {
		font-size: 14px;
    	bottom: auto;
    	top: 108px;
	}
}

#header-rt {
	/*max-width: 795px;*/
	height: auto;
	margin: 0;
	padding: 4px 0 0 0;
	float: right;
}

#mininav {
	/*width: 660px;*/
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	list-style-type: none;
}

#mininav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 80px;
	text-align: left;
	line-height: 24px;
}

#mininav li a {
	color: #0ba7be;
	font-weight: bold;
}

#mininav .welcome {
	width: 180px;
	text-align: right;
	border-right: 1px dotted #0ba7be;
	padding-right: 8px;
	margin-right: 9px;
}

#mininav li.form {padding: 0 0 0 20px; width: 213px;}
#mininav li.mag {width: 23px; padding: 0;}

#mininav li a:hover {color: #68933e;}

input.search {
	background: url(../images/bkg-search.gif);
	border: none;
	color: #1bbad2;
	padding: 4px;
	width: 205px;
}

@media screen and (max-width: 800px){
	.ddl-wrap {
		right: 10px;
	}

	#ddl li:hover ul, #ddl li.sfhover ul, #hp-ddl li li.sfhover ul {
		left: auto;
		right: 0px;
		width: auto;
	}

	#header-rt {
		padding-right: 10px;
	}

	#mininav {
		max-width: 185px;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: flex-end;
	}
	#mininav li:nth-child(1) {
		max-width: 40px;
		text-align: right;
		margin-bottom: 8px;
		order: 2;

	}
	#mininav li:nth-child(2) {
		float: left;
		max-width: 125px;
		box-sizing: border-box;
		margin-bottom: 8px;
		order: 1;
	}

	#mininav li:nth-child(3) {
		order: 4;
	}

	#mininav li:nth-child(4) {
		order: 3;
	}



	input.search,
	#mininav li.form {
		width: 150px;
		box-sizing: border-box;
	}
	#mininav li.form {
		padding-left: 0px;
	}
}
@media screen and (max-width: 400px){
	#header-lt {
		width: 125px;
	}
}

#nav-wrap {
	/*width: 717px;*/
	height: auto;
	margin: 0;
	padding: 71px 13px 0 0;
	float: right;
}

@media screen and (max-width: 400px){
	#nav-wrap {
		padding-top: 65px;
	}
}

.minutes {
	width: 70px;
}

.links {
	width: 48px;
}

.reference {
	width: 89px;
}

.forms {
	width: 56px;
}

.community-resources {
	width: 186px;
}

.it-help-desk {
	width: 110px;
}

.policies {
	width: 68px;
}

/* MAIN NAVIGATION */

#nav-wrap div {
	overflow: hidden;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 8px 0 8px 0;
	color: #0ba7be;
	text-align: center;
	font: 17px Arial, Helvetica, sans-serif;
}

#nav a.on {
	display: block;
	padding: 8px 0 8px 0;
	color: #fff;
	background: #0ab7d2;
}

#nav a:hover, #nav .hover a {
	padding: 8px 0 8px 0;
	color: #fff;
	background: #0ab7d2;
}

#nav li {
	float: left;
}

#nav li.sub {
	float: left;
	width: 210px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #416326;
}

#nav li a.sub {
	width: 195px;
	text-align: left;
	border-bottom: 1px solid #68943f;
	background: url(../images/bkg-subnav.gif) no-repeat left top #416326;
	padding: 8px 0 8px 15px;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#nav li a.sub:hover {
	background: url(../images/bkg-subnav.gif) no-repeat left top #68943f;
}

#nav li ul {
	position: absolute;
	width: 210px;
	left: -999em;
	background: #416326;
	z-index: 5000;
}

#nav li.hover ul {
	left: auto;
	background: #416326;
	z-index: 5000;
}

#nav li ul ul {
	margin: -34px 0 0 210px;
}

#nav li.hover ul ul {
	left: -999em;
}

#nav li.hover ul, #nav li li.hover ul {
	left: auto;
}

#nav li.bullet {
	width: 15px;
	padding: 12px 0 0 0;
}

#nav li.home {
	float: left;
	width: 65px;
	text-align: center;
}

#nav li a.home {
	text-align: center;
	width: 68px;
}

#nav li.home-on {
	float: left;
	width: 68px;
	text-align: center;
}

#nav li a.home-on {
	color: #68933e;
	text-align: center;
}

#nav li a:hover.home-on {
	background: none;
}

#nav li.about-us {
	width: 95px;
}

#nav li a.about-us {
	width: 95px;
}

#nav li.our-services {
	width: 122px;
}

#nav li a.our-services {
	width: 122px;
}

#nav li.for-providers {
	width: 130px;
}

#nav li a.for-providers {
	width: 130px;
}

#nav li.resources-links {
	width: 170px;
}

#nav li a.resources-links {
	width: 170px;
}

#nav li.news {
	width: 62px;
	border-right: none;
}

#nav li a.news {
	width: 62px;
}

.mission {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #cce3b4;
	line-height: 18px;
	font-style: italic;
	padding: 20px 50px 0 50px;
}

#wrap {
	border-top: 6px solid #b5d197;
	border-bottom: 6px solid #b5d197;
	background: #406325;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 400;
}

.picwrap {
	padding: 4px;
	background: #fff;
}

.pic {
	border: 1px solid #45c4d6;
}

.pics {
	border: 1px solid #45c4d6;
	padding: 1px;
}

#content {
	width: 950px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-content.gif) repeat-y #ffffff;
	border-right: 13px solid #68933e;
    box-sizing: border-box;
}

#content-rt {
	float: right;
	width: 100%;
	max-width: calc(100% - 220px);
	height: auto;
	margin: 0;
	padding: 25px 20px 50px 20px;
	text-align: left;
	min-height: 300px;
	box-sizing: border-box;
	/*_height: 300px;*/
}

#content-rt table {
	width: auto !important;
	max-width: 100%;
}
#content-rt table td {
	padding-left: 5px;
	padding-right: 5px;
}

#content-lt {
	float: left;
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.panel-left {
	float: left;
	width: 100%;
	height: auto;
}

.panel-left ul {
	list-style: none;
	max-height: 105px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.panel-right {
	float: right;
	width: 100%;
}

.panel-right ul {
	list-style: none;
	max-height: 105px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.panel-left > ul,
.panel-right > ul {
	max-width: 100%;
	width: auto !important;
}

.panel-left .jspContainer,
.panel-right .jspContainer {
	width: auto !important;
}

.panel-left .jspPane,
.panel-right .jspPane {
	width: auto !important;
}

@media screen and (max-width: 549px){
	.panel-left {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 550px){
	.panel-row {
		margin-right: -20px;
	}

	.panel-left,
	.panel-right {
		width: 50%;
	    max-width: 50%;
	    padding-right: 20px;
	    box-sizing: border-box;
	}

	.panel-left .jspContainer,
	.panel-right .jspContainer {
	}

	.panel-left .jspPane,
	.panel-right .jspPane {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.panel-row {
	margin-bottom: 10px;
}
.panel-bg1 { background-color: #EAF9FC; min-height: 104px;} /* light blue */
.panel-bg1 li a {
	display: block;
	background: url(../images/bkg-subnav-bluesm.gif) no-repeat left top #EAF9FC;
	padding: 3px 0 3px 12px;
	color: #406325;
}
.panel-bg2 { background-color: #F0F8E8; min-height: 105px;} /* light green */
.panel-bg2 li a {
	display: block;
	background: url(../images/bkg-subnav-bluesm.gif) no-repeat left top #F0F8E8;
	padding: 3px 0 3px 12px;
	color: #406325;
}
.panel-bg3 { background-color: #FDF1D1;  min-height: 105px;} /* tan */
.panel-bg3 li a {
	display: block;
	background: url(../images/bkg-subnav-bluesm.gif) no-repeat left top #FDF1D1;
	padding: 3px 0 3px 12px;
	color: #406325;
}
.panel-bg4 { background-color: #D1FAFF; min-height: 105px;} /* light turquoise */
.panel-bg4 li a {
	display: block;
	background: url(../images/bkg-subnav-bluesm.gif) no-repeat left top #D1FAFF;
	padding: 3px 0 3px 12px;
	color: #406325;
}

#dilbert {
	padding: 4px 0 0 10px;
}

#leftnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#leftnav li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	width: 220px;
	height: auto;
	float: left;
	border-bottom: 1px solid #b5d197;
}

#leftnav li a {
	margin: 0;
	padding: 8px 15px;
	display: block;
	background: url(../images/bkg-subnav.gif) no-repeat left top #68943f;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#leftnav li a.on {
	margin: 0;
	padding: 8px 15px;
	display: block;
	background: url(../images/bkg-subnav.gif) no-repeat left top #7aa159;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#leftnav li a:hover {
	margin: 0;
	padding: 8px 15px;
	display: block;
	background: url(../images/bkg-subnav.gif) no-repeat left top #7aa159;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.topics {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
}

.topics-rt {
	width: 485px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.topics-lt {
	width: 145px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#footer {
	/*width: 540px;*/
	height: auto;
	margin: 0 auto;
	padding: 25px 10px;
	text-align: center;
}

#footer p {
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

hr {
	color: #1bbad2;
	background-color: #1bbad2;
	height: 1px;
	border-style: none;
}

/***Tony Aslett's clearing hack***/
.clearing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearing {
	display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing {
	height: 1%;
}

.clearing {
	display: block;
}
/* end hide from IE-Mac */
/***end clearing hack***/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px; /* orig: 16px */
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #1BBAD2;
	position: relative;
	width: 8px;
}

.jspDrag
{
	background: #A4EBF2;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 8px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* RWH - December 2nd, 2015 */
#header-lt{position: relative;}
#countdown{
	width: 200px;
	display: block;
	position: absolute;
	right: -282px;
	top:20px;
	text-align: center;

}
#countdown .countdown-msg{text-align: center; font-weight:700;text-transform: uppercase;}

#countdown span{display: inline-block; width: auto; margin: 4px; font-size: 16px; text-align: center;}
#countdown div.time-label{display: block; font-size: 12px;}

ul.rss-items{
    list-style: none;
    padding: 10px 0 0;
}

ul.rss-items li.rss-item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1bbad2;
}

ul.rss-items li.rss-item:last-of-type{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;

}

ul.rss-items li.rss-item a.rss-item{
   font-size: 14px;
   font-weight: 600;
}

div.rss-box p.rss-title{
    display:none;
}

@media screen and (max-width: 800px){
	#content {
		background: #ffffff;

		float: left;
	}

	#content-lt {
		float: right;
		width: 100%;
		max-width: 100%;
	}

	#content-rt {
		float: left;
		width: 100%;
		max-width: 100%;
		min-height: auto;
		
	}

	#leftnav li {
		width: 100%;
	}
}
@media screen and (min-width: 801px){
	#content-rt {
		padding: 25px 50px 50px 30px;
	}
}