/* Import SCSS variables */
:root {
  --font-main: Inter, sans-serif;
  --font-heading: Alegreya Sans, sans-serif;
  --font-accent: Inter, sans-serif;
  --font-open-sans: "Open Sans", sans-serif;
  --color-black: #000;
  --color-black-lt: #2a2a2a;
  --color-white: #ffffff;
  --color-gray: #6f6f6f;
  --color-gray-lt: #eeefff;
  --color-gray-lt-alt: #eaeaea;
  --color-gray-dk: #54585a;
  --color-red: #b4182d;
  --color-blue: #3a97b4;
  --color-blue-dk: #052d5c;
  --color-teal: #005e63;
  --color-teal-lt: #00aebb;
  --color-green: #a9ad00;
  --color-orange: #f26722;
  --color-yellow: #fdb714;
  --color-olive: #666515;
  --color-csn-blue: #004990;
  --color-csn-blue-10: color-mix(in srgb, var(--color-csn-blue) 10%, white);
  --color-csn-blue-75: color-mix(in srgb, var(--color-csn-blue) 75%, white);
  --color-csn-blue-80: color-mix(in srgb, var(--color-csn-blue) 80%, white);
  --color-csn-blue-90: color-mix(in srgb, var(--color-csn-blue) 90%, white);
  --color-csn-blue-dk: #062e57;
  --color-csn-yellow: #ffd200;
  --color-csn-yellow-60: color-mix(in srgb, var(--color-csn-yellow) 60%, white);
  --color-csn-yellow-45: color-mix(in srgb, var(--color-csn-yellow) 45%, white);
  --color-faded-sand: #f9f1e2;
  --color-midnight-purple: #004890;
  --color-rich-black: #1e1d1b;
  --color-sky-blue: #4387f8;
  --color-yellow-ochre: #db9b2e;
  --color-cactus-green: #536810;
  --color-baked-clay: #bb612d;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.333rem;
  --bs-body-color: var(--color-black-lt);
  --bs-body-bg: var(--color-white);
  --black: 0, 0, 0;
  --black-lt: 42, 42, 42;
  --white: 255, 255, 255;
  --gray: 111, 111, 111;
  --gray-lt: 238, 239, 239;
  --gray-dk: 84, 88, 90;
  --red: 180, 24, 45;
  --blue: 58, 151, 180;
  --blue-dk: 5, 45, 92;
  --teal: 0, 94, 99;
  --teal-lt: 0, 174, 187;
  --green: 169, 173, 0;
  --orange: 242, 103, 34;
  --yellow: 253, 183, 20;
  --olive: 102, 101, 21;
  --CSN-Blue: 0, 72, 144;
  --CSN-Blue-dk: 6, 46, 87;
  --CSN-Yellow: 255, 210, 0;
  --Faded-Sand: 249, 241, 226;
  --Midnight-Purple: 54, 28, 81;
  --Rich-Black: 30, 29, 27;
  --Sky-Blue: 67, 135, 248;
  --Yellow-Ochre: 219, 155, 46;
  --Cactus-Green: 83, 104, 12;
  --Baked-Clay: 187, 97, 45;
  --transparent: rgba(0, 0, 0, 0);
  --shadow: 0 0 .625rem .125rem rgba(var(--color-black), .1);
  --heading: var(--font-heading);
  --body: var(--font-main);
  --logo: "optimabold";
  --transition-duration: .3s;
  --transition-easing: ease;
  --transition: var(--transition-duration) var(--transition-easing);
}

/* ==========================================================================
   Strategic Plan Page
   Node 325
   ========================================================================== */
.page-node-325 {
  /* Prevent the content wrapper from clipping the full-width hero overlay. */
  /* ==========================================================================
     Cinematic Hero
     ========================================================================== */
  /*
   * Authenticated Drupal users have an additional administration offset.
   * Verify these values against the current toolbar height.
   */
  /* ==========================================================================
     News and Events
     ========================================================================== */
  /* ==========================================================================
     Planning Documents
     ========================================================================== */
  /* ==========================================================================
     President Message
     ========================================================================== */
  /* ==========================================================================
     Strategic Task Force
     ========================================================================== */
  /* ==========================================================================
     Mission, Vision and Values
     ========================================================================== */
  /* ==========================================================================
     Strategic Timeline
     ========================================================================== */
}
.page-node-325 main > .container-lg {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .page-node-325 .block-page-title-block h1 {
    margin-top: 1rem;
  }
}
.page-node-325 .paragraph--type--header-banner {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-node-325 .paragraph--type--header-banner {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-node-325 .paragraph--type--header-banner.style-cinematic .background-image-wrapper::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 27%, rgba(0, 0, 0, 0.3) 42%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
  }
}
.page-node-325 .hero-overlay-wrapper {
  position: relative;
  left: 50%;
  z-index: 2;
  width: 100vw;
  margin-left: -50vw;
  margin-bottom: 1rem;
  padding: 1.125rem 0;
  background-color: var(--color-csn-blue);
}
@media (min-width: 992px) {
  .page-node-325 .hero-overlay-wrapper {
    display: flex;
    align-items: flex-end;
    min-height: 16.5625rem;
    margin-top: auto !important;
    margin-bottom: -17.0625rem;
    padding-block: 1.125rem;
    background-color: transparent;
    transform: translateY(-33.4375rem);
  }
}
@media (min-width: 992px) {
  .page-node-325.role-authenticated .hero-overlay-wrapper, .role-authenticated .page-node-325 .hero-overlay-wrapper {
    transform: translateY(-37.5rem);
    margin-bottom: -13rem;
  }
}
.page-node-325 .hero-title,
.page-node-325 .hero-text {
  font-family: var(--font-open-sans);
}
.page-node-325 .hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
}
@media (min-width: 992px) {
  .page-node-325 .hero-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  }
}
.page-node-325 .hero-text {
  color: var(--color-csn-yellow-60);
  font-size: clamp(1.35rem, 3.24vw, 2.1rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .page-node-325 .hero-text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  }
}
.page-node-325 .news-events {
  /* background-color: #eaeaea; */
}
.page-node-325 .news-events .news-item {
  position: relative;
  cursor: pointer;
}
.page-node-325 .news-events .news-item h4 {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 1.25rem 0.75rem 1.25rem 0;
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: 0.375rem solid var(--color-csn-yellow);
}
.page-node-325 .news-events .news-item h4 > a {
  display: block;
  color: inherit;
  font-family: var(--font-accent);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.11em;
  text-decoration: none;
  box-shadow: none !important;
}
.page-node-325 .news-events .news-item h4 > a:hover, .page-node-325 .news-events .news-item h4 > a:focus-visible {
  color: var(--color-csn-blue);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--color-csn-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.page-node-325 .news-events .news-item:hover h4 > a, .page-node-325 .news-events .news-item:focus-within h4 > a {
  color: var(--color-csn-blue);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--color-csn-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.page-node-325 .planning-documents .card-img-wrapper {
  aspect-ratio: 16/9;
}
.page-node-325 .planning-documents .card {
  background-color: #fff;
  border: 2px solid var(--color-csn-blue) !important;
  border-radius: 0.5rem;
}
.page-node-325 .planning-documents .card-body {
  padding: 1rem 1.25rem 1.25rem;
}
.page-node-325 .planning-documents .card-title {
  color: #000;
  margin-bottom: 0.75rem;
  font-family: var(--font-open-sans);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-node-325 .planning-documents .card-title {
    font-size: 1.25rem !important;
  }
}
.page-node-325 .planning-documents .card-title a {
  color: var(--color-csn-blue) !important;
  box-shadow: inset 0 -0.125rem 0 var(--color-csn-yellow);
}
.page-node-325 .planning-documents .card-title a:hover, .page-node-325 .planning-documents .card-title a:focus-visible {
  box-shadow: inset 0 -0.125rem 0 var(--color-csn-yellow) !important;
}
.page-node-325 .planning-documents .card-text {
  margin-bottom: 0;
  font-family: var(--font-open-sans);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.page-node-325 .planning-documents .card-zoom {
  overflow: hidden;
  cursor: pointer;
}
.page-node-325 .planning-documents .card-zoom * {
  cursor: inherit;
}
.page-node-325 .planning-documents .card-zoom:hover, .page-node-325 .planning-documents .card-zoom:focus-within {
  border-color: var(--color-csn-yellow) !important;
}
.page-node-325 .planning-documents .card-zoom:hover a, .page-node-325 .planning-documents .card-zoom:focus-within a {
  box-shadow: inset 0 -0.125rem 0 var(--color-csn-yellow) !important;
}
.page-node-325 .president-message {
  background-color: var(--color-faded-sand);
}
.page-node-325 .president-message .president-portrait {
  width: 15.625rem;
  max-width: 100%;
}
.page-node-325 .task-force-logo {
  width: 75% !important;
}
@media (min-width: 768px) {
  .page-node-325 .task-force-logo {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .page-node-325 .task-force-logo {
    width: 75% !important;
  }
}
.page-node-325 .mvv .card-title {
  display: inline-block;
  margin: 0.75rem 0 1.5rem;
  border-bottom: 4px solid var(--color-csn-yellow);
  font-size: 1.5rem;
}
.page-node-325 .strategic-timeline {
  /*
   * Timeline colors are scoped to this component instead of being placed
   * on :root, preventing these names from affecting other pages.
   */
  --csn-blue: #004990;
  --csn-yellow: #f3b41b;
  --timeline-blue: #00aeef;
  --timeline-green: #5ebb4c;
  --timeline-purple: #6a4d94;
  --timeline-indigo: #303189;
  /*
   * Shared chevron geometry.
   *
   * The main chevron and full-height blue trail use the same depth so
   * their diagonal angles match. The yellow trail is shorter and uses
   * a proportionally smaller depth.
   */
  --chevron-depth: 1rem;
  --trail-gap: 0.25rem;
  --trail-thickness: 0.5rem;
  --yellow-trail-thickness: 0.375rem;
  --yellow-chevron-depth: 0.72rem;
  --timeline-left-padding: 1.15rem;
  /*
   * Blue outer edge to the main-chevron notch equals --trail-gap.
   */
  --blue-trail-left: calc(
          var(--timeline-left-padding) -
          var(--trail-thickness) -
          var(--trail-gap)
  );
  /*
   * Yellow outer edge to the blue inner edge equals --trail-gap.
   */
  --yellow-trail-left: calc(
          var(--blue-trail-left) +
          var(--chevron-depth) -
          var(--trail-gap) -
          var(--yellow-chevron-depth) -
          var(--yellow-trail-thickness)
  );
  padding-block: 4rem;
}
.page-node-325 .strategic-timeline--heading {
  margin-bottom: 2rem;
  text-align: center;
}
.page-node-325 .strategic-timeline--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-node-325 .strategic-timeline--column {
  --timeline-bg: var(--timeline-blue);
  --timeline-text: #000;
  position: relative;
  display: flex;
  min-width: 0;
  overflow: visible;
  padding-left: var(--timeline-left-padding);
  cursor: default;
  /*
   * Five equal-width items at Bootstrap's large breakpoint.
   * The slight negative margin tightens the space between items.
   */
}
.page-node-325 .strategic-timeline--column--blue {
  --timeline-bg: var(--timeline-blue);
  --timeline-text: #000;
}
.page-node-325 .strategic-timeline--column--yellow {
  --timeline-bg: var(--csn-yellow);
  --timeline-text: #000;
}
.page-node-325 .strategic-timeline--column--green {
  --timeline-bg: var(--timeline-green);
  --timeline-text: #000;
}
.page-node-325 .strategic-timeline--column--purple {
  --timeline-bg: var(--timeline-purple);
  --timeline-text: #fff;
}
.page-node-325 .strategic-timeline--column--indigo {
  --timeline-bg: var(--timeline-indigo);
  --timeline-text: #fff;
}
.page-node-325 .strategic-timeline--column:hover, .page-node-325 .strategic-timeline--column:focus-visible {
  color: var(--timeline-text);
  filter: brightness(1.06);
  transform: translateY(-0.2rem);
  cursor: default;
}
.page-node-325 .strategic-timeline--column:focus-visible {
  outline: 0.25rem solid var(--csn-yellow);
  outline-offset: -0.5rem;
}
@media (min-width: 992px) {
  .page-node-325 .strategic-timeline--column:not(:first-child) {
    margin-left: -0.35rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-node-325 .strategic-timeline--column {
    transition: none;
  }
  .page-node-325 .strategic-timeline--column:hover, .page-node-325 .strategic-timeline--column:focus-visible {
    transform: none;
  }
}
.page-node-325 .strategic-timeline--item {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 9rem;
  padding: 0 1.5rem;
  color: var(--timeline-text);
  text-align: center;
  text-decoration: none;
  background-color: var(--timeline-bg);
  /*
   * Main chevron:
   * - inward notch on the left
   * - pointed end on the right
   */
  clip-path: polygon(0 0, calc(100% - var(--chevron-depth)) 0, 100% 50%, calc(100% - var(--chevron-depth)) 100%, 0 100%, var(--chevron-depth) 50%);
  transition: filter 200ms ease, transform 200ms ease;
  /*
   * Bootstrap's col-md-4 classes create three items on the first row
   * and two centered items on the second row from md through lg.
   */
}
@media (max-width: 991.98px) {
  .page-node-325 .strategic-timeline--item {
    min-height: 8.5rem;
  }
}
.page-node-325 .strategic-timeline--item hr.gradient-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  opacity: 1;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 15%, #fff 50%, rgba(255, 255, 255, 0.2) 85%, transparent 100%);
}
.page-node-325 .strategic-timeline--trail {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: calc(var(--chevron-depth) + var(--trail-thickness));
  overflow: visible;
  pointer-events: none;
}
.page-node-325 .strategic-timeline--trail-line {
  position: absolute;
  display: block;
  /*
   * Full-height blue trail.
   *
   * Uses the same chevron depth as the main shape so the diagonal
   * angle matches.
   */
  /*
   * Shorter yellow trail.
   *
   * Its horizontal depth is reduced with its height to preserve the
   * same visible diagonal angle as the blue and main chevrons.
   */
}
.page-node-325 .strategic-timeline--trail-line--blue {
  top: 0;
  bottom: 0;
  left: var(--blue-trail-left);
  z-index: 2;
  width: calc(var(--chevron-depth) + var(--trail-thickness));
  background: var(--csn-blue);
  clip-path: polygon(0 0, var(--trail-thickness) 0, calc(var(--chevron-depth) + var(--trail-thickness)) 50%, var(--trail-thickness) 100%, 0 100%, var(--chevron-depth) 50%);
}
.page-node-325 .strategic-timeline--trail-line--yellow {
  top: 14%;
  bottom: 14%;
  left: var(--yellow-trail-left);
  z-index: 1;
  width: calc(var(--yellow-chevron-depth) + var(--yellow-trail-thickness));
  background: var(--csn-yellow);
  clip-path: polygon(0 0, var(--yellow-trail-thickness) 0, calc(var(--yellow-chevron-depth) + var(--yellow-trail-thickness)) 50%, var(--yellow-trail-thickness) 100%, 0 100%, var(--yellow-chevron-depth) 50%);
}
.page-node-325 .strategic-timeline--phase, .page-node-325 .strategic-timeline--dates {
  display: block;
  width: min(100%, 13rem);
  color: #212529;
  text-align: center;
}
.page-node-325 .strategic-timeline--phase {
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.page-node-325 .strategic-timeline--dates {
  padding: 0.65rem 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}
.page-node-325 .strategic-timeline--column--purple .strategic-timeline--phase,
.page-node-325 .strategic-timeline--column--purple .strategic-timeline--dates, .page-node-325 .strategic-timeline--column--indigo .strategic-timeline--phase,
.page-node-325 .strategic-timeline--column--indigo .strategic-timeline--dates {
  color: #fff;
}
/*# sourceMappingURL=../sourcemaps/node-325--strategic-plan.css.map */
