.p2-blocks-skeleton-long-text,
.p2-blocks-skeleton-medium-text,
.p2-blocks-skeleton-short-text {
	animation: p2__blocks_skeleton__loading 1.6s ease-in-out infinite;
}
@keyframes p2__blocks_skeleton__loading {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0.5;
	}
}
.p2-blocks-skeleton-long-text,
.p2-blocks-skeleton-medium-text,
.p2-blocks-skeleton-short-text {
	background: var(--p2-blocks-color-background-medium);
	height: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.p2-blocks-skeleton-long-text {
	width: 80%;
}
.p2-blocks-skeleton-medium-text {
	width: 50%;
}
.p2-blocks-skeleton-short-text {
	width: 15%;
}
.wp-block-p2-changelog {
	display: flex;
	flex-direction: row;
	margin-bottom: 1.8em;
	padding-left: 100px;
	position: relative;
}
.wp-block-p2-changelog--reverse {
	flex-direction: row-reverse;
}
.wp-block-p2-changelog + .wp-block-p2-changelog {
	margin-top: -0.8em;
}
.wp-block-p2-changelog__content {
	width: 100%;
}
.wp-block-p2-changelog__status,
.wp-block-p2-changelog__status.components-dropdown-menu__toggle {
	background: #ea4983;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 3px 12px 0 0;
	max-width: 104px;
	overflow: hidden;
	padding: 4px 8px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transform: translateX(calc(-100% - 12px));
	white-space: nowrap;
}
.wp-block-p2-changelog__status.components-dropdown-menu__toggle.new,
.wp-block-p2-changelog__status.new {
	background-color: #00db41;
}
.wp-block-p2-changelog__status.components-dropdown-menu__toggle.improved,
.wp-block-p2-changelog__status.improved {
	background-color: #0267ff;
}
.wp-block-p2-changelog__status.components-dropdown-menu__toggle.fixed,
.wp-block-p2-changelog__status.fixed {
	background-color: #9a57ec;
}
.wp-block-p2-changelog__status.components-dropdown-menu__toggle span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wp-block-p2-changelog__status-dropdown-popover
	.components-dropdown-menu__menu
	.components-menu-item__button.components-button
	.components-menu-item__item {
	text-transform: capitalize;
}
.wp-block-p2-changelog__status-dropdown-popover
	.components-dropdown-menu__menu
	.components-menu-item__button.components-button
	.components-menu-item__item
	.components-base-control__field {
	margin-bottom: 0;
}
.wp-block-p2-changelog__status-dropdown-popover
	.components-dropdown-menu__menu
	.components-menu-item__button.components-button
	svg {
	fill: none;
}
.wp-block-p2-changelog__status-dropdown-popover.components-dropdown-menu__popover
	.components-popover__content {
	min-width: 250px;
}
.wp-block-p2-changelog__status-inline-color-popover
	.components-popover__content
	> div {
	padding: 20px 18px;
}
span.wp-block-p2-changelog__status {
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}
.wp-block-p2-project-status {
	margin-bottom: 1.25em;
}
.wp-block-p2-project-status.is-busy {
	animation: pulse 1s ease-out infinite alternate;
	animation-delay: 0.4s;
}
.wp-block-p2-project-status__bar {
	background: #e0e0e0;
	border-radius: 12px;
	display: flex;
	height: 12px;
	overflow: hidden;
	width: 100%;
}
.wp-block-p2-project-status__bar-segment {
	transition: width 0.2s ease-in-out;
}
.wp-block-p2-project-status__bar-segment.is-completed {
	background: var(--p2-blocks-color-link);
}
.wp-block-p2-project-status__bar-segment.is-in-progress {
	background: #ccc;
}
.wp-block-p2-project-status__header {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	justify-content: space-between;
	margin-bottom: 10px;
}
.wp-block-p2-project-status__header-group {
	display: flex;
}
.wp-block-p2-project-status__header-group:not(:last-of-type) {
	margin-right: 2em;
}
.wp-block-p2-project-status__header-metadata
	+ .wp-block-p2-project-status__header-metadata {
	margin-left: 1em;
}
.wp-block-p2-project-status__header-metadata:not(.is-total) {
	color: var(--p2-blocks-color-text-light);
}
.wp-block-p2-project-status__header-metadata.is-total {
	font-weight: 600;
}
.wp-block-p2-project-status__inspector-date-label {
	margin-right: 1em;
	width: 20%;
}
.wp-block-p2-project-status__date-setting-button.is-compact {
	padding: 0 4px;
}
.wp-block-p2-project-status__date-setting-button.components-button.is-link {
	color: var(--p2-blocks-color-link);
}
.wp-block-p2-project-status__date-setting-button.components-button.is-link:not(
		:disabled
	):active,
.wp-block-p2-project-status__date-setting-button.components-button.is-link:not(
		:disabled
	):hover {
	color: var(--p2-blocks-color-link-dark);
}
.wp-block-p2-task {
	align-items: flex-start;
	display: flex;
	margin-bottom: 16px;
	transition: opacity 0.1s ease-out;
}
.wp-block-p2-task.is-busy {
	animation: pulse 1s ease-out infinite alternate;
	animation-delay: 0.4s;
}
.wp-block-p2-task--reverse {
	flex-direction: row-reverse;
}
.wp-block-p2-task + .wp-block-p2-task {
	border-top: 1px solid var(--p2-blocks-color-border-light);
	margin-top: -1.8em;
}
.wp-block-p2-task__content {
	position: relative;
}
.wp-block-p2-task__content.is-checked {
	background: linear-gradient(
		180deg,
		transparent,
		transparent 52%,
		var(--p2-color-border-medium) 0,
		var(--p2-color-border-medium) 58%,
		transparent 0,
		transparent
	);
	color: var(--p2-blocks-color-text-light);
	display: inline;
}
.wp-block-p2-task__main {
	align-items: center;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	min-height: 28px;
}
.wp-block-p2-task__main > :not(:last-child) {
	margin-right: 8px;
}
.wp-block-p2-task__main > .wp-block-p2-task__content {
	flex-grow: 1;
	margin: 0 12px 0 0;
}
.wp-block-p2-task__content-wrapper {
	flex-grow: 1;
	margin: 0;
	width: 100%;
}
.wp-block-p2-task__emoji-status {
	display: none;
}
.wp-block-p2-task__checkbox-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 1em;
}
.wp-block-p2-task__checkbox-wrapper:before {
	content: "​";
}
.wp-block-p2-task__checkbox,
.wp-block-p2-task__checkbox.is-aria-checked-mixed:before,
.wp-block-p2-task__checkbox.is-aria-checked-true:before,
.wp-block-p2-task__checkbox[aria-checked="mixed"]:before,
.wp-block-p2-task__checkbox[aria-checked="true"]:before,
input[type="checkbox"].wp-block-p2-task__checkbox,
input[type="checkbox"].wp-block-p2-task__checkbox.is-aria-checked-mixed:before,
input[type="checkbox"].wp-block-p2-task__checkbox.is-aria-checked-true:before,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-checked="mixed"]:before,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-checked="true"]:before {
	height: calc(1em + 8px);
	max-height: 24px;
	max-width: 24px;
	width: calc(1em + 8px);
}
.wp-block-p2-task__checkbox.is-aria-checked-mixed:before,
.wp-block-p2-task__checkbox.is-aria-checked-true:before,
.wp-block-p2-task__checkbox[aria-checked="mixed"]:before,
.wp-block-p2-task__checkbox[aria-checked="true"]:before,
input[type="checkbox"].wp-block-p2-task__checkbox.is-aria-checked-mixed:before,
input[type="checkbox"].wp-block-p2-task__checkbox.is-aria-checked-true:before,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-checked="mixed"]:before,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-checked="true"]:before {
	border-radius: 50%;
	content: "";
	display: block;
	margin: 0;
	position: absolute;
}
.wp-block-p2-task__checkbox,
input[type="checkbox"].wp-block-p2-task__checkbox {
	align-items: center;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 1.5px solid var(--p2-blocks-color-link);
	border-radius: 50%;
	box-shadow: none;
	display: flex;
	flex-shrink: 0;
	font-size: inherit;
	justify-content: center;
	margin: 0;
	position: static;
}
.wp-block-p2-task__checkbox.is-disabled,
.wp-block-p2-task__checkbox:disabled,
.wp-block-p2-task__checkbox[aria-disabled="true"],
input[type="checkbox"].wp-block-p2-task__checkbox.is-disabled,
input[type="checkbox"].wp-block-p2-task__checkbox:disabled,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-disabled="true"] {
	cursor: not-allowed;
}
.wp-block-p2-task__checkbox.is-aria-checked-true:before,
.wp-block-p2-task__checkbox[aria-checked="true"]:before,
input[type="checkbox"].wp-block-p2-task__checkbox.is-aria-checked-true:before,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-checked="true"]:before {
	background-color: var(--p2-blocks-color-link);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M15.623 7L9.69 14.98l-3.44-2.558'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 22px;
	margin: 0;
	width: 22px;
}
.wp-block-p2-task__checkbox.is-aria-checked-mixed:before,
.wp-block-p2-task__checkbox[aria-checked="mixed"]:before,
input[type="checkbox"].wp-block-p2-task__checkbox.is-aria-checked-mixed:before,
input[type="checkbox"].wp-block-p2-task__checkbox[aria-checked="mixed"]:before {
	background: linear-gradient(
		180deg,
		transparent,
		transparent 50%,
		var(--p2-blocks-color-link) 0,
		var(--p2-blocks-color-link)
	);
}
.wp-block-p2-task__status-pill {
	background: rgba(var(--p2-blocks-color-rgb-orange), 0.1);
	border-radius: 2px;
	color: rgb(var(--p2-blocks-color-rgb-orange));
	display: inline-flex;
	font-size: 11px;
	line-height: 1.3;
	margin-left: 8px;
	padding: 3px 6px;
	transform: translateY(-1px);
	width: auto;
}
.wp-block-p2-task__dates {
	line-height: 1.5;
}
.wp-block-p2-task__date {
	color: var(--p2-blocks-color-text-light);
	flex-shrink: 0;
	font-size: 13px;
}
.wp-block-p2-task__assignees-avatars {
	display: flex;
}
.wp-block-p2-task__assignee-avatar {
	border-radius: 50%;
	flex-shrink: 0;
	vertical-align: middle;
}
.wp-block-p2-task__assignee-avatar + .wp-block-p2-task__assignee-avatar {
	box-shadow: 0 0 0 2px #fff;
	margin-left: -4px;
}
.wp-block-p2-task__assignee-hidden-username {
	display: none;
}
.wp-block-p2-task__left {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
}
.wp-block-p2-task__right {
	align-items: center;
	align-self: flex-start;
	display: flex;
}
.wp-block-p2-task__assignee-current-user {
	background: var(--p2-blocks-color-link);
	border-radius: 2px;
	color: #fff;
	display: none;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	margin-right: 8px;
	padding: 2px 4px;
}
.wp-block-p2-task__assignee-current-user.is-current-user {
	display: block;
}
.wp-block-p2-figma-embed {
	clear: both;
	margin-left: 0;
	margin-right: 0;
}
.wp-block-p2-figma-embed--aspect-landscape {
	padding-top: 66.6666666667%;
	width: 100%;
}
.wp-block-p2-figma-embed--aspect-portrait {
	padding-top: 150%;
	width: 100%;
}
.wp-block-p2-figma-embed--aspect-square {
	padding-top: 100%;
	width: 100%;
}
.wp-block-p2-figma-embed__embed {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wp-block-p2-figma-embed__wrapper {
	position: relative;
}
.wp-block[data-align="left"] > .wp-block-p2-figma-embed,
.wp-block[data-align="right"] > .wp-block-p2-figma-embed {
	max-width: 360px;
	width: 100%;
}
.wp-block[data-align="left"]
	> .wp-block-p2-figma-embed
	.wp-block-p2-figma-embed__wrapper,
.wp-block[data-align="right"]
	> .wp-block-p2-figma-embed
	.wp-block-p2-figma-embed__wrapper {
	min-width: 280px;
}
.wp-block-p2-figma-embed-editmode .logo {
	height: 24px;
	margin-right: 10px;
	width: 24px;
}
.wp-block-p2-figma-embed-editmode .components-base-control {
	width: 100%;
}
.wp-block-p2-figma-embed-editmode .components-base-control__label {
	text-align: left;
}
.wp-block-p2-figma-embed-editmode .components-base-control__help {
	color: #ff4500;
}
.wp-block-p2-figma-embed-editmode iframe {
	pointer-events: none;
}
.wp-block-p2-figma-embed-editmode-sidebar {
	margin-top: 16px;
}
.wp-block-p2-figma-embed-editmode-sidebar hr {
	border: none;
	border-top: 1px solid #e2e4e7;
	margin: 16px -16px;
}
.wp-block-p2-figma-embed__interactive-overlay {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wp-block-p2-embed {
	clear: both;
	margin: 0 0 1.5em;
}
.wp-block-p2-embed__wrapper {
	position: relative;
}
.wp-block-p2-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}
.wp-block-p2-embed__interactive-overlay {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wp-block-p2-embed iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.wp-block-p2-embed.alignleft,
.wp-block-p2-embed.alignright,
.wp-block[data-align="left"] > .wp-block-p2-embed,
.wp-block[data-align="right"] > .wp-block-p2-embed {
	max-width: 360px;
	width: 100%;
}
.wp-block-p2-embed.alignleft__wrapper,
.wp-block-p2-embed.alignright__wrapper,
.wp-block[data-align="left"] > .wp-block-p2-embed__wrapper,
.wp-block[data-align="right"] > .wp-block-p2-embed__wrapper {
	min-width: 280px;
}
.wp-block-p2-embed-editmode .logo {
	height: 24px;
	margin-right: 10px;
	width: 24px;
}
.wp-block-p2-embed-editmode .components-base-control {
	width: 100%;
}
.wp-block-p2-embed-editmode .components-base-control__label {
	text-align: left;
}
.wp-block-p2-embed-editmode .components-base-control__help {
	color: #ff4500;
}
.wp-block-p2-embed-editmode iframe {
	pointer-events: none;
}
.wp-block-p2-embed-editmode-sidebar {
	margin-top: 16px;
}
.wp-block-p2-embed-editmode-sidebar hr {
	border: none;
	border-top: 1px solid #e2e4e7;
	margin: 16px -16px;
}
.wp-block-p2-sketch {
	height: 100%;
	min-height: 450px;
	position: relative;
	width: 100%;
}
.wp-block-p2-sketch svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	touch-action: none;
	width: 100%;
}
.wp-block-p2-sketch__brush-style-popover
	.components-dropdown-menu__menu
	.components-dropdown-menu__menu-item.is-active
	svg {
	background: initial;
	color: initial;
}
.wp-block-p2-sketch__brush-style-popover .components-popover__content {
	min-width: auto;
}
.wp-block-p2-chat-message__slack-date-avatar {
	font-size: 13px;
	line-height: 1.3;
	text-align: right;
}
.wp-block-p2-chat-message__slack-date-avatar a {
	color: var(--p2-color-text-light);
	opacity: 0;
}
.wp-block-p2-chat-message__slack-date-avatar a:hover {
	text-decoration: underline;
}
.wp-block-p2-chat-message__slack-left-container {
	display: flex;
	flex-direction: column;
	margin: 0 16px;
	padding-top: 8px;
	width: 40px;
}
@media (min-width: 480px) {
	.wp-block-p2-chat-message__slack-left-container {
		margin: 0 16px 0 32px;
	}
}
.wp-block-p2-chat-message__slack-right-container {
	flex: 1;
	flex-direction: column;
	padding: 0 24px 0 0;
}
.wp-block-p2-chat-message__slack {
	display: flex;
	flex-direction: row;
	width: 100%;
	word-break: break-word;
}
.wp-block-p2-chat-message__slack:hover
	.wp-block-p2-chat-message__slack-date-avatar
	a {
	opacity: 1;
}
.wp-block-p2-chat-message__slack.is-same-author
	.wp-block-p2-chat-message__slack-left-container {
	margin-top: -4px;
}
.wp-block-p2-chat-message__slack.is-same-author
	.wp-block-p2-chat-message__slack-right-container {
	padding: 0;
}
.wp-block-p2-chat-message__slack-avatar {
	color: #1d1c1d;
	font-size: 15px;
	font-weight: 900;
}
.wp-block-p2-chat-message__slack-avatar img {
	border-radius: 4px;
}
.wp-block-p2-chat-message__slack-author {
	color: var(--p2-blocks-color-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.wp-block-p2-chat-message__slack-date {
	color: var(--p2-color-text-light);
	font-size: 13px;
	line-height: 1.3;
	padding-left: 8px;
}
.wp-block-p2-chat-message__slack-date:hover {
	text-decoration: underline;
}
.wp-block-p2-chat-message__slack-content {
	color: var(--p2-blocks-color-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}
@media (min-width: 480px) {
	.wp-block-p2-chat-message__slack-content {
		font-size: 15px;
	}
}
.wp-block-p2-chat-message {
	align-items: flex-start;
	display: flex;
	overflow: hidden;
	padding-bottom: 6px;
	padding-top: 6px;
}
.wp-block-p2-chat-message__main {
	align-items: center;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
}
.wp-block-p2-chat-message__error {
	color: var(#cc1818);
}
.wp-block-p2-chat-message__content p:last-child {
	margin-bottom: 0;
}
.wp-block-p2-chat-conversation__slack {
	background: var(--p2-blocks-color-background-very-light);
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
@media (min-width: 480px) {
	.wp-block-p2-chat-conversation__slack {
		flex-direction: row;
	}
}
.wp-block-p2-chat-conversation__slack-left-container {
	background-color: var(--p2-blocks-color-background-medium);
	display: flex;
	justify-content: center;
}
@media (min-width: 480px) {
	.wp-block-p2-chat-conversation__slack-left-container {
		flex-direction: row;
		padding-top: 16px;
		width: 56px;
	}
}
@media (max-width: 479px) {
	.wp-block-p2-chat-conversation__slack-left-container {
		flex-direction: column;
		height: 48px;
		padding-left: 24px;
	}
}
.wp-block-p2-chat-conversation__slack-right-container {
	flex: 1;
	flex-direction: column;
	padding-bottom: 12px;
	padding-top: 12px;
}
.wp-block-p2-chat-conversation {
	align-items: flex-start;
	border-radius: 2px;
	display: flex;
	margin-bottom: 1.8em;
	overflow: hidden;
}
.wp-block-p2-chat-conversation__main {
	align-items: center;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
}
.wp-block-p2-chat-conversation__error {
	color: var(#cc1818);
}
:root {
	--p2-blocks-color-red: #f71619;
	--p2-blocks-color-red-dark: #e60b0e;
	--p2-blocks-color-white: #fff;
	--p2-blocks-color-green-dark: #00db41;
	--p2-blocks-color-purple: #7f54b3;
	--p2-blocks-color-link: #007cba;
	--p2-blocks-color-link-dark: #006ba1;
	--p2-blocks-color-mention-bg: #e6f0ff;
	--p2-blocks-color-text: #00101c;
	--p2-blocks-color-text-light: #757575;
	--p2-blocks-color-background-very-light: #f9f9f9;
	--p2-blocks-color-background-light: #f3f3f3;
	--p2-blocks-color-background-medium: #eaeaea;
	--p2-blocks-color-border: #d8dbdd;
	--p2-blocks-color-border-light: #e7e9ea;
	--p2-blocks-color-rgb-orange: 255, 123, 49;
}
@keyframes pulse {
	0% {
		opacity: 0.9;
	}
	to {
		opacity: 0.4;
	}
}
.wp-block-p2-embed-github__rehydrate-placeholder,
.wp-block-p2-embed-github__saved {
	margin-bottom: 1.5em;
}
.wp-block-p2-embed-github__main {
	background: var(--p2-blocks-color-background-very-light);
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-family: var(--p2-font-default);
	height: auto;
	letter-spacing: -0.01em;
	line-height: 1.6;
	overflow: hidden;
	width: 100%;
}
@media (min-width: 480px) {
	.wp-block-p2-embed-github__main {
		flex-direction: row;
	}
}
.wp-block-p2-embed-github__error {
	color: var(#cc1818);
}
.wp-block-p2-embed-github__left-container {
	background-color: var(--p2-blocks-color-background-medium);
	border-radius: 2px 0 0 2px;
	display: flex;
	justify-content: center;
	position: relative;
}
@media (min-width: 480px) {
	.wp-block-p2-embed-github__left-container {
		flex-direction: row;
		padding-top: 16px;
		width: 56px;
	}
}
@media (max-width: 479px) {
	.wp-block-p2-embed-github__left-container {
		flex-direction: column;
		height: 48px;
		padding-left: 24px;
	}
}
.wp-block-p2-embed-github__logo path {
	fill: currentColor;
}
.wp-block-p2-embed-github__left-container.has-background
	.wp-block-p2-embed-github__logo
	path {
	fill: var(--p2-blocks-color-white);
}
.wp-block-p2-embed-github__right-container {
	align-items: center;
	flex: 1;
	flex-direction: column;
	position: relative;
}
.wp-block-p2-embed-github__issue,
.wp-block-p2-embed-github__milestone,
.wp-block-p2-embed-github__pr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.wp-block-p2-embed-github__issue-content,
.wp-block-p2-embed-github__milestone-content,
.wp-block-p2-embed-github__pr-content {
	padding: 16px 24px;
	width: 100%;
}
.wp-block-p2-embed-github__issue-right-content,
.wp-block-p2-embed-github__milestone-right-content {
	align-items: center;
	flex: 1;
	max-width: 175px;
	position: relative;
}
.wp-block-p2-embed-github__logo > * {
	display: block;
}
.wp-block-p2-embed-github__milestone-description-text {
	color: var(--p2-blocks-color-text);
	display: block;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 8px;
}
@media (min-width: 480px) {
	.wp-block-p2-embed-github__milestone-description-text {
		font-size: 0.9375rem;
	}
}
.wp-block-p2-embed-github__progress {
	background-color: var(--p2-blocks-color-border);
	border-radius: 11px;
	height: 8px;
	margin-top: 12px;
	max-width: 450px;
	width: 100%;
}
.wp-block-p2-embed-github__progress-completed {
	background-color: var(--p2-blocks-color-green-dark);
	border-radius: 11px 0 0 11px;
	height: 8px;
}
.wp-block-p2-embed-github__milestone-progress-info {
	color: var(--p2-blocks-color-text-light);
	display: block;
	font-size: 0.8125rem;
	margin-top: 12px;
}
.wp-block-p2-embed-github__issue-title .p2-blocks-skeleton-long-text,
.wp-block-p2-embed-github__milestone-title .p2-blocks-skeleton-long-text,
.wp-block-p2-embed-github__pr-title .p2-blocks-skeleton-long-text {
	height: 30px;
}
.wp-block-p2-embed-github__issue-title-link,
.wp-block-p2-embed-github__milestone-title-link,
.wp-block-p2-embed-github__pr-title-link {
	align-items: center;
	display: block;
	flex-direction: row;
}
.wp-block-p2-embed-github__issue-title-text,
.wp-block-p2-embed-github__milestone-title-text,
.wp-block-p2-embed-github__pr-title-text {
	color: var(--p2-blocks-color-text);
	display: inline;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 8px 0 0;
}
@media (min-width: 480px) {
	.wp-block-p2-embed-github__issue-title-text,
	.wp-block-p2-embed-github__milestone-title-text,
	.wp-block-p2-embed-github__pr-title-text {
		font-size: 17px;
	}
}
.wp-block-p2-embed-github__type-badge {
	align-items: center;
	background: var(--p2-blocks-color-white);
	border: 1px solid var(--p2-blocks-color-border-light);
	border-radius: 4px;
	color: var(--p2-blocks-color-text);
	display: inline-flex;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	margin-top: -2px;
	padding: 4px 8px;
	vertical-align: middle;
}
.wp-block-p2-embed-github__type-badge svg {
	height: 16px;
	margin-right: 4px;
	width: 16px;
}
.wp-block-p2-embed-github__issue-description,
.wp-block-p2-embed-github__milestone-description,
.wp-block-p2-embed-github__pr-description {
	color: var(--p2-blocks-color-text-light);
	font-size: 0.8125rem;
	margin-top: 4px;
}
.wp-block-p2-embed-github__issue-description a,
.wp-block-p2-embed-github__milestone-description a,
.wp-block-p2-embed-github__pr-description a {
	color: var(--p2-blocks-color-text-light);
	text-decoration: none;
}
.wp-block-p2-embed-github__issue-description a:hover,
.wp-block-p2-embed-github__milestone-description a:hover,
.wp-block-p2-embed-github__pr-description a:hover {
	text-decoration: underline;
}
.wp-block-p2-embed-github__issue-avatar,
.wp-block-p2-embed-github__pr-avatar {
	border-radius: 200px;
	display: inline;
	height: 24px;
	margin-left: 8px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
}








html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}


html {
  font-size: 62.5%;
  
  overflow-y: scroll;
  
  -webkit-text-size-adjust: 100%;
  
  -ms-text-size-adjust: 100%;
  
}


body {
  background: #f1f1f1;
  font-size: 1em;
  line-height: 1.4;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}


ol,
ul {
  list-style: none;
}


table {
  
  border-collapse: separate;
  border-spacing: 0;
}


caption,
th,
td {
  font-weight: 400;
  text-align: left;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}


blockquote, q {
  quotes: "" "";
}


a:focus {
  outline: thin dotted;
}


a:hover,
a:active {
  
  outline: 0;
}


a img {
  border: 0;
}


* {
  box-sizing: border-box;
}




#colophon {
  clear: both;
  margin: 20px auto 0;
  max-width: 1200px;
}


#wpstats {
  display: none;
}



.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}


.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}


.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}




.clear:before,
.clear:after {
  content: '';
  display: table;
}


.clear:after {
  clear: both;
}

@media print {
  
  * {
    color: black !important;
    background-color: #fff !important;
    box-shadow: none;
  }

  
  body {
    background-color: #fff !important;
  }

  
  #secondary,
  .o2-app-new-post,
  .author-avatar,
  .entry-actions,
  .sharedaddy,
  .o2-post-comments-collapsed,
  .comment-likes,
  .o2-app-page-title,
  #wpstats,
  #wpeditor-container,
  .widget.widget_office-hours-widget,
  #respond,
  footer,
  #static-footer,
  .navigation,
  .o2-comment-actions,
  .o2-dropdown-actions,
  .o2-dropdown-actions-disclosure.genericon.genericon-ellipsis,
  #superadminbar {
    display: none !important;
  }

  
  #masthead {
    display: none;
  }

  
  #primary {
    width: 100%;
  }

  
  .entry-content,
  .entry-header,
  .entry-meta,
  .entry-title {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}


.entry-content p a,
.comment-content p a,
.entry-content li a,
.comment-content li a {
  text-decoration: underline;
}



a,
a:visited,
a:active,
.entry-meta .entry-actions:hover a,
.entry-meta .entry-actions:hover a:visited,
.comment-meta .comment-actions:hover a,
.comment-meta .comment-actions:hover a:visited,
#help dt,
#media-buttons .button,
.responsive-link {
  color: #3498db;
}


a:hover, h1 a:hover,
.entry-meta .entry-actions:hover a:hover,
.comment-meta .comment-actions:hover a:hover,
#media-buttons .button:hover,
.responsive-link {
  color: #2875a8;
}



img[align=left] {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

img[align=right] {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}



.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


.wp-caption {
  border: 1px solid #dddddd;
  margin: 10px;
  max-width: 100%;
  padding-top: 4px;
  text-align: center;
  background-color: #fafafa;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin: 0.8075em 0;
}


.site-content .gallery {
  margin-bottom: 1.5em;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-content .gallery dd {
  margin: 0;
}



embed,
iframe,
object {
  max-width: 100%;
}


body {
  -webkit-overflow-scrolling: touch;
}


body,
button,
input,
select,
textarea {
  color: #555555;
  font-family: "Noto Serif", serif;
  font-weight: 400;
}


code {
  background: #f1f1f1;
  color: #222222;
  padding: .4em .65em;
  font-size: 0.8em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}



hr {
  background-color: #dddddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.2em;
}



a {
  text-decoration: none;
}


p {
  margin-bottom: 1.2em;
}


ul,
ol {
  margin: 0 0 1.2em 2.4em;
}


ul {
  list-style: disc;
}


ol {
  list-style: decimal;
}


li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.2em;
}


dt {
  font-weight: 600;
}


dd {
  margin: 0 1.2em 1.2em;
}


b,
strong {
  font-weight: 600;
}


dfn,
cite,
em,
i {
  font-style: italic;
}


blockquote {
  background: #f1f1f1;
  color: #222222;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 1.2em;
  padding: 1.2em 1.2em 0 1.2em;
  overflow: auto;
}

blockquote code {
  background: #fafafa;
}

blockquote em {
  font-style: normal;
}

blockquote.wp-embedded-content {
  padding: 1.2em;
}


address {
  margin: 0 0 1.5em;
}


pre {
  background: #f1f1f1;
  color: #222222;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.2em;
  padding: 1.2em;
  overflow: auto;
  max-width: 100%;
}


pre,
code,
kbd,
tt,
var {
  font: 11px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", "Courier New", monospace;
}


abbr,
acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}


mark,
ins {
  background: #f1f1f1;
  text-decoration: none;
}


sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


sup {
  bottom: 1ex;
}


sub {
  top: .5ex;
}


small {
  font-size: 75%;
}


big {
  font-size: 125%;
}


figure {
  margin: 0;
}


table {
  margin: 0 0 1.2em;
  width: 100%;
}


th {
  font-weight: 600;
}


img {
  height: auto;
  
  max-width: 100%;
  
}



.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}


.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  
}


code,
pre {
  font-family: Monaco, Consolas, "Courier New", monospace;
}


#primary {
  font-size: 1.3em;
}


p,
ul,
ol {
  font-size: 1.05em;
  line-height: 1.6;
}


#secondary aside {
  font-size: 1.2em;
}


.entry-meta,
.comment-meta {
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.8;
  font-weight: 700;
}


.entry-author {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.2em;
}


.entry-meta abbr,
.comment-meta abbr {
  border: none;
  cursor: default;
}


.entry-meta em,
.comment-meta em {
  font-style: normal;
}


.entry-meta .entry-date,
.entry-meta .entry-actions,
.entry-meta .entry-tags,
.comment-meta .comment-date,
.comment-meta .comment-actions {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.2;
  color: #888888;
}


.entry-meta .entry-date:hover,
.comment-meta .comment-date:hover {
  color: #3498db;
}


.entry-meta .entry-actions,
.comment-meta .comment-actions {
  padding-top: 0.8em;
}


.entry-meta .entry-actions,
.entry-meta .entry-actions a,
.comment-meta .comment-actions,
.comment-meta .comment-actions a {
  color: #888888;
}


.category-quote blockquote p,
.format-quote blockquote p {
  margin-bottom: 8px;
  font-size: 1.2em !important;
}


.category-quote blockquote cite,
.format-quote blockquote cite {
  display: block;
  text-align: right;
}


.category-quote blockquote cite:before,
.format-quote blockquote cite:before {
  content: "&mdash;&nbsp;";
}


.entry-content a.tag, .entry-content a.po-xpost, .comment-content a.tag, .comment-content a.po-xpost {
  text-decoration: none;
}

.entry-content a.tag:hover, .entry-content a.po-xpost:hover, .comment-content a.tag:hover, .comment-content a.po-xpost:hover {
  text-decoration: underline;
}

.entry-content a.mention, .comment-content a.mention {
  text-decoration: none;
  font-weight: bold;
}

.entry-content a.mention:hover, .comment-content a.mention:hover {
  text-decoration: underline;
}


p {
  margin: 1.2em 0;
}


ul,
ol {
  margin-left: 25px;
  padding-left: 0;
}


.highlight {
  background-color: #feffc2;
}





.site {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}


.custom-menu .site {
  padding-top: 60px;
}
@media (max-width: 876px) {
  
  .custom-menu .site {
    padding-top: 20px;
  }
}


.site-main {
  position: relative;
}


.widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}


.content-area {
  float: left;
  margin: 0;
  width: 75%;
  padding-right: 20px;
}


.no-sidebar .site {
  max-width: 1000px;
}

.no-sidebar .site-main {
  max-width: 1000px;
}

.no-sidebar .content-area {
  float: none;
  width: 100%;
  padding-right: 0;
}


.site-content {
  margin: 0;
}


.site-footer {
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
}

.site-footer .site-info {
  margin: 10px 15px;
}

@media (max-width: 876px) {
  
  .content-area {
    width: 100%;
    padding-right: 0;
  }

  
  #primary-modal {
    display: none;
  }
}


#secondary {
  clear: right;
}
@media (max-width: 876px) {
  
  #secondary {
    position: absolute;
    top: 32px;
    left: -100%;
    width: 60%;
    min-width: 300px;
    background: white;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

#secondary ul {
  list-style-type: none;
  margin: 0;
}

#secondary ul li {
  padding: 5px 10px 5px 0;
}

#secondary ul ul {
  margin-left: 1em;
}

@media (max-width: 876px) {
  
  .site-main {
    clear: both;
  }

  
  #secondary-content {
    display: none;
  }

  
  #secondary {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    overflow-y: auto;
    transition: all .25s ease;
  }

  
  #secondary-content {
    display: block;
    background: white;
    padding: 20px;
  }

  
  #primary-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  
  body.responsive-show {
    position: fixed;
    top: 32px;
  }
  
  body.responsive-show #secondary {
    left: 0;
  }
  
  body.responsive-show #primary-modal {
    display: block;
  }
  
  body.responsive-show #o2-expand-editor {
    display: none;
  }

  
  #primary,
  #secondary {
    -webkit-backface-visibility: hidden;
  }
}
@media only screen and (max-width: 782px) {
  
  #secondary {
    top: 46px;
  }

  
  body.responsive-show {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  body.responsive-show #secondary {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  
  body.responsive-show #secondary {
    top: 46px;
  }
  
  body.responsive-show #wpadminbar {
    top: -46px;
  }
}


.o2-app-header {
  margin: 0 0.8em;
}


.o2-app-page-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.4em;
  margin-top: 0px;
  text-transform: uppercase;
}


.o2-app-header {
  margin: 0;
}

@media (max-width: 550px) {
  
  body:not(.page) .o2-app-header {
    display: none;
  }
}

.o2-app-page-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  padding: 0.8em 1.2em;
  color: white;
  background: #3498db;
}

.o2-app-page-title a {
  color: white;
}


.site-header {
  background: #fafafa;
  margin: 0 0 2em;
}
@media only screen and (min-width: 876px) {
  
  .site-header {
    width: 25%;
    float: right;
    margin-bottom: 0;
  }
}
@media (max-width: 876px) {
  
  .site-header {
    
    background: none;
  }
}

.site-header .hgroup {
  display: block;
  margin: 0 auto;
  padding: 1.2em;
  text-align: left;
}

.site-header .site-title {
  display: inline-block;
  text-align: left;
  color: black;
  line-height: 1.4em;
  padding-bottom: 5px;
  font-family: "Noto Serif", serif;
}

.site-header .site-title a {
  color: black;
  line-height: 1.5em;
}

.site-header .site-title a:hover {
  color: #3498db;
}

.site-header .site-description {
  clear: both;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  margin-top: 5px;
  color: #222222;
}

.site-header .header-image {
  display: block;
  margin: 0 auto;
}


.no-sidebar .site-header {
  background: transparent;
  float: none;
  width: 100%;
}

.no-sidebar .site-header .hgroup {
  text-align: center;
}

.no-sidebar .site-header .site-title {
  font-size: 3.4em;
}


.o2-app-new-post {
  background: transparent;
  border-top: none 0;
}

.o2-app-new-post h2 {
  margin: 0;
}


.page-header {
  margin: 0 15px;
}

@media (max-width: 876px) {
  
  #masthead .hgroup {
    float: left;
    padding: 0;
    margin-bottom: 10px;
  }
  
  #masthead .hgroup .site-header,
  #masthead .hgroup .site-description {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
}


h1,
h2,
h3,
h4 {
  font-weight: 400;
}


h1 {
  font-size: 2.2em;
  line-height: 1.1;
}


h2 {
  font-size: 2em;
}


h3 {
  color: #555555;
  font-size: 1.6em;
}


h4 {
  color: #555555;
  font-size: 1.4em;
}


.content-area h1,
.content-area h2 {
  margin: 0.4em 0 1.1em 0;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea {
  color: #222222;
  border: 1px solid #dddddd;
  padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #222222;
}


textarea {
  overflow: auto;
  
  vertical-align: top;
  
  width: 98%;
}


.o2-app-new-post h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  padding: 0.8em 1.2em;
  text-transform: uppercase;
  color: white;
  background: #3498db;
}


#o2-expand-editor {
  background: #3498db;
}


.o2-actions {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}


.o2-save {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}




.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}


.format-link .entry-content p {
  background: #e4f2fd;
  font-size: 1.2em !important;
  padding: 10px;
}



.navigation {
  border-top: 1px solid #ccc;
}

.navigation p {
  float: left;
  width: 50%;
}

.navigation p.nav-newer {
  float: right;
  text-align: right;
}



.keyselected {
  border-left: 2px solid #FF9912;
}


#nav-below {
  padding: 15px;
  border-top: 1px solid #bbbbbb;
}


#nav-below {
  clear: both;
  overflow: hidden;
}

#nav-below div {
  float: left;
  width: 50%;
}

#nav-below div.nav-next {
  float: right;
  text-align: right;
}



.navigation-main {
  clear: both;
  display: block;
  max-width: 1200px;
  margin: 0;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 876px) {
  
  .navigation-main {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
  }
}

.navigation-main ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: block;
  z-index: 10000;
  width: 100%;
  max-width: 1200px;
}

.navigation-main ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 876px) {
  
  .navigation-main ul li {
    float: none;
    padding-right: 0 !important;
  }
}

.navigation-main ul li:hover > a {
  background: #3498db;
  color: white;
}
@media (max-width: 876px) {
  
  .navigation-main ul li:hover > a {
    background-color: none !important;
    color: black;
  }
}

.navigation-main ul li:hover > ul {
  display: block;
}

.navigation-main ul li.current-menu-item a {
  color: white;
  background: #3498db;
}

.navigation-main ul li a {
  background: transparent;
  display: block;
  padding: 8px 1.2em;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
@media (max-width: 876px) {
  
  .navigation-main ul li a {
    padding: 0.1em 0 0.1em 0.5em !important;
    width: 100%;
  }
}

.navigation-main ul li a:hover {
  color: white;
}

.navigation-main ul li li {
  white-space: normal;
  width: 200px;
}

.navigation-main ul li li:hover > a {
  color: white;
}

.navigation-main ul li li a {
  padding: 8px 10px;
  line-height: 1.6;
  background: white;
}
@media (max-width: 876px) {
  
  .navigation-main ul li li a {
    background: inherit;
  }
}

.navigation-main ul li li a:hover {
  color: white;
  background-color: #3498db;
}

.navigation-main ul ul {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  background: white;
  display: none;
  float: left;
  position: absolute;
  left: -1px;
  width: 200px;
  z-index: 99999;
  margin: 0;
  padding: 0;
}

.navigation-main ul ul ul {
  border: 1px solid #f1f1f1;
  top: -1px;
  left: 100%;
}
@media (max-width: 876px) {
  
  .navigation-main ul ul ul {
    display: block;
    float: none;
    position: relative;
    border: none;
    font-size: 100%;
  }
}
@media (max-width: 876px) {
  
  .navigation-main ul ul ul ul {
    border: none;
    top: 0;
    left: 0;
  }
}

.navigation-main ul ul a {
  width: auto;
}

.navigation-main ul ul li:hover > a {
  background: #3498db;
  color: white;
}

.navigation-main .menu {
  font-size: 1.2em;
}


.no-sidebar .navigation-main {
  max-width: 1000px;
}



.navigation {
  margin: 0 0 2em;
  padding: 0;
  overflow: hidden;
}

.navigation .previous,
.navigation .nav-older {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.navigation .next,
.navigation .nav-newer {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}

.navigation a {
  display: block;
  padding: 1.2em;
}

.navigation .nav-older a {
  border-right: 1px solid #cccccc;
}

.navigation a:hover {
  background: #fafafa;
}

@media (max-width: 1200px) {
  
  body:not(.custom-menu) #primary {
    margin-top: 0 !important;
  }
}

#secondary-toggle {
  display: none;
}

@media (max-width: 876px) {
  
  #primary {
    height: 100%;
  }

  
  #secondary-toggle {
    display: block;
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  
  #secondary-toggle:before {
    content: '\f419';
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    position: relative;
    top: 8px;
  }
  
  #secondary-toggle strong {
    display: none;
  }
}
@media only screen and (min-width: 876px) {
  
  .site-header {
    width: 25%;
    float: right;
  }

  
  .navigation-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

button,
input,
select,
textarea {
  font-size: 100%;
  
  margin: 0;
  
  vertical-align: baseline;
  
  *vertical-align: middle;
  
}


button,
input {
  line-height: normal;
  
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background: #eeeeee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  
  -webkit-appearance: button;
  
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}


button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}


button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #cccccc;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
  
}


input[type="search"] {
  -webkit-appearance: textfield;
  
  -webkit-box-sizing: content-box;
  
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-decoration {
  
  -webkit-appearance: none;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  
  border: 0;
  padding: 0;
}




article.post,
article#post-new,
article.page {
  -webkit-transform-style: preserve3d;
  background: white;
  margin: 0 0 30px;
  padding: 1.6em 0;
}

article.post p,
article#post-new p,
article.page p {
  margin: 0 0 1.2em 0;
}

article.post p:empty,
article#post-new p:empty,
article.page p:empty {
  margin-bottom: 0;
}

article.post .o2-post,
article#post-new .o2-post,
article.page .o2-post {
  padding: 1.6em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

article.post .entry-header,
article#post-new .entry-header,
article.page .entry-header {
  padding: 0;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

article.post .entry-header .author-avatar,
article#post-new .entry-header .author-avatar,
article.page .entry-header .author-avatar {
  float: left;
  margin-right: 10px;
}

article.post .entry-header img.avatar,
article#post-new .entry-header img.avatar,
article.page .entry-header img.avatar {
  width: 36px;
  height: 36px;
}

article.post .entry-meta,
article#post-new .entry-meta,
article.page .entry-meta {
  clear: none;
  position: relative;
  margin-right: 0px;
  line-height: 36px;
}

article.post .entry-meta .entry-actions.o2-actions,
article#post-new .entry-meta .entry-actions.o2-actions,
article.page .entry-meta .entry-actions.o2-actions {
  -webkit-transform-style: preserve3d;
  display: block;
  float: none;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  
  article.post .entry-meta .entry-actions.o2-actions,
  article#post-new .entry-meta .entry-actions.o2-actions,
  article.page .entry-meta .entry-actions.o2-actions {
    position: relative;
  }
}

article.post .entry-meta .entry-actions.o2-actions a,
article#post-new .entry-meta .entry-actions.o2-actions a,
article.page .entry-meta .entry-actions.o2-actions a {
  padding-right: 0.4em;
}

article.post .entry-meta .entry-actions.o2-actions a:last-child,
article#post-new .entry-meta .entry-actions.o2-actions a:last-child,
article.page .entry-meta .entry-actions.o2-actions a:last-child {
  border-right: none 0;
  padding-right: 0;
}

article.post .entry-meta .entry-comment-count,
article#post-new .entry-meta .entry-comment-count,
article.page .entry-meta .entry-comment-count {
  display: none;
  float: right;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #dddddd;
  font-size: 11px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  position: relative;
}

article.post .entry-meta .entry-comment-count .genericon,
article#post-new .entry-meta .entry-comment-count .genericon,
article.page .entry-meta .entry-comment-count .genericon {
  font-size: 32px;
  padding: 0;
  margin: -5px 0 0 0;
  color: #666666;
  position: absolute;
  right: 16px;
}

article.post .entry-meta .entry-comment-count .comment-count,
article#post-new .entry-meta .entry-comment-count .comment-count,
article.page .entry-meta .entry-comment-count .comment-count {
  position: relative;
}

article.post .entry-meta .entry-comment-count.entry-comment-count-0,
article#post-new .entry-meta .entry-comment-count.entry-comment-count-0,
article.page .entry-meta .entry-comment-count.entry-comment-count-0 {
  color: #dddddd;
}

article.post .entry-meta .entry-comment-count.entry-comment-count-0 .genericon,
article#post-new .entry-meta .entry-comment-count.entry-comment-count-0 .genericon,
article.page .entry-meta .entry-comment-count.entry-comment-count-0 .genericon {
  color: #f1f1f1;
}

article.post .entry-meta .genericon,
article#post-new .entry-meta .genericon,
article.page .entry-meta .genericon {
  vertical-align: inherit;
}

article.post .entry-title,
article#post-new .entry-title,
article.page .entry-title {
  margin: 0.4em 0;
  padding: 0;
  clear: both;
}

article.post .entry-title a,
article#post-new .entry-title a,
article.page .entry-title a {
  color: inherit;
}
@media (max-width: 550px) {
  
  article.post .entry-title,
  article#post-new .entry-title,
  article.page .entry-title {
    font-size: 1.5em;
  }
}

article.post .entry-content h2,
article.post .entry-content h3,
article.post .entry-content h4,
article.post .entry-content h5,
article#post-new .entry-content h2,
article#post-new .entry-content h3,
article#post-new .entry-content h4,
article#post-new .entry-content h5,
article.page .entry-content h2,
article.page .entry-content h3,
article.page .entry-content h4,
article.page .entry-content h5 {
  margin: 20px 0;
}

article.post .entry-content table,
article#post-new .entry-content table,
article.page .entry-content table {
  border-top: 1px #dddddd solid;
}

article.post .entry-content table tr td,
article.post .entry-content table tr th,
article#post-new .entry-content table tr td,
article#post-new .entry-content table tr th,
article.page .entry-content table tr td,
article.page .entry-content table tr th {
  padding: 1em;
  border-bottom: 1px #f1f1f1 solid;
}

article.post .entry-content table thead tr td,
article.post .entry-content table thead tr th,
article.post .entry-content table tfoot tr td,
article.post .entry-content table tfoot tr th,
article#post-new .entry-content table thead tr td,
article#post-new .entry-content table thead tr th,
article#post-new .entry-content table tfoot tr td,
article#post-new .entry-content table tfoot tr th,
article.page .entry-content table thead tr td,
article.page .entry-content table thead tr th,
article.page .entry-content table tfoot tr td,
article.page .entry-content table tfoot tr th {
  font-weight: bold;
}

article.post .entry-content table:not(.wp-block-table) td:first-child,
article.post .entry-content table:not(.wp-block-table) th:first-child,
article#post-new .entry-content table:not(.wp-block-table) td:first-child,
article#post-new .entry-content table:not(.wp-block-table) th:first-child,
article.page .entry-content table:not(.wp-block-table) td:first-child,
article.page .entry-content table:not(.wp-block-table) th:first-child {
  padding-left: 0;
}

article.post .entry-content table:not(.wp-block-table) td:last-child,
article.post .entry-content table:not(.wp-block-table) th:last-child,
article#post-new .entry-content table:not(.wp-block-table) td:last-child,
article#post-new .entry-content table:not(.wp-block-table) th:last-child,
article.page .entry-content table:not(.wp-block-table) td:last-child,
article.page .entry-content table:not(.wp-block-table) th:last-child {
  padding-right: 0;
}
@media (max-width: 550px) {
  
  article.post .entry-content,
  article#post-new .entry-content,
  article.page .entry-content {
    margin: 0;
  }
}


.o2 article.post,
.o2 article#post-new,
.o2 article.page {
  padding: 0;
}

.o2 article.post.sticky,
.o2 article#post-new.sticky,
.o2 article.page.sticky {
  border: 0;
  background: white;
}



img.avatar {
  border-radius: 100%;
}



div.sharedaddy.sharedaddy-dark .sd-block {
  border-top: 1px #dddddd solid;
}



.comment-list,
.comment-list .children {
  list-style-type: none;
  margin: 0;
}


.o2-comment {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 876px) {
  
  input[type="checkbox"] {
    font-size: 2em;
  }
}

.tag-prefix,
.mentions-prefix {
  opacity: 0.4;
}


.o2-tags-array {
  display: block;
  padding: .2em 0;
}


.ui-helper-hidden-accessible {
  display: none;
}


.post:first-of-type.tag-p2-xpost {
  margin-top: 2em;
}


.tag-p2-xpost {
  background: transparent;
  padding-bottom: 0;
  margin: -1.5em 0 2em 0;
}

.tag-p2-xpost .o2-post,
.tag-p2-xpost .o2-comment {
  font-size: 0.9em;
  font-style: italic;
  padding: 10px 10px 10px 0px;
}

.tag-p2-xpost .o2-post .avatar,
.tag-p2-xpost .o2-comment .avatar {
  width: 34px;
}

.tag-p2-xpost .o2-post {
  background: transparent;
  min-height: 36px;
  padding-left: 10px;
}

.tag-p2-xpost .author-avatar {
  display: block;
}

.tag-p2-xpost .author-avatar img {
  margin-right: 10px;
}

.tag-p2-xpost .o2-comment {
  padding-left: 5em;
}

.tag-p2-xpost .o2-comment .o2-comment-header {
  overflow: visible;
  padding-bottom: 0;
}

.tag-p2-xpost .o2-comment .comment-meta {
  line-height: 1.4;
}

.tag-p2-xpost .o2-comment .o2-actions {
  display: none;
}

.tag-p2-xpost .o2-tags-array,
.tag-p2-xpost .sharedaddy {
  display: none;
}

.tag-p2-xpost p {
  margin: 0;
}

.tag-p2-xpost .comment-likes {
  display: none;
}


.o2-xpost-author {
  font-size: 1em;
  overflow: hidden;
}

.o2-xpost-author a {
  padding: 0;
}

.o2-xpost-author .entry-author {
  font-size: 1em;
}

.o2-xpost-author .entry-date {
  color: #888888;
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 5px;
}


.o2-xpost-avatar {
  border-width: 0px;
  box-shadow: none;
}


.o2-xpost-entry-date {
  float: none;
}

.o2-xpost-entry-date:hover {
  color: #3498db;
}


.format-status .o2-post .entry-title,
.tag-p2-xpost .o2-post .entry-title {
  display: none;
}


.tag-p2-xpost .avatar {
  float: left;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 550px) {
  
  .tag-p2-xpost {
    margin: 0 0 0.5em !important;
  }
}

.o2-post .o2-xpost-content p {
  margin-top: 0;
  margin-bottom: 0;
}



body.highlander-enabled article.post,
body.highlander-enabled article.page {
  padding: 1.6em;
}



.widget-area ul {
  padding-left: 0px;
}



.widget {
  background: #fafafa;
  margin: 0 0 20px 0;
  padding: 1.2em;
}

.widget select {
  max-width: 100%;
}

.widget.widget_image {
  padding: 0px;
  background: transparent;
}


.widget-title {
  font-size: 1.9em;
  margin: 0 0 0.4em;
}


.widget_search input[type="search"] {
  width: 94%;
  width: calc(100% - 1.2em );
}


.widget_search .submit {
  display: none;
}


#wp-calendar {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.13);
}

#wp-calendar caption {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 1px solid rgba(0, 0, 0, 0.13);
  font-size: 1.25em;
  padding: 0.4em;
  text-align: center;
}


.widget_calendar th,
.widget_calendar td {
  text-align: center;
  padding: 0.5em;
}



td.recentcommentstexttop,
td.recentcommentstextend {
  vertical-align: middle;
}


.o2-comment {
  -webkit-transform-style: preserve3d;
  margin: 0.8em 0.8em 0 0;
  padding: 0.8em 0.8em 0 0.8em;
}
@media (max-width: 550px) {
  
  .o2-comment {
    margin-top: 5px !important;
  }
  
  .o2-comment#respond {
    padding: 20px 0px 20px 5px !important;
    border-left: 0px !important;
  }
  
  .o2-comment .o2-comment {
    border-top-width: 0px !important;
    border-left: 2px #e1e1e1 solid;
    padding-left: 4px !important;
    padding-top: 0;
    margin-bottom: 20px;
  }
  
  .o2-comment .o2-comment .o2-comment .o2-comment {
    border-left: 2px #999 solid;
  }
  
  .o2-comment .o2-comment .o2-comment .o2-comment .o2-comment {
    border-left: none;
  }
}

.o2-comment .avatar {
  display: block;
  float: left;
  margin-right: 10px;
}

.o2-comment p {
  margin-bottom: .8em;
}

.o2-comment hr {
  margin-left: 0;
  margin-right: 0;
}


.o2-comment-header {
  position: relative;
}


.o2-comment-awaiting-approval {
  font-style: italic;
  color: #ddd;
}


.o2-display-comments-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: normal;
}

.o2-display-comments-toggle .genericon {
  position: relative;
  top: 4px;
}


#respond .o2-timestamp {
  display: none;
}

#respond .o2-comment-header {
  padding-bottom: 0;
}


.o2-comment {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  margin: 0;
}

.o2-comment .o2-comment-header {
  padding-bottom: 0.4em;
  padding-left: 1.6em;
}

.o2-comment .avatar {
  margin-right: 0;
  margin-left: 3px;
  margin-top: 5px;
}

.o2-comment p {
  margin: 0 0 1.2em 0;
}

.o2-comment p:empty {
  margin-bottom: 0;
}


.o2-post-comments {
  
}

.o2-post-comments > .o2-comment:nth-of-type(odd) {
  background: transparent;
}

.o2-post-comments > .o2-comment:nth-of-type(even) {
  background: transparent;
}

.o2-post-comments .o2-comment {
  padding-right: 0;
}

.o2-post-comments .o2-comment .o2-comment-header {
  padding-left: 0;
  padding-right: 1.6em;
}

.o2-post-comments .o2-comment .comment-content {
  padding-left: 0;
  padding-right: 1.6em;
  margin-left: 3.5em;
}

.o2-post-comments .o2-comment .o2-editor {
  padding-left: 0;
  margin-left: 3.5em;
  margin-right: 1.6em;
}

.o2-post-comments .o2-comment .o2-editor.o2-editor-footer {
  margin-top: -0.8em;
}

.o2-post-comments .o2-comment .o2-logged-out-editor {
  margin-top: 0;
}

.o2-post-comments .o2-comment .o2-child-comments {
  padding-left: 1.5em;
}

.o2-post-comments .o2-comment:last-child {
  margin-bottom: 0;
}

.o2-post-comments > .o2-comment {
  
  
}

.o2-post-comments > .o2-comment:last-child {
  padding-bottom: 1.0em;
}


.comment-subscription-form {
  float: right;
  font-size: 0.9em;
  margin: 0 0 0.8em 0 !important;
}
@media (max-width: 640px) {
  
  .comment-subscription-form {
    float: none;
  }
}


.o2-comment-form-options-extra {
  clear: both;
}


.o2-comment-form-options {
  margin: auto 0;
}


.o2-post-comments-collapsed {
  position: relative;
  top: -30px;
  left: 60px;
  
  
  
  padding-top: 20px;
}
@media (max-width: 550px) {
  
  .o2-post-comments-collapsed {
    left: 20px;
  }
}

.o2-post-comments-collapsed a {
  width: auto;
  font-size: 12px;
}

.o2-post-comments-collapsed a:before {
  font-size: 16px;
  position: relative;
  top: 3px;
}

.o2-post-comments-collapsed a span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: auto;
}

@media (max-width: 640px) {
  
  .o2-post .entry-header .entry-meta .entry-comment-count {
    display: block;
  }

  
  .in-post .entry-comment-count,
  .single .entry-comment-count {
    display: none !important;
  }
}


.comment-likes {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}


.comment-subscription-form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}


.comment-content a {
  word-wrap: break-word;
}


.o2-child-views .comment-content {
  margin-left: 45px;
}
@media (max-width: 550px) {
  
  .o2-child-views .comment-content {
    margin-left: 0;
  }
}


#comments {
  margin: 0 15px;
}
@media (max-width: 550px) {
  
  #comments {
    margin-left: 0;
  }
}


.comment-meta {
  margin-left: 45px;
}


.comment-list article {
  margin: 0;
}


.comment-content {
  margin-left: 65px;
}
@media (max-width: 550px) {
  
  .comment-content {
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  
  .o2-actions.comment-actions {
    font-size: 30px !important;
    padding: 0.1em 0.2em !important;
  }

  
  .o2-child-comments {
    padding: 0.5em 0 0 0 !important;
  }
  
  .o2-child-comments .o2-comment {
    padding-left: 1.5em;
  }
  
  .o2-child-comments .o2-comment:last-of-type {
    margin-bottom: 0;
  }

  
  .o2-comment-header {
    padding-right: 0 !important;
  }
}


.o2-comment-actions {
  overflow: hidden;
  padding: 0 0 0px 0;
}

.o2-comment-actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.o2-comment-actions ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #888888;
  line-height: 1;
  width: auto;
  height: auto;
}

.o2-comment-actions ul li a:before {
  font-family: 'Genericons';
  position: relative;
  padding-right: 2px;
  color: #3498db;
  font-size: 16px;
}

.o2-comment-actions ul li a:hover:before {
  color: #ff9a00;
}

.o2-comment-actions ul li a span {
  color: #3498db;
  line-height: 1;
  vertical-align: top;
}

.o2-comment-actions ul li a.o2-comment-reply {
  padding-right: 10px;
}

.o2-comment-actions ul li a.o2-comment-like.liked:before {
  color: #ff9a00;
}

.o2-comment-actions ul li.o2-comment-edit {
  float: right;
}


article.tag-p2-xpost .comment .avatar {
  margin-left: -10px;
  margin-top: 0;
}



.infinite-scroll {
  
  
  
  
}

.infinite-scroll .o2-app-footer,
.infinite-scroll #colophon,
.infinite-scroll #team-motto {
  display: none;
}

.infinite-scroll.infinity-end #colophon, .infinite-scroll.infinity-end #team-motto {
  display: block;
}

.infinite-scroll.infinity-end #content {
  margin-bottom: 0;
}


#infinite-handle,
.infinite-loader {
  text-align: center;
}


.infinity-end.neverending #colophon {
  display: block;
}


@media (max-width: 876px) {
  
  #infinite-handle span {
    padding: 18px;
    font-size: 110%;
  }
}


body:not(.o2) {
  
  
  
  
}

body:not(.o2) .site-main:before,
body:not(.o2) .site-main:after {
  content: '';
  display: table;
}

body:not(.o2) .site-main:after {
  clear: both;
}

body:not(.o2) .navigation-post {
  background: white;
}

body:not(.o2) .navigation-comment {
  padding: 15px 0;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
}

body:not(.o2) #comment-nav-above {
  margin-bottom: 1.2em;
}

body:not(.o2) .content-area aside {
  background: white;
  padding: 1.6em 0;
}

body:not(.o2) .comments-area .comment-meta {
  margin-left: 45px;
}

body:not(.o2) .comments-area .avatar {
  display: block;
  float: left;
  margin-left: 3px;
  margin-top: 5px;
}

body:not(.o2) .comments-area .comment-content {
  padding-right: 1.6em;
  margin-left: 45px;
}

body:not(.o2) .comments-area .children {
  font-size: 1.05em;
  padding-left: 1.5em;
}


pre.wp-block-code {
  line-height: 1.8em;
}


.wp-block-code code {
  padding-left: 0;
}
