#page-container {
  position: relative;
  background-color: white;
}

.page-container {
  position: relative;
  background-color: white;
  border-radius: 25px 25px 0px 0px;
}

#content-wrap {
  padding-bottom: 55vh;    /* Footer height */
  position: relative; 
 
  /* box-shadow: 1px 1px 8px rgb(255, 0, 0);  */
}

.pageHolder{
  width: 100%;
  min-height: 45vh;
}

.pageSection{
  width: 100%;
  height: 50vh;  
}

.pageSectionInner{
  width: 75%;
}

.pageSectionInnerNB{
  width: 90%;
}

.pageSectionInnerAD{
  width: 75%;  
  height: 65vh;
}

.pageSectionInnerADwhite{   
  height: 100%;
}


@media only screen and (max-width: 768px) { 
  .pageSectionInner {
    width: 100%;
  }
  .pageSectionInnerNB {
    width: 80%;
    height: 40vh;
  }
  .pageSectionInnerAD{
  width: 100%;  
  height: 100vh;
  }
  .pageSectionInnerADwhite{   
  height: 50%;
  }
}

@media only screen  and (min-width: 1366px)  { 
  .pageSectionInner {
    width: 70%;    
  }
  .pageSectionInnerNB {
    width: 80%;
    height: 40vh;
  }
  .pageSectionInnerAD{
  width: 70%;  
  height: 40vh;
}
}


#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height:55vh;
  /* background-color:#012c71; */
  color: white;
  padding: 10px;
  border: 1px solid #ccc; 
  overflow: auto;
  
}
#footer::-webkit-scrollbar{ 
  height: .5rem;
}


.footerLinks{
  text-decoration: none;
  color:#2c2c2c;
}
.footerLinks a:hover {
  color:#f8b709;
}


/* .page{
 position: absolute;
 top:0%; 
 left:0;
 right:0;
 bottom: 50%; 
} */

.pageHeader{
  height:35vh;
  width:100%;
  background-repeat: no-repeat;background-size: 100%;
  position: absolute;
  top:0%; 
  left:0;
  right:0;
}

.pageContainer{
  margin:auto;
  width:80%;
 /* border-radius: 5px 30px 0px 0px; */
  border-radius: 5px 5px 0px 0px; 
  box-shadow: 1px 1px 8px rgb(143, 143, 143);    
  /* text-align:center; */
  /* position:absolute; 
  top:60%; 
  left:0;
  right:0;  */
  margin-top: 30px;;  
  position: relative;
}

@media only screen and (min-width: 1366px) { 
  .pageContainer {
    width: 60%;
    border-top: none;
  }

  .linkBtn{
    font-size: 1vh;
  }
} 


.footerContainer{ 
  
  height:100%;
  width:100%;
  left:0;
  right:0;
  margin:auto;
  border-radius: 5px 5px 0px 0px;     
  /* text-align:center; */
  position: absolute; 
  background-color:#012c71;
  padding:10px;
  color:white;
}



.blogTitle{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: bold;
  color: #0e8f35;
}

.blogAuthor{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  font-weight: bold;
  color: #f8b709;
}

.blogDate{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-weight: bold;
}


.blogImages{
  height: 40vh;
  object-fit:fill;
}

.blogPageImage{
  border-radius: 5px 5px 5px 5px;   
  float:left; 
  object-fit:fill;
  /* width:400px;
  height:300px; */
  width:30vw;
  height:50vh;
}

.blogPageBody{
  text-align: justify;
  font-size: 16px;
  font-family:'Times New Roman', Times, serif;
}

.carouselMainDiv{
  /* height:325px;  */
  height:90vh; 
  /* overflow:hidden; */
  /* border-radius: 25px 25px 0px 0px;     */
  
} 
@media only screen and (max-width: 768px) { 
  .carouselMainDiv {
    height:45vh; 
  }
}

.carouselMainDivImage{ 
  border-radius: 25px 25px 0px 0px;
  border: 5px solid #ffffff;
  border-bottom: none;
  /* object-fit: contain;   */
  /* height: 350px; 
  object-fit:fill;  */
 
 
}

.carouselSecondaryDiv{
  border-radius: 25px 25px 0px 0px; 
} 


.carousel-control-prev {
  left: 0%;
  top: 50%; 
  transform: translateY(-50%); 
  padding-left: -10px;
}

.carousel-control-next {
  right: 0%; 
  top: 50%; 
  transform: translateY(-50%); 
} 

.imageCaption{
  color:white;
  font-weight: bold;

}

.noticeBoard{
  /* text-align:left; */

  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 5px 5px 5px 5px;
  margin:auto;
  width:95%; 
}

.nBoardMainImageDiv{
  border-radius: 30px 30px;
  height: 90vh;
  position: relative;
}
@media only screen and (min-width: 1366px) { /* For larger screens */
  .nBoardMainImageDiv {
    height: 60vh;
  }
}

@media only screen and (max-width: 576px) { /* For small screens */
  .nBoardMainImageDiv {
    height: 60vh;
  }
}

.nBoardMainImage{
  border-radius: 10px 10px;  
  border: 5px solid #ffffff;
  object-fit:fill;
  transition: transform 0.3s ease;
}
.nBoardMainImage:hover{  
  transform:scale(1.025);
}


.nBoardImagePinLeft{
  position: absolute;
  top:-7%;
  left:-1%;
}

.nBoardImagePinRight{
  position: absolute;
  top:-7%; 
  right:-1%;
  
  
}

.nBoardVideosDiv{
  border-radius: 30px 30px;
  height: 90vh;
  overflow:auto;
}
@media only screen and (min-width: 1366px) { /* For larger screens */
  .nBoardVideosDiv {
    height: 60vh;
  }
}
@media only screen and (max-width: 576px) { /* For small screens */
  .nBoardMainImageDiv {
    height: 60vh;
  }
}

.nBoardVideoTitle{
  
  font-size: 24px;
  /* color: #09c0f8;; */
  color:rgb(225, 0, 255);
  font-weight:bold;
  text-align: center;
  font-family:  "Century Gothic", CenturyGothic, AppleGothic, sans-serif;;
  /* text-shadow: #202020 1px 0px 0px; */
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 576px) { /* For small screens */
  .nBoardVideoTitle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1366px) { /* For small screens */
  .nBoardVideoTitle {
    font-size: 36px;
  }
}


.nBoardVideo{
  border-radius: 10px 10px;
  border: 10px solid #ffffff;
  box-shadow: 1px 1px 3px rgb(143, 143, 143);
  object-fit:fill;
  height:45vh;
}


.nBoardVideoOverlay{
  position: absolute;
  top:0%;
  left:0%;
  right:0%;
  bottom:0%;
}



.dimOpacity{
  opacity: 1;
}

.dimOpacity:hover{  
  opacity: .85;  
}

.miscImage{
  /* height: 50vh; */
  max-height: 100%;
  
  object-fit:fill; 
  border-radius: 15px 15px; 
  align-content: center;
  text-align: center;
  justify-content: center;
}


.newsImage{
  height: 60vh; 
  object-fit:contain;
  border-radius: 10px 10px 10px 10px; 
}

.newsImage2{
  height: 25vh; 
  object-fit:contain;
  border-radius: 10px 10px 10px 10px; 
}

.newsDiv{
  border-radius: 5px 5px 5px 5px; 
}

.eventDateContainerLeft{
  border-radius: 10px 0px 0px 10px;
}

.eventDateContainerRight{
  border-radius: 0px 10px 10px 0px;
}

.eventNameContainerLeft{
  border-radius: 0px 10px 10px 0px;
 
}

.eventNameContainerRight{
  border-radius: 10px 0px 0px 10px;
 
}

.eventDay{
  font-size:18px;
  font-weight:bold;
  font-family:Georgia, 'Times New Roman', Times, serif;
}

.eventMonth{
  font-size:14px;
}

.eventName{
  font-size:16px;
  color:blue;
  font-weight:bold;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  
}

.eventTime{
  font-size:12px;
}

.nextEventName{
  font-size:16px;
  color:rgb(225, 0, 255);
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  
}

.tipsImage{
  /* height: 400px;
  object-fit:fill;  */
  /* box-shadow: 2px 2px 5px rgb(143, 143, 143); */
  border-radius: 10px 10px; 
  transition: transform 0.3s ease;
}

.tipsImage:hover{
  transform: scale(1.2);
}


.adImage{
  object-fit:fill; 
  box-shadow: 2px 2px 5px rgb(143, 143, 143);
  border-radius: 10px 10px; 
  cursor: pointer; 
}

.adColumn{
  height: 100vh;
}












.nav-link{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    
    color:white !important;  /*#2aaae2*/
    /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; */
  font-weight: bold !important;  
  text-shadow: #000 0px 0px 1px;
  -webkit-font-smoothing: antialiased;
}





.nav-item a {
    position: relative;
    text-decoration: none;
  }
  
  .nav-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1vh;
    top: 100%;
    left: 0;
    /*background: #ff7000;*/
    background: #f8b709;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: left;
  }
  
  .nav-item a:hover::after {
    transform: scaleX(1);
  }



.inputTdWidth{
    width: 100%;
    /*border: 2px solid black;*/
    box-sizing: border-box ;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

.inputWidth{
    width: 300px;    
}



.btnElements{
  background-color: white; 
  border: 1px solid #DCDCDC;
  color: black;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

.linkDiv{
  height:10vh;
}

  .linkBtn{
    background-repeat: no-repeat;
    background-size: cover;
  
    
    text-decoration: none  !important; 
    /* background-color: white  !important; */
    border: 2px solid #2aaae2  !important; 
    color: white !important; ;
    padding: 10px 20px;
    text-align: center;
    /* width: 150px; */
    /* height: 10vh; */
    
    
    
    /* border-radius: 30px 30px; */
    border-radius: 10px 10px;
    font-size: 1.75vh;
    margin: 4px 2px;
    cursor: pointer; 

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    /* color:#2aaae2 !important; */
    /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; */
    font-weight: bold !important;  
  }
  @media only screen and (min-width: 1366px) { /* For larger screens */
    
    .linkBtn{
      font-size: 1.3vh;
    }
  }
  

  .btnTwo{
    background-color: white  !important; 
    border: 2px solid powderblue  !important;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    
    border-radius: 12px;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer; 
  }

  .btnTwo:hover{
    background-color: powderblue !important; 

  }

  .btn:active, .btnElements:active, .btnTwo:active{
    background-color: green !important; 
    border: 2px solid green;
  }

  .btnNoStyle{
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    background: none;
   
  }


  .centeredDivContents{
    text-align: center;
  }



  .hidden{
    display: none;
  }

  .show{
    display: block;
  }






.navbar-toggler  {
    border: none;  
  }
.navbar-toggler:focus,.navbar-toggler-icon:focus  {
  border: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}
button.navbar-toggler:focus {     outline: 1px none; }


.right{
  text-align: right; 
  align-items: right;
  display: flex;
  justify-content: right;
}

.left{
  text-align: left; 
  align-items: left;
  display: flex;
  justify-content: left;
}
.centered{
  text-align: center; 
  align-items: center;
  display: flex;
  justify-content: center;
  margin:auto;
}

.centered2{
  text-align: center; 
  align-items: center;
 
  justify-content: center;
  margin:auto;
}

.center {
  margin: auto;
  width: 60%;
  text-align: center;
  /* border: 3px solid #73AD21;
  padding: 10px; */
}


input, select {
  height: 7vh; 
  line-height: 7vh; 
  padding: 0 10px; 
  font-size: 14; 
  border: 1px solid #ccc; 
  border-radius: 4px;

  width: 100%;
    /*border: 2px solid black;*/
    box-sizing: border-box ;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
  
}

@media only screen and (min-width: 1366px) { /* For larger screens */
  input {
    height: 5vh; 
  line-height: 5vh; 
  }
}

legend{
  background-color: #ffffff;
  font-size:12px;
  font-weight: bold;
  /* font-family:'Courier New', Courier, monospace */
}
label{
  font-weight:bold;
  font-size: 18px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  display:inline-flex;
}

.textData{
  
  font-size: 12px;
  font-family:Georgia, 'Times New Roman', Times, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body{
  
  height:100%;
}



/* .searchBtn{
  background-color:#c9ffcd; 
  border: none;
 }  
  
 *//*
 .searchInput{ 
  border: none;
  box-shadow: 1px 1px 8px rgb(221, 221, 221);
 }
 .searchDiv{
   height:50px;  
 } */




 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 80vw;
  image-rendering: crisp-edges;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.spotlightCard{
  background-color:#154656;
  border: none;
  padding:5px;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}



.spotlightImage{
  height: 40vh; 
  object-fit:fill; 
  border-radius: 0px 0px;
}

.card-img{
  /* Fixed height */
  object-fit: cover; /* Maintain aspect ratio */
  background-color: rgb(241, 255, 255);
  /*border-radius: 10px;  */
}

.card-body{
  color:black;
}



.rowHeaderText{
  color:rgb(52, 52, 52);
  font-size: 36px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.cybersecHeaderText{
  color:rgb(155, 0, 0);
  font-size: 24px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.subtitle{
  font-size: 16px;
}

.linksContainer{
  background-color:#154656;
}

.darkBg{
  background-color:#154656;
}

.whiteBg{
  background-color: white;
}




.searchInputGroup{
  border: none;
  /* border-bottom: 2px solid rgb(167, 167, 167); */
  /* background-color:#13759a; */

/*  
  background-position: 10px 10px; 
  background-repeat: no-repeat; */
  /* padding: 12px 20px 12px 40px; */
  
  box-sizing: border-box;
  color:white !important;
 
  /* border-radius: 4px; */
  font-size: 16px;
 
}

.searchInput{
  background-color:#13759a;

}

.dSpotlightContent{
  
    height: 50vh; 
    overflow: hidden;
    padding-bottom: 10px;
    

}


.dSpotlightImgDiv{
  /* border-radius: 30px 30px;
  height: 90vh; */
  position: relative;
  overflow: hidden;
}

.dSpotlightImgBg{
  position: relative; /* This will be the reference for the absolutely positioned image */
  
}

.dSpotlightImg{


    /*
    top: 20px; 
    left: 20px; 
    width: auto;
    height: auto; 
    max-width: none; 
    max-height: none; */
    

    /* position: absolute; */
   
    z-index: 1;
    transform: translateY(10%) translateX(-15%);
   
    width: 50vh;
    height: 50vh; 
    object-fit: fill;
  }

  .chainLinkLeft{
    position: absolute; /* Allows us to position it relative to the parent */
    top: -60px; /* Adjust this value to move the image above the div */
    left: 10%; /* Center the image horizontally */
    transform: translateX(-50%); /* Adjust for the width of the image */

  }

  .chainLinkRight{
    position: absolute; /* Allows us to position it relative to the parent */
    top: -60px; /* Adjust this value to move the image above the div */
    left: 90%; /* Center the image horizontally */
    transform: translateX(-50%); /* Adjust for the width of the image */

  }


  a{
    text-decoration: none;
  }

  /* a:hover{
    text-decoration: underline;
  } */

  .newsTitle{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 22px;
  }

  .spotlightTitle{
    font-size:36px;
    font-family:   Papyrus, Trattatello, 'Chalkduster', 'fantasy', 'Brush Script MT', cursive;
  }

  /* .spotlightTitle{
    text-decoration: none;
    color:white;
  } */

  /* .carousel-item {
    display: flex;
    
} */

.carousel-indicators{
  float: right;

}




/* _carousel.scss:170 */
.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  /* margin-right: carousel-control-width;
  margin-left: carousel-control-width; */
  list-style: none;

 
  }


  .statementHeading{
    color:#f8b709;; 
    font-size:22px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
  }

  .statement{
    color:white; 
    font-size:18px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   

  }

  @media only screen and (min-width: 1366px) { 
    .statementHeading{
      font-size:30px;
     
     
    }

    .statement{
      font-size:24px;
      
    }


  }


  .spotlightName{
    color:#2109f8;

  }

  .miscSection h1, .miscSection h2, .miscSection h3, .miscSection h4, .miscSection h5, .miscSection h6{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   padding-top: 10px;
   font-size: 3vh;
  
    
  }

  .miscSection img{
    /*display: block;*/
    
    object-fit: fill;
   
  }
  .miscSection p{
    font-size: 2.5vh;
  }




  .responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: relative;
    top: 0;
    left: 0;
    width: 75%;
    height: 30vh;
}

.linksBar{
  position:sticky;
  top:0;
  z-index:1000;
}


.whiteBg{
  background-color:#ffffff;
}

.grayBg{
  background-color:#f1f1f1;
}

.galleryImg{
  padding: none;
}


.galleryImg:hover{
  cursor:pointer;
}


.galleryNavBtn{
  background:none;
  border:none;
}

.galleryNavBtn:active{
  opacity: 0.5;
  

}

.h-85 {
    height: 85%;
}

.h-15 {
    height: 15%;
}

.h-5 {
    height: 5%;
}

.h-80 {
    height: 80%;
}



.resourcesScroller{
  overflow-x:auto;
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 4rem) / 5);
  gap:1rem;

}

.resourcesScroller::-webkit-scrollbar{ 
  height: .5rem;
}

.resourcesScroller::-webkit-scrollbar-track{
 background-color: #f1f1f1;
}

.resourcesScroller::-webkit-scrollbar-thumb{
  background-color: #158fbd;
  width:1rem;
}

/* .resourcesScroller::-webkit-scrollbar-button {
   background: #ccc;
   
   height: 20px;
   width: 20px;
} */

/* ::-moz-scrollbar-button, ::-webkit-scrollbar-button {
  width: 0px;
} */

@-moz-document url-prefix() {
  html,
  body,
  div {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color:  #158fbd #f1f1f1;

  }
}


/* @supports(scrollbar-color: red blue){
  *.resourcesScroller{
    scrollbar-color:  #158fbd #f1f1f1;
      scrollbar-width:thin;
  }
}  */


.resource{
  transition: transform 0.2s ease;
}
.resource:hover{  
  transform: rotateY(25deg);
}



  






 