/*
Theme Name: Encyclopedia of Milwaukee Theme
Theme URI: http://emke.uwm.edu
Author: Encyclopedia of Milwaukee Development Team
Author URI: http://emke.uwm.edu
Description: Theme for the Encyclopedia of Milwaukee website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 0.0 - Fonts
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.121 - EMKE Comments
 *   5.13 - Multisite
 *   5.14 - Explore Page
 *   5.15 - Front Page Slider
 *   5.16 - Contact Form
 *   5.17 - Form Error Messages
 *   5.18 - Magnific
 *   5.19 - Understory
 *   5.20 - Image-credits
 *   5.21 - Videos
 *   5.22 - Contributing Authors
  *	 5.23 - Additional-Sources-Credits
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * 10.0 - Plugins
 * 11.0 - Search
 *   11.1 Search A-Z
 *   11.2 Search Rubrics
 * 12.0 - Login/Register/User forms
 * 13.0 - Location Search
 * ----------------------------------------------------------------------------
 */

.ie8 .metaslider {
	display: none;
}

.ie8 .header-background {
	height: 221px;
	background: url(images/background-calatrava.jpg) center top no-repeat;
}

.ie8 .site-header .search-field {
	z-index: 99999;
	padding-right: 225px;
	background-image: none;
}

.ie8 .search-form .search-submit {
	z-index: 99999;
	right: 0px;
	width: auto;
}

.ie8 .site-header .search-form {
	right: 0px;
}

.ie8 .search-form input {
	width: auto;
}

.ie8 .search-form input[type="submit"] {
	padding-top: 13px;
}

.ie8 .site-info {
	padding-right: 20px;
	padding-left: 20px;
}

.ie8 .content-area {
	max-width: 980px;
}

.ie8 .footer-sponsors {
	max-width: 1040px;
}

.ie8 .footer-social {
	margin-right: 25px;
}

.ie8 #secondary .onthispage-nav {
	display: block;
}

.ie9 body.sidebar-primary .site-content {
	width: 580px;
}

/**
 * 0.0 Fonts
 * ----------------------------------------------------------------------------
 */

@import url("//hello.myfonts.net/count/26d93f");
/* @license
 * MyFonts Webfont Build ID 2545983, 2013-05-02T08:57:22-0400
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2545983
*/

@font-face {font-family: 'UniversLT-CondensedBold';src: url('webfonts/26D93F_0_0.eot');src: url('webfonts/26D93F_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/26D93F_0_0.woff') format('woff'),url('fonts/26D93F_0_0.ttf') format('truetype');}



/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

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

html,
button,
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	color: #000;
	background-color: #fff;
	line-height: 1.5;
	margin: 0;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens:none !important;
    hyphens: none !important;
}

a {
	color: #2455c3;
	text-decoration: none;
}

a:visited {
/* 	color: #2455c3; */
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
/* 	color: #2455c3; */
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 30px;
	margin: 33px 0;
}

h2 {
	font-size: 24px;
	margin: 25px 0;
}

h3 {
	font-size: 18px;
	margin: 22px 0;
}

h4 {
	font-size: 18px;
	margin: 25px 0 8px;
}

h3 a,
h4 a {
	color: #000;
}

h5 {
	font-size: 16px;
	margin: 30px 0;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
    hyphens: none;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
/* 	font-weight: 300; */
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

.blockquote-citation {
	color: gray;
	font-style: normal;
	margin-top: 12px;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0 -20px 0 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

.children .comment-body:before {
	margin-top: 25px;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
/* 	border: 2px solid #f2f2f2; mgd 20150324 */
	border: 2px solid #e0e0e0;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #ccc;
	outline: 0;
}

p.form-text {
	font-size: 14px;
	margin: 0 0 20px ;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #43ace9; /* Old browsers */
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}
@media (max-width: 359px) {
	input[type="submit"]
		border-radius: 0 !important;
	}
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #6dc7fc;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #6dc7fc;
	border: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	width: 100%;
}

.slide img {
	max-width: 150px;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 30px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 30px 6px 0;
}

img.alignright {
	margin: 5px 0 20px 30px;
}

.wp-caption.alignright {
	margin: 5px 0 6px 30px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #220e10;
	font-size: 14px;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.hide { display: none; }


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

html {
	-webkit-text-size-adjust: none !important;/*   this will stop fonts from resizing on iphone horizontal */
}

.site { background-color:#f1f1f1; margin: 0 auto; width: 100%; }

.site-header { width: 100%; background-color: #fff; position: relative; }
	.site-branding, .main-navigation { margin: 0 auto; max-width: 1000px; padding: 0 20px; width: 100%; position: relative; }
		.site-branding { height: 221px; }
		.navbar {
			width: 100%;
			background: #562b08; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2MmIwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTFjMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #562b08 0%, #3a1c02 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#562b08), color-stop(100%,#3a1c02)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #562b08 0%,#3a1c02 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #562b08 0%,#3a1c02 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #562b08 0%,#3a1c02 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #562b08 0%,#3a1c02 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#562b08', endColorstr='#3a1c02',GradientType=0 ); /* IE6-8 */
		}
			.navbar a { color: #fff; }

@media (max-width: 643px) {
	.main-navigation { padding: 0; }
	.main-navigation h3 { padding-left: 20px; }
}

.site-main { width: 100%; background-color: #f1f1f1; }

	.content-area {
		margin: 0 auto;
		max-width: 1000px;
		padding: 30px 42px 10px; /* l/r was 30px */
		width: 100%;
        position: relative;
        /* float: left; */
		background-color: #fff;
		border-left: #e5e5e5 1px solid;
		border-right: #e5e5e5 1px solid;
	}

		body.sidebar-primary .site-content { float: left; width: 600px; }
		body.sidebar-primary #secondary.sidebar-container { float: right; width: 300px; padding: 0 0 0 20px; }

		body.page-template-page-templates2col-sidebar-left-php .site-content { float: right; }
		body.page-template-page-templates2col-sidebar-left-php #secondary.sidebar-container { float: left; padding: 0 20px 0 0; }

		body.sidebar-primary #tertiary.sidebar-container { clear: both; }

		.site-content { padding-bottom: 40px; }
		body.page-template-page-templatesfront-page-php .site-content { padding-bottom: 0; }
		body.page-template-page-templatesfront-page-php article { margin-bottom: 40px; }
		body.page-template-page-templatesfront-page-php .flexslider { margin-bottom: 0; }

		.site-content,
		.sidebar-container,
		body.page-template-page-templatesfull-width-no-widgets-php .site-content,
		body.page-template-page-templatesfront-page-php .site-content,
		body.page-template-page-templatesfront-page-php #secondary.sidebar-container,
		body.page-template-page-templatesfull-width-php .site-content,
		body.page-template-page-templatesfull-width-php #secondary.sidebar-container { float: none; width: 100%; padding: 0; }

		#tertiary .widget-area { display: inline-block; vertical-align: top; }
		#tertiary .widget_1_of_3 { width: 100%; margin-right: 0; }
		#tertiary .widget_2_of_3 { width: 46.7%; margin-right: 6%; }
		#tertiary .widget_3_of_3 { width: 29.05%; margin-right: 6%; }
		#tertiary .widget-area:last-child { margin-right: 0; }

@media ( max-width: 1016px ) {
	.content-area {
		padding: 20px 5% 10px; /* l/r was 30px */
	}
}

@media ( max-width: 375px ) {
	.content-area {
		padding: 20px 5% 10px; /* l/r was 30px */
	}
}

.site-footer {
	background-color: #f1f1f1;
	clear: both;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: block;
}

	.site-info {
		margin: 0 auto;
		max-width: 1000px;
		padding: 30px 20px;
		width: 100%;
		height: 100%;
		min-height: 201px;
		position: relative;
		display: block;
		background: #ffffff url(images/background-footer.jpg) no-repeat top center;
		border-right: #e5e5e5 1px solid;
		border-left: #e5e5e5 1px solid;
	}

	.footer-sponsors {
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		background-color: #fff;
		border-right: #e5e5e5 1px solid;
		border-left: #e5e5e5 1px solid;
		border-bottom: #e5e5e5 1px solid;
	}

	.footer-sponsors ul { list-style: none; margin: 30px auto; padding: 0; }
	.footer-sponsors li { font-weight: bold; }

	.footer-logo-uwm a {
		display: block;
		background: #fff url(images/logo-uwm.svg) no-repeat top center;
		width: 273px;
		height: 70px;
		margin: 30px auto;
		cursor: pointer;
	}
	.footer-logo-humanities a {
		display: block;
		background: #fff url(images/logo-neh.svg) no-repeat top center;
		width: 273px;
		height: 68px;
		margin: 40px auto;
		cursor: pointer;
	}
	.footer-logo-gmf a {
		display: block;
		background: #fff url(images/logo-gmf.svg) no-repeat top center;
		width: 263px;
		height: 60px;
		margin: 46px auto 50px;
	}

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

	.three-col {
		float: left;
		width: 33.333333%;
		text-align: center;
	}

.latest-entry-col {
	padding-right: 40px;
}

.latest-entry-col h2,
.home-latest-blog-col h2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}

.latest-entry-col img {
	max-width: 40%;
}

@media (min-width: 500px) {
	.latest-entry-col img {
		max-width: 35%;
	}
}

@media (max-width: 400px) {
	.latest-entry-col img {
		max-width: 100%;
	}
}

@media (max-width: 837px) {
	.latest-entry-col {
		width: 100% !important;
		padding-right: 0 !important;
	}

	.home-latest-blog-col {
		width: 100% !important;
		clear: both !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 791px) {
	.three-col {
		width: 27%;
		margin: 0 3%;
	}

	.home-latest-blog-col {
		width: 100% !important;
		clear: both !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 830px) {
	.three-col {
		clear: both;
		width:100%;
		margin: 0;
	}

	.footer-logo-uwm a {
		margin: 30px auto 0;
	}
	.footer-logo-humanities a {
		margin: 40px auto 0;
	}
	.footer-logo-gmf a {
		margin: 40px auto;
	}


}

	.clean { clear: both; }

@media (max-width: 960px) {
/* 	.content-area { max-width: 700px; }  */
	.site-content, .sidebar-container, body.sidebar-primary .site-content, body.sidebar-primary #secondary.sidebar-container { float: none; width: 100%; }
	body.sidebar-primary #secondary.sidebar-container { padding: 0; }
	#tertiary .widget-area { display: block; width: 100%; margin-right: 0; margin-bottom: 70px; }
}

.backtotop { display: none; position: fixed; z-index: 9999999999999; bottom: 3em; right: 3em; width: 40px; height: 40px; }
.backtotop a { display: block; opacity: 0.8; width: 40px; height: 40px; background: url(images/backtotop.png) center center no-repeat #202020; border-radius: 4px; outline: 0; }
.backtotop a:hover { opacity: 1; }

.content-top aside, .content-bottom aside, article .widget { background: none; border-radius: 0; padding: 0px; }
.content-top aside { margin: 0 0 40px 0; }
.content-bottom aside { margin: 50px 0; }

/*
3.1 Login / Registration / Lost Password
*/

#login-container {
/* 	background-color: lime; */
	max-width: 34%;
	float: left;
	padding-right:30px;
}

#registration-container {
/* 	background-color: pink; */
	max-width: 38%;
	float: left;
	padding-left:30px;
	padding-right:36px;
}

#password-recover-container {
/* 	background-color: grey; */
	max-width: 30%;
	float: left;
	clear: right;
	padding-left:30px;
/* 	padding-right:30px; */
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-branding {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 2px;
}

.site-branding .emke-branding a {
	display: block;
	background-image: url(images/emke-logo.svg);
	background-repeat: no-repeat;
/* 	background-size: 389px 110px; */
	width: 389px;
	height: 110px;
	margin: -10px 0 0;
	padding: 0;
}

@media (max-width: 579px) {
	.site-branding .emke-branding a {
		width: 90%;
		padding-right: 20px;
		margin-top: 5px;
	}
}



.site-branding .emke-branding a img {
	max-width: 100%;
}

.site-branding p {
	display: none;
}

.header-background {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}

.site-branding .header-dev-note {
	color: #0066A4;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 165px;
	bottom: 5%;
}

.background-blue-fade {
	position: absolute;
	width: 100%;
	background-image: url(images/background-blue-fade.png);
	bottom: 65px;
	right: 0;
	background-repeat: repeat-x;
	height: 67px;
}


@media (max-width: 689px) {

/*
.site-branding {
		height: 180px;
	}
*/
	.background-blue-fade {

		bottom: 85px;
	}

	.site-branding .emke-branding {
		margin: 20px auto 10px auto;
		position: relative;
	}

	.site-branding h2 {
		margin: 0 auto;
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
		text-align: center;
	}

	.site-branding .header-dev-note {
		left: 20px;
		bottom: auto;
	}

/*
	.header-background {
		height: 180px;
		background: url(images/wave-mobile.jpg) center top no-repeat;
		background-size: auto 100%;
	}
*/
/* 	.header-background {  */
/* 		height: 100%; */
/* 		height: 221px; */
/* 		background: url(images/background-calatrava.jpg) center top no-repeat; */
/* 	} */
}

@media  (min-width: 690px) {

	.site-branding .emke-branding {
/* 		bottom: 15px; */
/* 		right: 15px; */
		margin-top: 45px;

	}

	.site-branding h2 {
		margin: 0;
		position: absolute;
	}

}

@media  (min-width: 690px) and (max-width: 989px) {

/*
	.header-background {
		height: 95px;
		background: url(images/wave-tablet.jpg) center top no-repeat;
	}
*/
	.header-background {
/* 		height: 100%; */
		height: 221px;
		background: url(images/background-calatrava.jpg) center top no-repeat;
	}

}

@media  (min-width: 690px) and (max-width: 870px) {

/*
	.header-background {
		height: 95px;
		background: url(images/wave-tablet.jpg) center top no-repeat;
	}
*/
	.header-background {
/* 		height: 100%; */
		height: 221px;
		background: url(images/background-calatrava-medium.jpg) center top no-repeat;
	}

}


@media  (min-width: 447px) and (max-width: 689px) {

	.header-background {
/* 		height: 100%; */
		height: 180px;
		background: url(images/background-calatrava-small.jpg) center top no-repeat;
	}

}

@media (max-width: 446px) {

	.header-background {
/* 		height: 100%; */
		height: 180px;
		background: url(images/background-calatrava-xsmall.jpg) center top no-repeat;
	}

}

@media (min-width: 990px) {

	.site-branding p {
		display: block;
		position: absolute;
		bottom: 20px;
		right: 215px;
		background-image: url(images/branding.png);
		background-repeat: no-repeat;
		background-position: 0px -55px;
		width: 250px;
		height: 20px;
		margin: 0;
		padding: 0;
	}

	.site-branding h2, .site-branding h2 a { width: 485px; }

	.header-background {
		height: 100%;
		height: 221px;
		background: url(images/background-calatrava.jpg) center top no-repeat;
	}
}

@media (max-width: 359px) {
	.site-branding {
		height: 180px;
	}

	.site-branding .header-dev-note {
		left: 20px;
		bottom: 50px;
	}
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */


.main-navigation {
	min-height: 45px;
}



ul.nav-menu,
div.nav-menu > ul {
	margin: 0 0 0 -20px;
	padding: 0 40px 0 0;
}

.nav-menu li {
	float: left;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 32px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #ddca8d;
	color: #000;

}

.nav-menu li.active-tab a {
	background-color: #ddca8d;
	color: #000;
}

/*
.sub-menu li:hover > a {
	background-color: #f1f1f1;
	color: #000;
}
*/

/* RDK: just being careful */
.sub-menu li:hover > a {
	background-color: #ddca8c;
	color: #000;
}

/*
.sub-menu li a:hover {
	background-color: #e5e5e5;
	color: #000;
}
*/

/* RDK: just being careful */
.sub-menu li a:hover {
	background-color: #ddca8c;
	color: #000;
}

/*
.sub-menu li a, .children li a {
	font-size: 14px;
	padding: 8px 20px;
	line-height: 1.2;
	text-shadow: 0 1px 0 #fff;
}*/

/* RDK: just being careful */
.sub-menu li a, .children li a {
	font-size: 14px;
	padding: 8px 20px;
	line-height: 1.2;
}

.nav-menu li .sub-menu + li {
	font-weight: bold;
}
/*
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #f1f1f1;
	border: none;
	border-top: 0;
	display: none;
	padding: 12px 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	box-shadow: 0 8px 6px -6px #666;
}
*/

/* RDK: just being careful */
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #ddca8c;
	border: none;
	border-top: 0;
	display: none;
	padding: 12px 0;
	position: absolute;
	left: 0;
	z-index: 9999999999;
	box-shadow: 0 8px 6px -6px #666;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #000;
	margin: 0;
	width: 230px;
}

/*
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #000;
	background-color: #f1f1f1;
	text-decoration: underline;
}
*/

/*RDK just being careful */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #000;
	background-color: #f1f1f1;
}

/*
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
*/

.nav-menu .sub-menu .sub-menu {
	display: none;
	position: relative;
	left: 0;
	padding: 0;
	margin: 0;
}

.nav-menu .sub-menu ul.sub-menu {
/* 	list-style-position: outside; */
/* 	list-style-type: square; */
/* 	margin-left: 15px; */
}

.nav-menu .sub-menu ul.sub-menu li a {
	padding-left: 40px;
}

@media ( max-width: 568px ) {
	.nav-menu .sub-menu ul.sub-menu li a {
		padding-left:76px;
	}
}


.menu-toggle, .menu-toggle-child, .menublock {
	display: none;
}

#menu-main-nav .sub-menu .menu-item-has-children:after {
    position: absolute;
    top: 9px;
    right: 5px;
    font: normal 1.1rem/1 FontAwesome;
    content: '\f196';
    cursor: pointer;
}

#menu-main-nav .sub-menu .menu-item-has-children.sub-open:after {
    content: '\f147';
}

@media  (min-width: 640px) and (max-width: 787px) {
	.nav-menu li a {
		padding: 15px 10px;
	}
}

@media  (min-width: 788px) and (max-width: 988px) {
	.nav-menu li a {
		padding: 15px 20px;
	}
}

@media (min-width: 644px) {

	.nav-menu .megamenu {
		position: static;
	}

	.nav-menu .megamenu .sub-menu .sub-menu {
		display: block;
		box-shadow: none;
	}

	.nav-menu .megamenu .sub-menu .sub-menu .sub-menu {
		display: none;
	}

	.megamenu .menu-depth-1 {
		position: absolute;
		top: 45px;
		left: 0px;
		margin-left: 0px;
		width: 100%;
		min-height: 200px;
		padding: 30px;
		box-shadow: 0 8px 6px -6px #666;
	}

	.megamenu .menu-item-depth-1 {
		padding: 0 0 40px 0;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 24.5%;
	}

	.megamenu .menu-item-depth-1 > a {
		font-weight: bold;
		font-size: 15px;
	}

	.megamenu .nobold > a {
		font-weight: normal;
		font-size: 14px;
	}


	.megamenu .menu-item-depth-2 {
		float: none;
		display: block;
	}

	ul.nav-menu .megamenu ul a:hover,
	.nav-menu .megamenu ul ul a:hover {
		color: #000;
		background-color: #f1f1f1;
		text-decoration: underline;
	}

	ul.nav-menu .megamenu ul a {
		width: auto;
		padding-bottom: 2px;
	}

	.megamenu .menublock {
		display: block;
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
	}

	.megamenu .span2col {
		width: 49.5%;
		max-width: 49.5%;
	}

	.megamenu .span3col,
	.megamenu .span3col .menublock {
		width: 74.5%;
		max-width: 74.5%;

	}

	.megamenu .span4col,
	.megamenu .span4col .menublock {
		width: 100%;
		max-width: 100%;

	}

	.megamenu .menublock img {
		margin-bottom: 5px;
		border: 2px solid #fff;
		max-width: 100%;
		box-shadow: 0 8px 6px -6px #999;
	}

	.megamenu .menublock a {
		color: #2455c3;
		padding: 0;
		margin: 0;
		display: inline;
	}

	ul.nav-menu .megamenu ul .menublock a:hover,
	.nav-menu .megamenu ul ul .menublock a:hover {
		color: #2455c3;
	}

	.megamenu .menublock p {
		margin-bottom: 10px;
	}

	.megamenu .menublock ul {
		list-style: disc;
	}

	.megamenu .menublock ol {
		list-style: decimal;
	}

	.megamenu .menublock ul li, .megamenu .menublock ol li {
		float: none;
	}

	.megamenu .menublock img + p {
		margin-top: 5px;
	}

	.megamenu .wp-caption-text {
		font-size: 14px;
	}

	.megamenu .menu-item-object-uwmwebid_menublock .menu-link {
		margin-bottom: 10px;
	}

}


/* Search */

.site-header .search-form {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.site-header .search-field {
	background-color: #fff;
	background-image: url(images/button-search.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 52px 41px;
	border: none;
	cursor: pointer;
	height: 41px;
	padding: 10px 65px 10px 22px;
	position: relative;
	width: 320px;
}

@media (max-width: 690px) {
	.site-header .search-form {
		width: 100%;
	}

	.site-header .search-field {
		width: 100%;
	}

}


/* On This Page Nav */

.onthispage-nav {
	margin-bottom: 40px;
	font-size: 14px;
	display: none;
}

#secondary .onthispage-nav {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.onthispage-nav h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.onthispage-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.onthispage-nav li {
	padding: 5px 0;
}

@media (max-width: 960px) {
	#primary .onthispage-nav { display: block; }
}

@media (min-width: 960px) {
	#secondary .onthispage-nav { display: block; }
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */



article {
	margin: 0 0 50px 0;
	/*border: 1px solid #666;*/
}

.hentry {
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {

}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {

}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 30px auto 10px;
}

.entry-header {
/* 	margin-bottom: 40px; */
}

@media ( max-width: 414px ) {
	.entry-header {
		margin-bottom: 0px;
	}
}


.site-content .entry-title {
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

@media ( max-width: 414px) {
	.site-content .entry-title {
		margin: 0 0 10px;
	}
}



.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #999;
	text-decoration: none;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	color: gray;
}

.entry-meta a {
	color: #999;
}

.entry-meta a:hover {

}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.entry-meta .date:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.entry-content h3 {
	font-size: 22px;
}

.entry-content a,
.comment-content a {

}

.entry-content h2 {
	margin: 25px 0 12px 0;
}

.entry-content h2:first-child {
	margin: 0 0 12px 0;
}

.entry-content a:hover,
.comment-content a:hover {

}

.entry-content blockquote {
	font-size: 16px;
/* 	font-weight: 300; */
	line-height: 1.5;
/* 	float: left; */
	border-left: 5px solid #0066A4;
	margin-top: 0;
	margin-left: 0;
	padding-left: 24px;
}


.entry-content blockquote p {
	margin: 0;
}


.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
}

footer.entry-meta {
	margin-top: 30px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

.entry-content blockquote {

}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Media elements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.media-container {
	background: #f1f1f1;
	display: block;
	padding: 17px;
	line-height: 1.3;
}

.media-container h4 {
	margin-top: 0;
}

.media-container .image-thumb-container {
	float: left;
	margin-top: 5px;
	/* width: 150px; */
	width: 24%;
}

.media-container .image-thumb-container img {
		max-width: 100%;
	}

@media ( max-width: 320px ) {
	.media-container .image-thumb-container {
		float: left;
		margin-top: 5px;
	}

	.media-container .image-thumb-container img {
		max-width: 100%;
	}
}

.entry-body-and-footnotes-container p:first-child {
		margin: 0;
}

.media-container iframe {
	width: 100%;
	height: 378px;
	margin-bottom: 12px;
}

.audio-player {
	margin-bottom: 16px;
}


.document-icon {
	color: #000;
	float: left;
}

.icon-thumb-container.document {
	display: block;
	margin-bottom: 12px;
	float: left;
}

.document-details-container {
	float: left;
	padding-left: 15px;
	color: #000;
}

.document-details-container h4 {
	margin: 0;
}

.document-details-container p {
	margin: 0;
}

a .document-container {
	color: #000;
}

a .document-container:hover {
	background-color: #e6e6e6;
}

.audio-container h4 {
	margin: 0;
}

.hanging-indent p {
	text-indent: -2em;
    margin-left: 2em;
}

/* Table Press tables general formatting */
table.tablepress th {
	padding-left: 20px;
	padding-right: 20px;
}

table.tablepress {
	width: auto;
}

/* Germans Table */
table#tablepress-3 td.column-1,
table#tablepress-3 td.column-2,
table#tablepress-3 td.column-3 {
	text-align: right;
}

/* Table: Milwaukee Public Schools Magnet School Plan */
table#tablepress-14 td.column-2 {
	text-align: left;
}



/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	/* margin-bottom: 20px; */
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 24px 48px 0;
	overflow: hidden;
	position: relative;
}

.single-emkeentries .gallery-item {
	margin: 0 24px 0 0;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(24% - 10px);
	max-width:         calc(24% - 10px);
	max-height: 150px;
}

.gallery-icon .magnific {
	display: block;
}

.gallery-columns-4 .gallery-icon {
	height: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-columns-4 .gallery-item img {
	max-width: 100%;
	min-height: 150px;
}

@media only screen and (min-width: 900px) {
	.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
		clear: left;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item {
		max-width: 23%;
		max-width: -webkit-calc(23% - 3px);
		max-width:         calc(23% - 3px);
		max-height: 150px;
	}
}

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

	.gallery-columns-4 .gallery-item {
		max-width: 29%;
		margin: 0 6.2% 48px 0;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item {
		/* max-width: 29%; */
		margin: 0 6.2% 0 0;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(3n-3) {
		margin-right: 0;
	}
	
	.gallery-columns-4 .gallery-item:nth-of-type(3n-2) {
		clear: left;
		margin: 0 6.2% 48px 0;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item:nth-of-type(3n-2) {
		clear: left;
		margin: 0 6.2% 16px 0;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(2) {
		clear: none;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(3) {
		margin-right: 0;
		clear: none;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(4) {
		margin: 0 5.5% 48px 0;
		clear: left;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item:nth-of-type(4) {
		margin: 0 5.5% 0 0;
		clear: left;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(8) {
		margin: 0 5.5% 48px 0;
	}

	.mfp-container {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-content {
		padding: 40px;
	}
}

.deepzoomContainer {
	width: 100% !important;
	/* height: 500px !important; */
}

@media only screen and (max-width: 992px) {
	.deepzoomContainer {
		height: 500px !important;
	}
}

@media only screen and (max-width: 708px) {
	.deepzoomContainer {
		height: 400px !important;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 46%;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item {
		min-height: none;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 0;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(2n+3) {
		float: right;
		clear: both;
		margin-right: 0;
	}
}

@media only screen and (max-width: 500px) {
	.deepzoomContainer {
		height: 260px !important;
	}

	.gallery {
		margin-left: 0;
	}

	.mfp-container {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-columns-4 {
		text-align: center;
	}
	.gallery-item {
		float: none;
	}

	.gallery-columns-4 .gallery-item {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		max-height: none;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item {
		margin: 0 0 16px 0;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item:nth-of-type(3n-2) {
		margin: 0 0 16px 0;
	}

	.single-emkeentries .gallery-columns-4 .gallery-item:nth-of-type(4) {
		margin: 0;
	}

	.gallery-columns-4 .gallery-icon {
		height: auto;
	}

	.gallery-columns-4 .gallery-item img {
		height: auto;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(2) {
		float: none;
		margin-right: 0;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(2n+3) {
		margin-left: 0;
		margin-right: 0;
		float: none;
		clear: both;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(3n-2) {
		margin-left: 0;
		margin-right: 0;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(8) {
		margin-left: 0;
		margin-right: 0;
	}
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 30px;
}

.format-aside h1,  .format-aside h2, .format-aside h3, .format-aside h4, .format-aside h5, .format-aside h6 { margin-top: 0; }

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {

}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
}

.format-audio .entry-title {
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
	color: #ccc;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
}

.format-chat .entry-title {
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
}

.format-gallery .entry-header {
}

.format-gallery .entry-title {

}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
}

/* Image */
.format-image .entry-title {
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {

}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
}

.format-link .entry-header,
.format-link .entry-content p:last-child {

}

.format-link .entry-title {
}

.format-link .entry-title a {
}

.format-link div.entry-meta {

}

/* Quote */
.format-quote {
}

.format-quote .entry-content,
.format-quote .entry-meta {

}

.format-quote .entry-content blockquote {
	font-size: 24px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {

}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
	color: #ccc;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {

}

.format-status .entry-meta a {

}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {

}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {

}

.format-video .entry-title {

}

.format-video .entry-meta {

}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	padding: 20px;
	margin-bottom: 0;
}

.attachment .entry-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	padding: 0 40px;

}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 600px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #333;
}

.navigation a:hover {
	color: #333;
	text-decoration: none;
}

.paging-navigation {
	padding: 0 0 30px 0;
}

.paging-navigation .nav-links {
	width: 100%;
}

.sidebar .paging-navigation .nav-links {

}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #43ace9;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #6dc7fc;
	text-decoration: none;
}

.post-navigation {
	font-size: 18px;
	padding: 20px 0;
}

.post-navigation .nav-links {

}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {

}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {

}

.archive-title,
.archive-meta {
	font: 300 normal 30px Helvetica, Arial, sans-serif;
	margin-top: 0;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

.archive.category-blog h2 {
	margin-bottom: 12px;
}

.archive.category-blog h2 a {
	color: #000;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

body.search .site-content { float: none; width: 100%; }

.search .page-header {
	margin-bottom: 50px;
}

.search .page-title {
	font: 300 normal 30px Helvetica, Arial, sans-serif;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.search .page-content {
}

.search .page-content input[type="search"] {
	padding: 20px;
	width: 600px;
	border-radius: 4px;
}

.searchwp-highlight {
	background: #f1f1f1;
	font-weight: bold;
}

.image-meta-container .row {
    float: left;
    clear: both;
	margin-bottom: 10px;
}

.media-meta-container.video .row {
	float: none;
	margin-bottom: 10px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	margin-bottom: 20px;
}

.error404 .page-title {
	font: 300 normal 30px Helvetica, Arial, sans-serif;
	border-bottom: none;
	margin: 0;
	padding: 0;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

 p.comment-form-comment label[for="comment"] {
	 width: auto !important;
 }



 .comments-area {
	border-top: 1px solid #ccc;
 	margin-top: 40px;
 	margin-bottom: 50px;
 }

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {

}

.comments-title {

}

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

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
	font-size: 13px;
}

.comment-meta a:hover {
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
}

.comment .comment-respond {
}

.comment-reply-title {
	font-weight: normal;
}

.comment-reply-title small a {
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 600px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

a.comments-expander {
	color: #000;
}

/**
 * 5.121 EMKE Comments
 * ----------------------------------------------------------------------------
 */

#respond {
	display: none;
}

/* 20150211 mgd */
#reply-title {
/* 	background-color: pink; */
	height: 25px;
	font-size: 20px;
	margin: 22px 0;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding-top: 22px;
	padding-bottom: 22px;
}

/* set display to none so this will not display on page load, only toggle on with jquery 20150218 mgd */
.comment-list, h3.comments-title, .must-log-in {
/* 	 display: none; */
 }

/* 20150303 mgd */
ul.children li.comment {
	padding-right:0;
}

/* 20150218 mgd */
a .showtext {
	display: inline-block;
	font-size: .75em;
	line-height: 1.3em;
	margin-left:10px;
	position: relative;
  top: -8%;
}

/* 20150218 mgd */
#commentform {
	background-color: #f1f1f1;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* 20150218 mgd */
.log-out-text {
	font-size: .75em;
}

/* 20150218 mgd */
.comment-list li.comment {
	background-image: none;
	background-color: #f1f1f1;
	border-bottom: none;
	padding: 0 20px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
.comment-list li.comment:nth-last-child(1) {
	color: red;

}
*/
.comment-list > li:before,
.comment-list > li:after,
.comment-list .children > li:before {
	background: none;
}

.comment-list li.comment .comment-body {
/* 	background-color: pink; */
}

/* 20150219 mgd style the replay button */
.reply {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	background-color: #43ACE9;
	border: medium none;
	border-radius:3px;
	width: inherit !important;
/* 	padding:3px; */
/* 	width:100px !important; */
/* 	display: inline-block; */
}

/* 20150219 mgd stlye the comments edit link */
a.comment-edit-link,  {
	float:left;
	margin:0 0 10px 10px;
	text-align:center;
	background-color: #55737D;
	border:1px solid #55737D;
	border-radius:3px;
	padding:3px;
	width:50px;
	box-shadow: 1px 1px 2px 2px #4f4f4f;
}


.reply a {
	color: #FFFFFF;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.5;
	padding: 6px 24px 5px;
	display: inline-block;
	text-decoration:none;
}

/* make body of comment field 20150220 mgd */
.comment-content {
	border-top: 1px solid #bbb;
	border-radius: 0;
	padding: 10px 0;
}

/* remove ugly arrow icon from before Reply on comments */
.comment-reply-link:before,
.comment-reply-login:before  {
	content: none;
}

/* remove excessive bottom margin 20150220 mgd for comments */
article {
	margin: 0;
}

/* move date of reply 20150220 mdg */
.comment-metadata {
	display:block;
	float: left;
	text-align: left;
}

.comment-author .fn {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.comment-awaiting-moderation {
	display: block;
	float: right;
	width: inherit;
}

.comment-body {
	padding: 24px 0 10px;
}

.commentor-name-and-date-container {
	float:left;
}

 .comments-area {
	border-top: none;
 }

/*  20150305 mgd hide edit link on all comments */
.comment-metadata .edit-link {
	 display: none;
}

/*  20150305 mgd hide edit link on all comments */
ol.comment-list {
	display: none;
}

/*  20150305 mgd make intput background grey to denote it is not editable */
input[disabled] {
	background-color: #f2f2f2;
}

.comment-metadata a {
	color: black !important;
	padding: 0 !important;
	font-size: 13px !important;
}

.top-toolbar-container {
	background-color: #0066A4;
	width: 100%;
}

.top-toolbar {
	margin:0 auto;
	width:100%;
	max-width:1000px;
	text-align:right;
	color: #fff;
	font-weight: normal;
	font-size: smaller;
	padding-right: 25px;
}

.top-toolbar a:link,
.top-toolbar a:hover,
.top-toolbar a:visited
 {
	color: #fff;
}

td.column-comments {
	color: red;
}

/* 20150315 mgd */
.comment-meta {
	clear: both;
	border-bottom: 1px solid #bbb;
	border-radius: 0;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

.category-title {
	float: right;
}

.category-title p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0;
}

.comment-form-policytext {
	font-size: .875em;
	margin-bottom: 16px;
	display:none;
/* 	padding-bottom: 15px; */
/* 	border-bottom: 1px solid #c3c1c1; */
/* 	border-radius:3px; */
}

.comment-form-policytext p {
/* 	font-size: 12px; */
	margin-bottom: 14px;
}


.comment-form-policytext p:nth-last-child(1) {
	margin-bottom: 0 !important;
}

/* 20150318 mgd */
fieldset.radioGroup  { border: none; margin-left:0 !important;padding-left:0 !important; }
fieldset.radioGroup  legend { font-weight: bold; }

fieldset.radioGroup  label {
	display: inline-block;
	margin-right: 20px;
}

fieldset.radioGroup label input { margin-right: 6px; }


.countdownbox input {
/* 	background-color: transparent;	 */
border-radius:3px;
}

p.no-comments {
	background-color: transparent !important;
	font-style: normal !important;
}

/* 20150320 mgd */
.comment-body .comment-awaiting-moderation {
	color: red;
	font-size: 13px;
}

.comment-meta.emke a {
	font-size: 13px;
	padding-left: 0;
}

p.logged-in-as a {
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 100% !important;
}

.comment-body p {
	font-size: 14px;
	margin-bottom: 12px;
}

ul.children li.comment {
/* 	color: red; */
	margin-top: 0 !important;
}

ul.children li.comment .comment-body {
/* 	color: red; */
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.bypostauthor > .comment-body .fn:before {
	display: none;
}

/**
 * 5.122 EMKE Login Forms
 * ----------------------------------------------------------------------------
 */

#theme-my-login table.form-table {
	width: auto;
	border: none;
}

#theme-my-login table.form-table td {
	border: none;
}

#theme-my-login table.form-table td input {
	margin-left: 20px;
}

#theme-my-login p.error {
	color: red;
	border: none;
	background: none;
	padding: 0;
}

#theme-my-login p.message {
	border: none;
	background: none;
	padding: 0;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 5.14 Credits Page
 * ----------------------------------------------------------------------------
 */
.credits-text {
	float:left;
	margin: 0 0 24px 4%;
	width:70%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
    hyphens: none;
}

.credits-image {
	float: left;
	width: 25%;
	margin-bottom: 24px;
}

@media (max-width: 800px) {
	.credits-text {
		float:left;
		margin: 0 0 24px 6%;
		width: 62%;
	}

	.credits-image {
		float: left;
		width: 30%;
		margin-bottom: 24px;
	}
}

@media (max-width: 460px) {
	.credits-text {
		float:left;
		margin: 0 0 24px 0;
		width: 100%;
	}

	.credits-image {
		float: left;
		width: 100%;
		margin-bottom: 24px;
	}
}

/**
 * 5.15 Front Page Slider
 * ----------------------------------------------------------------------------
 */

.emke-custom-container {
	margin: 0 auto;
	width: 100%;
	float: left;
	background: #ddca8c;
}

.emke-custom-container .slider-thumbnails .active a img {
	opacity: 1;
}

.emke-custom-container .slider-container {
	width: 100%;
	text-align: justify;
	background-color: #fff;
}

.emke-custom-container .slider-thumbnails {
	display: inline-block;
	width: 10.55%;
	/* max-width: 89px; */
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	background-color: #fff;
	float:left;
	padding-right: .52%;
}

.emke-custom-container .slider-thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.emke-custom-container .slider-thumbnails li {
	padding: 0;
}

.emke-custom-container .slider-thumbnails li a img {
	opacity: 0.7;
	margin: 0;
/* 	padding: 0 0 8px 0; */
}

.emke-custom-container .slider-thumbnails li {
  padding: 0 0 4px 0;
}

.emke-custom-container .slider-thumbnails li:last-of-type {
  padding: 0;
}

.emke-custom-container .slider-thumbnails li a img:hover {
	opacity: 1;
	cursor: pointer;
}

.emke-custom-container .slider-thumbnails li div {
	display: none;
}

.emke-custom-container .slider-main {
	display: inline-block;
	width: 71.5%;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	/* max-width: 655px; */
}

.emke-custom-container .slider-main img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.emke-custom-container .slider-main:before {
	content: '';
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.35) inset;
	display: block;
	height: 168px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.emke-custom-container .slider-caption {
	display: inline-block;
	width: 27%;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 1em;
	margin: 0;
	padding: 2%;
}

.emke-custom-container .slider-caption h2 {
/* 	color: #0066a4;  */
	width: 100%;
	margin: 0;
	padding: 0;
}

.emke-custom-container .slider-caption p {
	width: 100%;
	padding: 0;
	margin: 0;
}

.emke-custom-container .slider-image-caption-container {
	background: red;
	width: 89%;
	float: left;
	background-color: #ddca8c;
}

@media ( max-width: 850px ) {
	.emke-custom-container .slider-container .slider-thumbnails {
		width: 18%;
		padding-right: .52%;
	}
	.emke-custom-container .slider-image-caption-container {
		width: 82%;
	}
	.emke-custom-container .slider-main {
		width: 100%;
	}
	.slider-image-caption-container .slider-caption {
		display: block;
		width: 100%;
		line-height: 1.5;
	    font-size: .875em;
	}
}

@media ( max-width: 693px ) {
	.emke-custom-container .slider-container .slider-thumbnails {
		display: none;
	}
	.emke-custom-container .slider-image-caption-container {
		width: 100%;
	}

	.emke-custom-container .slider-caption {
		padding: 4%;
	}

}




/*
@media ( min-width: 652px ) {
	.metaslider-40 {
		display: none;
	}
}
*/

/*
@media ( max-width: 768px ) {
	.emke-custom-container .slider-main {
		width: 72%;
	}
	.emke-custom-container .slider-caption {
		width: 28%;
	}
	.slider-caption h2 {
		font-size: 21px;
	}
}
*/

/*
@media (max-width: 651px) {
	.emke-custom-container {
		display: none;
	}

	.metaslider-40 {
		display: block;
	}

	.metaslider-40 .caption h2 {
		margin-bottom: 0 !important;
	}

	.caption-wrap .caption {
		line-height: 1.5;
		font-size: .875em;
	}
}
*/

/**
 * 5.16 Contact Form
 * ----------------------------------------------------------------------------
 */

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper h2,
.gform_wrapper h3 {
	font-weight: bold !important;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
margin-top: 0 !important;
}


/**
 *
 * 5.17 Form Error Messages
 * ----------------------------------------------------------------------------
 */

/* 20150324 mgd */
.message-box.message-error {
	color: red;
	margin-bottom:20px;
}

/**
 *
 * 5.18 Magnific
 * ----------------------------------------------------------------------------
 */

 .mfp-bg {
	opacity: 0.6;
 }

.mfp-img-side-bar {
	width: 25px;
	background-color: red;
	height: 25px;
	display: block;
	float: left;
}

.mfp-bottom-bar {
	margin-top: -40px;
}

.mfp-title {
	background-color: #fff !important;
}

.mfp-title table.lightbox, .mfp-title {
	padding: 15px 0 0;
	margin-bottom: 20px;
/* 	display: block; */
}

.mfp-title table.lightbox, .mfp-title table.lightbox td {
	border: none;
	line-height: 1.2;
	vertical-align: top;
}



.mfp-title table.lightbox tr td.lightbox-title {
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.mfp-title table.lightbox tr td.lightbox-spacer {
/* 	padding-bottom: 20px; */
	padding-left: 25px;
	text-align: left;
	background-color: #f1f1f1;
}

.mfp-title table.lightbox tr td.lightbox-caption {
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: left;
}

.mfp-title table.lightbox tr.lightbox-detail {
	background-color: #f1f1f1;
}

.mfp-title table.lightbox tr.lightbox-detail td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.mfp-title table.lightbox tr.filler-row {
	background-color: #f1f1f1;
}

.mfp-title table.lightbox tr td.cell-title {
	padding-left: 25px;
	font-weight: bold;
	text-align: left;
	width: auto;
	white-space: nowrap;
	padding-right:10px;
}

.mfp-title table.lightbox tr td.cell-value {
	width: 100%;
}

.mfp-container:before {
	vertical-align: top;
}

.mfp-title {
	background-color: #f1f1f1;
	color: #000;
}

.mfp-counter {
	top: 2px;
	right: 5px;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
	z-index: 1045;
	background: #fff;
    margin: 0 auto;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
	vertical-align: middle;
}

.modal-image-container {
	max-width: 60%;
	margin-right: 6%;
	float:left;
	display: block;
}

.row.full {
	float: left;
	width: 100%;
	/* background: red; */
}

.uwm-modal-content img.size-large {
	float: left;
	max-height: 500px;
	width: auto;
}

/* .uwm-modal-content img.size-large {
	float: left;
	margin-right: 6%;
	max-width: 60%;
} */

.uwm-modal-content hr {
	border-top: 1px solid #ccc;
	margin-bottom: 24px;
}

.uwm-modal-content h2 {
	display: inline;
	margin: 0 0 10px 0;
}

.uwm-modal-content .label {
	font-weight: bold;
	margin-top: 12px;
}

.mfp-arrow-left:after { 
	/* background:url(../images/large_left.png) no-Repeat top left !important;  */
	content: '\f0d9';
	font-family: 'FontAwesome';
	font-size: 48px;
	color: #000;
	margin-left:24px;
	/* width:40px;  */
	/* height:40px;  */
} 

.mfp-arrow:after {
	border: none;
}

.mfp-arrow:active {
	margin-top: -55px;
}

button.mfp-arrow {
	background: transparent;
	color: transparent;
}

button.mfp-close:active {
	background: transparent;
	/* top: 0; */
}

.mfp-arrow-right:after { 
	/* background:url(../images/large_right.png) no-Repeat top left !important;  */
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 48px;
	color: #000;
	margin-left:48px;
	/* width:40px;  */
	/* height:40px;  */
} 
.mfp-arrow-left::before, .mfp-arrow-right::before {
	 display: none; 
}

@media only screen and (min-width: 960px) {
	.mfp-content {
		width: 100%;
		max-width: 1200px;
	}
}

@media only screen and (min-width: 768px) {
	.mfp-content {
		padding: 70px;
		box-shadow: 0 0 40px rgba(0,0,0,.23);
	}
}

@media only screen and (max-width: 992px) {
	.mfp-content {
		padding: 40px;
		box-shadow: 0 0 40px rgba(0,0,0,.23);
	}

	.modal-image-container {
		height:auto;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		/* overflow:auto; */
		float:none;
		display: block;
	}

	.uwm-modal-content h2 {
		display: block;
	}

	.modal-image-container figure {
		width: 100% !important;
	}
	.uwm-modal-content img.size-large {
		float: none;
		/* margin-right: 6%; */
		max-width: 100%;
		margin-bottom: 24px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.mfp-arrow-left:after { 
		margin-left: 14px;
	} 

	.mfp-arrow-right:after { 
		margin-left:58px;
	} 

}



/**
 * 5.20 Image-credits
 * ----------------------------------------------------------------------------
 */

.image-credit-container {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.image-credit-container .teaser-container {
	margin-bottom: 0;
}

.image-credit-container .image-holder {
	float: left;
	max-width: 34%;
	max-width: -webkit-calc(34% - 15px);
	max-width: calc(34% - 15px);
}

.image-credit-container img {
	max-width: 100%;
}

.image-meta-container.credits {
	margin-left: 20px;
	float:left;
	max-width: 66%;
	max-width: -webkit-calc(66% - 15px);
	max-width: calc(66% - 15px);
	line-height: 1.3;
}

@media ( max-width: 909px) {
	.image-meta-container.credits {
		max-width: 65%;
	}
}

@media (max-width: 591px) {

	.image-credit-container .image-holder {
		max-width: 100%;
	}

	.image-credit-container .image-holder img {
		max-width: 100%;
	}

	.image-meta-container h2 {
		font-size: 1.2em;
	}

	.image-meta-container.credits {
		max-width: 100%;
		margin-left: 0;
		margin-top: 15px; 
	}

}

.image-meta-container.credits h3 {
	margin-top: 0px;
}

.image-meta-container.search {
	margin-left: 20px;
	float:left;
	width: 70%;
	line-height: 1.3;
	}

@media ( max-width: 800px ) {

	.image-meta-container.search {
		width: 60%;
	}

}

@media ( max-width: 747px ) {

	.image-meta-container.search {
		;
	}

	.image-thumb-container {
		width: 20%;
	}

	.image-thumb-container img {
		max-width: 100%
	}

}

@media ( max-width: 567px) {
	.media-container .image-thumb-container {
		float: left;
		margin-top: 5px;
		/* width: 150px; */
		width: 33%;
		text-align: center;
	}
}

@media ( max-width: 414px) {

	.image-thumb-container {
		width: 50%;
	}

	.image-meta-container.search {
		margin-left: 0px;
		margin-top: 12px;
		clear: both;
		width: 100%;
	}

	.media-container .image-thumb-container {
		float: left;
		margin-top: 5px;
		/* width: 150px; */
		width: 100%;
		text-align: center;
	}

}

.image-meta-container h2 {
	margin: 0 0 6px;
}

.image-meta-container h5 {
	font-size: 14px;
}

.image-meta-container span {
/* 	font-size: 14px; */
}

.image-meta-container .meta-row {
	margin: 0;
}

.image-meta-container.credits .meta-row {
	float:none;
	margin-bottom: 15px;
}

.image-meta-container .meta-row .title {
	font-weight: bold;
	font-size: 14px;
	float: none;
	margin-right: 20px;
	min-width: 85px;
	clear: left;
}

.image-meta-container .meta-row .detail {
	float:none;
	font-size: 14px;
}

@media ( max-width: 567px) {
	.image-meta-container .meta-row .detail {
		font-size: 0.9rem;
	}

	.image-meta-container .meta-row .title {
		font-size: 0.9rem;
		float: none;
	}
}

.image-meta-container .meta-row .detail.description {
	margin-bottom: 15px;
	font-size: 1em;
}

ul.page-numbers {
	list-style: none;
	padding: 0;
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li .current {
/* 	background: #e6e6e6; */
	padding: 10px 6px;
}

ul.page-numbers li a {
/* 	background: #f1f1f1; */
	padding: 10px 6px;
/* 	text-decoration: none; */
}

ul.page-numbers li a:hover {
/* 	background: #e6e6e6; */
}

/**
 * 5.21 Videos
 * ----------------------------------------------------------------------------
 */

.video-play-button a {
    background: #43ace9;
    font-size: 14px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    height: 40px;
    width: 125px;
    border-radius: 4px;
    text-align: left;
    overflow: hidden;
    position: relative;
		display: block;
		margin-bottom: 15px;
   }

.video-play-button a:hover {
   text-decoration: none;
  }

.video-play-button .text {
	margin-left: 15px;
	position: relative;
	top: -2px;
}

.video-play-button a .text:before {
  -webkit-font-smoothing: antialiased;
  font: 400 21px/2.0 FontAwesome;
  content: '\f04b';
  width: 1em;
  color: #fff;
  position: relative;
  left: 0;
	margin-right: 10px;
	top: 2px;
	}

/**
 * 5.22 Contributing Authors
 * ----------------------------------------------------------------------------
 */

.contributing-authors p {
	margin-bottom: .25em ;
	font-size: .9em;
	text-indent: -2em;
    margin-left: 2em;
}



/**
 * 5.23 Additional-Sources-Credits
 * ----------------------------------------------------------------------------
 */

 .teaser-container .media-container h3 {
	margin-top: 0;
 }


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.widget-area h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.widget-area h4 a:hover {
	color: inherit;
	text-decoration: underline;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	/*
	background-color: #f8f8f8;
	border-radius: 4px;
	*/
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 50px;
	word-wrap: break-word;
}

.widget .widget-title {
	padding: 0;
	margin: 0 0 20px 0;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {

}

.widget a:hover {

}

/* Search widget */
.search-form .search-submit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	opacity: 0;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer * {
	line-height: 1em;
}

.site-footer a {
	color: #333;
}

.site-footer .meta {
	font-size: 12px;
}

.site-footer .meta h2 {
	float: left;
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	color: #202020;
}

.site-footer .meta h2 .logotype-top {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 4px;
}


/*  Media icons */

.footer-social ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}

.footer-social li {
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer-social .facebook a { display: block; float: left; background: url(images/icon-facebook.svg) no-repeat top center; width: 30px; height: 30px; margin-left: 10px; cursor: pointer; }
.footer-social .rss a { display: block; float: left; background: url(images/icon-rss.svg) no-repeat top center; width: 30px; height: 30px; margin-left: 15px; cursor: pointer; }

/* Footer nav */

ul.footer-nav,
div.footer-nav ul {
	padding: 0;
	margin: 0;
	clear: both;
	list-style: none;
}

.footer-nav li {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #cccccc;
}

.footer-nav li:last-child {
	border-right: none;
}

.footer-nav a {
	text-decoration: none;
	color: #202020;
	font-size: 12px;
	font-weight: bold;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.footer-logo a {
	display: block;
	background: url(images/logo-uwm.png) left top no-repeat;
	opacity: 1;
	background-size: 100%;
	position: absolute;
	right: 30px;
	top: 60px;
	width: 195px;
	height: 57px;
}

.footer-sponsor-text {
	display: block;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.footer-sponsor-text a { color: #2455C3; }

.footer-legal {
	display: block;
	font-size: 12px;
	color: #000;
/* 	text-align: center; */
/* 	margin: 16px 30px 20px; */
	margin: 0 auto;
    max-width: 1000px;
    padding: 20px 0;
    width: 100%;
}

.footer-legal a { color: #2455C3; }

ul.legal-links {
	display: inline-block;
    list-style: none;
    padding-left:0;
    float: right;
    margin: 0;
}

.legal-links li {
    display: inline-block;
    line-height: 1.5;
    border-right: solid 1px;
}

.legal-links li:last-child {
	border-right: none;
    padding-right: 0;
}

.legal-links li a {
    vertical-align: middle;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 5px;
    color: #000;
}

.copyright {
/* 	text-align: left;	 */
	float:left;
	line-height: 1.5em;
}


@media (max-width: 1020px) {

	.footer-legal {
	    padding: 20px 10px 20px;
	}
}

@media (max-width: 730px) {

	.footer-legal {
	    text-align: center;
	}

	ul.legal-links {
		margin-top: 8px;
	    float: none;
	}

	.copyright {
		float: none;
		display: block;
		text-align: center;
		line-height: 1.5em;
	}
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

@media (max-width: 780px) {
	.footer-logo { display: none; }
	.site-footer .meta h2 { margin-bottom: 40px; }
	.footer-nav li { margin: 0 15px 35px 0; padding-right: 0; border-right: none; }
	.footer-nav a { font-size: 16px; background: #e5e5e5; border-radius: 4px; padding: 8px 10px }
	.footer-nav a:hover { text-decoration: none; background: #ccc; }
}

@media (max-width: 980px) {
	.site-footer .meta h2 { float: none; font-size: 20px; line-height: 1.2em; }
	.footer-social { float: none; display: block; margin: 30px 0; padding: 0; }
	.footer-social i { font-size: 30px; }
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 600px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {

	}

	.error404 .page-title {
		font-size: 24px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}


}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {

	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {

	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {

	}

	.format-status .entry-content {

	}

	.format-status .entry-meta {

	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {

	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {

	}

	.site-main .sidebar-container {

	}

	.site-main .widget-area {

	}

	.sidebar .site-footer .widget-area {

	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 600px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {

	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}


	/* Small menu */

	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 12px 0;
		color: #fff;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	#menu-main-nav .sub-menu .menu-item-has-children:after {
	    top: 17px;
	}

	#menu-main-nav .menu-item-has-children:after {
	    position: absolute;
	    top: 17px;
	    right: 5px;
	    font: normal 1.1rem/1 FontAwesome;
	    content: '\f196';
	    cursor: pointer;
	}

	#menu-main-nav .menu-item-has-children.sub-open:after {
	    content: '\f147';
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
/* 		background: #f1f1f1; */
		background-color: #ddca8d;
	}

	.toggled-on li {
		float: none;
		display: block;
	}

	.toggled-on .nav-menu li {
		border-bottom: 1px solid #562b08;
	}

	.toggled-on .nav-menu li ul li:first-child {
		border-top: 1px solid #562b08;
	}

	.toggled-on .nav-menu li ul li:last-child {
		border-bottom: none;
	}

	.toggled-on .nav-menu .sub-menu,
	.toggled-on .nav-menu .children {
		display: none;
		box-shadow: none;
	}

	.toggled-on ul.nav-menu .child-toggled-on > ul,
	.toggled-on .nav-menu ul .child-toggled-on > ul {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 0;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		width: auto;
	}

	.toggled-on .nav-menu li a, .toggled-on .nav-menu li a:hover {
		color: #000;
		text-decoration: none;
	}

	.toggled-on .nav-menu .menu-parent-item > .menu-toggle-child {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		right: 12px;
		top: 2px;
		margin: 0;
		padding: 8px;
	}

	.toggled-on .nav-menu .menu-parent-item > .menu-toggle-child i:after {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 20px/1 FontAwesome;
		vertical-align: text-bottom;
		content: "\F078";
		color: #666;
	}

	.toggled-on .nav-menu .child-toggled-on > .menu-toggle-child i:after {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 20px/1 FontAwesome;
		vertical-align: text-bottom;
		content: "\F077";
		color: #666;
	}


	.toggled-on .nav-menu .menu-parent-item > .menu-toggle-child {
		display: block;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu li a:hover {
/* 		background-color: #e5e5e5; */
		background-color: #F1F1F1;
	}

	.toggled-on .nav-menu .sub-menu ul,
	.toggled-on .nav-menu .children ul {
		border-left: none;
	}



	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	.toggled-on .nav-menu .sub-menu {
		padding: 0;
	}

	.toggled-on .nav-menu li a {
		font-size: 15px;
		padding: 15px 20px;
	}

	.toggled-on .nav-menu li li a {
		padding-left: 3em;
	}

	.toggled-on .nav-menu li li li a {
		padding-left: 6em;
	}

	.toggled-on .nav-menu li li li li a {
		padding-left: 9em;
	}

	.toggled-on .nav-menu .sub-menu {
		display: none;
	}




	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

.mobile-only {
	display: none;
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	.mobile-only {
		display:inline;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

/*
	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
*/

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
/* 	.comment-list > li:after, */
	.comment-list .children > li:before
	{
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/**
 * 10.0 Plugins
 * ----------------------------------------------------------------------------
 */


 /* BU Navigation Widget */

.widget_bu_pages {
	background-color: #f8f8f8;
	padding: 20px;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
}

.widget_bu_pages h3.widget-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.widget_bu_pages a {
	color: #000;
}

.widget_bu_pages li.current_page_item > a {
	font-weight: bold;
}

.widget_bu_pages ul li ul { margin-top: 5px; margin-left: 10px; }
.widget_bu_pages ul li ul li:last-child { padding-bottom: 0px; }
.widget_bu_pages li ul li:before { -webkit-font-smoothing: antialiased; color: #ccc; font: normal 12px/1 Genericons; content: '\f421'; }



 /* Events Calendar Pro Widget */

.tribe-events-adv-list-widget .duration {
	font-weight: normal;
}

.tribe-events-adv-list-widget ol li {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

p.tribe-events-widget-link {
	margin: 0;
}

}
.box-red {
	background-color: red;
	border-radius: 3px;
	color: white;
	display: block;
	padding: 10px 15px;
	margin-bottom: 15px;
}

form[name="profile"] td {
	border-top: none;
}

form[name="profile"] input[type="text"], form[name="profile"] input[type="password"] {
	padding: 10px;
}

form[name="profile"] tr {
	line-height: 2.5;
}

/**
 * 11.0 Search
 * ----------------------------------------------------------------------------
 */

.emke-search {
	display: block;
	background-color: #f6f1e0;
	line-height: 3;
	padding: 20px 40px;
	clear:both;
	margin: 20px -42px 35px;
}

@media ( max-width: 768px ) {
	.emke-search {
		margin: 20px -38px 35px;
		padding: 20px 36px;
	}
}

@media ( max-width: 667px ) {
	.emke-search {
		margin: 20px -34px 35px;
		padding: 20px 36px;
	}
}

@media ( max-width: 568px ) {
	.emke-search {
		margin: 20px -28px 35px;
		padding: 20px 26px;
	}
}

@media ( max-width: 414px ) {
	.emke-search {
		margin: 20px -21px 35px;
		padding: 20px 26px;
	}
}

@media ( max-width: 375px ) {
	.emke-search {
		margin: 20px -19px 35px;
		padding: 20px;
	}
}

@media ( max-width: 320px ) {
	.emke-search {
		margin: 20px -17px 35px;
		padding: 20px 16px;
	}
}

.emke-search form {
	margin: 0;
}

.entry-header.search h1 {
	border-bottom: none;
	display: inline-block;
	float: left;

}

.emke-search-menu .current-menu-item {
	text-decoration: underline;
}

ul.emke-search-menu {
	display: block;
	width: 100%;
	text-align: right;
	list-style: none;
}

.emke-search-menu li {
	display: inline-block;
	line-height: 2.5;
	border-right: solid 1px;
}

 .emke-search-menu li a {

	 font-size: 1em;
	 vertical-align: middle;
	 font-weight: normal;
	 padding-right: 10px;
	 padding-left: 5px;
	 color: #000;
 }


 @media ( max-width: 414px ) {
	 .emke-search-menu li a {
		 font-size: .9em;
	 }
 }

 .emke-search-menu li:last-child {
	 border-right: none;
	 padding-right: 0;
 }

 .keyword-search-label h3 {
 	float: left;
 	margin: 0 15px 0 0;
 	line-height: 2.5;
 	display: inline-block;
 	font-weight: bold;
}

@media ( max-width: 435px ) {
	 .keyword-search-label {
	 	display: none;
	 }
 }

 .content-area input[type="search"] {
    margin-bottom: 0;
    padding: 8px 20px;
	display: inline-block;
	width: 75%;
}

@media ( max-width: 846px ) {
	.content-area input[type="search"] {
		width: 65%;
	}
}

@media ( max-width: 638px ) {
	.content-area input[type="search"] {
		width: 52%;
	}
}

@media ( max-width: 538px ) {
	.content-area input[type="search"] {
		width: 48%;
	}
}

@media ( max-width: 435px ) {
	.content-area input[type="search"] {
		width: 62%;
	}
}

.emke-search-right {
	float: right;
}

.emke-search-filtering {
	background-color: #f6f1e0;
	display: inline-block;
	float: left;
	width: 22%;
	min-width: 190px;
	margin-right: 3.5%;
}

@media ( max-width: 567px ) {

	.emke-search-filtering {
		width: 100%;
	}

}



.emke-search-filtering .filter.current-page {
	background-color: #ddca8c;
}

.emke-search-filtering .emke-icon-site,
.emke-search-filtering .emke-icon-entries,
.emke-search-filtering .emke-icon-maps,
.emke-search-filtering .emke-icon-images,
.emke-search-filtering .emke-icon-videos,
.emke-search-filtering .emke-icon-audio,
.emke-search-filtering .emke-icon-documents,
.emke-search-filtering .emke-icon-bibliographies,
.emke-search-filtering .emke-icon-footnotes,
.emke-search-filtering .emke-icon-comments {
	height: 42px !important;
	padding-left: 32px !important;
	line-height: 42px !important;
	background-position: left center !important;
	margin-right: 10px;
}

.no-svg .emke-search-filtering .emke-icon-site,
.no-svg .emke-search-filtering .emke-icon-entries,
.no-svg .emke-search-filtering .emke-icon-maps,
.no-svg .emke-search-filtering .emke-icon-images,
.no-svg .emke-search-filtering .emke-icon-videos,
.no-svg .emke-search-filtering .emke-icon-audio,
.no-svg .emke-search-filtering .emke-icon-documents,
.no-svg .emke-search-filtering .emke-icon-bibliographies,
.no-svg .emke-search-filtering .emke-icon-footnotes,
.no-svg .emke-search-filtering .emke-icon-comments {
	height: 42px !important;
	padding-left: 32px !important;
	line-height: 42px !important;
	background-position: left center !important;
	margin-right: 10px;
}

.emke-search-filtering .filter {
	list-style: none;
	text-indent:0;
	margin: 0;
}

.emke-search-filtering .filter a {
	line-height: 42px;
	padding-left:15px;
	display: block;
	text-decoration: none;
	color: #000;
}

.emke-search-filtering .filter a:hover {
	line-height: 42px;
	background-color: #ddca8c;
	display: block;
}

.emke-search-results {
	float: right;
	width: 71%;
}


@media ( max-width: 842px ) {
	.emke-search-results {
		width: 67%;
	}
}


@media ( max-width: 765px ) {
	.emke-search-results {
		width: 64%;
	}
}

@media ( max-width: 667px ) {
	.emke-search-results {
		width: 63%;
	}
}

@media ( max-width: 659px ) {
	.emke-search-results {
		width: 60%;
	}
}

@media ( max-width: 644px ) {
	.emke-search-results {
		width: 61%;
	}
}

@media ( max-width: 612px ) {
	.emke-search-results {
		width: 58%;
	}
}


@media ( max-width: 567px ) {
	.emke-search-results {
		width: 100%;
		margin-top: 25px;
	}
}



.emke-icon-site {
	background: url(./images/icon-site.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-site {
	background: url(./images/icon-site.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-entries {
	background: url(./images/icon-entry.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-entries {
	background: url(./images/icon-entry.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-maps {
	background: url(./images/icon-map.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-maps {
	background: url(./images/icon-map.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-videos {
	background:url(./images/icon-video.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-videos {
	background:url(./images/icon-video.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-audio {
	background:url(./images/icon-audio.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-audio {
	background:url(./images/icon-audio.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-documents {
	background:url(./images/icon-document.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-documents {
	background:url(./images/icon-document.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-images {
	background:url(./images/icon-image.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-documents {
	background:url(./images/icon-document.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-understory {
	background:url(./images/icon-understory.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-understory {
	background:url(./images/icon-understory.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-bibliographies {
	background: url(./images/icon-bibliography.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-bibliographies {
	background: url(./images/icon-bibliography.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-footnotes {
	background: url(./images/icon-footnote.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-footnotes {
	background: url(./images/icon-footnote.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-comments {
	background: url(./images/icon-comments.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-comments {
	background: url(./images/icon-comments.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.query-results-count {
	font-weight: 300;
	margin-bottom: 20px;
}

.pagination-container.centered {
	text-align: center;
}

.page-numbers.current {
	font-weight: normal;
	padding: 6px 10px;
	background: #f1f1f1;
}

a.page-numbers {
	color: #000;
	font-weight: 300;
	padding: 6px 10px;
	background: #f1f1f1;
}

table.media-meta-container {
/* 	display: block; */
	border-bottom: none;
	line-height: 1.5;
	margin-bottom: 0;
}

.media-meta-container.video {
	/*margin-top: 80px;*/
}
/*

table.media-meta-container td {
	border-top: none;
	padding: 0;
}

table.media-meta-container td.label {
	vertical-align: top;
	font-weight: bold;
	width: 20%;
}

table.media-meta-container td p {
	margin-bottom: 0;
}
*/

.audio-container table.media-meta-container {
	margin-top: 18px;
	margin-bottom: 0;
}

.media-container h3 {
	margin: 0px 0px 6px;
}

.media-container .content {
	margin: 0px 0px 12px !important;
}

.media-meta-container .label {
	font-weight: bold;
	font-size: 14px;
	float: left;
	clear: left;
	min-width: 100px;
}

.image-meta-container .media-meta-container .label {
	font-weight: bold;
	font-size: 14px;
	/* float: left; */
	clear: left;
	min-width: 100px;
}


@media ( max-width: 768px) {
	.image-meta-container .label {
		float: none;
	}

	.media-meta-container .label {
		float: none;
	}

	.media-meta-container .row {
		float: left;
		clear:both;
		margin-bottom: 10px;
	}
}

.image-meta-container .detail {
	font-size: 14px;
    float: left;
    clear: both;
}

.comments-icon.inline {
	background: url(./images/icon-comments.svg) no-repeat left top;
	padding-left: 25px;
	display: inline-block;
/* 	float: left; */
/* 	line-height: 52px; */
	top : .35em;
	height: 25px;
	position: relative;
}

.comment-search-result {
	display: block;
}

.comment-search-result .comment-header {
	display: block;
	float: none;
	color: gray;
	font-size: .9rem;
}

.comment-search-result .comment-content {
	border-top: none;
}

.no-results {
	display: block;
	margin-top: 20px;
}

.document-meta-container {
	float: left;
	margin-left: 20px;
}

@media ( max-width: 766px ) {

	.document-meta-container {
		width: 70%
	}

}

@media ( max-width: 414px ) {

	.document-meta-container {
/* 		clear: both; */
		margin-left: 20px;
		margin-top: 12px;
/* 		width: 100%; */
	}

}

/**
 * 11.1 Search A-Z
 * ----------------------------------------------------------------------------
 */

.alpha-menu {
	display: block;
	background-color: #f6f1e0;
	padding: 34px 40px 0;
	clear:both;
	margin: 20px -42px 35px;
	text-align: justify;
}

@media ( max-width: 800px ) {
	.alpha-menu {
		margin: 20px -40px 35px;
		padding: 20px 19px 0;
	}
}

@media ( max-width: 768px ) {
	.alpha-menu {
		margin: 20px -38px 35px;
		padding: 20px 30px 0;
	}
}

@media ( max-width: 736px ) {
	.alpha-menu {
		margin: 20px -38px 35px;
		padding: 20px 20px 0;
	}
}

@media ( max-width: 667px ) {
	.alpha-menu {
		margin: 20px -34px 35px;
		padding: 20px 24px 0;
	}
}

@media ( max-width: 568px ) {
	.alpha-menu {
		margin: 20px -28px 35px;
		padding: 20px 18px 0px;
	}
}

@media ( max-width: 414px ) {
	.alpha-menu {
		margin: 20px -21px 35px;
	}
}

@media ( max-width: 375px ) {
	.alpha-menu {
		margin: 20px -19px 35px;
		padding: 20px 16px 0;
	}
}

@media ( max-width: 320px ) {
	.emke-search {
		margin: 20px -17px 35px;
		padding: 20px 16px;
	}
}

/* technique to justify a single line: http://blog.vjeux.com/2011/css/css-one-line-justify.html */
.alpha-menu:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.alpha-char {
	color: gray;
	display: inline-block;
	line-height: 1;
	padding: 7px;
}

.browse-a-z-list-container {
	text-align:left;
}

.browse-a-z-list-container h3 {
	float:left;
}

/* iPad */
@media ( max-width: 768px ) {
	.alpha-char {
		padding: 7px 19px;
	}
}

/* iPHone 6plus Horizontal */
@media ( max-width: 736px ) {
	.alpha-char {
		padding: 7px 18px;
	}
}


/* iPHone 6 Horizontal */
@media ( max-width: 667px ) {
	.alpha-char {
		padding: 7px 16px;
	}
}

/* Galaxy 5s Horizontal */
@media ( max-width: 640px ) {
	.alpha-char {
		padding: 7px 15px;
	}
}

/* iPhone 5s Horizontal */
@media ( max-width: 568px ) {
	.alpha-char {
		padding: 7px 12px;
	}
}

/* iPhone 6 */
@media ( max-width: 375px ) {
	.alpha-char {
		padding: 7px 10px;
	}
}

/* Galaxy 5s */
@media ( max-width: 360px ) {
	.alpha-char {
		padding: 7px 10px;
	}
}

/* iPhone 5s */
@media ( max-width: 320px ) {
	.alpha-char {
		padding: 7px;
	}
}

a.alpha-char {
	color: #2455c3;
	font-weight: bold;
}

a.browse-a-z-link {
	/* display: block; */
	clear:both;
	float:left;
}

.char-header {
	display: block;
}

/**
 * 11.2 Search Rubrics
 * ----------------------------------------------------------------------------
 */

ul.browse-rubrics-filters {
	background-color: #f6f1e0;
	display: inline-block;
	float: left;
	width: 30%;
	min-width: 222px;
	padding-left:0;
	margin: 0;
	list-style: none;
}

@media ( max-width: 795px ) {
	ul.browse-rubrics-filters {
		width: 30%;
	}
}

@media ( max-width: 642px ) {
	ul.browse-rubrics-filters {
		width: 100%;
	}
}

ul.browse-rubrics-filters li.filter {
	text-indent:0;
	margin: 0;
}

ul.browse-rubrics-filters li.filter.selected {
	background-color: #ddca8c;
	list-style: none;
	text-indent:0;
	margin: 0;
}

ul.browse-rubrics-filters li.filter.selected:before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 8px;
  margin-left: 12px;
  line-height: 2.1;
  color: #0066A4;
}




ul.browse-rubrics-filters li.filter a {
	line-height: 1.2;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.browse-rubrics-filters li.filter a:hover {
	background-color: #ddca8c;
}


.browse-rubrics-results {
	float: right;
	width: 65%;
}

@media ( max-width: 795px ) {
	.browse-rubrics-results {
		width: 62%;
	}
}

@media ( max-width: 910px ) {
	ul.emke-search-menu {
		text-align: left;
	}
	ul.emke-search-menu {
		padding: 0px;
	}
}

@media ( max-width: 710px ) {
	.browse-rubrics-results {
		width: 58%;
	}
}

@media ( max-width: 642px ) {
	.browse-rubrics-results {
		margin-top: 25px;
		width: 100%;
	}

	.pagination-container {
		text-align: center;
	}

	.menu-search-nav-container {
		display: none;
	}

}

@media ( max-width: 320px ) {

	#menu-search-nav .current-menu-item {
		display: none;
	}

	ul.emke-search-menu {
		margin: 0;
		padding: 0;
		clear: both;
		text-align: center;
	}

}

@media ( max-width: 910px ) {

	.menu-search-nav-container {
		clear: both;
	}

}


.ie8 .sort-by {
	width: 225px;
}

.ie8 .order-by {
	width: 325px;
}

.ie8 .keyword-input {
	width: 275px;
}

.teaser-container {
	margin: 0 auto 36px;
	display: block;
}

.teaser-container h2,
.teaser-container h3 {
	margin: 0 0 3px 0;
}

.teaser-container h2 a,
.teaser-container h3 a {
	color: #000;
}

.teaser-container h5 {
	margin: 0;
}

.teaser-image-container {
	float: right;
	width: 30%;
	margin-left: 4%;
}

.teaser-text-container {
	float: left;
	width: 65%;
}

@media ( max-width: 658px ) {
	.teaser-container .content,
	.teaser-container .entry-author {
		font-size: .9rem;
	}
}

@media ( max-width:680px ) {
	.teaser-text-container {
		width: 65%;
	}

	.teaser-image-container {
		width: 30%;
	}
}

@media ( max-width:378px ) {
	.teaser-text-container {
		margin-top: 12px;
		width: 100%;
	}

	.teaser-image-container {
		width: 100%;
		float:left;
		margin-left: 0;
		text-align: center;
	}
}

.teaser-text-container-no-image {
	float: left;
	width: 100%;
}

.entry-featured-image {
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
	width: 40%;
}

.entry-featured-image a {
	display: block;
}

.entry-featured-image p {
	margin: 0;
}

.entry-featured-image .click-instructions {
	font-size: .8em;
	float: right;
	font-style: oblique;
}

.tags ul,
.related_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tags ul li {
	display: inline;
	margin-right: 7px;
}

.entry-bibliography p {
	text-indent: -2em;
	margin-left: 2em;
}

.biblio-list .entry-bibliography p {
	text-indent: 0;
    margin-left: 0;
    margin-bottom: 6px !important;
}

.entry-author, .understory-author {
	color: gray;
	margin-bottom: 12px;
}

.see-also ul, .gis-maps ul, .entry-longitude-latitude ul {
	list-style-type: none;
	padding-left:0;
}

.see-also ul {
	margin-top: 0;
}

.entry-section-container {
	display: block;
	margin-bottom: 30px;
	margin-top: 15px;
}

.entry-content h3 {
	line-height: 52px;
	margin: 0px;
}

.entry-section-container h3 {
	margin-bottom: 15px;
	display: block;
}

/*
*
* Explore page search button configuration
*
*/

.search-container {
	margin: 0 0 24px 0;
}

.keyword {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
}

.keyword button[type="submit"] {
	padding-top: 8px;
	padding-bottom: 7px;
}

.sort-ordering {
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
}

.sort-by {
	float: left;
	margin-right: 48px;
}

.order-by {
	float: left;
}

.keyword-input {
	float: left;
	margin-right: 14px;
}

.button-holder {
	float: left;
}

@media (max-width: 590px) {
	.order-by {
		clear: both;
		margin-top: 10px;
	}
}

@media (max-width: 440px) {
	.keyword-input {
		float: none;
	}

	.button-holder {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.entry-featured-image {
		clear: both;
		margin: 0 0 24px 0;
		width: 100%;
	}
}


/* footnotes styling */

p a[href*="#_ftn"] {
/* 	color: red; */
	display:none;
}

p a[href*="#_ftn"]:focus {
	color: #fff;
	display:none;
	background-color: #2455c3;
}

p a[href*="#_ftnref"] {
	color: lime;
	display:none;
}

.footnotes {
	margin-top: 15px;
	margin-bottom: 22px;
}

.footnotes-body {
	display: none;
}

.footnotes-body p {
	color: orange;
	margin: 0;
}

.footnotes-body ol {
	font-size: .875em;
	line-height: 1.6;
	-webkit-padding-start: 0; /* set the left margin to match the rest of the entry page */
	padding-left: 0;
	margin-left: 25px;
}

sup {
	line-height: 1 !important;
	vertical-align: super !important;
	top: 0 !important;
}

.footnotes-body ol {
	margin-top: 0;
}

.footnotes h4 {
	margin-bottom: 10px;
}

#rubrics {
	background-color: red;
}

li.slide {
	display: inline-block;
    vertical-align: top;
}

li.slide a {
	display: block;
	padding: 0 23px 24px 0;
}

.images.entry-section-container .media-container {
	padding: 16px;
	/* padding-top: 15px; */
	width: 100%;
}

.gallery-columns-3 {
	margin-left: 0;
	margin-bottom: 0;
}

.gallery.gallery-columns-1 {
	margin: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: calc(31% - 4px);
	margin: 0;
}

@media ( max-width: 667px) {
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
		margin: 0;
	}
}

.gallery.gallery-columns-2 {
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	margin: 0 24px 0 0;
	max-width: calc(46% - 4px);
}

@media ( max-width: 736px) {
	.gallery-columns-2 .gallery-item {
		margin: 0 12px 0;
		max-width: calc(46% - 4px);
	}
	
	.gallery-columns-2 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 10px;
	}
}

@media ( max-width: 667px) {
	.gallery-columns-2 .gallery-item {
		margin: 0;
		max-width: calc(48% - 4px);
	}
	
	.gallery-columns-2 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 0;
	}
}

@media ( max-width: 500px) {
	.gallery-columns-2 .gallery-item {
		margin: 0;
		max-width: calc(47% - 4px);
		float: left;
	}
	
	.gallery-columns-2 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 0;
	}
}

@media ( max-width: 375px) {
	.gallery-columns-2 .gallery-item {
		margin: 0 ;
		max-width: 100%;
		float: left;
		margin-bottom: 12px;
	}
	
	.gallery-columns-2 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.gallery-columns-3 .gallery-item {
	max-width: calc(33.34% - 15px);
	margin: 0 21px 0 0;
}

@media only screen and (max-width: 500px) {
    .gallery-columns-3 .gallery-item {
        max-width: 100%;
        margin: 0 0 21px 0;
    }
}

.gallery-columns-3.facetwp-template .gallery-item {
	max-width: calc(33.34% - 15px);
	margin: 0 21px 21px 0;
}

.gallery-columns-3.facetwp-template .gallery-item:nth-of-type(3n) {
	margin: 0 0 21px 0;
}

/* @media only screen and (max-width: 885px) {
	.gallery-columns-3 .gallery-item {
		max-width: calc(31% - 4px);
		margin: 0 29px 0 0;
	}
}

@media only screen and (max-width: 782px) {
	.gallery-columns-3 .gallery-item {
		max-width: calc(31% - 4px);
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 708px) {
	.gallery-columns-3 .gallery-item {
		max-width: calc(32% - 4px);
		margin: 0 18px 0 0;
	}

	.gallery-columns-3 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 0;
	}
}

@media only screen and (max-width: 500px) {
	.gallery-columns-3 .gallery-item {
		max-width: 100%;
		margin: 0 0 18px 0;
		clear: both;
	}

	.gallery-columns-3 .gallery-item:nth-of-type(2) {
		margin-right: 0;
		float: none;
		clear: both;
	}
} */

.gallery-columns-5 {
	margin-left: 0;
	margin-bottom: 0;
}

.gallery-columns-5 .gallery-item {
	max-width: calc(18% - 4px);
}

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

	.gallery-columns-5 .gallery-item {
		max-width: 29%;
		margin: 0 6.2% 48px 0;
	}

	.gallery-columns-5 .gallery-item:nth-of-type(3n-3) {
		margin-right: 0;
	}
	
	.gallery-columns-5 .gallery-item:nth-of-type(3n-2) {
		clear: left;
		margin: 0 6.2% 48px 0;
	}

	.gallery-columns-5 .gallery-item:nth-of-type(2) {
		clear: none;
	}

	.gallery-columns-5 .gallery-item:nth-of-type(3) {
		margin-right: 0;
		clear: none;
	}

	.gallery-columns-5 .gallery-item:nth-of-type(4) {
		margin: 0 5.5% 48px 0;
		clear: left;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(8) {
		margin: 0 5.5% 48px 0;
	}
}

@media only screen and (max-width: 708px) {
	.gallery-columns-5 .gallery-item {
		max-width: 46%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(2) {
		float: right;
		margin-right: 0;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(2n+3) {
		float: right;
		clear: both;
		margin-right: 0;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5) {
		float: left;
		clear: both;
		/* margin-right: 0; */
	}
}

@media ( max-width: 1024px) {
	li.slide a {
		padding: 0 28px 24px 0;
	}
}

@media ( max-width: 768px) {
	li.slide {
		max-width: 24.5%;
	}
}

@media ( max-width: 667px) {

	li.slide {
			max-width: 100%;
	}


	li.slide a {
		padding: 0 40px 24px 0;
	}
}

@media ( max-width: 568px) {
	li.slide {
		max-width: 32.5%;
	}

	li.slide a {
		padding: 0 23px 24px 0;
	}
}

@media ( max-width: 416px) {
	li.slide {
		max-width: 49%;
	}
}

ul.slides {
	padding-left: 24px;
	margin: 0;
}

@media ( max-width: 667px) {
	ul.slides {
		padding-left: 40px;
	}
}

@media ( max-width: 568px) {
	ul.slides {
		padding-left: 24px;
	}
}

@media ( max-width: 416px) {
	ul.slides {
		padding-left: 24px;
	}
}

ul.slides li:last-child {
	margin-right: 0;
}

.slide-caption {
	padding-top: 5px;
	line-height: 1;
	font-size: .875em;
}

.entry-contents-icons {
    padding: 0px;
    margin: 0px 0px 53px;
    float: left;
    display: block;
}

.entry-contents-icons a {
    margin-bottom: 12px;
}

.emke-icon-entries,
.emke-icon-maps,
.emke-icon-understory,
.emke-icon-images,
.emke-icon-documents,
.emke-icon-videos,
.emke-icon-audio,
.emke-icon-bibliographies,
.emke-icon-footnotes,
.emke-icon-comments {
	height: 52px;
	margin-right: 10px;
}

.emke-icon-entries {
	background: url(./images/icon-entry.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-entries {
	background: url(./images/icon-entry.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-maps {
	background: url(./images/icon-map.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-maps {
	background: url(./images/icon-map.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-videos {
	background:url(./images/icon-video.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-videos {
	background:url(./images/icon-video.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-images {
	background:url(./images/icon-image.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-documents {
	background:url(./images/icon-document.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-understory {
	background:url(./images/icon-understory.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-understory {
	background:url(./images/icon-understory.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-bibliographies {
	background: url(./images/icon-bibliography.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-bibliographies {
	background: url(./images/icon-bibliography.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.emke-icon-comments {
	background: url(./images/icon-comments.svg) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.no-svg .emke-icon-comments {
	background: url(./images/icon-comments.png) no-repeat left top;
	padding-left: 52px;
	display: inline-block;
	float: left;
	line-height: 52px;
}

.entry-bibliography p,
.understory-bibliography p {
	margin-bottom: 12px !important;
}

/* .entry-bibliography p:last-child { color: red; } */

.teaser-container .entry-bibliography p,
.teaser-container .entry-footnotes p {
	margin-bottom: 0 !important;
}

.featured-image-caption {
	background: #e5e5e5;
	padding: 10px 15px 15px;
	line-height:1.4;
	font-size: .85em;
}

a.footnotes-expander:link,
a.footnotes-expander:hover,
a.footnotes-expander:visited,
a.explore-more-expander:link,
a.explore-more-expander:hover,
a.explore-more-expander:visited {
	color: gray;
	font-size: .75em;
	font-family: 'lucida console', monospace;
	text-decoration: none;
}

.explore-more-container {
	display: none;
	clear: both;
}

.todo {
	color: red;
}

.comments-area {
	margin-top: 0;
}


.last_column {
/* 	padding-left: 50px; */
}

.display-posts-listing .listing-item {
	clear: both;
	margin-bottom: 16px;
}

.display-posts-listing .title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 16px;
}

.display-posts-listing h3 {
	margin: 0 !important;

}

.display-posts-listing .excerpt-dash { 	display: none; }

.display-posts-listing img {
	float: left;
	margin: 0 30px 30px 0;
}

/* Mobile devices */
@media (max-width: 359px) {

	.display-posts-listing a img {
		float: none;
		margin: 0 0 30px;
	}

}





/**
 * 12.0 Login/Register/User forms
 * ----------------------------------------------------------------------------
 */

#pass1 {
	width: inherit;
}

.emke-errors,
 .emke-messages {
    list-style: none;
    margin: 0;
    padding: 0px 0px 15px 0px;
}
    
.emke-action-confirmaction .success,
 .emke-error,
  .emke-message,
   .emke-success {
    border-left: 4px solid #00a0d2;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
    display: block;
    margin: 0 0 1em;
    padding: .75em;
}

#login_error {
    border-left: 4px solid red;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
    display: block;
    margin: 0 0 1em;
    padding: .75em;
}

#register-form label,
#loginform label,
#password-reset-form label {
	display: block;
}

.recaptcha-container {
	padding-bottom: 20px;
}

.tml input, .tml textarea, .tml select {
	width: inherit;
}

.tml-lostpassword {
	max-width: inherit;
}

ul.tml-links {
	list-style-type: none;
	padding-left: 0;
}



.user-container .row {
	display: block;
	clear: both;
	margin: 0 0 22px 0;
	width: 100%;
}

.user-container label {
	font-weight: bold;
	float: left;
	min-width: 155px;
	line-height: 3;
	text-transform: uppercase;
}

.user-container #pass1 {
	width: initial;
}

.user-container .description {
	display: block;
}

.user-container input[type=submit] {
	display: block;
	clear: both;
}

.user-container label {
	line-height: 2.7;
}

.user-container .description {
	line-height: 1;
	margin-top: 8px;
}

.input-description-container {
	display: block;
	float: left;
	margin-left: 25px;
}

/* Mobile devices */
@media (max-width: 620px) {

	.input-description-container {
		margin-left: 0;
		clear: both;
		width: 100%;
		padding-right: 25px;
	}

}

/**
 * 13.0 Location Search
 * ----------------------------------------------------------------------------
 */

#map.map {
	height: 700px;
}

/* Nexus 6p landscape */
@media ( max-width: 732px ) {
 	#map.map {
 		height: 340px;
	}
}
/* iphone 6 landscape */
@media ( max-width: 667px ) {
 	#map.map {
 		height: 300px;
	}
}
/* iphone5 landscape */
@media ( max-width: 568px ) {
 	#map.map {
 		height: 300px;
	}
}
/* iphone6plus portrait */
@media ( max-width: 414px ) {
 	#map.map {
 		height: 500px;
	}
}
/* iphone6 portrait */
@media ( max-width: 375px ) {
 	#map.map {
 		height: 400px;
	}
}
/* iphone5 portrait */
@media ( max-width: 320px ) {
 	#map.map {
 		height: 400px;
	}
}

.esriControlsBR {
	right: initial;
}

.esriSimpleSliderTL {
	top: unset;
	left: unset;
}

#map_zoom_slider {
	bottom: 20px;
	right: 20px;
}

.esriAttribution {
	bottom: 2px;
	left: 75px;
	position: absolute;
}

@media ( max-width: 667px ) {
	.esriAttribution {
		left: 45px;
	}
}


.message {
	color: red;
}

.esriPopup .contentPane {
	max-height: 400px !important;
}

.icon-location-pin {
	content: url(images/icon-map-pin.svg);
	width: 24px;
	position: relative;
	top: 6px;
	margin-right: 4px;
}

.archive.category-blog h2 {
	margin-bottom: 0;
}

.archive.category-blog .blog-date {
	color: gray;
	margin-bottom: 12px;
}

@media only screen and (max-width: 359px) {
	.gallery-columns-4 .gallery-item {
		width: 100%; 
	}
}

/* Column container */
.flexrow {  
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  /* flex: 30%; */
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 280px;
  /* background-color: #f6f1e0; */
  /* padding: 20px; */
}

.side .header-container {
    background-color: #f6f1e0; 
    margin: 0;
    width: 100%;
}

.side .header-container h3 {
    padding: 20px 20px 8px 20px;
    margin: 0;
}

/* Main column */
.main {
  flex: 1;
  background-color: white;
  padding: 0 0 20px 40px;
}

.gallery-columns-3.facetwp-template .gallery-item img {
    max-width: 100%;
    min-height: 135px;
}

.gallery-columns-3.facetwp-template .gallery-icon {
    height: 135px;
}

.facetwp-facet {
	background-color: #f6f1e0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.facetwp-checkbox {
    margin-bottom: 8px !important;
    padding-left: 24px !important;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.facetwp-selection-label {
	display: none;
}

.facetwp-counts {
    font-weight: 300;
    margin-bottom: 20px;
}

.facetwp-selections ul {
	padding: 0;
}

.facetwp-selections .facetwp-selection-value {
    background-color: #f2f2f5;
	padding: 10px 40px 10px 20px !important;
    background-position: right 20px center !important;
    margin-bottom: 10px;
}

.facetwp-depth {
    background-color: #ddca8c;
    margin-left: 0 !important;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

.facetwp-pager {
	text-align: center;
}

.facetwp-page.active {
	font-weight: normal;
	padding: 6px 10px;
	background: #f1f1f1;
}

a.facetwp-page {
	color: #000;
	font-weight: 300;
	padding: 6px 10px;
	background: #f1f1f1;
}

.facetwp-selections ul {
    margin-top: 0px;
}

@media only screen and (max-width: 1005px) {
    .gallery-columns-3.facetwp-template .gallery-icon {
        height: 150px;
    }

    .gallery-columns-3.facetwp-template .gallery-item {
        max-width: calc(50% - 10px);
        margin: 0 0 21px 0;
     }

    .gallery-columns-3.facetwp-template .gallery-item img {
        min-height: 150px;
    }

    .gallery-columns-3.facetwp-template .gallery-item:nth-of-type(odd) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 834px) {
    .gallery-columns-3.facetwp-template .gallery-icon {
        height: 130px;
    }

    .gallery-columns-3.facetwp-template .gallery-item img {
        min-height: 130px;
    }
}

@media only screen and (max-width: 780px) {
    .gallery-columns-3.facetwp-template .gallery-icon {
        height: 110px;
    }

    .gallery-columns-3.facetwp-template .gallery-item img {
        min-height: 110px;
    }
}

@media only screen and (max-width: 725px) {
    .gallery-columns-3.facetwp-template .gallery-icon {
        height: auto;
    }

    .gallery-columns-3.facetwp-template .gallery-item {
         max-width: calc(100%);
         margin-right: 0px;
     }

    .gallery-columns-3.facetwp-template .gallery-item img {
        min-height: none;
    }

    .gallery-columns-3.facetwp-template .gallery-item:nth-of-type(odd) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 630px) {
    .side {
        flex-basis: 100%;
    }
    .main {
        padding-left: 0;
    }

    .gallery-columns-3.facetwp-template .gallery-icon {
        height: 175px;
    }

    .gallery-columns-3.facetwp-template .gallery-item {
        max-width: calc(50% - 10px);
        float: left;
     }

    .gallery-columns-3.facetwp-template .gallery-item img {
        min-height: 150px;
    }

    .gallery-columns-3.facetwp-template .gallery-item:nth-of-type(odd) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 411px) {
    .gallery-columns-3.facetwp-template .gallery-icon {
        height: auto;
    }

    .gallery-columns-3.facetwp-template .gallery-item {
        max-width: calc(100%);
        float: none;
     }

    .gallery-columns-3.facetwp-template .gallery-item img {
        min-height: auto;
    }

    .gallery-columns-3.facetwp-template .gallery-item:nth-of-type(odd) {
        margin-right: 0;
    }
}

.understories-intro {
    font-weight: 300;
    line-height: 1.7;
}

.cpt-lessons .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
}

.green {
    flex: 0 0 300px;
    margin-right: 36px;
}

.red {
    flex: 1;
}

.brown {
    background: #f6f1e0;
    padding: 16px 16px;
}

/* .red .description {
    float:left; 
    width: 56%;
} */

.red h4:first-of-type {
    margin-top: 16px;
}

.brown h4:first-of-type {
  margin-top: 0px;
}

.red table td {
  line-height: 1.5;
}

.red .entry-thumbnail {
    float: right;
    max-width: 40%;
    margin-left: 24px;
    margin-bottom: 12px;
}

.red .entry-thumbnail img {
    margin-top: 0px;
    height: unset;
    width: unset;
}

.red .intro-container {
    /* background: red; */
    display: block;
    padding-bottom: 36px;
    float: left;
}

.red .description {
    margin-bottom: 12px;
}

.subtitle {
    color: gray;
    margin-bottom: 12px;
}

.bold {
    font-weight: bold;
}

.lesson {
    display: block;
    float: left;
    /* background: lime; */
    clear: right;
    margin-bottom: 36px;
    height: auto;
}

.lesson .image-container {
    float: right;
    width: 200px;
    max-height: 145px;
    margin-left: 24px;
    margin-bottom: 12px;
    overflow: hidden;
}

.lesson .summary h4 {
    margin-top: 0px;
    margin-bottom: 3px;
    clear: unset;
}

.brown h5 {
    margin-top: 16px;
    margin-bottom: 0px;
}

.brown h5:first-of-type {
    margin-top: 0px;
}

.bar {
    font-weight: 300;
}

.red ol li p,
.red ol li ul
 {
    /* color: red; */
    margin-bottom: 16px;
}

@media only screen and (max-width: 667px) {
    .green {
        flex: none;
        width: 100%;
        margin-bottom: 24px;
    }

    .red .entry-thumbnail {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 375px) {
    .lesson .image-container {
        float: none;
        margin-left: 0;
        width: 100%;
        max-height: 100%;
    }
}

.biblio-list p {
    margin-top: 24px;
    margin-bottom: 6px;
}

.taxonomy-list {
    color: gray;
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 24px;
    /* border-top: 1px solid #ccc; */
    float: left;
    width: 100%;
}
