@charset "utf-8";
/* INDEX */
/*********************************************************************
                     NEW HOMEPAGE 

/ This update was made in the summer of 2026. In preparation for Ret26, we decided it was time to update the 2009 layout!!
*********************************************************************/
/* ===================================== */
/* EVELYN'S PROPOSED NEW LANDING PAGE    */
/* ===================================== */
/* Blue background outside the page */
body {
  margin: 0;
  background: #0a306a; /* Alaska blue */
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.5;
  color: #222;
}
/* White centered content area */
#wrapper {
  width: 960px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); /* subtle depth */
}
/* ===================================== */
/* TOP SECTION (MISSION + QUICKLINKS)    */
/* ===================================== */
#top_section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding: 20px 15px;
  background: transparent; /* IMPORTANT */
}
.notice_box {
 padding: 15px 15px 0 15px;
 grid-column: 1 / -1;
 text-align: center;
}

.notice_box img {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.top-box {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.top-box h2, .top-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: darkblue;
}
.top-box ul {
  padding-left: 18px;
}
.top-box li {
  margin-bottom: 8px;
}
/* ===================================== */
/* QUICKLINKS                            */
/* ===================================== */
.top-box.quicklink h3 {
  margin: 0 0 10px 0;
  padding: 5px 8px;
  background: #1e3965;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #fbda5f;
  display: block;
  width: 100%;
}
.top-box.quicklink {
  border-left: 6px solid #f8a70a;
  background: #fffdf6;
}
.quicklink a::before {
  content: " →";
  font-weight: normal;
}
.quicklink a {
  display: inline-block;
  margin-left: 10px;
}
#top_section .top-box.quicklink {
  background: #ffffff !important;
  border-left: 6px solid #f8a70a !important;
  border-radius: 10px !important;
  padding: 0 !important;
  overflow: hidden;
}
/* Header now matches card headers */
#top_section .top-box.quicklink h3 {
  margin: 0 !important;
  padding: 12px 15px !important;
  background: #0a306a !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
}
/* Content matches card body */
#top_section .top-box.quicklink ul {
  margin: 0;
  padding: 12px 15px 15px 15px;
}
/* ===================================== */
/* MAIN 3-COLUMN SECTION                 */
/* ===================================== */
#main_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 15px 15px;
  background: transparent; /* IMPORTANT */
}
.main-col > h3 + ul, .main-col > h3 + p, .main-col .news-section {
  margin-bottom: 18px;
}
#main_section .main-col > h3 {
  margin-top: 16px !important;
}
#main_section .main-col > h3:first-child {
  margin-top: 0 !important;
}
#main_section ul {
  list-style: none;
  padding-left: 10px;
  margin-left: 0;
}
/* ===================================== */
/* CARD EFFECT (AUTO APPLIED)            */
/* ===================================== */
/* Headings act as card headers */
.main-col > h3 {
  margin: 0;
  padding: 6px 10px;
  background: #1e3965;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #fbda5f;
  border-radius: 0;
}
.main-col > h3 + ul, .main-col > h3 + p {
  margin: 0;
  padding: 12px 15px 15px 15px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* Standalone blocks */
.main-col > ul {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
}
/* wrapper inside card */
.news-section {
  padding: 12px 15px 15px 15px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
/* section labels */
.news-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 6px;
}
/* spacing between groups */
.news-group {
  margin-bottom: 12px;
}
/* divider between Latest + Earlier */
.news-old {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.news-new .h3li a {
  font-weight: bold;
}
.news-item a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
/* Title takes remaining space */
.news-title {
  flex: block;
}
/* Date stays aligned right */
.news-date {
  white-space: nowrap;
  color: #666;
  font-size: 0.85em;
}
.news-new .news-date {
  color: #0a306a;
  font-weight: bold;
}
/* ===================================== */
/* TYPOGRAPHY / COLORS                   */
/* ===================================== */
.darkblue {
  color: #0a306a;
}
.acjcbrown {
  color: #7a4e1d;
}
#homepage ul {
  list-style-type: none;
  padding-left: 18px;
}
.h3li, .h3linoimage {
  margin-bottom: 8px;
  line-height: 1.4;
}
.small {
  font-size: 0.9em;
  color: #333;
}
/* ===================================== */
/* LINKS                                 */
/* ===================================== */
#homepage a {
  color: #0a58aa;
  text-decoration: none;
}
#homepage a:hover {
  text-decoration: underline;
}
/* ===================================== */
/* MEDIA (VIDEOS + IMAGES)               */
/* ===================================== */
iframe, img {
  max-width: 100%;
  border-radius: 0;
}
/* ===================================== */
/* RESPONSIVE                            */
/* ===================================== */
@media (max-width: 980px) {
  #wrapper {
    width: 100%;
  }
  #top_section {
    grid-template-columns: 1fr;
  }
  #main_section {
    grid-template-columns: 1fr;
  }
}
/* ===================================== */
/* VIDEO SECTION (BOTTOM BAND)           */
/* ===================================== */
#video_section {
  padding: 20px 15px 30px 15px;
  background: transparent; /* keep white wrapper visible */
}
/* reuse top-box look */
#video_section .top-box {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#video_section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0a306a;
}
/* VIDEO GRID */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
/* THUMBNAIL */
.video-link {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.video-link img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
/* PLAY BUTTON OVERLAY */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(10, 48, 106, 0.85);
  color: white;
  font-size: 22px;
  padding: 10px 14px;
  border-radius: 50%;
}
/* TITLE */
.video-item p {
  margin: 6px 0 0;
  font-size: 0.85em;
}
/* ===================================== */
/* LIGHTBOX MODAL                        */
/* ===================================== */
#video_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
#video_modal iframe {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* CLOSE BUTTON */
#video_modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: white;
  cursor: pointer;
}
/* ===================================== */
/* RESPONSIVE                            */
/* ===================================== */
@media (max-width: 980px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.left-col {
  flex: 2; /* wider */
}
.right-col {
  flex: 1; /* narrower sidebar */
}
/* Optional: responsive (stack on mobile) */
@media (max-width: 768px) {
  .top-columns {
    flex-direction: column;
  }
}