.fullWidthModule {
  border-top: 2px solid #d3d3d3;
  clear: both;
  margin-top: 0;
  padding: 2.5em 0 3em;
  width: 100%;
}
.fullWidthModule.dark {
  background-color: #545757;
  padding-top: 1.5em;
  border-top: none;
}
.fullWidthModule.dark,
.fullWidthModule.dark a {
  color: #f5f7f4;
}
.fullWidthModule .xtradark {
  background-color: #3c3e3e;
  margin: -1.5em 0 -3em;
  padding: 1.5em 0 3em;
}
.fullWidthModule .xtradark,
.fullWidthModule .xtradark a {
  color: #f5f7f4;
}
.fullWidthModule.light {
  background-color: white;
}
.fullWidthModule .fullWidthModule {
  border: 0;
  padding: 0;
}
.fullWidthModule h2 + .fullWidthModule {
  margin-top: 1.5em;
}
.fullWidthModule a h2 {
  display: inline;
  color: #2B5F46;
  border-bottom: 1px solid transparent;
}
.fullWidthModule a .abstract {
  font-size: 1em;
  border-bottom: 0;
  color: #3c3e3e;
}
.fullWidthModule a:hover h2 {
  border-color: currentColor;
}
.fullWidthModule .column-md-4 {
  margin-top: 0;
}
