.Uppercase {
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  font-weight: 300;
  line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
  text-rendering: optimizeLegibility;
  font-weight: 700;
}
h1 {
  color: #E81E49;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 2.75em;
  line-height: 1.25;
  word-spacing: 0.0025em;
}
h2 {
  margin-bottom: 0.9em;
  margin-top: 0.9em;
  color: #40b649;
  font-size: 1.8em;
  line-height: 1.1;
}
#main-body h2 {
  font-weight: 300;
}
h3 {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 1.2;
}
#main-body h3 {
  font-family: 'Roboto Condensed', Arial, Helvetica;
  color: #5DC062;
}
h4 {
  margin-bottom: 1.4545454545454546em;
  margin-top: 1.4545454545454546em;
  line-height: 1.4545454545454546em;
  font-size: 1.1em;
}
#main-body h4 {
  color: #007A5C;
}
h5 {
  font-size: 1em;
  line-height: 1.6;
  word-spacing: 0.04em;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
}
#main-body h5 {
  color: #E81E49;
}
h6 { 
  font-size: .8em;
  margin-bottom: 1.4em;
  margin-top: 1.4em;
}
p {
  font-size: 1em;
  line-height: 1.6;
  word-spacing: 0.04em;
  /*margin-bottom: 1.6em;*/
  margin-bottom: .75em;
  margin-top: .75em;
}
strong,
b {
  font-weight: 700;
  line-height: 100%;
}
a {
  color: #0095cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e8e8e8 -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 1.6em 0;
}

#main-body ol, #main-body ul {
  padding-left: 20px;
}

.mission{
  font-size: 2.0em;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 1em;
}

.mission .mission-topic {
  color: #006b51;
}
.callout {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 1em;
}
.callout .callout-topic {
  color: #006b51;
}
.deemphasize {
  font-weight: 200;
}
.bx-content .learn-more {
  font-weight: 500;
}
.bx-content h1 {
  color: #006b51;
  font-weight: 300;
  text-shadow: 1px 1px 2px #c2c2c2;
}
.tagline {
  font-weight: 500;
}
