.main-header {
  flex-direction: row-reverse;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(23, 37, 84);
  min-height: 60px;
}
.main-menu__logo img, .main-menu__title img {
  width: 150px;
}
.main-menu__logo, .main-menu__title {
  display: none;
}
.announcement__content_boxed {
  background: #d8d8d8;
}
.btn-secondary, button {
  background-color: #d8d8d8;
}
body {
  font-family: "Source Sans Pro","Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-align: justify;
}
.article__title {
  font-family: 'Work Sans',sans-serif;
  font-weight: 600;
}
address {
  font-family: "Source Sans Pro","Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.issue-section__toc-title {
  font-size: 0;
}
.main-menu__nav {
  margin-top: 10px;
}

.main-header ul {
  text-align: left;
}

@media (max-width: 700px) {
	.main-menu__nav {
		max-width: 200px;
		overflow: visible;
	}
}