.moduletable:before,
.moduletable:after {
  display: table;
  content: " ";
}
.moduletable:after {
  clear: both;
}
.moduletable:before,
.moduletable:after {
  content: " ";
  display: table;
}
.moduletable:after {
  clear: both;
}
.moduletable.col-sm-12 + .moduletable {
  clear: both;
}
.moduletable.col-sm-12:last-child {
  margin-bottom: 0;
}
.moduletable.mt {
  margin-top: 25px;
}
.moduletable.col-sm-12 + * {
  margin-top: 0;
}
.moduletable.col-sm-12.title_only + * {
  margin-top: 0;
}
.moduletable.olark {
  display: none;
}
@media (max-width: 767px) {
  .moduletable.facebook,
  .moduletable.twitter {
    text-align: center;
  }
}
.moduletable.bg-light {
  margin-bottom: 25px;
}
.moduletable.bg-light .module_container {
  background-color: #e6f1d8;
}
.moduletable.bg-light .module_container .mod-article-single {
  padding: 1em;
}
.moduletable.bg-light .module_container .mod-article-single p:last-child {
  margin-bottom: 0;
}
.moduletable.pt {
  padding-top: 57.125px;
}