:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #13477d;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	Variables from BRAND campaign:
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	2022 Redesign Variables
*/
:root {
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #0672b9;
}
#section-hero .hero-image img {
  margin: 0;
}
#section-hero .hero-image .flex-context {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
#section-hero .hero-image .flex-context .message {
  background: #000;
  padding: 10px 15px;
}
#section-hero .hero-image .flex-context .message h1,
#section-hero .hero-image .flex-context .message p.lede,
#section-hero .hero-image .flex-context .message small {
  color: #fff;
}
#section-hero .hero-image .flex-context .message h1 {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#section-hero .hero-image .flex-context .message h1 small {
  font-weight: 400;
  font-family: "GT Walsheim", Arial, sans-serif;
}
#section-hero .hero-image .flex-context .message p.lede {
  margin-bottom: 0;
}
#section-hero .hero-image.full-width-right .flex-context {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (min-width: 992px) {
  @keyframes imageAnimation3 {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    34% {
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes imageAnimation4 {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    26% {
      opacity: 1;
    }
    34% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes imageAnimation5 {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    21% {
      opacity: 1;
    }
    28% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  [data-tier="Tier 2"] #section-hero .hero-image.row-center,
  [data-tier="Tier 3"] #section-hero .hero-image.row-center,
  [data-tier="Tier 2"] #section-hero .hero-image picture,
  [data-tier="Tier 3"] #section-hero .hero-image picture,
  [data-tier="Tier 2"] #section-hero .hero-image img,
  [data-tier="Tier 3"] #section-hero .hero-image img {
    max-width: 100vw;
  }
  #section-hero .hero-image {
    position: relative;
    min-height: 33.5vw;
    background: #fff;
    margin: 0 -15px;
  }
  #section-hero .hero-image .flex-context {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 50px;
    z-index: 1;
  }
  #section-hero .hero-image .flex-context.flex-top {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #section-hero .hero-image .flex-context.flex-center {
    -ms-flex-align: center;
        align-items: center;
  }
  #section-hero .hero-image .flex-context .message {
    width: auto;
    max-width: 35%;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px #343434;
    padding: 25px;
  }
  #section-hero .hero-image .cross-fade {
    position: relative;
  }
  #section-hero .hero-image .cross-fade > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
  }
  #section-hero .hero-image .cross-fade > img:nth-child(1) {
    animation-delay: 0s;
  }
  #section-hero .hero-image .cross-fade > img:nth-child(2) {
    animation-delay: 10s;
  }
  #section-hero .hero-image .cross-fade > img:nth-child(3) {
    animation-delay: 20s;
  }
  #section-hero .hero-image .cross-fade > img:nth-child(4) {
    animation-delay: 30s;
  }
  #section-hero .hero-image .cross-fade > img:nth-child(5) {
    animation-delay: 40s;
  }
  #section-hero .hero-image .cross-fade.fade-3 > img {
    animation-name: imageAnimation3;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #section-hero .hero-image .cross-fade.fade-4 > img {
    animation-name: imageAnimation4;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #section-hero .hero-image .cross-fade.fade-5 > img {
    animation-name: imageAnimation5;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}
@media (min-width: 1310px) {
  [data-tier="Tier 2"] #section-hero .hero-image.row-center,
  [data-tier="Tier 3"] #section-hero .hero-image.row-center,
  [data-tier="Tier 2"] #section-hero .hero-image picture,
  [data-tier="Tier 3"] #section-hero .hero-image picture,
  [data-tier="Tier 2"] #section-hero .hero-image img,
  [data-tier="Tier 3"] #section-hero .hero-image img {
    width: 100%;
  }
  #section-hero .hero-image {
    min-height: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1426px) {
  #section-hero .hero-image .flex-context {
    left: calc((100vw - 1425px) / 2);
  }
}
@media (min-width: 1920px) {
  #section-hero .hero-image img {
    margin: 0 auto;
  }
}
#section-hero .hero-image.hero-image-full.full-width-rh {
  margin: 0 -15px;
  min-height: 36.175vw;
  /*
		.flex-context {
			justify-content: flex-end;
		}			
*/
}
#section-hero .hero-image.hero-image-full.full-width-rh img {
  width: 100%;
}
@media (min-width: 992px) {
  #section-hero .hero-image.hero-image-full.full-width-rh .flex-context {
    padding-top: 0;
  }
  #section-hero .hero-image.hero-image-full.full-width-rh .message img {
    margin: 0 0 25px;
  }
}
@media (max-width: 991px) {
  #section-hero .hero-image.hero-image-full.full-width-rh .message img {
    width: 50vw;
    margin: 10px 0 15px;
  }
}
@media (max-width: 480px) {
  #section-hero .hero-image.hero-image-full.full-width-rh .message img {
    width: 90vw;
    margin: 10px auto 15px;
  }
}
@media (min-width: 1311px) {
  #section-hero .hero-image.hero-image-full.full-width-rh .flex-context {
    padding-right: calc((100vw - 1300px) / 2);
  }
  #section-hero .hero-image.hero-image-full.full-width-rh .message img {
    margin: 50px 0 50px;
  }
  #section-hero .hero-image.hero-image-full.full-width-rh p.lede {
    font-size: 1.5em;
    line-height: 3rem;
  }
}
