  @import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
 * {
     --hh-primary: #152f29;
     --hh-green: #006330;
     --hh-gold: #f4b235;
     --hh-light-green: #f2f9e9;
     --hh-text: #0d0d0d;
     --hh-muted: #505050;
     --hh-border: #e8eaed;
     --hh-white: #ffffff;
     /*font-family: "DM Sans", Arial, Helvetica, sans-serif;*/
}
 blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
     margin-bottom: 0;
}
 blockquote {
     padding: 10px 20px;
     margin: 0 0 20px;
     font-size: 17.5px;
     border-left: 5px solid #eee;
}
 blockquote.blockquote {
     padding: 30px;
     margin: 0 0 20px;
     border: 2px solid #e8eaed;
}
 blockquote.blockquote:before {
     content: "\f10d";
     font-family: "Font Awesome 5 Free";
     width: 70px;
     height: 70px;
     line-height: 70px;
     text-align: center;
     border-radius: 50%;
     color: var(--hh-green);
     font-size: 30px;
     background: #fff;
     border: 2px solid #e8eaed;
     float: left;
     margin-right: 10px;
     font-weight:900;
}
 blockquote.blockquote .blockquote-footer {
     color: #686a6d;
}
 figure {
     margin-bottom: 20px;
}
 figure>img {
     width: 100%;
}
 figure.pull-right {
     margin-left: 15px;
}
 .pull-right {
     float: right!important;
}
 figure.pull-left {
     margin-right: 15px;
}
 .pull-left {
     float: left!important;
}
 figure.pull-left>figcaption, figure.pull-right>figcaption {
     font-size: 14px;
     text-align: center;
     margin-top: 10px;
     font-style: italic;
     color: #686a6d;
}
 .primary-button,.secondary-button {
     background-color: var(--hh-gold);
     border: 2px solid var(--hh-gold);
     border-radius: 80px;
     box-shadow: none;
     color: var(--hh-primary);
     display: inline-block;
     font-family: Gotham, Arial, Helvetica, sans-serif;
     font-size: .875rem;
     font-weight: 700;
     line-height: 1.2;
     padding: 10px 26px;
     text-align: center;
     text-decoration: none;
     text-transform: none;
     transition: color .2s, background-color .2s, border-color .2s;
}
 .primary-button:hover, .primary-button:focus, .primary-button:active, .secondary-button:hover, .secondary-button:focus, .secondary-button:active {
     background-color: var(--hh-primary);
     border-color: var(--hh-primary);
     color: var(--hh-gold);
     text-decoration: none;
}