: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;
  width: 100%;
}
#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;
  background-color: #d9dce3;
}
#section-hero .hero-image .flex-context .message {
  padding: 25px 10px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
#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: #182449;
}
#section-hero .hero-image .flex-context .message h1 {
  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;
  font-weight: 400;
}
#section-hero .hero-image .flex-context .hero-img-wrap {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 0;
  position: relative;
}
#section-hero .hero-image .flex-context .hero-img-wrap img {
  height: inherit;
  z-index: 2;
  position: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-hero .hero-image .flex-context .image-background-div {
  height: 80%;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background-image: linear-gradient(45deg, #8a95a5 7.14%, #fff 7.14%, #fff 50%, #8a95a5 50%, #8a95a5 57.14%, #fff 57.14%, #fff 100%);
  background-size: 9.9px 9.9px;
  z-index: 1;
}
@media (max-width: 991px) {
  #section-hero .hero-image .flex-context .image-background-div {
    display: none;
  }
}
#section-hero .hero-image .flex-context .btn.btn-cta {
  background: #a82860;
}
#section-hero .hero-image .flex-context .btn.btn-cta:hover,
#section-hero .hero-image .flex-context .btn.btn-cta:focus {
  background-image: linear-gradient(to bottom, #a82860 0%, #a82860 90%, #f4c74b 90%, #f4c74b 100%);
  text-decoration: none;
}
#section-hero .hero-image .flex-context.bg-intern-blue {
  background-color: #182449;
}
#section-hero .hero-image .flex-context.bg-intern-blue .message h1,
#section-hero .hero-image .flex-context.bg-intern-blue .message p.lede,
#section-hero .hero-image .flex-context.bg-intern-blue .message small {
  color: #fff;
}
#section-hero .hero-image .flex-context.bg-intern-blue .image-background-div {
  background-image: linear-gradient(45deg, #182449 7.14%, #8a95a5 7.14%, #8a95a5 50%, #182449 50%, #182449 57.14%, #8a95a5 57.14%, #8a95a5 100%);
  background-size: 9.9px 9.9px;
}
#section-hero .hero-image .flex-context.bg-intern-blue .btn.btn-gradient {
  color: #fff;
}
#section-hero .hero-image .btn.btn-gradient {
  position: relative;
  text-transform: capitalize;
  padding: 0 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 4rem;
  height: 4rem;
  font-weight: 700;
  font-family: "GT Walsheim", Arial, sans-serif;
  color: var(--default-link);
  text-decoration: none;
  max-width: 100%;
  margin-top: 25px;
  transition: color 0.5s ease-in, text-decoration 0.5s ease-in;
}
#section-hero .hero-image .btn.btn-gradient:before {
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 4px 4px;
  border-image-slice: 1;
  border-image-source: linear-gradient(120deg, #e0263c 0%, #e0263c 11%, #3c208c 89%, #3c208c 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 4rem;
}
@media (max-width: 767px) {
  #section-hero .hero-image .btn.btn-gradient:before {
    border-width: 0 0 4px 4px;
  }
}
#section-hero .hero-image .btn.btn-gradient:hover,
#section-hero .hero-image .btn.btn-gradient:focus {
  outline: none;
  color: var(--default-link);
  text-decoration: underline;
  text-decoration-skip: ink spaces;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: var(--default-link);
     -moz-text-decoration-color: var(--default-link);
          text-decoration-color: var(--default-link);
}
@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"], [data-tier="Tier 3"] {
		
		#section-hero .hero-image {
			&.row-center, 
			& picture, 
			& img {
				max-width: 100vw;
			}
		}
	}

	[data-tier="Tier 2"], 
	[data-tier="Tier 3"] {	//rd2022 Tier2D page
		#section-hero .hero-image.default-rh {
			&.row-center {
				max-width: 100vw; //100%;
				background: repeating-linear-gradient(20deg, @white, @white 8px, @district-gray 9px, @district-gray 10px);
			}
		}
	}
*/
  #section-hero .hero-image {
    position: relative;
    min-height: 33.5vw;
    background: #d9dce3;
    margin: 0 -15px;
    overflow: hidden;
  }
  #section-hero .hero-image.row-center,
  #section-hero .hero-image picture,
  #section-hero .hero-image img {
    max-width: 100vw;
  }
  #section-hero .hero-image .flex-context {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
    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: 50%;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    padding: 25px 50px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #section-hero .hero-image .flex-context .message .hero-text-wrap {
    float: right;
    max-width: 590px;
    width: 100%;
  }
  #section-hero .hero-image .flex-context .hero-img-wrap {
    max-width: 50%;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    overflow: hidden;
  }
  #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;
  }
  #section-hero .hero-image.default-rh.row-center {
    max-width: 100vw;
    background: repeating-linear-gradient(20deg, #fff, #fff 8px, #d9dce3 9px, #d9dce3 10px);
  }
}
@media (min-width: 1310px) {
  #section-hero .hero-image.row-center,
  #section-hero .hero-image picture,
  #section-hero .hero-image img {
    max-width: 1310px;
  }
  #section-hero .hero-image {
    min-height: 440px;
    /*
			.flex-context {
				left: calc((100vw - 1325px) / 2);
				right: calc((100vw - 1325px) / 2);
			}
*/
  }
}
@media (min-width: 1920px) {
  #section-hero .hero-image img {
    margin: 0 auto;
  }
}
