/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */



/***** This code adjusts the appearance of the second level navigation links in the heading include 'navigation2.html' **********/
.second-level-link-custom {
  color: #046B99;
}
.second-level-link-custom [class^="ca-gov-icon-"] {
  color: #046B99;
}

a.second-level-link-custom {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 15px;
}
a.second-level-link-custom:hover,
a.second-level-link-custom:focus {
  text-decoration: none !important;
}
a.second-level-link-custom [class^="ca-gov-icon-"] {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: -2px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  a.second-level-link-custom {
    padding: 10px 15px 10px 40px !important;
  }
}
}

li.customUnit{
border-top: 0px solid #FDB81E;
  border-bottom: 0px solid #046B99;
  border-left: 0px solid #d6d6d6;
  border-right: 0px solid #d6d6d6;
  background: #F5F9FB; 
}
  
li.customUnit2{
border-top: 0px solid #FDB81E;
  border-bottom: 0px solid #046B99;
  border-left: 0px solid #d6d6d6;
  border-right: 0px solid #d6d6d6;
  background: #FFFFFF; 
}


img.partners {padding:4px;}



.blueSubtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d3b66;
	font-size: 1.1em;
}
.greenSubtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #088110;
	font-size: 1.1em;
}


.list-overstated li,
.list-understated li {
  background: url(http://www.waterboards.ca.gov/images/ca_department/arrow_blue.gif) no-repeat 0 3px transparent;
  padding: 0 0 14px 18px;
  /* Rotates disc arrow down when used with accordion */
}


.list_decorative_blue
{
	list-style-image:url(http://www.waterboards.ca.gov/images/ca_department/bullet_blue.gif);
	text-decoration:none;/* display:block; *//* border-bottom:1px dotted #253B5A;*/
}	
	
	


/* This code is to allow anchors to work with fixed headers.  */
.offset:before { 
	display: block; 
 	content: " "; 
  	height: 150px;      /* Give height of your fixed element */
        margin-top: -150px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}



/*This code is to remove the bullets and padding for section lists.  */
.list-section ul {
	font-size: 0;
}	
	
.list-section li {
  margin: 0%;
  background: none;
  padding-left: 0;
}



