/* PRESS */
#container {
	display: block !important;
}

section#press {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

section#press article {
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	display: block;
}

section#press .source {
	margin: 0 auto 25px auto;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

section a, .sec a {
	color: inherit;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

section#press .source a {
	font-weight: bold;
	border-bottom: 2px solid;
	letter-spacing: 0.01em;
}

section#press .excerpt {
	margin: 25px auto;
	font-style: italic;
	text-align: center;
}

section#press h1 {
	text-align: center;
}

section#press .featured img {
	width: 100%;
	vertical-align: bottom;
	object-fit: cover;
    pointer-events: none;
}

section#press .info {
	margin: 0 auto 25px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

section#press .info .author {
	font-weight: bold;
}

.sec {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 2px solid;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.sec a:hover {
	color: #0d0d0d;
	text-decoration: underline;
}

.sec span {
	font-weight: bold;
}

section#press-archive {
	margin: 0 auto;
	max-width: 1220px;
	text-align: center;
	position: relative;
}

section#main {
    text-align: center;
    display: block;
}

section#press-grid ul#years {
	margin: 0;
	padding: 0;
	text-align: center;
}

section#press-archive article, section#years article, section#press-grid ul#years li {
	width: 100%;
	margin: 10px;
	text-align: justify;
	display: inline-flex;
	align-items: flex-start;
	flex-direction: row;
	column-gap: 25px;
	position: relative;
}

section#press-archive article .featured {
	width: 100%;
	max-width: 180px;
	margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

section#press-grid ul#years li .featured {
	margin-bottom: 0;
}

section#press-archive .content {
	flex: 1;
}

section#press-archive h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

section#press-archive .content .excerpt {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: justify;
}

section#press-archive .content .info {
	padding-top: 10px;
	text-transform: uppercase;
	border-top: 1px solid #cacbcc;
	display: block;
}

section#press-archive .content .info .source {
	margin-right: 25px;
	color: #879b56;
	font-weight: bold;
}

section#press-archive .content .info i {
	margin-right: 10px;
}

section#press-grid ul#years li .year {
	position: absolute;
	left: 0; bottom: 15px; right: 0;
	margin: auto; padding: 5px;
	background: #f8f8f8;
	color: #202629;
	font: 700 14px/100% 'Josefin Sans', sans-serif;
	display: table;
	z-index: 30;
}

section #press_cred {
	margin: 15px auto 0 auto;
	font-style: italic;
	text-align: center;
	display: block;
}

section #press_cred a {
	border-bottom: 1px solid;
}