h1,
.h1,
h2,
.h2,
h3,
h4 {
  font-size: 1.4rem;
  color: #333333;
  font-weight: normal;
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
}
h1, .h1 {
  color: #01793B;
}
h2, .h2, h3 a {
  font-size: 1.4rem;
  color: #01793B;
}
h1 + h2,
.h1.subheader {
  color: #333333;
  margin-top: 10px;
}
h3,h3 a {
  font-size: 1.4rem;
  color: #01793B;
  font-weight: normal;
}
h4,h4 a {
  font-size: 1.1rem;
}
h3 + h4 {
  margin-top: 10px;
  margin-bottom: 0;
}
h2 + h3,
.h2.subheader {
  color: #333333;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 0;
}

#contentRight h1,
#contentRight .h1,
#contentRight h2,
#contentRight .h2,
#headSlider h2,
#contentRight h3,
#contentRight h4 {
  color: #01793B;
}
.grayBox .column:first-child h2 {
  font-size: 1.4rem;
  color: #01793B;
}
.bgGray01 h2 {
  margin-bottom: 0;
}
.bgGray01 h3 {
  margin-top: 0;
}
.newsTeaserItem h2 {
  color: #000000;
  margin-top: 0;
}

a,
.mix a:hover {
  color: #01793B; 
  transition: all 0.3s ease; 
}
a:hover,
.mix a {
  color: #000000;  
}
a.clickable {
  cursor: pointer;
}
a.dpnglossary {
  border-bottom: 1px dotted #01793B;
}
a:hover.dpnglossary {
  border-bottom: 1px dotted #cccccc;
}

ul {
  margin-left: 1rem;
}
a.PDF-Download {
  background: transparent url(images/pdf_icon.png) no-repeat left 50%;
  padding-left: 30px;
  padding-top: 8px;
  float: left;
  min-height: 28px;
  margin-top: 10px;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  display: block;
}
h1.green,
h2.green,
h3.green,
p.green,
span.green {
  color: #01793B !important;
}
h1.gray,
h2.gray,
h3.gray,
p.gray,
span.gray {
  color: #999999 !important;
}
h1.grayer,
h2.grayer,
h3.grayer,
p.grayer,
span.grayer {
    color: #666666 !important;
}