.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #281c4c;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #4778f3;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #4778f3;
}
h1,
.h1 {
  font-weight: 700;
}
h2,
.h2 {
  font-weight: 700;
}
/*# sourceMappingURL=layout.css.map */