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;
	}

.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;
}

.is_desktop .hide_on_desktop, .is_tablet .hide_on_tablet, .is_mobile .hide_on_mobile
{
	display: none !important;
}

/* 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;
	}

.widget .section .text_columns
{
	display: flex;
	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
	{
		flex: 1 0 50%;
		min-width: 50%;
	}

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

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

		.is_tablet .widget .section .columns_4 > li
		{
			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) ') ';
				}
}