:root {
	--width-s: 600px;
	--width-m: 920px;
	--width-l: 1240px;
}

::-moz-selection, ::selection {
    color: #222;
    background: #D6EDFF;
    text-shadow: none;
}
.post-content {

}
.post-content > *:first-child {
	margin-top: 0;
}
.post-content > *:last-child {
	margin-bottom: 0;
}
.post-content a {
	color: inherit;
	text-decoration: underline;
	font-weight: 400;
	color: var(--color-water);
	color: var(--color-gold);
	transition: all ease-out 0.2s;
}
.post-content a:hover,
.post-content a:focus {
	color: var(--color-sky-dark);
}
.post-content em,
.post-content i {
	font-family: 'Merriweather', 'Georgia', serif;
	font-style: italic;
	color: var(--color-sky-dark);
}
.post-content strong,
.post-content b {
	font-weight: 600;
	color: var(--color-sky-dark);
}
.post-content strong a,
.post-content b a {
	font-weight: 700;
}
.post-content small {
    font-size: 0.9em;
    color: var(--color-sky-medium);
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-family: 'Merriweather', 'Georgia', serif;
	text-rendering: optimizeLegibility;
	color: var(--color-sky-dark);
	margin: 16px 0 32px;
}
.post-content h1 {
	font-size: 2em;
	line-height: 1em;
}
.post-content h2 {
	font-size: 1.75em;
	line-height: 1.111em;
}
.post-content h3 {
	font-size: 1.5em;
	line-height: 1.333em;
}
.post-content h4 {
	font-size: 1.25em;
	line-height: 1.2em;
}
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a {
	font-weight: inherit;
}
.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 32px;
}
.post-content ul {
	list-style: none;
}
.post-content li {
	position: relative;
}
.post-content ul > li:before,
.post-content ol > li:before {
	position: absolute;
	width: 16px;
	margin-left: -32px;
	margin-top: -1px;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	text-align: right;
	color: var(--color-gold);
}
.post-content ul > li:before {
	content: '•';
	text-align: center;
}
.post-content ol {
	list-style-type: none;
	counter-reset: item;
}
.post-content ol > li:before {
	content: counter(item) "." !important;
	counter-increment: item;
}
.post-content ol ol,
.post-content ul ul,
.post-content ul ol,
.post-content ol ul {
	padding-left: 32px;
	margin: 16px 0;
}
.post-content hr {
	position: relative;
	display: block;
	max-width: var(--width-m);
	height: 1px;
	margin: 0 auto 32px;
	padding: 0;
	background: var(--color-sand);
	border: 0;
}
.post-content hr:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -3px;
	margin-left: -3px;
	width: 5px;
	height: 5px;
	border: 1px solid var(--color-gold);
	background: white;
	border-radius: 100%;
}
.post-content blockquote {
	font-family: 'Merriweather', 'Georgia', serif;
	font-style: italic;
	margin: 0 0 32px;
	font-style: italic;
	font-size: 22px;
	line-height: 40px;
	color: var(--color-sky-dark);
}
.post-content blockquote p {
	margin: 16px auto;
}
.post-content blockquote p:first-child {
	margin-top: 0;
}
.post-content blockquote p:last-child {
	margin-bottom: 0;
}
.post-content dl {
    padding-left: 40px;
    margin: 0 0 32px;
}
.post-content dl dt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-sky-dark);
}
.post-content dl dt:before {
    content: '';
    position: absolute;
    width: 16px;
    margin-left: -34px;
    margin-top: 11px;
    border-bottom: 2px solid var(--color-sand);
}
.post-content dl dd {
    margin-left: 0;
    margin-bottom: 16px;
}
.post-content mark {
    background-color: #ffc336;
}
.post-content code,
.post-content tt {
	position: relative;
	margin: 0 0.333em;
	padding: 0.333em 0.666em;
	font-family: monospace, sans-serif;
	font-size: 0.75em;
	white-space: pre;
	background: #faf9f7;
	top: -2px;
}
.post-content pre {
	position: relative;
	margin: 0 0 32px;
	padding: 1em;
	overflow: hidden;
	font-family: monospace, sans-serif;
	white-space: pre;
	background: #f7f7f7;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.post-content pre code,
.post-content pre tt {
	position: static;
	top: auto;
	margin: -1.333em -1.333em -1.333em 1.333em;
	padding: 1.333em;
	overflow: scroll;
	font-size: 0.75em;
	line-height: 2em;
	white-space: pre;
	background: transparent;
	border: none;
	vertical-align: inherit;
}
.post-content kbd {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    color: #666;
    text-shadow: white 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 white inset;
}
.post-content table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 32px;
	background-color: transparent;
	border: 1px solid var(--color-sand);
}
.post-content table th,
.post-content table td {
    position: relative;
    padding: 8px 16px;
    text-align: left;
    border: 1px solid var(--color-sand);
}
.post-content table th {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-sky-dark);
}
.post-content img {
	display: block;
	max-width: 100%;
	height: auto;
}
.post-content form label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--color-sky-dark);
}
.post-content form select,
.post-content form textarea,
.post-content form input[type="url"],
.post-content form input[type="tel"],
.post-content form input[type="text"],
.post-content form input[type="email"],
.post-content form input[type="month"],
.post-content form input[type="number"],
.post-content form input[type="search"],
.post-content form input[type="password"] {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	height: auto;
	padding: 8px;
	border: 1px solid var(--color-sand);
	border-radius: 2px;
	box-sizing: border-box;
	transition: all ease-out 0.2s;
	outline: none;
	box-shadow: inset 0 0 0 1px transparent;
	-webkit-appearance: normal;
	appearance: normal;
	color: var(--color-sky-dark);
}
.post-content form input[type="number"] {
	width: auto;
}
.post-content form select {
	-webkit-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 10L12 15L17 10H7Z' fill='%23525F66'/%3E%3C/svg%3E") no-repeat right 8px center;
}
.post-content form select::-ms-expand {
	display: none;
}
.post-content form option {
	background: #222;
	border-top: 1px solid var(--color-sky-dark);
	padding: 12px;
}
.post-content form select:hover,
.post-content form textarea:hover,
.post-content form input[type="url"]:hover,
.post-content form input[type="tel"]:hover,
.post-content form input[type="text"]:hover,
.post-content form input[type="email"]:hover,
.post-content form input[type="month"]:hover,
.post-content form input[type="number"]:hover,
.post-content form input[type="search"]:hover,
.post-content form input[type="password"]:hover {
	border-color: var(--color-gold);
}
.post-content form select:focus,
.post-content form textarea:focus,
.post-content form input[type="url"]:focus,
.post-content form input[type="tel"]:focus,
.post-content form input[type="text"]:focus,
.post-content form input[type="email"]:focus,
.post-content form input[type="month"]:focus,
.post-content form input[type="number"]:focus,
.post-content form input[type="search"]:focus,
.post-content form input[type="password"]:focus {
	border-color: var(--color-sky-medium);
	box-shadow: inset 0 0 0 1px var(--color-sky-medium);
}
.post-content form input[type="reset"],
.post-content form input[type="submit"],
.post-content form input[type="button"],
.post-content form button {
	display: block;
	width: 100%;
	padding: 12px;
	border: 0;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: normal;
	appearance: normal;
	transition: all ease-out 0.2s;
	background: var(--color-sky-dark);
	font-size: 18px;
	line-height: 24px;
	font-weight: 600 !important;
	letter-spacing: 0;
	color: white;
	text-decoration: none;
	text-align: center;
}
.post-content form input[type="reset"]:hover,
.post-content form input[type="submit"]:hover,
.post-content form input[type="button"]:hover,
.post-content form button:hover {
	background: var(--color-water);
	color: white;
}
.post-content form input[type="reset"]:focus,
.post-content form input[type="submit"]:focus,
.post-content form input[type="button"]:focus,
.post-content form button:focus {
	background: var(--color-water);
	color: white;
}
.post-content form .datepick-inline {
	box-shadow: none !important;
	border: 0 !important;
}










.post-content {
	display: flex;
	flex-direction: column;
}

.post-content > * {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}




.post-content > p,
.post-content > ul,
.post-content > ol,
.post-content > blockquote,
.post-content > pre,
.post-content > h2,
.post-content > h3,
.post-content > h4 {
	max-width: var(--width-s);
}

@media only screen and (max-width: 640px) {
	.post-content > p,
	.post-content > ul,
	.post-content > ol
	.post-content > blockquote,
	.post-content > pre,
	.post-content > h2,
	.post-content > h3,
	.post-content > h4 {
		min-width: 100%;
		max-width: 100%;
	}	
}



.post-content .wp-block-image {
	margin: 0 0 32px;
	max-width: var(--width-s);
}

.post-content .wp-block-image.alignfull {
	margin: 0 0 32px;
}

.post-content .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
}

.post-content .wp-block-image figcaption {
	max-width: var(--width-m);
	margin: 1rem auto;
	padding: 0 calc(100vw / 16);
	font-size: 14px;
	color: inherit;
	opacity: 0.7;
}

@media only screen and (max-width: 960px) {

	.post-content .wp-block-image figcaption {
		padding: 0 calc(100vw / 16);
	}
}


.post-content .wp-block-gallery {
	margin: 0 0 32px;
}

.post-content .wp-block-gallery ul {
	margin: 0 0 -16px;
	padding: 0;
	list-style: none;
}

.post-content .wp-block-gallery li::before {
	display: none;
}

.post-content .wp-block-gallery figcaption {
	box-sizing: border-box;
}

.post-content > .alignwide {
	align-self: center;
	max-width: var(--width-m);
	width: 100%;
}

.post-content > .alignfull {
	align-self: center;
	max-width: var(--width-l);
	width: 100%;
}

.post-content > .is-style-wide {
	max-width: none;
	width: 100vw;
	align-self: center;
}

.post-content .alignleft {
	width: 50%;
	margin-right: 24px;
	margin-bottom: 24px;
}

.post-content .alignright {
	width: 50%;
	margin-left: 24px;
	margin-bottom: 24px;
}

.post-content .wp-block-image:first-child,
.post-content > .alignwide:first-child {
	margin-top: 0;
}

.post-content .wp-block-image:last-child,
.post-content > .alignwide:last-child {
	margin-bottom: 0;
}

.wp-block-columns {
	margin-top: 2.5rem;
	margin-bottom: 5rem;
}

.wp-block-columns.alignfull {
	padding: 0 2rem;
}

.wp-block-columns .wp-block-column {

}