/* 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 {
  height: auto;
}
/* Live Accordion panel headings */
h3.ui-accordion-header {
  font-size: 1.1em;
  font-style: normal;
  line-height: normal;
}
/* adjusts layer level of tools in embedded Esri maps so they're not on top of nav section */
.esriControlsBR, .esriSimpleSlider {
  z-index: inherit !important;
}

/* Live Content - Gallery Mode - style fix */
.jquery-lightbox-button-close {
  top: 5px !important;
}
.jquery-lightbox-buttons {
  top: -3px !important;
}
.jquery-lightbox-caption .lc-caption {
  height: auto !important;
  margin-right: 100px !important;
  overflow: visible !important;
}
.jquery-lightbox-title {
  height: 77px !important;
  top: -78px !important;
}
.text-huge {
    font-size: 6rem;
}
/* Allows DNN form headers to adopt skin's text properties */
.dnnForm .Normal {
  font-size: unset;
  color: unset;
  line-height: unset;
}
/* new width */
.w-80 {
  width: 80%;
}
