@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 5px;
  }
}
div.custom_smcp {
  background-image: url("/images/backgrounds/SMcP_trans_small.png"), url("/images/backgrounds/leaves_50pc.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #4c9943;
  color: #ffffff;
  height: 160px;
  padding-top: 2%;
  padding-right: 75px;
  padding-left: 3%;
  font-size: 21px;
}
@media (min-width: 992px) {
  div.custom_smcp {
    font-size: 28px;
  }
}
small,
.small {
  font-size: 70%;
}
.page-masthead .row-feature {
  padding: 3px 3px;
}

.article .pull-left,
.article-intro .pull-left,
.article-content .pull-left {
  margin-right: 20px;
}
.article .pull-right,
.article-intro .pull-right,
.article-content .pull-right {
  margin-left: 20px;
}
.t3-copyright small {
  display: none;
}