.dialog-off-canvas-main-canvas {
  min-height: 100vh;
}

.layout-content {
  min-height: 220px;
}

.layout-content .messages-list,
.layout-content .messages {
  margin: 24px auto;
  max-width: 1320px;
  padding: 0 12px;
}

.layout-content .tabs,
.layout-content .action-links {
  margin: 24px auto;
  max-width: 1320px;
  padding: 0 12px;
}

.gprep-contact-form-errors {
  margin-bottom: 20px;
}

.gprep-contact-form-errors .messages__list {
  margin: 0;
  padding-left: 20px;
}

.contact-wrapper {
  background:
    radial-gradient(circle at top left, rgba(12, 79, 132, 0.12), transparent 32%),
    linear-gradient(135deg, #f4f8fc 0%, #ffffff 62%);
  border: 1px solid rgba(12, 79, 132, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 42, 74, 0.08);
  overflow: hidden;
  padding: 28px;
}

.contact-wrapper .row {
  align-items: stretch;
}

.contact-img {
  height: 100%;
}

.contact-img img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  border-radius: 22px;
}

.gprep-contact-card {
  background: #ffffff;
  border: 1px solid rgba(12, 79, 132, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 42, 74, 0.08);
  padding: 42px;
}

.contact-form-header {
  margin-bottom: 28px;
}

.gprep-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12, 79, 132, 0.08);
  color: #0c4f84;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gprep-contact-card .contact-form-header h2 {
  color: #0c4f84;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  margin-bottom: 16px;
}

.gprep-contact-card .contact-form-header p {
  margin: 0;
  color: #4d6074;
  font-size: 18px;
  line-height: 1.8;
  max-width: 44rem;
}

.gprep-contact-form-help {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-left: 4px solid #0c4f84;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(12, 79, 132, 0.08), rgba(12, 79, 132, 0.02));
}

.gprep-contact-form-help p {
  margin: 0;
  color: #26415d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.gprep-contact-form {
  display: grid;
  gap: 18px;
}

.gprep-contact-form .form-item,
.gprep-contact-form .js-form-type-textfield,
.gprep-contact-form .js-form-type-email,
.gprep-contact-form .js-form-type-textarea {
  margin: 0;
}

.gprep-contact-form label {
  display: block;
  margin-bottom: 10px;
  color: #143554;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.gprep-contact-form .form-text,
.gprep-contact-form .form-email,
.gprep-contact-form .form-textarea {
  width: 100%;
  border: 1px solid #cbd9e6;
  border-radius: 16px;
  background: #f9fbfd;
  box-shadow: none;
  color: #15324b;
  font-size: 17px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.gprep-contact-form .form-text,
.gprep-contact-form .form-email {
  min-height: 58px;
  padding: 0 18px;
}

.gprep-contact-form .form-textarea {
  min-height: 220px;
  padding: 16px 18px;
  resize: vertical;
}

.gprep-contact-form .form-text::placeholder,
.gprep-contact-form .form-email::placeholder,
.gprep-contact-form .form-textarea::placeholder {
  color: #6c7e91;
}

.gprep-contact-form .form-text:hover,
.gprep-contact-form .form-email:hover,
.gprep-contact-form .form-textarea:hover {
  border-color: #99b7d3;
  background: #ffffff;
}

.gprep-contact-form .form-text:focus,
.gprep-contact-form .form-email:focus,
.gprep-contact-form .form-textarea:focus {
  border-color: #0c4f84;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(12, 79, 132, 0.12);
}

.gprep-contact-form .description,
.gprep-contact-form .form-item .description {
  margin-top: 8px;
  color: #607387;
  font-size: 14px;
  line-height: 1.6;
}

.gprep-contact-form .form-actions {
  margin: 10px 0 0;
}

.gprep-contact-form .gprep-contact-submit,
.gprep-contact-form .form-actions .button {
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(12, 79, 132, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gprep-contact-form .gprep-contact-submit:hover,
.gprep-contact-form .form-actions .button:hover {
  transform: translateY(-1px);
}

/* Hide breadcrumb trail ("Home >> ...") across all pages. */
.site-breadcrumb .breadcrumb-menu {
  display: none !important;
}

.gprep-accessibility-trigger {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-right: 8px;
  width: 34px;
}

.gprep-accessibility-trigger:hover,
.gprep-accessibility-trigger:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.gprep-accessibility-overlay {
  background: rgba(2, 12, 31, 0.45);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 9998;
}

.gprep-accessibility-overlay.is-open {
  opacity: 1;
}

.gprep-accessibility-panel {
  background: #f7f9fc;
  border-left: 2px solid #1a3f83;
  box-shadow: -10px 0 30px rgba(0, 24, 64, 0.22);
  height: 100vh;
  max-width: 420px;
  padding: 22px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  width: 92vw;
  z-index: 9999;
}

.gprep-accessibility-panel.is-open {
  transform: translateX(0);
}

.gprep-accessibility-panel__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.gprep-accessibility-panel__header h2 {
  color: #1a2850;
  font-size: 22px;
  margin: 0;
}

.gprep-accessibility-panel__close {
  background: transparent;
  border: none;
  color: #666;
  font-size: 28px;
  line-height: 1;
  padding: 0;
}

.gprep-accessibility-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gprep-a11y-btn {
  align-items: center;
  background: #fff;
  border: 2px solid #1a3f83;
  border-radius: 16px;
  color: #1a3f83;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 110px;
  padding: 12px;
  text-transform: uppercase;
}

.gprep-a11y-btn i {
  font-size: 28px;
}

.gprep-a11y-btn.is-active,
.gprep-a11y-btn:hover,
.gprep-a11y-btn:focus-visible {
  background: #1a3f83;
  color: #fff;
}

body.gprep-a11y-dark-contrast {
  filter: contrast(1.2);
}

body.gprep-a11y-invert {
  filter: invert(1) hue-rotate(180deg);
}

body.gprep-a11y-low-saturation {
  filter: saturate(0.55);
}

body.gprep-a11y-highlight-links a {
  background: #ffef8a !important;
  color: #000 !important;
  outline: 2px solid #000 !important;
  text-decoration: underline !important;
}

body.gprep-a11y-hide-images img {
  visibility: hidden !important;
}
body.gprep-a11y-hide-images .gprep-hero-slide {
  background-image: none !important;}
@media (max-width: 767px) {
  .gprep-accessibility-grid {
    grid-template-columns: 1fr;
  }

  .gprep-accessibility-panel__header h2 {
    font-size: 18px;
  }
}

.gprep-map-page-placeholder-wrap {
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.gprep-map-page-placeholder {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(12, 79, 132, 0.08);
  box-shadow: 0 24px 60px rgba(15, 42, 74, 0.08);
  text-align: center;
}

.gprep-map-page-placeholder h2 {
  color: #0c4f84;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  margin-bottom: 16px;
}

.gprep-map-page-placeholder p {
  color: #4d6074;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 28px;
  max-width: 46rem;
}

.site-breadcrumb {
  min-height: 320px;
  padding-top: 145px;
  padding-bottom: 65px;
}

.site-breadcrumb .container {
  text-align: center;
}

.site-breadcrumb .breadcrumb-menu {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.site-breadcrumb .breadcrumb-menu li {
  margin-left: 0;
}

.site-breadcrumb::before {
  background: linear-gradient(180deg, rgba(6, 21, 37, 0.66), rgba(6, 21, 37, 0.78));
}

.site-breadcrumb .breadcrumb-title {
  max-width: 900px;
}

#main-content {
  scroll-margin-top: 140px;
}

a[href]:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

.nav-right-link,
.mobile-menu-right .nav-right-link,
.navbar-toggler,
.gprep-hero-slider.owl-theme .owl-nav [class*=owl-],
.gprep-hero-slider .gprep-hero-slider-toggle,
.breakingNewsArea .gprep-marquee-toggle,
.faq-area .accordion-button {
  min-height: 44px;
  min-width: 44px;
}

.nav-right-link,
.mobile-menu-right .nav-right-link,
.navbar-toggler {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.breakingNewsArea .brack-text-rigt {
  position: relative;
}

.breakingNewsArea .brack-text-rigt .gprep-emergency-marquee {
  align-items: center;
  animation: gprep-emergency-ticker 28s linear infinite;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  will-change: transform;
}

.breakingNewsArea .brack-text-rigt .gprep-emergency-marquee:hover,
.breakingNewsArea .brack-text-rigt .gprep-emergency-marquee.is-paused {
  animation-play-state: paused;
}

.breakingNewsArea .brack-text-rigt .gprep-emergency-marquee li {
  display: block;
  flex: 0 0 auto;
  float: none;
}

.gprep-emergency-mobile-list {
  display: none;
}

@keyframes gprep-emergency-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.gprep-hero-slider {
  position: relative;
  overflow: hidden;
}

.gprep-hero-slider-track {
  position: relative;
}

.gprep-hero-slider .gprep-hero-slide {
  display: none;
}

.gprep-hero-slider .gprep-hero-slide.is-active {
  display: flex;
}

.gprep-hero-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.gprep-hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--color-white);
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: var(--color-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 0;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition);
}

.gprep-hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--color-white);
  color: var(--theme-color);
}

.gprep-hero-slider .gprep-hero-slider-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gprep-hero-slider.owl-theme .owl-nav .owl-prev,
.gprep-hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gprep-hero-slider.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.gprep-hero-slider.owl-theme .owl-nav .owl-next {
  right: 10px;
}

.breakingNewsArea .gprep-marquee-toggle {
  border: 0;
  background: transparent;
  color: #fff;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.gprep-hero-slider.owl-theme .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.gprep-hero-slider.owl-theme .owl-dots .owl-dot {
  background: transparent;
  border: 0;
  padding: 0;
}

.gprep-hero-slider.owl-theme .owl-dots .owl-dot span {
  background: var(--color-white);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.gprep-hero-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-white);
  width: 20px;
}

.gprep-home-about-body p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.faq-area .accordion-button {
  padding: 12px 16px;
}

.gprep-partner-shell {
  padding: 0 100px;
}

.gprep-partner-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}

.gprep-partner-grid a {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 90px;
}

.gprep-partner-grid img {
  max-height: 78px;
  object-fit: contain;
  width: auto;
  max-width: 100%;
}

.service-text p:last-child,
.gprep-home-faq-body p:last-child {
  margin-bottom: 0;
}

.gprep-enrolled-intro p:last-child,
.gprep-stakeholder-intro p:last-child,
.campaign-text p:last-child {
  margin-bottom: 0;
}

.gprep-news-summary p:last-child,
.blog-details p:last-child {
  margin-bottom: 0;
}

.news-filters {
  background: #f4f7ff;
  border: 1px solid #d6e1fb;
  border-radius: 16px;
  padding: 20px;
}

.navbar {
  z-index: 99;
}

.main-navigation,
.main-navigation .navbar,
.main-navigation .container {
  overflow: visible;
}

.search-area {
  top: calc(100% + 24px);
  right: 18px;
  width: min(460px, calc(100vw - 32px));
  padding: 18px;
  border-top: 0;
  border-radius: 22px;
  border: 1px solid rgba(12, 79, 132, 0.16);
  box-shadow: 0 22px 60px rgba(8, 33, 58, 0.18);
  z-index: 1001;
}

.search-area.open {
  top: calc(100% + 24px);
}

.search-area .form-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-area .form-control {
  min-height: 58px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid #bcd0e5;
  background: #f8fbff;
  font-size: 16px;
}

.search-area .search-icon-btn {
  position: static;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background: #0c4f84;
  color: #fff;
  font-size: 18px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.search-area .search-icon-btn:hover {
  background: #08385f;
  transform: translateY(-1px);
}

.gprep-search-page {
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.gprep-search-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(12, 79, 132, 0.1);
  box-shadow: 0 24px 60px rgba(15, 42, 74, 0.08);
}

.gprep-search-header {
  margin-bottom: 24px;
}

.gprep-search-header h2 {
  margin-bottom: 12px;
  color: #0c4f84;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.gprep-search-header p {
  max-width: 46rem;
  margin: 0;
  color: #4d6074;
  font-size: 18px;
  line-height: 1.75;
}

.gprep-search-form {
  margin-bottom: 28px;
}

.gprep-search-form-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gprep-search-form .form-control {
  min-height: 62px;
  border-radius: 18px;
  border: 1px solid #c6d8e9;
  background: #f9fbfd;
  padding: 0 20px;
  font-size: 17px;
}

.gprep-search-form .theme-btn {
  min-height: 62px;
  border-radius: 18px;
  padding: 0 28px;
  flex: 0 0 auto;
}

.gprep-search-results-meta {
  margin-bottom: 22px;
  color: #4d6074;
  font-size: 16px;
}

.gprep-search-results {
  display: grid;
  gap: 18px;
}

.gprep-search-result-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(12, 79, 132, 0.1);
  box-shadow: 0 14px 32px rgba(15, 42, 74, 0.05);
}

.gprep-search-result-type {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(12, 79, 132, 0.08);
  color: #0c4f84;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gprep-search-result-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.25;
}

.gprep-search-result-card h3 a {
  color: #103a5f;
}

.gprep-search-result-card p {
  margin-bottom: 14px;
  color: #4d6074;
  line-height: 1.8;
}

.gprep-search-result-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0c4f84;
  font-weight: 700;
}

.gprep-search-empty {
  padding: 26px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(12, 79, 132, 0.06), rgba(12, 79, 132, 0.02));
  border: 1px solid rgba(12, 79, 132, 0.08);
}

.gprep-search-empty h3 {
  margin-bottom: 10px;
  color: #0c4f84;
}

.gprep-search-empty p {
  margin: 0;
  color: #4d6074;
}

.gprep-emergency-additional-links {
  padding-top: 10px;
}

.gprep-emergency-link-group,
.gprep-emergency-resource-accordion .accordion-item {
  background: #f4f8ff;
  border: 1px solid #d5e0ef;
  border-radius: 18px;
  overflow: hidden;
}

.gprep-emergency-link-group + .gprep-emergency-link-group,
.gprep-emergency-resource-accordion .accordion-item + .accordion-item {
  margin-top: 14px;
}

.gprep-emergency-link-group .accordion-button,
.gprep-emergency-resource-accordion .accordion-button {
  background: #f4f8ff;
  border: 0;
  box-shadow: none;
  color: #0c4f84;
  font-size: 22px;
  font-weight: 700;
  padding: 22px 24px;
}

.gprep-emergency-link-group .accordion-button:not(.collapsed),
.gprep-emergency-resource-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #0c4f84 0%, #1167ab 100%);
  color: #fff;
}

.gprep-emergency-link-group .accordion-button:focus,
.gprep-emergency-resource-accordion .accordion-button:focus {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.16), 0 0 0 3px rgba(12, 79, 132, 0.18);
}

.gprep-emergency-link-group .accordion-body,
.gprep-emergency-resource-accordion .accordion-body {
  padding: 24px;
}

.gprep-emergency-resources-intro {
  color: #36506b;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.gprep-aea-feed-box {
  border-radius: 18px;
  border: 1px solid #e6d6aa;
  padding: 18px 20px;
}

.gprep-aea-feed-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.gprep-aea-feed-item {
  background: #fff;
  border: 1px solid #dce6f3;
  border-radius: 16px;
  padding: 18px 20px;
}

.gprep-aea-feed-item h6 {
  color: #0c4f84;
  font-size: 20px;
  margin-bottom: 6px;
}

.gprep-aea-feed-meta {
  color: #5d7288;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.gprep-emergency-link-group ul,
.gprep-emergency-resource-accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gprep-emergency-link-group li + li,
.gprep-emergency-resource-accordion li + li {
  margin-top: 10px;
}

.gprep-emergency-link-group a {
  color: #1c2b39;
  font-weight: 600;
  text-decoration: none;
}

.gprep-emergency-link-group a:hover,
.gprep-emergency-link-group a:focus-visible {
  color: #0c4f84;
  text-decoration: underline;
}

label {
  color: #666;
}

*::placeholder,
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.team-bio span {
  color: #666;
}

.newsRightSection ul.marquee_mode li a > span span {
  color: #8a140c;
}

.gprep-emergency-updates-list {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.emergencySectionArea .emergencyBoxDetails--updates {
  background: transparent;
  margin-top: 14px;
  padding: 0;
}

.emergencySectionArea .emergencyBoxDetails--updates .newsRightArea {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 78px 14px 16px;
  position: relative;
}

.emergencySectionArea .emergencyBoxDetails--updates .newsRightArea h3 {
  align-items: center;
  background: #01599a;
  border-radius: 0 0 15px 15px;
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: center;
  left: 14px;
  margin: 0;
  min-height: 58px;
  padding: 0 12px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 10px;
}

.emergencySectionArea .emergencyBoxDetails--updates .newsRightArea h3 span {
  background: transparent !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: block !important;
  margin: 0;
  padding: 0 !important;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.emergencyHeadingArea h3 {
  display: flex;
  justify-content: center;
  margin: 0;
}

.emergencyHeadingArea > h3 {
  display: flex;
  justify-content: center;
}

.emergencyHeadingArea > h3 > span {
  background: #fff;
  border-radius: 0 0 15px 15px;
  color: #000;
  display: inline-block;
  padding: 10px 60px;
}

.gprep-emergency-updates-list--static {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  max-height: 420px;
  overflow-y: auto !important;
  padding: 0 10px 0 6px;
}

.gprep-emergency-updates-list--static li {
  background: #cfdcf7;
  margin: 0;
}

.gprep-emergency-updates-list--static li:nth-child(even) {
  background: #b5c4e3;
}

.gprep-emergency-update-item {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 1.45;
  padding: 14px;
}

.gprep-emergency-update-item--link {
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.gprep-emergency-update-item--link:hover,
.gprep-emergency-update-item--link:focus {
  background: rgba(1, 89, 154, 0.08);
  color: #001d38;
  text-decoration: none;
}

.gprep-emergency-update-item > span {
  color: #606060;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.gprep-emergency-update-item > span span {
  color: #8a140c;
}

input,
textarea,
select,
.form-control,
.form-select {
  border-color: #767676;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
  border-color: #054b7e;
  box-shadow: 0 0 0 3px rgba(5, 75, 126, 0.18);
  outline: 2px solid transparent;
}

.news-filters .form-label {
  color: #054b7e;
  font-weight: 600;
}

.news-filters .form-control,
.news-filters .form-select {
  min-height: 50px;
}

.widget .category-list a.active {
  background: #054b7e;
  color: #fff;
}

.widget .category-list a.active span,
.widget .category-list a.active i {
  color: #fff;
}

.enrolled-members-area .gprep-enrolled-intro,
.enrolled-members-area .gprep-enrolled-intro p {
  color: var(--color-white);
}

.emergency-header-only .header-top {
  box-shadow: none;
  display: none;
}

.header.emergency-header-only {
  position: sticky;
  top: 0;
  z-index: 1050;
}

.emergency-brand-bar {
  background: #ffffff;
  border-top: 1px solid #d8e1eb;
  border-bottom: 1px solid #d8e1eb;
  box-shadow: 0 6px 20px rgba(12, 53, 89, 0.08);
}

.emergency-brand-bar__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  margin: 0 !important;
  max-width: none;
  padding: 12px 0;
  width: 100%;
}

.emergency-brand-bar__logo {
  display: block;
  line-height: 0;
}

.emergency-brand-bar__logo img {
  display: block;
  max-height: 72px;
  width: auto;
}

.emergency-brand-bar__actions {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.emergency-brand-bar__call {
  align-items: flex-start;
  color: #0c2f53;
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 138px;
  padding-left: 0;
  text-align: left;
}

.emergency-brand-bar__call span {
  color: #1d4f7e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emergency-brand-bar__call a {
  color: #0c2f53;
  font-size: 34px;
  font-weight: 800;
  line-height: 0.95;
}

.emergency-brand-bar__language {
  min-width: 178px;
}

.emergency-brand-bar__language .language-switcher {
  background: #fff;
  border: 1px solid #b5c6da;
  border-radius: 8px;
  color: #0c2f53;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  line-height: 1.2;
  min-width: 178px;
  padding: 0 42px 0 12px;
  width: 100%;
}

.emergency-brand-bar__social {
  align-items: center;
  display: flex;
  gap: 12px;
}

.emergency-brand-bar__social a {
  align-items: center;
  background: #fff;
  border: 1px solid #b5c6da;
  border-radius: 999px;
  color: #1f4f7f;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.emergency-brand-bar__social a:hover {
  background: #f1f6fc;
  color: #0c2f53;
}

.emergencySectionArea .gprep-emergency-marquee {
  align-items: center;
  animation: gprep-emergency-marquee-scroll 26s linear infinite;
  display: inline-flex;
  gap: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: max-content;
  will-change: transform;
}

.emergencySectionArea .breakingNewsArea .braking-inner {
  align-items: center;
  flex-wrap: nowrap;
}

.emergencySectionArea .breakingNewsArea {
  border-radius: 999px;
  padding: 10px 26px;
}

.emergencySectionArea .breakingNewsArea .braking-inner .bracking-left {
  align-items: center;
  display: flex;
  flex: 0 0 420px;
  margin-right: 26px;
  min-height: 34px;
  width: 420px;
}

.emergencySectionArea .breakingNewsArea .braking-inner .bracking-left h2 {
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}

.emergencySectionArea .breakingNewsArea .braking-inner .brack-text-rigt {
  align-items: center;
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 34px;
  min-width: 0;
  padding-left: 12px;
  width: auto;
}

.emergencySectionArea .breakingNewsArea .brack-text-rigt .gprep-emergency-marquee li {
  display: block;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
}

.emergencySectionArea .breakingNewsArea .brack-text-rigt .gprep-emergency-marquee li strong {
  color: #ffe55b;
}

@keyframes gprep-emergency-marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.emergencySectionArea .breakingNewsArea .cross {
  align-self: center;
  margin-top: 0;
}

.emergencySectionArea .breakingNewsArea .gprep-marquee-toggle {
  display: none !important;
}

.emergencySectionArea .emergencyBoxDetails p:last-child,
.emergencySectionArea .newsRightArea li a:last-child,
.emergencyResourcesSection .tab-pane p:last-child {
  margin-bottom: 0;
}

.emergencyResourcesSection iframe {
  background: #fff;
}

.gprep-map-fallback-link {
  margin-top: 14px;
  text-align: center;
}

.gprep-emergency-map-image-wrap {
  border: 1px solid #cbd9e7;
  border-radius: 20px;
  overflow: hidden;
}

.gprep-emergency-map-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
}

.emergencyResourcesSection .nav-tabs,
.evacueeResourcesArea .nav-tabs {
  flex-wrap: wrap;
  gap: 12px;
}

.gprep-emergency-resource-accordion li {
  align-items: center;
  background: #fff;
  border: 1px solid #dce6f3;
  border-radius: 14px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px;
}

.gprep-emergency-resource-accordion li p {
  color: #1c2b39;
  font-weight: 600;
  margin: 0;
}

.gprep-emergency-resource-intro p {
  color: #1c2b39;
  line-height: 1.7;
  margin-bottom: 14px;
}

.gprep-emergency-resource-intro ul {
  margin: 0 0 14px 20px;
  padding: 0;
}

.gprep-emergency-resource-intro li {
  border: 0;
  display: list-item;
  margin-bottom: 6px;
  padding: 0;
}

.gprep-emergency-resource-intro .btnPdf {
  margin-top: 8px;
}

.gprep-recovery-guide-intro .emergency-note {
  color: #d62828;
  font-weight: 700;
}

.donations-content {
  margin-top: 18px;
}

.gprep-naf-donation-link {
  align-items: center;
  background: #301f2d;
  border: 1px solid #5b3f55;
  border-radius: 12px;
  display: inline-flex;
  gap: 16px;
  min-height: 74px;
  padding: 12px 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gprep-naf-donation-link:hover,
.gprep-naf-donation-link:focus-visible {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

.gprep-naf-donation-link__mark {
  color: #c9a251;
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.gprep-naf-donation-link__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gprep-naf-donation-link__title {
  font-size: clamp(13px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gprep-naf-donation-link__tagline {
  color: #c9a251;
  font-size: clamp(10px, 0.95vw, 13px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.emergencyBoxDetails .btnPdf {
  display: inline-block;
}

@media (max-width: 767px) {
  .emergencyHeadingArea h3 {
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0;
    right: 0;
    width: auto;
  }

  .emergencyHeadingArea h3 span {
    margin: 0 auto;
    max-width: calc(100% - 32px);
    padding: 10px 28px;
  }

  .emergency-brand-bar__inner {
    align-items: flex-start;
    gap: 10px;
    max-width: none;
    padding: 10px 0 10px;
  }

  .emergency-brand-bar__actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0;
    width: 100%;
  }

  .emergency-brand-bar__logo img {
    max-height: 56px;
  }

  .emergency-brand-bar__call {
    min-width: 124px;
  }

  .emergency-brand-bar__call span {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .emergency-brand-bar__call a {
    font-size: 30px;
  }

  .emergency-brand-bar__language {
    flex: 1 1 180px;
    min-width: 0;
  }

  .emergency-brand-bar__language .language-switcher {
    min-width: 0;
  }

  .emergencySectionArea .emergencyBoxDetails--updates {
    margin-top: 16px;
  }

  .emergencySectionArea .emergencyBoxDetails--updates .newsRightArea {
    padding: 86px 10px 12px;
  }

  .emergencySectionArea .emergencyBoxDetails--updates .newsRightArea h3 {
    font-size: 18px;
    left: 10px;
    min-height: 50px;
    right: 10px;
    top: 10px;
  }

  .emergencySectionArea .emergencyBoxDetails--updates .newsRightArea h3 span {
    font-size: 18px;
    white-space: nowrap;
  }

  .emergencyResourcesSection .choos-us-style-one-items {
    margin-top: 18px !important;
  }

  .emergencyResourcesSection .site-heading {
    margin-bottom: 14px !important;
  }

  .gprep-emergency-link-group .accordion-button,
  .gprep-emergency-resource-accordion .accordion-button {
    font-size: 18px;
    padding: 18px 20px;
  }

  .gprep-emergency-link-group .accordion-body,
  .gprep-emergency-resource-accordion .accordion-body {
    padding: 18px;
  }

  .gprep-emergency-resource-accordion li {
    align-items: flex-start;
    flex-direction: column;
  }
}

.footerEmergencyArea .footer-contact strong {
  color: var(--color-white);
}

.gprep-team-grid {
  row-gap: 24px;
}

.gprep-home-promo-section {
  position: relative;
}

.gprep-home-promo-media {
  position: relative;
}

.gprep-home-promo-media img {
  border: 12px solid #fff;
  box-shadow: 0 20px 50px rgba(10, 44, 79, 0.14);
  display: block;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.gprep-home-promo-content .site-heading {
  text-align: left;
}

.gprep-home-promo-content .heading-divider {
  margin-left: 0;
}

.gprep-home-promo-content .heading-divider::after {
  left: 50px;
  margin-left: 0;
}

.gprep-home-promo-body,
.gprep-home-promo-body p {
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.9;
}

.gprep-home-promo-body p:last-child {
  margin-bottom: 0;
}

.breakingNewsArea--info {
  background: linear-gradient(90deg, #0c4f84 0%, #174d7a 100%);
  border-radius: 999px;
  padding: 10px 26px;
}

.breakingNewsArea--info .braking-inner .bracking-left {
  background: rgba(8, 38, 63, 0.28);
}

.breakingNewsArea--info .braking-inner .bracking-left h2 {
  color: #ffffff;
  font-size: 18px;
}

.breakingNewsArea--info .brack-text-rigt ul li,
.breakingNewsArea--info .brack-text-rigt a,
.breakingNewsArea--info .cross {
  color: #ffffff;
}

.breakingNewsArea--info .brack-text-rigt ul li strong {
  color: #d6ebff;
}

.breakingNewsArea--info .braking-inner {
  align-items: center;
  flex-wrap: nowrap;
}

.breakingNewsArea--info .braking-inner .bracking-left {
  align-items: center;
  display: flex;
  flex: 0 0 200px;
  margin-right: 26px;
  min-height: 34px;
  width: 200px;
}

.breakingNewsArea--info .bracking-inner .brack-text-rigt {
  align-items: center;
  display: flex;
  overflow: hidden;
  min-height: 34px;
  padding-left: 12px;
}

.breakingNewsArea--info .gprep-info-marquee {
  align-items: center;
  animation: gprep-emergency-marquee-scroll 26s linear infinite;
  display: inline-flex;
  gap: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  will-change: transform;
}

.breakingNewsArea--info .gprep-info-marquee li {
  white-space: nowrap;
}

.breakingNewsArea--info .gprep-marquee-toggle {
  display: none !important;
}

@media (max-width: 1199px) {
  .gprep-partner-shell {
    padding: 0 40px;
  }

  .gprep-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gprep-home-promo-media img {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .search-area {
    right: 12px;
    left: 12px;
    width: auto;
  }

  .search-area .form-group {
    flex-direction: column;
    align-items: stretch;
  }

  .search-area .search-icon-btn {
    width: 100%;
  }

  .gprep-search-shell {
    padding: 28px 20px;
  }

  .gprep-search-form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gprep-search-form .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .gprep-search-result-card {
    padding: 20px 18px;
  }

  .gprep-search-result-card h3 {
    font-size: 23px;
  }

  .site-breadcrumb {
    min-height: 250px;
    padding-top: 135px;
    padding-bottom: 40px;
  }

  .gprep-map-page-placeholder {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .gprep-map-page-placeholder p {
    font-size: 16px;
  }

  .contact-wrapper {
    padding: 16px;
    border-radius: 20px;
  }

  .contact-img {
    margin-bottom: 20px;
  }

  .contact-img img {
    min-height: 320px;
    border-radius: 18px;
  }

  .gprep-contact-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .gprep-contact-card .contact-form-header h2 {
    font-size: 34px;
  }

  .gprep-contact-card .contact-form-header p {
    font-size: 16px;
  }

  .emergencySectionArea .breakingNewsArea {
    border-radius: 24px;
    padding: 8px 14px;
  }

  .emergencySectionArea .breakingNewsArea .braking-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }

  .emergencySectionArea .breakingNewsArea .braking-inner .bracking-left {
    flex: 0 0 210px;
    margin-right: 12px;
    min-height: 30px;
    width: 210px;
  }

  .emergencySectionArea .breakingNewsArea .braking-inner .bracking-left h2 {
    font-size: 16px;
    white-space: nowrap;
  }

  .emergencySectionArea .breakingNewsArea .braking-inner .brack-text-rigt {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: auto;
  }

  .emergencySectionArea .breakingNewsArea .brack-text-rigt .gprep-emergency-marquee {
    animation: gprep-emergency-marquee-scroll 24s linear infinite;
    display: inline-flex;
  }

  .gprep-emergency-mobile-list {
    display: none !important;
  }

  .gprep-emergency-updates-list--static {
    max-height: none;
    padding-right: 0;
  }

  .emergencySectionArea .newsRightArea ul {
    height: auto !important;
    max-height: 460px;
  }

  .emergencyResourcesSection iframe {
    height: 420px !important;
  }

  .emergencyResourcesSection .nav-link,
  .evacueeResourcesArea .nav-link {
    width: 100% !important;
  }

  .gprep-naf-donation-link {
    align-items: flex-start;
    display: flex;
    width: 100%;
  }

  .gprep-partner-shell {
    padding: 0;
  }

  .gprep-partner-grid {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gprep-home-promo-media img {
    min-height: 280px;
  }

  .gprep-home-promo-body,
  .gprep-home-promo-body p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-top .languageArea {
  display: flex;
  align-items: center;
}

.header-top .languageArea .language-switcher {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
}

.header-top .languageArea .language-switcher option {
  color: #111111;
}

.service-text,
.campaign-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-img img,
.campaign-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Final breadcrumb/title overrides (keep at end). */
.site-breadcrumb .breadcrumb-menu,
.site-breadcrumb .breadcrumb-menu li,
.site-breadcrumb .breadcrumb-menu li a {
  display: none !important;
}

.site-breadcrumb .breadcrumb-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

/* Uniform resource/news cards: equal size + 2-line summary with ellipsis. */
.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-img-wrap {
  flex: 0 0 auto;
}

.service-content {
  display: flex;
  flex-direction: column;
  min-height: 250px;
}

.service-title {
  margin-bottom: 8px;
}

.service-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
}

.service-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3em;
}

.service-arrow {
  margin-top: auto;
}

/* Uniform news cards: equal size + 3-line summary clamp. */
.campaign-item {
  display: flex;
  flex-direction: column;
  height: 85%;
}

.campaign-img {
  flex: 0 0 auto;
}

.campaign-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.campaign-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
}

.campaign-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.6;
  min-height: calc(1.6em * 3);
  max-height: calc(1.6em * 3);
}

.campaign-text > p {
  display: inline;
  margin: 0;
}

.campaign-text > br {
  display: none;
}

.campaign-footer {
  margin-top: auto;
}

/* Homepage stakeholders section: full-width content and centered heading. */
.gprep-home-promo-section--stakeholders .gprep-home-promo-content .site-heading {
  text-align: center;
}

.gprep-home-promo-section--stakeholders .gprep-home-promo-content .heading-divider {
  margin-left: auto;
  margin-right: auto;
}

.gprep-home-promo-section--stakeholders .gprep-home-promo-content .heading-divider::after {
  left: 50%;
  margin-left: -10px;
}

.gprep-home-promo-section--stakeholders .gprep-stakeholder-intro {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.about-text{
  margin-top:30px;
}
.stickySidebar {
    position: static !important;
}
.service-details img{
  width:auto;
}
.service-details p:has(img) {
   text-align: center;
}
ul[type='circle'] li {
    margin-left:0px !important;
   }
@media (min-width: 768px) {
    .stickySidebar {
        position: sticky;
        top: 20px;
    }
    .service-details p:has(img) {
      text-align: left;
    }
}