<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/** Left Nav Bar Test**/

body{
	
	font-family: Verdana,Calibri, sans-serif;
}

.sideNavTitle2 {
  width: 220px;
  font-family: 'Century Gothic';
  box-shadow: 0px 0px 4px #00000070;
  clear: both;
  display: table;
 background-color:#175676;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;

	/*width:200px;
	padding: 5px 10px 5px 10px;
	background-color:#175676;
    font-weight: bold;
    color: #fff;
    margin-left:0px;*/
}


.sideNavTitle2 h2{
	display:inline;
	font-size:14px;
	color: #fff;
	
	
}


a.ovpv:visited {color: #fff;}

ul.ovpmenu {
  padding: 0;
  list-style: none;
  width: 225px;
  font-family: 'Century Gothic';
  box-shadow: 0px 0px 4px #00000070;
  clear: both;
  display: table;

}
ul.ovpmenu .ovplist{
	font-weight: 550;
  font-size: 14px;
  border-bottom: 1px solid rgba(51,108,150,0.80);
	position: relative;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  vertical-align: sub;
  background: #EAE9EC;
  clear: both;
}


.ovplist2{
	font-weight: 550;
  font-size: 14px;
	text-decoration: none;
    padding: 11px 0px 11px 16px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    background-color: #EAE9EC;
	clear: both;
	 border-bottom: 1px solid rgba(51,108,150,0.80);
}


/**24 Hour Crisis Hotline  Hover****/

.CH{
	font-weight: 550;
  font-size: 14px;
	text-decoration: none;
    padding: 11px 0px 11px 16px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    background-color: #f56342;
	clear: both;
	 border-bottom: 1px solid rgba(51,108,150,0.80);
	
}



.CH a {
	
	color: #fff;
}



li.CH:hover {
	  color:#fff;
      text-decoration: underline;
      background-color:#0D383B;
      transition: 300ms all;

}




/**end 24 Hour Crisis Hotline  Hover****/

ul.ovpmenu .ovplist:after {
  content: "\f107";
  font-family: FontAwesome;
	font-weight:800;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #0D383B;
}



/** drop down pre-hover *****/
ul.ovpmenu .ovplist:hover:after {
  content: "\f107";
  font-family: FontAwesome;
	font-weight:800;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #0D383B;
}



ul.ovpmenu .ovplist a {
  text-decoration: none;
  color: #0D383B;
  padding: 17px 0px 17px 16px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}

ul.ovpmenu .ovplist2 a {
  text-decoration: none;
  color:#0D383B; /** blue for WGAC contrast***/ 
  display: block;
  height: 100%;
  box-sizing: border-box;
}





ul.ovpmenu .ovplist a:hover {
		text-decoration: underline;
  background-color:rgba(128,121,121,0.40);
  transition: 300ms all;
  color: #0D383B;

}

li.ovplist2:hover {
		text-decoration: underline;
  background-color:rgba(128,121,121,0.40);
  transition: 300ms all;
  color:#0D383B;

}



li.ovplist2 a:hover {
  color:#0D383B;

}


ul.ovpmenu .ovplist a:after {
	  color:  #fff;
 text-decoration: underline;
  background-color: #068484;
  transition: 300ms all;

}


ul.ovpmenu .ovplist .ovpitems {
  height: 0px;
  overflow: hidden;
}
ul.ovpmenu .ovplist .ovpitems a {
  padding: 17px;
}
ul.ovpmenu .ovplist .ovpitems a:hover {
  background-color: #F6B040;
  color: #0D383B;
  transition: 300ms all;
	  font-weight: bold;
}





ul.ovpmenu .ovplist:last-child {
  border-bottom: none;
}

/** collapse arrow ***/
ul.ovpmenu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color:#0D383B;
}
/** collapse arrow ***/
ul.ovpmenu .active:hover:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #0D383B;
}




/**drop down list for left column***/
ul.ovpmenu .active &gt; .ovpitems {
  display: block;
  background-color: #068484;
  padding: 0px;
  height: auto;
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}


ul.ovpmenu .active &gt; .ovpitems a {
 color: #fff;
}


ul.ovpmenu .active &gt; .ovpitems li {
  padding: 0px;
  border-bottom: 1px solid #fff;
  list-style: none;
}

/*dropdown within drop down ***/
ul.ovpmenu .active &gt; .ovpitems li:last-child {
  background-color: #068484;
  border-color: transparent;
  padding-bottom: 0px;
}


/** sub Menu items i.e. CAP Announcement ***/
/**ul.ovpmenu .active &gt; .ovpitems .active &gt; .ovpitems {
  background-color: #A7AA3B;
	color:#fff;
}**/
**/
/**** tab when opened****/
/***ul.ovpmenu .active &gt; a {
  color:#fff;
 /** text-transform: uppercase;**/

.CAP{
  background-color: #F6B040;
  color: #0D383B;
  transition: 300ms all;
	  font-weight: bold;
}



ul.ovpmenu .active .ovplist {
  background: #A7AA3B;

}
ul.ovpmenu .active .ovplist a {
  padding: 17px 0px 17px 16px;
}


</pre></body></html>