.disabled {
  opacity: 0.4;
}

.--underline {
  text-decoration: underline;
}

main {
  font-size: 1rem;
  font-weight: normal;
  scroll-behavior: smooth;
}

@media (min-width: 500px) {
  main {
    font-size: 1.125rem;
  }
}

/**************************
* TEXT STYLES
**************************/
h1,
h2,
h3,
p {
  margin: 0;
}

p {
  margin-bottom: 1.375rem;
  line-height: 1.5;
}

.p--large,
.p--xlarge {
  font-size: 1.125rem;
}

.h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.h3 {
  font-size: 1.3125rem;
  font-weight: bold;
}

.h3--large {
  font-size: 1.75rem;
}

.h2--large,
.h2--larger,
.h2--xlarge {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 560px) {
  .p--med {
    font-size: 1.125rem;
  }

  .p--large {
    font-size: 1.3125rem;
  }

  .p--xlarge {
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .h3 {
    font-size: 2.25rem;
    font-weight: bold;
  }

  .h2--large {
    font-size: 3.5rem;
  }

  .h2--larger {
    font-size: 4.25rem;
  }

  .h2--xlarge {
    font-size: 4.5rem;
  }
}
@media (min-width: 860px) {
  .p--med {
    font-size: 1.3125rem;
  }

  .p--large {
    font-size: 1.5rem;
  }

  .p--xlarge {
    font-size: 1.75rem;
  }

  .h3--large {
    font-size: 3rem;
  }

  .h2--large {
    font-size: 4.25rem;
  }

  .h2--larger {
    font-size: 4.5rem;
  }

  .h2--med {
    font-size: 3.75rem;
  }

  .h2--xlarge {
    font-size: 6rem;
  }
}
/*** Alignement ***/
.--center {
  text-align: center;
}

/*** Vertical Spacing ***/
.--mb-0 {
  margin-bottom: 0;
}

.--mb-05 {
  margin-bottom: 0.5rem;
}

.--mb-1 {
  margin-bottom: 1rem;
}

.--mb-2 {
  margin-bottom: 2rem;
}

.--mb-3 {
  margin-bottom: 3rem;
}

.--mb-4 {
  margin-bottom: 2em;
}

.--mt-0 {
  margin-top: 0;
}

.--mt-05 {
  margin-top: 0.5rem;
}

.--mt-1 {
  margin-top: 1rem;
}

.--mt-2 {
  margin-top: 2rem;
}

.--mt-3 {
  margin-top: 3rem;
}

.--mt-4 {
  margin-top: 4rem;
}

/*** Colors ***/
.--brand-blue {
  color: #002f87;
}

.--secondary-blue {
  color: #0076bb;
}

.--text-yellow {
  color: #f6b436;
}

.--text-green-80 {
  color: #1d874a;
}

.--text-green-60 {
  color: #6ebe4c;
}

.--text-green-40 {
  color: #a3cf60;
}

.--text-green-20 {
  color: #d0debd;
}

.--text-blue-80 {
  color: #0076bb;
}

.--text-blue-60 {
  color: #06a7e0;
}

.--text-blue-40 {
  color: #6dc5e8;
}

.--text-blue-20 {
  color: #b2e0e3;
}

.--text-orange-80 {
  color: #f15623;
}

.--text-orange-60 {
  color: #f78d2d;
}

.--text-orange-40 {
  color: #feda65;
}

.--text-orange-20 {
  color: #f0ea9c;
}

/*** Weights ***/
.--bold {
  font-weight: bold;
}

/*** Styles ***/
.--italic {
  font-style: italic;
}

/*** Extra List Styles ***/
.--text-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*** Transforms ***/
.--upper {
  text-transform: uppercase;
}

.--lower {
  text-transform: lowercase;
}

.--balance {
  text-wrap: balance;
}

.heading-bottom-border::after {
  content: "";
  width: 200px;
  height: 4px;
  background: #f6b436;
  display: block;
  position: relative;
  top: 0.75rem;
}

/*** Colorful Text Grid / for dark background ***/
.colorbook-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}

.colorbook-grid > div:nth-child(odd) {
  margin-bottom: 1em;
}

.colorbook-grid p {
  margin-bottom: 0;
}

.colorbook-grid:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.colorbook-agenda__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5em;
}

.colorbook-agenda__list > li > span {
  font-weight: bold;
  white-space: nowrap;
  color: #fcd8b5;
}

@media screen and (min-width: 620px) {
  .colorbook-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .colorbook-grid > div:nth-child(odd) {
    margin-bottom: 0;
  }
}
/**************************
* END TEXT STYLES
**************************/


/**** Lists  ****/
.ul-list {
  columns: 1;
}
.ul-list li {
  font-size: 1rem;
  margin-bottom: 0.25em;
  line-height: 1.5;
}

.--list-type-icon {
  padding: 0;
  list-style-type: none;
}
.--list-type-icon > li {
  padding-left: 1.25em;
  position: relative;
}

.--list-type-check > li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 70%;
  position: absolute;
  left: 0;
  top: 0.25em;
}

@media (min-width: 560px) {
  .ul-list {
    columns: 2;
  }
  .ul-list li {
    font-size: 1.125rem;
    margin-bottom: 0.25em;
  }
}
@media (min-width: 860px) {
  .ul-list li {
    font-size: 1.3125rem;
    margin-bottom: 0.25em;
  }
}

.--no-columns {
  columns: auto;
}

/** Base Lists **/
.base-list {
  padding-left: 1.5em;
}
.base-list > li:not(:last-child) {
  margin-bottom: 0.75em;
}
.base-list.--flush {
  padding-left: 0;
}

/**** Forms for Program Pages ****/
label {
  color: #2A3B7C;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.6rem;
  display: block;
}

label::after {
  display: table;
  content: "";
  clear: both;
}

label i {
  color: #c9c9c8;
  float: right;
  font-size: 18px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  margin: 0;
  width: 100%;
  padding: 8px;
  color: #43484b;
  color: #4b4f55;
  font-size: 1rem;
  font-weight: 700;
  background: #f7f7fa;
  background: #f4f4f8;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "PT Sans", "Lato", sans-serif;
}

textarea {
  height: 140px;
  resize: none;
}

select {
  width: 100%;
  padding: 8px;
  background: #f4f4f8;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "PT Sans", "Lato", sans-serif;
  font-size: 1rem;
}

input[type=submit].program-btn {
  margin: 0;
  cursor: pointer;
  border: none;
}

::placeholder {
  color: #a8a8aa;
}

.field {
  width: 100%;
  margin-bottom: 1.5em;
}

.form-2-col input:first-child {
  margin-bottom: 1.5em;
}

@media (min-width: 33em) {
  label {
    font-size: 1.5rem;
  }

  input[type=text],
input[type=email],
input[type=tel],
textarea {
    padding: 12px;
    font-size: 1.125rem;
  }

  select {
    font-size: 1.125rem;
  }

  .form-2-col {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
  .form-2-col input:first-child {
    margin-bottom: 0;
  }

  .form-2-col > * {
    flex-basis: 100%;
  }
}

/**** Details Element ****/
/* Details Animation (drop down/up toggle) */
:root {
  interpolate-size: allow-keywords;
}

.details {
  overflow: hidden;
  margin-block: 1rem;
}

.details::details-content {
  block-size: 0;
  transition: block-size 0.5s, content-visibility 0.5s;
  transition-behavior: allow-discrete;
}

.details[open]::details-content {
  block-size: auto;
}

.summary {
  font-weight: bold;
  cursor: pointer;
  list-style-position: outside;
  margin-left: 1rem;
  color: #0076bb;
}

.summary::marker {
  font-size: 0.9rem;
}

.summary:hover::after {
  content: " [expand]";
  font-style: italic;
  font-weight: normal;
  opacity: 0.7;
  font-size: 0.8em;
}

.details[open] .summary:hover::after {
  content: " [close]";
}

.details__content {
  padding: 0.5rem 1rem;
}

.details__content > p {
  margin-top: 0;
}

.details__content > p:last-of-type {
  margin-bottom: 0;
}

/**** Program Buttons *****/
input[type=submit].program-btn {
  border: 2px solid transparent;
}

.program-btn {
  font-size: 1.5rem;
  padding: 0.4em 1.65em;
  background-color: #4b4f55;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  border-radius: 0.4rem;
  border: 2px solid transparent;
}
.program-btn.--blue {
  background-color: #0076bb;
  color: #fff;
}
.program-btn.--blue:hover {
  background-color: transparent;
  border-color: #0076bb;
  color: #0076bb;
}
.program-btn.--darkblue {
  background-color: #2A3B7C;
  color: #fff;
}
.program-btn.--darkblue:hover {
  background-color: transparent;
  border-color: #2A3B7C;
  color: #2A3B7C;
}
.program-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #43484b;
  color: #43484b;
}

.neo-btn {
  font-size: 1rem;
  padding: 1em 2em;
  background-color: #4b4f55;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  border: 2px solid transparent;
  cursor: pointer;
}
.neo-btn.--blue {
  background-color: #0076bb;
  color: #fff;
}
.neo-btn.--red {
  background-color: #c20430;
  color: #fff;
}
.neo-btn.--white {
  background-color: #fff;
  color: #0076bb;
}
.neo-btn.--white-green {
  background-color: #fff;
  color: #1d874a;
}
.neo-btn.--orange {
  background-color: #f15623;
  color: #fff;
}
.neo-btn.--icon::before {
  font-family: "FontAwesome";
  padding-right: 0.4rem;
}
.neo-btn.--thumbs-up::before {
  content: "\f164";
}
.neo-btn.--calendar::before {
  content: "\f073";
}
.neo-btn.--arrow-up::before {
  content: "\f062";
}
.neo-btn.--comment::before {
  content: "\f086";
}
.neo-btn.--appointment::before {
  content: "\f274";
}
.neo-btn.--life-ring::before {
  content: "\f1cd";
}
.neo-btn.--binoculars::before {
  content: "\f1e5";
}
.neo-btn.--map::before {
  content: "\f279";
}
.neo-btn.--bell::before {
  content: "\f0f3";
}
.neo-btn.--download::before {
  content: "\f019";
}
.neo-btn.--heart::before {
  content: "\f004";
}
.neo-btn.--blue:hover {
  background-color: transparent;
  border-color: #0076bb;
  color: #0076bb;
}
.neo-btn.--white:hover, .neo-btn.--white-green:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.neo-btn.--redorange {
  background-color: #f15623;
  color: #fff;
}
.neo-btn.--redorange:hover {
  background-color: transparent;
  border-color: #f15623;
  color: #f15623;
}
.neo-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #43484b;
  color: #43484b;
}

.neo-btn.--smaller {
  font-size: 0.875rem;
  padding: 0.75em 1.5em;
}

@media (max-width: 500px) {
  .program-btn {
    font-size: 1.125rem;
  }

  .neo-btn {
    font-size: 0.875rem;
  }
}

/*======== Hollow Buttons ==========*/
.button-hollow {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #efeded;
  color: #efeded;
  padding: 1.2rem 1rem;
  width: 195px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.4s;
}

.button-hollow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/**** START Button Nav *****/
.button-nav-container {
  background-color: #063B80;
  padding: 0 1rem;
}

.button-nav {
  color: #efeded;
  text-align: center;
  padding: 2rem 0;
  max-width: 1220px;
  margin: 0 auto;
}

.button-nav__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.button-nav__links > li {
  flex: 0 0 195px;
  border: 1px solid #efeded;
  align-items: stretch;
}

.button-nav__hollow {
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  color: #efeded;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-nav__hollow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/**** END Button Nav *****/

/*******************************
 * HERO STYLES
 ******************************/
.hero {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
  background-color: #fff;
  padding: 1rem;
}
.hero__content-container {
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.hero__content {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 960px;
}
.hero__title {
  font-size: 3rem;
  line-height: 1.05;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.hero__text {
  font-size: 1rem;
  margin-top: 0;
}
.hero__action {
  display: inline-block;
  color: #fff;
  background-color: #c20430;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.hero__action:hover {
  color: #fff;
  background-color: #900324;
}

.page-hero {
  height: 360px;
}
.page-hero__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
}
.page-hero__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}

.in-page-hero__content {
  max-width: 1220px;
  margin: -50px auto 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in-page-hero__title {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  background: rgba(42, 59, 124, 0.9);
  padding: 1rem;
  display: inline-block;
  position: relative;
}

.promise-hero {
  background-position: left;
}
.promise-hero__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.promise-hero__title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.promise-hero .--blue {
  color: #6dc5e8;
}
.promise-hero .--gray {
  color: #ABABAB;
}
.promise-hero .--smaller {
  font-size: 1.75rem;
  display: block;
}
.promise-hero__subtitle {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5em;
}

@media (min-width: 400px) {
  .page-hero__title {
    font-size: 3.75rem;
  }

  .in-page-hero__content {
    margin: -70px auto 0;
    overflow: visible;
  }
  .in-page-hero__title {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    background: rgba(42, 59, 124, 0.9);
    padding: 0.5em 0.75em 0.65em;
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 490px) {
  .page-hero,
.hero-lg {
    height: 480px;
  }
}
@media (min-width: 560px) {
  .page-hero__title {
    font-size: 96px;
  }

  .promise-hero__title {
    font-size: 72px;
  }
  .promise-hero__subtitle {
    font-size: 2.25rem;
  }
  .promise-hero .--smaller {
    font-size: 2.25rem;
  }

  .in-page-hero__content {
    margin: -100px auto 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .in-page-hero__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 860px) {
  .promise-hero {
    height: 660px;
  }
  .promise-hero__title {
    font-size: 102px;
  }
  .promise-hero__subtitle {
    font-size: 3.5rem;
  }
  .promise-hero .--smaller {
    font-size: 3rem;
  }

  .hero-lg {
    height: 660px;
  }

  .page-hero {
    height: 660px;
  }
  .page-hero__title {
    font-size: 124px;
  }

  .in-page-hero__title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1700px) {
  .promise-hero {
    height: 800px;
  }

  .page-hero,
.hero-lg {
    height: 800px;
  }
}
.reg-rally-hero .hero__content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-rally__title {
  max-width: 620px;
  margin: 0 auto;
}

.reg-rally__text {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.reg-rally__text > p {
  margin: 0;
  line-height: 1.1;
}
.reg-rally__text > .reg-rally__date {
  color: white;
  font-size: 36px;
}
.reg-rally__text > .reg-rally__info {
  color: black;
  text-shadow: 0 0 1px white;
  font-size: 24px;
}

@media screen and (min-width: 400px) {
  .reg-rally__text > .reg-rally__date {
    font-size: 56px;
  }
  .reg-rally__text > .reg-rally__info {
    font-size: 36px;
  }
}
@media screen and (min-width: 860px) {
  .reg-rally__title {
    max-width: 660px;
  }

  .reg-rally__text {
    font-size: 48px;
    margin-top: -2rem;
  }
  .reg-rally__text > .reg-rally__date {
    font-size: 72px;
  }
  .reg-rally__text > .reg-rally__info {
    font-size: 48px;
  }
}
.reg-fall-hero {
  padding: 0;
  background-position: top left;
  background-color: #002f87;
}

.reg-fall__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.reg-fall__contain {
  max-width: 1220px;
  margin: 0 auto;
}

.reg-fall__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reg-fall__info {
  background-color: #33c3ff;
  padding: 0.5rem 0;
  margin: 0;
}

.reg-fall__info__text {
  margin: 0 auto;
  max-width: 1220px;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ae3030;
  padding-inline: 1rem;
}

.reg-fall__title {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  padding-inline: 1rem;
}

.hero-slider__action {
  display: inline-block;
  color: #fff;
  background-color: #c10435;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-slider__action:hover {
  color: #fff;
  background-color: #8f0327;
}

@media (min-width: 400px) {
  .reg-fall__info__text {
    font-size: 2rem;
  }

  .reg-fall__title {
    font-size: 5rem;
  }
}
@media (min-width: 500px) {
  .reg-fall__info__text {
    font-size: 2rem;
  }

  .reg-fall__title {
    font-size: 6rem;
  }
}
@media (min-width: 860px) {
  .reg-fall__info__text {
    font-size: 3rem;
  }

  .reg-fall__title {
    font-size: 8rem;
  }
}
.page-hero--basic {
  height: 320px;
  min-height: 320px;
}

/*******************************
 * NEO HERO STYLES
 ******************************/
.neo-hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
}

.neo-hero__content {
  max-width: 1220px;
  margin: 0 auto;
}

.neo-hero__title {
  position: relative;
  color: white;
  line-height: 0.9;
  z-index: 3;
  font-size: 3rem;
  font-size: clamp(2.8rem, 11.636vw + 0.473rem, 6rem);
  text-transform: uppercase;
  line-height: 1;
}

.neo-hero {
  background-color: #0076bb;
  padding: 35% 1rem 2rem;
  position: relative;
}

@media screen and (min-width: 560px) {
  .neo-hero {
    padding-top: 20%;
  }
}
@media screen and (min-width: 760px) {
  .neo-hero__title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 980px) {
  .neo-hero__title {
    font-size: 7.75rem;
  }

  .neo-hero {
    padding-top: 15%;
  }
	
	.neo-hero.--single-heading {
		padding-top: 20%;
	}
}

/*******************************
 * END -- NEO HERO STYLES
 ******************************/

/*** Breadcrumb Styles ***/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.breadcrumb * {
  color: #4b4f55;
  font-size: 14px;
}
.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item::after {
  content: " / ";
  opacity: 0.6;
}
.breadcrumb__item:last-child::after {
  content: "";
}
.breadcrumb .--current {
  font-weight: bold;
}

.breadcrumb-container {
  padding: 1rem;
}

/*** Force style to override current breadcrumb styles ***/
.breadcrumb__item > a {
  color: #4b4f55;
  font-size: 14px;
  text-decoration: underline;
}

/**** Dark Breadcrumbs ****/
.breadcrumb-container--dark {
  background-color: #1b1827;
  padding: 0;
}
.breadcrumb-container--dark > div {
  padding: 1rem;
  border-bottom: 1px solid rgba(125, 112, 178, 0.3);
}

.breadcrumb-container--dark .breadcrumb__item > a,
.breadcrumb-container--dark .breadcrumb * {
  color: #efeded;
}

/*********************************
 * Sub-header
 ********************************/
.breakout-container {
  background-color: #0076bb;
  padding: 0 1rem;
}
.breakout-container--dark {
  background-color: #002f87;
}
.breakout-container--red {
  background-color: #c20430;
}

.breakout {
  color: #efeded;
  text-align: center;
  padding: 2rem 0;
  max-width: 1220px;
  margin: 0 auto;
}
.breakout a {
  color: #efeded;
}
.breakout__title {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 1rem;
  font-weight: bold;
}
.breakout__text {
  font-size: 1rem;
  margin: 0;
}
.breakout__links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.breakout__item {
  display: inline-block;
  margin: 0.5rem;
}

@media screen and (min-width: 860px) {
  .breakout__title {
    font-size: 2rem;
  }
  .breakout__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .breakout__title {
    font-size: 2.625rem;
  }
  .breakout__text {
    font-size: 1.5rem;
  }
}

/******************************
 * COVID Testing Ad
 *****************************/
.covid-testing {
  background: #002f87;
  padding: 4rem 0;
}
.covid-testing__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.covid-testing__subtitle {
  color: #6dc5e8;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
}
.covid-testing__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 32em) {
  .covid-testing__title {
    font-size: 3.75rem;
  }
  .covid-testing__subtitle {
    font-size: 2.25rem;
  }
}

/**** Links  ****/
a {
  color: #0076bb;
}

a:hover {
  color: #06a7e0;
}

.--links-white a {
  color: #fff;
}

.--links-white a:hover {
  color: #dbdad7;
}

/**** Arrow Links ****/
.arrow-link {
  color: #4b4f55;
  font-size: 1.3125rem;
  font-weight: bold;
  text-decoration: none;
}
.arrow-link--white {
  color: #fff;
}

.arrow-link--white:hover {
  color: #f0ea9c;
}

.arrow-link::before {
  font-family: "FontAwesome";
  content: "\f061";
  color: #f6b436;
  padding-right: 1rem;
  position: relative;
  transition: all 0.5s;
  left: 0;
}

.arrow-link:hover::before {
  left: 0.5rem;
}

.arrow-link--end::before {
  content: unset;
}

.arrow-link--end::after {
  font-family: "FontAwesome";
  content: "\f061";
  color: #f6b436;
  padding-left: 1rem;
  position: relative;
  transition: all 0.5s;
  right: 0;
}

.arrow-link:hover::after {
  right: 0.5rem;
}

.arrow-link.--parent-size {
  font-size: inherit;
}

.program-arrow-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-arrow-links > li {
  margin-bottom: 1rem;
}

/**** Contact Icon Links ****/
.icon-contact {
  display: flex;
  align-items: flex-start;
}

.icon-contact__text {
  font-size: 1.125rem;
  color: #4b4f55;
  text-decoration: none;
}
.icon-contact__text.--underline {
  text-decoration: underline;
}

.icon-contact__image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
  position: relative;
  top: 0.25rem;
  width: 36px;
  height: auto;
}

@media (min-width: 31.25em) {
  .arrow-link {
    font-size: 1.5rem;
  }

  .icon-contact__text {
    font-size: 1.3125rem;
  }

  .icon-contact__image {
    width: 40px;
    padding-right: 1rem;
  }
}
/*********************************
 * Success Video Styles
 * **************************** */
.video-full .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-full .embed-container iframe,
.video-full .embed-container object,
.video-full .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fw-video {
  background: #efeded;
  margin: 0;
  padding: 2.5rem 1rem 1rem;
}
.fw-video__title {
  color: #2A3B7C;
  text-align: left;
}
.fw-video__container {
  margin: 0 auto;
  max-width: 878px;
}

@media (min-width: 560px) {
  .fw-video {
    padding: 5rem 1rem;
  }
  .fw-video__title {
    text-align: center;
  }
}
@media (min-width: 860px) {
  .fw-video {
    background: #efeded;
    margin: 5rem 0;
    padding: 1px;
  }
  .fw-video__container {
    margin-bottom: -4rem;
  }
  .fw-video__text {
    margin-top: -3rem;
  }
}
/************************************
* Accordion Styles
************************************/
.accordion__title {
  color: #fff;
  margin: 0;
  background-color: #2A3B7C;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: none;
}

.accordion__title.active {
  background-color: #2A3B7C;
  color: #fff;
}

.accordion__title .--action {
  order: 1;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  margin-left: 8px;
}

.accordion__title:hover {
  background-color: #474492;
}

.accordion__title .--action::before {
  font-family: "FontAwesome";
  font-size: 21px;
  content: "\f067";
}

.accordion__title.active .--action::before {
  content: "\f068";
}

.accordion__panel {
  padding: 1rem;
  background-color: #f3f1ee;
  background-color: #f4f4f8;
  border: 1px solid #d7d7ce;
  border-top: none;
}

@media (min-width: 31.25em) {
  .accordion__title {
    font-size: 1.3125rem;
  }
}
/************************************
* Load More Styles
************************************/
/**************************
* TEXT Block
***********************/
.text-block {
  padding: 2.5rem 0;
}
.text-block .--lead {
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.text-block--gray {
  background-color: #efeded;
  color: #303538;
}
.text-block--dark {
  background-color: #1b1827;
  color: #fff;
}
.text-block--blue {
  background: #0076bb;
  color: #fff;
}

.text-block--dark-blue {
  background: #002f87;
  color: #fff;
}

.text-block--yellow {
  background: #f6b436;
  color: #1b1827;
}

.text-block--gradient-blue {
  background-image: linear-gradient(#0076BB, #002F87);
}

.text-block--gradient-blue-reverse {
  background-image: linear-gradient(#002f87, #0076bb);
}

.text-block--gradient-green {
  background-image: linear-gradient(#125b31, #1d874a);
  color: #fff;
}

.callout-dark {
  background-color: #002f87;
  padding: 2rem;
  margin: 2rem 0;
}

.--triangle-green-bottom {
  position: relative;
}

.--triangle-green-bottom::after {
  position: relative;
  content: "";
  background-image: url("/_resources/images/green-tri-down.png");
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 48px;
}

@media screen and (min-width: 37.5rem) {
  .--triangle-green-bottom::after {
    bottom: -48px;
  }
}

.content-block {
  padding: 2.5rem 0;
}
.content-block--gray {
  background-color: #efeded;
}

.text-block-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2A3B7C;
}
.text-block-bg p {
  color: #fff;
}
.text-block-bg__title {
  color: #fff;
}

@media (min-width: 560px) {
  .text-block, .content-block {
    padding: 5rem 0;
  }

  .text-block .--lead {
    font-size: 1.75rem;
  }

  .text-block.--overflow-bottom {
    padding-bottom: 1px;
    margin-bottom: 5rem;
  }

  .text-block.--overflow-bottom-large {
    padding-bottom: 1px;
    margin-bottom: 10rem;
  }
}
/************************
 * Cards -- Orgs      
 * *********************/
.org-card {
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.org-card__content {
  padding: 2rem 1rem 1rem;
}
.org-card__title {
  font-size: 1.5rem;
  color: #002f87;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 2rem;
  position: relative;
}
.org-card__title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #002f87;
  opacity: 0.25;
  display: block;
  position: relative;
  top: 0.75rem;
}
.org-card__services {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.org-card__services > li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.org-card__services > li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
.org-card__footer {
  background: #002f87;
  color: #fff;
  padding: 1rem;
}
.org-card__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.org-card__contacts > li {
  margin-bottom: 0.5rem;
}
.org-card__contacts a {
  color: #fff;
}
.org-card__contact-icon {
  padding-right: 1rem;
  display: inline-block;
  position: relative;
  top: 4px;
}

/******* Org Card Set ********/
.org-cardset {
  background-repeat: no-repeat;
  background-position: 2em 2em;
}

.org-cardset__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.org-cardset__title {
  margin-bottom: 2rem;
}

/************************
 * Cards -- Color      
 * *********************/
.color-card {
  background-color: #002f87;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.color-card__content {
  padding: 2rem 1rem 3rem;
}
.color-card__title {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 2rem;
  position: relative;
}
.color-card__text {
  color: #fff;
  font-size: 1rem;
}
.color-card__title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #fff;
  opacity: 0.25;
  display: block;
  position: relative;
  top: 0.75rem;
}
.color-card--blue {
  background-color: #002f87;
}
.color-card--green-80 {
  background-color: #1d874a;
}
.color-card--red-80 {
  background-color: #f15623;
}
.color-card--blue-80 {
  background-color: #0076bb;
}

/******* Color Card Set ********/
.color-cardset__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media screen and (min-width: 560px) {
  .color-card__text {
    font-size: 1.125rem;
  }
}


/************************
 * Cards -- Icon      
 * *********************/
.card-icon {
  max-width: 360px;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 0 3em 3em;
  border-radius: 1em;
  margin-top: calc(1rem + 82px);
}
.card-icon__icon {
  margin-top: -50px;
  max-width: 100px;
}
.card-icon__content {
  text-align: left;
}
.card-icon__content p:last-of-type {
  margin-bottom: 0;
}

.card-icon__title {
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*** Icon Cardset ***/
.icon-cardset {
  margin-top: 2rem;
  display: flex;
  gap: 1.75rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 860px) {
  .card-icon__icon {
    max-width: 100%;
    margin-top: -82px;
  }

  .card-icon__title {
    font-size: 2.25rem;
  }
}

/************************
 * Cards -- Image      
 * *********************/
.image-card-cardset {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem 2rem;
  justify-content: center;
}

.image-card-cardset > * {
  flex: 1 1 340px;
}

.image-card {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.image-card__image img {
  width: 100%;
  display: block;
}

.--image-card-animate {
  transition: transform 0.2s ease-in, box-shadow 0.2s ease-in;
}

.--image-card-animate:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}

.image-card__content {
  background: white;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.image-card__content.--with-captions {
  padding-top: 1.5rem;
}

.image-card__captions {
  text-transform: uppercase;
  color: #4b4f55;
  font-size: 0.875rem;
  margin-bottom: 0.25em;
}

.image-card__title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.image-card__program-list {
  margin: 0;
  padding: 0;
}
.image-card__program-list > li:not(:last-of-type) {
  margin-bottom: 0.3em;
}

.image-card summary {
  margin-bottom: 0.25em;
}

.image-card__cta {
  font-weight: bold;
}

.image-card__cta a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-card__cta-button {
  margin-top: 1rem;
}

.image-card__cta-button > * {
  width: 100%;
}

.image-card__header {
  position: relative;
  padding-bottom: 1.25rem;
}

.image-card__header .image-card__title {
  margin-bottom: 0.25em;
}

.image-card__phone {
  font-size: 1.125rem;
}

.image-card__header::after {
  content: "";
  width: 64px;
  height: 6px;
  background-color: #f6b436;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 400px) {
  .image-card__content {
    padding: 3rem;
  }

  .image-card__title {
    font-size: 2.25rem;
  }

  .image-card__phone {
    font-size: 1.3125rem;
  }
}
/************************
 * END Cards -- Image      
 * *********************/

/************************
 * Cards -- Area of Study      
 * *********************/
.aos-grid-3-col {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.aos-card {
  background-color: #002f87;
  color: white;
  max-width: 700px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
}

.aos-card__title {
  color: white;
  font-family: "PT Sans Narrow", "PT Sans", "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.aos-card__title::after {
  font-family: "FontAwesome";
  content: "\f061";
  color: #f6b436;
  padding-left: 1rem;
  position: relative;
  transition: all 0.5s;
  right: 0;
}

.aos-card:hover {
  background-color: rgba(0, 46, 133, 0.9);
}
.aos-card:hover .aos-card__title::after {
  right: -0.5rem;
}

.aos-card__title a {
  color: inherit;
  text-decoration: none;
}

.aos-card a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.aos-card__categories {
  color: white;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.aos-card__details {
  border-top: 1px solid rgba(109, 197, 232, 0.5);
  padding-top: 1rem;
  margin-top: 3rem;
}

.aos-card__chips {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.aos-chip {
  color: #303538;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f78d2d;
  padding: 0.25em 1em;
  border-radius: 28px;
}

/***** Degree Type Legend ******/
.degree-type-legend {
  background: white;
  border: 1px solid #4b4f55;
  padding: 2rem;
}

.degree-type {
  margin-bottom: 0;
}
.degree-type p {
  line-height: 1.4;
  margin-bottom: 0;
}

.degree-type__title > b {
  font-size: 1rem;
}

.degree-type__description {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 600px) {
  .aos-grid-3-col {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .aos-card {
    min-height: 250px;
  }

  .aos-card__title {
    font-size: 1.75rem;
  }

  .degree-type__title > b {
    font-size: 1.3125rem;
  }
}
/************************
 * END Cards -- Area of Study      
 * *********************/

/************************
 * Program List A-Z   
 * *********************/
.neo-hero__callout {
  padding: 1.5rem;
  background-color: #0076bb;
  color: #fff;
  display: inline-block;
  max-width: 300px;
}
.neo-hero__callout > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.neo-hero__callout a {
  color: #fff;
}
.neo-hero__callout a:hover,
.neo-hero__callout a:focus {
  color: #f0ea9c;
}

.plist-hero-bg {
  background: linear-gradient(#205dce, #002f87);
}

.plist-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-flow: row wrap;
}

.alpha-nav {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}

.alpha-nav a:focus {
  font-weight: bold;
  outline-offset: 8px;
}

.plist-alpha:not(:first-of-type) {
  margin-top: 4em;
}

.plist-alpha__programs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plist-alpha__programs > li {
  margin-top: 2em;
  padding-bottom: calc(2em + 2px);
  border-bottom: 2px solid rgba(0, 118, 187, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 1em;
}
.plist-alpha__programs > li:first-child {
  border-top: 2px solid rgba(0, 118, 187, 0.2);
  padding-top: 2em;
}

@media (min-width: 560px) {
  .alpha-nav {
    font-size: 1.125rem;
    gap: 1.5em;
  }

  .plist-alpha__programs > li > a {
    font-size: 1.125rem;
  }

  .neo-hero__callout > span {
    font-size: 1.5rem;
  }
}
@media (min-width: 860px) {
  .plist-alpha__programs > li > a {
    font-size: 1.3125rem;
  }
}
/* End Program List Styles */

/**************************
* Apply Text Block
**************************/
.card-basic {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
.card-basic__headline {
  font-size: 1.3125rem;
  margin-bottom: 1.5rem;
}
.card-basic p {
  font-size: 1rem;
}

.basic-cardset {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #4b4f55;
}

@media (min-width: 560px) {
  .card-basic__headline {
    font-size: 1.5rem;
  }
  .card-basic p {
    font-size: 1.125rem;
  }
}
@media (min-width: 860px) {
  .basic-cardset {
    flex-direction: row;
  }
}
.--border-blue-20 {
  border: 1px solid #b2e0e3;
}

.overflow-bottom {
  padding-bottom: 1px;
  margin-bottom: 4rem;
}
.overflow-bottom__container {
  margin-bottom: -4rem;
}

/*****************************
 * Cards -- Academic Programs      
 * **************************/
.academic-card {
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  max-width: 25.5rem;
}
.academic-card__photo {
  display: block;
  position: relative;
  width: 100%;
}
.academic-card__photo > img {
  width: 100%;
  display: block;
  height: auto;
}
.academic-card__content {
  padding: 1.5rem;
  border-top: 8px solid #f6b436;
}
.academic-card__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.academic-card__text {
  font-size: 1rem;
}
.academic-card__text:last-child {
  margin-bottom: 0;
}

.card-overlay {
  display: flex;
  background-color: rgba(246, 180, 54, 0.9);
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
}

.card-overlay > span {
  opacity: 0;
  transition: 0.5s ease;
  color: #1b1827;
  font-size: 1.15rem;
  font-weight: bold;
}

.academic-card__photo:hover .card-overlay {
  height: 100%;
}

.academic-card__photo:hover .card-overlay > span {
  opacity: 1;
}

.academic-cardset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  margin-top: 2rem;
}

@media screen and (min-width: 560px) {
  .academic-cardset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: -5rem;
    align-items: stretch;
  }

  .academic-cardset > * {
    flex: 1 1 460px;
  }

  .academic-card--landscape {
    display: flex;
    flex-direction: row;
    max-width: 640px;
    min-height: 240px;
  }
  .academic-card--landscape .academic-card__content {
    padding: 3rem 1.5rem 1.5rem;
    border-top: none;
    border-left: 6px solid #f6b436;
    width: 60%;
  }
  .academic-card--landscape .academic-card__photo {
    width: 40%;
  }
  .academic-card--landscape .academic-card__photo > img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
  .academic-card--landscape .card-overlay {
    left: 100%;
    width: 0;
    height: 100%;
  }
  .academic-card--landscape .academic-card__photo:hover .card-overlay {
    width: 100%;
    left: 0;
  }
}

/***************************
 * Cards -- Dropdown Color      
 * ************************/
.dropdown-card {
  background-color: #002f87;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
}
.dropdown-card__image > img {
  width: 100%;
  display: block;
}
.dropdown-card__content {
  padding: 2rem 1rem;
}
.dropdown-card__title {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 1rem;
  position: relative;
}
.dropdown-card__subtitle {
  margin: 0 0 0.5rem;
  padding-top: 1.5rem;
}
.dropdown-card__subtitle, .dropdown-card__subtitle a {
  font-size: 1.125rem;
  color: #fff;
}
.dropdown-card__text {
  color: #fff;
  font-size: 1rem;
}
.dropdown-card--blue {
  background-color: #002f87;
}
.dropdown-card--green-80 {
  background-color: #1d874a;
}
.dropdown-card--red-80 {
  background-color: #f15623;
}
.dropdown-card--blue-80 {
  background-color: #0076bb;
}
.dropdown-card__additional-content {
  padding: 0 1rem 1rem;
  color: white;
}
.dropdown-card__additional-content > *:first-child {
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
}
.dropdown-card__additional-content p {
  font-size: 1rem;
}

.dropdown-additional-btn {
  width: 100%;
  padding: 1.25rem 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  transition: background-color 200ms ease-in;
  text-transform: uppercase;
}
.dropdown-additional-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.dropdown-additional-btn:hover > img {
  transform: scale(1.1);
}
.dropdown-additional-btn > img {
  width: 29px;
}

/******* Color Card Set ********/
.dropdown-cardset__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media screen and (min-width: 560px) {
  .dropdown-card__subtitle {
    font-size: 1.3125rem;
  }
  .dropdown-card__text {
    font-size: 1.125rem;
  }
}
.load-more-action__text {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
}

.dropdown-cardset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-content: start;
  justify-content: start;
}

.dropdown-card {
  align-self: start;
}

.toggle-panel {
  transition: height 0.5s ease;
  overflow: hidden;
}

.toggle-panel:not(.active) {
  display: none;
}

/************************
* Cards -- Student Type
* *********************/
.student-card {
  max-width: 100%;
}
.student-card__photo {
  border-radius: 8px;
  width: 100%;
}
.student-card__photo-link {
  display: block;
}
.student-card__content {
  padding: 0.75rem;
}
.student-card__title {
  font-size: 1.5rem;
	line-height: 1.1;
  color: #0076bb;
}
.student-card__title > a {
  color: inherit;
  text-decoration: none;
}
.student-card__title > a:hover {
  text-decoration: underline;
}
.student-card__text {
  margin: 0.5rem 0 0;
}

.student-card__photo-link:hover + .student-card__content > .student-card__title {
  text-decoration: underline;
}

@media screen and (min-width: 640px) {
  .student-card {
    max-width: 320px;
  }
  .student-card__title {
    font-size: 1.75rem;
  }
  .student-card__text {
    font-size: 1.125rem;
  }
}
/**** Student Cardset Layout ****/
.student-cardset {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media screen and (min-width: 500px) {
  .student-cardset {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .student-card {
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .student-cardset {
    grid-template-columns: repeat(4, 1fr);
  }
}

/********************************
* Cards -- Student Type Preview
* ******************************/
.student-card-preview__title {
  display: block;
  font-size: 1.125rem;
  color: inherit;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.student-card-preview__title:hover {
  text-decoration: underline;
  color: inherit;
}

.student-card__photo-link:hover + .student-card__content > .student-card-preview__title {
  text-decoration: underline;
}

.student-preview-cardset {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}

.--balance {
  text-wrap: balance;
}

/************************
* Cards -- Mentor Bio
* *********************/
.card-mentor__photo {
  position: relative;
}
.card-mentor__photo > img {
  width: 100%;
  display: block;
}
.card-mentor__name {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 118, 187, 0.8);
  color: white;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: right;
}
.card-mentor__info {
  margin-top: 1rem;
}
.card-mentor__info > p:last-of-type {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 31.25rem) {
  .card-mentor__name {
    font-size: 1.5rem;
  }
}
/*** Mentor Grid ***/
.mentor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 1.5rem;
}

@media screen and (min-width: 520px) {
  .mentor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .mentor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/**** END CARD MENTOR BIO ****/
/************************
* Cards -- Modal
* *********************/
.card-modal {
  text-align: left;
  max-width: 96ch;
  font-size: 1rem;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  padding: 0;
}

.card-modal__inner {
  padding: 1.5rem;
}

.card-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}

.card-modal__title {
  font-size: 1.125rem;
}

.card-modal__name {
  font-weight: bold;
  font-size: 1.125rem;
}

.card-modal__header {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.card-modal__photo {
  width: 180px;
  margin: 0 auto;
  border-radius: 50%;
}

.card-modal__photo > img {
  border-radius: 50%;
}

.modal-card__btn {
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
  border: 0;
  color: #0076bb;
  font-size: 1rem;
  line-height: 1.5;
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.modal-card__btn:hover {
  color: #06a7e0;
}

@media screen and (max-width: calc(96ch + 2em)) {
  .card-modal {
    max-width: 100%;
    margin-inline: 1em;
  }
}
.card-modal__action {
  display: flex;
  justify-content: flex-end;
}

.card-modal__close-x {
  font-size: 1.5rem;
  border: 0;
  background-color: #ccc;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.card-modal__close-x:hover {
  background-color: #b2e0e3;
}

/*** END Cards Modal ***/

/*******************************
 * NEO CARD STYLES
 ******************************/
.neo-card {
  color: white;
  background-color: #002f87;
  padding: 2rem 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.neo-card.--green {
  background-color: #1d874a;
}
.neo-card.--blue {
  background-color: #0076bb;
}
.neo-card.--dark-blue {
  background-color: #002f87;
}
.neo-card.--purple {
  background-color: #2e2460;
}
.neo-card.--orange {
  background-color: #f15623;
}
.neo-card.--yellow {
  background-color: #f6b436;
  color: #303538;
}
.neo-card.--white {
  background-color: #fff;
  color: #303538;
}
.neo-card__title {
  margin: 0 0 0.5em;
  line-height: 1.15;
}
.neo-card__cta {
  margin-top: 1.75em;
}

.neo-cardset {
  display: flex;
  gap: 2rem;
  flex-flow: row wrap;
  justify-content: center;
}
.neo-cardset > * {
  flex: 1 1 320px;
}

.neo-card__content > p:last-of-type,
.neo-card__content > ul:last-of-type {
  margin-bottom: 0;
}

.neo-card__content ul > li:not(:last-of-type) {
  margin-bottom: 0.75em;
}

/*** Neo Card BTN Styles ***/
.neo-card__cta > .neo-btn {
  background: none;
  border: 2px solid white;
  color: white;
}

.neo-card__cta > .neo-btn:hover {
  border-color: transparent;
  color: #4b4f55;
  background: white;
}

.neo-card__cta > .neo-btn.--dark {
  background: none;
  border: 2px solid #303538;
  color: #303538;
}

.neo-card__cta > .neo-btn.--dark:hover {
  border-color: transparent;
  color: white;
  background: #303538;
}

/**** End NEO CARD ****/

/*******************************
 * Section Menu Styles
 ******************************/
.section-menu__button {
  -webkit-appearance: none;
  /* For Webkit browsers */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
  /* Standard property */
  margin: 0;
  padding: 7px 12px 6px;
  border: none;
  background: #c20430;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
  text-align: inherit;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 2px;
}
.section-menu__button:focus {
  outline: solid 1px #000;
  outline-offset: 4px;
}

.section-menu__wrapper {
  position: relative;
}

.section-menu {
  width: 210px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fcfcfc;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: solid 1px rgba(6, 6, 6, 0.3);
  transition: 0.3s opacity, 0.3s visibility;
}
.section-menu.expanded {
  opacity: 1;
  visibility: visible;
}
.section-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 0.875rem;
}
.section-menu a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.section-menu a:hover {
  color: #0076bb;
  text-decoration: underline;
}

.section-menu__wrapper[aria-expanded=true] .section-menu__button-icon {
  transform: rotate(-180deg);
}

.section-menu__button-icon {
  transition: transform 0.2s ease-in;
}

@media screen and (min-width: 560px) {
  .section-menu__button {
    font-size: 1rem;
  }

  .section-menu > ul {
    font-size: inherit;
  }
}
.with-section-nav {
  padding: 1rem 1rem 0;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}

@media screen and (min-width: 620px) {
  .with-section-nav {
    padding: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
/*** END SECTION MENU STYLES ***/



/*******************************
 * Contact STYLES
 ******************************/
.contact__title {
  font-size: 1.75rem;
  color: #303538;
  margin-bottom: 1rem;
}
.contact__address--divider::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #f6b436;
  position: relative;
  bottom: 0;
  display: block;
}
.contact__address {
  padding-bottom: 1rem;
}
.contact__communications {
  padding-top: 0;
}

.contact__communications .icon-contact__text {
  font-size: 1rem;
}

.icon-contactlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.icon-contactlist > li {
  margin-bottom: 0.25rem;
}

@media (min-width: 560px) {
  .contact__communications .icon-contact__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 43.75em) {
  .contact__container {
    display: flex;
  }
  .contact__container > * {
    width: 100%;
  }
  .contact__address--divider {
    border-bottom: none;
    border-right: 4px solid #f6b436;
  }
  .contact__address--divider::after {
    content: none;
    width: 0;
    height: 0;
  }
  .contact__address {
    padding: 0 2rem 0 0;
  }
  .contact__communications {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 860px) {
  .contact__communications .icon-contact__text {
    font-size: 1.3125rem;
  }

  .icon-contactlist > li {
    margin-bottom: 0.85rem;
  }
}
/*******************************
 * NEO Event STYLES
 ******************************/
.neo-event-preview {
  display: flex;
  flex-direction: column;
}
.neo-event-preview__date {
  order: 0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #f78d2d;
}
.neo-event-preview__title {
  order: 1;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #efeded;
}
.neo-event-preview__title > a {
  color: inherit;
  text-decoration: none;
}
.neo-event-preview__title > a:hover {
  text-decoration: underline;
}
.neo-event-preview__time {
  order: 2;
  font-size: 0.875rem;
  font-style: italic;
  color: #c9c9c8;
}
.neo-event-preview__location, .neo-event-preview__description, .neo-event-preview__tagline {
  font-size: 0.875rem;
}
.neo-event-preview__location {
  color: #c9c9c8;
}
.neo-event-preview__tagline {
  font-style: italic;
  color: #f0ea9c;
}

/********* Events Listing *********/
.neo-event-list {
  display: flex;
  column-gap: 3rem;
  row-gap: 1.5rem;
  flex-flow: column nowrap;
  margin-top: 2em;
}
.neo-event-list__button {
  margin-top: 2em;
}
.neo-event-list .neo-event-preview {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
}
.neo-event-list .neo-event-preview:first-child {
  border-top: none;
  padding-top: 0;
}

@media screen and (min-width: 560px) {
  .neo-event-list {
    flex-flow: row wrap;
  }
  .neo-event-list > * {
    width: calc(50% - 1.5rem);
  }
  .neo-event-list .neo-event-preview:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }

  .neo-event-preview__date {
    font-size: 1.3125rem;
  }
  .neo-event-preview__title {
    font-size: 1.125rem;
  }
  .neo-event-preview__time {
    font-size: 1rem;
  }
  .neo-event-preview__location, .neo-event-preview__description, .neo-event-preview__tagline {
    font-size: 1rem;
  }
}
.--forward .neo-event-preview__title {
  order: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #f78d2d;
}

.--forward .neo-event-preview__date {
  order: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #efeded;
}

@media screen and (min-width: 560px) {
  .--forward .neo-event-preview__title {
    font-size: 1.3125rem;
  }

  .--forward .neo-event-preview__date {
    font-size: 1.125rem;
  }
}
/*** Override for event detail styles ***/
.neo-event-preview.--detail > * {
  order: 0;
}

.neo-event-preview.--detail .neo-event-preview__title, .neo-event-preview.--detail .neo-event-preview__date {
  margin-bottom: 0.25rem;
}
.neo-event-preview.--detail .neo-event-preview__tagline, .neo-event-preview.--detail .neo-event-preview__description {
  line-height: 1.5;
}

.neo-event-preview.--detail .neo-event-preview__where {
  margin-bottom: 1rem;
}

@media screen and (min-width: 560px) {
  .neo-event-preview.--detail .neo-event-preview__title {
    font-size: 1.3125rem;
  }
}
/*** END NEO EVENT STYLES ***/


/**** Multicultural Events  ****/
.page-hero--multicultural {
  height: 240px;
  min-height: 240px;
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	background-color: black;
}

.page-hero__multicultural-title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(21px, 5vw, 36px);
}

.page-hero__multicultural-content {
  background-color: rgba(0, 47, 135, 0.9);
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.multicultural-featured__title {
  font-size: 1.75rem;
  color: #f15623;
}

.multicultural-featured__date {
  font-weight: bold;
  font-size: 1.3125rem;
  margin: 1.5rem 0 0;
}

.multicultural-featured__info .ul-list {
  margin: 0;
  columns: auto;
  column-width: 120px;
}

.multicultural-featured__info .ul-list li {
  font-size: 1.125rem;
}

.multicultural-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.multicultural-featured__header {
  text-align: center;
}

.multicultural-featured__image > img {
  width: 420px;
}

.multicultural-featured__info {
  width: 100%;
  max-width: 420px;
}

@media screen and (min-width: 680px) {
  .multicultural-featured {
    flex-direction: row;
    align-items: start;
  }

  .multicultural-featured__header {
    text-align: left;
  }

  .multicultural-featured__title {
    font-size: 2.25rem;
  }

  .multicultural-featured__image {
    flex: 0 0 310px;
  }

  .multicultural-featured__info {
    max-width: 100%;
  }
}
/**** END Multicultural Events  ****/


/**************************
 * Emergency Aid Styles
 *************************/
.ea-request__title {
  padding-bottom: 1rem;
  border-bottom: 4px solid #f6b436;
}

@media (min-width: 720px) {
  .ea-request {
    display: flex;
    gap: 1rem;
  }

  .ea-request__title {
    border-bottom: none;
  }

  .ea-request__content {
    border-left: 4px solid #f6b436;
    padding-left: 2rem;
  }

  .ea-request__title,
.ea-request__content {
    padding-block: 2rem;
  }
}
.featured-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-text {
  margin-bottom: 2rem;
}

.partner-logo__photo {
  display: block;
  width: 100%;
}

.partner-logos__container {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}

@media (min-width: 44em) {
  .partner-logos {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 54em) {
  .featured-partners {
    flex-direction: row;
  }

  .partner-text {
    max-width: 380px;
    margin-right: 2rem;
  }

  .partner-logos {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
  }
}
/**************************
* Icon Grid / Service List
***************************/
.sticky {
  position: sticky;
  top: 10px;
}

.sticky-button {
  position: sticky;
  bottom: 10px;
}

.neo-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.neo-icon-card__icon {
  background-color: #06a7e0;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
.neo-icon-card__icon:hover {
  background-color: #0076bb;
  transform: scale(1.1);
}
.neo-icon-card__icon > img {
  max-width: 60%;
}
.neo-icon-card__icon > img.no-shrink {
  max-width: 100%;
}
.neo-icon-card > .active-card, .neo-icon-card > .active-card:hover {
  background-color: #002f87;
  transform: none;
}
.neo-icon-card__title {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #303538;
  text-align: center;
  padding-top: 0.5em;
}
.neo-icon-card__title > a {
  color: inherit;
  text-decoration: none;
}

.crc-icon-cardset {
  display: flex;
  flex-flow: row wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  justify-content: center;
}

.crc-icon-cardset > * {
  flex: 0 1 100px;
}

@media (min-width: 540px) {
  .crc-icon-cardset {
    display: flex;
    flex-flow: row wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: center;
  }

  .crc-icon-cardset > * {
    flex: 0 1 150px;
  }

  .neo-icon-card__title {
    font-size: 1.125rem;
  }
  .neo-icon-card__icon {
    width: 100px;
    height: 100px;
  }
  .neo-icon-card__icon > img {
    max-width: 100%;
  }
}
.crc-services__return-action {
  padding: 2em 0;
}

/*******************************
 * Fancy Box
 ******************************/
.flex-divide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

.fancy-box {
  background-color: white;
}

.fancy-box__title {
  padding: 1rem;
  background-color: #1D874A;
  color: white;
}
.fancy-box__title.--teal {
  background-color: #019B9C;
}
.fancy-box__title.--blue {
  background-color: #06A7E0;
}

.fancy-box__content {
  padding: 2rem 1.5rem;
  border: 1px solid #DBDAD7;
  border-top: none;
}

.fancy-box-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}

.fancy-box {
  flex: 1 1 auto;
  width: 100%;
}

@media (min-width: 560px) {
  .fancy-box-container {
    flex-direction: row;
  }

  .fancy-box {
    flex: 1 0 300px;
  }

  .fancy-box__content {
    columns: 2;
    column-width: 200px;
  }
}

/*******************************
 * ACADEMIC EVENT INFO
 ******************************/
.academic-event {
  margin-top: 2.5rem;
}
.academic-event__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}
.academic-event__date {
  margin: 0;
}
.academic-event__date, .academic-event__action {
  font-size: 1rem;
}

.academic-event:first-child {
  margin-top: 0;
}

@media (min-width: 860px) {
  .academic-event__title {
    font-size: 1.3125rem;
  }
}



/**************************
 * New Global Layouts
 *************************/
/*** Compensates for the mobile absolute positioned header ***/
/** Changing from 879 to 941, as this was adjusted on the header but not here. **/
@media (max-width: 941px) {
  .first-item-push-down {
    padding-top: 4rem;
    background: transparent;
  }
}
.contain {
  margin-left: auto;
  margin-right: auto;
}
.contain--4w {
  max-width: 422px;
  padding: 0 1rem;
  box-sizing: content-box;
}
.contain--5w {
  max-width: 536px;
}
.contain--8w {
  max-width: 878px;
  padding: 0 1rem;
  box-sizing: content-box;
}
.contain--10w {
  max-width: 1106px;
  padding: 0 1rem;
  box-sizing: content-box;
}
.contain--12w {
  max-width: 1220px;
  padding: 0 1rem;
  box-sizing: content-box;
}

.v-pad-top-1 {
  padding-top: 1rem;
}

.v-pad-top-2 {
  padding-top: 2rem;
}

.v-pad-top-3 {
  padding-top: 3rem;
}

.v-pad-top-4 {
  padding-top: 4rem;
}

.v-pad-bottom-1 {
  padding-bottom: 1rem;
}

.v-pad-bottom-2 {
  padding-bottom: 2rem;
}

.v-pad-bottom-3 {
  padding-bottom: 3rem;
}

.v-pad-bottom-4 {
  padding-bottom: 4rem;
}

.mb1 {
  margin-bottom: 1rem;
}

/** Fix get connected spacing issue that's broken by the margin on h2 set to 0  */
.get-connected__content {
  padding-block: 0.75rem;
}

/** Grid Styles **/
.grid-2-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media screen and (min-width: 720px) {
  .grid-2-col {
    grid-template-columns: 1fr 1fr;
  }
}

.--grid-align-start {
  align-items: start;
}

.--grid-align-end {
  align-items: end;
}

.--grid-align-center {
  align-items: center;
}

/*** START Academic Calendar ***/
.calendar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.calendar-list--arrow > li {
  margin-bottom: 1.5rem;
}

.heading-bottom-border--short::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f6b436;
  display: block;
  position: relative;
  top: 0.75rem;
}

.calendar-jumpto__title {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.calendar-jumpto > ul {
  margin: 0;
  padding-left: 1rem;
  font-size: 1rem;
  color: #0076bb;
}
.calendar-jumpto li:not(:first-child) {
  margin-top: 0.5rem;
}

.calendar-semester {
  margin-top: 3rem;
}

.calendar-semester:not(:first-of-type) {
  margin-top: 5rem;
}

.calendar-month {
  margin-top: 2rem;
}

.calendar-month__table {
  width: 100%;
  border-top: 6px solid #6dc5e8;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-collapse: collapse;
}

.calendar-month__table tr {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.calendar-month__table td {
  padding-block: 0.75rem;
  font-size: 1rem;
}

.calendar-month__table td:first-child {
  padding-right: 1rem;
  width: 110px;
}

.calendar-month:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 53.75em) {
  .calendar-semester:not(:first-of-type) {
    margin-top: 6rem;
  }

  .calendar-month {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 62.5em) {
  .calendar-wrapper {
    display: grid;
    grid-template-columns: 8fr 1fr 3fr;
    grid-template-areas: "caldata . calaside";
  }

  .calendar-data {
    grid-area: caldata;
  }

  .calendar-jumpto {
    grid-area: calaside;
    align-self: start;
    margin-top: 5.5rem;
    background-color: rgba(178, 224, 227, 0.25);
    padding: 2.5rem 1.5rem;
  }
  .calendar-jumpto li:not(:first-child) {
    margin-top: 0.75rem;
  }

  .calendar-semester:first-of-type {
    margin-top: 0;
  }
}
/*** END Academic Calendar ***/

/************************************
* On This Page Nav Styles
************************************/
.onpage-nav {
  background-color: #00050b;
  font-size: 1rem;
  margin: 0;
}
.onpage-nav__title {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.onpage-nav__mobile {
  background: none;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
  cursor: pointer;
}

.onpage-nav__mobile:hover,
.onpage-nav__mobile:focus {
  color: #0076bb;
}

.onpage-nav__links {
  display: none;
}

.onpage-nav-active {
  display: block;
}

.onpage-nav__dropdown {
  font-size: 1.5rem;
  color: #fff;
}

.onpage-nav__desktop {
  display: none;
}

.onpage-nav__links {
  padding: 1rem 1rem 2rem;
}
.onpage-nav__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  gap: 1em;
}
.onpage-nav__links a {
  color: #fff;
}
.onpage-nav__links a.active {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 880px) {
  .onpage-nav__desktop {
    display: block;
  }

  .onpage-nav__mobile {
    display: none;
  }

  .onpage-nav {
    font-size: 1rem;
    position: relative;
    margin: 0;
    padding: 3rem 0;
  }
  .onpage-nav__title {
    display: inline-block;
    position: relative;
    left: -1rem;
    font-size: 1.125rem;
  }
  .onpage-nav__layout {
    display: flex;
  }
  .onpage-nav__layout header {
    flex: 1 0 150px;
  }

  .onpage-nav__links {
    border: none;
    padding: unset;
    display: block;
    margin: 0;
  }
  .onpage-nav__links ul {
    gap: 1rem 2rem;
    flex-flow: row wrap;
  }

  .onpage-nav__links a {
    text-transform: uppercase;
    text-decoration: none;
  }

  .onpage-nav__links a:hover,
.onpage-nav__links a:focus {
    color: #b2e0e3;
  }

  .onpage-nav__links a::before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    margin-right: 0.5em;
  }

  .onpage-nav__links a:hover::before {
    margin-left: 0.15em;
    margin-right: 0.35em;
  }
}

/*** Print Styles for Academic Calendar ***/
@media print {
  * {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  }

  .noprint {
    display: none !important;
  }

  .header {
    display: none;
  }

  .page-hero--basic {
    min-height: unset;
    height: auto;
  }

  .page-hero__content {
    position: static;
  }

  h1.page-hero__title {
    text-transform: unset;
    font-size: 28pt;
  }

  h2,
  h2.h2 {
    font-size: 24pt;
    color: #0076bb !important;
  }

  h3,
  h3.h3 {
    font-size: 18pt;
  }

  .breadcrumb-container,
  .breadcrumb-container--dark,
  .breadcrumb-container--dark + .text-block,
  .calendar-jumpto,
  .get-connected,
  .footer {
    display: none;
  }

  .text-block {
    padding: 18pt 0;
  }

  .calendar-semester {
    margin-top: 0;
  }

  .calendar-semester:not(:first-of-type) {
    margin-top: 48pt;
  }

  .calendar-month__table td:first-child {
    width: 100pt;
  }
}
