body {
    --wp--preset--font-family--source-serif-pro: 'Montserrat';
    --wp--preset--font-family--system-font: 'Montserrat';
    /* --wp--preset--font-size--small: 1rem; */
    --wp--preset--font-size--medium: 1rem;
    /* --wp--preset--font-size--large: 1.75rem; */
    /* --wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem); */
}
.learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {	
	flex-direction: row;
	justify-content: center;
	background: #9DD0ED !important;
	border-radius: 100px;
	flex: none;
	order: 0;
	flex-grow: 1;
	margin: 0px 0px;
}
.post-excerpt-extra a.ld-login-button, .post-excerpt-extra a.read-more{
	background: #9DD0ED !important;
	border-radius: 100px;
	flex: none;
	order: 0;
	flex-grow: 1;
	margin: 0px 0px;
    color: #000000;
    box-shadow: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 800;
    /* font-size: .75em; */
    font-size: 13.5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: normal;
    text-shadow: none;
    /* border: 0; */
    border: 1px solid transparent !important;
    opacity: 1;
    transition: opacity .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 36px;
    padding: 1em;
    line-height: 1.25em;
}
.learndash-wrapper .ld-login-modal input[type='submit'] {
	background: #9DD0ED !important;
    color: #000000;
}
.post-excerpt-extra a.read-more {
    background: transparent !important;
    border: 1px solid #9DD0ED !important;
    line-height: 0.5em;
    font-style: normal;
}
.post-excerpt-extra .wp-block-column:nth-of-type(2) {
    margin-left: auto;
}
.wp-block-site-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	width: 100%;
	height: auto;
	flex: none;
	order: 0;
	flex-grow: 0;
}
.wp-block-image {
    display: block;
    margin-left: calc(-1 * var(--wp--custom--spacing--outer));
    margin-right: calc(-1 * var(--wp--custom--spacing--outer));
}
.wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wp-block-loginout a:hover {
    text-decoration: underline;
}
header .wp-block-group.alignfull {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 20px !important;
}
footer {
    margin-top: 0px !important;
}
footer > .wp-block-group {
    padding-top: 0px !important;
}
footer .wp-block-group a, footer .wp-block-group span, footer .wp-block-group p {
    color: #ffffff;
    text-decoration: none;
}
.post-excerpt-extra .wp-block-column {
    max-width: 50%;
}
.wp-block-cover {
    margin-top: 0px !important;
}
.wp-block-post-title {
    margin-bottom: 0 !important;
}
.wp-block-cover__inner-container .wp-block-post-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
    .post-excerpt-extra.post-excerpt-extra .wp-block-column {
        max-width: 45%;
    }
    header .wp-block-group.alignfull {
        padding: 0 20px 0 5px !important
    }
}
@media (min-device-width: 600px) {
    .post-excerpt-extra.post-excerpt-extra {
        max-width: 50%;
    }
    .post-excerpt-extra a.ld-login-button, .post-excerpt-extra .read-more {
        max-height: 48px;
    }
    .post-excerpt-extra a.read-more {
        line-height: 1.3em;
    }
}