/* NEW styles */
.article .h5 {
  margin-bottom: 5px;
} 

.article p.intro::first-letter {
  color: #0065a4;
  float: left;
  font-family: Roboto-Light,sans-serif;
  font-size: 6.75em;
  margin: .3em .2em 0 0;
}

/* FF Only */
@-moz-document url-prefix() {
    p.intro::first-letter {
        margin: 7px 15px 0 0;
    }
}

.article p {
  line-height: 27px;
  margin-bottom: 30px;
}

.article ol {
  padding-left: 20px;
}

.article ol li {
  color: #0065a4;
  font-size: 16px;
  font-weight: bold;
}
    
.article ol li p {
  font-weight: normal;
}

.article blockquote {
  border: none;
  color: #0065a4;
  font-size: 26px;
  font-family: Roboto,sans-serif;
  font-style: italic;
  line-height: 39px;
  margin: 80px 0;
  padding: 0;
  quotes: '\201c' '\201d';
}

.article blockquote::before {
  content: open-quote;
}

.article blockquote::after {
  content: close-quote;
}

.article a.promo {
  background: #E0EBF4;
  color: #0065A4;
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  /*line-height: 1em;*/
  padding: 10px 15px;
  text-transform: uppercase;
  }
    
.article a.promo:hover {
  background: #CBDAE6;
  text-decoration: none;
  }
    
.article a.promo::after {
  color: #F37322;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 21px;
  margin-left: 20px;
  position: relative;
  top: 2px;
}

/* test x */
