  @charset "UTF-8";

#start-resizable-editor-section {
	display: none
}

/*

The following blocks are not supported at this time. Styles may be incomplete or missing.

core/navigation
core/navigation-link
core/post-author
core/post-content
core/post-date
core/post-excerpt
core/post-featured-image
core/post-template
core/post-terms
core/post-title
core/query
core/query-pagination
core/query-pagination-next
core/query-pagination-numbers
core/query-pagination-previous
core/query-title

*/

/* All Captions */
.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-caption,
.wp-block-image figcaption {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #495057;
}

/* Calendar Table */
.wp-calendar-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background-color: #fff;
	text-align: center;
}

.wp-calendar-table caption {
	padding: 0.5rem 0.75rem;
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #fff;
	background-color: #495057;
}

.wp-calendar-table td,
.wp-calendar-table th {
	padding: 0.25rem;
	border: 1px solid #dee2e6;
}

.wp-calendar-table thead tr {
	background-color: #dee2e6;
}

/* Calendar Nav */
.wp-calendar-nav {
	display: flex;
	margin: 0.75rem 0 0 0;
	white-space: nowrap;
}

.wp-calendar-nav .pad {
	flex: 1 0 auto;
}

/* Log In Form */
#loginform {
	padding: 2rem;
	border: 1px solid #adb5bd;
	font-size: 1rem;
	line-height: 1.5rem;
}

#loginform p {
	margin: 0 0 1rem 0;
}

#loginform label {
	display: table;
}

#loginform .input {
	display: block;
	width: 100%;
	margin-top: 0.25rem;
}

#loginform #rememberme {
	margin-right: 0.25rem;
}

#loginform .login-submit {
	margin: 1.5rem 0 0 0;
}

/* Buttons */
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: calc(0.75rem - 2px) calc(1.25rem - 2px);
	border-width: 2px;
	font-family: "din-2014", "Arial", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #ec2227;
	border-color: #ec2227;
	border-style: solid;
	border-radius: 0;
	transition: 0.15s ease-in-out;
}

.wp-block-button__link:focus {
	color: #fff;
	box-shadow: 0 0 0 0.1875rem rgba(236, 34, 39, 0.3);
	outline: 0;
}

.wp-block-button__link:active,
.wp-block-button__link:hover {
	color: #fff;
	background-color: #aa0032;
	border-color: #aa0032;
}

/* core/audio */
.wp-block-audio {
	margin: 2rem 0;
}

.wp-block-audio audio {
	display: block;
	width: 100%;
}

.wp-block-audio figcaption {
	margin-top: 0.75rem;
}

/* core/buttons */
.wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons .wp-block-button {
	padding: 0.5rem;
}

/* core/button */
.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-button.no-border-radius .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.wp-block-button__width-100 {
	width: 100%;
}

/* core/calendar */
.wp-block-calendar {
	margin: 2rem 0;
	text-align: center;
}

/* core/categories */
.wp-block-categories-dropdown {
	margin: 2rem 0;
}

/* core/code */
.wp-block-code {
	margin: 2rem 0;
	line-height: 1.5;
	overflow: auto;
}

.wp-block-code code {
	display: block;
}

/* core/columns */
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0;
}

.wp-block-columns.has-background {
	padding: 2rem;
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

@media (min-width: 768px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

/* core/column */
.wp-block-column {
	flex: 1 1 100%;
	max-width: 100%;
	min-width: 100%;
	overflow-wrap: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column > :first-child {
	margin-top: 0;
}

.wp-block-column > :last-child {
	margin-bottom: 0;
}

.wp-block-column + .wp-block-column {
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.wp-block-column {
		min-width: 0;
	}
	
	.wp-block-column + .wp-block-column {
		margin-top: 0;
		margin-left: 2rem;
	}
}

/* core/cover */
.wp-block-cover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 450px;
	padding: 1rem;
	background-size: cover;
	background-position: center;
	background-color: #000;
}

.wp-block-cover.has-parallax {
	background-attachment: fixed;
}

.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6 {
	color: inherit;
}

.wp-block-cover a:not([class]) {
	color: inherit;
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover .wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none;
}

.wp-block-cover .wp-block-cover__inner-container {
	position: relative;
	width: 100%;
	z-index: 1;
	color: #fff;
}

.wp-block-cover .wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}

.wp-block-cover.has-background-dim::before,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0.5;
	background-color: inherit;
}

.wp-block-cover.has-background-dim::before {
	content: "";
}

.wp-block-cover.has-background-gradient::before {
	content: none;
}

.wp-block-cover.has-background-dim-10::before,
.wp-block-cover.has-background-dim-10 .wp-block-cover__gradient-background {
	opacity: 0.1;
}

.wp-block-cover.has-background-dim-20::before,
.wp-block-cover.has-background-dim-20 .wp-block-cover__gradient-background {
	opacity: 0.2;
}

.wp-block-cover.has-background-dim-30::before,
.wp-block-cover.has-background-dim-30 .wp-block-cover__gradient-background {
	opacity: 0.3;
}

.wp-block-cover.has-background-dim-40::before,
.wp-block-cover.has-background-dim-40 .wp-block-cover__gradient-background {
	opacity: 0.4;
}

.wp-block-cover.has-background-dim-50::before,
.wp-block-cover.has-background-dim-50 .wp-block-cover__gradient-background {
	opacity: 0.5;
}

.wp-block-cover.has-background-dim-60::before,
.wp-block-cover.has-background-dim-60 .wp-block-cover__gradient-background {
	opacity: 0.6;
}

.wp-block-cover.has-background-dim-70::before,
.wp-block-cover.has-background-dim-70 .wp-block-cover__gradient-background {
	opacity: 0.7;
}

.wp-block-cover.has-background-dim-80::before,
.wp-block-cover.has-background-dim-80 .wp-block-cover__gradient-background {
	opacity: 0.8;
}

.wp-block-cover.has-background-dim-90::before,
.wp-block-cover.has-background-dim-90 .wp-block-cover__gradient-background {
	opacity: 0.9;
}

.wp-block-cover.has-background-dim-100::before,
.wp-block-cover.has-background-dim-100 .wp-block-cover__gradient-background {
	opacity: 1;
}

.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
	width: auto;
}

@supports (-webkit-overflow-scrolling: touch) {
	.wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}

/* core/embed */
.wp-block-embed {
	margin: 2rem 0;
}

.wp-block-embed figcaption {
	margin-top: 0.75rem;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
	padding-top: 42.85714286%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
	padding-top: 177.77777778%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
	padding-top: 200%;
}

/* core/file */
.wp-block-file {
	margin: 1.5rem 0;
	line-height: 2rem;
}

.wp-block-file a + a {
	margin-left: 0.75rem;
}

.wp-block-file .wp-block-file__embed {
	display: block;
	margin-bottom: 1.5rem;
}

.wp-block-file .wp-block-file__button {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.75rem;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	cursor: pointer;
}

/* core/gallery */
.wp-block-gallery {
	margin: 0;
}

.wp-block-gallery .blocks-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -0.5rem;
	list-style-type: none;
}

.wp-block-gallery .blocks-gallery-item {
	flex: 1 0 auto;
	width: 100%;
	min-width: 160px;
	padding: 0.5rem;
}

.wp-block-gallery .blocks-gallery-item figure {
	position: relative;
	margin: 0;
}

.wp-block-gallery .blocks-gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	padding: 3.75rem 1.25rem 0.75rem 1.25rem;
	margin: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6) 3rem, rgba(0,0,0,0.8));
	overflow: auto;
}

.wp-block-gallery .blocks-gallery-caption {
	margin-top: 0.25rem;
}

.wp-block-gallery.is-cropped .blocks-gallery-item figure {
	height: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: 50%;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: 33.33333333%;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: 25%;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: 20%;
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: 16.66666667%;
}

.wp-block-gallery.columns-7 .blocks-gallery-item {
	width: 14.28571429%;
}

.wp-block-gallery.columns-8 .blocks-gallery-item {
	width: 12.5%;
}

.wp-block-gallery.columns-9 .blocks-gallery-item {
	width: 11.11111111%;
}

/* core/heading */
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.5rem 2rem;
}

/* core/image */
.wp-block-image {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.wp-block-image figcaption {
	margin-top: 0.75rem;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter {
	display: table;
}

.wp-block-image .aligncenter {
	margin: 0 auto;
}

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption {
	display: table-caption;
	caption-side: bottom;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	display: block;
	width: 100%;
	height: auto;
}

/* core/latest-comments */
.wp-block-latest-comments {
	padding: 0;
	margin: 2rem 0;
	list-style-type: none;
}

.wp-block-latest-comments__comment {
	padding: 0;
	margin: 1.5rem 0;
}

.wp-block-latest-comments__comment-avatar {
	width: 3rem;
	height: auto;
	margin-top: 0.25rem;
	margin-right: 1.25rem;
	float: left;
	border-radius: 9999px;
}

.wp-block-latest-comments__comment-meta {
	padding: 0.25rem 0;
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: 0.875rem;
	color: #495057;
}

.wp-block-latest-comments__comment-excerpt {
	font-size: 1rem;
	line-height: 1.625rem;
}

.wp-block-latest-comments__comment-excerpt p {
	margin-bottom: 1rem;
}

.wp-block-latest-comments__comment-excerpt > :first-child {
	margin-top: 0;
}

.wp-block-latest-comments__comment-excerpt > :last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
	margin-left: 4.25rem;
}

/* core/latest-posts */
.wp-block-latest-posts {
	padding: 0;
	margin: 2rem 0;
	list-style-type: none;
}

.wp-block-latest-posts > li {
	padding: 0;
	margin: 2rem 0;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.wp-block-latest-posts__featured-image {
	margin-bottom: 1rem;
}

.wp-block-latest-posts__featured-image img {
	max-width: 100%;
	height: auto;
}

.wp-block-latest-posts__post-author {
	font-size: 1rem;
}

.wp-block-latest-posts__post-date {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #495057;
}

.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-full-content {
	margin-top: 0.75rem;
	font-size: 1rem;
	line-height: 1.625rem;
}

.wp-block-latest-posts__post-excerpt > :first-child,
.wp-block-latest-posts__post-full-content > :first-child {
	margin-top: 0;
}

.wp-block-latest-posts__post-excerpt > :last-child,
.wp-block-latest-posts__post-full-content > :last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem -1rem -2rem -1rem;
}

.wp-block-latest-posts.is-grid > li {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem 2rem 1rem;
	margin: 0;
}

@media (min-width: 768px) {
	.wp-block-latest-posts.columns-2 > li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wp-block-latest-posts.columns-3 > li {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	
	.wp-block-latest-posts.columns-4 > li {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wp-block-latest-posts.columns-5 > li {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wp-block-latest-posts.columns-6 > li {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
}

/* core/list */
ol.has-background,
ul.has-background {
	padding: 1.5rem 2rem 1.5rem 3.25rem;
}

/* core/loginout */
.wp-block-loginout.has-login-form {
	margin: 2rem 0;
}

/* core/media-text */
.wp-block-media-text {
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
	margin: 2rem 0;
}

.wp-block-media-text .wp-block-media-text__media {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	grid-column: 2;
	grid-row: 1;
	padding: 0 0 0 2rem;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-block-media-text .wp-block-media-text__content > :first-child {
	margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > :last-child {
	margin-bottom: 0;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	grid-column: 2;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	grid-column: 1;
	grid-row: 1;
	padding: 0 2rem 0 0;
}

.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	background-size: cover;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	opacity: 0;
}

.wp-block-media-text.has-background .wp-block-media-text__content {
	padding: 2rem;
}

@media (max-width: 767.98px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
	
	.wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
		padding: 0;
		margin-top: 1.5rem;
	}
}

/* core/paragraph */
p.has-background {
	padding: 1.5rem 2rem;
}

p.has-text-color a {
	color: inherit;
}

/* Space above: 0.1375, Space below: 0.15, Line height: 1.66666667 */
.has-drop-cap:not(:focus)::first-letter {
	/* 3 Lines */
	font-size: 5.67836257em;
	line-height: 0.725;
	margin: 0.0829171em 0.0829171em 0 0;
	
	/* 2 Lines */
	font-size: 3.33918129em;
	line-height: 0.725;
	margin: 0.14100263em 0.14100263em 0 0;
	
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	float: left;
}

/* core/post-template */
.wp-block-post-template {
	padding: 0;
	margin: 2rem 0;
	list-style-type: none;
}

.wp-block-post-template > li {
	margin: 2rem 0;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem -1rem -2rem -1rem;
}

.wp-block-post-template.is-flex-container > li {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem 2rem 1rem;
	margin: 0;
}

@media (min-width: 768px) {
	.wp-block-post-template.columns-2 > li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wp-block-post-template.columns-3 > li {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	
	.wp-block-post-template.columns-4 > li {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wp-block-post-template.columns-5 > li {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wp-block-post-template.columns-6 > li {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
}

/* core/preformatted */
.wp-block-preformatted {
	margin: 1.5rem 0;
	line-height: 1.25;
	white-space: pre-wrap;
	overflow: visible;
}

.wp-block-preformatted.has-background {
	padding: 2rem;
}

/* core/pullquote */
.wp-block-pullquote {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	margin: 0.75rem 0;
}

.wp-block-pullquote cite {
	display: block;
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-style: normal;
}

.wp-block-pullquote blockquote > :first-child {
	margin-top: 0;
}

.wp-block-pullquote blockquote > :last-child {
	margin-bottom: 0;
}

/* TODO: Block alignment should be handled by the page layout. */
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 40%;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	padding: 2rem;
	border-width: 0;
}

@media (max-width: 639.98px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: none;
	}
}

/* core/query */
.wp-block-query {
	margin: 2rem 0;
}

/* core/query-pagination */
/* core/query-pagination-next */
/* core/query-pagination-numbers */
/* core/query-pagination-previous */
.wp-block-query-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1.5rem 0;
	line-height: 1.5rem;
}

.wp-block-query-pagination a {
	text-decoration: none;
	text-align: center;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	margin: 0.5rem 0;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-numbers,
.wp-block-query-pagination-next {
	flex: 0 0 auto;
}

.wp-block-query-pagination-previous {
	margin-right: auto;
}

.wp-block-query-pagination-next {
	margin-left: auto;
}

.wp-block-query-pagination-numbers {
	display: flex;
	margin: 0.5rem 0;
}

.wp-block-query-pagination-numbers .page-numbers {
	min-width: 2rem;
	padding: 0.25rem;
	margin: 0 0.25rem;
	text-align: center;
}

.wp-block-query-pagination-numbers .current {
	color: #212529;
	background-color: #e9ecef;
}

@media (max-width: 767.98px) {
	.wp-block-query-pagination-numbers {
		display: flex;
		width: 100%;
		justify-content: center;
		order: 9999;
	}
}

/* Utility Styles */
#root .has-text-align-center,
#editor .has-text-align-center {
	text-align: center;
}

#root .has-text-align-left,
#editor .has-text-align-left {
	text-align: left;
}

#root .has-text-align-right,
#editor .has-text-align-right {
	text-align: right;
}

#root .items-justified-left,
#editor .items-justified-left {
	justify-content: flex-start;
}

#root .items-justified-center,
#editor .items-justified-center {
	justify-content: center;
}

#root .items-justified-right,
#editor .items-justified-right {
	justify-content: flex-end;
}

#root .items-justified-space-between,
#editor .items-justified-space-between {
	justify-content: space-between;
}

#end-resizable-editor-section {
	display: none
}