:root {
	--exboxShadow: rgb(0 0 0 / 35%) 0 0 8px;
	--exborderRadius: 12px;
	--exdarkColor: rgb(51 63 120);
	--exlightColor: rgb(255 255 255);
}

/* Containers */

.article {
	margin-bottom: 0;
}

.articleHeader {
	padding: 0 0 10px;
}

	.articleHeaderHeading {
		display: inline-block;
		font-size: 22px;
		font-weight: 600;
		margin: 30px 0 0;
		vertical-align: middle;
		width: 80%;
/* 		width: 100%; */
	}
	
	.articleHeaderHeading span {
		color: rgba(0, 0, 0, .5);
	}
	
	.articleHeaderHeadingLink {
		text-decoration: none;
	}
	
	.articleHeaderTime {
		display: block;
		font-weight: normal;
		margin: 5px 0 0;
		opacity: .75;
		white-space: nowrap;
	}

.articleHeaderMeta {
	color: rgba(0,0,0,.7);
	font-size: 13px;
	margin: 2px 0 0 0;
}

.articleTextList {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.articleTextListItem {
	display: inline-block;
	vertical-align: top;
}

.articleHeaderCategoryHolder {
	float: right;
	font-size: 10px;
	margin: 30px 0 0;
	position: relative;
	vertical-align: top;
	width: 80px;
	z-index: 0;
}

	.articleHeaderCategoryLink {
		display: block;
		height: 50px;
		width: 80px;
	}

	.articleHeaderCategoryLinkImage {
		display: block;
		height: 100%;
		overflow: hidden;
		position: relative;
		text-indent: -10000px;
		width: 100%;
		z-index: 1;
	}

.articleHeaderCategoryLinkAuthor {
	font-size: 10px;
	margin: 0;
	min-width: 100%;
	opacity: 0.75;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 38px;
	white-space: nowrap;
}

.articleHeaderCategoryLinkComments a {
	text-decoration: none;
}

.articleHeaderCategoryLinkAuthor a {
	text-decoration: none;
}

.articleTextListItem:first-of-type {
	font-size: 10px;
	width: 80px;
}
	
.articleTextListItem:nth-of-type(2) {
	font-size: 16px;
}

.twitterHolder {
	display: grid;
	grid-template-columns: auto minmax(100px, 550px) auto;
}
	
/* Legacy classes */
	
.feature-lead {
	color: rgba(0,0,0,.5);
	font-weight: bold;
}

.news-blockquote {
	background: rgba(255,255,255,.4);
	border-radius: var(--exborderRadius);
	margin: 20px auto;
	padding: 10px 20px;
	width: 95%;
}
	
.bold {
	font-weight: bold;
}
	
.italic {
	font-style: italic;
}
	
.news-subline {
	background-color: rgba(255,255,255,.25);
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.05) 0 0 10px;
	color: rgb(50,50,50);
	font-size: 14px;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}


iframe,
object {
	border-radius: var(--exborderRadius);
	box-shadow: var(--exboxShadow);
	display: block;
	margin: 20px auto;
	max-width: 100% !important;
}

.article .news-blockquote {
	background-color: rgba(255,255,255,.5);
	box-shadow:	var(--exboxShadow);
	color: rgb(50,50,50);
	margin: 20px auto;
	padding: 1px 15px 5px 15px;
}

.news-blockquoteauthor {
	color: rgb(0,0,0);
	display: block;
	font-weight: bold;
}

.article table {
	border-collapse: collapse;
	width: 100%;
}

.article table caption {
	background-color: rgb(225,225,225);
	border-bottom: 1px solid rgb(215,215,215);
	display: none;
	padding: 5px;
}

.article table thead tr {background-color: rgba(255,255,255,.25); border-bottom: 2px solid rgba(235,235,235,.65);}

.article table thead tr th {padding: 5px;}

.article table tbody tr {border-bottom: 2px solid rgba(235,235,235,.5);}

.article table tbody tr:nth-child(odd) {background-color: rgba(0,0,0,.035);}

.article table tbody tr:nth-child(even) {background-color: rgba(0,0,0,.025);}

.article table tbody tr td {line-height: 1.25em; padding: 15px;}

.article table tbody tr td q {color: rgb(100,100,100);}

#table_interviews,#table_previews,#table_editorials {display: none;}

.article table.news-poll-archive tbody tr td:nth-child(1) {width: 35%;}
.article table.news-poll-archive tbody tr td:nth-child(2) {width: 60%;}

.article table.news-poll-archive tbody tr td:nth-child(2) .poll-archive-bar {
	border: 1px solid rgba(0,0,0,.05);
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.25) 0 0 5px;
}

.article table.news-poll-archive tbody tr td:nth-child(3) {text-align: right; width: 5%;}
.article table.news-poll-archive tbody tr:last-child {
	background: rgba(255,255,255,.4);
	border-top: 2px solid rgb(215,215,215);
	font-weight: bold;
}

img {
	border-radius: var(--exborderRadius);
	box-shadow:	rgb(0 0 0 / 5%) 0 0 10px;
}

.news-gallery-image {
	text-align: center;
}

.news-gallery-image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}


/* 

.article object, .news-gallery-image img {
	box-shadow:	rgba(0,0,0,.25) 0 0 20px;
		-moz-box-shadow: rgba(0,0,0,.25) 0 0 20px;
		-webkit-box-shadow: rgba(0,0,0,.25) 0 0 20px;
}

.news-flash-youtube,.news-gallery-image {margin: 60px 0; text-align: center;}


=== .article Footer

.article-footer {
	color: rgba(0,0,0,.6);
	font-size: 18px;
	font-weight: 100;
	margin-top: 30px;
}

.article-footer a {
	color: rgb(0,0,0);
	font-weight: 400;
	text-decoration: none;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.article-footer a:hover {color: rgba(0,0,0, .6);} */

/* Next/previous */


#nextprevious {
	font-size: 21px;
	margin-bottom: 60px;
	margin-top: 60px;
	text-align: center;
}

#nextprevious a {
	text-decoration: none;
}

#nextprevious #nextlink>.fa,
#nextprevious #previouslink>.fa {opacity: .15;}

#nextprevious a:hover {color: rgb(0,0,0);}

.newsArchiveLink {
	display: inline-block;
	margin: 0 30px;
}

/* COMMENTS */
.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments li {
	background-color: rgb(239,233,245);
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.10) 0 0 10px;
	margin: 0;
	margin-bottom: 40px;
	min-height: 50px;
	padding: 15px;
	position: relative;
}

	.comments li.commentUser-75 {
		background: rgb(239 233 230) !important;
		border: 1px solid rgb(218,165,32) !important;
		box-shadow: rgb(218,165,32) 0 0 20px !important;
	}

.comments li:nth-child(even) {background-color: rgb(244,238,250);}

.comments li:last-child {margin-bottom: 0;}

.comments li .avatar-big {
	border-radius: 50px;
	box-shadow:	rgba(0,0,0,.25) 0 0 20px;
	position: absolute;
	right: -25px;
	top: -25px;
}

.comments li .comment-content {
	color: rgb(150,150,150);
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.comment-content strong {color: rgb(0,0,0);}

.comments li .comment-content .comment-text {
	color: rgb(0,0,0);
}

.comment-text {margin-top: 20px;}

.comments li .comment-content .comment-text .news-blockquote .news-blockquoteauthor {font-size: 16px;}

.comments li .comment-content .quote {text-align: right;}

.commentform_msgfield {
	font-size: 14px;
	height: 200px;
	width: 100%;
}

.commentformBB {
	background: rgb(244,238,250);
	border-radius: var(--exborderRadius);
	box-shadow: rgba(0,0,0,.05) 0 0 5px;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.comment-quote-link {
	text-align: right;
}

	.comment-quote-link a {
		/* background: rgb(245, 242, 249); */
		background: rgb(51,63,120);
		border-radius: var(--exborderRadius);
		/* border: 1px solid rgba(0,0,0,.1); */
		color: rgb(255, 255, 255);
		display: inline-block;
		font-size: 14px;
		padding: 10px;
		text-decoration: none;
	}

/* REGISTRATION FORM */

.form_label {
	display: block;
	font-weight: bold;
}

.revue-form {
	display: grid;
	gap: 5px;
	grid-template-columns: auto min-content;
	margin: 40px auto;
	max-width: 270px;
}

	.revue-form .input[type="email"] {
		width: 100%;
	}


/* FEATURES */

ul#featuremenu {
	background: rgba(0,0,0,.025);
	left: 0;
	line-height: 30px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	top: 80px;
}

ul#featuremenu li {
	display: inline-block;
	margin-right: 10px;
}

ul#featuremenu li a {
	color: rgb(51,63,120);
	font-family: futura-pt, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

ul#featuremenu li a:hover {color: rgb(196,117,32);}

ul#featuremenu li a.selected {color: rgb(0,0,0);}

table.features_table tbody tr td, table.media-category-table tbody tr td {
	color: rgb(55,55,55);
	line-height: 1.5em;
}

table.features_table thead tr th:nth-child(2) {text-align: right;}

table.features_table tbody tr td:nth-child(2), table.media-category-table tbody tr td:nth-child(2) {
	color: rgb(50,50,50);
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 100px;
}

.features_description,.media-description {
	background-color: rgb(240,240,240);
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.1) 0 0 10px;
	color: rgb(75,75,75);
	line-height: 1.5em;
	padding: 10px;
	text-shadow: rgb(255,255,255) 0 1px 0;
}

ul.pagelisting {
	background-color: rgba(255,255,255,.25);
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.1) 0 0 10px;
	list-style: none;
/* 	margin: 40px auto -40px; */
	margin: 40px auto 0;
	padding: 10px;
	width: 100%;
}

ul.pagelisting li a {
	border-radius: var(--exborderRadius);
	display: block;
	padding: 3px;
	width: 100%;
}

ul.pagelisting li a.current {font-weight: bold;}

ul.pagelisting li a span {color: rgb(50,50,50); float: right;}

#description_interviews,#description_previews,#description_editorials {display: none;}

.feature-pullquote,.feature-imagebox {
	color: rgb(50,50,50);
	margin-bottom: 10px;
	width: 250px;
}

	.imgDescCol {
		display: grid;
		grid-template-columns: max-content auto;
		gap: 20px;
		width: 100% !important;
	}
	
	.imgDescCol .feature-imagebox-caption {
		font-size: 18px !important;
		line-height: 28px !important;
	}

.feature-imagebox.feature-imagebox-center {
	margin: 0 auto;
}

.feature-pullquote-right, .feature-imagebox-right:not(.imgDescCol) {
	float: right;
	margin-left: 20px;
	text-align: right;
}

.feature-pullquote-left, .feature-imagebox-left:not(.imgDescCol) {
	float: left;
	margin-right: 20px;
	text-align: left;
}

.feature-imagebox img {
	box-shadow:	rgba(0,0,0,.25) 0 0 20px;
		-moz-box-shadow: rgba(0,0,0,.25) 0 0 20px;
		-webkit-box-shadow: rgba(0,0,0,.25) 0 0 20px;
	height: inherit;
}

.feature-byline {
	background: rgba(255,255,255,.4);
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.1) 0 0 10px;
	color: rgb(50,50,50);
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 30px;
	min-height: 80px;
	padding: 10px;
	position: relative;
}

.feature-byline img {
	border-radius: 50px;
	box-shadow:	rgba(0,0,0,.5) 5px 5px 10px;
	left: -25px;
	position: absolute;
	top: -25px;
}

.feature-byline span {
	display: block;
	padding: 10px;
}

.feature-paragraph {
	line-height: 1.5em;
}

.feature-subline {
	position: relative;
}

.feature-subline {
	position: relative;
}

.feature-subline #nextlink,
.feature-subline #previouslink {
	font-size: 20px;
	position: absolute;
}

.feature-subline #nextlink {
	left: 10px;
}

.feature-subline #previouslink {
	right: 10px;
}

.featureimage {
	margin: 0 auto;
	width: 100%;
}

.featureimage.featureimageHeader {
	border-radius: var(--exborderRadius);
	box-shadow: rgba(0,0,0,.25) 0 0 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 0;
}

.featureimage img {
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.25) 0 0 20px;
	display: block;
	margin: 0;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

	.featureimage.featureimageHeader img {
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
	.featureimage.featureimageHeader588 img {
		width: 100%;
	}

/* MEDIA */

.mediabox {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.media-description span {
	display: block;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 5px;
}

.mediacontent figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.mediacontent figure img {
	border-radius: var(--exborderRadius);
	box-shadow:	rgba(0,0,0,.5) 0 0 10px;
	margin: 10px;
}

.video-player {text-align: center;}

.video-player div {
	box-shadow:	rgba(0,0,0,.25) 0 0 20px;
	margin: 0 auto;
}

figure.imagecolumns2 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 50%);
	margin: 10px 0;
}

.figColumns {
	margin: 10px 0;
}

	.figColumns>div {
		float: none !important;
		height: auto !important;
		margin: 0 !important;
		width: 100% !important;
	}
	
	.figColumns>div img {
		height: auto !important;
		width: 100% !important;
	}

/* FEATURES MENU */

/* ABOUT */
#ourstory .feature-byline {
	margin-bottom: 15px;
}

/* NEWS ARCHIVE */
/*
.article table#newsarchive, .article table#newscategories {
	display: inline-block;
	max-width: 45%;
	vertical-align: top;

}

.article table#newscategories {
	float: right;
}
*/

.article table#newscategories th {padding: 0 5px; text-align: left;}

.article table#newsarchive tr:hover, .article table#newscategories tr:hover {
	background-color: rgb(225,225,225);
}

.article table#newsarchive tr td, .article table#newscategories tr td {
	padding: 5px;
}

@media screen and (max-width: 868px) { 
	.articleHeaderCategoryHolder {
		margin: 30px 0 0;
	}
	
	.comments li .avatar-big {
		border-radius: 50px;
		box-shadow:	rgba(0,0,0,.25) 0 0 20px;
		right: -10px;
		top: -10px;
	}

	#highlightButton {
		display: none;
	}
}

@media screen and (max-width: 605px) {
	
	.feature-pullquote,.feature-imagebox {
		float: none;
		margin: 20px auto !important;
		width: 100% !important;
	}
	
	.feature-imagebox {
		text-align: center;
	}
	
	.feature-imagebox-caption {
		display: block;
		text-align: center;
	}
	
	.imgDescCol .feature-imagebox-caption {
		font-size: 14px !important;
		line-height: 16px !important;
		text-align: left;
	}
	
	.article.content {
		padding: 0;
	}
	
	.article {
		margin-bottom: 30px;
	}

	.article.articlePageListing {
		margin-bottom: 0;
	}
	
	.articleHeader {
		padding: 0;
	}
	
	.articleHeaderHeadingHolder {
/* 		margin-top: 40px; */
	}
	
	.articleHeaderHeading {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		width: 70%;
	}
	
	.articleHeaderTime {
		font-size: 16px;
	}
	
	.comments li .avatar-big {
		height: 25px;
		right: -12px;
		top: -12px;
		width: 25px;
	}
	
	#loginform2 input {
		margin-bottom: 10px;
	}
	
	#accountform_username2 {
		box-sizing: border-box;
		width: 223px;
	}
}