html {
  overflow-x: hidden;
}

.forums-heading15 {
  width: 100%;
  height: 30%;
  display: flex;
  z-index: 100;
  align-items: center;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #2762b3;
}

.home-container1 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-main1 {
  width: 100%;
  height: 381px;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: 101px;
}
 
html {
    height: 100vh;
    overscroll-behavior: none;
}

body {
    min-height: 100vh;
}

.home-video {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 200px;
  height: 100%;
  margin: zero;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image1 {
  width: 100%;
  height: 818px;
  margin-top: 0px;
  object-fit: cover;
  margin-bottom: 0px;
}
 
.home-tint {
  top: 0px;
  left: 0px;
  width: 19200px;
  height: var(--dl-layout-size-maxwidth);
  display: flex;
  position: absolute;
  margin-top: 0px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
}
 
.home-content1 {
  width: 100%;
  height: 677px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  align-items: center;
}
 
.home-navbar {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-logo1 {
  height: 150px;
  margin-right: var(--dl-layout-space-fiveunits);
}
 
.home-menu {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-links {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-self: center;
  align-items: center;
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
}
 
.home-link1 {
  font-family: "Lexend";
  text-decoration: none;
}
 
.home-navlink {
  font-family: "Lexend";
  text-decoration: none;
}

.home-mobilelink1 {
  font-family: "Lexend";
  font-size: 30px;
  text-decoration: none;
}

.home-navmobilelink {
  font-family: "Lexend";
  font-size: 30px;
  text-decoration: none;
}

.home-text1 {
  font-family: "Lexend";
}

.home-menu {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-links {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-self: center;
  align-items: center;
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
}
 
.home-link2 {
  font-family: "Lexend";
}
 
.home-link3 {
  font-family: "Lexend";
}
 
.home-link4 {
  font-family: "Lexend";
}
 
.home-link5 {
  font-family: "Lexend";
  text-decoration: none;
}
 
.home-hamburger {
  cursor: pointer;
  display: none;
  padding: var(--dl-layout-space-unit);
  aspect-ratio: 1;
  border-width: 0px;
  margin-top: 50ox;
  width: 100px;
  position: absolute;
  right: 20px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.3);
}
 
.home-icon10 {
  fill: #ffffff;
  width: 68px;
  height: 68px;
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  pointer-events: none;
}

.home-mobile-menu[data-thq*="open"] {
  pointer-events: auto;
}
 
.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.home-logo2 {
  height: 100px;
}
 
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon12 {
  width: 50px;
  height: 50px;
}
 
.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text2 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text3 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text4 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text5 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text6 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text7 {
  font-size: 30px;
  color: white;
  font-family: "Lexend";
}
 
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
}
 
.home-login {
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon-group {
  display: flex;
}
 
.home-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon16 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon18 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-center {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 524px;
  display: flex;
  z-index: 100;
  max-width: 900px;
  align-items: center;
  margin-bottom: 100px;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 142px;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-header2 {
  color: rgb(255, 255, 255);
  font-size: 90px;
  font-style: normal;
  text-align: center;
  font-family: "Lexend";
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 90px;
}
 
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  font-family: "Lexend";
  line-height: 27px;
}
 
.home-feaures {
  width: 100%;
  height: 422px;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
  background-color: #2762b3;
}
 
.home-button {
  width: 487px;
  height: 122px;
  font-size: 32px;
  font-style: normal;
  font-family: "Lexend Zetta";
  font-weight: 700;
  border-width: 5px;
}
 
.home-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  bottom: 0;
  z-index: 10;
  overflow:hidden;
  flex-direction: column;
  background-color: #0b121f;
}
 
.home-content2 {
  gap: 120px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fourunits);
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  box-sizing: border-box;
  z-index: 10;
  padding-bottom: 0px;
  background-color: #0b121f;
}
 
.home-main2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-branding {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-image2 {
  width: 226px;
  height: 100%;
  object-fit: cover;
}
 
.home-copyright {
  color: rgb(118, 105, 104);
}
 
.home-container5 {
  display: contents;
}
 
@media(max-width: 991px) {
  .home-links {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content2 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-main2 {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-branding {
    max-width: 80%;
  }
  .home-heading2 {
    gap: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 743px) {
  .home-main1 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-navbar {
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-menu {
    display: flex;
  }
  .home-links {
    display: none;
  }
  .home-hamburger {
    display: flex;
  }
  .home-mobile-menu {
    background-color: #2762b3;
  }
  .home-icon12 {
    fill: #fff;
  }
  .home-text2 {
    color: #fff;
  }
  .home-text3 {
    color: #fff;
  }
  .home-text4 {
    color: #fff;
  }
  .home-text5 {
    color: #fff;
  }
  .home-text6 {
    color: #fff;
  }
  .home-center {
    padding-bottom: 100px;
  }
  .home-heading1 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-header2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-caption {
    font-size: 16px;
    max-width: 80%;
    line-height: 24px;
  }
  .home-feaures {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content2 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-branding {
    max-width: 70%;
  }
  .forums-list2 {
    grid-template-columns: 1fr !important;
    max-width: 350px !important;
    margin: 0 auto !important;
  }
  .forums-list3 {
    grid-template-columns: 1fr !important;
    max-width: 350px !important;
    margin: 0 auto !important;
  }
}
 
@media {
  .home-navbar {
    padding: var(--dl-layout-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
}


.forums-guides {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fourunits);
}

.forums-guide-wrapper1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
 
.forums-guide-wrapper2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
 
.forums-guide-wrapper3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
 
.forums-guide-wrapper4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper7 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper8 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper9 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper10 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper11 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper12 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper13 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper14 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-guide-wrapper15 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

/* center the last row with 3 committees */
.forums-list2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-threeunits);
  align-items: center;
  flex-direction: column;
  grid-template-columns: repeat(4, minmax(100px, 300px));
  justify-content: center;
}

/* separate grid for the last row of 3 committees */
.forums-list3 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-threeunits);
  align-items: center;
  flex-direction: column;
  grid-template-columns: repeat(3, minmax(100px, 300px));
  justify-content: center;
  margin-top: var(--dl-layout-space-threeunits);
}

/* downloads page grid layout - first row with 3 items */
.downloads-list {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-threeunits);
  align-items: center;
  flex-direction: column;
  grid-template-columns: repeat(3, minmax(100px, 300px));
  justify-content: center;
  margin-bottom: var(--dl-layout-space-threeunits);
}

/* downloads page grid layout - second row with 2 items */
.downloads-list2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-threeunits);
  align-items: center;
  flex-direction: column;
  grid-template-columns: repeat(2, minmax(100px, 300px));
  justify-content: center;
  margin-top: var(--dl-layout-space-threeunits);
}

/* team page layout */
.team-member {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--dl-layout-space-fiveunits);
  padding: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-fiveunits);
  background-color: #f1f1f1;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.team-member:nth-child(even) {
  flex-direction: row-reverse;
}

.team-member-image {
  flex: 0 0 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
}

.team-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-info {
  flex: 1;
  padding: var(--dl-layout-space-fourunits);
}

.team-name {
  color: #352B2A;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: "Lexend";
  margin-bottom: var(--dl-layout-space-twounits);
}

.team-role {
  color: #2762b3;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  font-family: "Lexend";
  margin-bottom: var(--dl-layout-space-threeunits);
}

.team-description {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: "Karla";
  line-height: 1.7;
  text-align: justify;
}

/* mobile responsive for team layout */
@media(max-width: 767px) {
  .team-member {
    flex-direction: column !important;
    padding: var(--dl-layout-space-threeunits);
    gap: var(--dl-layout-space-threeunits);
  }
  
  .team-member-image {
    flex: 0 0 400px;
    height: 450px;
  }
  
  .team-name {
    font-size: 32px;
  }
  
  .team-role {
    font-size: 22px;
  }
  
  .team-description {
    font-size: 16px;
  }
}

.downloads-guide-wrapper1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.downloads-guide-wrapper2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.downloads-guide-wrapper3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.downloads-guide-wrapper4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.downloads-guide-wrapper5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.downloads-guide-wrapper6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

.forums-header15 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  text-align: center;
  letter-spacing: 10px;
  font-family: Lexend;
  font-weight: 700;
  line-height: 60px;
}

.forums-caption15 {
  color: rgb(53, 43, 42);
  font-size: 18px;
  max-width: 100%;
  text-align: center;
  font-family: Lexend;
  padding-left: var(--dl-layout-space-fiveunits);
    
    padding-right: var(--dl-layout-space-fiveunits);
  line-height: 27px;
}

.forums-heading15 {
    gap: var(--dl-layout-space-unit);
}

.forums-heading15 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  height: 100px;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.guide-wrapper {
  display: contents;
}
 
.guide-guide {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait {
  flex: 1;
  width: 100%;
  object-fit: cover;
}
 
.guide-details {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location {
  font-style: normal;
  font-weight: 500;
}

/* button styles for learn more buttons */
.guide-buttons {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: var(--dl-layout-space-unit);
  margin-bottom: var(--dl-layout-space-unit);
}

.learn-more-btn {
  padding: 12px 24px;
  border: 2px solid #2762b3;
  border-radius: 6px;
  background-color: #2762b3;
  color: white;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.learn-more-btn:hover {
  background-color: #1e4a8a;
  border-color: #1e4a8a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 98, 179, 0.3);
}

.guide-buttons1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: var(--dl-layout-space-unit);
  margin-bottom: var(--dl-layout-space-unit);
}

.learn-more-btn1 {
  padding: 12px 24px;
  border: 2px solid #2762b3;
  border-radius: 6px;
  background-color: #2762b3;
  color: white;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.learn-more-btn1:hover {
  background-color: #1e4a8a;
  border-color: #1e4a8a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 98, 179, 0.3);
}

.guide-buttons2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: var(--dl-layout-space-unit);
  margin-bottom: var(--dl-layout-space-unit);
}

.learn-more-btn2 {
  padding: 12px 24px;
  border: 2px solid #2762b3;
  border-radius: 6px;
  background-color: #2762b3;
  color: white;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.learn-more-btn2:hover {
  background-color: #1e4a8a;
  border-color: #1e4a8a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 98, 179, 0.3);
}

.guide-buttons3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: var(--dl-layout-space-unit);
  margin-bottom: var(--dl-layout-space-unit);
}

.learn-more-btn3 {
  padding: 12px 24px;
  border: 2px solid #2762b3;
  border-radius: 6px;
  background-color: #2762b3;
  color: white;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.learn-more-btn3:hover {
  background-color: #1e4a8a;
  border-color: #1e4a8a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 98, 179, 0.3);
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details {
    gap: 4px;
  }
}

.guide-wrapper-pyj8 {
  display: contents;
}
 
.guide-guide1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait1 {
  flex: 1;
  width: 100%;
  object-fit: cover;
}
 
.guide-details1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name1 {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location1 {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide1 {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details1 {
    gap: 4px;
  }
}

.guide-wrapper-8y83 {
  display: contents;
}
 
.guide-guide2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait2 {
  flex: 1;
  width: 100%;
  object-fit: cover;
}
 
.guide-details2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name2 {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location2 {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide2 {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details2 {
    gap: 4px;
  }
}

.guide-wrapper-z2go {
  display: contents;
}
 
.guide-guide3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait3 {
  flex: 1;
  width: 100%;
  object-fit: cover;
}
 
.guide-details3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name3 {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location3 {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide3 {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details3 {
    gap: 4px;
  }
}

/* ensure all committee thumbnails are exactly 255x255px */
.guide-portrait,
.guide-portrait1,
.guide-portrait2,
.guide-portrait3 {
  width: 255px !important;
  height: 255px !important;
  object-fit: cover;
  flex: none;
}

/* enhanced responsive navigation fixes for forums pages */
/* large tablet to small desktop (1200px to 768px) */
@media(max-width: 1200px) {
  .home-links {
    gap: var(--dl-layout-space-twounits);
    font-size: 18px;
  }
  .home-logo1 {
    height: 120px;
    margin-right: var(--dl-layout-space-threeunits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
}

/* large-medium tablet (1100px to 1000px) - bridge the gap */
@media(max-width: 1100px) {
  .home-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    font-size: 17px;
  }
  .home-logo1 {
    height: 110px;
    margin-right: var(--dl-layout-space-twounits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}

/* medium-small tablet (1050px to 1000px) - target 1008px viewport */
@media(max-width: 1050px) {
  .home-links {
    gap: var(--dl-layout-space-unit);
    font-size: 16px;
  }
  .home-logo1 {
    height: 105px;
    margin-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}

/* medium tablet (1000px to 768px) */
@media(max-width: 1000px) {
  .home-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    font-size: 16px;
  }
  .home-logo1 {
    height: 100px;
    margin-right: var(--dl-layout-space-twounits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}

/* small tablet to large mobile (900px to 768px) */
@media(max-width: 900px) {
  .home-links {
    gap: var(--dl-layout-space-unit);
    font-size: 15px;
  }
  .home-logo1 {
    height: 90px;
    margin-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}

/* medium mobile (850px to 768px) - just before mobile menu kicks in */
@media(max-width: 850px) {
  .home-links {
    gap: var(--dl-layout-space-halfunit);
    font-size: 14px;
  }
  .home-logo1 {
    height: 80px;
    margin-right: var(--dl-layout-space-unit);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
}

/* Mobile Menu Responsive Rules */
@media(max-width: 743px) {
  .home-links {
    display: none !important;
  }
  .home-hamburger {
    display: flex !important;
  }
  .home-mobile-menu {
    background-color: #2762b3;
  }
  .home-icon12 {
    fill: #fff;
  }
  .home-text2 {
    color: #fff;
  }
  .home-text3 {
    color: #fff;
  }
  .home-text4 {
    color: #fff;
  }
  .home-text5 {
    color: #fff;
  }
  .home-text6 {
    color: #fff;
  }
  .home-text7 {
    color: #fff;
  }
}

/* Hide hamburger button when mobile menu is open - MUST come after all media queries */
.mobile-menu-open .home-hamburger {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0) !important;
}

body.mobile-menu-open .home-hamburger {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0) !important;
}

/* Responsive styles for forums-header15 text */
@media(max-width: 991px) {
  .forums-header15 {
    font-size: 45px;
    letter-spacing: 8px;
    line-height: 50px;
  }
}

@media(max-width: 767px) {
  .forums-header15 {
    font-size: 35px;
    letter-spacing: 6px;
    line-height: 40px;
  }
  
  .forums-heading15 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}

@media(max-width: 600px) {
  .forums-header15 {
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 32px;
  }
}

@media(max-width: 480px) {
  .forums-header15 {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 26px;
  }
  
  .forums-heading15 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
}

@media(max-width: 360px) {
  .forums-header15 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
  }
}

/* Even more specific selectors for media query override */
@media(max-width: 743px) {
  .mobile-menu-open .home-hamburger,
  body.mobile-menu-open .home-hamburger,
  html body.mobile-menu-open .home-hamburger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0) !important;
  }
}