.page-title {
	border-bottom: 1px solid #ececec;
	padding: 0.25em 0;
}

/* Header Styles
============================= */

.uu-site-header__logo {
	top: 18px;
}

.uu-site-titles {
	padding-top: 3px;
}

#uu-pushmenu-trigger,
.uu-body--pushbody-toleft #uu-pushmenu-trigger {
	top: 23px;
}

.uu-body--pushbody-toleft #uu-pushmenu-trigger.fix-top {
	top: 0;
}

@media only screen and (min-width: 580px) {
	#uu-pushmenu-trigger,
	.uu-body--pushbody-toleft #uu-pushmenu-trigger {
		top: 15px;
	}
}

@media only screen and (min-width: 950px) {
	.uu-site-titles {
		padding-top: 0;
		margin-top: -5px;
	}

	#uu-pushmenu-trigger,
	.uu-body--pushbody-toleft #uu-pushmenu-trigger,
	#uu-pushmenu-trigger.u-flag:before {
		top: 14px;
	}
}

@media only screen and (min-width: 1024px) {
	.uu-site-header {
		background-position: 20px 21px;
	}
}

.uu-site-titles__heading {
	font-size: 44px;
	letter-spacing: 2px;
	line-height: 1;
}

.uu-site-titles__heading__subhead {
	font-size: 14px;
}

.white-sidebar h4 {
	text-transform: uppercase;
}

.download-pdf-link {
	color: #be0000 !important;
	font-size: 0.85em;
	text-transform: uppercase;
}

/* Body Styles
============================= */

.lineonsides--redlines {
	color: #000;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 3px solid #be0000;
	line-height: 0;
	padding: 0;
	margin: 0.8em 0 1.25em;
	letter-spacing: 0;
	font-weight: 300;
	display: block;
	position: relative;
}

.lineonsides--redlines span {
	background: #fff;
	padding: 0 1em;
}

@media only screen and (max-width: 480px) {
	.lineonsides--redlines {
		font-size: 1.25em;
	}
}

/* Search Page
============================= */

@media only screen and (min-width: 1024px) {
	.search .content-area {
		width: 760px;
		margin: 0 auto;
	}
}

.search .main-channel {
	padding-top: 2em;
}

.search .page-header {
	border-bottom: 1px solid #eee;
}

.search .page-entry-title {
	text-align: center;
	margin-bottom: 1em;
}

.page-entry-title .search-title {
	display: block;
	font-weight: 300;
	font-size: 1em;
	text-transform: uppercase;
	margin-left: 10px;
}

.search-highlight {
	background: #ffff00;
}

.content-area img {
	max-width: 100%;
}

.search .post .entry-meta {
	border: 0;
	margin: 0 0 0.5em;
	padding-left: 0;
	text-transform: uppercase;
}

.search .entry-title {
	margin: 0;
	font-size: 1.5em;
}

.search .post .date:before {
	content: none;
}

.search .post .issue {
	font-size: 0.85em;
	color: #999;
}

/* Custom Menu Styles
================================= */

.uu-issue-menu__heading {
	margin-bottom: 2.15em;
}

.uu-issue-menu,
.uu-issue-menu__sub {
	list-style: none;
	padding: 0;
	margin: 0;
}

.featured-menu-item {
	padding: 0 0.5em 2.15em 0;
}

.uu-issue-menu h3 {
	margin: 0.5em 0 0.75em;
}

.uu-issue-menu h3 a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 0.75em;
	text-transform: uppercase;
}

.uu-issue-menu h3 a:hover,
.uu-issue-menu h3 a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #be0000;
}

.featured-menu-item img {
	float: left;
	width: 75px;
	margin: 0 1em 0 0;
	clear: left;
}

.uu-issue-menu__cover {
	padding-top: 2em;
}

.uu-issue-menu__cover img {
	width: 90%;
}

.uu-issue-menu__sub h5 {
	margin: 0 0 0.5em;
	font-size: 0.8em;
	font-weight: bold;
}

.uu-issue-menu__sub h5 a,
.uu-issue-menu__sub h5 a:hover,
.uu-issue-menu__sub h5 a:focus {
	color: #fff;
}

.uu-issue-menu__sub h5 a:hover,
.uu-issue-menu__sub h5 a:focus {
	border-bottom: 2px solid #be0000;
	text-decoration: none;
}

.uu-issue-menu__sub .excerpt {
	color: #fff;
	font-size: 0.7em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.uu-issue-menu__sub2 li {
	position: relative;
	display: block;
	border-top: 1px solid #111;
	-webkit-font-smoothing: antialiased;
}

.uu-issue-menu__sub2 li:last-of-type {
	border-bottom: 1px solid #111;
}

.uu-issue-menu__sub2 h5 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}

.uu-issue-menu__sub2 h5 a,
.uu-issue-menu__sub2 h5 a:visited,
.uu-primary-menu [class^="icon54-"] h3 a {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 37px;
	color: #fff;
}

.uu-issue-menu__sub2 li:hover,
.uu-issue-menu__sub2 li:focus,
.uu-issue-menu__sub2 li.current-menu-item,
.uu-issue-menu__sub2 li.current-menu-ancestor {
	background-color: #4b4b4b;
}

.uu-issue-menu__sub2 li:hover h5 a,
.uu-issue-menu__sub2 li:focus h5 a,
.uu-issue-menu__sub2 li.current-menu-item h5 a,
.uu-issue-menu__sub2 li.current-menu-ancestor h5 a {
	text-decoration: none;
}

.uu-issue-menu__sub2 [class^="icon54-"]:before {
	position: absolute;
	top: 10px;
	left: 8px;
	display: block;
	font-size: 1.15em;
	color: #fff;
}

/* JIC 5 columns class is not loaded... */
@media all and (min-width: 766px) {
	.eq-ht.col-5 {
		width: 18%;
	}
}

@media all and (min-width: 766px) and (max-width: 900px) {
	.eq-ht.col-6,
	.eq-ht.col-5 {
		width: 31.3%;
	}
}

@media all and (min-width: 480px) and (max-width: 766px) {
	.eq-ht.col-6,
	.eq-ht.col-5 {
		width: 48%;
	}
}

@media \0screen\,screen\9 {
	.eq-ht.col-5 {
		width: 18%;
	}
}

/* Paging Nav Styles
================================= */

div.row.uu-paging-wrapper {
	margin: 3em 0 1em;
	border-top: 1px solid #666;
}

.uu-paging-thumb {
	float: left;
	margin: 0 1em 1em 0;
}

.uu-paging-link {
	width: 100%;
	margin: 25px 0;
	font-size: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
}

.uu-paging-link.uu-align-right {
	text-align: right;
}

.uu-paging-title {
	display: inline;
	vertical-align: top;
	font-size: 1.3em;
	font-weight: 900;
	line-height: 1.3em;
	text-transform: uppercase;
}

.uu-paging-excerpt {
	display: inline;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
}

/* Post Styles
================================= */

.archive .date:before,
.category .date:before,
.home .date:before {
	content: '';
}

.post .date {
	font-size: 0.85em;
	color: #999;
}

.post .author {
	font-size: 0.85em;
	color: #000;
}

.post .page-title {
	border-bottom: 0;
}

.post .entry-meta {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.entry-header__single .entry-meta {
	font-size: 0.9em;
}

.entry-header__single .feat-img-credit {
	font-size: 0.75em;
	text-align: right;
	color: #999;
}

.author-avatar img {
	border-radius: 50%;
}

.entry-header__single .author-name,
.entry-header__single .post-photographer {
	font-weight: bold;
	color: #666;
}

.entry-header__single .author-name {
	margin-left: 10px;
}

.entry-header__single .date {
	text-transform: uppercase;
}

.entry-header__single .date:before {
	content: "";
	display: none;
}

.entry-header__single .author-name:after,
.entry-header__single .post-photographer:after {
	content: "|";
	margin: 0 5px 0 10px;
	font-size: 16px;
	font-weight: 300;
}

.issue-sub-category {
	font-size: 0.7em;
	color: #999;
}

.issue-sub-category-icon {
	display: inline-block;
	font-size: 0.85em;
}

/* Custom Web Extra Styles
================================= */

#web-extras {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#web-extras .web-extra-item {
	position: relative;
	z-index: 1;
	width: 46%;
	margin: 2% 1% 0;
	color: #fff;
	flex-grow: 1;
	background-position: center center;
	background-size: cover;
}

#web-extras .web-extra-item a {
	color: #fff;
}

#web-extras .web-extra-item::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#web-extras .web-extra-item:hover::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(204, 0, 0, 1));
}

#web-extras .web-extra-item:first-child {
	width: 100%;
	margin-top: 0;
}

#web-extras .web-extra-item .web-extra-item-content {
	position: relative;
	z-index: 3;
	padding: 176px 30px 20px;
	font-size: 13px;
}

#web-extras .web-extra-item .web-extra-item-content h5 {
	margin-bottom: 2px;
}

#web-ex-right {
	background: #7c8888;
	color: #fff;
}

#web-ex-right .web-ex-title {
	padding: 5px;
	font-size: 13px;
	color: #fff;
	background: #445858;
}

#web-ex-right .web-ex-title h6,
#web-ex-bottom .web-ex-title h6 {
	font-size: 14px;
}

#web-ex-right a {
	color: #fff;
	opacity: 0.9;
	transition: all 0.5s ease;
}

#web-ex-right a:hover {
	opacity: 1;
}

#web-ex-right p {
	margin-bottom: 30px;
}

#web-ex-right img,
#web-ex-bottom img {
	display: block;
	margin: 0 auto 10px;
}

#web-ex-right strong,
#web-ex-bottom strong {
	display: block;
}

#web-ex-bottom .web-ex-title {
	margin-bottom: 5px;
}

#web-ex-bottom a {
	color: #000;
}

@media only screen and (max-width: 600px) {
	#web-extras .web-extra-item {
		width: 100%;
	}
}

/* Memoriam Page */

.mem-img {
	position: relative;
	margin-top: 2em;
}

.mem-copy-container {
	position: absolute;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding-right: 6%;
}

.mem-copy {
	font-size: 4vw;
	text-align: right;
	color: #fff;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.mem-copy span {
	display: block;
	font-size: 3vw;
}

.mem-year {
	font-size: 2.5vw;
	font-style: italic;
}

/*--------------------------------------------------------------
 *## CARDS
 *-------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {
	.tag-theme-sub .content-single {
		width: 1024px !important;
	}
}

.img-card {
	position: relative;
	border-radius: 20px;
	transition: all 0.15s ease;
}

.img-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.uu-3card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.uu-3card-container .uu-card {
	flex: 1 0 31.3333%;
	min-width: 290px;
	margin: 0 1% 30px;
}

.uu-card {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.uu-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.uu-card-img {
	position: relative;
	overflow: hidden;
}

.uu-card-img img {
	transition: all 0.3s;
}

.uu-card-body {
	padding: 30px;
	margin-bottom: 60px;
}

.uu-card-body .read-more {
	position: absolute;
	bottom: 30px;
}

/* =========================================================
   Legacy Continuum / Theme 3 compatibility
========================================================= */

.container-fluid,
.row,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.two-column-margin,
.main-channel,
.right-channel,
.left-channel,
.content-area,
.archive-page,
.search-post {
	box-sizing: border-box;
	min-width: 0;
}

.container-fluid {
	width: 100%;
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ten-twenty-four {
	max-width: 1024px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.ten-twenty-four.row {
	margin-left: auto !important;
	margin-right: auto !important;
}

.clearfix::before,
.clearfix::after,
.row::before,
.row::after,
.archive-covers::before,
.archive-covers::after {
	content: "";
	display: table;
}

.clearfix::after,
.row::after,
.archive-covers::after {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-12 { margin-left: 100%; }

.two-column-margin {
	margin: 1em;
}

.main-channel {
	padding: 0;
	margin: 0 0 1em;
}

.main-channel .content-padding {
	padding: 0 2em 0 0;
}

.right-channel,
.left-channel {
	/* margin-top: 2em; */
	padding-top: 6em;
}

.right-channel form {
	margin-bottom: 1.5em;
}

.ten-twenty-four > .col-sm-8,
.ten-twenty-four > .col-sm-4,
.ten-twenty-four > .col-xs-12,
.two-column-margin > .col-sm-8,
.two-column-margin > .col-sm-4,
.two-column-margin > .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.archive-covers {
	margin: 0;
	text-align: center;
}

.archive-covers > .col-xs-3,
.archive-covers > .col-sm-3,
.archive-covers > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 24px;
}

.archive-covers img,
.search .search-post img,
.search .post-thumbnail img,
.right-channel img,
.left-channel img,
.main-channel img,
.uu-paging-thumb {
	display: block;
	max-width: 100%;
	height: auto;
}

.archive-page h5 {
	margin: 10px 0 0;
	font-size: 14px;
	text-align: center;
}

.archive-page h5 a {
	text-decoration: none;
}

.search .search-post {
	margin-bottom: 3em;
}

.search .entry-title {
	margin-top: 0;
}

.archive-page .entry-header,
.search .page-header,
.taxonomy-issue .entry-header,
.taxonomy-issue header {
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
}

.uu-paging-wrapper .col-xs-5 {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-9 { width: 75%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-1 { width: 8.33333333%; }

	.right-channel,
	.left-channel {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.main-channel,
	.right-channel,
	.left-channel {
		float: none !important;
		width: 100% !important;
	}

	.right-channel {
		clear: both;
	}

	#main .content-padding,
	.main-channel .content-padding {
		padding: 0;
	}

	.right-channel,
	.left-channel {
		padding: 2em 0;
	}

	.two-column-margin {
		margin: 0 1em;
	}
}

@media (min-width: 766px) {
	.archive-page h5 {
		font-size: 19px;
	}
}