/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    --webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    --webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  
  /**Start CSS styling code for page*/
  
  html {
      box-sizing: border-box;
    }
    *, *:before, *:after {
      box-sizing: inherit;
    }
  
  :root {
    --white-color: white;
    --bw-color: #f9f9fa;
    --navy-color: navy;
    --hover-color: #496ba9;
    --hover-color-2: #b4c4e3;
    --green-color:  #158042;
    --bg-color-gradient: linear-gradient(
      45deg,
      hsl(0, 0%, 8%) 0%,
      hsl(220deg 22% 12%) 16%,
      hsl(217deg 38% 16%) 28%,
      hsl(214deg 52% 19%) 38%,
      hsl(211deg 69% 22%) 48%,
      hsl(207deg 100% 23%) 57%,
      hsl(213deg 53% 34%) 65%,
      hsl(215deg 38% 42%) 74%,
      hsl(217deg 30% 50%) 82%,
      hsl(218deg 34% 58%) 91%,
      hsl(219deg 39% 66%) 100%
    );
    }
  
    header {
      text-align: center;
      color: var(--bw-color);
      top: 0;
      width: 100%;
      position: fixed;
      z-index: 100;
      background-image: var(--bg-color-gradient);
    }

    h1 {
      margin-left: 55px;
    }

  body {
      background-image: var(--bg-color-gradient);
      font-family: 'Inter', sans-serif;
      min-height: 100vh;
      min-height: 100dvh;
    }

    .icon {
      display: inline-block;
      width: 1em;
      height: 1em;
      stroke-width: 0;
      stroke: currentColor;
      fill: currentColor;
    }

  .support {
    color: var(--bw-color);
  }

/* Navigation - Headroom JS Move Navigation on Scroll */
.headroom {
  will-change: transform;
  transition: all .5s linear;

}

.headroom--pinned {
  transform: translateY(0%);
  opacity: 1;
}

.headroom--unpinned {
  transform: translateY(-100%);
  opacity: 0;
}

/* End JS Navigation */

img.errors {
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}

  img.home {
    filter: grayscale(100);
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
  }

  /* HAMBURGER MENU ICON */

  .nav-main-menu-toggle {
    position: fixed;
    z-index: 200;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}

  .nav-main-menu-toggle rect:nth-child(1) {
  transition: all 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform-origin: center;
}

.nav-main-menu-toggle rect:nth-child(2) {
  transition: all 2.25s linear;
  transform-origin: center;
}

.nav-main-menu-toggle rect:nth-child(3) {
  transition: all 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform-origin: center;
}

/* JAVASCRIPT WILL ADD - aria-expanded="true" - to .nav-main-menu-toggle */
.nav-main-menu-toggle[aria-expanded="true"] rect:nth-child(1) {
  rotate: 1.125turn;
  translate: 0 10px;
}

.nav-main-menu-toggle[aria-expanded="true"] rect:nth-child(2) {
  scale: 0;
}

.nav-main-menu-toggle[aria-expanded="true"] rect:nth-child(3) {
  rotate: -1.125turn;
  translate: 0 -10px;
}

/* END - .nav-main-menu-toggle */

#nav-main-menu {
  transform: translateX(-100%);
  transition: all 1s ease-in-out;
  position: fixed;
  background: var(--bw-color);
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  z-index: 200;
}

#nav-main-menu:not([hidden]) {
  visibility: visible;
  transform: translateX(0);
  transition: all 1.8s ease-in-out;
}

#nav-main-menu li a {
  color: var(--navy-color);
  display: flex;
  line-height: 3;
  padding: 0 2em;
  transition: all .25s ease-in-out;
}

#nav-main-menu li a:hover,
#nav-main-menu li a:focus {
  background-color: var(--hover-color);
  color: var(--bw-color);
}

/* SET SVG TRANSFORMS - based on individual elements not SVG box */
.nav-main-menu-toggle svg * {
  transform-box: fill-box;
}

.nav-main-menu-toggle-icon span::before,
.nav-main-menu-toggle-icon span,
.nav-main-menu-toggle-icon span::after {
    background-color: var(--bw-color);
}

/* END - .nav-main */


main {
  padding-top: 15px;
}

  .wrapper {
    margin: 0 1rem;
  }

  a {
    color: var(--navy-color);
    text-decoration: none;
  }

  .cards {
    display: grid;
    column-gap: 25px;
    row-gap: 25px;
    text-align: center;
  }

  .card {
    display: flex;
    background-color: var(--bw-color);
  }

  .card a {
    flex: 1 1 auto;
    line-height: 3;
    padding-left: 10px;
    padding-right: 10px;
  }

  li.card a:hover {
    color: var(--bw-color)
  }

  .info {
    color: var(--bw-color);
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }

  .program-grid {
    margin-bottom: 25px;
    display: grid;
    column-gap: 25px;
    background-color: var(--bw-color);
    }

  .program-description {
    color: var(--navy-color);
    display: flex;
    background-color: var(--bw-color);
    flex: 1 1 auto;
    line-height: 2;
    }
  
    p.program-description {
      padding-left: 10px;
      padding-right: 10px;
    }

  img.program {
    width: 100%;
    filter:grayscale(100);
  }

  ul {
    list-style: none;
    padding-left: 0px;
  }

  h2 {
    color: var(--bw-color);
  }

  h2.add {
    margin-top: 115px;
  }

  p.programs {
    color: var(--bw-color);
  }

.wrapper.errors {
    text-align: center;
    color: var(--bw-color);
  }

  label {
    color: var(--bw-color);
  }

  aside {
    color: var(--bw-color);
    font-size: 24px;
    text-align: center;
  }

  aside a {
    color: var(--bw-color);
    text-decoration: underline;
  }

  

/* SKIP CONTENT LINK */
[href="#main-content"] {
  position: absolute;
  z-index: 99999;
  left: 1rem;
  top: 1rem;
  transform: translate(calc(-100% - 1rem), calc(-100% - 1rem));
  font-size: 1.25rem;
  line-height: 2;
  padding: 0 2rem;
  color: var(--navy-color);
  background: var(--white-color);
  transition: all .5s ease-in-out;
}

[href="#main-content"]:focus {
  outline: 2px solid var(--navy-color);
  transform: translate(0, 0);
  transition: all .25s ease-in-out;
}

/* End Skip Content Link */

.card:hover {
  background-color: var(--hover-color);
  color: var(--bw-color);
  transition: 0.5s;
}

aside a:hover {
  color: var(--hover-color-2);
}

/* Contact Us Form */

form ol {
  list-style: none;
  padding-left: 0;
}

form ol li {
  transition: all 0.2s ease-in;
  position: relative;
}

form label {
  display: block;
  line-height: 1.5;
  padding-bottom: 10px;
}

form textarea,
form input:not([type="checkbox"]):not([type="radio"]) {
  display: block;
  width: 100%;
  line-height: 3;
  font-family: inherit;
  /* Need min 16px to prevent zooming on field in iOS */
  font-size: 1em;
  padding: 0 0.5em;
  border: 1px solid var(--navy-color);
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in;
}

form textarea:focus,
form input:not([type="checkbox"]):not([type="radio"]):focus {
  outline: none;
  border-color: blue;
}

form textarea {
  min-height: 180px;
}

form input+label,
form textarea+label {
  transform: translateY(-100%);
  transition: all 0.2s ease-in;
  z-index: 1;
  position: relative;
}

form input:valid+label,
form textarea:valid+label {
  transform: translateY(0);
  background: var(--navy-color);
  padding: 0 0.5em;
}

form:valid input[type="submit"] {
  border: 2px solid var(--navy-color);
}

form li:last-child::before {
  position: absolute;
  left: 40px;
  line-height: 2;
}

form li:last-child::after {
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 2;
}

form:valid li:last-child {
  background: var(--navy-color);
  padding: 5px;
}
/* End Contact Us Form */

footer a {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  color: var(--bw-color);
  font-size: 11px;
}

footer a[href^=javascript] {
  float: right;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 11px;
}

/* Google Map */

#gmap {
  margin: 20px 0;
  height: 420px;
  overflow: hidden;
  background: url(images/gmap.webp) no-repeat center / cover;
}

#gmap h4 {
  font-size: 1.4em;
  margin: 0;
}

#gmap span {
  display: block;
  font-size: 0.8em;
}

/* End Google Map */

@media (min-width: 768px) {
  footer a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--bw-color);
    font-size: 16px;
  }
  
  footer a[href^=javascript] {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  
  .info {
    text-align: center;
  }

  header {
    text-align: center;
  }

  h1 {
    margin-left: auto;
  }

  h2.add {
    margin-top: 75px;
  }

  img.home {
    margin-top: 75px;
  }

  /* Contact Us and Directions Forms */

  .grid-12,
    .grid-8 {
        display: grid;
        gap: 10px;
    }

    .grid-12,
    .wrapper {
        grid-template-columns: repeat(12, 1fr);
    }

    .grid-8 {
        grid-template-columns: repeat(8, 1fr);
    }

    .grid-12-span-2-6 {
        grid-column: 2 / 6;
    }

    .grid-12-span-7-12 {
        grid-column: 7 / 12;
    }

    .grid-12-span-1-9 {
        grid-column: 1 / 9;
    }

    .grid-12-span-9-13 {
        grid-column: 9 / 13;
    }

    .grid-8-span-1-8 {
        grid-column: 1 / 9;
    }

    .grid-8-span-1-4 {
        grid-column: 1 / 5;
    }

    .grid-8-span-1-6 {
        grid-column: 1 / 7;
    }

    .grid-8-span-4-8 {
        grid-column: 5 / 9;
    }

    .grid-8-span-6-8 {
        grid-column: 7 / 9;
    }

    .grid-8-span-8 {
        grid-column: span 8;
    }

  /* End Contact Us and Directions Forms */
}

@media (min-width: 1024px) {
  header {
    text-align: center;
    color: var(--bw-color);
  }

  .cards {
    display: grid;
    grid-template-columns: 485px 485px;
    grid-template-rows: 100px 100px;
    column-gap: 25px;
    row-gap: 25px;
    justify-content: center;
    font-size: 30px;
    text-align: center;
  }

  .wrapper {
    margin: 0 auto;
    width: min(80%, 1024px);
  }

  aside {
    color: var(--bw-color);
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
  }

  #nav-main-menu:not([hidden]) {
    visibility: visible;
    transform: translateX(0);
    transition: all 1.8s ease-in-out;
  }

  #nav-main-menu li a {
    display: flex;
    line-height: 3;
    padding: 0 2em;
    transition: all .25s ease-in-out;
  }

  #nav-main-menu {
    transform: translateX(-100%);
    transition: all 1s ease-in-out;
    width: 20vw;
    background: var(--bw-color);
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    visibility: hidden;
    flex-direction: column;
  }

  main {
    padding-top: 25px;
  }
  
}