/* Core modifications */
.page-header {
	color: #22262a;
	margin-bottom: 1rem;
}
.page-header h1::after {
  content: '';
  height: 12px;
  background-color: #fbfbfb;
  width: 5rem;
  display: block;
  margin-top: -1rem;
}
.mod-articlesnews__item:not(:last-child) {
	margin-bottom: 1rem;
}
.newsflash-title {
	background-color: #fbfbfb;
	color: #110dbd;
	padding: .5rem;
}
.mod-articlesnews {
	margin-top: 1rem;
}
.mod-articlesnews__item {
	padding-left: 1rem;
	border-left: 3px solid #4facbb;
	margin-bottom: 1rem;
	border-bottom: 3px solid #4facbb;
}
/* Cassiopeia modifications */
/* Header */
.container-header {
	background-image: none;
	background-color: #4facbb;
}
.brand-logo {
	text-decoration: none;
}
/* Footer */
.container-footer {
	background-image: none;
	background-color: #4facbb;
}
/* General modifications */
body {
	background-color: #fbfbfb;
}
blockquote {
	padding-top: 10px;
}
blockquote::before {
  font-family: Roboto;
  color: #40b7c9;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}