.bg-green {
  background-color: #C9ECC9 !important;
}

.bg-yellow {
  background-color: #FFFFC5 !important;
}

.bg-red {
  background-color: #FFDADA !important;
}

h2 {
  margin: 25px 0;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.41;
}

.with-logo {
  margin-top: 10px;
  padding-bottom: 10px;
}

.logo {
  img { width: 60px; max-width: 60px !important; }
}

.footer-with-logo {
  margin-top: -10px;
  img { width: 60px; max-width: 60px !important; }
}

.blog-post {

  h1 {display: none; }


  h3 {
    margin: 20px 0;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.41;
    color: navy !important;
  }


  ul {
    padding-left: 2rem;
    list-style: normal;
    margin-bottom: 1rem;
  }

}

.see-also {
  a {
    word-break: break-all;
  }
}