@charset "utf-8";
.content_title {
	font-size: x-large;
    font-weight: bold;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px;
	display: block;
}
.content_table_title {
	font-size: x-large;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px;
	text-align: center;
}
.content_sub_title {
	font-size: large;
    font-weight: normal;
    font-style: italic;
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px
}
.content_large {
	font-size: large;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px
}
.content_regular {
	/* font-size: medium; */
	/* font-size: 112%; */
	font-size: 120%;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px
}
.content_small {
	font-size: small;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px
}
#top_menu {
	position: absolute; 
	top:0px; 
	left:0px; 
	height: 70px; 
	width:1910px; 
	margin: 0px; 
	padding: 0px; 
	background-color: rgb(255,255,255);
	overflow-y: hidden;
}
#left_menu {
	font-size: large;
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 1px black;
	position: absolute; 
	top:70px; 
	left:0px; 
	height: 740px; 
	width:370px; 
	margin: 0px; 
	padding: 0px; 
	background-color: rgb(105,105,105);  
	overflow-y: hidden; 
	overflow-x: hidden;
}
#left_menu.bannerless {
	top:0px;
}
#video_player {
	background-color: #000000;
	opacity: 0;
	display: none;
	z-index: 10000;
	position: absolute;
	top: 0;
	left:0;
	height: 810px;
	width:1920px;
	margin: 0px; 
	padding: 0px; 
	overflow:hidden;
}
#video_player .siteinfo_video_player_close {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    font-weight: bold;
    background: white;
    color: darkred;
    text-align: center;
    line-height: 24px;
    width: 28px;
    height: 28px;
    border-radius: 40px;
    z-index: 40;
    cursor: pointer;
    font-family: "Century Gothic", CenturyGothic, Arial, Helvetica, sans-serif;
}
#video_player .siteinfo_video_player_close:hover {
	color:white;
	background: darkred;
}
#primary_content_wrapper {
	height: 810px; 
	width:1910px; 
	margin: 0px; 
	padding: 0px; 
	overflow:hidden;
}
#primary_content_wrapper.bannerless {
	height:740px;
}
#external_content_panel {
	position: absolute; 
	top: 70px; 
	left: 0px; 
	display:none; 
	height: 740px;
	width: 1910px;
	z-index: 10;
	background-color: #ffffff;
}
#external_content_panel.bannerless{
	top:0px;
}
#right_links {
	position: absolute; 
	top:70px; 
	left:1530px; 
	height: 740px; 
	width:355px; 
	margin:0px; 
	padding-left: 10px; 
	padding-right: 20px; 
/*	background-color: rgba(60,245,235,0.4); */
/*	background-color: rgb(240,250,240);  */
	background-color: rgb(0,0,0);  
	overflow-y: scroll; 
	overflow-x: hidden;
}
#right_links.bannerless {
	top:0px;
}
#right_links.hobbit {
	margin-top: 330px;
	height: 410px;
}
#main_content {
	position: absolute; 
	top:70px; 
	left:370px; 
	height: 740px; 
	width:1130px; 
	margin:0px; 
	padding-left: 20px; 
	padding-right: 20px; 
/*	background-color: rgb(220,220,220); */
	background-color: rgb(0,0,0); 
	color: rgb(255,255,255); 
/*	overflow-y: scroll;  */
	overflow-x: hidden;
}
#main_content.bannerless {
	top:0px;
}
#main_content.hobbit {
	margin-top: 330px;
	height: 410px;
}
#channel_full_header {
	position: absolute;
	top:70px;
	left:370px; 
	height: 330px; 
	width:1550px; 
	margin:0px; 
	padding:0px;
	background-color: rgb(0,0,0); 
	overflow-x: hidden;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.left_menu_container {
	position: absolute;
	top:0px; 
	left:0px;
	height:100%;
	width:100%;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.lm_span {
	font-size: 16px;
}
.end_on_hover {
	cursor: not-allowed;
	min-height: 55px;
	padding-top: 15px;
	width: 370px;
	margin: 0px 0px;
	overflow: hidden;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	background-color: rgba(0,0,0,0.6);
}
.show_on_hover {
	cursor: pointer;
	height: 45px;
	padding-top: 25px;
	width: 370px;
	margin: 0px 0px;
	/* padding: 0px; */
	overflow: hidden;
	border-style: solid;
	border-width: 0px 0px 1px 0px; /* top, right, bottom, left */
/*	border-width: 2px 0px; /* top/bottom, right/left */
	border-color: black;
/*	box-shadow: 0px 0px 2px #000000; */
	background-color: rgba(0,0,0,0.6);
	text-shadow: #000 2px 2px;
	line-height: 95%;
}
.show_on_hover:hover {
	opacity: 1;
	text-shadow: #000 0px 0px;
	background-color: #00BFF3;
	height: 65px;
	padding-top: 5px;
}
.show_on_hover.selected {
	opacity: 0.8;
	background-color: #000;
	height: 65px;
	padding-top: 5px;
}
.show_on_hover.selected .lm_span {
	color: #00BFF3;
}
.top_menu_button {
	border-left-style: dashed;
	border-left-width: 1px;
	border-color: black;
	float: left;
	height: 45px;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	line-height: 20px;
	padding-top:25px;
	background-color: white;
	color: black;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	cursor: pointer;
	font-size: 16px;
}
.top_menu_slider {
	border-left-style: dashed;
	border-left-width: 1px;
	border-color: black;
	height: 45px;
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	line-height: 20px;
	padding-top:25px;
	background-color: white;
	color: black;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	cursor: pointer;
	font-size: 16px;
	position: fixed;
	right:5px;
}
.top_menu_button:hover {
	background-color: #00BFF3;
	color:white;
}
.top_menu_button.no_hover:hover {
	background-color: white;
}
.top_menu_button.selected {
	background-color: rgb(20,20,20);
	color:#00BFF3;
	font-weight: bold;
}
.top_menu_button.no_hover.selected {
	background-color: white;
}
.top_menu_button_end {
	border-left-style: dashed;
	border-left-width: 1px;
	border-color: black;
	float: left;
	height: 45px;
	width: 0px;
	line-height: 20px;
	padding-top:25px;
	background-color: white;
	color: black;
	clear: right;
}
.show_on_hover .description {
	font-size: 14px;
	/* letter-spacing: 1px; */
	opacity: 0; /* not initially visible */
	line-height: 80%;
}
.show_on_hover:hover .description {
	font-size: 14px;
	/* letter-spacing: 1px; */
	opacity: 0.7;
	line-height: 80%;
}
.show_on_hover.selected .description{
	font-size: 14px;
	/* letter-spacing: 1px; */
	opacity: 1;
	line-height: 80%;
}
.msms_video_link {
	width: 335px;
	margin: 0px 10px;
	height: 200px;
	overflow: hidden;
	background-color: #555555;
	background: url(https://46.202.173.33/assets/images/common/placeholder.jpg) no-repeat;
}
.msms_video_link img {
	width: 335px;
	height: 200px;
}
.msms_video_link .playBtn {
	position: relative;
/*	top: 57px;
	left: 127px;
	height: 101px;
	width: 101px; */
	top: 24px;
	left: 91px;
	height: 152px;
	width: 152px;
	background: url(https://46.202.173.33/assets/images/icon-play.png) no-repeat;
	opacity: 0.25;
}
.msms_video_link .playBtn:hover {
	opacity: 1.0;
}
.siteinfo_table {
	border-collapse: collapse;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: table;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-stroke-width: 0.3px;
}
img.no_click { 
	width:90%;
	margin-top:-5%;
	margin-left:5%;
}
table.siteinfo_table {
  border: 2px solid #888888;
  background-color: #444444;
  width: 90%;
  text-align: center;
}
table.siteinfo_table.episodic {
	background-color: #333333;
}
table.siteinfo_table td, table.siteinfo_table th {
  border: 1px solid #948473;
  padding: 4px 4px;
}
table.siteinfo_table tbody td {
  font-size: medium;
}
table.siteinfo_table td:nth-child(even) {
  background: #222222;
}
table.siteinfo_table thead {
  background: #666666;
  background: -moz-linear-gradient(top, #8c8c8c 0%, #757575 66%, #666666 100%);
  background: -webkit-linear-gradient(top, #8c8c8c 0%, #757575 66%, #666666 100%);
  background: linear-gradient(to bottom, #8c8c8c 0%, #757575 66%, #666666 100%);
}
table.siteinfo_table thead th {
  font-size: large;
  font-weight: bold;
  color: #F0F0F0;
  border-left: 2px solid #888888;
}
table.siteinfo_table thead th:first-child {
  border-left: none;
}

.news_article {
	font-size: 20px;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 920px;
	height:725px;
	margin-left: calc(50vw - 460px);
	margin-right: calc(50vw - 460px);
	font-weight: 400;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-style: normal;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
}
.main_article {
	padding-bottom:5px;
}
.news_article .summary {
	display: none;
}
.news_article #headline {
	font-size: 200%;
	line-height: 105%;
	font-weight: 900;
	margin-bottom: 0;
	text-align: center;
}
.news_article .section_header {
	font-size: 150%;
	line-height: 120%;
	font-weight: 700;
}
.news_article .outtake {
	font-style: italic;
	font-size: 125%;
	line-height: 125%;
	font-weight: 500;
	text-align: center;
}
.news_article p {
	padding-right: 20px;
	padding-left: 20px;
}
.news_article a:link {
	color: #00BFF3;
}
.news_article a:visited {
	color: #00D9FF;
}
.news_article a:hover {
	color: #44FF44;
}
.news_article b {
	font-weight: 600;
}
.news_article ul {
	font-size: 90%;
}
.news_article ol {
	font-size: 90%;
}
.news_article .notes {
	font-size: 75%;
	font-weight: 100;
	margin-top: 0;
	opacity:0.8;
	text-align: center;
	height: auto;
}
.news_article #headline_img {
	width: 920px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.news_article img {
	width: 460px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: calc(50% - 230px);
	margin-right: calc(50% - 230px);
}
.news_article .video_link {
	width: 920px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
    background-color: #555555;
    background: url(https://46.202.173.33/assets/images/common/placeholder.jpg) no-repeat;
}
.news_article .video_link .playBtn {
	position: relative;
	top: calc(50% - 76px);
	left: calc(50% - 76px);
	height: 152px;
	width: 152px;
	opacity: 0.5;
	background: url(https://46.202.173.33/assets/images/icon-play.png) no-repeat;
}
.news_article .video_link .playBtn:hover {
	opacity:1;
}
.news_article .overlay {
	position: absolute;
	bottom: 0px; 
	background: rgba(0, 0, 0, 0.7); /* Black see-through */
	color: #f1f1f1; 
	width: 100%;
	transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 30px;
	padding: 20px 0;
	text-align: center;
}
.news_article .overlay.narrow_overlay {
	width: 460px;
	margin-left: calc(50% - 230px);
	margin-right: calc(50% - 230px);
}
.news_article div:hover .overlay {
	opacity: 1;
}
p.question {
	font-size: 110%;
	font-weight: 600;
	padding-left: 60px;
	padding-right: 60px;
}
p.answer {
	font-size: 110%;
	padding-left: 60px;
	padding-right: 60px;
}
#article_video_player {
	background-color: #000000;
	opacity: 0;
	display: none;
	z-index: 10000;
	position: fixed;
	top: 270px;
	left:0;
	height: 740px;
	width:1920px;
	margin: 0px; 
	padding: 0px; 
	overflow:hidden;
}
#article_video_player .article_video_player_close {
	position: fixed;
    top: 280px;
    right: 10px;
    font-size: 26px;
	padding-right: 2px;
    font-weight: bold;
    background: white;
    color: darkred;
    text-align: center;
    line-height: 24px;
    width: 28px;
    height: 28px;
    border-radius: 40px;
    z-index: 40;
    cursor: pointer;
    font-family: "Century Gothic", CenturyGothic, Arial, Helvetica, sans-serif;
}
#article_video_player .article_video_player_close:hover {
	color:white;
	background: darkred;
}


.news_column {
	position: absolute;
	top:5px;
	font-size: 20px;
	line-height: 110%;
	width: 24vw;
	height: 730px;
	color: #000000;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
}
#column_one {
	left:0.5vw;
}
#column_two {
	left:25.5vw;
}
#column_three {
	left:50.5vw;
}
#column_four {
	left:75.5vw;
}
.news_column .article img {
	/* width: 18vw;height: 11.2vw; */
	width: calc(24vw - 6px);height: 14.8vw;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	/* margin-left: calc(50% - 9vw); */
	/* margin-right: calc(50% - 9vw); */
}
.news_column .article {
/*	margin-left:0.25vw; */
	width: calc(24vw - 6px);
/*	border-style: solid; */
/*	border-width: 2px; */
/*	border-color: #000000; */
	margin-bottom: 2vh;
	cursor: pointer;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.news_column .article h1, .article p {
	padding-left: 1vw;
	padding-right: 1vw;display: block;
    margin-block-start: 2vh;
    margin-block-end: 2vh;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.news_column .article:hover h1 {
	color: #00BFF3;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.news_column .top_label {
	font-size: 125%;
	background-color: #750000;
	color: #FFFFFF;
	padding:1vh 1vh 1vh 2vh;
	position: fixed;
	top:300px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.news_column .article h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: 105%;
}
.news_column .article p.details {
    margin-block-start: 0;
    margin-block-end: 0;
	font-size: 12px;
	font-weight: 100;
	opacity: 0.5;
}
.news_column .article p.details .author {
	font-weight: 600;
}
.news_article .close_column {
	position: fixed;
    top: 970px;
    right: 440px;
    font-size: 26px;
	padding-right: 2px;
    font-weight: bold;
    background: white;
    color: darkred;
    text-align: center;
    line-height: 24px;
    width: 28px;
    height: 28px;
    border-radius: 40px;
    z-index: 40;
    cursor: pointer;
    font-family: "Century Gothic", CenturyGothic, Arial, Helvetica, sans-serif;
}
.news_article .close_column:hover {
	color:white;
	background: darkred;
}
div.sorter {
	display: inline-block;
	color: #FFFFFF;
	padding: 5px 25px;
	cursor: pointer;
	font-size: 20px;
}
div.sorter_prime {
	display: inline-block;
	color: #00bff3;
	padding: 5px 25px;
	cursor: not-allowed;
	font-size: 20px;
}
div.sorter.small, div.sorter_prime.small {
	font-size: 16px;
	padding: 5px 15px;
}
div.sorter:hover {
	font-weight: 700;
}
#summary_wrapper {
	display: none;
}