:root {
  --moose-blue: #2673c4;
  --moose-blue-light: #5999d9;
  --moose-yellow: #f6c244;
  --moose-orange: #f78d3f;
  --moose-teal: #37b6b2;
  --moose-neutral: #fff;
}

/* BODY + BACKGROUND */
body {
  background: var(--moose-neutral) !important;
  color: #232323 !important;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif !important;
}

/* HERO BANNER (image left, content right) */
.mooseu-hero {
  background: url('/sites/default/files/2025-06/mooseu-hero-watercolor-banner.png') no-repeat center top / cover, #fff !important;
  max-width: 1300px;
  margin: 0 auto 2rem auto;
  border-radius: 1.1rem;
  box-shadow: 0 3px 18px rgba(38,115,196,0.04);
  padding: 1.4rem 2.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mooseu-hero-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}

.mooseu-hero-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mooseu-hero-logo img {
  max-height: 170px;
  width: auto;
  display: block;
  border-radius: 1.1rem;
  box-shadow: 0 2px 16px rgba(38,115,196,0.08);
}

.mooseu-hero-content {
  flex: 1 1 0%;
  min-width: 0;
}

.mooseu-hero-content h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2.3rem;
  color: var(--moose-blue);
  font-weight: 900;
}

.mooseu-hero-subheadline {
  font-size: 1.3rem;
  color: var(--moose-orange);
  margin-bottom: 1.1em;
  font-weight: 500;
}

.mooseu-button-block.btn, .mooseu-button-block .btn {
  background: var(--moose-blue);
  color: #fff;
  font-weight: bold;
  border-radius: 2em;
  padding: 0.9em 2.2em;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(38,115,196,0.10);
  border: none;
  transition: background 0.15s;
  text-decoration: none;
  display: inline-block;
}

.mooseu-button-block.btn:hover, .mooseu-button-block .btn:hover {
  background: var(--moose-yellow);
  color: var(--moose-blue);
}

/* Responsive: stack hero on mobile */
@media (max-width: 900px) {
  .mooseu-hero, .mooseu-hero-inner {
    flex-direction: column !important;
    gap: 1rem !important;
    padding: 1.2rem 1rem !important;
    align-items: stretch !important;
  }
  .mooseu-hero-logo img {
    max-height: 90px;
    margin-bottom: 0.8rem;
  }
}

/* SECTION HEADINGS */
h1, h2, h3, h4 {
  color: var(--moose-blue) !important;
  font-weight: 900 !important;
}

/* BUTTONS (global) */
.button, .btn {
  background: var(--moose-blue) !important;
  color: #fff !important;
  border-radius: 2em !important;
  font-weight: 700 !important;
  padding: 0.8em 2em !important;
  transition: background 0.14s !important;
  box-shadow: 0 2px 8px rgba(38,115,196,0.10) !important;
  border: none !important;
  text-decoration: none !important;
}
.button:hover, .btn:hover {
  background: var(--moose-orange) !important;
  color: #fff !important;
}

/* CARD STYLE (matches your graphics) */
.mooseu-card, .card {
  background: #fff !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 6px 24px rgba(38,115,196,0.13) !important;
  border: 1.5px solid #e3eaf5 !important;
  padding: 1.5rem 1.1rem 2.2rem 1.1rem !important;
  margin-bottom: 2.5rem !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: center !important;
}

/* Bottom blue bar with yellow title, like your images */
.mooseu-card-footer {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: var(--moose-blue);
  color: var(--moose-yellow);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.6em 0;
  border-radius: 0 0 1.5rem 1.5rem;
  letter-spacing: 0.03em;
}

/* SECTION DIVIDER */
.section-divider {
  display: block;
  width: 100%;
  border: none;
  border-top: 4px dotted var(--moose-orange, #f78d3f);
  margin: 2.2rem 0 2.2rem 0;
  height: 0;
  background: none;
  clear: both;
  opacity: 0.8;
}

/* HIGHLIGHTED BLOCKS */
.mooseu-highlighted-block {
  background: linear-gradient(108deg, #fffbe5 60%, #f6c24433 100%);
  color: var(--moose-blue, #2673c4);
  border-radius: 1.1rem;
  padding: 1.25em 1.6em;
  font-size: 1.14rem;
  font-weight: 700;
  margin-bottom: 1.8em;
  box-shadow: 0 3px 12px rgba(246, 194, 68, 0.09);
  border: 1.5px solid #f6c244;
}

/* ACCORDION BLOCKS */
.mooseu-accordion-block {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 14px rgba(38, 115, 196, 0.10);
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1.5px solid #e3eaf5;
}
.mooseu-accordion-block .accordion-header {
  background: var(--moose-blue, #2673c4);
  color: #fff;
  font-weight: 700;
  padding: 1.1rem 1.6rem;
  font-size: 1.13rem;
  cursor: pointer;
  border-bottom: 1px solid #e3eaf5;
}
.mooseu-accordion-block .accordion-content {
  background: #fff;
  color: #313a4d;
  padding: 1.1rem 1.6rem;
  border-top: 1.5px solid #e3eaf5;
}

/* BORDERED TITLES */
.mooseu-bordered-title-left {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--moose-blue, #2673c4);
  border-left: 8px solid var(--moose-yellow, #f6c244);
  padding-left: 1em;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 0.6rem 0 0 0.6rem;
}
.mooseu-bordered-title-right {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--moose-blue, #2673c4);
  border-right: 8px solid var(--moose-yellow, #f6c244);
  padding-right: 1em;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 0 0.6rem 0.6rem 0;
}

/* CARD BLOCKS */
.mooseu-card-block {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 5px 20px rgba(38,115,196,0.11);
  border: 1.5px solid #e3eaf5;
  padding: 1.7rem 1.1rem 1.1rem 1.1rem;
  margin-bottom: 2.2rem;
  text-align: center;
  position: relative;
  overflow: visible;
}
.mooseu-card-block .card-title {
  font-size: 1.17rem;
  font-weight: 800;
  color: var(--moose-blue, #2673c4);
  margin-bottom: 0.5em;
}
.mooseu-card-block .card-image {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  background: #fffbe5;
  margin-bottom: 0.7em;
  box-shadow: 0 2px 8px rgba(246, 194, 68, 0.10);
}

/* IMAGE OVERLAY */
.mooseu-image-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fffbe5;
}
.mooseu-image-overlay img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.mooseu-image-overlay .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(38,115,196,0) 60%, rgba(38,115,196,0.84) 100%);
  color: #fff;
  padding: 1.1em;
  font-size: 1.15rem;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.20);
}

/* TESTIMONIAL BLOCK */
.mooseu-testimonial-block {
  background: #fff;
  border-left: 8px solid var(--moose-blue, #2673c4);
  border-radius: 1.1rem 0.6rem 0.6rem 1.1rem;
  padding: 2.1em 1.5em 1.5em 2.7em;
  box-shadow: 0 3px 18px rgba(38,115,196,0.09);
  margin-bottom: 2em;
  position: relative;
}
.mooseu-testimonial-block::before {
  content: "“";
  font-size: 3.5rem;
  color: var(--moose-yellow, #f6c244);
  position: absolute;
  left: 1.1em;
  top: 0.7em;
  line-height: 1;
  font-family: Georgia, serif;
}
.mooseu-testimonial-block .testimonial-author {
  font-weight: bold;
  color: var(--moose-blue, #2673c4);
  margin-top: 1em;
  font-size: 1.01rem;
}
.mooseu-highlighted-block {
  background: url('/sites/default/files/2025-06/mooseu-yellow-watercolor.png') no-repeat center/cover,
    linear-gradient(108deg, #fffbe5 60%, #f6c24433 100%);
  color: var(--moose-blue, #2673c4);
  border-radius: 1.1rem;
  padding: 1.35em 1.7em;
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 1.8em;
  box-shadow: 0 3px 12px rgba(246, 194, 68, 0.09);
  border: 1.5px solid #f6c244;
  background-size: cover;
  background-repeat: no-repeat;
}
