 .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-dark-blue-background-color:hover {
	background-color: #001725 !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.44rem;
    line-height: 1.8em;
    text-align: center;
    margin: 80px 40px;
    border: none;
    padding-left: 0;
}
blockquote::before, .wp-block-quote::before {
    content: '';
	background-image: url(../img/quote-carolina-blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
	display: block;
	height: 4.5rem;
}
blockquote cite, .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #002F4D;
}


@media (min-width: 992px) {
    blockquote, .wp-block-quote {
        margin: 80px 120px;
    }
}
