.registration-select {
    width: 100%;
    color: #555;
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 12px 12px;
    border: 1px solid #adb5bd;
    outline: none;
    margin-bottom: 16px;
}
.news-title {
    border: 1px solid #17223b;
    background: #17223b;
    font-weight: normal;
    color: #ffffff;
}
.image {
  text-align: center;
}
.image img{
  width: auto;
  border: 1px solid #d8bdbd;
  max-width: 150px;
  max-height: 150px;	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  font-size: 12px;
}

/* Welcome page hero */
.welcome-hero-slider {
  overflow: hidden;
  background: #17223b;
}

.welcome-hero-slider .carousel {
  width: 100%;
}

.welcome-hero-slider .carousel-item {
  height: clamp(300px, 42vw, 590px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-hero-slider .carousel-indicators {
  z-index: 3;
  margin-bottom: 18px;
}

.welcome-hero-slider .carousel-indicators li {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .55);
}

.welcome-hero-slider .carousel-indicators .active {
  background-color: #ff6768;
}

.welcome-hero-slider .carousel-control-prev,
.welcome-hero-slider .carousel-control-next {
  z-index: 3;
  width: 7%;
}

@media (max-width: 767px) {
  .welcome-hero-slider .carousel-item {
    height: 300px;
  }
}

/* About page */
.about-page {
  color: #17223b;
  overflow-x: hidden;
}

.about-hero {
  position: relative;
  padding: 15px 0 100px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 103, 104, .28), transparent 24%),
    radial-gradient(circle at 12% 90%, rgba(255, 255, 255, .08), transparent 30%),
    linear-gradient(135deg, #111a2d 0%, #17223b 55%, #243555 100%);
  isolation: isolate;
}

.about-hero::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .025), 0 0 0 90px rgba(255, 255, 255, .02);
  content: "";
  z-index: -1;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 42px;
  padding: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  list-style: none;
}

.about-breadcrumb li + li::before {
  margin-right: 9px;
  color: #ff6768;
  content: "/";
}

.about-breadcrumb a {
  color: #fff;
}

.about-breadcrumb a:hover {
  color: #ff8a8b;
}

.about-hero-content {
  max-width: 790px;
}

.about-eyebrow,
.about-section-label {
  display: inline-block;
  color: #ff6768;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 760px;
  margin: 15px 0 20px;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.about-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.75;
}

.about-primary-button {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 25px;
  border: 1px solid #ff6768;
  border-radius: 5px;
  color: #fff;
  background: #ff6768;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.about-primary-button:hover {
  color: #fff;
  background: #ed5557;
  box-shadow: 0 10px 25px rgba(255, 103, 104, .25);
  transform: translateY(-2px);
}

.about-story {
  padding: 100px 0 90px;
  background: #fff;
}

.about-logo-panel {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  padding: 45px;
  border-radius: 14px;
  background: #f5f7fa;
  box-shadow: inset 0 0 0 1px #edf0f5;
}

.about-logo-panel > img {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: contain;
}

.about-logo-placeholder {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #17223b;
  font-size: 52px;
  font-weight: 700;
}

.about-established {
  position: absolute;
  right: -25px;
  bottom: 28px;
  display: flex;
  max-width: 245px;
  flex-direction: column;
  padding: 18px 22px;
  border-radius: 8px;
  color: #fff;
  background: #17223b;
  box-shadow: 0 16px 35px rgba(23, 34, 59, .2);
}

.about-established strong {
  margin-bottom: 3px;
  font-size: 17px;
}

.about-established span {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.5;
}

.about-story-copy {
  padding-left: 35px;
}

.about-story-copy h2,
.about-section-heading h2 {
  margin: 11px 0 22px;
  color: #17223b;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.7px;
}

.about-story-copy p {
  margin-bottom: 15px;
  color: #667085;
  font-size: 16px;
  line-height: 1.8;
}

.about-values {
  margin-top: 75px;
}

.about-value-card {
  height: 100%;
  padding: 32px 28px;
  border: 1px solid #e8ebf0;
  border-radius: 10px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-value-card:hover {
  border-color: rgba(255, 103, 104, .35);
  box-shadow: 0 18px 45px rgba(23, 34, 59, .09);
  transform: translateY(-5px);
}

.about-value-number {
  color: #ff6768;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-value-card h3 {
  margin: 17px 0 10px;
  color: #17223b;
  font-size: 21px;
  font-weight: 700;
}

.about-value-card p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

.about-leadership {
  padding: 95px 0 105px;
  background: #f5f7fa;
}

.about-section-heading {
  max-width: 660px;
  margin: 0 auto 48px;
  text-align: center;
}

.about-section-heading p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.about-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.about-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 30px rgba(23, 34, 59, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-product-card:hover {
  z-index: 5;
  box-shadow: 0 20px 45px rgba(23, 34, 59, .13);
  transform: translateY(-6px);
}

.about-product-image {
  display: grid;
  height: 280px;
  place-items: center;
  overflow: hidden;
  border-radius: 11px 11px 0 0;
  background: #e9edf3;
}

.about-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .4s ease;
}

.about-product-card:hover .about-product-image img {
  transform: scale(1.035);
}

.about-product-initials {
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #17223b;
  font-size: 42px;
  font-weight: 700;
}

.about-product-content {
  min-height: 176px;
  padding: 25px 25px 27px;
  border-radius: 0 0 11px 11px;
  background: #fff;
}

.about-product-role {
  display: block;
  overflow: hidden;
  color: #ff6768;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-product-content h3 {
  margin: 8px 0 12px;
  color: #17223b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.about-product-message-preview {
  overflow: hidden;
  max-height: 69px;
  margin: 0 0 10px;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
  transition: max-height .35s ease;
}

.about-product-message {
  position: relative;
  margin-bottom: 15px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f7f8fa;
  cursor: pointer;
  transition: background .2s ease;
}

.about-product-message:focus {
  outline: 2px solid rgba(255, 103, 104, .45);
  outline-offset: 4px;
}

.about-product-message:hover,
.about-product-message:focus {
  background: #f1f3f6;
}

.about-product-message:hover .about-product-message-preview,
.about-product-message:focus .about-product-message-preview {
  max-height: 800px;
}

.about-product-message-hint {
  display: block;
  color: #ff6768;
  font-size: 11px;
  font-weight: 600;
}

.about-product-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
}

.about-product-phone span {
  color: #ff6768;
}

.about-product-phone:hover {
  color: #ff6768;
}

.about-empty-state {
  padding: 50px 25px;
  border: 1px dashed #cfd5df;
  border-radius: 12px;
  text-align: center;
  background: #fff;
}

.about-empty-state h3 {
  margin-bottom: 7px;
  color: #17223b;
}

.about-empty-state p {
  margin: 0;
  color: #667085;
}

@media (max-width: 991px) {
  .about-hero {
    padding: 75px 0 82px;
  }

  .about-story {
    padding: 75px 0;
  }

  .about-logo-panel {
    min-height: 350px;
    margin: 0 0 55px;
  }

  .about-established {
    right: 25px;
  }

  .about-story-copy {
    padding-left: 0;
  }

  .about-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 58px 0 68px;
  }

  .about-breadcrumb {
    margin-bottom: 30px;
  }

  .about-hero h1 {
    font-size: 38px;
    letter-spacing: -.7px;
  }

  .about-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .about-story {
    padding: 60px 0;
  }

  .about-logo-panel {
    min-height: 290px;
    padding: 30px;
  }

  .about-established {
    right: 15px;
    bottom: -22px;
    max-width: calc(100% - 30px);
  }

  .about-story-copy h2,
  .about-section-heading h2 {
    font-size: 31px;
  }

  .about-values {
    margin-top: 50px;
  }

  .about-values > div + div {
    margin-top: 18px;
  }

  .about-leadership {
    padding: 65px 0 75px;
  }

  .about-section-heading {
    margin-bottom: 35px;
  }

  .about-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .about-product-image {
    height: 330px;
  }
}

@media (max-width: 420px) {
  .about-hero h1 {
    font-size: 34px;
  }

  .about-logo-panel {
    min-height: 245px;
  }

  .about-product-image {
    height: 285px;
  }
}

/* Public media gallery */
.media-gallery-page {
  color: #17223b;
  background: #f6f8fb;
}

.media-gallery-hero {
  padding: 34px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 103, 104, .28), transparent 23%),
    linear-gradient(135deg, #111a2d 0%, #17223b 58%, #293a5c 100%);
}

.media-gallery-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0 0 48px;
  padding: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  list-style: none;
}

.media-gallery-breadcrumb li + li::before {
  margin-right: 9px;
  color: #ff6768;
  content: "/";
}

.media-gallery-breadcrumb a {
  color: #fff;
}

.media-gallery-heading {
  max-width: 680px;
}

.media-gallery-heading > span {
  color: #ff7b7c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.media-gallery-heading h1 {
  margin: 12px 0 17px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.media-gallery-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.75;
}

.media-gallery-content {
  min-height: 420px;
  padding: 80px 0 100px;
}

.media-gallery-section-heading {
  max-width: 650px;
  margin-bottom: 34px;
}

.media-gallery-section-heading > span {
  color: #ff6768;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.media-gallery-section-heading h2 {
  margin: 8px 0 10px;
  color: #17223b;
  font-size: clamp(29px, 4vw, 39px);
  font-weight: 700;
  line-height: 1.2;
}

.media-gallery-section-heading p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.media-gallery-video-section {
  margin-top: 85px;
  padding-top: 72px;
  border-top: 1px solid #dfe4eb;
}

.media-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.media-gallery-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 34, 59, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.media-gallery-card:hover {
  box-shadow: 0 20px 45px rgba(23, 34, 59, .14);
  transform: translateY(-6px);
}

.media-gallery-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 255px;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #e9edf3;
}

.media-gallery-trigger:focus {
  outline: 3px solid #ff6768;
  outline-offset: -3px;
}

.media-gallery-trigger > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.media-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  background: rgba(17, 26, 45, .68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .7px;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity .25s ease;
}

.media-gallery-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  font-size: 21px;
  transform: scale(.8);
  transition: transform .25s ease;
}

.media-gallery-trigger:hover > img,
.media-gallery-trigger:focus > img {
  transform: scale(1.07);
}

.media-gallery-trigger:hover .media-gallery-overlay,
.media-gallery-trigger:focus .media-gallery-overlay {
  opacity: 1;
}

.media-gallery-trigger:hover .media-gallery-icon,
.media-gallery-trigger:focus .media-gallery-icon {
  transform: scale(1);
}

.media-gallery-caption {
  padding: 22px 23px 24px;
}

.media-gallery-type {
  color: #ff6768;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.media-gallery-caption h2 {
  margin: 7px 0 0;
  overflow: hidden;
  color: #17223b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-gallery-empty {
  padding: 70px 25px;
  border: 1px dashed #cbd2dc;
  border-radius: 12px;
  text-align: center;
  background: #fff;
}

.media-gallery-empty h2 {
  margin-bottom: 8px;
  color: #17223b;
}

.media-gallery-empty p {
  margin: 0;
  color: #667085;
}

.gallery-modal-open {
  overflow: hidden;
}

.media-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  visibility: hidden;
}

.media-gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.media-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 23, .88);
  backdrop-filter: blur(5px);
}

.media-gallery-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1000px);
  max-height: calc(100vh - 48px);
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .4);
  transform: scale(.96);
  transition: transform .22s ease;
}

.media-gallery-modal.is-open .media-gallery-modal-dialog {
  transform: scale(1);
}

.media-gallery-modal-body {
  display: flex;
  min-height: 220px;
  max-height: calc(100vh - 150px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #0c1322;
}

.media-gallery-modal-body img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

.media-gallery-modal-body iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.media-gallery-modal-dialog > h2 {
  margin: 13px 8px 2px;
  color: #17223b;
  font-size: 18px;
  font-weight: 700;
}

.media-gallery-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #ff6768;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  .media-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .media-gallery-hero {
    padding: 26px 0 58px;
  }

  .media-gallery-breadcrumb ol {
    margin-bottom: 35px;
  }

  .media-gallery-heading h1 {
    font-size: 40px;
  }

  .media-gallery-content {
    padding: 55px 0 70px;
  }

  .media-gallery-section-heading {
    margin-bottom: 27px;
  }

  .media-gallery-video-section {
    margin-top: 60px;
    padding-top: 52px;
  }

  .media-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .media-gallery-trigger {
    height: 280px;
  }

  .media-gallery-overlay {
    opacity: 1;
    background: linear-gradient(180deg, transparent 50%, rgba(17, 26, 45, .72));
    justify-content: flex-end;
    padding-bottom: 18px;
  }

  .media-gallery-overlay > span:last-child {
    display: none;
  }

  .media-gallery-icon {
    width: 46px;
    height: 46px;
  }

  .media-gallery-modal {
    padding: 14px;
  }

  .media-gallery-modal-close {
    top: 7px;
    right: 7px;
  }
}

/* Public member directory */
.member-directory-page {
  color: #17223b;
  background: #f6f8fb;
}

.member-directory-hero {
  padding: 34px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 103, 104, .28), transparent 23%),
    linear-gradient(135deg, #111a2d 0%, #17223b 58%, #293a5c 100%);
}

.member-directory-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0 0 48px;
  padding: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  list-style: none;
}

.member-directory-breadcrumb li + li::before {
  margin-right: 9px;
  color: #ff6768;
  content: "/";
}

.member-directory-breadcrumb a {
  color: #fff;
}

.member-directory-heading {
  max-width: 740px;
}

.member-directory-heading > span {
  color: #ff7b7c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.member-directory-heading h1 {
  margin: 12px 0 17px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.member-directory-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.75;
}

.member-directory-content {
  min-height: 500px;
  padding: 70px 0 95px;
}

.member-directory-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
  padding: 22px 24px;
  border: 1px solid #e4e8ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 34, 59, .06);
}

.member-directory-count {
  display: flex;
  min-width: 250px;
  align-items: center;
  gap: 14px;
}

.member-directory-count > span {
  color: #ff6768;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.member-directory-count div {
  display: flex;
  flex-direction: column;
}

.member-directory-count strong {
  color: #17223b;
  font-size: 14px;
}

.member-directory-count small {
  margin-top: 2px;
  color: #98a2b3;
  font-size: 11px;
}

.member-directory-search {
  position: relative;
  display: flex;
  width: min(100%, 590px);
  align-items: center;
}

.member-directory-search > .fa {
  position: absolute;
  left: 17px;
  z-index: 1;
  color: #98a2b3;
}

.member-directory-search input {
  width: 100%;
  height: 48px;
  padding: 10px 50px 10px 44px;
  border: 1px solid #d8dde6;
  border-radius: 7px 0 0 7px;
  outline: 0;
  color: #344054;
  background: #fff;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.member-directory-search input:focus {
  border-color: #ff6768;
  box-shadow: 0 0 0 3px rgba(255, 103, 104, .12);
}

.member-directory-search button {
  height: 48px;
  padding: 0 23px;
  border: 0;
  border-radius: 0 7px 7px 0;
  color: #fff;
  background: #17223b;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
}

.member-directory-search button:hover {
  background: #ff6768;
}

.member-search-clear {
  position: absolute;
  right: 90px;
  z-index: 2;
  color: #98a2b3;
  font-size: 23px;
  line-height: 1;
}

.member-search-clear:hover {
  color: #ff6768;
}

.member-search-result {
  margin: -12px 0 22px;
  color: #667085;
  font-size: 13px;
}

.member-directory-table-wrap {
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(23, 34, 59, .06);
}

.member-directory-table {
  width: 100%;
  border-collapse: collapse;
}

.member-directory-table thead {
  background: #17223b;
}

.member-directory-table th {
  padding: 17px 15px;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.member-directory-table th:first-child,
.member-directory-table td:first-child {
  padding-left: 23px;
}

.member-directory-table td {
  padding: 15px;
  border-bottom: 1px solid #edf0f4;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
}

.member-directory-table tbody tr:last-child td {
  border-bottom: 0;
}

.member-directory-table tbody tr {
  transition: background .2s ease;
}

.member-directory-table tbody tr:hover {
  background: #fafbfc;
}

.member-row-number {
  width: 50px;
  color: #98a2b3 !important;
  font-weight: 600;
}

.member-profile {
  display: flex;
  min-width: 185px;
  align-items: center;
  gap: 12px;
}

.member-profile strong {
  color: #17223b;
  font-size: 13px;
  line-height: 1.45;
}

.member-avatar {
  position: relative;
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff7b7c, #e54f52);
  font-size: 16px;
  font-weight: 700;
}

.member-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-district {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  color: #344054;
  background: #f0f2f5;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.member-registration {
  color: #344054;
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.member-directory-cards {
  display: none;
}

.member-directory-empty {
  padding: 75px 25px;
  border: 1px dashed #cbd2dc;
  border-radius: 12px;
  text-align: center;
  background: #fff;
}

.member-directory-empty > .fa {
  margin-bottom: 15px;
  color: #ff6768;
  font-size: 38px;
}

.member-directory-empty h2 {
  margin-bottom: 8px;
  color: #17223b;
  font-size: 24px;
}

.member-directory-empty p {
  margin-bottom: 18px;
  color: #667085;
}

.member-directory-empty a {
  color: #ff6768;
  font-weight: 600;
}

.member-directory-pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.member-directory-pagination .pagination {
  margin: 0;
}

.member-directory-pagination .page-link {
  margin: 0 3px;
  border: 1px solid #dfe4eb;
  border-radius: 6px !important;
  color: #475467;
}

.member-directory-pagination .page-item.active .page-link {
  border-color: #ff6768;
  background: #ff6768;
}

@media (max-width: 991px) {
  .member-directory-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .member-directory-search {
    width: 100%;
  }

  .member-directory-table th,
  .member-directory-table td {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .member-directory-hero {
    padding: 26px 0 58px;
  }

  .member-directory-breadcrumb ol {
    margin-bottom: 35px;
  }

  .member-directory-heading h1 {
    font-size: 39px;
  }

  .member-directory-heading p {
    font-size: 15px;
    line-height: 1.65;
  }

  .member-directory-content {
    padding: 50px 0 70px;
  }

  .member-directory-toolbar {
    padding: 20px;
  }

  .member-directory-count {
    min-width: 0;
  }

  .member-directory-search {
    flex-wrap: wrap;
  }

  .member-directory-search input {
    border-radius: 7px;
  }

  .member-directory-search button {
    width: 100%;
    margin-top: 10px;
    border-radius: 7px;
  }

  .member-search-clear {
    top: 12px;
    right: 14px;
  }

  .member-directory-table-wrap {
    display: none;
  }

  .member-directory-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
  }

  .member-directory-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid #e4e8ef;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(23, 34, 59, .06);
  }

  .member-card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .member-card-top .member-avatar {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 20px;
  }

  .member-card-number {
    display: block;
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
  }

  .member-card-top h2 {
    margin: 0 0 7px;
    color: #17223b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
  }

  .member-directory-card dl {
    margin: 20px 0 0;
  }

  .member-directory-card dl > div {
    display: flex;
    min-width: 0;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 0;
    border-top: 1px solid #edf0f4;
  }

  .member-directory-card dt {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 600;
  }

  .member-directory-card dd {
    min-width: 0;
    margin: 0;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .member-directory-card dd.member-registration {
    white-space: normal;
  }
}

/* FAQ and contact pages */
.faq-page,
.contact-page {
  color: #17223b;
  background: #f6f8fb;
}

.faq-page-hero,
.contact-page-hero {
  padding: 34px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 103, 104, .28), transparent 23%),
    linear-gradient(135deg, #111a2d 0%, #17223b 58%, #293a5c 100%);
}

.faq-page-breadcrumb ol,
.contact-page-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0 0 48px;
  padding: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  list-style: none;
}

.faq-page-breadcrumb li + li::before,
.contact-page-breadcrumb li + li::before {
  margin-right: 9px;
  color: #ff6768;
  content: "/";
}

.faq-page-breadcrumb a,
.contact-page-breadcrumb a {
  color: #fff;
}

.faq-page-heading,
.contact-page-heading {
  max-width: 750px;
}

.faq-page-heading > span,
.contact-page-heading > span {
  color: #ff7b7c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-page-heading h1,
.contact-page-heading h1 {
  margin: 12px 0 17px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.faq-page-heading p,
.contact-page-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.75;
}

.faq-page-content,
.contact-page-content {
  min-height: 500px;
  padding: 80px 0 100px;
}

.faq-support-card {
  position: sticky;
  top: 25px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 12px;
  background: #17223b;
  box-shadow: 0 18px 45px rgba(23, 34, 59, .16);
}

.faq-support-image {
  height: 235px;
  overflow: hidden;
}

.faq-support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.faq-support-card:hover .faq-support-image img {
  transform: scale(1.04);
}

.faq-support-copy {
  padding: 30px;
}

.faq-support-copy > .fa {
  margin-bottom: 15px;
  color: #ff7b7c;
  font-size: 31px;
}

.faq-support-copy h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.faq-support-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.7;
}

.faq-support-copy a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 19px;
  border-radius: 5px;
  color: #fff;
  background: #ff6768;
  font-size: 13px;
  font-weight: 700;
}

.faq-support-copy a:hover {
  color: #fff;
  background: #ed5557;
}

.faq-list-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.faq-list-heading span {
  color: #ff6768;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.faq-list-heading h2 {
  margin: 6px 0 0;
  color: #17223b;
  font-size: 36px;
  font-weight: 700;
}

.faq-list-heading > strong {
  padding: 6px 12px;
  border-radius: 20px;
  color: #667085;
  background: #e9edf3;
  font-size: 11px;
  white-space: nowrap;
}

.faq-modern-list {
  display: grid;
  gap: 13px;
}

.faq-modern-item {
  overflow: hidden;
  border: 1px solid #e1e6ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(23, 34, 59, .045);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-modern-item[open] {
  border-color: rgba(255, 103, 104, .45);
  box-shadow: 0 14px 35px rgba(23, 34, 59, .09);
}

.faq-modern-item summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  color: #17223b;
  cursor: pointer;
  list-style: none;
}

.faq-modern-item summary::-webkit-details-marker {
  display: none;
}

.faq-question-number {
  color: #ff6768;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
}

.faq-question-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.faq-toggle-icon {
  position: relative;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f3f6;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #17223b;
  content: "";
}

.faq-toggle-icon::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.faq-modern-item[open] .faq-toggle-icon {
  background: #ff6768;
}

.faq-modern-item[open] .faq-toggle-icon::before,
.faq-modern-item[open] .faq-toggle-icon::after {
  background: #fff;
}

.faq-modern-item[open] .faq-toggle-icon::after {
  transform: rotate(0);
}

.faq-modern-answer {
  padding: 0 66px 24px 54px;
}

.faq-modern-answer p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
}

.faq-empty {
  padding: 55px 25px;
  border: 1px dashed #cbd2dc;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}

/* Contact page */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 45px;
}

.contact-info-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 17px;
  padding: 24px;
  border: 1px solid #e2e7ee;
  border-radius: 11px;
  color: inherit;
  background: #fff;
  box-shadow: 0 9px 28px rgba(23, 34, 59, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.contact-info-card:hover {
  border-color: rgba(255, 103, 104, .4);
  color: inherit;
  box-shadow: 0 17px 38px rgba(23, 34, 59, .11);
  transform: translateY(-4px);
}

.contact-info-icon {
  display: grid;
  width: 48px;
  min-width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #ff6768;
  font-size: 19px;
}

.contact-info-card div {
  min-width: 0;
}

.contact-info-card div > span {
  display: block;
  margin-bottom: 4px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.contact-info-card strong {
  display: block;
  overflow: hidden;
  color: #17223b;
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: stretch;
}

.contact-story-card,
.contact-form-card {
  overflow: hidden;
  border: 1px solid #e2e7ee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(23, 34, 59, .07);
}

.contact-story-image {
  height: 275px;
  overflow: hidden;
}

.contact-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-story-copy {
  padding: 31px;
}

.contact-story-copy > span,
.contact-form-label {
  color: #ff6768;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-story-copy h2,
.contact-form-card h2 {
  margin: 9px 0 13px;
  color: #17223b;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-story-copy p,
.contact-form-card > p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}

.contact-extra-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #edf0f4;
}

.contact-extra-numbers > span {
  width: 100%;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.contact-extra-numbers a {
  color: #17223b;
  font-size: 13px;
  font-weight: 700;
}

.contact-form-card {
  padding: 38px;
}

.contact-modern-form {
  margin-top: 28px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.contact-field {
  margin-bottom: 18px;
}

.contact-field label {
  display: block;
  margin-bottom: 7px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9dfe8;
  border-radius: 7px;
  outline: 0;
  color: #344054;
  background: #fbfcfd;
  font-family: inherit;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-field input {
  height: 46px;
}

.contact-field textarea {
  min-height: 135px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #ff6768;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 103, 104, .11);
}

.contact-field small {
  display: block;
  margin-top: 5px;
  color: #d92d20;
  font-size: 11px;
}

.contact-modern-form button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 23px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #ff6768;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-modern-form button:hover {
  background: #ed5557;
  box-shadow: 0 10px 25px rgba(255, 103, 104, .22);
  transform: translateY(-2px);
}

.contact-form-success,
.contact-form-error {
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.5;
}

.contact-form-success {
  color: #067647;
  background: #ecfdf3;
}

.contact-form-success .fa {
  margin-right: 6px;
}

.contact-form-error {
  color: #b42318;
  background: #fef3f2;
}

@media (max-width: 991px) {
  .faq-support-card {
    position: static;
    display: grid;
    grid-template-columns: 42% 58%;
    margin: 0 0 45px;
  }

  .faq-support-image {
    height: 100%;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-page-hero,
  .contact-page-hero {
    padding: 26px 0 58px;
  }

  .faq-page-breadcrumb ol,
  .contact-page-breadcrumb ol {
    margin-bottom: 35px;
  }

  .faq-page-heading h1,
  .contact-page-heading h1 {
    font-size: 39px;
  }

  .faq-page-heading p,
  .contact-page-heading p {
    font-size: 15px;
    line-height: 1.65;
  }

  .faq-page-content,
  .contact-page-content {
    padding: 55px 0 70px;
  }

  .faq-support-card {
    display: block;
  }

  .faq-support-image {
    height: 220px;
  }

  .faq-list-heading h2 {
    font-size: 30px;
  }

  .faq-modern-item summary {
    min-height: 72px;
    gap: 11px;
    padding: 16px;
  }

  .faq-question-text {
    font-size: 14px;
  }

  .faq-modern-answer {
    padding: 0 47px 20px 43px;
  }

  .contact-info-grid {
    gap: 14px;
    margin-bottom: 30px;
  }

  .contact-info-card {
    padding: 19px;
  }

  .contact-story-image {
    height: 235px;
  }

  .contact-story-copy,
  .contact-form-card {
    padding: 25px;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-modern-form button {
    width: 100%;
  }
}

/* Responsive public header */
.w3l-top-header-content {
  width: 100%;
  overflow-x: clip;
}

.w3l-top-header-content .header-top-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.w3l-top-header-content .social-top,
.w3l-top-header-content .accounts {
  display: flex;
  width: auto;
  align-items: center;
  margin: 0;
  padding: 0;
}

.w3l-top-header-content .accounts {
  gap: 22px;
}

.w3l-top-header-content .accounts li {
  margin: 0;
}

.w3l-top-header-content nav.navbar {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
}

.w3l-top-header-content nav.navbar > .container-fluid {
  width: 100%;
  flex-wrap: nowrap;
  padding: 0 15px;
}

.w3l-top-header-content .association-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  margin-right: 28px;
  white-space: normal;
}

.w3l-top-header-content .association-brand .log {
  width: auto;
  height: 82px;
  flex: 0 0 auto;
}

.w3l-top-header-content .association-brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.w3l-top-header-content .association-brand .fname {
  color: #061250;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.15;
}

.w3l-top-header-content .association-brand .reg {
  position: static;
  display: block;
  margin: 5px 0 0 !important;
  color: #061250;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  .w3l-top-header-content .association-brand .log {
    height: 68px;
  }

  .w3l-top-header-content .association-brand .fname {
    font-size: 19px !important;
  }

  .w3l-top-header-content .association-brand .reg {
    font-size: 7.5px;
  }
}

@media (max-width: 991px) {
  .w3l-top-header-content .top-hd {
    width: 100%;
    padding: 9px 0;
  }

  .w3l-top-header-content .header-top-row {
    justify-content: center;
    gap: 18px;
  }

  .w3l-top-header-content .social-top,
  .w3l-top-header-content .accounts {
    text-align: left;
  }

  .w3l-top-header-content .accounts {
    gap: 12px;
  }

  .w3l-top-header-content nav.navbar {
    padding: 10px 12px;
  }

  .w3l-top-header-content nav.navbar > .container-fluid {
    position: relative;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }

  .w3l-top-header-content .association-brand {
    width: calc(100% - 54px);
    max-width: calc(100% - 54px);
    overflow: hidden;
    margin-right: 8px;
  }

  .w3l-top-header-content .association-brand .log {
    height: 58px;
  }

  .w3l-top-header-content .association-brand .fname {
    font-size: 16px !important;
    line-height: 1.15;
  }

  .w3l-top-header-content .association-brand .reg {
    margin-top: 3px !important;
    font-size: 6.5px;
    line-height: 1.25;
  }

  .w3l-top-header-content .navbar-toggler {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 5;
    display: block !important;
    width: 42px;
    height: 40px;
    padding: 6px;
    flex: 0 0 42px;
  }

  .w3l-top-header-content .navbar-toggler-icon {
    width: 24px;
    height: 24px;
  }

  .w3l-top-header-content .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(23, 34, 59, .1);
  }

  .w3l-top-header-content .navbar-nav {
    width: 100%;
    padding: 7px;
  }

  .w3l-top-header-content .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
  }

  .w3l-top-header-content .navbar-nav .nav-link {
    width: 100%;
    padding: 11px 13px;
    border-radius: 5px;
  }

  .w3l-top-header-content .navbar-nav .active > .nav-link {
    background: rgba(255, 103, 104, .08);
  }
}

@media (max-width: 568px) {
  .w3l-top-header-content .header-top-row {
    gap: 15px;
  }

  .w3l-top-header-content .social-top li a {
    margin-right: 8px;
    font-size: 14px;
  }

  .w3l-top-header-content .accounts li {
    font-size: 12px;
  }

  .w3l-top-header-content .accounts .top_li1 {
    display: none;
  }
}

@media (max-width: 430px) {
  .w3l-top-header-content nav.navbar {
    padding: 8px 10px;
  }

  .w3l-top-header-content .association-brand {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin-right: 6px;
  }

  .w3l-top-header-content .association-brand .log {
    height: 50px;
  }

  .w3l-top-header-content .association-brand .fname {
    font-size: 13px !important;
  }

  .w3l-top-header-content .association-brand .reg {
    font-size: 5.7px;
  }

  .w3l-top-header-content .navbar-toggler {
    width: 38px;
    height: 36px;
    flex-basis: 38px;
  }
}
