@charset "UTF-8";

body {
    
    font-size: 1em;
    font-family: Cousine, Arial, Helvetica, Verdana, sans-serif;
    color: black;
    background-color: #665d1e;
    background-repeat: no-repeat;
}

.frm_input{
	box-sizing: border-box;
	border: solid 1px gray;
	border-radius: 5px;
	height: 25px;
	font-weight: normal;
}


/**** Top banner styles */
.mainBanner {
    /*background-image: url("../Img/LibraeroLogoBlue.png");
    background-repeat: no-repeat;
    background-position: center;
    */
    background-color: #6d736d;
    position: fixed;
    left: 2px;
    right: 2px;
    top: 2px;
    height: 75px;
    border: solid 1px 1px 0px 1px #4d5651;  
}

.mainHomeBanner{
	position: absolute;
	height: 75px;
	width: 100%;
	top: 75px;
	left: 0px;
	right: 0px;
	background-image: url("../Img/HomeBannerClothifyNarrow.png");
    background-repeat: repeat;
    /*background-position: center;*/
}


.mainBannerMin {
    position: fixed;
    background-image: url("../Img/HomeBannerClothifyNarrow.png");
    background-repeat: repeat;
    background-position: center;
    background-color: #4d5651;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 75px;
    margin: 0px;
}

.bannerImageMin{
   
   width: 300px;
   background-image: linear-gradient(to right, rgba(109, 115, 109,1), rgba(109, 115, 109,0));
   padding: 12px 12px 12px 3px;
   
}

.loginMenu{
	position: absolute;
	right: 185px;
	top: 20px;
}

.login{
	/*background-color: #4d5651;*/
	color: white;
	padding: 3px;
	font-size: 1em;
	height: 20px;
	font-weight: bold;
}
.loginMenu:hover .login{
	background-color:  #9f8c18; 
	z-index: 100;
}
.loginMenu:hover .loginMenu-content{
	visibility: visible;
	z-index: 100;
}
.loginMenu-content{
	visibility: hidden;
  	position: absolute;
  	background-color: #d8ded8;
  	font-size: .95em;
  	font-weight: bold;
  	color: #6d736d;
  	min-width: 175px;
  	min-height: 150px;
  	padding: 10px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 100;
}
.donateMenu{
	position: absolute;
	right: 275px;
	top: 20px;
	/*display: inline-block;*/
}
.donate{
	/*background-color: #4d5651;*/
	color: white;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
}
.donateMenu:hover .donate{
	background-color:  #9f8c18; 
	z-index: 100;
}

/* May be deprecated / not used */
.exploreMenu{
	position: absolute;
	left: 200px;
	top: 20px;
}
.explore{
	color: white;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
}
.exploreMenu-content{
	visibility: hidden;
  	position: absolute;
  	background-color: #d8ded8;
  	list-style-type: none;
  	font-size: .95em;
  	font-weight: bold;
  	color: #6d736d;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 100;
}
.exploreMenu-contentItem {
	color: #6d736d;
  	padding: 9px 12px;
  	z-index: 100;
}
.exploreMenu-contentItem:hover{
	background-color:  #ebeceb;
	z-index: 100;
}
.exploreMenu-content:hover .exploreMenu-content{
	visibility: visible;
	z-index: 100;
}
.exploreMenu-contentItem:hover .exploreMenu-content{
	visibility: visible;
	z-index: 100;
}
.exploreMenu:hover .exploreMenu-content{
	visibility: visible;
	z-index: 100;
}
.explore:hover .exploreMenu-content{
	visibility: visible;
	z-index: 100;
}
.exploreMenu:hover .explore{
	background-color:  #9f8c18; 
	z-index: 100;
}
/* End of deprecated styles */
 
.btn_sbsc{
	display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid #696969;
    background-color: #920d0d;
    border-radius: 5px;
    font-size: .9em;
  	font-weight: bold;
  	font-family: Arial;
	color: #FFFFFF;
	height: 25px;
}

.btn_sbsc.don{
	border: 1px solid #6d736d;
    background-color: #323d9e;
}

.btn_sbsc.lgn{
	border: 1px solid #6d736d;
    background-color: #3c5a5f;
}

.btn_sbsc.mnu{
	border: 1px solid #6d736d;
    background-color: #546354;
}

.mainExplore{
	justify-content: start;
	align-items: start;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 150px;
    height: 29px;
    margin: 0px;
    border: solid 0px 1px 1px 1px #6d736d;
    background-color: #6d736d; 
}
.mainNavMenuGrid{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 5px;
	height: 25px;
	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.mainNavMenuContainer{
	display: grid;
	grid-template-columns: [mnm1] 80px [mnm2] 80px [mnm3] 80px [mnm4] 80px [mnm5] 80px [mnm6] 10px [mnm7] 80px [mnm8] 80px [mnm9];
	gap: 5px;
	padding: 0px;
	height: 25px;
	justify-items: center;
}
.mainNavMenuAircraft{grid-column-start: mnm1; grid-column-end: mnm2; font-size: 1em; color: white;}
.mainNavMenuOrdnance{grid-column-start: mnm2; grid-column-end: mnm3; font-size: 1em; color: white;}
.mainNavMenuPeople{grid-column-start: mnm3; grid-column-end: mnm4; font-size: 1em; color: white;}
.mainNavMenuCompanies{grid-column-start: mnm4; grid-column-end: mnm5; font-size: 1em; color: white;}
.mainNavMenuVideos{grid-column-start: mnm5; grid-column-end: mnm6; font-size: 1em; color: white;}
.mainNavMenuLine{grid-column-start: mnm6; grid-column-end: mnm7; font-size: 1em; color: white;}
.mainNavMenuLogin{grid-column-start: mnm7; grid-column-end: mnm8; font-size: 1em; color: white;}
.mainNavMenuDonate{grid-column-start: mnm8; grid-column-end: mnm9; font-size: 1em; color: white;}

.mainNavMenuAircraft:hover, .mainNavMenuOrdnance:hover, .mainNavMenuPeople:hover, .mainNavMenuCompanies:hover, .mainNavMenuVideos:hover, .mainNavMenuLogin:hover, .mainNavMenuDonate:hover
{	color: white;
	background-color: #9f8c18;
	cursor:pointer;
}
.mainExploreMin{
	justify-content: center;
	align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 69px;
    height: 18px;
    margin: 0px;
    border: solid 0px 1px 1px 1px #6d736d;
    background-color: #6d736d; 
}
.mainNavMenuMinGrid{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 5px;
	height: 25px;
	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.mainNavMenuMinContainer{
	display: grid;
	grid-template-columns: [nm1] 80px [nm2] 80px [nm3] 80px [nm4] 80px [nm5] 80px [nm6];
	gap: 5px;
	padding: 0px;
	height: 25px;
	justify-items: center;
}
.mainNavMenuMinAircraft{grid-column-start: nm1; grid-column-end: nm2; font-size: 1em; color: white;}
.mainNavMenuMinOrdnance{grid-column-start: nm2; grid-column-end: nm3; font-size: 1em; color: white;}
.mainNavMenuMinPeople{grid-column-start: nm3; grid-column-end: nm4; font-size: 1em; color: white;}
.mainNavMenuMinCompanies{grid-column-start: nm4; grid-column-end: nm5; font-size: 1em; color: white;}
.mainNavMenuMinVideos{grid-column-start: nm5; grid-column-end: nm6; font-size: 1em; color: white;}

.mainNavMenuMinAircraft:hover, .mainNavMenuMinOrdnance:hover, .mainNavMenuMinPeople:hover, .mainNavMenuMinCompanies:hover, .mainNavMenuMinVideos:hover
{	color: white;
	background-color: #9f8c18;
	cursor:pointer;
}

 
 
/************************ Footer Styles ************/
.mainFooter{
    position: absolute;
    background-color: #1a2033;/* #313a55;*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 60px;
    margin: 0px;
    border: 1px solid #2F4F4F;
}
.footerMenu{
    bottom: 25px;
    position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.footerNavContainer
{
	display: grid;
	grid-template-columns: [fl1] 50px [fl2] 78px [fl3] 90px [fl4] 115px [fl5] 120px [fl6];
	gap: 10px;
	padding: 0px;
	height: 25px;
	justify-items: center;
}
.footerNavDonate {grid-column-start: fl1; grid-column-end: fl2; font-size: .85em; font-weight: bold; color: white;}
.footerNavAbout {grid-column-start: fl2; grid-column-end: fl3; font-size: .85em; font-weight: bold; color: white;}
.footerNavContact {grid-column-start: fl3; grid-column-end: fl4; font-size: .85em; font-weight: bold; color: white;}
.footerNavTerms {grid-column-start: fl4; grid-column-end: fl5; font-size: .85em; font-weight: bold; color: white;}
.footerNavPrivacy {grid-column-start: fl5; grid-column-end: fl6; font-size: .85em; font-weight: bold; color: white;}
.footerNavManage {grid-column-start: fl6; grid-column-end: fl7; font-size: .85em; font-weight: bold; color: white;}
.footerNavDonate:hover, .footerNavAbout:hover, .footerNavContact:hover, .footerNavTerms:hover, .footerNavPrivacy:hover, .footerNavManage:hover
{	color:    #2471a3;}

.footerCopywrite{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 3px;
	margin: 0 auto;
	width: 100%;
		
	text-align: center;
    font-size: .85em;
    
    padding-bottom: 2px;
    color: white;
}
.footerNavMenu{
	height: 25px;
	list-style-type: none;	
  	margin: 0;
  	padding: 0;
}
.footerNavSpace{
	float: left;
	list-style-type: none;  	
  	padding: 5px 5px;
}
.footerNavLink{
	float: left;
	list-style-type: none;  
  	padding: 5px 5px;
  	color: #FFFFFF;
  	text-decoration: none;
  	font-size: .85em;
  	font-weight: bold;    
}
.footerNavLink:hover{
	color: white;
	text-decoration: underline;
	cursor:pointer;
}
/*************************************** Content styles **************************************/

/*************************************** Home Content styles **************************************/

/*
.homeContent{
	position: absolute;
    background-color: #6d736d;
    left: 0px;
    right: 0px;
    top: 212px;
    bottom: 54px;
    overflow-y: auto;
    margin: 0px;
}
.homeContent h1{
	position: absolute; 
	top: 5px;
	left: 100px;
	width: 100%;
	display: flex;
    color: maroon;
    font-family: trebuchet ms;
    font-size: 2em;
}
.mainHomeContent{
    position: absolute;
    top: 0px;
	left: 2px;
	right: 2px;
	width: 100%;
	display: flex;
    justify-content: center;
    background-color: #6d736d;
}
.mainHomeContainer{
    display: grid;
	grid-template-areas:
	'ht ht ht'
	'sc sc ex';
	column-gap: 40px;
	padding: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}*/


/*
.mainHomeScroller{
	grid-area: sc;
	display: grid;
	grid-template-areas:
	'av ac ov li ne';
	gap: 0px;
	padding: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}
.mainHomeVideo {grid-area: av; height: 280px; background-image: url("../Img/LtFeaturedVideoMid.png");  background-repeat: no-repeat; color: #2E4053; width: 200px; transition: width 1s;}
.mainHomeAircraft {grid-area: ac; height:280px; background-image: url("../Img/LtFeaturedAircraftMid.png"); background-repeat: no-repeat; border-left: 2px solid white; color: #2E4053; width: 200px; transition: width 1s;} 
.mainHomeOverview {grid-area: ov; height: 280px; background-image: url("../Img/LtLibraeroOverviewMid.png"); background-repeat: no-repeat; border-left: 2px solid white; color: #2E4053; width: 200px; transition: width 1s;}
.mainHomeLibrarians {grid-area: li; height: 280px; background-image: url("../Img/LtLibrariansMid.png"); background-repeat: no-repeat; border-left: 2px solid white; color: #2E4053; width: 200px; transition: width 1s;}
.mainHomeNews {grid-area: ne; height: 280px; background-image: url("../Img/LtNewsMid.png"); background-repeat: no-repeat; border-left: 2px solid white; color: #2E4053; width: 200px; transition: width 1s;}
*/
.mainHomeGrid{
	position: relative;
	top: 20px;
	left: 0px;
	right: 5px;
	width: 100%;
	display: flex;
    justify-content: center;
}
.mainHomeGridContainer{
	display: grid;
	grid-template-areas: 
	'secttitle secbnr secbnr'
	'feattime featimg aboutus'
	'medialib sub stats';
	column-gap: 20px;
	row-gap: 20px;
	padding-bottom: 20px;
	white-space: nowrap;
}
.mainSectTitle{grid-area: secttitle; padding: 0px; border-radius: 5px; color: #2E4053; width: 200px; overflow-y: auto;}
/*.mainSectBnr{grid-area: secbnr; padding-top: 10px; justify-self: right; backgroung-image:;}*/
.mainSectBnr{grid-area: secbnr; padding-top: 10px; justify-self: right;}
.mainFeatTL{grid-area: feattime; height: 355px; padding: 5px; border: 2px solid ivory; border-radius: 2px; background-color: ivory; color: #2E4053; width: 350px; overflow-y: auto;}
.mainFeatImg{grid-area: featimg; height: 355px; padding: 5px; border: 2px solid ivory; border-radius: 2px; background-color: ivory; color: #2E4053; width: 350px; overflow-y: auto;}
.mainAboutUs{grid-area: aboutus; height: 355px; padding: 5px; border: 3px inset #3b3486; background-color: rgba(255, 250, 250, 1); border-radius: 2px; color: #2E4053; width: 220px; overflow-y: none;}
.mainMediaLib{grid-area: medialib; height: 360px; padding: 5px; border: 2px solid ivory; border-radius: 2px; background-color: ivory; color: #2E4053; width: 350px; overflow-y: auto;}
.mainSubscribe{grid-area: sub; height: 360px; padding: 5px; border: 2px solid ivory; border-radius: 2px; background-color: ivory; color: #2E4053; width: 350px; overflow-y: auto;}
.mainStatistics{grid-area: stats; height: 360px; padding: 5px; border: 3px inset #3b3486; background-color: rgba(255, 250, 250, 1); border-radius: 2px; color: #2E4053; width: 220px; overflow-y: auto;}
.mainHomeGridTitle{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: ivory;
	padding: 5px;
}
.mainHomeGridTitle2{
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #3b3486;
	padding: 5px;
}
.mnsecbnr{
	grid-area: secbnr;
	padding-top: 10px;
	/*position: absolute;
	top: 5px;
	left: 960px;*/
	justify-self: right; 
}
.mainHomeGridCell{
	position: absolute;
	top: 50px;
}
.mainHomeTag{
	width: 330px;
	border-radius: 1px;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.mainHomeTag.Feature{
	color: PeachPuff;
	background-color: IndianRed;
}
.mainHomeTag.Sub{
	color: Thistle;
	background-color: #313a55; /*DarkSlateBlue;*/
}
.mainHomeTag.MediaLib{
	color: #b8c2b8;
	background-color: rgba(77, 86, 81, 1);;
}
.mainHomeGridCell img{
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
  	white-space: -pre-wrap;
  	white-space: -o-pre-wrap;
  	word-wrap: break-word;	
}
.mainHomeIconText{
	text-transform: uppercase;
	color: DarkGoldenrod;
	font-size: .8em;
	padding: 2px;
}
.mainHomeImage{
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
  	white-space: -pre-wrap;
  	white-space: -o-pre-wrap;
  	word-wrap: break-word;
}
.mainHomeGridCellTitle{
  	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
  	white-space: -pre-wrap;
  	white-space: -o-pre-wrap;
  	word-wrap: break-word;	
  	font-family: Karla, Arial, Helvetica, sans-serif;
  	font-size: 1em;
  	font-weight: bold;
	color: Maroon;
	padding: 5px;
}
.mainHomeGridCell p{
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
  	white-space: -pre-wrap;
  	white-space: -o-pre-wrap;
  	word-wrap: break-word;	
  	font-family: Karla, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: DimGray;
	max-width: 350px;
	overflow-x: normal;
	padding: 5px;
}
.mainHomeGridCellText {
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
  	white-space: -pre-wrap;
  	white-space: -o-pre-wrap;
  	word-wrap: break-word;
  	font-family: Karla, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: black;
	max-width: 350px;
	overflow-x: normal;
	padding: 5px;
	padding-right: 25px;
}
.mainHomeText{
	font-family: Karla, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: black;
	max-width: 350px;
	padding: 0px 25px 0px 25px;
}

.mainHomeGridCellText.desc{
	margin-left: -5px;
	font-size: 1em;
	text-align: left;
	max-width: 325px;
}

.mainStatistics img{
	padding: 0px 20px 10px 20px;
	width: 180px;
}
.mainHomeTeamTitle{
	position: relative;
	top: 10px;
	left: 0px;
	right: 0px;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: maroon;
	padding: 5px;
}
.mainHomeTeam{
	position: relative;
	top: 12px;
	left: 0px;
	right: 0px;
}
.mainHomeTeam1{
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	height: 60px;
	width: 60px;
	background-image: url("../Img/James.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
	z-index: 1;
}
.mainHomeTeam1:hover{
	height: 80px;
	width: 80px;
	background-image: url("../Img/JamesHover.png");
	z-index: 5;
}
.mainHomeTeam2{
	position: absolute;
	top: 5px;
	left: 45px;
	right: 0px;
	height: 60px;
	width: 60px;
	background-image: url("../Img/Ren.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
	z-index: 2;
}
.mainHomeTeam2:hover{
	height: 80px;
	width: 80px;
	background-image: url("../Img/RenHover.png");
	z-index: 5;
}
.mainHomeTeam3{
	position: absolute;
	top: 5px;
	left: 90px;
	right: 0px;
	height: 60px;
	width: 60px;
	background-image: url("../Img/Riley.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
	z-index: 3;
}
.mainHomeTeam3:hover{
	height: 80px;
	width: 80px;
	background-image: url("../Img/RileyHover.png");
	z-index: 5;
}
.mainHomeTeam4{
	position: absolute;
	top: 5px;
	left: 135px;
	right: 0px;
	height: 60px;
	width: 60px;
	background-image: url("../Img/Molly.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
	z-index: 4;
}
.mainHomeTeam4:hover{
	height: 80px;
	width: 80px;
	background-image: url("../Img/MollyHover.png");
	z-index: 5;
}
/*************************************** Overview and Timeline Content styles **************************************/
.mainContentMin{
    position: absolute;
    background-color: #0a1020;
    left: 2px;
    right: 2px;
    top: 70px;
    bottom: 50px;
    margin: 0px;
    z-index: -1;  
    /*New styles
	width: 100%;
	display: flex;
    justify-content: center;*/}
 /*Tabber styles */
 .toggleMenu{
 	position: absolute;
 	top: 70px;
 	right: 2px;
 	left: 2px;
 	z-index: 1;
 	height: 75px;
 	border-top: 10px solid #6d736d;}
 .overviewBtn, .timelineBtn{
 	position: relative;
 	z-index: 5;
 	top: 5px;}
 .overviewBtn{left: 12px;}
 .timelineBtn{left: 82px;}
 .overviewBtn button.active, .timelineBtn button.active{
 	background-color: rgba(109, 115, 109, .75);
 	/*background-color: inherit;*/
 	border-radius: 30% 30% 0px 0px;
 	top: 0px;
 	height: 70px;
 	z-index: 10;}
 .overviewBtn:hover button, .timelineBtn:hover button{
 	font-size: .7em;
 	top: -10px;
 	height: 70px;
 	background-color: #0a1020;
 	z-index: 10;
 	border-radius: 30% 30% 5px 5px;
 	border: none;
 	box-shadow: 5px 5px 60px -10px AliceBlue;
}	
.overviewBtn:hover img {height: 40px;} 
.timelineBtn:hover img {height: 40px;}
.tlDividerBtn {
 	position: relative;
  	width: 5px;
  	height: 65px;
  	z-index: 5;
 	left: 150px;
  	top: 5px;
  	border-radius: 3px 3px 3px 3px;
  	background-color: dimgray;
 }
.aircraftBtn, .ordnanceBtn, .peopleBtn, .companiesBtn, .videosBtn, .homeBtn{
 	position: absolute;
 	z-index: 5;
 	top: 5px;
 }
.aircraftBtn{right: 415px;}
.ordnanceBtn{right: 348px;}
.peopleBtn{right: 281px;}
.companiesBtn{right: 214px;}
.videosBtn{right: 147px;}
.homeBtn{right: 65px;}
.aircraftBtn:hover button, .ordnanceBtn:hover button, .peopleBtn:hover button, .companiesBtn:hover button, .videosBtn:hover button, .homeBtn:hover button{
 	font-size: .7em;
 	top: -10px;
 	height: 70px;
 	background-color: #0a1020;
 	z-index: 10;
 	border-radius: 30% 30% 5px 5px;
 	border: none;
 	box-shadow: 5px 5px 30px #6d736d;
 }
.homeBtn:hover button{box-shadow: 5px 5px 30px -10px palegoldenrod;}
.aircraftBtn:hover img, .ordnanceBtn:hover img, .peopleBtn:hover img, .companiesBtn:hover img, .videosBtn:hover img, .homeBtn:hover img {height: 40px;}
.overviewBtn button, .timelineBtn button, .aircraftBtn button, .ordnanceBtn button, .peopleBtn button, .companiesBtn button, .videosBtn button, .homeBtn button{
 	position: absolute;
  	width: 60px;
  	height: 65px;
  	top: 0px;
  	border: 1px solid dimgray;
  	cursor: pointer;
  	border-radius: 3px 3px 3px 3px;
  	background-color: inherit;
  	font-size: .5em;
  	color: ivory;
}
 .dividerBtn{
 	position: absolute;
  	width: 5px;
  	height: 65px;
  	z-index: 5;
 	right: 75px;
  	top: 5px;
  	border-radius: 3px 3px 3px 3px;
  	background-color: dimgray;
}
/*Subject Overview styles */
.overviewContent{
 	display: flex;
 	position: absolute;
    top: 85px;
    left: 2px;
    right: 2px;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    justify-content: center;
    border-left: 10px solid #6d736d;
    border-top: 10px solid #6d736d;
    /*background-image: linear-gradient(to bottom right, rgba(109, 115, 109, .3), rgba(109, 115, 109, .7)), url("../Img/BW_XB-70_2.png"); - This does not work */
    background-image: linear-gradient(to bottom right, #6d736d, #b8c2b8);
    /*background-image: url("../Img/BW_XB-70_2.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    overflow-y: auto;
  }
.acOVMain{
  	position: absolute;
  	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 1230px;
    justify-items: center;
    padding: 10px 20px 20px 20px;
	z-index: 0;
  	display: grid;
  	grid-template-areas:
    'acovtitle acovtitle'
    'acovl acovr';
    gap: 10px;
    overflow-y: auto;
}
.acOVTitle{
  	grid-area: acovtitle;
  	width: 1230px;
  	max-height: 55px;
  	justify-self: center;
  	font-size: 3em;
	color: #78281F;
	font-weight: bold;
	text-align: left;
	background-color: rgba(184, 194, 184, 1);
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	border-radius: 5px;
	padding: 3px 3px 3px 10px;
}
.acOVLeft{
  	grid-area: acovl; 
	display: grid;
	grid-template-columns: 190px 190px 190px 190px;
	grid-template-rows: auto;
	grid-template-areas:
    'S1 S1 S2 S3'
    'S1 S1 S4 S5'
    'S6 S6 S6 S6'
    'S7 S7 S8 S8'
    'S9 S9 S10 S10'
    'S11 S11 S11 S11'
    'S13 S13 S14 S14';
  	background-color: rgba(181, 196, 186, 0.9); 
	border-radius: 5px; 
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	/*border: 2px solid #888a85; */
	color: #2E4053; 
	max-width: 780px;
	justify-items: center;
	overflow-y: auto;
	overflow-x: clip;
	gap: 10px;
	padding: 10px;
}
.acS1{ grid-area: S1; color: #2E4053; width: auto; height: auto; align-self: start; justify-self: start; padding: 2px;}
.acS2, .acS3, .acS4, .acS5{color: #2E4053; width: 170px;}
.acS1 img{width: 385px; box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3); border-radius: 5px; }
.acS2{ grid-area: S2; height: 90px; background-color: rgba(249, 247, 201, 0.4); border-radius: 5px; padding: 5px;}
.acS3{ grid-area: S3; height: 90px; background-color: rgba(170, 217, 187, 0.4); border-radius: 5px; padding: 5px;}
.acS4{ grid-area: S4; height: 190px; background-color: rgba(213, 240, 193, 0.4); border-radius: 5px; padding: 5px;}
.acS5{ grid-area: S5; height: 190px; background-color: rgba(208, 218, 212, 0.4); border-radius: 5px; padding: 5px;}

.acS6{ grid-area: S6; justify-self: start; color: #2E4053; width: 770px; height: 175px; background-color: rgba(231, 243, 222, 0.4); border-radius: 5px; padding: 5px;}

.acS7, .acS8, .acS9, .acS10, .acS11, .acS12, .acS13, .acS14, .acS15, .acS16, .acS17, .acS18
{color: #2E4053; width: 375px; justify-self: start;}
.acS7{ grid-area: S7; height: 40px; background-color: rgba(128, 188, 189, 0.4); border-radius: 5px; padding: 5px;}
.acS8{ grid-area: S8; height: 40px; background-color: rgba(249, 247, 201, 0.4); border-radius: 5px; padding: 5px;}
.acS9{ grid-area: S9; height: 40px; background-color: rgba(170, 217, 187, 0.4); border-radius: 5px; padding: 5px;}
.acS10{ grid-area: S10; height: 40px; background-color: rgba(213, 240, 193, 0.4); border-radius: 5px; padding: 5px;}
.acS11{ grid-area: S11; height: 40px; background-color: rgba(208, 218, 212, 0.4); border-radius: 5px; padding: 5px;}
.acS12{ grid-area: S12; height: 200px; background-color: rgba(231, 243, 222, 0.4); border-radius: 5px; padding: 5px;}
.acS13{ grid-area: S13; height: auto; background-color: rgba(128, 188, 189, 0.4); border-radius: 5px; padding: 5px;}
.acS14{ grid-area: S14; height: auto; background-color: rgba(249, 247, 201, 0.4); border-radius: 5px; padding: 5px;}

/* These sections are not currently used, but could be for a different subject template */
.acS15{ grid-area: S15; height: 350px;}
.acS16{ grid-area: S16; height: 350px;}
.acS17{ grid-area: S17; height: 350px;}
.acS18{ grid-area: S18; height: 350px;}

.acS1 h10, .acS2 h10, .acS3 h10, .acS4 h10, .acS5 h10, .acS6 h10, .acS7 h10, .acS8 h10, .acS9 h10, .acS10 h10, .acS11 h10, .acS12 h10, .acS13 h10, .acS14 h10, .acS15 h10, .acS16 h10, .acS17 h10, .acS18 h10{
	font-size: 1.1em;
	color: #561c15;
	font-weight: bold; 
} 
.acS1 h11, .acS2 h11, .acS3 h11, .acS4 h11, .acS5 h11, .acS6 h11, .acS7 h11, .acS8 h11, .acS9 h11, .acS10 h11, .acS11 h11, .acS12 h11, .acS13 h11, .acS14 h11, .acS15 h11, .acS16 h11, .acS17 h11, .acS18 h11{
	font-weight: bold;
	font-size: 1em;
}  
.acOVRight{
	grid-area: acovr;
	display: grid;
	grid-template-areas:
    'S20''S21''S22''S23''S24''S25''S26''S27';
	background-color: rgba(193, 201, 171, 0.9); 
	padding: 10px; 
	border-radius: 5px; 
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	/*border: 2px solid #888a85;*/ 
	color: #2E4053; 
	width: 400px; 
	justify-items: start;
	align-items: start;
	overflow-y: auto;
	overflow-x: clip;
}
.acS20{ grid-area: S20; height: 220px; align-items: center; display: grid; grid-template-columns: [simgl1] 1fr [simgl2] 1fr [simgl3] 1fr [simgl4]; gap: 5px;} /*Images*/
.acS20C{ grid-area: S20; height: 40px; align-items: center; display: grid; grid-template-columns: [simgl1] 1fr [simgl2] 1fr [simgl3] 1fr [simgl4]; gap: 5px;} /*Images*/
.acS21{ grid-area: S21; height: 150px; align-items: center; display: grid; grid-template-columns: [svidl1] 1fr [svidl2] 1fr [svidl3] 1fr [svidl4]; gap: 5px;} /*Videos*/
.acS21C{ grid-area: S21; height: 40px; align-items: center; display: grid; grid-template-columns: [svidl1] 1fr [svidl2] 1fr [svidl3] 1fr [svidl4]; gap: 5px;} /*Videos Collapsed*/
.acS22{ grid-area: S22; height: 200px; align-items: center; display: grid; grid-template-columns: [sdocl1] 30px [sdocl2] auto [sdocl3 sdocl4]; gap: 5px;} /*Documents*/
.acS22C{ grid-area: S22; height: 40px; align-items: center; display: grid; grid-template-columns: [sdocl1] 30px [sdocl2] auto [sdocl3 sdocl4]; gap: 5px;} /*Documents Collapsed*/

.acS23C{ grid-area: S23; height: 40px; align-items: center; display: grid; grid-template-columns: [stll1] 30px [stll2] auto [stll3]; gap: 5px;} /*Related Timelines*/
.acS23{ grid-area: S23; height: 150px; align-items: center; display: grid; grid-template-columns: [stll1] 30px [stll2] auto [stll3 stll4]; gap: 5px;} /*Related Timelines Expanded*/
.acS24C{ grid-area: S24; height: 40px; display: grid; grid-template-columns: [slil1] 30px [slil2] auto [slil3]; gap: 5px;}  /*Links*/
.acS24{ grid-area: S24; height: 150px; display: grid; grid-template-columns: [slil1] 30px [slil2] auto [slil3 slil4]; gap: 5px;}  /*Links Expanded*/
.acS25C{ grid-area: S25; height: 40px; display: grid; grid-template-columns: [srefl1] 30px [srefl2] auto [srefl3]; gap: 5px;} /*References*/
.acS25{ grid-area: S25; height: 150px; display: grid; grid-template-columns: [srefl1] 30px [srefl2] auto [srefl3 srefl4]; gap: 5px;} /*References Expanded*/
.acS26C{ grid-area: S26; height: 40px; display: grid; grid-template-columns: [saul1] 30px [saul2] auto [saul3]; gap: 5px;} /*Authors*/
.acS26{ grid-area: S26; height: 70px; display: grid; grid-template-columns: [saul1] 30px [saul2] auto [saul3 saul4]; gap: 5px;} /*Authors Expanded*/
.acS27C{ grid-area: S27; height: 40px; display: grid; grid-template-columns: [shil1] 30px [shil2] 50px [shil3] auto [shil4]; gap: 5px;} /*Edit History*/
.acS27{ grid-area: S27; height: 150px; display: grid; grid-template-columns: [shil1] 100px [shil2] 100px [shil3] auto [shil4]; gap: 5px;} /*Edit History Expanded*/
.acS20Title, .acS21Title, .acS22Title, .acS23Title, .acS24Title, .acS25Title, .acS26Title, .acS27Title
{
	background-color: rgba(109, 115, 109, 0.4);
	border-radius: 3px;
	align-self: start;
	color: #561c15;
	font-weight: bold; 
	padding: 2px;
	width: 400px;
	height: 35px;
}
.acS20 span, .acS21 span, .acS22 span, .acS23 span, .acS24 span, .acS25 span, .acS26 span, .acS27 span,
.acS20C span, .acS21C span, .acS22C span, .acS23C span, .acS24C span, .acS25C span, .acS26C span, .acS27C span,
.acS20Title span, .acS21Title span, .acS22Title span, .acS23Title span, .acS24Title span, .acS25Title span, .acS26Title span, .acS27Title span
{
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1em;
	color: #561c15;
	font-weight: bold; 
}
.acS20Title{grid-column-start: simgl1; grid-column-end: simgl4; width: 400px; }/*grid-template-columns: [acSTl1] 40px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS21Title{grid-column-start: svidl1; grid-column-end: svidl4; width: 400px; }/*grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS22Title{grid-column-start: sdocl1; grid-column-end: sdocl4; width: 400px; }/* grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS23Title{grid-column-start: stll1; grid-column-end: stll3; width: 400px; }/*grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS24Title{grid-column-start: slil1; grid-column-end: slil3; width: 400px; }/*grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS25Title{grid-column-start: srefl1; grid-column-end: srefl3; width: 400px; }/*grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS26Title{grid-column-start: saul1; grid-column-end: saul3; width: 400px; }/*grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS27Title{grid-column-start: shil1; grid-column-end: shil4; width: 400px; }/*grid-template-columns: [acSTl1] 30px [acSTl2] auto [acSTl3] 30px [acSTl4]; gap: 5px;} /*grid-template-areas: 'icon text expcol'; gap: 5px;} */
.acS20Title img, .acS21Title img, .acS22Title img, .acS23Title img, .acS24Title img, .acS25Title img, .acS26Title img, .acS27Title img{
	align-self: center;
	padding: 2px;
}
.acS20Icon, .acS21Icon, .acS22Icon, .acS23Icon, .acS24Icon, .acS25Icon, .acS26Icon, .acS27Icon{
	position: relative;
	left: 10px;
	width: 40px;
	padding: 2px;
	
	/*padding: 2px;
	grid-column-start: acSTl1;
	grid-column-end: acSTl2;
	width: 40px;
	grid-area: icon;*/
}
.acS20Text, .acS21Text, .acS22Text, .acS23Text, .acS24Text, .acS25Text, .acS26Text, .acS27Text{
	position: relative;
	left: 50px;
	top: -35px;
	padding: 8px 2px 2px 2px;
	/*align-self: center;
	position: relative;
	float: left;
	padding-bottom: 20px;*/
	font-size: 1.1em;
	color: #561c15;
	font-weight: bold;
	/*grid-column-start: acSTl2;
	grid-column-end: acSTl3;
	grid-area: text;*/
}
.acS20Btn, .acS21Btn, .acS22Btn, .acS23Btn, .acS24Btn, .acS25Btn, .acS26Btn, .acS27Btn{
	position: relative;
	left: 370px;
	top: -65px;
	padding: 6px 2px 2px 2px;
	/*padding: 8px 20px 8px 10px;*/
	z-index: 3;
	font-size: 1em;
	border: none;
	background: none;
	color: #575a57;
	/*grid-column-start: acSTl3;
	grid-column-end: acSTl4;
	/*grid-area: expcol;*/
}
.acS20Btn button, .acS21Btn button, .acS22Btn button, .acS23Btn button, .acS24Btn button, .acS25Btn button, .acS26Btn button, .acS27Btn button{
	position: relative;
	z-index: 3;
	font-size: 1em;
	border: none;
	background: none;
	color: #575a57;
}

.acS20Title button, .acS21Title button, .acS22Title button, .acS23Title button, .acS24Title button, .acS25Title button, .acS26Title button, .acS27Title button{
	position: relative;
	z-index: 3;
	font-size: 1em;
	border: none;
	background: none;
	color: #575a57;
}

.subDetMore{
	justify-self: end;
	padding-right: 8px;
}
.subDetMoreBtn{
    color: #561c15;
    font-size: .9em;
}
.subDetMore a{
	color: #2e3436;
}
.subDetMediaMore a:hover, .subDetMoreBtn:hover{
	text-decoration-line: underline; 
	color: #9d863b;
}

.subDetImgCItem{
	grid-column-start: simg1;
	grid-column-end: simg2;
	justify-self: start;
	width: 130px;
	/*min-height: 120px;*/
	font-size: .85em;
}
.subDetVidCItem{
	grid-column-start: svid1;
	grid-column-end: svid2;
	justify-self: start;
	width: 130px;
	/*min-height: 120px;*/
	font-size: .85em;
}
.subDetMediaCLabel{
	font-size: .85em;
}
.subMedCellThumb{
	border: 5px solid rgba(51, 41, 65, 0.5);
  	border-radius: 1px;
  	padding: 1px;
  	justify-self: start;
  	width: 120px;
}
.subMedCellThumb:hover{
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.3);
}
.subMedCellVid{
	border: 5px solid rgba(51, 41, 65, 0.5);
  	border-radius: 2px;
  	padding: 1px;
  	width: 120px;
  	aspect-ratio: 16/9;
}
.subMedCellVid iframe{
	aspect-ratio: 16 / 9;
}

.subdocIcon{
	grid-column-start: sdocl1;
	grid-column-end: sdocl2;
	justify-self: start;
	align-self: start;
	font-size: .85em;
}
.subdocIcon img{
	padding-left: 10px;
	width: 20px;
	height: 20px;
}
.subdocCell, .subtlCell, .subliCell, .subrefCell, .subauCell, .subhiCell{
	justify-self: start;
	align-self: start;
	width: auto;
	font-size: .9em;
	padding-left: 4px;
}
.subdocCell{height: 10px; grid-column-start: sdocl2; grid-column-end: sdocl3;}
.subtlCell{height: 10px; grid-column-start: stll2; grid-column-end: stll3;}
.subliCell{height: 10px; grid-column-start: slil2; grid-column-end: slil3;}
.subrefCell{height: 10px; grid-column-start: srefl2; grid-column-end: srefl3;}
.subauCell{height: 10px; grid-column-start: saul2; grid-column-end: saul3;}
.subhiCell{height: 10px;}
.subhiDate, .subhiAu, .subhiDet, .subhiDetHdr{ font-size: .9em;}
.subhiDate{grid-column-start: shil1; grid-column-end: shil2;}
.subhiAu{grid-column-start: shil2; grid-column-end: shil3;}
.subhiDet, .subhiDetHdr{grid-column-start: shil3; grid-column-end: shil4;}
.subdocCell a, .subtlCell a, .subliCell a, .subrefCell a, .subauCell a, .subhiCell a, .subhiDet{
	color: #2e3436;
}
.subdocCell a:hover, .subtlCell a:hover, .subliCell a:hover, .subrefCell a:hover, .subauCell a:hover, .subhiCell a:hover, .subhiDet:hover{
	text-decoration-line: underline; 
	color: #9d863b;
}
.acTitle{
	font-size: 1.5em;
	color: #78281F; /*120,40,31 */
	font-weight: bold;
}
.acTitle2{
	font-size: 1.1em;
	color: #561c15; /**/
	font-weight: bold;
}
.acSubTitle{
	font-weight: bold;
	font-size: .9em;
}
.acDescText{
	font-size: .9em;
}
.acText{
	font-size: 1em;
}
ul.acText{
	list-style-type: disc;
}
li.acText{
	color: #273746;
}

/*Timeline and events styles */
 
	
 .acTLTitle{
 	position: absolute;
	top: 10px;
	left: 5px;
	width: 1400px;
	height: 50px;
	background-color: rgba(184, 194, 184, 1);;
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	border-radius: 5px;
	justify-self: center;
	color: #78281F;
	font-weight: bold;
	text-align: left;
	background-color: rgba(184, 194, 184, 1);
	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
	border-radius: 5px;
	padding: 5px 3px 5px 5px;
 }

 .timelineContent{
 	position: absolute;
  	top: 60px;
	left: 0px;
	width: 1400px;
	height: 100%;
	display: grid;
  	grid-template-areas:'actll actlr';
    column-gap: 0px;
    row-gap: 10px;
    justify-items: stretch;
    align-items: start;
    padding: 10px 0px 5px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	z-index: 0;
 }
 
 .vtl{
 
 	position: absolute;
    grid-area: actll;
    display: grid;
    grid-template-columns: [vtl0] 10px [vtl1] 10px [vtl2] 15px [vtl3] 20px [vtl4] 50px [vtl5] 10px [vtl6];
    background-color: #d8e1d5;
    opacity: 0.85;
    border-radius: 5px 5px 0px 0px;
    border: 2px solid red;
    width: 145px;
    height: 100%;
    padding: 15px 0px 0px 10px;
    left: 0px;
    z-index: 1;
    border: solid 1px #d8ded8;
    box-shadow: 8px 8px 16px 8px rgba(0,0,0,0.2);
    overflow-y: auto;
    align-content: start;
}

/* Century */
.vtlC0Div{
	grid-column: vtl0 / vtl6;
	gap: 0px;
	height: 20px;
	width: 100%;
	background-color: rgba(40,129,189,1); 
	border-radius: 40px 10px 40px 10px;
	font-size: .9em;
	color: black;
	font-weight: bold;
	padding: 3px 15px 0px 15px;
	z-index: 10;
	cursor: pointer;
}

.vtlC0DivLn{
	grid-column: vtl0 / vtl6;
	justify-self: center;
	gap: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
	background-image: url("../Img/TLIcons/Line0.png");
	background-repeat: repeat;
	background-position: top;
}

.vtlC0DivLn.end{
	grid-column: vtl1 / vtl2;
}
.vtlC0DivBot{
	grid-column: vtl0 / vtl6;
	justify-self: center;
	/*margin-bottom: 10px;*/
	height: 10px;
	width: 100%;
	background-color: rgba(40,129,189,1);
	border-radius: 10px 40px 10px 40px;
}

/* Decade */
.vtlC1Div{
	grid-column: vtl1 / vtl2;
	justify-self: center;
	gap: 0px;
	padding: 0px;
	padding-top: 0px;
	height: 35px;
	/*width: 35px;*/
	background-image: url("../Img/TLIcons/Line0.png");
	background-repeat: repeat;
	background-position: top;
	cursor: pointer;
}
.vtlC1DivEx{
	grid-column: vtl1 / vtl2;
	justify-self: center;
	gap: 0px;
	padding: 0px;
	padding-top: 0px;
	height: 20px;
	/*width: 35px;*/
	background-image: url("../Img/TLIcons/Line0.png");
	background-repeat: repeat;
	background-position: top;
	cursor: pointer;
}

/* Year */
.vtlC2Div{
	grid-column: vtl2 / vtl4;
	justify-self: center;
	gap: 0px;
	padding: 10px 0px 5px 0px;
	height: 35px;
	min-width: 35px;
	background-image: url("../Img/TLIcons/Line1.png");
	background-repeat: repeat;
	background-position: top;
	cursor: pointer;
}

.vtlC1DivBot{
	grid-column: vtl2 / vtl3;
}
.vtlC2DivBot{
	grid-column: vtl3 / vtl4;
}

.vtlC0Value{
	position: relative;
	top: 2px;
	bottom: 0px;
	font-size: 1em;
	color: black;
	font-weight: bold;
	height: 15px;
	width: 98px;
	padding: 1px 0px 0px 15px;
	z-index: 10;
	background-color: rgba(255,255,255,0.6); 
	border-radius: 40px 10px 40px 0px;
	cursor: pointer;
}

.vtlCir1{
	width: 16px;
	height: 16px;
}
.vtlCirTop1{
	width: 16px;
	height: 8px;
	transform: translate(-12px, 3px);
	
}
.vtlCirBot1{
	width: 16px;
	height: 8px;
}

.vtlC1Value{
	grid-column: vtl3 / vtl6;
	font-size: .9em;
	color: black;
	height: 20px;
	padding: 10px 8px 0px 6px;
	align-self: start;
	cursor: pointer;
}
.vtlC1Value.sel{
	/*color: #ced7cc;*/
	color: black;
	font-weight: bold;
	text-shadow: 0 0 5px #2881bd;
}

.vtlC1Value.sel.ar{
	float: right;
	position: relative;
	top: -50px;
	left: 35px;
	z-index: 10;
}

.vtlC2Value{
	grid-column: vtl4 / vtl6;
	font-size: .9em;
	color: black;
	height: 20px;
	padding: 10px 8px 0px 8px;
	align-self: center;
	cursor: pointer;
}
.vtlC2Value.sel{
	/*color: #ced7cc;*/
	color: black;
	font-weight: bold;
	text-shadow: 0 0 5px #2881bd;
}

.vtlC2Value.sel.ar{
	float: right;
	position: relative;
	top: -50px;
	left: 35px;
	z-index: 10;
}
.evtlst{
	grid-area: actlr;
	width: 1265px;
	height: 100%;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 20px;
	display: grid;
	padding-right: 10px;
	grid-template-columns: [line0] 80px [line1a] 30px [line1] auto [line2a] 30px [line2];
	align-self: start;
	justify-self: end;
	border: solid 1px #6d736d;
	border-radius: 5px 5px 0px 0px;
    box-shadow: 8px 8px 16px 8px rgba(0,0,0,0.2);
    align-content: start;
}

/* Event list item styles */
.evtbc{
	grid-column: line0 / line2a;
	height: 20px;
	padding-right: 5px;
	width: 1300px;
	background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 1px), 
        rgba(192,192,192,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 1px));
    justify-self: end;
}

.evtbctxt{
	position: absolute;
	right: 15px;
	color: ivory;
	font-style: italic;
	
}
.evtbcicon{
	position: absolute;
	left: 180px;
	top: 18px;
	color: ivory;
	font-style: italic;
}

/* Containers for list items - 2 sizes */
.evtic{
	display: grid;
	grid-column: line0 / line2a;
	background: none;
	width: 1200px;
	grid-template-areas: 
	"evtIcon evtTxt";
	align-items: center;
	justify-items: center;
	row-gap: 0px;
	/*column-gap: 20px;*/
	padding: 0px 5px 0px 0px;
}

.evtic.p1{
	grid-column: line0 / line2;
}

/* Icons for list items */
.evtiicon{
	display: grid;
	grid-area: evtIcon;
	background: linear-gradient(to right, 
      transparent 0%, 
      transparent calc(50% - 0.81px), 
      black calc(50% - 0.8px), 
      black calc(50% + 0.8px), 
      transparent calc(50% + 0.81px), 
      transparent 100%); 
	height: 50px;
	width: 100px;
}
.evtihl{
	display: inline-grid;
	background-image: url("../Img/TLIcons/HTickSm.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.evtiicon.p1{
	height: 80px;
}
.evtihl.p1{
	background-image: url("../Img/TLIcons/HTickLg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.evtii{
	border-radius: 20px 20px 20px 20px;
	justify-self: center;
	align-self: center;
}
.evtii.p1{
	height: 70px;
	width: 70px;
	border-radius: 35px 35px 35px 35px;
	background: rgba(240, 235, 210, 1);
	box-shadow: 8px 8px 5px #888a85;
	padding: 3px;
}
.evtii.alt{
	 /*background: rgba(235, 234, 194, 1);*/
}

.evtii.p1.alt{
	background: rgba(235, 234, 194, 1);
	box-shadow: 8px 8px 5px #888a85;
}

/* Images for icons */
.evtiiimg{
	background: rgba(93, 87, 98, 1);
	height: 36px;
	width: 36px;
	border-radius: 18px 18px 18px 18px;
}

.evtiiimg.p1{
	background: rgba(72, 61, 139, 1);
	height: 64px;
	width: 64px;
	border-radius: 32px 32px 32px 32px;
	padding: 4px;
}

/* Event Text */
.evtitem{
	display: grid;
	grid-area: evtTxt;
	width: 1100px;
	height: 30px;
	/*background:  rgba(240, 235, 210, 1);*/
	background: rgba(235, 234, 194, 1);
	padding: 2px 2px 2px 2px;
	border-radius: 3px 3px 3px 3px;
}
.evtitem.alt{
	background: rgba(235, 234, 194, 1);
}

.evtitem.p1{
	max-width: 1150px;
	height: 50px;
	box-shadow: 8px 8px 5px #888a85;
}

.evtitem.alt.p1{
	max-width: 1150px;
	height: 50px;
	box-shadow: 8px 8px 5px #888a85;
}

.evtitxt{
	display: inline-grid;
	background: rgba(78, 69, 84, 0.2);
	width: 100%;
	max-height: 26px;
	border-radius: 2px 2px 2px 2px;
}

.evtitxt.p1{
	background: rgba(72, 61, 139, 1);
	max-height: 46px;
}

/* Event Title */
.evtititl{
	font-size: 1em; 
	color: Ivory;
	width: 930px;
	font-family: Calibri;
	font-weight: bold;
	padding: 2px 20px 0px 5px;
	color: black;
}

.evtititl.p1{
	font-size: 1.1em; 
	width: 900px;
	color: Ivory;
}

.evtititl:hover{
	font-size: 1em;
	text-decoration-line: underline; 
	font-weight: bold;
	font-style: italic;
	color: black;
}
.evtititl.p1:hover{
	font-size: 1.1em;
	color: Ivory; 
}

/* Event Start Date */
.evtisd{
	position: relative;
	right: 0px;
	top: -25px;
	width: 220px;
	font-size: .95em; 
	padding: 5px 0px 0px 5px;
	justify-self: end;
	color: black;
}
.evtisd.p1{
	font-size: .95em; 
	padding: 0px 0px 0px 5px; 
	justify-self: end;
	right: 0px;
	top: -20px;
	color: Ivory;
}



/* Replaced by above styles */
/*

.evtlstitm
{
	grid-column: line0 / line2a;
	display: grid;
	grid-template-columns: 68px auto 100px;
	grid-template-areas: 
	"evtIcon evtTitle evtStartEnd"
	"evtIcon ";
	align-items: start;
	column-gap: 7px;
	row-gap: 5px;
	padding: 2px 5px 2px 5px;
	background: rgba(255, 248, 220, 0.85); 
	max-width: 900px;
	border-radius: 40px 10px 10px 40px;
	box-shadow: 8px 8px 5px #888a85;
	
	height: 40px;
}

.evtlstitm.high
{
	height: 70px;
}


.evtlstitco
{
	grid-column-start: line0;
	grid-column-end: line2a;
	height: 70px;
	border-radius: 40px 10px 10px 40px;
	box-shadow: 8px 8px 5px #888a85;
	display: grid;
	grid-template-columns: 68px auto 100px;
	grid-template-areas: 
	"evtIcon evtTitle evtStartEnd"
	"evtIcon evtDesc evtDesc";
	align-items: start;
	column-gap: 7px;
	row-gap: 5px;
	padding: 2px 5px 2px 5px;
	background: rgba(255, 248, 220, 0.85);
	max-width: 900px;
}

.evtlstitcoalt
{
	grid-column-start: line0;
	grid-column-end: line2;
	height: 145px;
	border-radius: 80px 10px 10px 80px;
	box-shadow: 8px 8px 5px #888a85;
	grid-template-columns: 140px 190px auto;
	background: rgba(255, 248, 220, 0.85);
}


.evtlstitcomo
{
	grid-column-start: line1a;
	grid-column-end: line2;
	height: 45px;
	border-radius: 80px 10px 10px 80px;
	box-shadow: 0px 0px 0px #888a85;
	grid-template-columns: 140px 300px auto;
	background: none;
}
.evtlstitcoalt, .evtlstitcomo
{
	display: grid;
	grid-template-rows: auto;
	grid-template-areas: 
	"evtIcon evtTitle evtTitle"
	"evtIcon evtStartEnd evtDesc"
	"evtIcon evtAuthor evtDesc";
	align-items: start;
	row-gap: 5px;
	padding: 5px 5px 5px 5px;
}

.evtlstitmic
{
	grid-column: line0 / line1a;
	justify-self: center;
}

.eventMore, .eventPrevious{
	background-image: linear-gradient(to right, DarkSlateGray, LightSlateGray);
	box-shadow: 8px 8px 5px #888a85;
	border-radius: 50px 50px 50px 50px;
	padding: 5px 8px 5px 8px;
	color: ivory;
	font-family: Helvetica;
	font-size: .95em;
}
.eventMore{
	grid-area: evtTitle;
	justify-self: end;
	align-self: start;
}
.eventPrevious{
	grid-area: evtIcon;
	justify-self: start;
	align-self: start;
}

/*  POSSIBLE DELETION BELOW - THIS IS GRID VERSION OF EVENT LIST ITEM *******************/
/*
.eventItemIcon{
	padding: 8px 8px 8px 8px;
	border-radius: 80px 80px 80px 80px;
	background: rgba(51, 41, 65, 0.85);
}
.eventItemIconAlt{
	padding: 10px 10px 10px 10px;
	border-radius: 80px 0px 80px 80px;
	background: DarkSlateBlue;
}
.eventItemIcon, .eventItemIconAlt{
	grid-area: evtIcon;
	align-self: start;
}
.eventItemIcon img{
	border-radius: 50%;
	box-shadow: 3px 3px 5px DimGray;
}
.eventItemIconAlt img{
	border-radius: 50%;
	box-shadow: 3px 3px 5px MidnightBlue;
}
.eventItemTitle{
	grid-area: evtTitle;
	padding: 5px 0px 0px 10px; 
	background: none;
	align-self: start;
	justify-self: start;
	font-size: 1em; 
	color: MidnightBlue;
	font-family: Calibri;
	font-weight: bold;
}
.eventItemTitle:hover{
	font-size: 1.1em;
	text-decoration-line: underline; 
	color: MidnightBlue;
	font-family: Calibri;
	font-weight: bold;
	align-self: start;
}
.eventItemTitleAlt{
	grid-area: evtTitle; 
	align-self: start;
	padding: 10px 0px 5px 10px; 
	background: DarkSlateBlue; 
	min-width: 300px;
	font-size: 1.1em; 
	color: ivory;
	font-family: Calibri;
	font-weight: bold;
}
.eventItemTitleAlt:hover{
	font-size: 1.2em;
	text-decoration-line: underline; 
	font-family: Calibri;
	font-weight: bold;
	align-self: start;
}
.eventItemStartEnd{
	font-size: .95em; 
	padding: 5px 20px 0px 5px;
	justify-self: end;
	}
.eventItemStartEndAlt{font-size: 1em; padding: 0px 0px 0px 5px; justify-self: start;}
.eventItemStartEnd, .eventItemStartEndAlt{
	grid-area: evtStartEnd;
	font-family: Helvetica;
	max-height: 100px;
	align-self: start;
	
}
.eventItemStartEnd lbl, .eventItemStartEndAlt lbl{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 1em;
}
.eventItemAuthor{font-size: .85em;}
.eventItemAuthorAlt{font-size: .9em;}
.eventItemAuthor, .eventItemAuthorAlt{
	grid-area: evtAuthor;
	font-family: Helvetica;
	max-height: 100px;
	padding: 0px 0px 0px 5px;
	align-self: start;
	justify-self: start;
}
.eventItemAuthor lbl, .eventItemAuthorAlt lbl{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 1em;
}
.eventItemDesc{font-size: .85em; height: 20px; padding: 2px;}
.eventItemDescAlt{font-size: .9em; padding: 5px;}
.eventItemDesc, .eventItemDescAlt{
	grid-area: evtDesc;
	align-self: start;
	font-family: Helvetica;
	border: 2px solid DarkKhaki;
	border-radius: 2px;
}
.eventItemDesc lbl, .eventItemDescAlt lbl{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 1em;
}
.eventItemLabel{font-size: .95em;}
.eventItemLabelAlt{font-size: 1em;}
.eventItemLabel .eventItemLabelAlt{
	font-family: Helvetica;
	font-weight: bold;
}
*/

/*  TODO POSSIBLE DELETION BELOW - THIS IS GRID VERSION OF EVENT DETAIL *******************/
.eventDetailLink{font-size: .8em;}
.eventDetailLinkAlt{font-size: .85em;}
.eventDetailLink, .eventDetailLinkAlt{
	text-transform: uppercase;
	color: DimGray;
	
	padding: 10px;
}
.eventDetailLink:hover, .eventDetailLinkAlt:hover{
	color: MidnightBlue;
}
.eventDetailLink img{height: 16px; width: 16px;}
.eventDetailLinkAlt img{height: 20px; width: 20px;}
.eventDetailLink img, .eventDetailLinkAlt img{
	float: left;
}


.evtDetTitle{
	display: none;
	position: absolute;
	left: 171px;
	top: 15px;
	height: 40px;
	color: MidnightBlue;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Calibri";
	white-space: nowrap;
}
.evtDetBack{
	display: none;
	position: absolute;
	right: 10px;
	top: 15px;
	color: MidnightBlue;
	font-size: 1.2em;
	font-family: "Calibri";
	padding: 0px 5px 20px 0px; 
}
.eventDet{
	display: none;
	grid-template-columns: [l1] 1fr [l2] 1fr [l3];
	background-image: url("../Img/BW_XB-70.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	gap: 10px;
}
.eventDetLeft{
	grid-column-start: l1;
	grid-column-end: l2;
	background-color: rgba(95, 105, 134, 0.6);
	border: 10px solid transparent;
	border-radius: 5px;
}
.eventDetRight
{
	grid-column-start: l2;
	grid-column-end: l3;
	background-color: rgba(49, 58, 85, 0.6);
	border: 10px solid transparent;
	border-radius: 5px;
}
.eventDetData
{
	display: grid;
	grid-template-columns: [edl1] 20% [edl2] 80% [edl3];
}
.eventDetLabels
{	
	grid-column-start: edl1;
	grid-column-end: edl2;
	align-self: start;
	font-weight: bold;
	font-size: 1.1em;
}
.eventDetDatesText
{	
	grid-column-start: edl2;
	grid-column-end: edl3;
	align-self: start;
	font-size: 1em;
}
.eventDetMedia{
	display: grid;
	grid-template-columns: [eml1] 1fr [eml2] 1fr [eml3] 1fr [eml4];
	gap: 5px;
}
.eventDetMediaTitle{
	grid-column-start: eml1;
	grid-column-end: eml4;
	align-self: start;
	font-size: 1.1em;
	font-weight: bold;
}
.eventDetMediaMore{
	grid-column-start: eml3;
	grid-column-end: eml4;
	justify-self: end;
	font-size: 1em;
}
.eventDetMediaMoreBtn{
    color: #2e3436;
}
.eventDetMediaMore a{
	color: #2e3436;
}
.eventDetMediaMore a:hover, .eventDetMediaMoreBtn:hover{
	text-decoration-line: underline; 
	color: #9d863b;
}
.eventDetMediaCItem{
	grid-column-start: eml1;
	grid-column-end: eml2;
	min-height: 120px;
	font-size: .9em;
}
.eventDetMediaCLabel{
	font-size: .9em;
}
/*  POSSIBLE DELETION ABOVE - THIS IS GRID VERSION OF EVENT DETAIL *******************/

.mediaCellThumb{
	border: 5px solid rgba(51, 41, 65, 0.5);
  	border-radius: 2px;
  	padding: 1px;
  	width: 240px;
}
.mediaCellThumb:hover{
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.3);
}
.mediaCellVid{
	border: 5px solid rgba(51, 41, 65, 0.5);
  	border-radius: 2px;
  	padding: 1px;
  	width: 240px;
  	aspect-ratio: 16/9;
}
.mediaCellVid iframe{
	aspect-ratio: 16 / 9;
}
.eventDetailTitle{
	display: none;
	position: absolute;
	left: 170px;
	right: 200px;
	top: 10px;
	max-height: 25px;
	color: MidnightBlue;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Calibri";
}
.eventBackToList{
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	max-height: 25px;
	font-size: .9em;
	color: #332941;
	text-decoration: underline; 
}
.eventBackToList:hover{
	color: #0000EE;
}
.eventDetail{
	display: none;
	position: absolute;
	left: 156px;
	right: 5px;
	bottom: 62px;
	top: 35px;
	max-height: 800px;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	background: rgba(51, 41, 65, 0.3);
	/*border: 2px solid lightgray;*/
}
/* Event Group styles */
.eventGroupTable{
	display: table;
}
.eventGroupRow{
	display: table-row;
}
.eventGroupHdr{
	display: table-cell;
	position: relative;
	left: 10px;
	top: 10px;
	color: #f3f3f3;
    font-weight: bold;
    font-size: 1em;
}
.eventGroupItem{
	display: table-cell;
	position: relative;
	left: 20px;
	top: 5px;
	color: #f3f3f3;
    font-weight: none;
    font-size: .9em;
}
/*Breadcrumbs using grid */
.breadcrumbs{
    z-index: 2;
    position: fixed;
    left: 150px;
    right: 0px;
    bottom: 95px;
	
	display: grid;
	grid-template-areas: 'bc0 bc2 bc3 bc4 bc5 bc6 bc7 bc8 bc9';
	gap: 0px;
	padding-top: 0px;
	box-shadow: 16px 8px 8px 8px rgba(0,0,0,0.9);
	overflow-x: hidden;
}
.bc0{grid-area: bc0; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc2{grid-area: bc2; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}
.bc3{grid-area: bc3; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}
.bc4{grid-area: bc4; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;} 
.bc5{grid-area: bc5; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}
.bc6{grid-area: bc6; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}
.bc7{grid-area: bc7; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}
.bc8{grid-area: bc8; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}
.bc9{grid-area: bc9; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: gray;}

.bc0.Act{grid-area: bc0; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc2.Act{grid-area: bc2; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc3.Act{grid-area: bc3; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc4.Act{grid-area: bc4; background: #dfdda7; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc5.Act{grid-area: bc5; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc6.Act{grid-area: bc6; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc7.Act{grid-area: bc7; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc8.Act{grid-area: bc8; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;}
.bc9.Act{grid-area: bc9; background: #b6b8bd; height: 22px; padding: 0px; font-size: .8em; text-align: center; color: black;} 

.bc0:hover, .bc2.Act:hover, .bc3.Act:hover, .bc4.Act:hover, .bc5.Act:hover, .bc6.Act:hover, .bc7.Act:hover, .bc8.Act:hover, .bc9.Act:hover{
	/*text-decoration-line: underline;*/ 
	color: #0000EE;
}

.bcimage{
	float: right;
	height: 22px;
	align-self: center;
}
.htl{
    display: inherit;
    background-color: #6d736d;
    box-shadow: 8px 8px 16px 8px rgba(0,0,0,0.2);
    z-index: 5;
    position: fixed;
    left: 150px;
    right: 0px;
    bottom: 60px;
    height: 35px;
 	font: .8em;
}
    
.htlPrimaryTickMarks{
	position: absolute;
	color: #f3f3f3;
    font-weight: bold;
    font-size: 1em;
    bottom: 6px;
    left: 4px;
}
.htlSecondaryTickMarks{
	position: absolute;
	color: #2e3436;
    font-weight: bold;
    font-size: 1.5em;
    bottom: 7px;
    left: 4px;
}


/*************** Media HTML page Styles */
.modalMediaContent{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.mainMediaContent{
	position: relative;
	background-color: #0a1020;
    margin: 5% auto;
    padding: 2px;
    border: 5px solid #545966;
    width: 85%;
    height: 85%; 
    max-height: 900px;
	overflow-y: scroll; 
}
.mainMediaHeader{
	height: 30px;
	background-color: #313a55;
}
.mainMediaTitle{
	position: absolute;
	left: 5px;
	top: 7px;
	max-width: 800px;
	color: #aaa;
	font-weight: bold;
}
.mainMediaClose{
	position: absolute;
	right: 6px;
	top: 3px;
	color: #aaa;
    font-size: 1.6em;
    font-weight: bold;
    float: right;
}
.mainMediaClose:hover, .mainMediaClose:focus{
	color: black;
    text-decoration: none;
    cursor: pointer;
}
.mainMediaContainer{
	display: inline-grid;
	grid-template-columns: [m1] 1fr [m2] 1fr [m3] 1fr [m4] 1fr [m5] 1fr [m6];
	gap: 10px;
	padding: 20px;
	color: white;
}
.mainMediaItem{
	grid-column-start: m1;
	grid-column-end: m2;
	min-height: 120px;
	font-size: .9em;
}
.mainMediaEHLabel{
	grid-column-start: m1;
	grid-column-end: m3;
	min-height: 25px;
	font-size: .9em;
	font-weight: bold;
}
.mainMediaEHText{
	grid-column-start: m3;
	grid-column-end: m6;
	min-height: 25px;
	font-size: .9em;
}
.mainMediaEHFullText{
	grid-column-start: m1;
	grid-column-end: m6;
	min-height: 120px;
	font-size: .9em;
}
.mainMediaVideo{
	
}


/*****************************    Chris' Code Starts Here    ********************************************/

.smallBtn{
	border: solid 1px black;
	border-radius: 5px;
	height: 22px;
	width: 22px;
	align-items: center;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px black;
	border-radius: 5px;
	height: 22px;
	width: 75px;
	cursor: pointer;
}

.btn.lg{
	
	width: 125px;
}

.bnr {
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    margin: 0px;
    border-radius: 10px;
    height: 140px;
}

.bnrMarq{
	display: flex;
    flex-direction: row;
	position: absolute;
    margin: 0px;
    width:100%;
    height: 100%;
}

.bnrLogo{

	background-color: grey;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    width: 100px;
    height: 100px;
    border: solid 1px black;
    border-radius: 10px;
}

.bnrTitl{
	font-size: 2em;
	background-color: #dcdcdc;
	border: solid 1px black;
	border-radius: 10px;
	height: 100px;
	width:100%;
}

.bnrTitlTxt{
	font-size: 2em;
}

.bnrMnuBr{
	
    position: absolute;
    top: 104px;
    display: flex;
    flex-direction: row;
    height: 35px;
    width: 100%;
    border: 1px solid black;
    background-color: #708090;
    border-radius: 10px;
    color: #FFFFFF;
}

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

.bnrMnuBrCol{
	
	display: flex;
  	align-items: center;
	width: 50%;
}

.bnrMnuBrCol.lft{
	
	padding-left: 5px;
	justify-content: left;
}

.bnrMnuBrCol.rgt{
	
	justify-content: right;
}

.bnrNavMnu{
	
	display: flex;
	flex-direction: row;
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	border-radius: 10px;
}

.mainNavLink{
	width: 65px;
	float: right;
	display: block;
  	color: #FFFFFF;
  	line-height: 25px;
  	text-align: center;
  	padding: 5px 5px;
  	text-decoration: none;
  	font-size: .9em;
  	font-weight: bold;
}

.mainNavLink:hover{
	color: white;
	background-color: #556B2F;
	cursor:pointer;
}

/* Added 2024-10-14 */
.mainContent{

	background-color: grey;
    position: absolute;
    top: 155px;
    left: 0px;
    right: 0px;
    bottom: 60px;
    overflow-y: auto;
}

.mainContent.cntr{
	background-color: rgb(115, 111, 109); /*#736f6d*/
}
 
.mainContent.alt{
	background-color: #798b86;
}

.timelineLeftNav{

    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width:250px;
    margin: 0px;
    border: solid 1px #2F4F4F;
    border-radius: 10px;
    overflow-y: auto;
}
/*
.timelineContentWindow{
    position: absolute;
    top: 0px;
    left: 254px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    border: solid 1px #2F4F4F;
    border-radius: 10px;
    overflow-y: auto;
}*/

.vTLNode{
	height: 25px;
	border: solid 1px #2F4F4F;
}

.vTLNode:hover{
	cursor: pointer;
}



.dateBC{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background-color: #c9ffe5;
	border: 1px solid #2F4F4F;
}

.horzTL{
	width: 100%;
	overflow: hidden;
}

.hzMnth{
	float: left;
	border: 1px outset #2F4F4F;
	padding: 2px;
	font-size: .8em;
}

.hzMnth:hover{
	cursor:pointer;
}

.container{
	padding: 5px;
}

.treeNode{
	border: solid 1px black;
}

.treeNode:hover{
	color: navy;
	cursor:pointer;
}

.treeDot{
	height: 10px;
	width: 10px;
	background-color: #ad7fa8;
  	border-radius: 50%;
  	display: inline-block;
}

.mainHmLogo{
	position: absolute;
	height: 155px;
	width: 160px;
	top: 8px;
	left: 10px;
	z-index: 100;
	background-image: url("../Img/LgLogoBadgeWhGr.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
/*
.mainLogo
{
	position: absolute;
	top: 10px;
	left: 10;
	right: 0;
	width: 232px;
	padding: 3px;
	z-index: 10;
}

.mainLogo img
{
	filter: drop-shadow(ivory, 5px, 5px, 2px);
}
*/
/*********************************************** New ************************************/

.mn_hm_cat{
	grid-area: ex;
	display: grid;
	grid-template-areas:
	'et et'
	'st1 st2' 
	'st3 st4';
	gap: 10px;
	padding: 10px 10px 40px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: rgba(51, 51, 51, 1);
	border-radius: 10px;
	align-items: center;

}
.et {grid-area: et; height: 20px; color: ivory; text-transform: none; width: 100%; font-size: 1em; font-weight: bold;}
.st1 {grid-area: st1; height: 95px; width: 65px; cursor:pointer; color: ivory; }
.st2 {grid-area: st2; height: 95px; width: 65px; cursor:pointer; color: ivory; }
.st3 {grid-area: st3; height: 95px; width: 65px; cursor:pointer; color: ivory; }
.st4 {grid-area: st4; height: 95px; width: 65px; cursor:pointer; color: ivory; }

.st1:hover, .st2:hover, .st3:hover, .st4:hover{
	font-weight: bold;
	color: rgb(249, 222, 130); 
}

.st1:hover .stbtn, .st2:hover .stbtn, .st3:hover .stbtn, .st4:hover .stbtn, .stbtn:hover{
	background-color: rgba(66, 66, 99, 1);
}

.stbtn{
	height: 15px; 
	width: 65px; 
	padding-top: 50px; 
	text-align: center; 
	border: 2px inset lightgray; 
	border-radius: 50%; 
	background-color: rgba(10, 10, 40, 1); 
	background-position: center; 
	background-repeat: no-repeat;
}

.stbtn.ac{
	background-image: url("../Img/Menu/AircraftImg.png"); 
}

.stbtn.pl{
	background-image: url("../Img/Menu/OrdnanceImg.png");
}

.stbtn.ppl{
	background-image: url("../Img/Menu/PeopleImg.png");
}

.stbtn.org{
	background-image: url("../Img/Menu/CompanyImg.png");
}

.stlbl{
	padding-top: 5px;
	font-size: .8em; 
	text-align: center;
}

.new_main_content{
	
	position: absolute;
	top: 155px;
	left: 0px;
	right: 0px;
	bottom: 60px;
	overflow-y: auto;
	background-color: #6d736d;
	scrollbar-width: thin;
}

.new_main_content.home{

	top: 150px;
}

/****************** Catalog Main content ******************************/
.new_main_content.cat{
    top: 155px;
	padding: 15px 0px 5px 5px;
	background-color: rgba(103, 108, 123, 1);
}

/****************** Subject Main content ******************************/
.new_main_content.sub{
    top: 155px;
	padding: 15px 0px 5px 5px;
	background-color: #9aa29a;
}

.mn_bnr {
    background-color: #6d736d;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100px;
    margin: 0px;
    border: solid 1px 1px 0px 1px #4d5651;  
    z-index: 50;
}

.mn_mnu{
	
	position: relative;
	top: 115px;
	height: 30px;
	width: 100%;
	background-color: gray;
	border-top: 2px solid black;	
	border-bottom: 2px solid black;
	font-size: 1.2em;
	color: white;
}

.mn_mnu_lft{
	
	position: absolute;
	left: 170px;
	display: flex;
}

.mn_mnu_rt{
	
	position: absolute;
	display: flex;
	right: 5px;
}

.mn_mnu_itm{
	position: relative;
	line-height: 30px;
	cursor: pointer;
}

.mn_mnu_itm.fxd{
	width: 120px;
}

.mn_mnu_itm:hover{
	
	background-color: #696969;
}

.new_rnwy{
	
	position: absolute;
	top: 30px;
	height: 75px;
	left: 0px;
	right: 0px;
	background-image: url("../Img/HomeBannerClothifyNarrow.png");
    background-repeat: repeat;
}

.search_input_md{

	position: absolute;
	right: 60px;
	top: 20px;	
  	width: 360px;
  	height: 35px;
  	padding-left: 5px;
  	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-size: .9em;
	box-sizing: border-box;
}

.search_btn{
	
	position: absolute;
	right: 10px;
	top: 20px;		
	font-size: 1.2em;
	height: 35px;
	line-height: 33px;
	width: 50px;
	border: solid 1px black;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #e5e4e2;
	text-align:center;
	vertical-align: middle;
	padding: 0px;
	box-sizing: border-box;
}

.search_btn:hover{
	cursor: pointer;
}

.hm_mn_titl{
	
	width: 1000px;
	margin: 0 auto;
}

.mainHomeTitle{
	
	position: relative;
	height: 50px; 
	color: #f9de82; 
	font-family: trebuchet ms; 
	font-size: 2.1em;
	font-weight: bold;
	width: 100%;
	text-align: right;
}

.sld_row{
	
	display: flex;
	position: relative;
	width: 1000px;
}

.mn_cat{
	
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	background-color: #333333;
	border-radius: 5px;
}

.mn_cat_lnk{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: ivory;
	text-decoration: underline;
	font-size: .9em;
	cursor:pointer; 
}

.mn_cat_lnk:hover{
	font-weight: bold;
	color: rgb(249, 222, 130);
}

.sld_cntr{
	
	display: flex;
	position: relative;
	top: 0px;
	right: 0px;
	left: 0;
	margin: auto;
	width: 800px;
	
	/*width: 1000px;*/
}

.sld_img_ply{
	
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index: 5;
	font-size: 2em;
	color: black;
}

.sld_img_ply:hover{
	
	color: #f9de82;
}

.slide{
	position: relative;
	width: 600px;
	height: 300px;
	overflow: hidden;
	transition-property: width;
  	transition-duration: 2s;
}

.slide.collapse{
	position: relative;
	width: 100px;
}

.slide:hover{
	cursor:pointer;
}

.lblCol{
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 300px;
	background-color:white;
}

.lbl{
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding-left: 10px;
	height: 50px;
	transform-origin: 0 0;
  	transform: rotate(-90deg);
  	font-size: 1.3em;
  	font-weight: bold;
	line-height: 50px;
	white-space: nowrap;
}

.ico{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border-top: solid 1px black;
	background-color: #d3d3d3;
	text-align:center;
}

.imgCol{
	position: absolute;
	top: 0px;
	left: 50px;
	bottom: 0px;
	overflow: hidden;
	width: 550px;
}

.imgCol.collapse{

	max-width:50px;
}

.mn_link{
	
	font-size: .9em;
	color: white;
}

/* News */

.nwsItm{
	
	position: relative;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	background-color: #b9c2b6;
	border-radius: 5px;
  	padding: 10px;
  	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
}

.nws_ig_col{
	
	float: left;
	height: 300px;
	width: 300px;
	padding: 0px 10px 10px 20px;
}

.nws_nws_col{
	
	height: 280px;
	padding: 10px 10px 10px 310px;
}

.nws_titl{
	
	font-size: 1.1em;
	font-weight: bold;
	color: #65000b;
}

.nws_dt{
	font-size: .9em;
	font-weight: bold;
	color: black;
}

.nws_sep{
	
	width: 1200px;
	height: 50px;
	border-top: solid 1px black;
	border-right: solid 1px black;
	margin: 0 auto;
	background-image: url('../Img/News/ln_ftr_ico.png');
  	background-repeat: no-repeat;
  	background-position: right;
  	font-size: 2em;
	font-weight: bold;
	color: black; 
}

.nws_sep{
	
	width: 1200px;
	height: 50px;
	border-top: solid 1px black;
	border-right: solid 1px black;
	margin: 0 auto;
	background-image: url('../Img/News/ln_ftr_ico.png');
  	background-repeat: no-repeat;
  	background-position: right;
  	font-size: 2em;
	font-weight: bold;
	color: black; 
}

.abt, .libs, .cntc, .scr, .nws{
	position: relative;
	top: 35px;
	width: 1200px;
	margin: 0 auto;
	background-color: #b9c2b6;
	border-radius: 5px;
  	padding: 10px 10px 10px 10px;
  	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
  	/*background-image: linear-gradient(rgba(185,194,182,0.9), rgba(185,194,182,0.95)), url("../Img/Pages/Abt_bks.png");*/
  	background-image: linear-gradient(rgba(185,194,182,0.9), rgba(185,194,182,0.95));
  	background-repeat: repeat;
    background-position: bottom;
}

.abt_sec, .cntc_sec, .scr_sec, .nws_sec{
	position: relative;
	top: 0px;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 5px;
}

.nws_sec{
	padding-bottom: 15px;
}

.abt_sec.yel, .scr_sec.yel, .nws_sec.yel{
	background: rgb(139, 100, 39, .15);
	border-radius: 0px 0px 20px 20px;
}

.abt_sec.green, .scr_sec.green, .nws_sec.green{
	background: rgb(84, 111, 84, .15);
	border-radius: 0px 0px 20px 20px;
}

/*.nws_sec.green{
	padding-bottom: 15px;
}*/

.abt_sec.pur, .scr_sec.pur, .nws_sec.pur{
	background: rgb(59, 52, 134, .15);
	border-radius: 0px 0px 20px 20px;
}

.abt_sec.blue, .scr_sec.blue, .nws_sec.blue{
	background: rgb(51, 41, 65, .15);
	border-radius: 0px 0px 20px 20px;
}

.abt_sec.flexrow, .scr_sec.flexrow{
	display: flex;
}

.abt_sec.flex, .scr_sec.flex{
	position: relative;
	width: 575px;
	border-radius: 20px 5px 20px 20px;
}

.abt_sec.flex.green, .scr_sec.flex.green{
	background: rgb(84, 111, 84, .3);
	left: 0px;
}

.abt_sec.flex.pur, .scr_sec.flex.pur{
	background: rgb(59, 52, 134, .3);
	right: 0px;
}

.cntc_sec{
	padding-bottom: 0px;
}

.scr_sec{
	padding-bottom: 5px;
}

.abt_sectxt{
	position: relative;
	top: 15px;
	padding: 0px 20px 25px 60px;
	
}

.abt_sechdr, .cntc_sechdr, .nws_sechdr{
	
	width: 100%;
	height: 45px;
	border-top: 3px solid #665d1e;
}

.nws_sechdr{
	display: flex;
	padding: 5px;
}
	
.abt_img, .cntc_img{
	position: absolute;
	top: -15px;
	left: -25px;
	float: left;
	z-index: 10;
}

.cntc_img.rt{
	position: relative;
	right: 0px;
}

.abt_img.logo{
	position: absolute;
	z-index: 1;
	top: -25px;
	left: -45px;
}


.abt_ttl, .cntc_ttl, .nws_ttl{
	position: absolute;
	right: 15px;
	overflow: hidden;
	color: #65000b; 
	font-weight: bold;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.8em;
	padding-top: 0px;
}

.cntc_ttl.lft, .nws_ttl.lft{
	position: relative;
	left: 20px;
	text-align: left;
}

.nws_ttl.lft{
	height: 35px;
	
}

.abt_ttlbar, .cntc_ttlbar{
	position: absolute;
	left: 80px;
	display: block; 
	height: 50px;
	margin-top: 1em;
	border-top: 3px solid #665d1e;
	min-width: 800px;
	width: auto;
}

.abt_libsec.flex{
	background: rgb(255,255,240,.3);
	border-radius: 5px;
	position: relative;
	top: 20px;
	width: 1200px;
	margin: 0 auto;
	padding: 0px 10px 5px 0px;
	/*padding-bottom: 5px;
	padding-right: 10px;*/
}

.abt_libhdr{
	position: relative;
	display: flex;
	width: 100%;
	max-height: 75px;
	/*margin-top: 1em;*/
	border-top: 3px solid #665d1e;
}


.abt_libRow{
	position: relative;
	display: flex;
	height: 450px;
	padding: 0px 10px 0px 20px;
}

.abt_lib{
	position: relative;
	width: 50%;
}

.abt_lib_ig{
	position: absolute;
	right: 0px;
	border: 1px solid #578477;
	border-radius: 0px 0px 0px 0px;
}

.abt_lib_txt{
	position: absolute;
	padding: 10px 10px 10px 10px;
	right: 0px;
	top: 100px;
	display: block;
	width: 540px;
	height: 320px;
	background-color: #b9c2b6;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #578477;
	overflow-y: auto;
	
}

.cntc_opt, .scr_opt, .don_opt{
	position: relative;
	width: 265px;
	border-top: 1px solid gray;
	border-left: 2px solid dimgray;
	padding: 0px;
	border-radius: 3px;
}

.cntc_opt{
	display:flex;
}

.cntc_optrow, .scr_optrow, .don_optrow{
	position: relative;
	display: flex;
	height: 220px;
	padding: 0px 30px 0px 30px;
}

.scr_optrow{
	height: 180px;
}

.don_optrow{
	height: 280px;
}

.scr_opt{
	width: 400px;
}

.scr_row, .don_row{
	display: flex;
}

.don_opt{
	width: 550px;
}

.cntc_opticon{
	width: 10%;
	font-size: 2em;
	padding: 0px;
}

.scr_opticon{
	width: 15%;
	font-size: 3em;
	padding: 5px 0px 0px 5px;
}

.cntc_optct{
	width: 95%;
	justify-content: center;
	/*font-family: trebuchet ms;*/
}
.cntc_opttitl{
	/*position: relative;*/ 
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	font-family: trebuchet ms;
	padding-top: 20px;
}
.cntc_opttxt{
	/*position: relative;*/
	display: block;
	font-size: .9em;
	padding-right: 10px;
	left: -10px;
}
.scr_opttxt{
	display: block;
	font-size: 1em;
	padding-right: 10px;
	left: -10px;
}

.scr_optbtn, .don_optbtn, .don_paypalbtn{
	position: relative; 
	bottom: 5px;
	text-align: center;
	border: 1px solid maroon;
	background: darkred;
	color: ivory;
	border-radius: 7px;
	width: 125px;
	padding: 2px 10px 2px 10px;
	margin: auto;
}

.don_optbtn{
	bottom: 10px;
	color: ivory;
}

.don_paypalbtn{
	bottom: 20px;
	border: none;
	background: none;
	
}

.scr_memtitl{
	font-size: 1.1em;
	font-family: trebuchet ms;
}

.scr_memtitl.bld{
	font-weight: bold;
	color:  #424949;
}

.scr_memtxt{
	font-size: 1em;
}

.srchBar{
	position: relative;
	padding: 10px;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	background-color: #b9c2b6;
	border-bottom: solid 1px black;
}

.srchBox{
	position: relative;
	width: 650px;
  	height: auto;
  	left: 50%;
  	translate: -50%;
}

.srch{
	display: flex;
}

#srch_box{
	border: none;
  	font-size: 1em;
  	width: 600px;
  	height: 40px;
  	border: none;
  	border-radius: 5px;
  	padding-left: 10px;
}

.srchBtn{
	height: 40px;
	line-height: 40px;
	width: 40px;
	border: solid 1px black;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4em;
	background-color: #b2beb5;
	cursor: pointer;
}

.srchChk{
	position: relative;
	height: 30px;
	line-height: 30px;
	width: 650px;
	text-align: left;
}

.srch_res_ttl{
	position: relative;
	left: 25px;
	top: 10px;
	font-size: 2.25em;
	color: #78281F;
  	font-weight: bold;
}

.srch_res{
	position: relative;
	left: 25px;
	top: 25px;
}

.srch_res_itm{
	display: flex;
	height: 35px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
}

.srch_ct{
	position: relative;
	left: 25px;
	top: 10px;
}

.rpt_hdn_fld{
	visibility: none;
}


/* Added 2024-11-25 */
.nrw_hdr_rt{
	position: absolute;
	display: flex;
	right: 5px;
	height: 30px;
	align-items: center;
	text-align: center;
}

.nrw_hdr_col{
	color: white;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.nrw_hdr_col.sm{
	width: 100px;
}

.nrw_hdr_col.md{
	width: 175px;
}



.nrw_hdr{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.nrw_hdr_lft{ /*Used on minHeader.js*/
	position: absolute;
	height: 100%;
	left: 0px;
}

.nrw_hdr_cntr{
	
	margin: 0 auto;
	align-items: center;
}

.nrw_hdr_rt{
	
	position: absolute;
	right: 0px;
	height: 100%;
}

.nrw_hdr_lt{ /*Used on header.js*/
	position: absolute;
	left: 170px;
	display: flex;
	height: 30px;
	align-items: center;
	text-align: center;
}

.srch_bar{
	position: relative;
	display: flex;
	top: 0px;
	right: 5px;
}

.nrw_hdr_srch{
	
	box-sizing: border-box;
	width: 360px;
  	height: 35px;
  	padding-left: 5px;
  	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-size: .9em;
}

.nrw_hdr_srch_btn{
	
	font-size: 1.2em;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	width: 50px;
	border: solid 1px black;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #e5e4e2;
	text-align:center;
	cursor: pointer;
}


/* App Menu ***********************************************************************/

.app_mnu{
	position: absolute;
	display: flex;
	box-sizing: border-box;
	top: 75px;
 	right: 0px;
 	left: 0px;
 	height: 80px;
 	background-color: #0a1020;
 	border-top: solid 2px #665d1e;
 	/*border-bottom: solid 2px #665d1e;*/
}

.app_mnu_lft{
	position: absolute;
	left: 5px;
	height: 80px;
}

.app_mnu_rt{
	position: absolute;
	right: 5px;
	height: 80px;
}

.app_mnu_tiles{
	position: relative;
	display: flex;
	top: 4px;
}

.app_mnu_tile{
 
 	position: relative;
 	box-sizing: border-box;
 	top: 2px;
 	width: 65px;
 	height: 65px;
 	border: solid 1px dimgray;
 	text-align: center;
 	cursor: pointer;
 }
 
.app_tile_img{
	top: 1px;
	display: block;
	margin: auto;
}

.app_tile_lbl{
	position: absolute;
	width: 100%;
	bottom: 1px;
	color: ivory;
 	font-size: .7em;
 	text-align: center;
}
  
 .app_mnu_tile:hover{
 	border: solid 1px white;
 }
 
 .app_mnu_tile_ct{
 	position: relative;
 	top: 2px;
 	box-sizing: border-box;
 	height: 65px;
 	width: 160px;
 	right: 5px;
 }
 
 .app_mnu_tile_hz{
 	
 	position: absolute;
	text-align: center;
 	cursor: pointer;
 	width: 160px;
 	height: 30px;
 	line-height: 25px;
	border-radius: 2px;
 	font-size: .9em;
 	font-weight: bold;
 	font-family: Arial;
 	box-sizing: border-box;
 	vertical-align: middle;
 }
 
 .app_mnu_tile_hz.rpt{
 	background-color: rgba(210, 105, 30, 0.4);
	border: 2px solid #D2691E;
	top: 0px;
 	color: #d0c4bb;
	
 }
 .app_mnu_tile_hz.rpt:hover{
 	font-weight: bold;
 	color: ivory;
 }
 
 .app_mnu_tile_hz.sub{
 	background-color: rgba(146, 13, 13, 0.4);
 	border: 2px solid #920d0d;
 	bottom: 0px;
	color: #c3b2b2;
 }
 
 .app_mnu_tile_hz.sub:hover{
 	font-weight: bold;
 	color: ivory;
 }
 
 .app_tile_smimg{
	position: absolute;
	top: 5px;
	left: 5px;
}
 
 .app_tile_lbl_lg{
 	font-size: 1em;
 	text-align: left;
 	left: 28px;
 	font-family: Verdana;
 	line-height: 30px;
	height: 30px;
	vertical-align: middle;
 }
 
 .app_tab_img{
 	top: 0px;
 	display: block;
 	margin: auto;
 }
 
 .app_tab_lbl{
 	position: absolute;
	width: 100%;
	bottom: 1px;
	color: ivory;
 	font-size: 1em;
 	text-align: center;
 }
 
 /************************ App Menu Styles ************/

 .app_mnu_pg_ttl{
 	position: absolute;
 	left: 0px;
 }
 
 .app_mnu_ttl_sm{
 	position: absolute;
 	left: 5px;
 	top: 0px;
 	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
 	font-size: 1.3em;
 	color:  #6d736d;
 	text-wrap: nowrap;
 }
 
 .app_mnu_ttl_lg{
 	position: absolute;
 	left: 25px;
 	top: 25px;
 	min-width: 400px;
 	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
 	font-size: 2.5em;
	color: #f9de82;
 }
 
 .app_mnu_tabs{
	
	position: absolute;
	display: flex;
	bottom: 0px;
}

 .app_mnu_tab{
 	
 	position: relative;
 	width: 100px;
 	bottom: 0px;
 	height: 72px;
 	border-left: solid 2px dimgray;
 	border-top: solid 2px dimgray;
 	border-right: solid 2px dimgray;
 	border-radius: 10px 10px 0px 0px;
 	color: ivory;
 	background-color: black;
 }

 .app_mnu_tab.sel{
  	
  	background-color: #9aa29a;
 }
 
 .hidden{
 	display: none;
 }
 
 .visible{
 	display: block;
 }
 .con_sectxt{
 	position: relative;
 	padding-left: 30px;
 	padding-right: 25px;
 }
 .con_sec_lbl{
 	position: relative;
 	left: 5px;
 	right: 5px;
	color: #65000b; 
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: solid 2px #85754e;
 }
 
 .con_sec_lbl.right{
 	text-align: right;
 }
 
 .con_sec_lbl.left{
 	text-align: left;
 }
 
 .con_sec_lbl.sub{
 	text-align: left;
 	font-size: 1.2em;
 }
 
 .con_ta{
 	border: solid 1px gray;
	border-radius: 5px;
	height: 130px;
	width: 1070px;
	resize: none;
 }
 
 .con_frm{
 	position: relative;
 	display: flex;
 	width: 1100px;
 	left: 30px;
 	background-color: #9aa29a;
 	padding: 0px 20px 0px 20px;
 	/*margin: 0 auto;*/
}
.con_frm.upper{
	border-radius: 10px 10px 0px 0px;
	color: #65000b; 
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 5px;
}
 .con_frm.lower{
	border-radius: 0px 0px 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.con_frm.noflex{
	display: block;
}


.con_frm_fld{
	
	height: 30px;
}

 .con_frm_fld.label{
 	height: 20px;
 }
 
 .con_frm_fld.label.req{

	color: navy;
	font-weight: bold;
 }
 .con_fldData{
 	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
 
.fldErr{
	
	border: solid 1px #ff9999;
	background-color: #ffe4e1 !important;
}

.con_frm_lcol{
	width: 300px;
}

.con_elem{
	height: 55px;
}

.btn{

	border: solid 1px black;
	border-radius: 5px;
	height: 22px;
	width: 80px;
	cursor: pointer;
	background-color: lightgrey;
	font-size: .8em;
	text-align: center;
}

.con_opq_wdw{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	
	background-color: rgba(0,0,0,0.6);
}

.con_mdl_msg{
	position: relative;
	color: white;
	font-size: 2em;
	font-weight: bold;
	top: 50%;
	transform: translateY(-60%);
	text-align: center;
}

/******************************************** Login Menu ***************************************************/

.mnu_itm_lgn{
	
	position: absolute;
	right: 0px;
	display: none;
	width: 255px;
	height: 250px;
	display: none;
	color: black;
	border: solid 1px black;
	background-color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: default;
}

.mnu_itm_lgn_lbl{
	
	position: relative;
	left: 5px;
	right: 5px;
	height: 25px;
	
	font-weight: bold;
	font-size: .8em;
	text-align: left;
}

.mnu_itm_lgn_fld{
	position: relative;
	height: 30px;
}

.mnu_itm_lgn_fld.sm{
	height: 20px;
}

.mnu_itm_lgn_btn{
	position: absolute;
	right: 5px;
	height: 30px;
}

.mnu_lgn_itm{
	height: 20px;
	color: black;
	font-size: .7em;
	vertical-align: middle;
}

.mnu_lgn_itm.lnk{

	color: navy;
	text-decoration: underline;
	cursor:pointer;
}

.mnu_lgn_in{
	display: block;	
}

.mnu_lgn_out{
	display: none;
}

/****************************************************  LOGIN ***********************************************/

.lgn_mdl{
	
	position: fixed;
	z-index: 200;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.lgn_mn_wdw{

	position: relative;
	top: 65px;
	margin: 0 auto;
	/*transform: translateY(-50%);*/
	border: solid 1px black;
	width: 600px;
	height: 450px;
	background-color: white;
	border-radius: 10px;
}

.lgn_tab_crt{
	position: relative;
}

.lgn_tab_rw{
	
	display: flex;
	width: 600px;
	height: 40px;
	margin: 0 auto;
	border-bottom: solid 1px gray;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #dcdcdc;
}

.lgn_tab_itm{
	position: relative;
	width: 200px;
	line-height: 40px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.lgn_tab_itm.tab{
	cursor: pointer;
}

.act{
	color: orange;
	border-bottom: solid 3px orange;
}

.lgn_tab_itm.tab:hover{
	color: orange;
}

.lgn_tab_itm.sm{
	width: 100px;
}

.lgn_cls{
	position: absolute;
	right: 20px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 1em;
	font-weight: normal;
	color: black;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	text-align: center;
}

.lgn_cls:hover{
	background-color:  #e5e7e9;
	cursor: pointer;
}

.lgn_rw{
	position: relative;
	width: 600px;
	height: 40px;
}

.lgn_rw.cntr{
	text-align: center;
}

.lgn_ttl{
	position: relative;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5em;
	color: #78281f;
	text-align: center;
	vertical-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ttlrw{
	width: 100%;
	background-color: lightgray;
}

.lgn_msg{
	position: relative;
	left: 50px;
	height: 30px;
	line-height: 30px;
	width: 500px;
	font-weight: bold;
}

.lgn_msg.err{

	color: #c0392b;
}

.lgn_lbl{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	width: 500px;
	font-weight: bold;
}

.lgn_fld{
	display: relative;
	height: 40px;
	margin: 0 auto;
	width: 500px;
}

.lgn_shw_pwd{
	position: absolute;
	right: 65px;
	z-index: 2;
	line-height: 35px;
	color: gray;
	font-size: 1.5em;
	cursor:pointer;
	vertical-align:middle;
	
}

.lgn_inpt{

	background-color: #fcf3cf;
	height: 40px;
	width: 500px;
	border-radius: 10px;
	font-size: 1.1em;
}

.lgn_btn{
	
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: black;
	color: white;
	font-size: 1em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 500px;
	border-radius: 20px;
	cursor:pointer;
}

.lgn_btn:hover{
	background-color: #424949;
	color: #fcf3cf;
}


.sup_lbl{
	position: relative;
	left: 50px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	width: 500px;
	font-weight: bold;
	vertical-align: bottom;
}

.sup_fld{
	display: relative;
	height: 30px;
	left: 50px;
	width: 500px;
}

.sup_inpt{
	position: relative;
	height: 30px;
	left: 50px;
	background-color: #fcf3cf;
	line-height: 25px !important;
	width: 500px;
	border: solid 1px gray;
	border-radius: 10px;
	font-size: 1em;
	box-sizing: border-box;
}

.sup_inpt.rdonly{
	background-color: #e6be8a;
}

.sup_cbx{
	position: relative;
}

.my_acct_lgn{
	
	position: relative;
	top: 250px;
	height: 375px;
	width: 600px;
	margin: 0 auto;
	border: solid 1px black;
	background-color: #dcdcdc;
	border-radius: 10px;
}

.my_acct_lgn.crt{
	height: 700px;
	width: 600px;
}

.my_acct_rst{
	
	width: 100%;
	text-align: center;
}

.rst_lnk{
	color: navy;
	text-decoration: underline;
	cursor:pointer;
}

.err_pg_cntr{
	
	top: 25px;
	position: relative;
	height: 500px;
	width: 600px;
	margin: 0 auto;
	border: solid 1px black;
	background-color: #dcdcdc;
	background-image: url("../Img/NoImg/ErrorImg.png");
	border-radius: 10px;
	padding: 10px;
}

.err_hdg{
	width: 400px;
	height: 100px;
	position: relative;
	left: 30px;
	color: #b22222;
	font-size: 2.2em;
}

.err_hdg.lgn{
	width: 350px;
	font-size: 1.5em;
}

.err_msg{
	width: 500px;
	position: relative;
	left: 30px;
	font-size: 1.1em;
}

.err_re_tmr{
	display: flex;
	position: absolute;
	left: 30px;
	bottom: 150px;
	font-size: 1.1em;
}

.err_btn_mnu{
	display: flex;
	position: absolute;
	right: 20px;
	bottom: 30px;
}

.err_btn{
	border: 1px solid darkgray;
	border-radius: 2px;
	background: rgba(150, 150, 150, .3);
	height: 25px;
	width: 150px;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
	color: ivory;
}

/**********************  Home Page Img Scroller **********************************/

.sld_lbl_col{
	position: relative;
	width: 300px;
}

.sld_lbl_cntr{
	position: relative;
	display: flex;
	width: 300px;
	height: 50px;
	cursor: pointer;
}

.sld_lbl_sep{
	position: relative;
	width: 300px;
	height: 10px;
}

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

.sld_lbl{
	background-color: #dcdcdc;
	width: 250px;
	height: 50px;
	color: gray;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 50px;
	text-align: middle;
	z-index: 2;
}

 .sld_lbl.sel{
	background-color: white;
	color: black;
}

.sld_lbl.sel:after{
	content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:25px solid transparent;
    border-left: 25px solid white;
}

.sld_img_col{
	height: 288px;
	width: 485px;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

.sld_img_txt{
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: bold;
	font-size: 1.7em;
	color: black;
	z-index: 0;
	text-align: right;
}

.sld_img{
	height:288px;
	width:485px;
	object-fit:cover;
	cursor:pointer;
}

.sld_img.sel{
	animation: fadeIn 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.btm_sp{
	height: 50px;
}

.tooltiptext {
  visibility: hidden;
  background-color: white;
  color: navy;
  border: solid 1px navy;
  border-radius: 5px;
  width: 600px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 18px;
}

/* Added 2025-03-24 */

.acct_mgr_cntr{

	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.acct_mgr_lt{
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	width: 600px;
	border: solid 1px black;
	background-color: #d3d3d3;
}

.acct_mgr_rt{
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	left: 610px;
	border: solid 1px black;
	background-color: #d3d3d3;
}

.acct_mgr_sub{
	
	position: relative;
	left: 10px;
	width: 98%;
	border: solid 1px black;
	border-radius: 5px;
	background-color: #a9a9a9;
}

.acct_mgr_sub_ctr{
	position: relative;
	display: flex;
	width: 100%;
}

.acct_mgr_sub_lt{
	position: relative;
	left: 10px;
	width: 450px;
}

.acct_mgr_sub_lt.wd{
	position: relative;
	left: 10px;
	width: 800px;
}

.acct_mgr_sub_rt{
	
}

.acct_lbl{
	position: relative;
	left: 10px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	vertical-align: middle;
}

.acct_pat_lnk{
	width: 100%;
	text-align: center;
	color: navy;
}

.acct_pat_lgn_cntr{
	
	position: relative;
	width: 400px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.5em;
    color: white;
    background-color: gray;
    border-radius: 20px;
    text-align: center;
    cursor:pointer;
}

.acct_pat_lgn_cntr:hover{
	background-color: black;
}

.acct_pat_lgn{
	position: relative;	
	display: flex;
	left: 25px;
	width: 350px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.acct_lgn_note{
	position: relative;
	left: 50px;
	width: 500px;
	border: solid 1px gray;
	border-radius: 10px;
	background-color: #fcf3cf;
	padding: 5px;
}



.readonly{
	background-color: #dcdcdc;
}

/********** Featured Image Ad Space **************/
.featImg_cont{
	position: relative;
	display: flex;
	max-width: 1080px;
	justify-content: space-between;
}

.featImg_img{
	position: relative;
	left: 0px;
	top: 0px;
}

.featImg_ad{
	position: relative;
	right: 0px;
	top: 0px;
	width: 300px;
}

.featImg_ad_item{
	position: relative;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	background: rgba(255, 255, 240, 0.5);
}


.nws_itm_row{
	position:relative;
	display:flex;
	width:100%;
	min-height:200px;
}

.nws_itm_col{
	position:absolute;
	left:100px;
	width:1060px;
	padding:10px;
	border:solid 1px gray;
	background-color:#c4cdc5;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	height:185px;
	overflow-y:auto;
}










