/* 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. */



/**
 * adding sorting ability to HTML tables with Bootstrap styling
 * @summary HTML tables sorting ability
 * @version 2.0.0
 * @requires tinysort, moment.js, jQuery
 * @license MIT
 * @author Matus Brlit (drvic10k)
 * @copyright Matus Brlit (drvic10k), bootstrap-sortable contributors
 */

table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th.arrow:after {
    content: '';
}

table.sortable span.arrow, span.reversed, th.arrow.down:after, th.reversedarrow.down:after, th.arrow.up:after, th.reversedarrow.up:after {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

    table.sortable span.arrow.up, th.arrow.up:after {
        border-color: transparent transparent #ccc transparent;
        margin-top: -7px;
    }

table.sortable span.reversed, th.reversedarrow.down:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

    table.sortable span.reversed.up, th.reversedarrow.up:after {
        border-color: #ccc transparent transparent transparent;
        margin-top: -2px;
    }

table.sortable span.az:before, th.az.down:after {
    content: "a .. z";
}

table.sortable span.az.up:before, th.az.up:after {
    content: "z .. a";
}

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
    content: "..";
}

table.sortable span.AZ:before, th.AZ.down:after {
    content: "A .. Z";
}

table.sortable span.AZ.up:before, th.AZ.up:after {
    content: "Z .. A";
}

table.sortable span._19:before, th._19.down:after {
    content: "1 .. 9";
}

table.sortable span._19.up:before, th._19.up:after {
    content: "9 .. 1";
}

table.sortable span.month:before, th.month.down:after {
    content: "jan .. dec";
}

table.sortable span.month.up:before, th.month.up:after {
    content: "dec .. jan";
}

table.sortable>thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable>thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable>thead th div.mozilla {
    position: relative;
}









/************* USE FOR SMALL TEXT (DATE ADDED, FOOTERS) *************/
/*ADDED NOV. 9 2017 */
.smallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
}


/******* QUICK LINKS PANEL FLOAT RIGHT WITH TEXT WRAPPING ***************/
/*ADDED OCT 30 2017 */
.contentrt .floatright{ float: right; padding: 10px; }

/******* CUSTOM GLYPHS NEED TO BE COPIED TO /FONTS/ ***************/
/*ADDED SEPT. 26 2017 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/icomoon.woff') format('woff'), /* Modern Browsers */ url('../fonts/icomoon.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/icomoon.svg') format('svg');
  /* Legacy iOS */
}



[class^="ca-gov-icon2-"],
[class*=" ca-gov-icon2-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------ e901, e900, e905 ----------------*/


.ca-gov-icon2-beakerf:before {
  content: "\e900";
}



.ca-gov-icon2-glass:before {
  content: "\e905";
}
 
  
.ca-gov-icon2-glass1:before {
  content: "\e901";
}


  .fixed.compact .first-level-link [class^="ca-gov-icon2-"] {
    display: none;
  }



.nav-item .toggle-sub-nav.closed .ca-gov-icon2-menu-toggle-open {
  display: none;
}
.nav-item .toggle-sub-nav.open .ca-gov-icon2-menu-toggle-closed {
  display: none;
}

.tab-group > [class^="ca-gov-icon2-"] {
  display: none !important;
}

.explore-invite a:hover span[class^="ca-gov-icon2-"] {
  color: #FDB81E;
}

h1 span[class^="ca-gov-icon2-"]:first-child {
  color: #046B99;
}


h1 span[class^="ca-gov-icon2-"]:first-child,
.h1 span[class^="ca-gov-icon2-"]:first-child {
  display: none;
}



.nav-item.active > a > span[class^="ca-gov-icon2"],
.nav-item:hover > a > span[class^="ca-gov-icon2"] {
  color: #046B99;
}

.first-level-link > span[class^="ca-gov-icon2"] {
  /* Navigation icons */
  color: #9fc7da;
}

.second-level-link [class^="ca-gov-icon2-"] {
  color: #046B99;
}


.panel-default .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-default .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-default .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-default .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #323A45;
}

.panel-overstated .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-overstated .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-overstated .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-overstated .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #fff;
}

.panel-understated .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-understated .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-understated .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-understated .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #323A45;
}

.panel-standout .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-standout .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-standout .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-standout .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #FDB81E;
}

h1 span[class^="ca-gov-icon2-"]:first-child,
.h1 span[class^="ca-gov-icon2-"]:first-child {
  display: none;
}

.nav-item .toggle-sub-nav.closed .ca-gov-icon2-menu-toggle-open {
  display: none;
}
.nav-item .toggle-sub-nav.open .ca-gov-icon2-menu-toggle-closed {
  display: none;
}

a.second-level-link [class^="ca-gov-icon2-"] {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: -2px;
  margin-right: 3px;
}


.mobile-controls .ca-gov-icon2-menu-toggle-open,
.mobile-controls .ca-gov-icon2-menu-toggle-closed {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 44px;
}

.utility-header [class^="ca-gov-icon2-"] {
  font-size: 17.6px;
  font-size: 1.1rem;
  vertical-align: -2px;
}


  .ask-group a.btn [class^="ca-gov-icon2-"] {
    padding-right: 10px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  
  .tab-group > [class^="ca-gov-icon2-"] {
  display: none !important;
  }
  
  panel .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel .panel-heading h5 span[class^="ca-gov-icon2-"] {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  top: 4px;
}


.panel-body h1 span[class^="ca-gov-icon2-"] {
  margin-left: 0 !important;
}


.main-secondary .panel .panel-heading h2 span[class^="ca-gov-icon2-"],
.main-secondary .panel .panel-heading h3 span[class^="ca-gov-icon2-"],
.main-secondary .panel .panel-heading h4 span[class^="ca-gov-icon2-"],
.main-secondary .panel .panel-heading h5 span[class^="ca-gov-icon2-"] {
  font-size: 28.8px;
  font-size: 1.8rem;
  position: absolute;
  left: 10px;
}


.location .contact [class^="ca-gov-icon2"] {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  color: #555555;
}

.location.contact [class^="ca-gov-icon2-"] {
  font-size: 56px;
  font-size: 3.5rem;
  color: #555555;
  float: left;
  width: 20%;
  min-width: 60px;
  max-width: 60px;
}


.location.mini [class^="ca-gov-icon2"] {
  padding: 5px;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
}

.location.full .contact [class^="ca-gov-icon2"] {
  font-size: 35.2px;
  font-size: 2.2rem;
  position: absolute;
}



/********* END CUSTOM GLYPHS *********************/





/***** force centering *********/
th.centered
	{text-align: center;
	}

/***** This code adjusts the appearance of the second level navigation links in the heading include 'navigation2.html' **********/
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; 
}



/*  To replace the padding of 15px in the class "second-level-link" in navigation2.html (drop down navigation) with margins of 15px. This will make the cursor more accurate while hovering over the navigation links. A seach and replace will be the easiest way to change the class in the anchor tags in navigation2.html. "Ctrl+F" in Dreamweaver and "Find: second-level-link" and "Replace: second-level-link-custom" and select Replace All. Copy and paste the css code below into your custom.css file. 
  */

.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;
  }
}
}












img.partners {padding:4px;}

.list-overstated li,
.list-understated li {
  background: url(/images/ca_department/arrow_blue.gif) no-repeat 0 3px transparent;
  padding: 0 0 14px 18px;
  /* Rotates disc arrow down when used with accordion */
}

/* 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 a {
	font-decoration: none !important;
}

.list-section ul {
	font-size: 0;
}	
	
.list-section li {
  margin: 0%;
  background: none;
  padding-left: 0;
}


.higher {
	margin-top:-40px;
}


/*--------------------added September 15, 2017----------------------------*/

/****REGION 5 - BOARD MEMBERS PAGE - This code is to allow responsive design for Region 5 Board Member's & Executive Officer's photographs and bio ****/

.bdmember-photobox {
   float: left;
   padding: 5px;
   max-width: 175px;
   height: auto;
}

.bdmember-biobox {
   float: left;
   margin: 2px;
   padding: 5px;
   max-width: 1000px;
   height: auto;
}


/****REGIONAL BOARDS' HOME PAGES -  This code changes the <h1> font size, weight & color for the text on the home page "header-slideshow-banner" *****/ 
h1.homepage {
    font-size: 31px;
    font-weight: bold;
    color:#FFFFFF;
}


/***** REGION 5 YOUTUBE VIDEO & COMING SOON! NOT YET AVAILABLE NOTES - This adds the style for "Coming Soon!", "Video will open in YouTube", & "not yet available" notes*/
.noteHighlight {
  color: #d34a37;
  font-size:small;
  font-style:italic;
}


/**** REGION 5 COMMENT PERIOD DATES AND NOTATIONS FOR REVISIONS, UPDATES & VERSIONS - This will add an italics and smaller font to dates / notes that need to be added*/
.smallNote {
                font-size:0.85em;
}


/**** REGION 5 EPA LEAF GREEN - This colors the leaf icon green***/
.ca-gov-icon-green {
  /*font-size:20px;   9-22-17 HM req to remove size (slk) */ 
  color:green;
}


 SET DEFAULT BULLET
 /* 
ul.li {
list-style-image:url('/images/ca_department/arrow_black.gif')	
*/

