.govt_banner {
    background-color: #102B39;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 10px;
}

.govt_banner img {
    width: 35px;
    padding-left: 20px;
}

.govt_banner a {
    color: white;
    text-decoration: none;
    padding-left: 20px;
}

body {
    margin: 0px;
}

.page {
    align-items: center;
    font-size: x-large;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.menu {
    background-color: #f5c65d;
    font-weight: bold;
    height: 25px;
    margin: 0px;
    padding: 5px;
    display: grid;
}

.menu_table {
    text-align: center;
    align-items: center;
}

.menu_table a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.menu_right_border {
    padding: 0 0.75rem;
    border-right: 1px solid #aaa;
}


.header {
    background-color: #1d3d4e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

.logo img {
    height: 150px;
    width: auto;
    margin: 0 25 0 0;
}

.home_header_title {
    color: white;
    flex: 1;
    font-size: 60px;
    text-align: center;
    
}

.home_submenu a {
    color: white;
    text-decoration: none;
}

.hero_area {
    display: flex;
}

.hero {
    background-color: #1d3d4e;
}

@media (max-width: 1425px) {
    .hero_area {
        display: block;
    }
    .hero {
        background-color: #1d3d4e;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .hero img {
        width: 100%;
    }
}

.phsfit {
    background-color: #1d3d4e;
    color: white;
    text-align: center;
    padding: 70px;
}

.phsfit a {
    color: white;
    text-decoration: none;
    border: 1px solid orange;
    padding: 9px;
    border-radius: 4px;
}

.leadership {
    padding: 25px;
    background-color: #f5c65d;
    text-align: center;
    display: inline-flex;
}

@media (max-width: 1784px) {
    .leadership{
        display: block;
    }
}

.leadership img {
    width: 375px;
    float: left;
}

#leader {
    font-size: 50px;
    font-weight: bold;
}

#leadertitle {
    font-size: 35px;
    font-weight: bold;
}

.leaderinfo {
    margin: 0 40 0 40;
}

#leadercareer {
    padding: 30 0 30 0;
}

.leadership #statement {
    color: black;
    font-style: italic;
}

.sectionimage {
    float: left;
    margin: 0 50 0 0;
}

.sectiontext {
    padding: 0 25 25 0;
}

/* .activities {
    background-color: #1d3d4e;
    padding: 50px;
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
} */

.activities {
    background-color: #1d3d4e;
    padding: 50px;
    text-decoration: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
    align-items: center;
}


.activities img {
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 1080px) {
    .activities {
        grid-template-columns: repeat(2, 1fr);
    }
}


/*
.testimonials {
    background-color: #1d3d4e;
    color: white;
    text-align: center;
}

.testimonial_quote {
    color: 
}
*/

.videos {
    background-color: #1d3d4e;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.videos img {
    width: 200px;
}

/*
.testimonials {
    padding: 30px;
}

.testimonial_link a {
    color: white;
    text-decoration: none;
    border: 1px solid orange;
    padding: 9px;
    border-radius: 4px;
}
*/

.mission_header {
    font-weight: bold;
}

.mission_data {
    font-weight: normal;
}

.content {
    margin-left: 40px;
}

.spacer {
     background-color: #1d3d4e;
     border-bottom: 1px solid;
}

hr {
    background-color: #1d3d4e;
}


.footer {
     background-color: #1d3d4e;
     padding-top: 20px;
}

.footer__logo .dhhs {
    width: 60px;
    margin-right: 1em;
}

.footer__menu__item a {
    display: inline-block;
    min-width: 2.25em;
    min-height: 1.875em;
    padding: 0.85em 0.75em;
    color: #fff;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8125em;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.footer__menu__item:hover a {
    background-color: #1D3D4E;
}

.footer__links-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__disclaimer_wrapper {
    width: 100%;
}

.footer__disclaimer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    list-style: none;
    padding: 30px 0 0 0;
}

.footer__disclaimer_text {
    position: relative;
    display: block;
    width: auto;
    max-width: 80%;
    text-align: center;
    color: white;
    font-style: italic;
}

.footer__link:hover a {
    background-color: #1D3D4E;
    color: #fff;
}

.footer__link:hover::after {
    opacity: 0;
    visibility: hidden;
}

.footer__logo__link {
    text-decoration: none;
}

.footer__link {
    flex-flow:column;
    align-items: center;
    max-width: 100%;
}

.footer__link a {
    position: relative;
    display: inline-block;
    padding: 0.85em 0.75em;
    color: rgba(255,255,255,0.5);
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8125em;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
}

.footer__link:not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 1px;
    max-width: calc(2/6 * 100%);
    height: calc(100% - 1.35em);
    max-height: 3em;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.5);
    opacity: 1;
    visibility: visible;
    transition: 0.2s ease;
}

.footer__nav__top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


    /* Base menu container */
.menu {
  background: #f5c65d;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

/* Desktop menu list */
.menu_list {
  list-style: none;
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
}

.menu_list li {
  padding: 0.5rem 0.75rem;
}

.menu_right_border {
  border-right: 1px solid #999;
}

.menu_no_border {
    border-right: none;
  /* last item, no right border */
}

.menu_list a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

/* "Menu" button (hidden on desktop) */
.menu_button {
  display: none;
  margin-left: auto;
  background: #f5c65d;
  color: #000;
  border: none;
  padding: 0.4rem 0.9rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
}

/* Sliding panel for mobile */
.menu_panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 260px;
  background: #f5c65d;
  color: #000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 1rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
}

.menu_panel.open {
  transform: translateX(0);
}

.menu_panel_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.menu_panel_title {
  font-size: 1.2rem;
  font-weight: 700;
}

.menu_panel_close {
  background: none;
  border: none;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
}

.menu_panel_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_panel_list li {
  margin-bottom: 0.75rem;
}

.menu_panel_link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

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

/* Dark overlay behind panel */
.menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 90;
}

.menu_overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------
   Responsive behavior
------------------------------ */

@media (max-width: 840px) {
  /* Hide desktop menu, show button */
  .menu_desktop,
  .menu nav.menu-desktop {
    display: none;
  }

  .menu {
    justify-content: space-between;
  }

  .menu_button {
    display: inline-block;
  }
}

