.globalheader {
	border-top: inherit;
}

.breadcrumb {
  border-bottom: 1px solid #64a000;
  border-top: 1px solid #64a000;
}

.info-tile .tile-content h4 {
  color: #006cb5;
}

.article section h2 {
  color: #006cb5
}

a {
  color: #518300;
  font-weight: 700;
}

.h1text{
	background-color: #64a000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;

}

h1 {
  color: #FFFFFF;
  font-size: 3.375em;
  font-weight: 200;
}

h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  color: #000000;
  padding: 5px 0;
}

h3 {
  color:#006cb5;
}

p {
  font-size: 16px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

.article {
/*  background-color: #ededed; */
  padding: 20px;
  position: relative;
}

.quote {
  color: #74a18e;
}


.sce-table th {
  color: #006651;
}

.footer-container footer .footer-nav {
  background-color: #f2f2f2;
}

.footer-container footer .footer-nav .copyright p {
  color: #595959;
}

.footer-container footer .footer-nav .list-links li a {
  color: #fff; 
}

.footer-container footer .footer-nav .list-links li a:hover {
  color: #ccc; 
}
