/*
Theme Name: Express Newark
Theme URI: http://www.amberweinberg.com/super-hijinksified-lightweight-wordpress-theme
Description: This theme is a derivative of Super Hijinksified, custom coded for the client.
Author: Level Group
Author URI: https://www.levelnyc.com/
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

@font-face {
    font-family: 'Bubba';
    src: url('fonts/bubba_pro_ik-webfont.woff2') format('woff2'),
         url('fonts/bubba_pro_ik-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
  --white: #fff;
  --black: #000;
  --gray: #4A4A4A;
  --grayBkg: #898B8D;
  --exhibits: #00AEDE;
  --events: #EB008B;
  --stories: #FFCA05;
  --purple: #2E3191;
  --red: #DC1F24;
  --green: #02844A;
  --bodyFont2: 'Archer A', 'Archer B', Arial, Helvetica, sans-serif;
  --bodyFont: "Archer SSm A", "Archer SSm B", Arial, Helvetica, sans-serif;
  --specialFont: 'Bubba', Arial, Helvetica, sans-serif;
}

/*	
	weights are off for publisher:
	
	Extra Light - 300 - uses --bodyFont2
	Light - 400
	Book - 500
	Medium - 600
	Semibold - 700
*/

html {
    font-size: 100%;
}

html.active,
html.active body {
	height: 100%;
	overflow: hidden;
	position: relative;
}

body { 
	background: var(--white); 
	color: var(--black); 
	font: 1rem var(--bodyFont); 
    -webkit-font-smoothing: antialiased;
    padding: 0 40px;
}

a { 
	color: var(--black);
	text-decoration: none;
	transition: all .5s ease;
}

a:hover {
	color: var(--black);
	text-decoration: underline;
}

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

h1 {
	font: 300 2.875rem var(--bodyFont2); /*46*/
    line-height: 1.1; /*50*/
    margin: 0 0 40px;
}

h2,
h3 {
    font-size: 1.1rem; /*20*/
    font-weight: 600;
    line-height: 1.6; /*28*/
    margin: 0 0 15px;
}

p,
ul,
ol {
	font-size: 1.1rem; /*20*/
	line-height: 1.6; /*28*/
	margin: 0 0 15px;
}

header, 
section, 
footer,
article {
	width: 100%;
}

.container {
	clear: both;
	margin: 0 auto; 
	position: relative;
}

.flex-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid {
	display: grid;
}

.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

:focus {
1	box-shadow: 0 1px 0 var(--grayBkg) !important;
	outline: none !important;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
	height: 80px;
	position: relative;
}

header.active {
	background: var(--white);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
}

header .logo {
	left: -40px;
	position: absolute;
	transition: none;
	top: 0;
	width: 190px;
	z-index: 2;
}

header.active .logo {
	left: 0;
}

/***Nav***/

nav {
	width: 100%;
}

#menu-main-top {
	padding: 24px 0 19px;
	text-align: center;
}

#menu-main-top li {
	display: inline-block;
	margin: 0 3px;
}

#menu-main-top li a {
	font: .8125rem/2.84 var(--specialFont); /*13/37*/
	letter-spacing: .75px;
	text-transform: uppercase;
}

#menu-main-top .active a {
	text-decoration: underline;
}

/*Search Icon*/

#menu-main-top li:last-child {
	position: absolute;
	right: 0;
	top: 37px;
}

header.active #menu-main-top li:last-child {
	right: 40px;
}

#menu-main-top li:last-child a {
	background: url('svgs/icon-search.svg') no-repeat;
	display: block;
	height: 12px;
	text-indent: -999999px;
	width: 12px;
}

#menu-main-top li:last-child a:hover {
	opacity: .5;
	text-decoration: none;
}

/***Popup Menu***/

.popup-nav {
	display: none;
	height: 100%;
}

header.active .popup-nav {
	display: block;
}

.popup-nav > li:not(.bottom-content) {
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding: 0 40px;
	position: absolute;
	text-align: center;
	top: 140px;
	width: 100%;
}

.popup-nav > li.active {
	display: block;
}

.popup-nav .menu > li,
.popup-nav > li:nth-of-type(6) .menu > li:last-child {
	padding-bottom: 40px;
}

.popup-nav .menu > li:last-child,
.popup-nav .ajax-search,
.popup-nav .newsletter {
	padding-bottom: 400px;
}

.popup-nav .menu > li > a,
.popup-nav #menu-search h3,
.searchform label {
	border-bottom: 1px solid transparent;
	display: inline-block;
	font-size: 2.25rem; /*36*/
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 20px;
}

.popup-nav .sub-menu li {
	margin-bottom: 5px;
}

.popup-nav .sub-menu a {
	display: inline-block;
	font-size: 1.625rem; /*26*/
	font-style: italic;
	font-weight: 400;
	line-height: 1.38; /*36*/
}

/*Newsletter*/

.popup-nav .newsletter h3,
#search-results h3 {
	font-size: 1.625rem; /*26*/
}

.popup-nav .newsletter form,
.searchform,
#search-results {
	margin: 0 auto;
	max-width: 644px;
	width: 100%;
}

/*Search*/

.searchform label {
	margin-bottom: 37px;
}

.searchform input {
	background: none;
	border: none;
	border-bottom: 1px solid var(--black);
	border-radius: 0;
	box-shadow: none;
	font-family: inherit;
	font-size: 1.625rem; /*26*/
	font-weight: 400;
	padding-bottom: 6px;
	text-align: center;
	width: 100%;
}

#search-results {
	padding: 38px 0 400px;
	text-align: left;
}

.popup-nav #menu-search h3 {
	font-size: 1.625rem; /*26*/
	font-weight: 400;
	margin-bottom: 30px;
}

#search-results ul {
	margin: 0;
	padding: 0;
}

#search-results li {
	border-bottom: 1px solid #000;
	list-style: none;
	margin-bottom: 30px;
	padding-bottom: 43px;
}

#search-results h4 {
	font-size: 1.625rem; /*26*/
	font-style: italic;
	font-weight: 600;
	margin: 0 0 16px;
}

#search-results p {
	font-size: 1.25rem; /*20*/
	font-style: italic;
	line-height: 1.4; /*28*/
	margin: 0;
}

/*Bottom Menu*/

.popup-nav .bottom-content {
	background: rgba(255,255,255,0.90);
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 76px 40px 40px;
	position: absolute;
	transition: all .5s ease;
	width: 100%;
	z-index: 999;
}

header.active .bottom-content {
	opacity: 1;
}

.popup-nav > .bottom-content .grid {
	grid-column-gap: 35px;
	grid-template-columns: repeat(4, 1fr);
	text-align: left;
}

/***Mobile Menu***/

header .mobile-menu {
	display: none;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer {
	border-top: 1px solid var(--black);
	grid-column-gap: 0;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 146px;
	padding: 58px 0 70px;
}

footer h3,
footer p,
.popup-nav > .bottom-content h3,
.popup-nav > .bottom-content p {
	font-size: .875rem; /*14*/
	font-weight: 700;
	line-height: 1.6; /*22*/
	margin: 0 10px 0 0;
}

footer p,
.popup-nav > .bottom-content p {
	font-weight: 500;
}

footer p a,
.popup-nav > .bottom-content p a {
	font-style: italic;
}

/***Newsletter***/

footer .newsletter {
	grid-column: 1 / span 2;
	margin-top: 52px;
}

.newsletter h3 {
	margin-bottom: 20px;
}

.newsletter form {
	border-bottom: 1px solid var(--gray);
	display: flex;
	max-width: 604px;
	width: 100%;
}

.newsletter input[type=email] {
	background: none;
	border: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: var(--black); 
	font-family: inherit;
	font-weight: 500;
	height: 40px;
	width: 100%;
}

footer .newsletter input[type=email] {
	font-size: .875rem; /*14*/
}

.newsletter input[type=email]:focus {
	border-bottom-color: var(--black) !important;
}

.newsletter ::-webkit-input-placeholder { 
	color: var(--black); 
}

.newsletter ::-moz-placeholder { 
	color: var(--black); 
	opacity: 1;
}

.newsletter :-ms-input-placeholder {
	color: var(--black); 
}

.newsletter button {
	background: url('images/icon-arrow.png') no-repeat center #898B8D;
	backface-visibility: hidden;
	background-size: 20px auto;
	border: none;
	border-radius: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	text-indent: -999999px;
	transition: all .5s ease;
	transform: rotate(90deg);
	width: 20px;
}

.newsletter button:hover {
	background-color: var(--black);
}

/***Social Media***/

footer .social {
	align-self: end;
	grid-column: 4;
	margin: 0 0 12px;
	padding: 0;
}

footer .social li {
	display: inline-block;
	list-style: none;
	margin: 0 8px;
}

footer .social a {
	color: var(--grayBkg);
	font-size: 1.5rem; /*24*/
}

footer .social a:hover {
	color: var(--black);
}

/***Copyright***/

footer .copyright {
	margin: 89px 0 0;
}

/***Back to Top***/

.back-top {
	background: var(--white);
	bottom: 0;
	font: .8125rem var(--specialFont); /*13*/
	padding: 20px 40px;
	position: fixed;
	right: 0;
	text-transform: uppercase; 
}

.back-top:after {
	background: url('images/icon-arrow.png') no-repeat center #898B8D;
	background-size: 20px auto;
	content: "";
	display: inline-block;
	height: 20px;
	margin-left: 10px;
	vertical-align: -3px;
	width: 20px;
}

.back-top.events:after {
	background-color: var(--events);
}

.back-top.exhibits:after {
	background-color: var(--exhibits);
}

.back-top.stories:after {
	background-color: var(--stories);
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.hero {
	background: no-repeat center;
	background-size: cover;
	height: 35vw;
	min-height: 644px;
	position: relative;
}

.hero .content {
	background: var(--white);
	bottom: 40px;
	padding: 30px 0 34px 40px;
	position: absolute;
	right: 0;
	width: 25%;
}

.hero .content:hover {
	text-decoration: none;
}

.hero h2 {
	font-weight: 400;
	margin: 0 0 10px;
}

.hero span {
	display: block;
	font-size: .75rem; /*12*/
	font-weight: 700;
	line-height: 2.57; /*36*/
	text-transform: capitalize;
}

.hero .content:hover h2 {
	text-decoration: underline;
}

.hero .content:hover span {
	text-decoration: none;
}

/***Intro Content***/

.intro-content {
	margin: 80px auto;
	max-width: 50%;
}

.intro-content h1 {
	font: 600 1.625rem/1.38 var(--bodyFont); /*26/36*/
	margin: 0 0 10px;
}

.intro-content h2 {
	margin: 0 0 10px;
}

.intro-content p:last-child {
	margin: 0;
}

/***Posts Grid***/

.posts .intro-content {
	border-top: 1px solid var(--gray);
	margin: 0 auto;
	padding: 60px 0;
}

.posts .grid {
	grid-template-columns: repeat(4,1fr);
	margin: 0;
	padding: 0;
}

.posts li {
	list-style: none;
	position: relative;
}

.posts li a {
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: flex-start;
	overflow: hidden;
}

.posts li a:hover {
	text-decoration: none;
}

.posts .featured {
	grid-column: span 2;
}

.posts img {
	transition: all .5s ease;
	width: 100%;
}

.posts .featured img {
	/*height: 100%;*/
}

.posts a:hover img {
	transform: scale(1.1);
}

.posts .content {
	background: var(--white);
	margin: auto 0 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.posts .featured .content {
	bottom: 0;
	padding-bottom: 50%;
	position: absolute;
	right: 0;
	width: 50%;
}

.posts .content:after {
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 1%, var(--white) 32%, var(--white) 42%);
	bottom: 0;
	content: "";
	height: 75px;
	left: 0;
	position: absolute;
	width: 100%;
}

.posts .color-bar {
	background: var(--white);
	height: 40px;
	opacity: .75;
	position: absolute;
	right: 40px;
	top: -40px;
	width: calc(100% - 80px);
}

.posts .exhibits .color-bar,
.posts .events .color-bar,
.posts .stories .color-bar {
	opacity: .9
}

.posts .exhibits .color-bar {
	background: var(--exhibits);
}

.posts .events .color-bar {
	background: var(--events);
}

.posts .stories .color-bar {
	background: var(--stories);
}

.posts .color-bar:before,
.posts .color-bar:after {
	content: "";
	position: absolute;
}

.posts .color-bar:before {
	background: var(--white);
	height: 100%;
	right: -40px;
	top: 0;
	width: 40px;
}

.posts .exhibits .color-bar:before {
	background: var(--purple);
}

.posts .events .color-bar:before {
	background: var(--red);
}

.posts .stories .color-bar:before {
	background: var(--green);
}

.posts .color-bar:after {
	bottom: -60px;
	height: 60px;
	right: -40px;
	width: 40px;
}

.posts .exhibits .color-bar:after {
	background: var(--events);
}

.posts .events .color-bar:after {
	background: var(--stories);
}

.posts .stories .color-bar:after {
	background: var(--exhibits);
}

.posts .post-info {
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: flex-start;
	left: 0;
	overflow: hidden;
	padding: 38px 40px 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

.posts .post-date {
	font-size: 1.1rem; 
	font-weight: 600;
	line-height: 1.4; /*36*/
	margin: 6px 0 16px;
}

.posts .post-title {

}

.posts .post-type,
.posts .partnership-category,
.posts .contributors h3,
.posts .partnerships h3 {
	font-size: .75rem; /*12*/
	font-weight: 700;
	line-height: 1.42; /*20*/
	text-transform: capitalize;
}

.posts .partnership-category {
	margin-bottom: 10px;
	font-weight: 500;
}

.posts h3 {
	line-height: 1.6em;
}

.posts h3,
.posts .contributor-title,
.posts .partner-descrip {
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 9px;
	height: 116px;
	overflow: hidden;
	position: relative;
}

.posts .contributors h3,
.posts .partnerships h3 {
	font-size: 1.1rem;
	font-weight: 600;
	height: auto;
	margin: 0 0 6px;
	overflow: visible;
}

.posts .contributor-title,
.posts .partner-descrip {
	font-size: 1.1rem;
	line-height: 1.6;
	height: 145px;
	margin: 4px 0 10px;
}

.posts .contributor-title span {
	display: block;
	height: 15px;
}

.posts li a:hover h3 {
	text-decoration: underline;
}

.posts .partnership-category {
	/*margin: auto 0 0;*/
	position: relative;
	z-index: 2;
}

.posts .alm-btn-wrap {
	margin-top: 40px;
	text-align: center;
}

.posts .alm-load-more-btn {
	background: none;
	border: none;
	border-radius: 0;
	color: var(--black);
	font: .8125rem var(--specialFont);
	padding: 0;
	text-transform: uppercase;
	transition: all .5s ease;
}

.posts .alm-load-more-btn:before,
.filter button:before,
.contributors-list button:before {
	background: url('images/icon-plus.png') no-repeat center #898B8D;
	background-size: 20px auto;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	vertical-align: -6px;
	width: 20px;
}

.post-type-archive-exhibits .posts .alm-load-more-btn:before,
.post-type-archive-exhibits .filter button:before,
.tax-exhibit-category .posts .alm-load-more-btn:before,
.tax-exhibit-category .filter button:before  {
	background-color: var(--exhibits);
}

.post-type-archive-events .posts .alm-load-more-btn:before,
.post-type-archive-events .filter button:before,
.tax-event-category .posts .alm-load-more-btn:before,
.tax-event-category .filter button:before  {
	background-color: var(--events);
}

.post-type-archive-stories .posts .alm-load-more-btn:before,
.post-type-archive-stories .filter button:before,
.tax-story-category .posts .alm-load-more-btn:before,
.tax-story-category .filter button:before  {
	background-color: var(--stories);
}

.posts .alm-load-more-btn.done {
	cursor: default;
	opacity: .2;
}

.posts .alm-load-more-btn:hover {
	opacity: .6;
}

/***************************************************************************************************************************************************************************************/

/*POST ARCHIVES STYLES*/

/***************************************************************************************************************************************************************************************/

.post-description {
	padding: 157px 0 0 0;
}

.post-description h1 {
	font: 600 1.375rem/1.4 var(--bodyFont); /*26*/
	margin-bottom: 20px;
	padding-right: 40px;
	text-transform: capitalize;
}

.post-description p,
.filter button,
.post-description li {
	font-size: .875rem; /*14*/
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
}

.post-description p {
	padding-right: 40px;
}

.post-description ul {
	margin: 0;
	padding: 0;
}

.filter button {
	background: none;
	border: none;
	border-radius: 0;
	font-family: inherit;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	transition: all .5s ease;
}

.filter button:hover {
	opacity: .5;
}

.filter button:before {
	vertical-align: -4px;
}

.filter.active button:before,
.contributors-list button.close-contributors:before {
	background-image: url('images/icon-minus.png');
	background-size: 20px auto;
}

.filter ul {
	background: var(--white);
	display: none;
	padding: 0 40px 20px 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.filter.active ul {
	display: block;
}

.filter ul li {
	font-style: italic;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.filter ul li.current-cat > a,
.filter li a:hover {
	text-decoration: underline;
}

/***************************************************************************************************************************************************************************************/

/*SINGLE POST & DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Page Hero***/

.page-hero {
	background: no-repeat center;
	background-size: cover;
	height: 35vw;
	min-height: 544px;
	position: relative;
}

.page-hero:after {
	background: var(--white);
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	position: absolute;
	width: 75%; /*966*/
}

.post-content {
	grid-column-gap: 40px;
	grid-template-areas: 
		'meta heading caption'
		'meta content caption'
	;			
	grid-template-columns:  1fr 50% 1fr; /*282 644 282*/
}

/***Meta***/

.post-meta {
	grid-area: meta;
	margin: -38px 0 0;
	padding: 0;
	position: relative;
}

.post-meta ul {
	margin: 0;
	padding: 0;
}

.post-meta li,
.post-meta p {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.6; /*22*/
	list-style: none;
}

.post-meta > ul > li {
	margin-bottom: 20px;
}

.post-meta h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.post-meta h3:nth-of-type(1n+2) {
	margin-top: 20px;
}

.post-meta a {
	font-style: italic;
}

.post-meta p {
	margin: 0;
}

.post-meta .addeventatc {
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: 500 italic .875rem var(--bodyFont) !important;
	padding: 0 !important;
	text-shadow: none !important;
	z-index: 1 !important;
}

.post-meta .addeventatc:hover {
	background: none !important;
	font: 500 italic .875rem var(--bodyFont) !important;
	text-decoration: underline;
}

.post-meta .addeventatc .addeventatc_icon {
	display: none !important;
}

.post-meta .social:after {
	content: ", "
}

.post-meta .social:last-of-type::after {
	display: none;
}

/***Main Content***/

.post-content h1 {
	grid-area: heading;
	margin-top: -42px;
	padding-right: 40px;
	position: relative;
}

.post-content h1 span {
	display: block;
	font: italic 400 1.25rem/1.4 var(--bodyFont); /*20*/
	margin-top: 10px;
}

.single-partnerships .post-content h1 span {
	font-style: normal;
}

.post-content article {
	grid-area: content;
}

.post-content article h2,
.post-content article h3 {
	margin-bottom: 10px;
}

.post-content article a {
	font-style: italic;
}

.post-content article p + p > a.download-link,
.post-content article p + p > a.external-link {
	display: inline-block;
	margin: 25px 0;
}

.post-content article p + p:last-child > a.download-link,
.post-content article p + p:last-child > a.external-link {
	margin-bottom: 0;
}

.post-content article a.download-link:before,
.post-content article a.external-link:before {
	background: url('images/icon-arrow.png') no-repeat center #898B8D;
	background-size: 20px auto;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	transform: rotate(180deg);
	vertical-align: -3px;
	width: 20px;
}

.post-content article a.external-link:before {
	background-image: url('images/icon-arrow-diagonal.png');
	background-size: 20px auto;
	transform: none;
}

.post-content article a:hover,
.block.content a:hover {
	text-decoration: underline;
}

.block.content h2,
.post-content article h2:nth-of-type(1n+2) {
	margin-top: 40px;
}

.post-content strong,
.block.content strong {
	font-weight: 600;
}

.post-content article h3 {
	margin-top: 28px;
}

.post-content article ul,
.post-content article ol,
.block.content ul,
.block.content ol {
	margin: 10px 0 28px;
	padding: 0 0 0 20px;
}

.post-content article ul,
.block.content ul {
	padding: 0;
}

.block.content ul li,
.post-content article ul li {
	list-style: none;
	padding-left: 15px;
	position: relative;
}

.block.content ul li:before,
.post-content article ul li:before {
	background: var(--black);
	border-radius: 100%;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 3px;
}

.block.content .container *:last-child,
.post-content article *:last-child {
	margin-bottom: 0;
}

.block.content a {
	font-style: italic;
}

/***Image Captions***/

.image-caption,
.wp-caption-text {
	font-size: .75rem; /*12*/
	font-weight: 500;
	grid-area: caption;
	line-height: 1.6; /*20*/
	padding: 47px 40px 0 0;
}

.image-caption:before,
.wp-caption-text:before {
	background: url('images/icon-arrow.png') no-repeat center #898B8D;
	background-size: 20px auto;
	content: "";
	display: block;
	height: 20px;
	margin-bottom: 20px;
	width: 20px;
}

.single-exhibits .image-caption:before,
.single-exhibits .wp-caption-text:before {
	background-color: var(--exhibits);
}

.single-events .image-caption:before,
.single-events .wp-caption-text:before {
	background-color: var(--events);
}

.single-stories .image-caption:before,
.single-stories .wp-caption-text:before {
	background-color: var(--stories);
}

/***Contributor List Block***/

.contributors-list {
	margin: 40px 0 0;
}

.contributors-list .container {
	margin: 0 auto;
	width: 50%;
}

.contributors-list button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--black);
	font-family: inherit;
	font-size: 1.1rem; /*20*/
	font-weight: 600;
	padding: 0;
	transition: all .5s ease;
}

.contributors-list button::before {
	vertical-align: -3px;
}

.contributors-list button.close-contributors,
.contributors-list.active button.open-contributors,
.contributors-list .grid {
	display: none;
}

.contributors-list.active button.close-contributors {
	display: block;
}

.contributors-list.active .grid {
	display: grid;
}

.contributors-list button:hover {
	opacity: .5;
}

.contributors-list .grid {
	margin-top: 40px;
}

.contributors-list .grid.alt li:first-child,
.non-post-grid .grid.alt li:first-child {
	grid-column: 2;
}

/***Blank Page Content***/

.page-content {
	padding: 150px 0 60px;
}

/***Page Builder***/

.block .container,
.category-posts .container {
	border-top: 1px solid var(--gray);
	margin: 80px auto 0;
	padding-top: 40px;
	width: 50%;
}

.category-posts .container {
	margin: 140px auto;
}

.single-exhibits .block .container {
	border-color: var(--exhibits);
}

.single-events .block .container {
	border-color: var(--events);
}

.single-stories .block .container {
	border-color: var(--stories);
}

/*Gallery*/

.block.gallery.alt {
	margin: 95px 0 0;
}

.block.gallery h2,
.block.posts h2 {
	margin-bottom: 40px;
}

.block.gallery .grid {
	grid-template-columns: repeat(4,1fr);
	margin: 0;
	padding: 0;
}

.block.gallery .grid li {
	list-style: none;
}

.block.gallery .grid a:hover {
	opacity: .5;
}

/*Lightbox*/

.mfp-bg {
	background: rgba(255,255,255,.94);
	opacity: 1;
}

.mfp-container {
	padding: 0 40px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	align-items: center;
	background: url('images/icon-close.png') no-repeat center #898B8D;
	background-size: 20px auto;
	color: var(--grayBkg);
	display: flex;
	font-size: 0;
	height: 20px !important;
	justify-content: center;
	line-height: .2;
	opacity: 1;
	padding: 0;
	top: -20px;
 	width: 20px;
}

.mfp-iframe-holder .mfp-close {
	top: -55px;
}

.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
	color: var(--black);
	content: "Close";
	left: -60px;
	font: .8125rem var(--specialFont); /*13*/
	position: absolute;
	text-transform: uppercase;
	top: 5px;
}

.mfp-iframe-scaler iframe {
	box-shadow: none;
}

img.mfp-img {
	max-height: 80vh !important;
}

.mfp-figure::after {
	display: none;
}

.mfp-title {
	color: var(--black);
	font-size: .875rem; /*14*/
	font-weight: 500;
	line-height: 1.42; /*20*/
	padding: 20px 0 0;
}

.mfp-counter,
button.mfp-arrow:before,
button.mfp-arrow:after {
	display: none;
}

button.mfp-arrow {
	background: url('images/icon-arrow.png') no-repeat center #898B8D;
	background-size: 20px auto;
	height: 20px;
	left: 30px;
	opacity: 1;
	transform: rotate(90deg);
	top: 35px;
	width: 20px;
}

.mfp-iframe-holder button.mfp-arrow {
	top: 0;
}

button.mfp-arrow.mfp-arrow-left {
	left: 0;
	transform: rotate(-90deg);
}

button.mfp-arrow:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
	background-color: var(--black);
}

/*Content Block*/

.media-block + .content .container {
	border-top: none;
	padding-top: 0;
}

/*Related Block*/

.block.posts ul {
	margin: 0;
	padding: 0;
}

.block.posts li {
	list-style: none;
}

/*Media Block*/

.media-block {
	grid-column-gap: 40px;
	grid-template-areas: 
		'. image caption'
	;
	grid-template-columns:  1fr 50% 1fr; /*282 644 282*/
	margin-top: 80px;
	position: relative;			
}

.media-block.video-block .video {
	grid-area: image;
	padding-bottom: 55.12%;
	position: relative;	
	width: 100%;
}

.media-block img{
	grid-area: image;
}

.media-block iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

article iframe {
	height: 362px;
	width: 100%:
}

.media-block .wp-caption-text {
	grid-area: caption;
	padding-top: 0;
}

.media-block .wp-caption-text:before {
	transform: rotate(-90deg);
}

/*Quote Block*/

.block.quote .container {
	border: none;
	padding: 0;
}

.block.quote blockquote {
	margin: 0;
	padding: 0;
}

.block.quote blockquote p {
	font: 300 2.25rem/1.35 var(--bodyFont2); /*36/48*/
	margin: 0 0 20px;

}

.block.quote cite {
	font-size: 1rem;
	font-weight: 700;
}

/*Logo Gallery Block*/

.logo-gallery {
	padding-bottom: 50px;
}

.logo-gallery ul {
	justify-content: flex-start;
	margin: 40px 0 0;
	padding: 0;
}

.logo-gallery li {
	list-style: none;
	text-align: center;
	width: 25%;
}

/*Map Block*/

.google-map #map {
	height: 304px;
	width: 100%;
}

.block.google-map .container,
.block.google-map + .block.content .container {
	border: none;
	padding: 0;
}

/*Directory*/

.directory ul {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px;
	margin: 40px 0 0;
	padding: 0;
}

.directory li {
	list-style: none;
}

.directory li h3 {
	font-size: 1rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.375rem; /*22*/
	margin: 0 0 6px;
}

.directory li a {
	font-style: italic;
}

.directory li p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem; /*22*/
	margin: 0 0 6px;
}

.directory li p:last-child {
	margin: 0;
}

/*Newsletter*/

.block.newsletter h2 {
	margin-bottom: 40px;
}

.block.newsletter form {
	max-width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1100*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 68.75em) {

	/***Header***/
	
	header .mobile-menu, 
	header.active .close,
	header.active nav,
	.popup-nav .menu.active + .newsletter,
	.popup-nav .menu.active + .searchform,
	.popup-nav .menu.active + .searchform + #search-results,
	.popup-nav .menu.active .sub-menu {
		display: block;
	}
	
	header .close,
	header.active .menu-open,
	header nav,
	.popup-nav .newsletter,
	.popup-nav .searchform,
	.popup-nav #search-results,
	#menu-main-top,
	.popup-nav .menu > li + li > a,
	.popup-nav .sub-menu {
		display: none;
	}
	
	header .logo,
	header .mobile-menu {
		z-index: 3;
	}
	
	header .mobile-menu {
		background: none;
		border: none;
		border-radius: 0;
		font: .8125rem var(--specialFont); /*13*/
		letter-spacing: .75px;
		padding: 0;
		position: absolute;
		right: 0;
		text-transform: uppercase;
		top: 40px;
		transform: translateY(-50%);
	}
	
	header.active .mobile-menu {
		right: 40px;
	}
	
	header.active nav {
		height: 100vh;
		overflow: auto;
	}
	
	.popup-nav {
		height: auto;
		padding: 180px 0 400px;
		position: relative;
	}
	
	header.active .popup-nav:before {
		background: rgba(255,255,255,.94);
		content: "";
		height: 180px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}
	
	.popup-nav > li:not(.bottom-content) {
		display: block;
		position: static;
	}
	
	.popup-nav .menu > li:last-child,
	.popup-nav .menu > li, 
	.popup-nav > li:nth-of-type(6) {
		padding-bottom: 0 !important;
	}
	
	.popup-nav .menu > li > a {
		font: 600 2.25rem/1.33 var(--bodyFont); /*36,48*/
		margin-bottom: 10px;
		text-transform: none;
	}
	
	.popup-nav .menu > li > a:after {
		content: " +";
	}
	
	.popup-nav > li:nth-of-type(3) > .menu > li > a:after {
		content: " & Events +";
	}
	
	.popup-nav > li:nth-of-type(5)> .menu > li > a:after {
		content: " & Register +";
	}
	
	.popup-nav .menu.active > li > a:after {
		content: " -";
	}
	
	.popup-nav > li:nth-of-type(3) > .menu.active > li > a:after {
		content: " & Events -";
	}
	
	.popup-nav > li:nth-of-type(5)> .menu.active > li > a:after {
		content: " & Register -";
	}
	
	.popup-nav .bottom-content {
		padding: 60px 40px; 40px;
		position: fixed;
	}
	
	.popup-nav > .bottom-content .grid {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 22px;
		margin: 0 auto;
		max-width: 644px;
	}
	
	/*Dropdowns*/
	
	.popup-nav .sub-menu {
		margin-bottom: 10px;
	}
	
	.popup-nav .newsletter {
		padding: 40px 0 25px;
	}
	
	.searchform label {
		backface-visibility: hidden;
		left: -999999999px;
		position: absolute;
	}
	
	#search-results {
		padding: 10px 0 0;
	}
	
	/***Footer***/
	
	footer {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 38px;
	}
	
	footer .newsletter {
		grid-column: 2 / span 2;
		margin: 0;
	}
	
	footer .social {
		align-self: start;
		grid-column: 1 / span 3;
		margin: -10px 0 0;
	}
	
	footer .copyright {
		grid-column: 1 / span 3;
		margin-top: 6px;
	}
	
	/***Homepage***/
	
	.hero .content {
		width: 33.33%;
	}
	
	.intro-content {
		max-width:644px;
	}
	
	.posts .grid {
		grid-template-columns: repeat(3,1fr);
	}
	
	/***Posts Archive***/
	
	.post-description {
		padding-top: 146px;
	}
	
	/***Single Posts & Default***/
	
	.page-hero {
		overflow: hidden;
	}
	
	.page-hero::after {
		width: calc(644px + (100% - 644px) / 2);
	}
	
	.post-content,
	.media-block {
		grid-template-areas:
			'heading'
			'caption'
			'meta'
			'content'
		;
		grid-template-columns: 1fr;
		margin: 0 auto;
		max-width: 644px;
		width: 100%;
	}
	
	.post-meta {
		margin: 40px 0 20px;
	}
	
	.page-template-default .post-meta {
		display: none;
	}
	
	.post-meta > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.post-meta > ul > li {
		padding-right:40px;
		width: 50%;
	}
	
	.page-template-default .hero-caption {
		margin-bottom: 40px;
	}
	
	.image-caption {
		padding: 0;
	}
	
	.image-caption::before {
		display: none;
	}
	
	.block .container,
	.contributors-list .container,
	.category-posts .container {
		max-width: 644px;
		width: 100%;
	}
	
	.block.gallery .grid {
		grid-template-columns: repeat(3,1fr);
	}
	
	.media-block {
		grid-template-areas:
			'image'
			'caption'
		;
	}
	
	.media-block,
	.category-posts .container {
		margin: 60px auto; 
	}
	
	.media-block .wp-caption-text {
		margin-top: 30px;
	}
	
	.directory ul {
		grid-template-columns: repeat(3, 1fr);
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 53.125em) {
	
	/***Footer***/
	
	footer {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 32px;
		margin-top: 50px;
	}
	
	footer .newsletter {
		grid-column: 1 / span 2;
		margin: 20px 0 0;
	}
	
	footer .social {
		align-self: start;
		grid-column: 1 / span 2;
		margin: 25px 0 0;
	}
	
	footer .copyright {
		grid-column: 1 / span 2;
		margin-top: 18px;
	}
	
	/***Homepage***/
	
	.hero .content {
		width: 50%;
	}
	
	.intro-content {
		margin: 60px auto;
	}
	
	.posts .grid {
		grid-template-columns: repeat(2,1fr);
	}
	
	.posts .featured {
		grid-column: span 1;
	}
	
	.posts:not(.related) .featured .content {
		padding-bottom: 100%;
		position: relative;
		width: 100%;
	}
	
	/***Posts Archive***/
	
	.post-description {
		grid-column: 1 / span 2;
		padding: 102px 0 0;
	}
	
	.post-description h1,
	.post-description p,
	filter.active ul {
		padding-right: 0;
	}
	
	.post-description p {
		font-size: 1.25rem; /*20*/
		line-height: 1.4; /*28*/
	}
	
	.filter.active ul {
		position: static;
	}
	
	/***Single Posts & Default***/
	
	.block.gallery .grid {
		grid-template-columns: repeat(2,1fr);
	}
	
	.logo-gallery li {
		width: 50%;
	}
	
	.posts.non-post-grid .content {
		height: auto;
	}
	
	.posts.non-post-grid .contributor-title {
		margin-bottom: 15px;
	}
	
	.directory ul {
		grid-template-columns: repeat(2, 1fr);
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 806*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 50.375em) {
	
	/***Posts***/
	
	.page-hero {
		min-height: 0;
		height: auto;
		padding-bottom: 100%;
	}
	
	.page-hero::after { 
		display: none;
	}
	
	.post-content h1 {
		margin: 30px 0 0;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-HEIGHT 700*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-height: 43.75em) {
	
	/***Header***/
	
	header .bottom-content {
		display: none !important;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 600*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 37.5em) {
	
	h1 {
		font-size: 1.375rem; /*26*/
		line-height: 1.4; /*36*/
		margin-bottom: 30px;
	}
	
	h2,
	h3 {
		font-size: .875rem;
	}
	
	p,
	ul,
	ol {
		font-size: .875rem; /*14*/
		font-weight: 500; 
		line-height: 1.5em;
	}
	
	/***Header***/
	
	body {
		padding: 0 30px;
	}
	
	header {
		height: 62px;
	}
	
	header .logo {
		left: -30px;
		width: 141px;
	}
	
	header .mobile-menu {
		top: 32px;
	}
	
	header.active .mobile-menu {
		right: 30px;
	}
	
	.popup-nav {
		padding: 135px 0 0px;
	}
	
	header.active .popup-nav::before {
		height: 135px;
	}
	
	.popup-nav .menu > li > a {
		font: 600 1.1rem/1.4 var(--bodyFont); /*20,28*/
	}
	
	.popup-nav .sub-menu a {
		font-size: .875rem;
	}
	
	.popup-nav .newsletter {
		padding: 20px 0;
	}
	
	.popup-nav .newsletter h3,
	.searchform input {
		font-size: .875rem;
	}
	
	header .bottom-content {
		display: none !important;
	}
	
	.popup-nav #menu-search h3 {
		font-size: 1.1rem;
	}
	
	#search-results p {
		font-size: .875rem;
		font-weight: 500;
		line-height: 1.6;
	}
	
	/***Footer***/
	
	footer {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
		padding: 30px 0 45px;
	}
	
	footer .newsletter,
	footer .copyright {
		grid-column: 1;
		margin: 0;
	}
	
	footer .newsletter {
		max-width: 260px;
	}
	
	.newsletter h3 {
		margin-bottom: 6px;
	}
	
	footer .social {
		align-self: start;
		grid-column: 1;
		margin: 10px 0 0;
	}
	
	footer .copyright {
		margin: 10px 0 0;
	}
	
	footer p {
		line-height: 1.5;
	}
	
	.back-top {
		padding: 20px 30px;
	}
	
	.searchform input {
		font-weight:500;
	}
	
	#search-results h4 {
		font-size: 1.1rem;
	}
	
	/***Homepage***/
	
	.hero {
		background-position: center top;
		height: auto;
		margin-bottom: 140px;
		min-height: 0;
		padding-bottom: 100%;
	}
	
	.hero .content {
		bottom: auto;
		border-bottom: 1px solid var(--black);
		left: 0;
		max-width: 100%;
		padding: 10px 0;
		right: auto;
		top: 100%;
		width: 100%;
	}
		
	.hero h2 {
		font-size: 1.1rem;
	}
	
	.hero .content {
		padding: 20px 0;
	}
	
	.intro-content {
		margin: 40px auto 60px;
	}
	
	.intro-content h1 {
		font-size: 1.1rem; /*20*/
		line-height: 1.6; /*28*/
	}
	
	.intro-content h2 {
		font-weight: 700; 
	}
	
	.posts .intro-content {
		padding: 40px 0;
	}
	
	.posts .grid {
		grid-template-columns: repeat(1,1fr);
	}
	
	.posts li {
		margin-bottom: 25px;
	}
	
	.posts:not(.related) .featured .content {
		padding-bottom: 0;
	}
	
	.related.posts li {
		margin-bottom: 0;
	}
	
	.posts .content,
	.posts .featured .content {
		padding: 0;
	}
	
	.posts .content .post-info {
		padding: 16px 0 22px;
		position: static;
	}
	
	.posts .content:after {
		display: none;
	}
	
	.posts .color-bar {
		height: 30px;
		right: 30px;
		top: -30px;
		width: calc(100% - 60px);
	}
	
	.posts .color-bar:before {
		right: -30px;
		width: 30px;
	}
	
	.posts .color-bar:after {
		bottom: -45px;
		height: 45px;
		right: -30px;
		width: 30px;
	}
	
	.posts .post-date,
	.posts .contributor-title,
	.posts .partner-descrip,
	.posts h3 {
		font-size: 1.1rem;
	}
	
	.posts h3,
	.posts .contributor-title,
	.posts .partner-descrip {
		height: auto;
	}
	
	.posts .contributor-title,
	.posts .partner-descrip {
		margin: 0;
	}
	
	.posts .partner-descrip {
		margin: 0 0 15px;
	}
	
	.posts .alm-btn-wrap {
		text-align: left;
	}
	
	/***Posts Archive***/
	
	.post-description {
		grid-column: 1;
		padding-top: 74px;
	}
	
	.post-description p {
		font-size: .875rem; /*20*/
		line-height: 1.6; /*22*/
	}
	
	/***Posts Single & Default***/
	
	.block .container {
		margin-top: 60px;
		padding-top: 30px;
	}
	
	.block.content h2 {
		margin-top: 30px;
	}
	
	.block.gallery h2, 
	.block.posts h2 {
		margin-bottom: 30px;
	}
	
	.mfp-container {
		padding: 0 30px;
	}
	
	.media-block {
		margin: 30px auto; 
	}
	
	.media-block .wp-caption-text {
		margin-top: 10px;
	}
	
	.media-block + .content .container {
		margin-top: 30px;
	}
	
	.block.gallery.alt {
		margin-top: 60px;
	}
	
	.block.quote blockquote p {
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1.6em;
	}
	
	.block.quote cite {
		font-size:.875rem;
	}
	
	.post-content h1 {
		font-family: var(--bodyFont);
		font-weight: 400;
		margin-top: 30px;
		padding: 0;
	}
	
	.post-content h1 span {
		font-size: .875rem;
		font-weight: 500;
		margin: 0;
	}
	
	.post-meta {
		margin: 30px 0 20px;
	}
	
	.post-meta ul li {
		line-height: 1.5em;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.post-meta h3 {
		font-size: .875rem;
	}
	
	.post-meta h3:nth-of-type(n+2) {
		margin-top: 10px;
	}
	
	.post-content h2 {
		font-size: .875rem;
		font-weight: 700;
	}	
	
	.directory ul {
		grid-template-columns: 1fr;
	}
	
	.contributors-list button {
		font-size: .875rem; 
		font-weight: 700;
	}
	
	.posts.related .featured .content {
		position: relative;
		width: 100%;
	}
}