.sub_header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/newsletter.jpg");
}

#newsletter_pagination {
  height: 52px;
  margin-left: 3px;
}

#newsletters_container {
  font-family: Arial, Helvetica, sans-serif;
  margin: 3rem 0 0 0;
  padding: 0;
  width: 100%;
  clear: both;
  float: left;
}
@media screen and (min-width: 768px) {
  #newsletters_container {
    margin: 2rem 0 0 0;
  }
}

.newsletter {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 19px;
  padding-bottom: 19px;
}

.newsletter_thumb {
  padding-right: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsletter_thumb {
    float: left;
    margin-right: 20px;
    text-align: left;
    width: 153px;
  }
}

.newsletter_description {
  float: left;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsletter_description {
    float: left;
    text-align: left;
    width: 60%;
  }
}

.newsletter_blurb {
  color: #464646;
  font-size: 1em;
  padding-bottom: 10px;
  width: 100%;
}

.newsletter_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .newsletter_title {
    width: 450px;
  }
}

.newsletter_pubdate {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 10px;
}

.nav_rule {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .nav_rule {
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }
}

.sub_header {
  background: url("../images/about/newsletter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 105px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

.newsletter_calls {
  margin: auto;
  text-align: center;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .newsletter_calls {
    text-align: left;
    width: 100%;
  }
}

.newsletter_link_img {
  margin: auto;
  width: 36px;
}
@media screen and (min-width: 768px) {
  .newsletter_link_img {
    float: left;
  }
}

.newsletter_link {
  display: none;
  float: left;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .newsletter_link {
    display: block;
  }
}

.newsletter_link a:hover {
  text-decoration: none;
}

.newsletter_link_img img {
  margin-top: 9px;
}

.ctct-inline-form {
  float: left;
}

.pagination {
  width: auto;
  float: left;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 1rem;
  }
}

.newsletter_subscribe {
  float: left;
  clear: both;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .newsletter_subscribe {
    float: right;
    margin: 0;
    clear: none;
  }
}

.button {
  background-color: #2a3faa;
  border: 1px solid #888;
  clear: both;
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}