@media all
{
	body:before
	{
		display: none;
	}

	html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, ol, button, form, blockquote, header, nav, #mf-after-header, #mf-pre-content, #mf-content, article, section, .aside, #mf-pre-footer, footer
	{
		margin: 0;
		padding: 0;
	}

	body, div, a, p, ol, ul, li, form, label, input, select, textarea, button, blockquote, iframe, h1, h2, h3, h4, h5, h6, header, nav, #mf-after-header, #mf-pre-content, #mf-content, article, section, .aside, #mf-pre-footer, footer
	{
		box-sizing: border-box;
	}

	a
	{
		color: inherit;
		text-decoration: none;
	}

	/* Images */
	img
	{
		border: 0;
		height: auto;
		max-width: 100%;
	}

		.size-full, *:not(.is-resized) > img[class*='align'], *:not(.is-resized) > img[class*='wp-image-']
		{
			width: auto;
		}

		.image_fallback
		{
			background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAge3t3fX0ge3tofX0nPjxkZWZzPjxzeW1ib2wgaWQ9J2EnIHZpZXdCb3g9JzAgMCA5MCA2Nicgb3BhY2l0eT0nMC4zJz48cGF0aCBkPSdNODUgNXY1Nkg1VjVoODBtNS01SDB2NjZoOTBWMHonLz48Y2lyY2xlIGN4PScxOCcgY3k9JzIwJyByPSc2Jy8+PHBhdGggZD0nTTU2IDE0TDM3IDM5bC04LTYtMTcgMjNoNjd6Jy8+PC9zeW1ib2w+PC9kZWZzPjx1c2UgeGxpbms6aHJlZj0nI2EnIHdpZHRoPScyMCUnIHg9JzQwJScvPjwvc3ZnPg==');
		}

	.clear
	{
		clear: both;
	}

	.aligncenter
	{
		margin: .5em 0;
		text-align: center;
	}

	.alignleft
	{
		float: left;
		margin: .5em 1em .5em 0;
	}

	.alignright
	{
		float: right;
		margin: .5em 0 .5em 1em;
	}

	/* Content */
	article > .meta > *
	{
		color: #808080;
		display: inline-block;
		font-style: italic;
		margin-bottom: 1em;
	}

		article > .meta > * + *
		{
			margin-left: .5em;
		}

		article > .meta > span
		{
			font-weight: bold;
		}

	.embed_content
	{
		position: relative;
	}

		.embed_content:before
		{
			display: block;
			content: '';
			width: 100%;
			padding-top: 56.25%;
		}

		.embed_content iframe
		{
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
		}

	/* Full Width */
	body:not(.is_mobile) nav.full_width:not(.is_hamburger), .full_width > div > .widget, .widget.full_width
	{
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		position: relative;
		right: 50%;
		width: 100vw;
	}

		.full_width > div > .widget.widget_media_image
		{
			text-align: center;
		}

	/* Widgets */
	/* Has to be here to hide when cached */
	.widget.widget_has_edit li .edit_item
	{
		display: none !important;
	}.widget .section .text_columns
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.is_mobile .widget .section .text_columns, .aside.left .widget .section .text_columns, .aside.right .widget .section .text_columns
		{
			display: block;
		}

		.widget .section .columns_2 > li
		{
			-webkit-box-flex: 1 0 50%;
			-webkit-flex: 1 0 50%;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
			min-width: 50%;
		}

		.widget .section .columns_3 > li
		{
			-webkit-box-flex: 1 0 33%;
			-webkit-flex: 1 0 33%;
			-ms-flex: 1 0 33%;
			flex: 1 0 33%;
			min-width: 33%;
		}

		.widget .section .columns_4 > li
		{
			-webkit-box-flex: 1 0 25%;
			-webkit-flex: 1 0 25%;
			-ms-flex: 1 0 25%;
			flex: 1 0 25%;
			min-width: 25%;
		}

			.is_tablet .widget .section .columns_4 > li
			{
				-webkit-box-flex: 1 0 50%;
				-webkit-flex: 1 0 50%;
				-ms-flex: 1 0 50%;
				flex: 1 0 50%;
				min-width: 50%;
			}}

@media print
{
	body:before
	{
		content: 'is_print';
	}

	body, article
	{
		background: none;
	}

		header, #mf-after-header, #mf-slide-nav, #mf-pre-content, #aside_left, #aside_right, #mf-pre-footer, footer, #window_side
		{
			display: none !important;
		}

			#mf-content > div
			{
				display: block !important; /* Prevents flexbox */
				width: auto;
			}

				article
				{
					min-height: auto;
				}

				article a:after
				{
					content: ' (' attr(href) ') ';
				}
}