#content a {
  text-decoration: underline;
}

label em, legend em {
  color: #fff;
  display: inline;
}

.csc-mailform {
  min-height: 240px;
}

.csc-mailform ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.csc-mailform ul li {
  padding: 0;
  margin-top: 10px;
  display: block;
  position: relative;
  height: 30px;
}

.btn-group.next.submit {
  text-align: right;
  display: block;
  margin-top: 10px;
}

.btn-group.next.submit .btn.btn-primary {
  background: #fafafa;
  color: #2b2b2b;
  font-weight: 500;
}

.img-fluid {
  width: 100%;
  height: auto; 
}

.col-12.col-md-4.mb-3 figure {
  margin: 0 5px;
}

ul.ce-uploads {
  list-style: none;
  margin: 0;
  padding: 0;
} 

.ce-uploads img {
  border: 1px solid rgba(76, 124, 157, 0.37);
}

.ce-uploads a {
  text-decoration: underline;
  word-wrap:break-word;
}

#content .top-article .col-12.single-top img {
  margin: 0 0 25px -25px;
  max-width: 700px;
  position: relative;
  height: auto;
  width: inherit;
}