 .editor-post-title__block .editor-post-title__input,
.edit-post-visual-editor,
.edit-post-visual-editor.editor-styles-wrapper {
	font-family: "Open Sans", sans-serif;
}

.editor-post-title__block .editor-post-title__input {
    font-family: "Merriweather", serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
    color: #4B9CD3;
}

.wp-block-column > section:first-child {
	margin-top: 0;
}

.wp-block-button__link {
	border-radius: 0 !important;
	margin: 20px 0;
}
.wp-block-button__link.has-carolina-blue-background-color:hover {
	background-color: #007fae !important;
}
.wp-block-button__link.has-dark-blue-background-color:hover {
	background-color: #001725 !important;
}
.wp-block-button__link.has-burgundy-background-color:hover {
	background-color: #721a24 !important;
}
.wp-block-button__link.has-deep-purple-background-color:hover {
	background-color: #2b1a3f !important;
}
.wp-block-button__link.has-soft-gold-background-color:hover {
	background-color: #dda939 !important;
}

.wp-block-file .wp-block-file__button {
    background-color: #002f4d;
    border-radius: 0;
}

blockquote, .wp-block-quote {
    font-family: 'Merriweather', serif;
    font-size: 1.111111rem;
    line-height: 1.8em;
    text-align: center;
    width: 80%;
    margin: 80px auto;
    border: none;
    padding: 0;
    position: relative;
}
blockquote:before,
blockquote:after,
.wp-block-quote:before,
.wp-block-quote:after {
	position: absolute;
	color: #e2e2dc;
	font-size: 4.666666rem;
	width: 1em;
	height: 1em;
}
blockquote:before, .wp-block-quote:before {
	content: '“';
	left: -1em;
	top: 0;
}
blockquote:after, .wp-block-quote:after {
	content: '”';
	right: -1em;
	bottom: 0;
}
blockquote cite, .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    color: #002F4D;
}
.wp-block-table {
    width: 100%;
}
.wp-block-table td, .wp-block-table th {
    padding: 0.6em 1em;
}
