.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: normal;
}
/* Compact website header */
.header {
	padding: 35px 0;
}

.header .cover {
	background: transparent;
}

.header .custom-logo-link {
	margin-bottom: 10px;
}

.header .custom-logo-link img {
	max-height: 100px;
}

.header .site-description {
	color: #ffffff;
	margin-top: 10px;
}

.header .jetpack-social-navigation {
	margin-top: 12px;
}

@media (max-width: 600px) {
	.section.header {
		padding: 24px 0;
	}

	.header .custom-logo-link {
		margin-bottom: 8px;
	}

	.header .custom-logo-link img {
		max-height: 80px;
	}

	.header .site-description {
		margin-top: 8px;
		line-height: 1.3;
	}

	.header .jetpack-social-navigation {
		margin-top: 10px;
	}
}
/* Match the menu bar to the brand navy */
.navigation.bg-dark {
	background-color: #00003a;
}
/* Match button typography to the website */
.wp-block-button__link {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
/* Make the header search icon more visible */
.search-icon {
	opacity: 1;
}
/* Prevent Baskerville 2's default fonts appearing while custom fonts load */
html:not(.wf-active) body,
html:not(.wf-active) .main-navigation,
html:not(.wf-active) .post-content cite,
html:not(.wf-active) .gallery-caption,
html:not(.wf-active) .footer .search-field,
html:not(.wf-active) .wrapper .search-field,
html:not(.wf-active) .credits p {
	font-family: "Open Sans", Arial, sans-serif;
}

html:not(.wf-active) .site-title,
html:not(.wf-active) .header-search-block .search-field,
html:not(.wf-active) .post-header .post-title,
html:not(.wf-active) .post-content h1,
html:not(.wf-active) .post-content h2,
html:not(.wf-active) .post-content h3,
html:not(.wf-active) .post-content h4,
html:not(.wf-active) .post-content h5,
html:not(.wf-active) .post-content h6,
html:not(.wf-active) .entry-author .author-title,
html:not(.wf-active) .widget-title,
html:not(.wf-active) .page-title h3,
html:not(.wf-active) .page-title h5 {
	font-family: "Nunito", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}