@charset "UTF-8";

.sbj_ovw_ppg{
	
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.sbj_ppg_cntr{
	position: absolute;
	top: 0px;
	left: 5px;
	right: 0px;
	bottom: 0px;
}

.sbj_ttl_sec{
	
	position: absolute;
	top: 0px;
	left: 5px;
	right: 0px;
	height: 50px;
}

.sbj_ttl_br{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 1400px;
	height: 50px;
	background-color: rgba(184, 194, 184, 1);
	box-shadow: 5px 5px 5px rgba(0, 0, 30, 0.3);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sbj_nav_btn{
	
	position: absolute;
	top: 5px;
	height: 50x;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	color: #78281f;
	background-color: darkgray; 
	font-weight: bold;
	font-size: 1.3em;
	cursor:pointer;
	
	border-right: solid 1px gray;
	box-shadow: 5px 5px 5px rgba(0, 0, 30, 0.3);
	z-index: 1;
}

.sbj_nav_btn.prv{
	left: 1400px;
	border-left: solid 1px gray;
}

.sbj_nav_btn.nxt{
	left: 1435px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sbj_ovw_lcol{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 1000px;
	min-height: 1200px;
}

.sbj_ovw_rcol{

	position: absolute;
	top: 60px;
	left: 1010px;
	width: 390px;
	background-color:rgba(193, 201, 171, 0.9);
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	padding: 5px;
	border-radius: 5px;
}

.ovOv{
	position: relative;
	background-color: rgba(128, 188, 189, 0.4);
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	height: 300px;
	left: 0px;
	right: 0px;
	border-radius: 5px;
}

.ovThumb{
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	background-size: 100%;
	width: 400px;
	height: 290px;
	border: solid 1px black;
	border-radius: 5px;
	background-repeat: no-repeat;
  	background-position: center; 
  	background-color: lightgray;
}

.ovSum{
	
	position: absolute;
	background-color: rgba(208, 218, 212, 0.4);
	top: 5px;
	left: 410px;
	right: 5px;
	bottom: 5px;
	border-radius: 5px;
	border: solid 1px black;
	padding: 5px;
}

.ovSubSec{
	background-color: rgba(128, 112, 206, .1);
	width: 970px;
	padding-left: 5px;
	border-radius: 5px;
}

.ovSubSecAlt{
	background-color: rgba(124, 127, 148, .1);
	width: 970px;
	padding-left: 5px;
	border-radius: 5px;
}

.ovFld{
	display: flex;
	width: 100%;
	min-height: 25px;
}

.ovFldOv{
	display: flex;
	width: 100%;
	min-height: 25px;
}

.ovFld:hover
{
	font-weight: bold;
	color: black;
	background-color: rgba(239, 225, 12, .2)
}

.ovFld:hover .ovLblWd, .ovFld:hover .ovLbl
{
	color: maroon;
}

.ovLbl{
	width: 275px;
	color: #421d03;
	font-weight: bold;
	font-size: 1em;
	line-height: 25px;
	vertical-align: middle;
	border-left: 2px;
}

.ovLblWd
{
	width: 500px;
	color: #421d03;
	font-weight: bold;
	font-size: 1em;
	line-height: 25px;
	vertical-align: middle;
	border-left: 2px;
}

.ovLbl.alt, .ovLblWd.alt{
	color: #421d03;
	background-color: rgba(220, 220, 220, 0.4);
}

.ovTxt{
	width: 650px;
	color: #421d03;
	font-weight: normal;
	font-size: 1em;
}
.ovTxt.alt
{
	color: #421d03;
	background-color: rgba(220, 220, 220, 0.4);
}

 .ovData{
 	line-height: 25px;
	vertical-align: middle;
	width: 100%;
 }
 
 .ovData.lnk{
 	cursor: pointer;
 	color: navy;
 	text-decoration: underline;
 }
 
 .ovSec{
  	left: 5px;
  	right: 5px;
  	min-height: 10px;
  	background-color: rgba(231, 243, 222, 0.4);
  	border-radius: 5px;
  	padding: 10px;
  	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
 }
 
 .ovSec.desc{
 	background-color: rgba(231, 243, 222, 0.4);
 }
 
 .ovSec.wm{
 	background-color: rgba(208, 218, 212, 0.4);
 }
 
 .ovSec.img{
 	
  	background-color: rgba(249, 247, 201, 0.5);
  	
 }
 
/********************************************** Event Details *************************************************/ 
 
 .evt_ovw_pg{

	position: absolute;
	background-color: #9aa29a;
	top: 155px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow-y: auto;
}

 .evt_ttl_br{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 1400px;
	height: 50px;
	background-color: rgba(184, 194, 184, 1);;
	box-shadow: 5px 5px 5px rgba(0, 0, 30, 0.3);
	border-radius: 5px;
}

 .evt_ovw_lcol{
	position: absolute;
	top: 70px;
	left: 5px;
	width: 1000px;
}

.evt_ovw_rcol{

	position: absolute;
	top: 70px;
	left: 1015px;
	width: 385px;
	background-color:rgba(193, 201, 171, 0.9);
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	padding: 5px;
}

.evt_no_img{
	position: absolute;
	left: 400px;
	top: 50px;
	width: 500px;
	height: 500px;
}

/* Media query for higher zoom level */
@media (resolution>=120dpi) {
	.evt_no_img {
		left: 200px;
		top: 25px;
		width: 400px;
		height: 400px;
	}
}


 
 
 
 
 /********************************************  Layout Page **************************************************/
 
 .sub_mnu_bar{
 	
 	position: absolute;
 	top: 70px;
 	right: 2px;
 	left: 2px;
 	height: 85px;
 	background-color: #0a1020;
 	border-top: 10px solid #6d736d;
 }
 
 
 .sub_mnu_tab{
 	
 	position: absolute;
 	width: 100px;
 	border: solid 2px dimgray;
 	border-radius: 10px 10px 0px 0px;
 	bottom: 0px;
 	height: 72px;
 	display: flex;
 	justify-content: center;
 }
 
  .sub_mnu_tab span{
 	
 	align-self: flex-end;
 	font-size: .85em;
  	color: ivory;
 }
 
 .sub_mnu_tab.ovw{
  	left: 4px;
  	background: url("../Img/Menu/OverviewP.png") no-repeat;
	background-position: 50% 10%;
	background-color: black;
 }
 
 .sub_mnu_tab.ovw.sel{
  	background-color: #738276;
 }
 
 .sub_mnu_tab.tl{
  	left: 110px;
  	background: url("../Img/Menu/TimelineP.png") no-repeat;
  	background-position: 50% 10%;
  	background-color: black;
 }
 
 .sub_mnu_tab.tl.sel{
  	background-color: #738276;
 }
 
 .sub_mnu_dvdr {
 	
 	position: absolute;
  	width: 5px;
  	height: 65px;
  	top: 5px;
  	left: 220px;
  	border-radius: 3px 3px 3px 3px;
  	background-color: dimgray;
 }
 
 .sub_mnu_btn{
 
 	position: absolute;
 	top: 2px;
 	width: 60px;
 	height: 65px;
 	border: solid 1px dimgray;
 	display: flex;
 	justify-content: center;
 }
 
 .sub_mnu_btn span{
 	
 	align-self: flex-end;
 	font-size: .7em;
  	color: ivory;
 }
 
 .sub_mnu_btn.hm{
 
 	right: 5px;
 	background: url("../Img/Menu/HomeGold.png") no-repeat center top;
 	background-position: 50% 10%;
 }
 
 .sub_mnu_btn.vd{
 	
 	right: 70px;
 	background: url("../Img/Menu/VideoImg.png") no-repeat center top;
 	background-position: 50% 10%;
 }
 
 .sub_mnu_btn.co{
 
 	right: 140px;
 	background: url("../Img/Menu/CompanyImg.png") no-repeat center top;
 	background-position: 50% 10%;
 }
 
 .sub_mnu_btn.pp{
 
 	right: 210px;
 	background: url("../Img/Menu/PeopleImg.png") no-repeat center top;
 	background-position: 50% 10%;
 }
 
  .sub_mnu_btn.pl{
 
 	right: 280px;
 	background: url("../Img/Menu/OrdnanceImg.png") no-repeat center top;
 	background-position: 50% 10%;
 }
 
 .sub_mnu_btn.ac{
 
 	right: 350px;
 	background: url("../Img/Menu/AircraftImg.png") no-repeat center top;
 	background-position: 50% 10%;
 }
 
 .sbj_ttl{
	
  	position: absolute;
	bottom: 2px;
	right: 5px;
	color: #78281F;
	font-weight: bold;
}

 .sbj_ttl.title{
 	
 	font-size: 2.25em;
 }
 
 .sbj_ttl.type{
 	
 	left: 15px;
 	bottom: 2px;
 	font-size: 1.4em;
 }
 
 .sbj_ttl.group{
 	
 	left: 5px;
 	top: 5px;
 	color: #85754e;
 	font-size: 1em;
 }

.sbj_sec_lbl{
	
	display: table;
	width: 100%;
 	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-color: rgba(70, 105, 70, .15);
 	border: solid 1px gray;
 	border-radius: 3px;
 	color: #78281F;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}
 
.sbj_exp_btn{
 	
 	float: right;
 	width: 30px;
	height: 30px;
	line-height: 30px;
	border-left: solid 1px gray;
	background-color: rgba(109, 115, 109, 0.4);
	text-align: center;
	vertical-align: middle;
	font-size: .9em;
}
 
 .sbj_exp_btn:hover{
 	
 	cursor: pointer; 
 }
 
 .sbj_sec_dtl{
 	padding-top: 10px;
 	padding-left: 5px;
 	min-height: 100px;
 	overflow-y: auto;
 	background-color: rgba(240, 248, 255, 0.2);
 }
 
 .sbj_sec_dtl_sub{
 	background-color: rgba(240, 248, 255, 0.2);
 }
 
 .sbj_sec_dtl_sub.alt{
 	background-color: rgba(240, 248, 255, 0.1);
 }
 
 .hidden{
 
 	display: none;
 }
 
 .visible{
 
 	display: block;
 }
 
 
* {box-sizing: border-box}

img {
	vertical-align: middle;
}

 .sbj_med_cntr{
  
  max-width: 250px;
  position: relative;
  margin: auto;
 }
 
 .slideImg{
 
 	top: 0px;
 	left: 0px;
 	display: block;
 	width: 250px;
 	height: 250px;
 	object-fit:contain;
 	background-color: lightgray;
 	border: solid 3px black;
 	border-radius: 5px;
 }
 
 .slideTmb{
 
 	width: 50px;
 	height: 50px;
 	object-fit:contain;
 	background-color: lightgray;
 	border: solid 1px gray;
 	display:block;
 }
 
 .slideTmb.sel {
 
 	border: solid 2px black;
 }
 
 .nav_arw{
	
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	height: 50px;
	width: 50px;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: black;
	opacity: 0.4;
	text-align: center;
	line-height: 50px;
 }

.prev{
	left: 1px;
  	border-radius: 0 3px 3px 0;
}

 .next {
  right: 1px;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  opacity: 1;
}

.img_col{
  float: left;
}

.left {
  width: 275px;
}

.right {
	width: auto;
	display: block;
}

.img_row:after {
  content: "";
  display: table;
  clear: both;
}

.img_test_cntr{
	display: flex;
}

.img_test_main{
	
	position: relative;
	width: 250px;
	height: 250px;
}

.img_test_sldr{
	width: 50px;
	height: 50px;
}

.vid_sld{
	
	position: relative;
	display: flex;
	height: 110px;
	width: 350px;
	white-space: nowrap;
  	overflow-x:scroll;
  	overflow-y:hidden;
  	border: solid 2px black;
  	border-radius: 5px;
}

.vid_tmb{
 
	position: relative;
	top: 50%;
	transform: translateY(-50%);  	
 	display: block;
 	width: 100px;
 	height: 100px;
 	object-fit:contain;
 	background-color: lightgray;
 	border: solid 1px gray;
 	
 }
  
 .med_mdl{
	display: none;
	position: fixed;
	z-index: 2;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  	overflow-y:none;
}

.med_mdl_cnt {
  
	position: absolute;
	background-color: lightgray;
	border: 2px solid gray;
	width: 950px;
	height: 600px;
	top: 100px;
	border-radius: 5px;
}

/* Media query for higher zoom level */
@media (resolution>=120dpi) {
	.med_mdl_cnt {
		top: 75px;
		width: 750px;
		height: 475px;
	}
}

.vws_mdl_cnt{
	position: absolute;
	background-color: lightgray;
	border: 2px solid gray;
	width: 950px;
	height: 650px;
	border-radius: 5px;
	transform: translate(50%, 20%);
	/*overflow-y: auto;*/
}

.med_ttl_bar{
	
	position: absolute;
	display: flex;
	background-color: #a9a9a9;
 	width: 100%;
 	height: 30px;
 	border-bottom: solid 1px drakgray;
 	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	vertical-align: middle;
}

.mdl_tbar_txt{
	position: absolute;
 	left: 5px;
 	height: 30px;
 	line-height: 30px;
 	text-align: center;
 	vertical-align: middle;
}

/* Modified 2024-11-05 */
.mdl_cls_btn{
 	position: absolute;
 	right: 2px;
 	width: 25px;
 	top: 2px;
 	height: 25px;
 	line-height: 25px;
 	border: solid 1px gray;
 	border-radius: 2px;
 	text-align: center;
 	vertical-align: middle;
 	background-color: #dcdcdc;
}

.mdl_tbl{
	position: relative;
	display:flex;
 	width: 100%;
 	padding: 10px;	
}

.mdl_col_left{
	
	width: 525px;	
 }

/* Lcol width for higher zoom level */
@media (resolution>=120dpi) {
	.mdl_col_left {
		width: 500px;	
		height: 450px;
		overflow-y: auto;
	}
}

 .mdl_col_right{
 	
	display: block;
	width: 425px;
	height: 500px;
	flex-wrap: wrap;
	overflow-y:auto;
	border: solid 1px darkgray;
	background-color: #f5f5f5;
	float: left;
	scrollbar-width: thin;
}

/* Rcol width for higher zoom level */
@media (resolution>=120dpi) {
	.mdl_col_right {
		width: 225px;
		height: 400px;
		overflow-y: auto;
	}
}

.mdl_mn_tmb{
	
	height: 500px;
	width: 500px;
	background-color: #f0f8ff;
	border: solid 1px darkgray;
}

/* Media query for higher zoom level */
@media (resolution>=120dpi) {
	.mdl_mn_tmb {
		
		width: 475px;
		height: 400px;
	}
}

.mdl_tmb_img{
	
	display:block;
	height: 498px;
	width: 498px;
	background-color: #f5f5f5;
	object-fit:contain;
}

/* Media query for higher zoom level */
@media (resolution>=120dpi) {
	.mdl_tmb_img {
		
		height: 400px;
	}
}

.mdl_tmb{
	width: 90px;
 	height: 90px;
 	object-fit:contain;
 	background-color: #f0f8ff;
 	border: solid 1px darkgray;
 	margin: 5px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.evt_sec_ov{
	padding-top: 10px;
 	padding-left: 5px;
 	height: 220px;
 	background-color: rgba(240, 248, 255, 0.2);
}

.evt_prm_evt{
	position: relative;
	right: 5px;
}

.evt_nav_bar{
	position: relative;
	display: flex;
	left: 5px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.evt_nav_btn{
	
	position: relative;
	top: 7px;
	width: 80px;
	height: 25px;
	border: solid 1px black;
	border-radius: 3px;
	cursor:pointer;
	background-color:#9aa29a;	
	color: white;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}

.evt_nav_btn:hover{
	font-weight: bold;
	color: black;
	background-color: #dcdcdc;
}

.evt_hr_sep{
	height: 10px;
}

.evDtaBlk{
	display: flex;
}

.evLbl{
	
	position: relative;
	width: 150px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
}

.evtLbl.tall{
	height: 30px;
	line-height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.evLbl.tm{
	left: 10px;
	font-weight: bold;
	line-height: 30px;
}

.evDta{
	line-height: 25px;
	vertical-align: middle;
	color: #1b2631;
}

.evDta.tall{
	line-height: 30px;
	vertical-align: middle;
}


.evt_dtl_tmrw{
	display:flex;
}

.evt_dtl_st{
	
	border: solid 1px #ccdecb; 
	width: 400px;
	background-color: #bfd6be;
}

.evt_dtl_end{
	border: solid 1px #bec2bb;
	width: 400px;
	background-color: #aeb2aa;
}

.evt_blk_ttl{
	
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	color: #78281f;
	padding-left: 5px;
}

.evt_blk_ttl.st{
		
	background-color: #ccdecb;
}

.evt_blk_ttl.end{
	
	background-color: #bec2bb;
}

.ig_ttl_blk{
	display: flex;
}

.ov_doc_row{
	display: flex;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-top: 3px;
}

.doc_icon_col{
	width: 25px;
	height: 25px;
}

.doc_lnk{
	font-size: .9em;
    color: navy;
    text-decoration: none;
}

.doc_lnk:hover{
	
    text-decoration: underline;
}

.doc_lnk_col{
	width: 100%;
}

.doc_cnt_lbl{
	position: relative;
	font-size: .9em;
	font-weight: bold;
	color: black; 
	width: 100%;
	border-bottom: solid 1px black;
}

.doc_btn_vw{
	
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: .9em;
	font-weight: bold;
	color: navy;
}

.doc_btn_vw:hover{
		
	cursor: pointer;
	text-decoration: underline;
}

.sbj_det_lcol{
	
	position: absolute;
	left: 5px;
	width: 870px;
}

.sbj_det_rcol{
	
	position: absolute;
	right: 0px;
	width: 370px;
	background-color:rgba(193, 201, 171, 0.9);
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	padding: 5px;
}

.sep{
	position: relative;
	display: flex;
	left: 5px;
	right: 0px;
	height: 34px;
	line-height: 34px;
	justify-content:center;
}

.sep_ig{
	width: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.sep_ln{
	width: 100%;
	line-height: 34px;
	vertical-align: middle;
	top: 50%;
	border-top: 1px solid white;
	transform: translateY(50%);
	margin-left: 5px;
	margin-right: 5px;
}

.sbj_det_btn_cls{
	
	position: absolute;
	top: 5px;
	right: 10px;
	width: 75px;
	height: 25px;
	border: solid 1px black;
	border-radius: 3px;
	cursor:pointer;
	background-color:#9aa29a;	
	color: white;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}

.sep_txt{
	position: absolute;
	right: 10px;
	color:white;
	font-style: italic;
	border: solid 1px white;
	border-radius: 3px;
	background-color: #9aa29a;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.sep_txt:hover{
	cursor:pointer;
	background-color: #545a2c;
	border: solid 1px black;
	border-radius: 5px;
}

.sbj_vtl_cntr{
	position: absolute;
	top: 70px;
	left: 0px;
	min-height: 1200px;
	width: 145px;
	background: rgba(109, 115, 109, .6);
	box-shadow: 5px 5px 10px #6d736d;
	border-radius: 5px;
	/*padding-left: 8px;*/
}

.sbj_vtl{
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
}

.sbj_evlst_cntr{
	
	position: absolute;
	top: 70px;
	left: 150px;
	bottom: 0px;
	width: 1250px;
	
}

.sbj_evt_lst{
	
	position: absolute;
	top: 40px;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.sbj_flt_cntr{
	
	position: absolute;
	top: 40px;
	left: 1015px;
	min-height: 400px;
	width: 230px;
	border: solid 1px gray;
	border-radius: 5px;
	padding: 5px;
	background: rgba(109, 115, 119, .6);/*light: rgba(218, 222, 222, .8) dark: rgba(109, 115, 119, .6);*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(109, 115, 119, 0.3) 0px 0px 0px 2px inset;
}

.flt_grp_sec{
	
	border: none;
}

.flt_grp{
	
	position: relative;
	width: 100%;
	border: solid 1px gray;
	border-radius: 5px;
	padding: 12px 7px 7px 7px;
	background: rgba(176, 196, 222, .2); /*LightSteelBlue*/
	
}

.flt_grp_lbl{
	font-weight: bold;
	color: #ebedef;
}

.flt_itm_lbl{
	height: 20px;
	color: rgba(68, 3, 56, 1);
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	vertical-align: middle; 
	font-size: .9em;
}

.flt_itm_lbl.left{
	text-align: left;
}

.flt_prm_btn{
	position: relative;
	height: 20px;
	width: 75px;
	font-size: .9em;
	line-height:20px;
	vertical-align:middle;
	text-align: center;
	background-color: #55332b;
	color: ivory;
	border: solid 1px gray;
	border-radius: 5px;
	cursor:pointer;
}

.flt_cal_col_lbl{
	display: flex;
}

.flt_itm_rw{
	display: flex;
	height: 30px;
}

.flt_cal_wk{
	display: flex;
}

.flt_cal_rw{
	display: flex;
}

.flt_cal_dy{
	
	width: 25px;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	text-align: center;
	margin: 2px;
	border: solid 1px #dcdcdc;
}

.flt_cal_dy.val{
	
	color: black;
	font-weight: bold;
	border: solid 1px navy;
	cursor: pointer;
}

.flt_cal_dy.val:hover{
	
	color: yellow;
	font-weight: bold;
}

.flt_cal_dy.val.sel{
	
	color: white;
	font-weight: bold;
	border: solid 1px yellow;
}

.flt_cal_dy.noval{
	background-color: #b3b6b7;
	color: gray;
	font-weight: normal;
}

.flt_cal_dy.clbl{
	
	background-color: navy;
	color: white;	
}

.sbj_flt_ttl{
	height: 25px;
	line-height: 25px;
	background-color: #666c6c;
	border-bottom: solid 1px gray;
	text-align: center;
	vertical-align: middle;
	color: White;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sbj_det_cnt{
	
	position: absolute;
	top: 70px;
	left: 150px;
	bottom: 0px;
	width: 1250px;
}

.elst_row{
	
	position: relative;
	display: flex;
	align-items: center;
	width: 1000px;
}

.elst_tmb_col{
	
	width: 70px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	background: linear-gradient(90deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px));
	background-size: 100% 100%;
  	background-repeat: no-repeat;
}

.elst_tmb_col.wd{
	width: 115px;
}

.elst_tmb_col.ln{
	
	background-size: 100% 50%;
}

.elst_tmb{

	position: relative;
	width: 70px; 
	height: 55px;
	/*line-height: 60px;
	vertical-align: middle;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

.elst_tmb_lgdiv{
	position: relative;
	width: 70px;
	height: 55px;
}

.elst_tmb_lg{
	position: relative;
	border-radius: 23px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.elst_ico_tip{
	
	background-color: #dcdcdc;
	border: solid 1px black;
	color: black;
	text-align: center;
	border-radius: 3px;
	min-width: 200px;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	padding: 2px 0;
	z-index: 100;
}

.elst_egrp_btn{
	
	position: relative;
	border-left: 1px solid #1c352d;
	border-top: 1px solid #1c352d;
	border-bottom: 1px solid #1c352d;
	border-right: 1px solid gray;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	vertical-align:middle;
	text-align: center;
	background-color: #cacfd2;
	cursor:pointer;
}

.elst_egrp_sp{
	position: relative;
	height: 60px;
	width: 45px;
	line-height: 60px;
	vertical-align:middle;
	/*background-image: url("../Img/TLIcons/EvtGrpLn.png");*/
}

.elst_egrp_sp.p1{
	
	background-image: url("../Img/TLIcons/EvtP1Ln.png");
}

.elst_evt_col{
	position: relative;
	display: flex;
	width: 100%;
	height: 45px;
	background-color: #cbc9ac;
	border-radius: 5px;
	border: solid 1px #EBEAC2;
	font-weight: bold;
}

.elst_evt_col:hover{
	
	cursor:pointer;
	background-color: #dcdcdc; 
}

.elst_evt_ttl{
	position: absolute;
	top: 3px;
	left: 3px;
}

.elst_evt_ttl_grp{
	position: absolute;
	top: 12px;
	left: 5px;
	font-size: 1.1em;
	font-weight:bold;
	color: #535c42;
}

.elst_egrp_ttl{
	position: absolute;
	bottom: 1px;
	left: 10px;
	font-size: .9em;
	color: #404c30;
}

.elst_evt_col.grp{
	
	background-color: #a6b18f;
	border-left: none;
	border-top: solid 1px #1c352d;
	border-right: solid 1px #1c352d;
	border-bottom: solid 1px #1c352d;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #4b5320;
	cursor:default;
}

.elst_sdt_col{
	position: absolute;
	top: 5px;
	right: 5px;
	white-space: nowrap;
	font-size:.85em;
	font-weight: bold;
	color:#3b444b;
}

.elst_stm_col{
	position: absolute;
	bottom: 5px;
	right: 5px;
	white-space: nowrap;
	font-size:.85em;
	font-weight: bold;
	color:#3b444b;
}

.alt{
	color: #1c0954;
	background-color: #b4b4b4;
	border: solid 1px rgba(91, 81, 119, .5);
}


/****************************************** Timeline ***************************************************/

.tl_row{
	display: flex;
	height: 30px;	
}

.tl_col_sm{
	
	margin: 0;
	padding: 0;
	height: 25px;
	width: 10px;
	border: solid 1px black;
}

.tl_nd{
	display: flex;
	height: 30px;
	width: 55px;
	border-radius: 5px;
	cursor: pointer;
	align-items: center;
	padding-top: 3px;
	padding-left: 5px;
}

.tl_nd:hover{
	background-color: #a18883;
	color: white;
}

.tl_nd.sel{
	background-color: #3f4c4e;
	border: solid 1px #121819;
	color: ivory;
}

.tl_ndTick{
	display: block; 
	position: absolute;
	right: -4px;
	/*width: 35px;*/
}

.tl_vtl_vln{
	margin: 0;
	padding: 0;
	width: 25px;
	font-size: 30px;
	height: 30px;
	text-align: right; 
	background: linear-gradient(90deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px));
}

.tl_vtl_vln.ln{
	
	height: 18px;
}

.tl_vtl_hln{
	
	margin: 0;
	width: 10px;
	height: 30px;
	padding-top: 2px;
}

.tl_vtl_all{
	position: relative;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	padding-left: 3px; 
}

.tl_vtl_all.sel{
	
	background-color: #3f4c4e;
	border: solid 1px #121819;
	color: ivory;
}

.tl_vtl_all:hover{
	cursor: pointer;
	color: white;
	font-weight: bold;
}

.sbj_htl{
	
	position: absolute;
	bottom: 60px;
	left: 150px;
	border: solid 1px black;
}

.sbj_tl_bc{
	position: relative;
	display: flex;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	border: solid 1px grey;
	border-radius: 4px;
	background-color: #9aa29a;
}

.sbj_tl_sp{
	color: black;
	line-height: 25px;
}

.sbj_tl_bc_itm{
	
	/*width: 80px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	font-style: italic;*/
	
	position: relative;
	width: 80px;
	height: 25px;
	cursor:pointer;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
}

.sbj_tl_bc_itm:hover{
	
	font-style: normal;
	font-weight: bold;
	color: white;
}

.sbj_tl_bc_itm.fltr{
	
	width: 40px;
}


.sbj_htl_bc_inc{
	
	width: 75px;
	height: 25px;
	line-height: 25px;
}

.sbj_htl_bc_inc.sel{
	
	border: 0;
	background-color: #dcdaa5;
}

.sbj_htl_bc_div{
	
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 25px;
	color: #dcdaa5;
}

.sbj_htl_sel_inc{
	
	display: flex;
	width: 1250px;
	height: 25px;
	background-color: #b1b3b8;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.sbj_htl_inc{
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	width: 111px;
	border-right: solid 1px grey;
}

.sbj_rsmnu{
	display: flex;
	
}

.nd{
	width: 111px;
	border-right: solid 1px black;
}

.tl_fltr_cntr{
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	border: solid 1px #6d736d;
	background-color: #9aa29a;
	/*box-shadow: 4px 4px 5px rgba(109, 115, 109, 0.7);*/
}

.tl_fltr_ttl{
	height: 25px;
	text-align: center;
	width: 100%;
	background-color: darkgray;
	color: black;
	font-weight: bold;
	padding-top: 2px;
	
	/*border-top: solid 1px black;
	border-bottom: solid 1px black;*/
}

.tl_fltr{
	
	display: flex;
	width: 100%;
}

.tl_fltr_itm{
	height: 25px;
	width: 50px;
	border-top: solid 1px #6d736d;
	border-right: solid 1px #6d736d;
	border-bottom: solid 1px #6d736d;
	color: black;
	text-align: center;
}

.tl_fltr_itm.active{
	
	background-color: #b2beb5;
	color: black;
	font-weight: bold;
	border-top: solid 1px #6d736d;
	border-bottom: solid 1px #6d736d;
}

.tl_fltr_itm.dis{
	
	background-color: #dcdcdc;
	color: #a9a9a9;
}

.sbj_ov_top{
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	height: 150px;
	background-color: rgba(163, 171, 193, .4);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid rgba(163, 171, 193, 1);
	padding: 5px;
}

.sbj_ov_btm{
	
	position: absolute;
	top: 160px;
	left: 5px;
	bottom: 5px;
	right: 5px;
}

.sbj_ov_nm{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 185px;
	bottom: 0px;
	background-color: rgba(213, 240, 193, .5);
	border: 2px solid rgba(255, 255, 255, .2);
}

.sbj_ov_var{
	position: absolute;
	top: 0px;
	width: 185px;
	left: 193px;
	bottom: 0px;
	background-color: rgba(128, 188, 189, .5);
	border: 2px solid rgba(255, 255, 255, .2);
}

.sbj_ov_op{
	position: absolute;
	top: 0px;
	width: 185px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(200, 74, 25, .1);
	border: 2px solid rgba(255, 255, 255, .2);
}

.sbj_mdl_ovw{
	
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.sbj_mdl_ov_det{
	
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
}

.sbj_mdl_ov_bc{

	position: absolute;
	display: flex;
	float: right;
	top: 5px;
	right: 5px;
	height: 25px;
}

.sbj_mdl_ovw_sec{
	
	position: absolute;
	top: 25px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.sbj_mdl_ov_tag{
	text-decoration: none;
	color: #775605;
	font-size: 1em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.sbj_mdl_ov_tag:hover{
	background-color: white;
}

.sbj_ov_rw{
	display: flex;
	width: 100%;
}

.sbj_ov_rw.arw{
	background-color: rgba(220, 220, 220, 0.4);	
}

.sbj_ov_rw:hover{
	background-color: #fef9e7;
}

.sbj_ov_mdl_lbl{
	width: 275px;
	color: #421d03;
	font-weight: bold;
	font-size: 1em;
}

.sbj_ov_mdl_dta{
	
	width: 650px;
	color: #421d03;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

.sbj_ov_mdl_lbl.alt{
	color: #421d03;
	background-color: rgba(220, 220, 220, 0.4);
}

.sbj_ov_mdl_txt{
	width: 650px;
	color: #421d03;
	font-weight: normal;
	font-size: 1em;
}
.sbj_ov_mdl_txt.alt
{
	color: #421d03;
	background-color: rgba(220, 220, 220, 0.4);
}

.sbj_mdl_ov_ttl{
	background-color: rgba(130, 140, 168, .4);
	color: maroon;
	font-size: 1em;
	font-weight: bold;
}

.sbj_mdl_ov_nam{
	position: relative;
	padding: 2px;
	border: 1px solid silver;
	min-height: 100px;
}

.sbj_mdl_ov_var{
	
	padding: 2px;
}

.sbj_mdl_ov_ops{
	
	padding: 2px;
}

.sbj_ov_det{
	
	position:absolute;
	right: 3px;
	bottom: 3px;
	font-size: .8em;
	font-weight: bold;
	color: navy;
	cursor:pointer;
}

.sbj_ov_tile_lbl{
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #78281f;
	background-color: rgba(255,255,255,.2);
	padding-left: 3px;
}

.sm_rw_sp{
	height: 5px;
}

.sbj_ov_tile_data{
	padding-left: 3px;
	font-size: .9em;
}

.sbj_ig_ttl_txt{
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	font-size: .9em;
	color: #31341c;
	font-weight: bold;
}

.sbj_ov_ref{
	
	color: Black;
	font-size: .8em;
}

.sbj_ov_ref.ttl{

	color: #556b2f;
	font-size: 1em;
	font-weight: bold;
}

.sbj_ov_ref.lnk{
	font-size: .8em;
}

.sbj_ov_aut{
	color: Black;
	font-size: .8em;
}

.sbj_ov_aut.nm{
	color: #556b2f;
	font-size: .9em;
	font-weight: bold;
}

.sbj_ov_edt{
	color: Black;
	font-size: .8em;
}

.ref_sup{
	position: relative;
	top: -0.5em;
	font-size: 60%;
	color: #576c31;
}

/************* New 03/04/2025 ************/
.sbj_mdl_vws_cnt{
	position: absolute;
	background-color: lightgray;
	border: 2px solid gray;
	width: 950px;
	height: 650px;
	border-radius: 5px;
	transform: translate(50%, 20%);
	overflow-y: auto;
	background: url("../Img/Subscribe.jpg") no-repeat center top;
}

.sbj_mdl_vws_ttl{
	
	position: absolute;
	display: flex;
	background-color: #a9a9a9;
 	width: 100%;
 	height: 30px;
 	border-bottom: solid 1px drakgray;
 	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	vertical-align: middle;
}

.mdl_vws_tbar_txt{
	position: absolute;
 	left: 5px;
 	height: 30px;
 	line-height: 30px;
 	text-align: center;
 	vertical-align: middle;
}

.sbj_mdl_vws{
	position: absolute;
	padding: 10px;
	top: 25px;
	left: 5px;
	right: 5px;
}

.mdl_vws_txt{
	position: absolute;
 	left: 10px;
 	right: 10px;
}

.mdl_vws_txt_hdr{
	position: absolute;
	font-size: 1.3em;
	font-weight: bold;
	color: #f6db80;
	top: 20px;
 	left: 130px;
 	right: 25px;
}

.mdl_vws_txt_top{
	position: absolute;
	top: 55px;
 	left: 130px;
 	right: 25px;
}

.mdl_vws_ad{
	display: flex;
	position: absolute;
	top: 260px;
	height: 320px;
	left: 25px;
	right: 25px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
}

.mdl_vws_ad_media{
	position: relative;
	display:flex;
	width: 384px;
	height: 100%;
	border-radius: 5px 0px 0px 5px; 
	border:solid 2px darkgray; 
	background: rgba(0,0,0,.6);
	justify-content: center;
	align-items: center;
}

.mdl_vws_ad_txt{
	position: absolute;
	display: flex;
	top: 500px;
	right: 0px;
	width: 140px;
	height: 100px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid darkgray;
	background: rgba(175, 179, 175, 1);
	align-items: center;
	justify-items: center;
	z-index: 10;
}

.mdl_vws_ad_txt.btn{
	background: rgba(151, 188, 151, 1);
	border-right: 3px solid #4f564f;
	border-bottom: 3px solid #4f564f;
	font-size: 1.2em;
}

.mdl_vws_txt_bot{
	position: absolute;
 	top: 120px;
 	height: 105px;
 	left: 25px;
 	right: 25px;
 	padding: 5px;
}

hr.rounded {
  position: relative;
  border: 6px solid #848683;
  border-radius: 5px;
  top: 230px;
}

.mdl_vws_txt_bot_txt{
	position: absolute;
	padding: 10px 10px 0px 10px;
	font-size: 1em;
}

.mdl_vws_btn_cont{
	position: absolute;
	bottom: 10px;
	right: 40px;
	display: flex;
}

.mdl_vws_ad_ctr_msg{
	position: relative;
	/*top: 5px;*/
	padding: 3px;
	color: maroon;
	font-weight: bold;
	text-align: center;
	width: 100%; 
	font-size: 1.2em;
}

.mdl_vws_ad_txt_close{
	position: relative;
	cursor: pointer;
	background: rgba(118,11,11,.8);
	color: rgb(255, 255, 240);
	border: 1px solid red;
}

.mdl_vws_txt_bot_btn{
	position: relative;
	border: solid 1px gray;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	width: 130px;
	cursor: pointer;
}

.mdl_vws_txt_bot_btn.sub{
	background: rgba(118,11,11,.8);
	color: rgb(255, 255, 240);
}
.mdl_vws_txt_bot_btn.don{
	background: rgba(40,84,40,.8);
	color: rgb(255, 255, 240);
}

/* Media query for higher zoom level */
@media (resolution>=120dpi) {
	.sbj_mdl_vws_cnt {
		width: 750px;
		height: 500px;
		background-size: 100%;
	}
	
	.mdl_vws_txt_hdr{
		top: 15px;
		left: 105px;
		font-size: 1em;
	}
	
	.mdl_vws_txt_top{
		font-size: .85em;
		top: 40px;
		left: 105px; 
	}
	
	.mdl_vws_txt_bot{
		top: 105px;
	}
	
	.mdl_vws_txt_bot_txt{
		font-size: .85em;
		padding: 0px 5px 0px 10px;
	}
	
	.mdl_vws_txt_bot_btn{
		font-size: .85em;
	}
	
	hr.rounded{
		top: 205px;
	}
	
	.mdl_vws_ad{
		top: 220px;
		height: 240px; 
	}
	
	.mdl_vws_ad_media{
		width: 250px;
		height: 208px;
	}
	
	.mdl_vws_ad_txt{
		top: 380px;
		width: 100px;
		height: 70px;
	}
	
	.mdl_vws_ad_txt.btn{
		font-size: .95em;
	}
	
	.mdl_vws_ad_ctr_msg{
		font-size: .95em;
	}
}



/***************************** Styling used for ad spaces *************************************/

.sub_ad{
	position: absolute;
	top: 5px;
	left: 1455px;
	width: 325px;
	right: 5px;
	bottom: 5px;
	/*border: 1px solid gray;*/
	border-radius: 5px;
	color: ivory; 
	white-space: nowrap;
	/*overflow-y: auto;*/
}

.sub_aditem{
	position: relative;
	top: 5px;
	left: 5px;
	height: 250px;
	width: 300px;
	border-radius: 5px;
	background-color: rgba(116, 135, 124, 0.4);	
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px;
}

.sub_aditem.sm{
	position: relative;
	top: 35px;
	left: 15px;
	height: 150px;
	width: 180px;
}

/************* Media page ads */

.sub_med_ad{
	position: absolute;
	display: flex;
	top: 575px;
	left: 8px;
	width: 928px;
	height: 65px;
	right: 8px;
	bottom: 5px;
	border-radius: 5px;
	color: ivory; 
	white-space: nowrap;
	/*overflow-y: auto;*/
}

.sub_med_aditm{
	width: 468px;
	height: 60px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}
 
.sub_med_aditm.sm{
	width: 234px;
	border: 1px solid red;
} 

.mdl_alrt{
	display: none;
	position: fixed;
	z-index: 2;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  	overflow-y:none;
}

.mdl_alrt_msg{
	
	position: absolute;
	background-color: lightgray;
	border: 2px solid gray;
	width: 500px;
	height: 200px;
	top: 100px;
	border-radius: 5px;
	z-index: 3;
}

.mdl_alrt_msg_rw{
	display: flex;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 480px;
}

.mdl_alrt_msg_cell{
	
	position: relative;
	top: 20px;
	left: 10px;
	right: 10px;
	font-weight: bold;
	color: black;
}

.mdl_alrt_cls_rw{
	position: absolute;
	bottom: 10px;
	height: 30px;
	width: 500px;
}

.sbj_btn_cls{
	position: relative;
	height: 30px;
	line-height: 30px;
	left: 212px;
	width: 75px;
	border: solid 1px gray;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: gray;
	cursor: pointer;
}

.sbj_nav_ttip{
	
	display: none;
	position: fixed;
	width: 100px;
	height:20px;
	line-height: 20px;
	background-color: #fcf3cf;
	border: solid 1px gray;
	border-radius: 3px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: black;
	vertical-align:middle;
	z-index: 2;
}





 



 
 
 
			
			
			
 
 
 
 
