.clearfix{
  clear: none !important;
}

.hero {
  margin-bottom: 1rem; }

.blockquote {
  color: #1054c1;
  text-align: center;
  font-weight: 100;
  margin: 1rem; }

.BlogPost .newsletter-signup.skew-layout:before {
  background: #fff; }

.BlogPost .newsletter-signup.skew-layout:after {
  background: #373a3c; }

#blog-post {
  background: #fff;
  padding-top: 5rem; }

aside figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #373a3c;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: .5rem; }
  aside figure > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  aside figure img {
    width: 50%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    max-width: 100%; }
@media (min-width: 768px) and (max-width: 1249px) {
  aside figure img {
    width: 100%;
    max-width: none; } }

  aside figure figcaption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: .5rem; }
    @media (max-width: 1249px) {
      aside figure figcaption {
        padding: .5rem; } }
    aside figure figcaption .btn {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      @media (min-width: 768px) {
        aside figure figcaption .btn {
          font-size: .75rem; } }
    aside figure figcaption .title {
      color: #fff;
      font-size: 1rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        aside figure figcaption .title {
          font-size: .875rem; } }

aside p.h3 {
  font-size: 1rem;
  display: inline-block;
  background: #1054c1;
  padding: 10px;
  color: #fff; }

.share-post {
  border: 2px solid #FECB00;
  padding: .5rem;
  border-radius: 30px;
  margin: 0 0 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .share-post {
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem; } }
  .share-post .fa-heart-o {
    margin-right: 5px; }
  .share-post p {
    text-transform: uppercase;
    margin: 0;
    color: #373a3c;
    background-color: transparent;
    line-height: 30px; }
    @media (min-width: 768px) {
      .share-post p {
        float: left;
        text-align: left; } }
  .share-post .social-media {
    display: inline-block;
    text-align: center; }
    @media (min-width: 768px) {
      .share-post .social-media {
        float: right; } }
    .share-post .social-media ul {
      margin-bottom: 0; }
      .share-post .social-media ul a {
        width: 30px;
        height: 30px;
        padding: 2px;
        border: 2px solid #FECB00;
        border-radius: 50%;
        display: inline-block; }
        .share-post .social-media ul a:hover {
          color: #f0ad4e;
          border-color: #f0ad4e; }

@media (max-width: 767px) {
  .feature {
    min-height: 0; }

  #blog-post .col-md-4 {
    float: none !important; } }

/*# sourceMappingURL=blog-post-page.css.map */