.is-root-container {
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 2.1875rem;
	line-height: 1.3em;
	margin: 0;
}

h2 {
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0;
}

h5 {
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0;
}

p, li {
	font-size: 1rem;
	line-height: 1.3em;
}

p strong {
	font-weight: 700;
}

a {
	color: var(--colors--blue);
	font-weight: 700;
}

p.has-large-font-size { font-size: 1.125rem; }

@media all and (min-width: 1280px) {

	h1 { font-size: 2.9375rem; }

	h2 { font-size: 2.5rem; }

	h3 { font-size: 2.25rem; }

	h4 { font-size: 2rem; }

	h5 { font-size: 1.375rem; }

	p, li { font-size: 1.375rem; }

	p.has-large-font-size {
		font-size: 1.625rem;
	}

}

.site-container > * {
	max-width: var(--widths--content);
	margin-left: auto;
	margin-right: auto;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-columns {
	gap: 2rem;
}

@media (min-width: 782px) {
	.wp-block-columns {
		gap: 2rem;
	}
}

@media (min-width: 1280px) {
	.wp-block-columns {
		gap: 5rem;
	}
}

.has-text-color.has-blue-color { color: var(--colors--blue); }

.has-background.has-light-grey-background-color { background-color: var(--colors-light-grey); }
.has-background.has-blue-background-color { background-color: var(--colors--blue); }

.wp-block-list.has-background {
	padding: 1.5em 1rem 1.5rem 2rem;
}

.wp-block-list li { margin-bottom: .5rem; }
.wp-block-list li:last-of-type { margin-bottom: 0; }

.wp-block-list li::marker  {
	color: var(--colors--blue);
}

@media all and (min-width: 960px) {
	.wp-block-list.has-background {
		padding: 2em 1.5rem 2rem 3rem;
	}
}
@media all and (min-width: 1280px) {
	.wp-block-list.has-background {
		padding: 2.25em 4rem;
	}
}

.is-content-justification-center {
	justify-content: center;
}

.wp-block-heading {
	margin-top: 2rem;
}

.wp-block-code {
	display: block;
	padding: 7.5px;
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.6;
	word-break: break-all;
	word-wrap: break-word;
	color: #0b0c0c;
	background-color: #fcfcfc;
	border: 1px solid #6c6c6c;
	border-radius: 2px;
}

.wp-block-code code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}


/* Blog grid */

.emb-block-blog-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.emb-block-blog-grid--item {
	width: 100%;
}

.emb-block-blog-grid--item__image {
	display: block;
	aspect-ratio: 587/403;
	overflow: hidden;
}

.emb-block-blog-grid--item__image img { width: 100%; display: block; height: 100%; object-fit: cover; }
.emb-block-blog-grid--item__content {
	padding: 1rem 0;
}

.emb-block-blog-grid--item__date { font-weight: 600; font-size: 1rem; display: block; margin: 0 0 1rem; }


.emb-block-blog-grid--item__content h4 { color: var(--colors--blue); }
.emb-block-blog-grid--item__content h4 a {
	color: inherit;
	text-decoration: none;
}

nav.pagination {
	width: 100%;
	cursor: default;
}

nav.pagination .page-numbers {
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	width: 2.5em;
	text-align: center;
	text-decoration: none;
	color: inherit;
	border-radius: 50%;
}

nav.pagination .page-numbers.current {
	background: var(--colors--blue);
	color: white;
	font-weight: bold;
}

nav.pagination a.page-numbers:hover {
	background: #f0f0f0;
}

@media (min-width: 768px) {
	.emb-block-blog-grid--item {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 960px) {
	.emb-block-blog-grid {
		gap: 6rem 3rem;
	}

	.emb-block-blog-grid--item {
		width: calc(33.33% - 2rem);
	}
}


/* Research Grid */

.emb-block-research-list {
	background: var(--colors-light-grey);
	padding: 2rem 0;
	position: relative;
	margin-top: 4rem;
	margin-bottom: -4rem;
	width: 100%;
}

.emb-block-hero + .emb-block-research-list {
	margin-top: -5rem;
}

.emb-block-research-list::before {
	content: "";
	display: block;
	background: var(--colors-light-grey);
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}

.emb-block-research-list__inner {
	position: relative;
	z-index: 3;
}

.emb-block-research-list__grid {
	display: grid;
	gap: 1rem;
	margin: 1rem 0;
}

.emb-block-research-list__item {
	background: white;
	padding: 1.5rem;
}

.emb-block-research-list__item h3 { margin: 0 0 1rem; }
.emb-block-research-list__item h3 a {
	color: var(--colors--blue);
}


@media all and (min-width: 768px) {

	.emb-block-research-list {
		padding: 4rem 0;
	}

	.emb-block-research-list__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}


.contactForm .form-field {
	margin-bottom: 1rem;
}

.emb-block-downloads-index {
	list-style-type: none;
	background: var(--colors-light-grey);
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.emb-block-downloads-index li {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid var(--colors--blue);
}

.emb-block-downloads-index li:last-of-type {
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

.emb-block-downloads-index li a {
	text-decoration: none;
}

.emb-block-downloads-category-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.emb-block-downloads-category-list,
.emb-block-downloads-list {
	margin-top: 2rem;
	margin-bottom: 2rem;
	position: relative;
	background: var(--colors-light-grey);
	padding: 2rem 0;
}

.emb-block-downloads-category-list::before,
.emb-block-downloads-list::before {
	content: "";
	display: block;
	background: var(--colors-light-grey);
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}

.emb-block-downloads-category-list .emb-block-downloads-category-list__item {
	position: relative;
	z-index: 3;
	font-size: 1.375rem;
}

.emb-block-downloads-category-list .emb-block-downloads-category-list__item a {
	display: block;
	margin: 0 0 .25rem;
}

.emb-block-downloads-category-list__inner {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.emb-block-downloads-list__item {
	background: #fff;
	padding: 2rem;
	position: relative;
	z-index: 3;
}


.emb-block-downloads-list__item-buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 2rem 0 0;
}

@media all and (min-width: 1280px) {
	.emb-block-downloads-list {
		margin-top: 4rem;
		margin-bottom: 4rem;
		padding: 4rem 0;
	}


	.emb-block-downloads-list__item-buttons {
		flex-direction: row;
	}
}

.emb-team-member-profile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.emb-team-member-profile img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
}

.emb-team-member-profile .follow-links::before {
	content: "Follow me on";
	display: block;
}

.emb-team-member-profile .follow-links a {
	display: inline-block;
	margin: 0 1em 0 0;
}

@media (min-width: 768px) {
	.emb-team-member-profile img {
		width: 25%;
		margin: 0;
	}

	.emb-team-member-profile .text {
		width: calc(75% - 2em);
	}
}