/* Legacy CDFW styles */

.tagline {
	color: #333;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
}
.textBoldRed {
	color: #C00000;
	font-weight: bold;
}
/* END */

/* Images in HTML modules */
.DnnModule-DNN_HTML img {
  /* max-width: 100%; */
  height: auto;
}
/* END */

/* Linked Sub Nav Panel Heading */
.panel-overstated h2 a, .panel-overstated h2 a:hover, .panel-overstated h2 a:active, .panel-overstated h2 a:visited {
  color: white;
}
h3.ui-accordion-header {
    font-size: 1.1em;
    font-style: normal;
    line-height: normal;
}
table.table-default caption {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 8px;
}
/* END */

/* make .table-default tables responsive */

.table.table-default {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* END */

/* adjusts layer level of tools in embedded Esri maps so they're not on top of nav section */

.esriControlsBR, .esriSimpleSlider {
	z-index: inherit !important; 
}
/* END */

/* list style that looks like paragraphs */
.list-no-bullets {
  list-style-type: none;
  margin: 11px 0;
  padding: 0;
}
.list-no-bullets li {
    padding: 0 0 14px 0;
}
/* END */

/* CDFW Icons */
@font-face {
  font-family: 'CDFWicons';
  src:  url('/Portals/0/Fonts/CDFWicons.eot?smgd96');
  src:  url('/Portals/0/Fonts/CDFWicons.eot?smgd96#iefix') format('embedded-opentype'),
    url('/Portals/0/Fonts/CDFWicons.ttf?smgd96') format('truetype'),
    url('/Portals/0/Fonts/CDFWicons.woff?smgd96') format('woff'),
    url('/Portals/0/Fonts/CDFWicons.svg?smgd96#CDFWicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cdfw-icon-"], [class*=" cdfw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CDFWicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cdfw-icon-drought:before {
  content: "\e903";
}
.cdfw-icon-leaf:before {
  content: "\e904";
}
.cdfw-icon-conservation:before {
  content: "\e900";
}
.cdfw-icon-deer:before {
  content: "\e901";
}
.cdfw-icon-fish:before {
  content: "\e902";
}
/* END */

/* places new window / external link icon -- works with cagov.core.js */
a[rel=noopener]::after {
    content: "\e9ed";
    font-family: 'CaGov' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  	position: relative;
  	top: -0.2em;
    font-size: 0.8em;
  	padding-left: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   /* for exceptions */
a.no-icon::after {
    content: none;
}
/* END */

/* Sub-nav image styling, height adjustment */
.second-level-link > img {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius: 32px;
    box-shadow: 1px 1px 4px #888;
}
.sectionMain .sub-nav .unit1 {
	height: auto;
}
/* END */

/* link underline exceptions */
a.no-underline {
    text-decoration: none !important;
}
/* END */

/* fix location of Live Forms editor toolbar */
/*.LiveForm #Toolbar {
    position: fixed;
    z-index: 5;
} */
/* END */


