@charset 'UTF-8';
@import url('//fast.fonts.net/cssapi/89212e3d-6601-43e2-ab4f-b2fcdea5ad4f.css');
body {
	font-family: 'Museo Sans W01', 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	background: url('/sites/all/themes/edie/images/slash-bkgnd-51.png');
	position: relative;
}	
#page {
	position: relative;
}
body.front h1#page-title {
	display: none;
	}
#page {   /*--- makes sidebar and article same height ---*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	}
	#columns,
	#header,
	#menu-bar {
		flex: 1 1 auto
	}
	#footer {
		flex: 0 0 auto;
	}
/*--=====RESPONSIVE SHOW-HIDE=====--*/ 
#footer,
#header {
	position: relative;
}
/*-- show/hide bkgnd --*/
#modalBkgnd {
	z-index: 100;
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.5);
    transition: display 200ms;
    animation-timing-function: ease;
	}
/*--=====BASIC STORY FORMATTING=====--*/
.node-content h2 {
	margin: 1em 0 0.5em;
	font-size: 2em;
	line-height: 1.3;
	}
.node-content h3 em {
	font-style: normal;
	}
.node-content h3 {
	margin: 1em 0 0.5em;
	color: #0760d5;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.3;
	}
.node-content .field-name-field-photo-credit {
	margin: 2rem 0 0 50%;
	text-align: right;
	font-style: italic;
	font-size: 0.85em;
	}
.node-content blockquote {
	margin: 3rem 0 4rem 1rem;
	padding: 0 2rem 0;
	b ackground: #f8f8f8;
	font-size: 125%;
	border-left: 4px solid #ccc;
	border-right: 0;
	}
/*------ E N D M A R K -----*/
body:not(.node-type-page) .node-content .field-name-body:last-child::after {        
	content: " " url('/sites/all/themes/edie/images/edu-endmark-blue.png'); 
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	}
.node-content .field-name-body ul,
.node-content .field-name-body ol {
	margin: 0.75rem 0 0.75rem 1.15rem;
	padding: 0;
	}
.node-content .field-name-body ul li,
.node-content .field-name-body ol li {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0.75rem;
	}
/*--=====category PAGES=====--*/
				body.cat-page .content-column {
					padding: 0;
					}
				body.c at-page h1#page-title {
					padding: 0.75rem 2.75rem;
					margin: 0;
					background: #f0f0f0;
					color: #444;
					
					}

/*--=====LANDING PAGES (incl HOME)=====--*/
.home-item-title a:link,
.home-item-title a:visited, 
.home-item-title a:hover,
.home-item-titler a:active {
	color: #555;
	text-decoration: none;
	}
/*--=====PAGES=====--*/
.image-d-one-third,
.image-c-half-page {
	display: block;
	margin: 2em 25%;
	width: 50%;
	height: auto;
	}
.image-d-one-third {
	display: block;
	margin: 3em 35%;
	width: 30%;
	height: auto;
	}
.field-name-body iframe {
	display: inline-block;
	margin: 2rem auto;
	}
/*==========PAGERS==========*/
body.html:not(.page-admin) .item-list ul.pager {
	padding: 1rem;
	margin: 0;
	overflow: hidden;
	}
body.html:not(.page-admin) .item-list ul.pager li a {
	color: inherit;
	color: #fff;
	}
body.html:not(.page-admin) .item-list ul.pager li {
	width: auto;
	margin: 0;
	padding: 2px 5px;
	border: 0px solid #ddd;
	border-radius: 5px;
	line-height: 1.5em;
	}
body.html:not(.page-admin) .item-list ul.pager li.pager-ellipsis {
	display: none;
	}
body.html:not(.page-admin) .item-list ul.pager li.pager-current {
	background: #fff;
	border: 2px solid #777;
	margin: 0 2px;
	padding: 4px 7px;
	font-size: 2rem;
	}
/*--======just PREV NEXT pager =====--*/
body.html:not(.page-admin) #edit-submit,
body.html:not(.page-admin) input.form-submit,
body.html:not(.page-admin) .item-list ul.pager li.pager-previous, 
body.html:not(.page-admin) .item-list ul.pager li.pager-next {
	background: #fff;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #848dab;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 0.5rem 4px;
	font-weight: 700;
	font-family: 'Museo Sans W01', 'Verdana', sans-serif;
	color: #fff;
	min-width: 135px;
	}
body.html:not(.page-admin) .item-list ul.pager li.pager-previous {
	float: left;
	}
body.html:not(.page-admin) .item-list ul.pager li.pager-next {
	float: right;
	}
body.html:not(.page-admin) .item-list ul.pager li.pager-last,
body.html:not(.page-admin) .item-list ul.pager li.pager-item,
body.html:not(.page-admin) .item-list ul.pager li.pager-current,
body.html:not(.page-admin) .item-list ul.pager li.pager-first {
	display: none;
	}
/*--=====MISC CLEAN-UP=====--*/
.block-content, 
.container {
	position: relative;
	}
.bio-pic {
	margin: 2rem 0;
	text-align: center;
	}
#admin-menu {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	}
#admin-menu .dropdown li ul {
	line-height: 1.4em;
	}
/*--oomers editors' menu--*/
#block-system-user-menu ul.menu {
	display: flex;
	}
#block-system-user-menu li {
	flex: 0 0 auto;
	}
/*--=====ADDTHIS block-block-15=====--*/
.region-highlighted .region-inner {
	position: relative;
	}
body:not(.more-articles-header) #block-block-15 {
	display: none;
	}
#block-block-15 {
	position: absolute;
	bottom: 1.1rem;
	right: 3rem;
	z-index: 450;
	height: auto;
	margin: 0 0 -2px;
	overflow: hidden;
	transition: height 900ms;
	}
.at-share-btn-elements {
	margin: 0;
	padding: 10px 0 0;
	border-radius: 50%;
	text-align: center;
	}
.at-share-btn-elements span.at-icon-wrapper {
	display: inline-block;
	margin: 0;
	}
.at-share-btn-elements a.at-icon-wrapper {
	display: inline-block;
	margin: 0 0 0 15px;
	}
.at-share-tbx-element .at-share-btn {
	m rgin: 0 !important;
	}
/*--=====FOOTER=====--*/
#page-wrapper #footer {
	padding: 0.75rem 0 0.75rem;
	margin: 0;
	display: block;
	background: #bbb;
	background: #777;
	min-width: 320px;
	width: 100%;
	text-align: center;
	}
.legal-footer {
	line-height: 1.3;
	font-size: 90%;
	margin: 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	}
.legal-footer a {
	color: #fff
	font-weight: 700;
	}
a.footer-logo-wrapper {
	display: block;
	text-align: center;
	}
#footer .footer-logo {
	margin: 3px 0 6px;
	width: 65%;
	max-width: 220px;
	height: auto;	
	display: inline-block;
	}
/*--====NOT-ARTICLES=====--
h1#page-title,
h2.category-h2 {
	background: #444;
	margin: 0 -1rem 2rem -1rem;
	color: #fff;
	font-size: 170%;
	padding: 0.25rem 1rem;
	}*/
h1#page-title,
h2.category-h2 {
	margin: 2.25rem 0 1rem;
	font-size: 250%;
	border-bottom: 0px solid #ccc;
	color: #0760d5;
	}
/*--====ARTICLES=====--*/
body.hide-title .submitted,
footer.submitted,
body.hide-title h1#page-title {
	display: none;
	}
#comments footer.submitted {
	display: block;
	}
body.hide-title .region-highlighted {
	margin: 0 -3rem 1rem;
	}
body.hide-title .node-content .field-item p:first-child img {
	display: none;
	}
/*--====COMMENTS=====--*/
#comments footer.submitted {
	display: block;
	}
#comments .author-datetime {
	font-size: 80%;
	color: #777;
	margin: 0 0 0.5rem;
	}
#comments .username {
	font-weight: bold;
	}
ul.links li.comment-add {
	display: inline-block;
	font-size: 1rem;
	f ont-weight: bold;
	margin-top: 2rem;
	border: 1px solid #0760d5;
	padding: 2px 1rem;
	border-radius: 20px;
	}
ul.links li.comment-add:hover {
	background: #eee;
	}
#comments h2.comment-title {
	margin: 0 0 1rem;
	}
#comments .comment {
	border-left: 3px solid #ccc;
	margin-left: 1rem;
	padding-left: 1rem;
	}
#comment-form .form-item-homepage,
#comment-form .form-item-mail .description {
	display: none;
	}
/*--=====FORMS=====--*/
body.html:not(.page-admin) .form-text,
body.html:not(.page-admin) .form-type-textarea input,
body.html:not(.page-admin) #edit-message {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px;
	font-family: 'Museo Sans W01', 'Verdana', sans-serif;
	color: #4d4d4d;
	}
body.html:not(.page-admin) #edit-keys {
	margin: 1rem 0;
	padding: 8px;
	font-size: 125%;
	width: 100%;
	border: 1px solid #ccc;
	b order-radius: 8px;
	}
body.html:not(.page-admin) .form-required {
	display: none;
	}
body.html:not(.page-admin) #edit-submit,
body.html:not(.page-admin) input.form-submit {
	margin: 1rem 0;
	padding: 8px 1rem;
	border-radius: 10px;
	background: #848dab;
	border: 0px solid #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 75%;
	font-weight: 700;
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	}
/*--=====subscription form THANK YOU cleanup====--*/
body.ty-for-subscribing h1#page-title,
body.ty-for-subscribing #content .links {
	display: none;
	}
/*--=====USER PAGE====--*/
body.page-user #block-system-main .user-profile {
	padding: 1rem 3rem 0;
	overflow: hidden;
	}
body.page-user #block-system-main .user-picture {
	padding: 0;
	margin: 4px -1rem 8px 1em;
	}
body.page-user #block-system-main .user-profile img {
	margin: 0;
	float: none;
	}
/*--=====LINKS====--*/
a:link,
a:visited,
a:hover, 
a:active {
	color: #0760d5;
	text-decoration: none;
	}
a:hover {
	color: #00f;
	}
.field-name-body h3 a:link,
.field-name-body h3 a:visited,
.field-name-body h3 a:hover, 
.field-name-body h3 a:active {
	color: #0760d5;
	}
.field-name-body h3 a:hover {
	color: #8b1d1d;
	}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: inherit;
	text-decoration: none;
	}
					.home-item-series-title {
						margin: 0 0 10px;
						font-size: 90%;
						font-weight: 500;
						f ont-style: italic;
						line-height: 1;
						color: #888;
						text-transform: uppercase;
						}
					.front .views-row-first .home-item-series-title {
						color: #fff;
						}

/*.home-author a:link,
.home-author a:visited,
.home-author a:hover,
.home-author a:active {
	color: #fff;
	text-decoration: none;
	}
.home-author a:hover {
 	}*/
#menu-bar a:link,
#menu-bar a:visited,
#menu-bar a:hover,
#menu-bar a:active {
	color: #333;
	text-decoration: none;
	}
.region-sidebar-first a:link,
.region-sidebar-first a:visited,
.region-sidebar-first a:hover,
.region-sidebar-first a:active {
	color: #222;
	text-decoration: none;
	}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body:not(.page-admin) #breadcrumb {
	display: none;
	}
#breadcrumb {
	margin: 0;
	padding: 0 1rem;
	background: #eee;
	}
#block-system-help {
	padding: 0 1rem;
	}
body.page-search-user .form-item label,
body.page-search-node .form-item label {
	display: none;
	}
span.edit-link {
	position: absolute;
	z-index: 99999;
	top: 5px;
	right: 25px;
	background: rgba(255,255,255,0.5);
	}
body.admin-menu {
	margin-top: 27px !important;
	margin-bottom: -27px !important;
	}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#messages .messages {
	margin: 1rem
	}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

/*-----=====PRINT STYLES=====-----*/
/*-----=====PRINT STYLES=====-----*/
@media print {
	.region-sidebar-first,
	.region-content-aside,
	#footer {
		display: none;
		}
	body {
		background: none;
		width: 100%;
		font-size: 14px;
		}
	#page {
		width: 66.6%;
		margin: 0 auto;
		box-shadow: 0 0 0 #fff;
		}
	.oomph-article-page:not(.podcast-page) .node-content .field-name-body {
		font-size: 14px;
		}
}
/*-----=====END OF PRINT STYLES=====-----*/
/*-----=====END OF PRINT STYLES=====-----*/

  .menu-item-1397 { display: none !important;}
  
  
  /*-- DISABLED mystery meat is below --*/



