
  .post-wrapper {
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
  }
  
  .blog-image {
    background-image: url("/img/background-image.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    height: 180px;
    margin-right: 20px;
    transition: opacity .2s;
    display: block;
  }
  
  .blog-image:hover {
    opacity: .8;
  }
  
  .post-content {
    padding: 20px;
  }
  
  .post-summary {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 22px;
    display: inline;
  }
  
  .post-info {
    color: #7a7a7a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 10px;
    line-height: 18px;
    display: inline-block;
  }
  
  .post-info.when-link {
    text-decoration: none;
  }
  
  .post-info.when-link:hover {
    color: #333;
  }
  
  .blog-title-link {
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
  }
  
  .blog-title-link:hover {
    opacity: .8;
  }
  
  .body-copy img {
    border-radius: 3px;
  }
  
  .body-copy li {
    margin-bottom: 3px;
  }
  
  .body-copy blockquote {
    line-height: 145%;
  }
  
  .body-copy figure {
    margin-bottom: 20px;
  }
  
  .success-message {
    background-color: #f0f0f0;
    border-radius: 3px;
    padding-top: 49px;
    padding-bottom: 49px;
  }
  
  .success-text {
    margin-bottom: 0;
    font-size: 17px;
  }
  
  .text-field {
    border-radius: 3px;
    margin-bottom: 15px;
  }
  
  .text-field.text-area {
    min-height: 110px;
  }
  
  .social-link-group {
    margin-bottom: 10px;
  }
  
  .read-more-link {
    color: #aaa;
    margin-left: 8px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 22%;
    text-decoration: underline;
    transition: color .2s;
    display: inline;
  }
  
  .read-more-link:hover {
    color: #333;
  }
  
  .content-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  
  .blog-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    color: #333;
  }
  
  .white-wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
  }
  
  .circle-profile {
    border-radius: 500px;
    width: 70%;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .small-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 135%;
  }
  
  .small-post-link {
    color: #aaa;
    text-align: left;
    margin-bottom: 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  .small-post-link:hover {
    color: #333;
  }
  
  .feature-posts-list {
    margin-bottom: -15px;
  }
  
  .white-bg-heading {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 14px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
  }
  
  .content-column {
    padding-left: 20px;
  }
  
  .blog-page-image {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 290px;
  }
  
  .sidebar-on-mobile {
    padding-top: 40px;
    display: none;
  }
  
  .details-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  @media screen and (max-width: 991px) {
    .navigation-link {
      text-align: center;
    }
  
    .navigation-bar {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .navigation-menu {
      background-color: #fff;
      border-bottom: 1px solid #ddd;
    }
  
    .site-name {
      margin-top: 13px;
    }
  
    .post-wrapper {
      margin-bottom: 20px;
    }
  
    .blog-image {
      height: 140px;
    }
  
    .content-wrapper {
      padding: 20px;
    }
  
    .white-wrapper {
      padding: 14px;
    }
  
    .menu-button {
      padding: 15px;
    }
  
    .white-bg-heading {
      margin-bottom: 20px;
    }
  
    .content-column {
      padding-left: 10px;
    }
  
    .blog-page-image {
      height: 240px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .navigation-bar {
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .grey-rule {
      margin-top: 21px;
      margin-bottom: 21px;
    }
  
    .built-with-webflow {
      margin-bottom: 0;
    }
  
    .post-wrapper {
      margin-bottom: 20px;
      margin-left: 0;
    }
  
    .blog-image {
      margin-bottom: 20px;
      margin-right: 0;
    }
  
    .post-content {
      padding: 20px;
    }
  
    .button-wrapper {
      text-align: center;
    }
  
    .content-wrapper {
      width: 100%;
      margin-left: 0;
      padding: 20px 10px;
    }
  
    .blog-title {
      font-size: 27px;
      line-height: 36px;
    }
  
    .white-wrapper {
      margin-top: 20px;
      padding: 34px;
    }
  
    .blog-page-image {
      height: 220px;
    }
  
    .sidebar-on-mobile {
      padding-top: 0;
      display: block;
    }
  }
  
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 32px;
      line-height: 36px;
    }
  
    .blog-image {
      height: 190px;
    }
  
    .blog-title {
      font-size: 26px;
      line-height: 32px;
    }
  
    .white-wrapper {
      padding: 20px;
    }
  
    .blog-page-image {
      height: 210px;
    }
  }