/*! typography by Andy Prevost, v2 */
h1,
h2,
h3,
h4,
h5,
h6 {
  display:block;
//  font-family: 'Merriweather', serif;
  font-weight:700;
  line-height:1;
  margin:.67rem 0 .3rem 0;
  letter-spacing:-.02rem;
}
h1 {
  font-size:2.5rem;
}
h2 {
  font-size:2rem;
}
h3 {
  font-size:1.6rem;
}
h4 {
  font-size:1.4rem;
}
h5 {
  font-size:1.25rem;
}
h6 {
  font-size:1.1rem;
}
.no-margin-top {
  margin-top:0;
}
.sub-title {
  font-family: 'Merriweather', serif;
  margin-top:0;
  font-style:italic;
}
p {
  font-size:1rem;
  font-family:"Open Sans",Arial,Helvetica,sans-serif;
  margin:0 0 .3rem 0;
}
li ul, li ol {
	margin: revert;
  padding:revert;
}
ul, ol {
  margin:revert;
  margin-left:revert;
  padding-left:revert;
  line-height:1.05;
}
ul {
  list-style-position: outside;
	list-style-type:disc;
}
ul ul {
  list-style-type: circle;
  margin-left:revert;
}
ul ul ul {
  list-style-type: square;
  margin-left:revert;
}
ol {
  list-style-position: outside;
	list-style-type:decimal;
}
ol ol {
	list-style: upper-alpha;
  margin-left:revert;
}
ol ol ol {
	list-style: lower-roman;
  margin-left:revert;
}
ol ol ol ol {
	list-style: lower-alpha;
  margin-left:revert;
}
blockquote {
  font: italic 400 1.2rem/1.5 "Merriweather",serif !important;
  border-left: 0.4rem solid #039be5;
  padding: 0 1em;
  margin:2em 0 2em 1em;
}
/* new style BLOCKQUOTE for a real quote */
.blockquote-wrapper {
  display: flex;
  width:700px;
  padding: 0; // 20px;
  margin:0 0 1rem 0;
}
.blockquote {
  position: relative;
  font-family: "Barlow Condensed", sans-serif !important;
  max-width: 800px;
  align-self: center;
  margin:0 !important;
}
.blockquote h1 {
  font-family: "Abril Fatface", cursive !important;
  position: relative;
  color: #039be5;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius:20px;
  padding: 0.5rem 1rem 0.75rem;
}
.blockquote span.emphasis {
  color:#e74848;
}
.blockquote h1:after {
  content:"";
  position: absolute;
  border: 2px solid #000; //e74848;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3; 
}
.blockquote h1:before {
  content:"";
  position: absolute;
  width: 80px;
  border: 6px solid #fff;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}
@media all and (min-width: 800px) {
  .blockquote h1 {
    font-size: 2.5rem;
    line-height: 1.2;
 }
}
.blockquote h4 {
  font-family: "Barlow Condensed", sans-serif !important;
  position: relative;
  color: #000;
  font-size: 1.1rem !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 13px;
  z-index: 1;
  margin-left:150px;
  padding-left:12px;
}
.blockquote h4:first-letter {
  margin-left:-12px;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #FCF5E5;
  color: #000;
  padding: 1rem;
  margin:1rem 0;
}
td, th {
  vertical-align: middle;
  padding:0.4rem;
}
