/* ---------------------- */
/* HOME
/* ---------------------- */

.is_front .isu-region_breadcrumbs-wrapper {
	display: none;
}

.is_front h1 {
	margin-top: 3rem;
}

/* ---------------------- */
/* ARTICLES
/* ---------------------- */

@media (min-width: 767px) {
	.node-type_apr_article table.table th, 
	.node-type_apr_article table.table td {
	  padding: 0.25rem;
	}
}
.node-type_apr_article table.table td p:last-child {
  margin-bottom: 0;
}

/* ---------------------- */
/* ARCHIVE
/* ---------------------- */

.apr-archive-view h3 {
	margin: 0;
}

/* ---------------------- */
/* SUBSCRIBE
/* ---------------------- */

#mc_embed_signup {
  font-size: 1rem !important;
}

#mc_embed_signup form {
  margin: 0 !important;
}

#mc_embed_signup h2 {
  display: none !important;
}

#mc_embed_signup .button {
  background: var(--red) !important;
}

#mc_embed_signup .button:hover {
  background: var(--dark-red) !important;
}
