/*
Figma has a bug where the layers of any multiple-background definition are in
REVERSE ORDER
so you will need to manually invert the ordering.  Also simplify their linear-gradients-that-are-just-solid-colors.
 */
.cta-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cta-button.cta-button--center {
  justify-content: center;
}
@media (max-width: 767.9px) {
  .cta-button .cta-button__inner-container {
    width: 100%;
  }
}
.cta-button .cta-button__btn {
  margin-left: auto;
  margin-right: auto;
}
.cta-button .cta-button__subtext {
  margin-top: 12px;
  text-align: center;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}
.cta-button .cta-button__subtext.cta-button__subtext--inverted {
  color: #FFFFFF;
}

.cx-hub-hero {
  display: grid;
}
@media (max-width: 767.9px) {
  .cx-hub-hero {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .cx-hub-hero {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.cx-hub-hero > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.cx-hub-hero {
  background-color: #04242D;
  padding: 64px 0;
  box-sizing: border-box;
}
@media (max-width: 1279.9px) {
  .cx-hub-hero {
    padding: 32px 0;
  }
}

.cx-hub-hero__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__container {
    grid-template-columns: 4fr 2fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 767.9px) {
  .cx-hub-hero__container {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .cx-hub-hero__container--image-left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }
  .cx-hub-hero__container--image-left .cx-hub-hero__content {
    grid-column: 2;
    grid-row: 1;
  }
  .cx-hub-hero__container--image-left .cx-hub-hero__image-section {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__container--image-left {
    grid-template-columns: 2fr 4fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 767.9px) {
  .cx-hub-hero__container--image-left {
    grid-template-columns: 1fr;
  }
}

.cx-hub-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
@media (min-width: 768px) {
  .cx-hub-hero__content {
    grid-column: 1;
  }
}

.cx-hub-hero__image-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
@media (min-width: 768px) {
  .cx-hub-hero__image-section {
    grid-column: 2;
  }
}

@media (max-width: 767.9px) {
  .cx-hub-hero__image-section--no-mobile {
    display: none;
  }
}

.cx-hub-hero__text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767.9px) {
  .cx-hub-hero__container--image-left .cx-hub-hero__text-content {
    align-items: center;
    text-align: center;
  }
}

.cx-hub-hero__breadcrumbs {
  width: 100%;
}

.cx-hub-hero__title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cx-hub-hero__title {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.cx-hub-hero__title {
  margin: 0;
}

.cx-hub-hero__subtitle-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__subtitle-section {
    align-items: center;
  }
}

.cx-hub-hero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  margin: 0;
}

.cx-hub-hero__subtitle--desktop {
  display: block;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__subtitle--desktop {
    display: none;
  }
}

.cx-hub-hero__subtitle--mobile {
  display: none;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__subtitle--mobile {
    display: block;
  }
}

.cx-hub-hero__text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
}

.cx-hub-hero__cta-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__cta-container {
    flex-direction: column;
    align-items: center;
  }
}

.cx-hub-hero__cta-button-container {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__cta-button-container {
    flex-direction: column;
    align-items: center;
  }
  .cx-hub-hero__cta-button-container .e2-button {
    width: 100%;
  }
}

.cx-hub-hero__cta-container {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.cx-hub-hero__rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__rating {
    align-items: center;
  }
}

.cx-hub-hero__transcripts-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__transcripts-proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.cx-hub-hero__transcripts-proof-avatars {
  display: flex;
  flex-shrink: 0;
}

.cx-hub-hero__transcripts-proof-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  object-fit: cover;
}

.cx-hub-hero__transcripts-proof-avatar + .cx-hub-hero__transcripts-proof-avatar {
  margin-left: -8px;
}

.cx-hub-hero__transcripts-proof-avatar--more {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}
.cx-hub-hero__transcripts-proof-avatar--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("/images/cx/cxhub/transcripts-proof-avatar-3.jpg") center/cover;
}

.cx-hub-hero__transcripts-proof-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
}
.cx-hub-hero__transcripts-proof-text {
  color: #A6B5BD;
  margin: 0;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__transcripts-proof-text {
    text-align: left;
  }
}

.cx-hub-hero__review-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}

.cx-hub-hero__picture {
  width: 100%;
  height: auto;
  display: block;
}

.cx-hub-hero__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

@media (min-width: 1280px) {
  .cx-hub-hero--home .cx-hub-hero__image {
    margin-top: -32px;
  }
}

.cx-hub-hero--school-partner {
  background-color: #04242d;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero--school-partner .cx-hub-hero__container {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 767.9px) {
  .cx-hub-hero--school-partner .cx-hub-hero__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767.9px) {
  .cx-hub-hero--school-partner .cx-hub-hero__image-section {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero--school-partner .cx-hub-hero__credits-overlay {
    display: flex;
  }
}

.cx-hub-hero__tagline {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cx-hub-hero__tagline {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.cx-hub-hero__tagline {
  color: #A6B5BD;
  margin: 0;
}

.cx-hub-hero__special-offer-container {
  width: 100%;
}

.cx-hub-hero__special-offer-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.cx-hub-hero__special-offer-content {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.cx-hub-hero__special-offer-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
}
.cx-hub-hero__special-offer-icon img, .cx-hub-hero__special-offer-icon .e2-material-icon {
  width: 100%;
  height: 100%;
}

.cx-hub-hero__special-offer-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.cx-hub-hero__special-offer-header {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.cx-hub-hero__special-offer-body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.cx-hub-hero__image-container {
  position: relative;
  width: 100%;
  height: auto;
}

.cx-hub-hero__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__hero-image {
    display: none;
  }
}

.cx-hub-hero__logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  max-width: min(301px, 60%);
  aspect-ratio: 301/128;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__logo-overlay {
    position: static;
    max-width: 100%;
    width: 100%;
    aspect-ratio: auto;
    padding: 24px;
  }
}
.cx-hub-hero__logo-overlay img {
  max-width: 128px;
}

.cx-hub-hero__partner-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cx-hub-hero__credits-overlay {
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  max-width: min(320px, 80%);
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__credits-overlay {
    max-width: min(280px, 90%);
    padding: 8px;
    gap: 4px;
  }
}
@media (max-width: 767.9px) {
  .cx-hub-hero__credits-overlay {
    display: none;
  }
}

.cx-hub-hero__credits-card {
  display: none;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__credits-card {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    width: 100%;
  }
}

.cx-hub-hero__credits-card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #FFC340;
}

.cx-hub-hero__credits-card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cx-hub-hero__credits-card-count {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}

.cx-hub-hero__credits-card-from {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}

.cx-hub-hero__credits-overlay-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: #FFC340;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__credits-overlay-icon {
    width: 32px;
    height: 32px;
  }
}

.cx-hub-hero__credits-overlay-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx-hub-hero__credits-overlay-text {
    gap: 4px;
  }
}

.cx-hub-hero__credits-overlay-count {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}

.cx-hub-hero__credits-overlay-from {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}

.cx-hub-hero__ace-nccrs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__ace-nccrs {
    align-items: center;
  }
}

.cx-hub-hero__ace-nccrs-logos {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__ace-nccrs-logos {
    justify-content: center;
  }
}

.cx-hub-hero__ace-nccrs-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cx-hub-hero__ace-nccrs-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  margin: 0;
}
@media (max-width: 767.9px) {
  .cx-hub-hero__ace-nccrs-text {
    text-align: center;
  }
}

.major-search {
  z-index: 1;
}
.major-search .major-search__header {
  text-align: center;
  margin-bottom: 32px;
}
.major-search .major-search__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .major-search .major-search__title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.major-search .major-search__title {
  margin-bottom: 8px;
}
.major-search .major-search__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.major-search .major-search__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.major-search .major-search__subject-dropdown-container {
  white-space: nowrap;
}
.major-search .course-search__search-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.major-search .major-search__search-section {
  width: 100%;
}
.major-search .major-search__search-field .e2-form-field {
  margin-bottom: 0;
}
.major-search .major-search__filter-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-height: 36px;
}
.major-search .major-search__filter-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.major-search .major-search__major-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  display: flex;
  gap: 4px;
}
.major-search .major-search__course-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.major-search .major-search__card.e2-content-card {
  cursor: pointer;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  padding: 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.major-search .major-search__card.e2-content-card .e2-content-card__title-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
  text-decoration: none;
}
.major-search .major-search__card.e2-content-card .e2-content-card__title-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}
.major-search .major-search__card.e2-content-card .e2-content-card__text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.major-search .major-search__card.e2-content-card .e2-content-card__image-container .e2-content-card__image {
  transition: transform 0.2s ease;
}
.major-search .major-search__card.e2-content-card:hover .e2-content-card__image-container .e2-content-card__image {
  transform: scale(1.2);
}
.major-search .major-search__card.e2-content-card .e2-content-card__image-container:empty {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.major-search .major-search__card.e2-content-card .e2-content-card__image-container:empty::after {
  content: "Logo";
  color: #374F5C;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}
.major-search .major-search__card.e2-content-card--horizontal-layout {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 16px;
}
.major-search .major-search__card.e2-content-card--horizontal-layout .e2-content-card__image-container {
  width: 84px;
  height: 64px;
  aspect-ratio: 21/16;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}
.major-search .major-search__card.e2-content-card--horizontal-layout .e2-content-card__image-container .e2-content-card__image {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
.major-search .major-search__card.e2-content-card--horizontal-layout .e2-content-card__text-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767.9px) {
  .major-search .major-search__card.e2-content-card--horizontal-layout {
    grid-template-columns: 1fr;
  }
  .major-search .major-search__card.e2-content-card--horizontal-layout .e2-content-card__image-container {
    display: none;
  }
}
.major-search .major-search__card.e2-content-card--vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 172px;
  padding: 16px;
}
.major-search .major-search__card.e2-content-card--vertical-layout .e2-content-card__icon-container {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.major-search .major-search__card.e2-content-card--vertical-layout .e2-content-card__icon-background {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #072435;
  display: flex;
  align-items: center;
  justify-content: center;
}
.major-search .major-search__card.e2-content-card--vertical-layout .e2-content-card__icon {
  color: #FFFFFF;
  width: 24px;
  height: 24px;
}
.major-search .major-search__card.e2-content-card--vertical-layout .e2-content-card__text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.major-search .major-search__card.e2-content-card--vertical-layout .e2-content-card__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}
.major-search .major-search__card.e2-content-card--vertical-layout .e2-content-card__text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}
@media (max-width: 767.9px) {
  .major-search .major-search__card.e2-content-card--vertical-layout {
    height: auto;
  }
}
.major-search .major-search__course-list--vertical {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767.9px) {
  .major-search .major-search__course-list--vertical {
    grid-template-columns: repeat(2, 1fr);
  }
}
.major-search .major-search__filter-bar--vertical {
  justify-content: flex-start;
}
.major-search .major-search__no-results {
  padding: 32px;
  text-align: center;
  color: #374F5C;
}

.cx-degree-planning-support {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #F8F8F5 43%), linear-gradient(265.54deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
  border-radius: 8px;
  padding: 24px;
}
.cx-degree-planning-support .cx-degree-planning-support--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .cx-degree-planning-support .cx-degree-planning-support--content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cx-degree-planning-support .cx-degree-planning-support--text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cx-degree-planning-support .cx-degree-planning-support--title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cx-degree-planning-support .cx-degree-planning-support--title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.cx-degree-planning-support .cx-degree-planning-support--benefits {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cx-degree-planning-support .cx-degree-planning-support--benefit-item {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.cx-degree-planning-support .cx-degree-planning-support--checkmark {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  background-color: #0CA71C;
  mask-image: url("/images/icons/material/icon-check-24.svg");
  -webkit-mask-image: url("/images/icons/material/icon-check-24.svg");
}
.cx-degree-planning-support .cx-degree-planning-support--benefit-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
  flex: 1;
}
.cx-degree-planning-support .cx-degree-planning-support--cta-section {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .cx-degree-planning-support .cx-degree-planning-support--cta-section {
    width: 100%;
  }
}
.cx-degree-planning-support react-ssr[component=Button] {
  width: 100%;
}

.cx-transfer-with-confidence {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #F8F8F5 43%), linear-gradient(265.54deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
  border-radius: 8px;
  padding: 24px;
}
.cx-transfer-with-confidence .cx-transfer-with-confidence--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .cx-transfer-with-confidence .cx-transfer-with-confidence--content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cx-transfer-with-confidence .cx-transfer-with-confidence--text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cx-transfer-with-confidence .cx-transfer-with-confidence--title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cx-transfer-with-confidence .cx-transfer-with-confidence--title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.cx-transfer-with-confidence .cx-transfer-with-confidence--text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #000000;
}
.cx-transfer-with-confidence .cx-transfer-with-confidence--cta-section {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .cx-transfer-with-confidence .cx-transfer-with-confidence--cta-section {
    width: 100%;
  }
}
.cx-transfer-with-confidence react-ssr[component=Button] {
  width: 100%;
}

.cxSearch-checkmark-green, .cxSearch-selectedSchool-credit {
  color: #7ccf85;
}

.cxSearch-selectedSchool-partner {
  color: #f7ab54;
}

.cxSearch-selectedSchool-null {
  color: #A0A0A0;
}

.cxSearch-error {
  padding: 16px;
}

.cxSearch-form {
  width: 100%;
  position: relative;
}
.cxSearch-form input {
  width: 100%;
}

.cxSearch-container {
  position: relative;
}

.cxSearch-container__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.cxSearch-results {
  position: absolute;
  left: 12px;
  right: 12px;
  z-index: 1000;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin-top: 8px;
  background: white;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  -webkit-animation: resultGroupEntrance 0.25s ease-out both;
  animation: resultGroupEntrance 0.25s ease-out both;
}

.cxSearch-results__back {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 24px 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #627680;
}
.cxSearch-results__back:hover {
  text-decoration: underline;
}
@media (max-width: 767.9px) {
  .cxSearch-results__back {
    justify-content: center;
    margin-bottom: 8px;
  }
}

.cxSearch-resultWindow {
  max-height: 350px;
  overflow-y: scroll;
  padding: 24px;
}

.cxSearch-resultGroup {
  margin-bottom: 16px;
  text-align: left;
}
.cxSearch-resultGroup .cxSearch-resultGroup-title {
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
.cxSearch-resultGroup .cxSearch-resultGroup-star {
  color: #f7ab54;
}
.cxSearch-resultGroup .cxSearch-resultGroup-ok {
  color: #7ccf85;
}
.cxSearch-resultGroup .cxSearch-resultGroup-remove {
  color: #A0A0A0;
}
.cxSearch-resultGroup.error {
  border-top: 1px solid #F1F1F1;
  padding: 24px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.cxSearch-school {
  padding: 8px 0;
  position: relative;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .cxSearch-school {
    flex-wrap: wrap;
  }
}
.cxSearch-school > a {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .cxSearch-school > a {
    flex-wrap: wrap;
  }
}
.cxSearch-school:hover, .cxSearch-school.selected {
  cursor: pointer;
  background: white;
}
.cxSearch-school .link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  margin-left: auto;
}
.cxSearch-school .link:hover, .cxSearch-school .link:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.cxSearch-school .link:active {
  color: #072435;
  text-decoration: underline;
}
@media (max-width: 767.9px) {
  .cxSearch-school .link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #007BBA;
    cursor: pointer;
    text-decoration: underline;
    flex-basis: 100%;
    margin-left: 32px; /*line up with the text above*/
  }
  .cxSearch-school .link:hover, .cxSearch-school .link:focus-within {
    color: #164E75;
    text-decoration: underline;
  }
  .cxSearch-school .link:active {
    color: #072435;
    text-decoration: underline;
  }
}

.cxSearch-selectedSchool {
  padding-bottom: 24px;
  max-width: 550px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .cxSearch-selectedSchool {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cxSearch-selectedSchool .cxSearch-selectedSchool-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  gap: 4px;
}
.cxSearch-selectedSchool > p {
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.cxSearch-selectedSchool .cxSearch-selectedSchool-signUp {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.cxSearch-selectedSchool .cxSearch-selectedSchool-list {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cxSearch-selectedSchool .cxSearch-selectedSchool-list {
    columns: 2;
  }
}
.cxSearch-selectedSchool ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.cxSearch-selectedSchool ul li {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 4px 0;
  gap: 4px;
}
.cxSearch-selectedSchool .cxSearch-selectedSchool-btnContainer {
  text-align: center;
  margin-top: 16px;
}
.cxSearch-selectedSchool .cxSearch-selectedSchool-btnContainer .e2-button {
  margin: auto;
}

.cxSearch-verifiedby {
  padding: 24px 0;
  text-align: center;
}
.cxSearch-verifiedby > div {
  display: inline-block;
  font-size: "Inter", sans-serif;
}
.cxSearch-verifiedby img {
  height: 60px;
  padding: 0 20px 0 20px;
}
@media (max-width: 767.9px) {
  .cxSearch-verifiedby .cxSearch-verifiedby__nccrs {
    margin: 16px 0;
    display: block;
  }
}

.cxSearch-redesigned {
  max-height: 420px;
  overflow-y: auto;
}

.cxSearch-redesigned__group {
  padding: 24px 24px 0;
}

.cxSearch-redesigned__group-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 12px;
}

.cxSearch-redesigned__result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .cxSearch-redesigned__result {
    flex-wrap: wrap;
    gap: 4px;
  }
}

.cxSearch-redesigned__result--partner {
  color: inherit;
  text-decoration: none;
}
.cxSearch-redesigned__result--partner:hover {
  text-decoration: none;
}

.cxSearch-redesigned__result-name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374f5c;
  font-weight: 600;
}

.cxSearch-redesigned__result-name--partner {
  color: #007bba;
  text-decoration: underline;
}

.cxSearch-redesigned__result-action {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #007bba;
  text-decoration: underline;
  text-align: right;
  white-space: nowrap;
  margin-left: 16px;
}
@media (max-width: 767.9px) {
  .cxSearch-redesigned__result-action {
    flex-basis: 100%;
    text-align: left;
    margin-left: 0;
  }
}

.cxSearch-redesigned__footer {
  border-top: 1px solid #F1F1F1;
  padding: 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374f5c;
}

.cxSearch-modal {
  height: auto;
  width: 580px;
  z-index: 10001;
}
@media (max-width: 767.9px) {
  .cxSearch-modal {
    width: 100%;
  }
}

.cxSearch-modal__school {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767.9px) {
  .cxSearch-modal__school {
    flex-direction: column;
    gap: 12px;
  }
}

.cxSearch-modal__school-logo {
  width: 160px;
  height: 90px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cxSearch-modal__school-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cxSearch-modal__school-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.cxSearch-modal__school-name {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}

.cxSearch-modal__school-credits {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374f5c;
}

.cxSearch-modal__qa-sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cxSearch-modal__qa {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cxSearch-modal__qa-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
}

.cxSearch-modal__qa-body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374f5c;
  margin: 0;
}
.cxSearch-modal__qa-body p {
  margin: 0 0 8px;
}
.cxSearch-modal__qa-body p:last-child {
  margin-bottom: 0;
}

.cxSearch-modal__link {
  font-weight: 600;
  color: #007bba;
  text-decoration: underline;
}

.cxSearch-modal__guarantee-icon {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  color: #374f5c;
}

.design-system-footer a {
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  letter-spacing: normal;
}

.design-system-footer__heading a {
  font-size: 15px;
  font-weight: 600;
}

.design-system-footer__social-links a {
  font-size: 0;
}

.design-system-footer__legal-links a {
  font-size: 12px;
}

.study-nav__top a.for-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}

.study-nav__main .login-link {
  text-decoration: none;
  color: #1797b1;
}

.study-nav__site-nav > li > a:not(.unchevron):not(.icon-user3) {
  padding: 10px 0.6em 10px 7px;
  line-height: 1.42857143;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}

.cx-promo-schools .cx-promo-school-search__title {
  text-align: center;
}
.cx-promo-schools .cx-promo-school-search__subtitle {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin-bottom: 32px;
}
.cx-promo-schools .cxSearch-container__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-align: left;
}
.cx-promo-schools .cx-promo-school-search {
  margin-bottom: 24px;
}
.cx-promo-schools .cx-promo-partners__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  text-align: left;
}
.cx-promo-schools .cx-promo-partners__see-more {
  margin-bottom: 32px;
  text-align: center;
}
.cx-promo-schools .cx-promo-partners__cards {
  margin: 16px 0 24px;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card {
  display: grid;
  gap: 16px;
  width: 100%;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  position: relative;
  border: 2px solid #F1F1F1;
  height: 100%;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card:hover {
  background: #E3F3FF;
  text-decoration: none;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card:hover img {
  mix-blend-mode: multiply;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__image-container {
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__image-container img {
  max-width: 100%;
  max-height: 100%;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__image-container__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: center;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__special-offer {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  background: #E6F5E7;
  padding: 4px 8px;
  border-radius: 8px;
  margin-top: auto;
  text-align: center;
}
.cx-promo-schools .cx-promo-partners__cards .cx-partner-content-card .cx-partner-content-card__course-count {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: auto;
}
.cx-promo-schools .cx-promo-partners__cards .partner-schools {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767.9px) {
  .cx-promo-schools .cx-promo-partners__cards .partner-schools {
    display: none;
  }
}
.cx-promo-schools .cx-promo-partners__cards .partner-schools.partner-schools--mobile {
  display: block;
}
@media (min-width: 768px) {
  .cx-promo-schools .cx-promo-partners__cards .partner-schools.partner-schools--mobile {
    display: none;
  }
}
.cx-promo-schools .cx-promo-ace-nccrs {
  text-align: center;
}
.cx-promo-schools .cx-promo-ace-nccrs__title {
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cx-promo-schools .cx-promo-ace-nccrs__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.cx-promo-schools .cx-promo-ace-nccrs__title {
  color: #374F5C !important;
}
.cx-promo-schools .cx-promo-ace-nccrs__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.cx-promo-schools .cx-promo-ace-nccrs__images {
  display: flex;
  gap: 64px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.9px) {
  .cx-promo-schools .cx-promo-ace-nccrs__images {
    gap: 32px;
    flex-direction: column;
  }
}
.cx-promo-schools .cx-promo-ace-nccrs__images img {
  max-width: 100%;
  height: 96px;
}
@media (max-width: 767.9px) {
  .cx-promo-schools .cx-promo-ace-nccrs__images img {
    height: 72px;
  }
}

a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)) {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)):hover, a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)):focus-within {
  color: #164E75;
  text-decoration: underline;
}
a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)):active {
  color: #072435;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
}

h1:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h1:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h2:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h2:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h3:where(:not(.partial-reg-form-modal *)) {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h3:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h4:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h4:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h5:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h5:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.main-container {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  display: grid;
}
@media (max-width: 767.9px) {
  .main-container {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .main-container {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .main-container {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.main-container > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.main-container {
  margin: 0;
  padding-bottom: 32px;
  padding-top: 0;
  padding-inline: 0;
  width: 100%;
  max-width: unset;
}

@media (max-width: 767.9px) {
  .hero .e2-button,
  .content-hub__hero .e2-button,
  .content-hub__list .e2-button,
  .content-hub__cta-banner .e2-button,
  .content-hub__simple-cta .e2-button,
  .content-hub__bottomCTA .e2-button,
  .exam-course .e2-button,
  .interrupter-cta .e2-button,
  .bottom-cta .e2-button {
    width: 100%;
  }
}
.study-nav__top a.for-link {
  font-weight: normal;
  text-decoration: none;
}

.study-nav__main .login-link {
  font-size: 14px;
}

.study-nav__site-nav > li > a:not(.unchevron) {
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}

.study-nav__main a {
  font-size: 14px;
  font-weight: initial;
  text-decoration: initial;
}

.study-nav--logged-in .study-nav__site-nav > li > a {
  font-size: 14px;
}
.study-nav--logged-in .user-dropdown > li > a {
  font-size: 1.5em;
}
.study-nav--logged-in .study-nav__top a.referTrigger {
  font-weight: normal;
}
.study-nav--logged-in .user-dropdown .collapse .study-nav__member-item {
  text-decoration: none;
}
.study-nav--logged-in .study-nav__member-nav .study-nav__member-item {
  text-decoration: none;
}

.ccpa-floating-bar .ccpa-floating-bar-inner .ccpa-floating-bar-inner-messaging .ccpa-sub-text a {
  font-size: 14px;
}

.wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .section-content h2, .section-content h3, .section-content h4, .section-content h5 {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 12px;
}
.wiki-content h2 + .text-center, .wiki-content h3 + .text-center, .wiki-content h4 + .text-center, .wiki-content h5 + .text-center, .section-content h2 + .text-center, .section-content h3 + .text-center, .section-content h4 + .text-center, .section-content h5 + .text-center {
  text-align: left;
}
.wiki-content p, .section-content p {
  margin-top: 8px;
  margin-bottom: 18px;
}
.wiki-content .list-columns li h4, .section-content .list-columns li h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .wiki-content .list-columns li h4, .section-content .list-columns li h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.wiki-content .content__image--full-width, .section-content .content__image--full-width {
  width: 100%;
}
.wiki-content .imageplugin--align img, .section-content .imageplugin--align img {
  max-width: 100%;
  height: auto;
}
.wiki-content iframe[src*="youtube.com/embed/"], .section-content iframe[src*="youtube.com/embed/"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (min-width: 1280px) {
  .main-container > :where(:not(.full-width-section):not(react-ssr:has(.full-width-section))) {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}
@media (min-width: 1280px) {
  .main-container > .wide-section {
    grid-column-start: 3;
    grid-column-end: 13;
  }
}
.main-container > .content-width-section {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.main-container > .main-container {
  grid-column-start: full-bleed-start;
  grid-column-end: full-bleed-end;
}

.main-container--padding-top .main-container {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .main-container--padding-top .main-container {
    padding-top: 64px;
  }
}

.bottom-cta {
  grid-column: full-bleed !important;
  box-shadow: 0 0 0 100vmax #072435;
  clip-path: inset(0 -100vmax);
  background: #072435;
  text-align: center;
  padding: 64px 0;
  display: grid;
}
@media (max-width: 767.9px) {
  .bottom-cta {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .bottom-cta {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .bottom-cta {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.bottom-cta > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (max-width: 1279.9px) {
  .bottom-cta {
    padding: 32px 0;
  }
}
@media (min-width: 1280px) {
  .bottom-cta {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}
.bottom-cta .bottom-cta__header {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .bottom-cta .bottom-cta__header {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.bottom-cta .bottom-cta__subheader {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  margin-bottom: 24px;
}
.bottom-cta .bottom-cta__header,
.bottom-cta .bottom-cta__subheader {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-cta .bottom-cta__button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 600px) {
  .bottom-cta .bottom-cta__button {
    width: 256px;
  }
}
.bottom-cta .bottom-cta__asterisk {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 24px;
}

.credit-transfer-disclaimer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-transfer-disclaimer__text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  text-align: center;
}

.credit-transfer-disclaimer__link {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #007BBA;
}

.cx-partner-content-card {
  display: grid;
  gap: 16px;
  width: 100%;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  position: relative;
  border: 2px solid #F1F1F1;
  height: 100%;
}
.cx-partner-content-card:hover {
  background: #E3F3FF;
  text-decoration: none;
}
.cx-partner-content-card:hover img {
  mix-blend-mode: multiply;
}
.cx-partner-content-card .cx-partner-content-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cx-partner-content-card .cx-partner-content-card__image-container {
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.cx-partner-content-card .cx-partner-content-card__image-container img {
  max-width: 100%;
  max-height: 100%;
}
.cx-partner-content-card .cx-partner-content-card__image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.cx-partner-content-card .cx-partner-content-card__image-container__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cx-partner-content-card .cx-partner-content-card__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: center;
}
.cx-partner-content-card .cx-partner-content-card__special-offer {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  background: #E6F5E7;
  padding: 4px 8px;
  border-radius: 8px;
  margin-top: auto;
  text-align: center;
}
.cx-partner-content-card .cx-partner-content-card__course-count {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: auto;
}

.main-container {
  padding-bottom: 0;
}

#school-search {
  scroll-margin-top: 160px;
}

#degreeSearch {
  scroll-margin-top: 160px;
}

@media (min-width: 768px) {
  .cx-hub-hero__cta-button-container .e2-button {
    width: 256px;
  }
}

.cx-promo-schools .cx-promo-ace-nccrs,
.cx-promo-schools .cxSearch-container__label {
  display: none;
}

.cx-promo-schools .cx-promo-school-search {
  margin-bottom: 16px;
}

.cx-partner-colleges--degree-pathways-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #000000;
  text-align: center;
  margin-bottom: 32px;
}

.cx-partner-colleges--section {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
}
@media (max-width: 767.9px) {
  .cx-partner-colleges--section {
    padding: 32px 0;
  }
}
.cx-partner-colleges--section .cx-partner-colleges--title-container {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.cx-partner-colleges--section h3 {
  text-align: center;
  margin-top: 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .cx-partner-colleges--section h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.cx-partner-colleges--partner-list-section {
  box-shadow: 0 0 0 100vmax #EFF5F6;
  clip-path: inset(0 -100vmax);
  background: #EFF5F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.cx-partner-colleges--partner-list-section .partner-schools {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767.9px) {
  .cx-partner-colleges--partner-list-section .partner-schools {
    grid-template-columns: 1fr 1fr;
  }
}
.cx-partner-colleges--partner-list-section .partner-schools-carousel {
  display: none;
}
.cx-partner-colleges--partner-list-section .partner-list-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cx-partner-colleges--partner-list-section .partner-list-section--title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.cx-partner-colleges--partner-list-section .partner-list-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.cx-partner-colleges--partner-list-section .partner-list-cta--title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
  padding-bottom: 4px;
}
.cx-partner-colleges--partner-list-section .partner-list--cta-button-subtext {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .cx-partner-colleges--partner-list-section react-ssr[component=Button] {
    width: 100%;
  }
}

.cx-partner-colleges--degree-search-section {
  gap: 64px;
}

.bottom-cta {
  background: #04242D;
}

/*# sourceMappingURL=cxPartnerCollegesRebrand.css.map */
