*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body > section {
  overflow-x: hidden;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
}

p, li {
  font-size: 1.4rem;
  color: #142638;
  text-align: justify;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  p, li {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
}

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

.section-heading {
  font-family: "Castoro", serif;
  color: #142638;
  font-weight: 400;
  font-size: 2.5rem;
}
.section-heading--medium-center {
  max-width: 45rem;
}
@media (min-width: 768px) {
  .section-heading--medium-center {
    max-width: 65rem;
  }
}
@media (min-width: 1025px) {
  .section-heading--medium-center {
    max-width: 80rem;
  }
}
@media (min-width: 560px) {
  .section-heading--medium {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .section-heading--medium {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .section-heading--medium {
    font-size: 6rem;
  }
}
.section-heading--small {
  font-size: 2rem;
}
@media (min-width: 560px) {
  .section-heading--small {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .section-heading--small {
    font-size: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .section-heading--small {
    font-size: 4.8rem;
  }
}
.section-heading--extra-small {
  font-size: 2rem;
}
@media (min-width: 560px) {
  .section-heading--extra-small {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .section-heading--extra-small {
    font-size: 3.2rem;
  }
}

.text-highlight {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .text-highlight::before {
    content: "";
    bottom: 15%;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 45%;
    height: 15px;
    background-color: #E15100;
  }
  .text-highlight--short::before {
    content: "";
    bottom: 15%;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 80%;
    height: 15px;
    background-color: #E15100;
  }
  .text-highlight--long::before {
    content: "";
    bottom: 15%;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 90%;
    height: 15px;
    background-color: #E15100;
  }
  .text-highlight--dark::before {
    content: "";
    bottom: 15%;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 45%;
    height: 15px;
    background-color: #142638;
  }
}

.italic-text {
  color: #E15100;
}

.hyperlink {
  text-decoration: underline;
  color: inherit;
}
.hyperlink--orange {
  color: #E15100;
}

.text-color-blue-gray {
  color: #A0B0BF;
}

.list-item {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .list-item {
    font-size: 1.8rem;
  }
}
.list-item--orange {
  color: #E15100;
}

.font-medium {
  font-weight: 500;
}

.page-section-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .page-section-heading {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 768px) {
  .page-section-heading {
    margin-bottom: 8rem;
  }
}
.page-section-heading::after {
  content: "";
  width: 7.8rem;
  height: 3px;
  background: #E15100;
}

.heading-outer {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.heading-outer::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #E15100;
}

.xl-heading {
  color: #fff;
}
@media (min-width: 560px) {
  .xl-heading {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .xl-heading {
    font-size: 5rem;
  }
}
@media (min-width: 1025px) {
  .xl-heading {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .xl-heading {
    font-size: 7rem;
  }
}
@media (min-width: 1440px) {
  .xl-heading {
    font-size: 8.5rem;
  }
}

.no-results {
  color: #A0B0BF;
}

.text-orange {
  color: #E15100;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #142638 !important;
}

.text-gray {
  color: #A0B0BF;
}

.number-list {
  list-style: decimal;
}

.list-item-large {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .list-item-large {
    font-size: 2.2rem;
  }
}

.primary-btn {
  background: #E15100;
  border: 2px solid transparent;
  color: #fff;
  padding: 1rem 1.5rem;
  transition: all 0.5s ease;
  font-size: 1.4rem;
  z-index: 5;
}
.primary-btn--nav {
  padding: 1.3rem 1.5rem;
  align-self: self-start;
  font-size: 18px;
}
.primary-btn--link {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.primary-btn--start {
  align-self: flex-start;
}
.primary-btn:hover {
  background-color: #fff;
  border: 2px solid #E15100;
  color: #E15100;
}
.primary-btn--white {
  background: #fff;
  color: #E15100;
  border: 2px solid transparent;
}
.primary-btn--white:hover {
  background: #E15100;
  color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 560px) {
  .primary-btn {
    font-size: 1.8rem;
  }
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 560px) {
  .checklist {
    flex-direction: row;
    justify-content: space-between;
    gap: 5rem;
  }
}
.checklist-section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.checklist__item {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.checklist__item__text {
  margin: 0;
  max-width: 61.8rem;
}
.checklist__item__text--light {
  color: #A0B0BF;
}
.checklist__item-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.checklist__check {
  width: 2.6rem;
}

.img-border-right {
  display: flex;
  gap: 2rem;
}
@media (min-width: 1440px) {
  .img-border-right::before {
    content: "";
    height: 20rem;
    width: 7px;
    background: #E15100;
  }
}

.page-banner {
  position: relative;
  background: #142638;
  padding: 5rem 0;
  height: 20rem;
}
@media (min-width: 768px) {
  .page-banner {
    height: 45rem;
  }
}
.page-banner__shape {
  position: absolute;
  width: 20rem;
  display: none;
}
.page-banner__shape--b {
  bottom: 0;
  left: 0;
}
.page-banner__shape--t {
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .page-banner__shape {
    display: block;
  }
}
.page-banner-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.page-banner__heading {
  position: relative;
  color: #fff;
}
@media (min-width: 560px) {
  .page-banner__heading::after {
    content: "";
    position: absolute;
    width: 7.6rem;
    height: 4px;
    background: #E15100;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2rem;
  }
}

.link-tabs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.link-tab {
  padding: 1.5rem 2rem;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
}
.link-tab__link {
  font-size: 2rem;
  font-weight: 500;
  color: #E15100;
}
@media (min-width: 1025px) {
  .link-tab__link {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .link-tab {
    height: 8.1rem;
  }
}

.apply-timeline {
  position: relative;
  max-width: 1440px;
  margin: 10rem 0px;
}

.apply-timeline-item {
  padding: 10px 50px;
  position: relative;
  width: 50%;
}

.apply-timeline-item-content {
  padding: 20px 30px;
  background: #fff;
  position: relative;
  border-radius: 12px;
  font-size: 18px;
  border: 1px solid #e8e8e8;
}
@media (min-width: 1025px) {
  .apply-timeline-item-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 4rem 3rem;
  }
}

.apply-timeline-item-content--hidden {
  border: none;
}

.apply-timeline-item--left {
  left: 0;
}

.apply-timeline-item--right {
  left: 50%;
}

.apply-timeline-item__stop {
  position: absolute;
  width: 40px;
  border-radius: 50%;
  right: -20px;
  top: 32px;
}

.apply-timeline-item__stop--right {
  left: -20px;
}

.apply-timeline::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  background-color: #e4eaf0;
  top: 0%;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
  border-radius: 2.8rem;
}

@media (min-width: 768px) {
  .apply-timeline-item__heading {
    font-size: 2.2rem;
  }
}

.apply-timeline-item__number {
  font-family: "Castoro", serif;
  font-size: 2.5rem;
  color: #E15100;
}
@media (min-width: 560px) {
  .apply-timeline-item__number {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .apply-timeline-item__number {
    font-size: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .apply-timeline-item__number {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 640px) {
  .apply-timeline {
    margin: 50px auto;
  }
  .apply-timeline::after {
    left: 31px;
  }
  .apply-timeline-item {
    width: 100%;
    padding-left: 80px;
    padding-right: 25px;
  }
  .text-box {
    font-size: 16px;
  }
  .apply-timeline-item--right {
    left: 0;
  }
  .apply-timeline-item__stop {
    left: 10px;
  }
}
.program-banner {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/primary-care/primary-care-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 30%;
  height: 50vh;
}
.program-banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.program-banner__heading {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.program-banner__heading::after {
  content: "";
  width: 10%;
  height: 1.5rem;
  background: #E15100;
}
.program-banner__degree {
  color: #fff;
  background: #E15100;
  padding: 1rem 1.5rem;
  width: fit-content;
  border-radius: 1rem;
}
.program-banner__element {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  opacity: 0.5;
  width: 15rem;
}
@media (min-width: 768px) {
  .program-banner__element {
    width: auto;
  }
}

.healthcare-management-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/healthcare-management/healthcare-management-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.aesthetic-medicine-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/aesthetic-medicine/aesthetic-medicine-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.internal-medicine-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/internal-medicine/internal-medicine-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nutrition-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/nutrition/nutrition-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.health-sciences-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/health-science/health-science-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.table--faculty {
  border-color: #f2f2f2;
}

.table-head-bg {
  background-color: #ffcaab;
}
.table-head-bg--light {
  background-color: #ffe6d8;
}

.table-head-col {
  padding: 2rem 1rem !important;
  color: #142638;
}
.table-head-col:not(:last-child) {
  border-right: 2px solid #fff;
}
.table-head-col--faculty:not(:last-child) {
  border-right: none;
}

.table-row-col {
  padding: 1.5rem 1rem !important;
}
@media (min-width: 768px) {
  .table-row-col {
    font-size: 2rem;
  }
}
.table-row-col--tba {
  color: #A0B0BF;
}

@media (min-width: 768px) {
  .table-fixed {
    table-layout: fixed;
  }
}

.table-row-col--bg {
  background: #f8f8f8 !important;
  border: 1px solid #ececec !important;
}

.search-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-input {
  padding: 1rem 2rem;
  border-radius: 3rem;
  border: 2px solid #A0B0BF;
  width: 100%;
}

.search-btn {
  background: transparent;
  border: none;
  width: 5rem;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .checkbox-group label {
    font-size: 2rem;
  }
}
.checkbox-group input {
  width: 2rem;
  height: 2rem;
  accent-color: #E15100;
}

.checkbox-icon {
  height: 2.2rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-control {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 1.8rem;
  }
}

.form-group {
  margin-bottom: 1rem;
}

label {
  font-size: 1.6rem;
  color: #E15100;
}
@media (min-width: 768px) {
  label {
    font-size: 1.8rem;
  }
}

.form-control:focus {
  color: #142638;
  background-color: #fff;
  border-color: #E15100;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 81, 0, 0.25);
}

.contact-us-form {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .apply-heading-container {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
  }
}
.apply__heading {
  position: relative;
  width: fit-content;
}
@media (min-width: 992px) {
  .apply__heading::after {
    position: absolute;
    content: "";
    width: 236px;
    height: 1rem;
    background: #E15100;
    left: calc(100% + 2rem);
    top: 50%;
    transform: translateY(-50%);
  }
}
.apply-heading__text {
  max-width: 65.9rem;
}
.apply-heading__arrow {
  display: none;
  width: 1.5rem;
}
@media (min-width: 1025px) {
  .apply-heading__arrow {
    position: relative;
    display: block;
    top: 50%;
  }
}
.apply-heading__shape {
  display: none;
}
@media (min-width: 768px) {
  .apply-heading__shape {
    display: block;
  }
}
.apply-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 640px) {
  .apply-text-content {
    align-items: center;
  }
}
.apply__text {
  max-width: 53.6rem;
  text-align: left;
}
@media (min-width: 640px) {
  .apply__text {
    text-align: center;
  }
}

.padding-100 {
  padding: 10rem 0;
}

.padding-b-100 {
  padding-bottom: 10rem;
}

.padding-t-100 {
  padding-top: 10rem;
}

.center-container-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding: 0 3.5rem;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 0 6rem;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    max-width: 1440px;
    padding: 0 6rem;
  }
}
@media (min-width: 1670px) {
  .wrapper {
    padding: 0;
  }
}

.split-layout-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .split-layout-left {
    margin-bottom: 0;
  }
}
.split-layout-heading-outer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.split-layout-heading-outer::before {
  content: "";
  width: 20%;
  height: 5px;
  background: #E15100;
}
.split-layout__heading {
  order: -1;
}
.split-layout__text--light {
  color: #8C9EB0;
}
@media (min-width: 768px) {
  .split-layout__text {
    max-width: 500px;
  }
}
.split-layout__btn {
  align-self: flex-start;
}

.split-layout-line {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.split-layout-line-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.split-layout-line-left {
  order: -1;
}
@media (min-width: 560px) {
  .split-layout-line__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .split-layout-line__heading {
    font-size: 3.5rem;
  }
}
.split-layout-line__text {
  max-width: 500px;
}
@media (min-width: 768px) {
  .split-layout-line {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .split-layout-line::before {
    content: "";
    width: 3px;
    height: 10rem;
    background: lightgrey;
    align-self: center;
  }
}

.row-list__item {
  padding: 1.5rem 0;
}
.row-list__item:not(:last-child) {
  border-bottom: 2px solid #f2f2f2;
}
.row-list__item a {
  font-size: 2rem;
  color: #E15100;
}

.footer {
  background-color: #142638;
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.footer-layout {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (min-width: 1025px) {
  .footer-layout {
    gap: 10rem;
  }
}
.footer-outer {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 1200px) {
  .footer-outer {
    flex-direction: row;
    align-items: center;
    gap: 10rem;
  }
}
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.footer-right {
  flex-basis: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px);
  justify-content: space-between;
  gap: 1.6rem;
}
.footer__logo {
  width: 15rem;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 26rem;
  }
}
.footer-socials {
  display: flex;
  gap: 1rem;
}
.footer-socials::before {
  content: "";
  border: 0.5px solid #263345;
  align-self: stretch;
}
.footer-socials::after {
  content: "";
  border: 0.5px solid #263345;
  align-self: stretch;
}
.footer__social--twitter {
  order: -1;
}
.footer__social--facebook {
  order: 3;
}
.footer-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-section__title {
  font-weight: 600;
  color: #F0884E;
  font-size: 1.8rem;
}
.footer-section__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
.footer-section__item {
  font-weight: 500;
  list-style: none;
  color: #fff;
  font-size: 1.6rem;
  display: block;
}
.footer-section__item--apply-now {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.footer-section__chevron {
  width: 1rem;
  order: 1;
}
.footer-section__link {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.footer-section__link:hover {
  color: #f2f2f2;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom__text {
  font-size: 1.4rem;
  color: #334B6D;
}
.footer-bottom__link {
  color: #334B6D;
}
@media (min-width: 768px) {
  .footer-bottom {
    gap: 3rem;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding-top: 10rem;
  }
}

.center-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/mission/mission-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.center-hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.center-hero-content::before {
  content: "";
  height: 1rem;
  width: 6rem;
  background: #E15100;
}
@media (min-width: 768px) {
  .center-hero-content::before {
    height: 1.5rem;
  }
}
.center-hero__heading {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #fff;
  order: -1;
}
@media (min-width: 1025px) {
  .center-hero__heading {
    font-size: 7rem;
  }
}
.center-hero__text {
  max-width: 50rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .center-hero__text {
    max-width: 79rem;
  }
}

.text-line {
  width: 2rem;
  height: 2px;
  display: block;
  background-color: #f18141;
}

.slideInLeft {
  animation: slideInLeft 2s cubic-bezier(0.17, 0.67, 0.37, 0.99);
}

.slideInUp {
  animation: slideInUp 2s cubic-bezier(0.17, 0.67, 0.37, 0.99);
}

.delay-1s {
  animation-delay: 1s;
}

/* ========================
TRILLIUM LANDING
===========================*/
.trillium {
  height: 100%;
  background: linear-gradient(243.24deg, #ff9255 0%, rgba(15, 50, 103, 0.67) 81.84%, #535353 110.66%);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.shape {
  position: absolute;
  opacity: 0.52;
  left: 2rem;
}

.shape.bottom-left {
  bottom: 2rem;
  width: 10rem;
}

.shape.top-left {
  display: none;
  top: 2rem;
  width: 20rem;
  transform: scaleX(-1);
}

.img-bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.33;
}

.trillium-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trillium-hero-btn {
  align-self: flex-start;
}

.trillium__logo {
  width: 15.2rem;
  z-index: 100;
}

.trillium__logo img {
  width: 100%;
}

.trillium-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.trillium-content::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #EB702A;
}

.trillium__coming-soon {
  font-size: 1.4rem;
  color: #bebebe;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.trillium-wrapper {
  height: 100%;
}

.trillium__heading {
  font-family: "Castoro", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
  line-height: 120%;
  z-index: 3;
  order: -1;
}

.trillium__caption {
  color: #e4e4e4;
  font-size: 1.4rem;
  max-width: 314px;
}

.trillium-marquee {
  display: none;
}

.marquee.offset {
  margin-top: 3rem;
}

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: scroll 38s linear infinite;
}

.marquee-container.slower {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: scroll 42s linear infinite;
}

.marquee-container:not(:last-child) {
  margin-bottom: 1.5rem;
}

.marquee__item {
  width: 17.4rem;
  border-radius: 1rem;
  overflow: hidden;
}

.marquee__program {
  background: #eb702a;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #fff;
}

.marquee__program p {
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 420px) {
  .trillium__heading {
    font-size: 4rem;
  }
  .trillium__coming-soon {
    font-size: 1.6rem;
    color: #bebebe;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .trillium__caption {
    font-size: 1.6rem;
    max-width: 330px;
  }
}
@media screen and (min-width: 576px) {
  .trillium__heading {
    font-size: 5.5rem;
  }
  .trillium__caption {
    font-size: 1.6rem;
    max-width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .shape {
    left: 2.5rem;
  }
  .shape.bottom-left {
    bottom: 2.5rem;
    width: 12rem;
  }
  .shape.top-left {
    top: 2.5rem;
  }
  .text-line {
    width: 3.5rem;
    height: 2px;
    display: block;
    background-color: #f18141;
  }
}
@media screen and (min-width: 890px) {
  .shape.top-left {
    display: block;
    opacity: 0.3;
  }
  .trillium-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .trillium__heading {
    font-size: 4rem;
    max-width: 450px;
  }
  .trillium-marquee {
    display: flex;
    gap: 1.5rem;
    animation: slideIn 1.5s cubic-bezier(0.17, 0.67, 0.37, 0.99);
    opacity: 0.71;
  }
}
@media screen and (min-width: 992px) {
  .trillium__logo {
    width: 17rem;
  }
  .trillium__coming-soon {
    font-size: 1.8rem;
  }
  .trillium__heading {
    font-size: 4rem;
    max-width: 500px;
  }
  .trillium__caption {
    font-size: 1.8rem;
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .text-line {
    width: 62px;
  }
  .trillium__coming-soon {
    font-size: 2rem;
  }
  .trillium__heading {
    font-size: 5rem;
    max-width: 100%;
  }
  .trillium__caption {
    font-size: 2rem;
    max-width: 550px;
  }
}
@media screen and (min-width: 1400px) {
  .marquee__item {
    width: 22.4rem;
  }
  .trillium__heading {
    font-size: 6.5rem;
    max-width: 100%;
  }
  .shape.top-left {
    opacity: 0.52;
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, calc(-100% - 1.5rem), 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(15rem);
  }
  100% {
    opacity: 0.71;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-25rem);
  }
  25% {
    opacity: 0;
    transform: translateX(-25rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  35% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav {
  background: white;
  padding: 2rem 0;
  box-shadow: 0px 8px 16px -9px rgba(0, 0, 0, 0.1);
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .hamburger {
  padding: 0;
}
.nav .hamburger.is-active .hamburger-inner {
  background-color: #E15100;
}
.nav .hamburger.is-active .hamburger-inner::before {
  background-color: #E15100;
}
.nav .hamburger.is-active .hamburger-inner::after {
  background-color: #E15100;
}
.nav .hamburger-inner {
  background-color: #E15100;
}
.nav .hamburger-inner::before {
  background-color: #E15100;
}
.nav .hamburger-inner::after {
  background-color: #E15100;
}
@media (min-width: 1025px) {
  .nav .hamburger {
    display: none;
  }
}
.nav__logo {
  width: 10rem;
}
@media (min-width: 768px) {
  .nav__logo {
    width: 12rem;
  }
}
.nav__burger {
  position: relative;
  right: 0;
  z-index: 9999;
}
.nav-group {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  padding: 5rem 2rem;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .nav-group {
    opacity: 1 !important;
    pointer-events: auto !important;
    background: transparent;
    position: static;
    padding: 0;
    flex-direction: row;
    width: fit-content;
  }
}
.nav__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .nav__list {
    flex-direction: row;
    gap: 2rem;
  }
}
.nav__dropdown {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
@media (min-width: 1025px) {
  .nav__dropdown {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1.5rem);
    position: absolute;
    max-height: 100% !important;
    background-color: #f2f2f2;
    width: 300px;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
}
.nav__item {
  list-style: none;
  font-weight: 500;
  font-size: 2.4rem;
}
.nav__item--dropdown {
  font-size: 1.8rem;
}
.nav__item--dropdown:not(:last-child) .nav__link--dropdown {
  border-bottom: none;
}
.nav__item-group {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f2f2f2;
}
.nav__item-group .nav__link {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .nav__item-group {
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  .nav__item {
    font-size: 1.8rem;
  }
  .nav__item:hover .nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.nav__expand {
  width: 2rem;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.nav__expand.spin {
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  .nav__expand {
    display: none;
  }
}
.nav__link {
  text-decoration: none;
  color: #E15100;
  display: block;
  padding: 1.5rem 0;
  border-bottom: 2px solid #f2f2f2;
}
.nav__link--dropdown {
  color: #A0B0BF;
}
@media (min-width: 1025px) {
  .nav__link {
    border-bottom: none;
    color: #142638;
    font-weight: 400;
    transition: color 0.5s ease;
  }
  .nav__link--dropdown {
    color: #A0B0BF;
  }
  .nav__link:hover {
    color: #E15100;
  }
}

.overview {
  position: relative;
}
@media (min-width: 768px) {
  .overview__text {
    font-size: 2.2rem;
  }
}
.overview__element {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.program-quick-links-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 640px) {
  .program-quick-links-container {
    flex-direction: row;
  }
}
.program-quick-links__item {
  background: #E15100;
  color: #fff;
  border: 2px solid transparent;
  padding: 1rem 1.5rem;
  flex-basis: 100%;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .program-quick-links__item {
    display: flex;
    justify-content: center;
    padding: 2rem 2rem;
    font-size: 2rem;
  }
}
.program-quick-links__item:hover {
  background-color: #fff;
  color: #E15100;
  border: 2px solid #E15100;
}

.program-curriculum-list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.program-curriculum-list__item {
  padding-bottom: 3rem;
}
.program-curriculum-list__item:not(:last-child) {
  border-bottom: 2px solid #f2f2f2;
}
.program-curriculum-list__heading {
  color: #E15100;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .program-curriculum-list__heading {
    font-size: 3rem;
  }
}
.program-curriculum-list__subheading {
  font-size: 1.6rem;
  color: #142638;
}
@media (min-width: 768px) {
  .program-curriculum-list__subheading {
    font-size: 2.3rem;
  }
}
.program-curriculum-list__list-item {
  margin-left: 2rem;
  color: #8C9EB0;
}
@media (min-width: 768px) {
  .program-curriculum-list__list-item {
    font-size: 2rem;
  }
}
.program-curriculum-list__text {
  font-size: 1.6rem;
  color: #8C9EB0;
}
@media (min-width: 768px) {
  .program-curriculum-list__text {
    font-size: 2rem;
  }
}

.program-tuition-layout {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.program-table {
  table-layout: fixed;
  border-color: #E15100;
}
.program-table th {
  padding: 1rem 1.5rem;
  background: #f2f2f2;
}
.program-table__heading {
  font-family: "Castoro", serif;
  color: #142638;
}
@media (min-width: 768px) {
  .program-table__heading {
    font-size: 2.2rem;
  }
}
.program-table__text {
  color: #142638;
}
@media (min-width: 768px) {
  .program-table__text {
    font-size: 2rem;
  }
}

.financial-aid-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/financial-aid/financial-aid-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 40%;
}

.students-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/students/students-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
}

.faculty-staff-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/faculty-and-staff/faculty-and-staff-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
}

.alumni-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/alumni/alumni-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
}

.payment-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/payment-options/payment-options-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.academic-calendar-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/academic-calendar/academic-calendar-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 40%;
}

.courses-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/courses/courses-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
}

.academic-advising-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/academic-advising/academic-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.book-advising-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 560px) {
  .book-advising-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.book-advising-left {
  background: #E15100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2rem;
}
@media (min-width: 1025px) {
  .book-advising-left {
    padding: 6rem 5rem;
  }
}
.book-advising__heading {
  color: #fff;
}
.book-advising__text {
  color: #fff;
}
.book-advising__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-advising-heading-outer::before {
  content: "";
  width: 20%;
  height: 5px;
  background: #A0B0BF;
}

/*============================
HERO
=============================*/
.affiliations-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/affiliations/affiliations.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*============================
PARTNERSHIPS
=============================*/
.partnerships {
  position: relative;
  background: #E15100;
}
.partnerships-container {
  position: relative;
  z-index: 3;
}
.partnerships-heading-outer:before {
  content: "";
  width: 20%;
  height: 5px;
  background: #fff;
}
.partnerships__heading {
  color: #fff;
}
.partnerships__text {
  color: #fff;
}
.partnerships__subheading {
  color: #fff;
}
.partnerships__list-text {
  color: #fff;
}
.partnerships-bg-img {
  position: absolute;
  opacity: 0.3;
  background-image: url("../assets/img/affiliations/handshake.svg");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center;
}

/*============================
POST SECONDARY PARTNERS
=============================*/
.ps-partners-heading-section {
  margin-bottom: 5rem;
}
.ps-partners-heading-outer::before {
  width: 50%;
}
.ps-partners__heading {
  order: -1;
}
.ps-partners__subheading {
  color: #8C9EB0;
}
.ps-partners-flex {
  gap: 5rem;
}

/*============================
HOW TO PARTNER
=============================*/
.how-to-partner {
  padding-bottom: 10rem;
}

/*=============================
HERO
==============================*/
.admissions-hero.graduate-programs-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/graduate-programs/g-admissions.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*=============================
DISCOVER
==============================*/
.discover-heading-container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/img/graduate-programs/discover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30rem;
}
@media (min-width: 768px) {
  .discover-heading-container {
    height: 50rem;
  }
}
.discover__heading {
  position: relative;
  top: 50%;
  color: #fff;
}
@media (min-width: 1025px) {
  .discover__heading {
    top: calc(60% - 10rem);
    font-size: 8rem;
  }
}
.discover-content {
  position: relative;
  top: -8rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #fff;
  max-width: 50rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.07);
}
@media (min-width: 560px) {
  .discover-content {
    padding: 5rem 4rem;
  }
}
@media (min-width: 768px) {
  .discover-content {
    padding: 8rem 7rem;
    max-width: 70rem;
  }
}
@media (min-width: 1025px) {
  .discover-content {
    padding: 9rem 9rem;
    max-width: 90rem;
  }
}

/*========================
DISCOVER
======================== */
.home-discover {
  background-image: url("../assets/img/home/discover-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.home-discover-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.home-discover-container::before {
  content: "";
  height: 10px;
  width: 50px;
  background: #E15100;
}
@media (min-width: 768px) {
  .home-discover-container {
    gap: 4rem;
  }
}
.home-discover__heading {
  order: -1;
}
.home-discover__text {
  max-width: 350px;
  text-align: center;
}
@media (min-width: 560px) {
  .home-discover__text {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .home-discover__text {
    max-width: 650px;
  }
}
.home-discover-bg-img {
  position: absolute;
  background-image: url("../assets/img/home/logo-fade.svg");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: center;
}

/*========================
QUICK LINKS
======================== */
.quick-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .quick-links-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.quick-link {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .quick-link {
    height: 458px;
  }
}
.quick-link-body {
  display: flex;
  flex-direction: column;
}
.quick-link-title-outer {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.quick-link__heading {
  color: #E15100;
  margin-right: 1rem;
}
.quick-link__text {
  max-width: 336px;
  text-align: justify;
}
.quick-link__img {
  border-radius: 0 48px 0 48px;
  object-fit: cover;
}
.quick-link__link {
  color: #E15100;
}

/*========================
INNOVATIVE
======================== */
.home-innovative {
  background-image: url("../assets/img/home/innovative.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-innovative-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-innovative-container > * {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .home-innovative-container {
    flex-direction: row;
    align-items: center;
  }
}
.home-innovative-body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.home-innovative__text {
  color: #fff;
  text-align: justify;
  max-width: 650px;
}
@media (min-width: 768px) {
  .home-innovative__text {
    max-width: 100%;
  }
}
.home-innovative__btn {
  align-self: flex-start;
}

/*========================
TO BE
======================== */
.to-be-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.to-be-container::before {
  content: "";
  height: 50px;
  width: 2px;
  background: #E15100;
}
.to-be__heading {
  color: #E15100;
  order: -2;
}
.to-be__highlight::before {
  background: #A0B0BF;
  opacity: 0.3;
}
.to-be__text {
  font-weight: 400;
  max-width: 500px;
  order: -1;
}
@media (min-width: 768px) {
  .to-be__text {
    font-size: 2.2rem;
    max-width: 550px;
  }
}
@media (min-width: 1025px) {
  .to-be__text {
    font-size: 2.5rem;
    max-width: 650px;
  }
}
.to-be__collage {
  order: 1;
}

/*========================
HOME QUALITIES
======================== */
.home-qualities {
  padding-top: 0;
}
.home-qualities-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 768px) {
  .home-qualities-container {
    gap: 10rem;
  }
}
.home-qualities-shape-outer {
  display: none;
}
@media (min-width: 768px) {
  .home-qualities-shape-outer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8rem;
  }
  .home-qualities-shape-outer--start {
    justify-content: flex-start;
  }
}
.home-qualities-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.home-qualities-left::before {
  content: "";
  width: 40%;
  height: 12px;
  background: #d3d3d3;
}
@media (min-width: 768px) {
  .home-qualities-left {
    margin-right: 10%;
  }
}
@media (min-width: 1025px) {
  .home-qualities-left {
    margin-right: 0;
  }
}
.home-qualities-right {
  display: flex;
  gap: 1rem;
  position: relative;
  padding: 2rem;
}
.home-qualities-right::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 5px;
  left: 0;
  background: #E15100;
}
@media (min-width: 560px) {
  .home-qualities__heading {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .home-qualities__heading {
    font-size: 5rem;
  }
}
@media (min-width: 1025px) {
  .home-qualities__heading {
    font-size: 6rem;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .home-qualities__heading {
    font-size: 7rem;
  }
}
@media (min-width: 1440px) {
  .home-qualities__heading {
    font-size: 8.5rem;
  }
}
.home-qualities__text {
  max-width: 350px;
  text-align: justify;
}
@media (min-width: 768px) {
  .home-qualities__text {
    max-width: 479px;
  }
}

/*========================
KICKSTART
======================== */
.kickstart__img-block {
  background: linear-gradient(0deg, rgba(20, 38, 56, 0.68), rgba(20, 38, 56, 0.68)), url("../assets/img/home/kickstart-block-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 250px;
}
@media (min-width: 992px) {
  .kickstart__img-block {
    height: 473px;
  }
}
.kickstart-container {
  background: url("../assets/img/home/kickstart-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.kickstart-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .kickstart-content {
    gap: 5rem;
  }
}
.kickstart__heading {
  color: #fff;
  max-width: 200px;
}
@media (min-width: 360px) {
  .kickstart__heading {
    max-width: 100%;
  }
}
.kickstart__highlight::before {
  background: #142638;
}
.kickstart__text {
  max-width: 420px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .kickstart__text {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .kickstart__text {
    max-width: 550px;
  }
}
.kickstart-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 560px) {
  .kickstart-items {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.kickstart__item {
  position: relative;
  max-width: 250px;
}
.kickstart__item-img-wrapper {
  position: relative;
}
.kickstart__item-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 40%;
  background: #142638;
}
.kickstart__item-overlay {
  position: absolute;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.kickstart__item__link {
  display: flex;
  gap: 1.5rem;
  position: absolute;
  z-index: 3;
  bottom: 0.5rem;
  left: 0.5rem;
}
.kickstart__item__link::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 30%;
  top: -2rem;
  background: #E15100;
}
@media (min-width: 768px) {
  .kickstart__item__link {
    bottom: 2rem;
    left: 2rem;
  }
}
.kickstart__item__heading {
  color: #fff;
  font-size: 1.4rem;
  transition: color 0.5s ease;
  text-align: left;
  max-width: 100px;
}
.kickstart__item__heading:hover {
  color: #E15100;
}
@media (min-width: 768px) {
  .kickstart__item__heading {
    font-size: 2rem;
    max-width: 150px;
  }
}
@media (min-width: 560px) {
  .kickstart__item {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .home-qualities-column-right {
    order: 1;
    display: flex;
    justify-content: end;
  }
  .home-qualities-right--end::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 5px;
    left: 100%;
    background: #E15100;
  }
}
.our-values {
  background: url("../assets/img/mission/our-values.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-values-wrapper {
  position: relative;
}
.our-values__shape {
  display: none;
  position: absolute;
  right: 0;
  width: 15rem;
  opacity: 0.7;
}
@media (min-width: 560px) {
  .our-values__shape {
    display: block;
  }
}
.our-values-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.our-values-container::before {
  content: "";
  height: 5rem;
  width: 5px;
  background: #E15100;
}
.our-values__heading {
  order: -1;
}
.our-values-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .our-values-items {
    flex-direction: row;
    justify-content: space-between;
  }
}
.our-values-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.our-values-item-heading-outer {
  padding: 1rem 2rem;
  background: #E9E9E9;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .our-values-item-heading-outer {
    width: 24.1rem;
  }
}
.our-values-item__heading {
  font-weight: 600;
  font-size: 2rem;
}
.our-values-item__text {
  max-width: 27.6rem;
}
.our-values-item__img {
  max-width: 10rem;
}

/*======================
HERO
=========================*/
.online-hero {
  background: url("../assets/img/online-and-distance/online-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.online-hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 560px) {
  .online-hero-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.online-hero__heading {
  text-align: center;
  font-size: 3rem;
  max-width: 34.8rem;
}
@media (min-width: 560px) {
  .online-hero__heading {
    text-align: left;
    font-size: 4rem;
  }
}
@media (min-width: 640px) {
  .online-hero__heading {
    font-size: 4.5rem;
    max-width: 30rem;
  }
}
@media (min-width: 768px) {
  .online-hero__heading {
    font-size: 6rem;
    max-width: 40rem;
  }
}
@media (min-width: 1025px) {
  .online-hero__heading {
    font-size: 8rem;
    max-width: 50rem;
  }
}
@media (min-width: 1440px) {
  .online-hero__heading {
    font-size: 11.6rem;
    max-width: 64rem;
  }
}
.online-hero__logo {
  max-width: 30rem;
}
@media (min-width: 1025px) {
  .online-hero__logo {
    max-width: 50rem;
  }
}

/*======================
INNOVATIVE
=========================*/
.online-innovative {
  background: #E15100;
}
.online-innovative-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.online-innovative-left::before {
  content: "";
  width: 13rem;
  height: 1.1rem;
  background: #fff;
  margin-bottom: 1rem;
}
.online-innovative__text {
  color: #fff;
  max-width: 60.3rem;
}
.online-innovative__img {
  width: 100%;
}
@media (min-width: 768px) {
  .online-innovative__img {
    max-width: 35rem;
  }
}

/*======================
ONLINE LEARNING
=========================*/
.online-learning {
  position: relative;
  background: url("../assets/img/online-and-distance/online-learning.jpg");
}
.online-learning-container {
  position: relative;
  z-index: 5;
}
.online-learning__heading {
  color: #fff;
}
.online-learning__text {
  color: #A0B0BF;
}
.online-learning__subtext {
  color: #CAD6E2;
  font-weight: 500;
  max-width: 53.6rem;
}
.online-learning-bg-img {
  position: absolute;
  background-image: url("../assets/img/logos/trillium-u-logo-dark-low.png");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: center;
}

/*======================
SYSTEM REQUIREMENTS
=========================*/
.system-requirements {
  background: #FAFAFA;
  position: relative;
  overflow-y: hidden;
}
.system-requirements__shape {
  position: absolute;
  top: -2rem;
  right: 0;
}
.system-requirements-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.system-requirements-container::before {
  content: "";
  width: 13rem;
  height: 5px;
  background: #E15100;
}
.system-requirements-outer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .system-requirements-outer {
    gap: 5rem;
  }
}
@media (min-width: 560px) {
  .system-requirements-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .system-requirements-list {
    grid-template-columns: repeat(2, 40rem);
  }
}
.system-requirements__text {
  max-width: 48.8rem;
}
.system-requirements-left, .system-requirements-right {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.system-requirements__item {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.system-requirements__item__text {
  max-width: 50rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .system-requirements__item__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .system-requirements__item__text {
    font-size: 2rem;
  }
}
.system-requirements__item__text--light {
  color: #A0B0BF;
}
.system-requirements__check {
  width: 2.5rem;
}

.tuition-and-fees-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/tuition-and-fees/tuition-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.program-cost {
  background: #f9f9f9;
  position: relative;
}
.program-cost .wrapper {
  position: relative;
  z-index: 2;
}
.program-cost-bg-img {
  position: absolute;
  opacity: 0.2;
  background-image: url("../assets/img/logos/trillium-u-logo-dark-low.png");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;
}

.making-a-budget {
  background: #fff1e9;
  position: relative;
}
.making-a-budget-container {
  position: relative;
  z-index: 1;
}
.making-a-budget__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 360px) {
  .making-a-budget__heading::before {
    content: "";
    height: 3px;
    width: 5rem;
    background: #E15100;
  }
  .making-a-budget__heading::after {
    content: "";
    height: 3px;
    width: 5rem;
    background: #E15100;
  }
}
.making-a-budget__text {
  max-width: 94.9rem;
}
.making-a-budget-bg-img {
  position: absolute;
  opacity: 1;
  background-image: url("../assets/img/tuition-and-fees/money.svg");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center;
}

/*=============================
HERO
==============================*/
.admissions-hero {
  height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/undergraduate-admissions/u-admissions.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.admissions-hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.admissions-hero__sub-heading {
  position: relative;
  color: #E15100;
  width: fit-content;
}
@media (min-width: 560px) {
  .admissions-hero__sub-heading::after {
    content: "";
    position: absolute;
    left: calc(100% + 2rem);
    top: 50%;
    transform: translateY(-50%);
    width: 9.2rem;
    height: 2px;
    background: #A0B0BF;
  }
}
.admissions-hero__heading {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #fff;
}
.admissions-hero__text {
  color: #fff;
  max-width: 47.7rem;
  text-align: justify;
}
.admissions-hero__btn {
  align-self: flex-start;
}

/*=============================
WHEN TO APPLY
==============================*/
.when-to-apply__shape {
  width: 20rem;
  opacity: 0.7;
  display: none;
}
@media (min-width: 768px) {
  .when-to-apply__shape {
    display: block;
  }
}

/*=============================
GET TO KNOW TU
==============================*/
.get-to-know-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.get-to-know-wrapper::before {
  content: "";
  width: 30%;
  height: 7px;
  background: #E15100;
}
.get-to-know-wrapper::after {
  content: "";
  width: 30%;
  height: 7px;
  background: #E15100;
  align-self: flex-end;
}
.get-to-know-container {
  padding-left: 2rem;
  padding-right: 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/undergraduate-admissions/get-to-know.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .get-to-know-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1025px) {
  .get-to-know-container {
    padding: 20rem 8rem;
  }
}
.get-to-know__heading {
  color: #fff;
}
.get-to-know__text {
  color: #fff;
  max-width: 578px;
}

.undergraduate-studies-container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/undergraduate-studies/undergraduate-studies-bg.jpg");
  background-position: center;
}

.first-year-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/first-year/first-year-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.orientation-week {
  background: linear-gradient(0deg, rgba(20, 38, 56, 0.87), rgba(20, 38, 56, 0.87)), url("../assets/img/first-year/orientation.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.orientation-week__text {
  color: #fff;
}

.peer-mentorship__img {
  max-width: 65.4rem;
}

/*============================
HERO
=============================*/
.student-services-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/student-services/student-services-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*============================
SERVICES GRID
=============================*/
.student-services-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .student-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem;
  }
}
.student-services__item__img {
  width: 100%;
  border-radius: 0px 4.8rem;
}
.student-services__item-heading-outer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.student-success-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/student-success/student-success.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.selection-criteria-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/selection-criteria/selection-criteria-bg.jpg");
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
}

.what-we-look-for {
  position: relative;
  background: #E15100;
}
.what-we-look-for-container {
  position: relative;
  z-index: 1;
}

.selection-criteria-img-bg {
  position: absolute;
  opacity: 0.3;
  background-image: url("../assets/img/selection-criteria/objective.svg");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.graduate-studies__heading {
  order: -1;
}
.graduate-studies-search {
  margin-top: 8rem;
  margin-bottom: 8rem;
  max-width: 1200px;
}
.graduate-studies-search-heading-outer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.graduate-studies-search__btn {
  padding: 0.5rem 1rem;
}
.graduate-studies-search__heading {
  color: #E15100;
}

.all-graduate-programs {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/graduate-programs/graduate-programs-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 60%;
}
.all-graduate-programs__heading {
  color: #fff;
}

.all-undergraduate-programs {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/undergraduate-studies/undergraduate-programs-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 20%;
}
.all-undergraduate-programs__heading {
  color: #fff;
}

.faculty-support-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/faculty-and-support/faculty-support-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 30%;
}

.faculty {
  position: relative;
}
.faculty__element {
  position: absolute;
  right: 2rem;
  top: -9rem;
  opacity: 0.1;
}
.faculty__element--left {
  left: 0rem;
  top: -9rem;
}
.faculty-table {
  position: relative;
}

.governance-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/governance/governance-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.governance {
  position: relative;
  background: #f2f2f2;
}
.governance-layout {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 768px) {
  .governance-layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.governance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  flex-basis: 100%;
  height: 550px;
}
@media (min-width: 992px) {
  .governance-item {
    gap: 3rem;
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .governance-item {
    gap: 3rem;
    height: 500px;
  }
}
.governance-item::before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #A0B0BF;
}
.governance-item__img {
  height: 8rem;
  order: -1;
}
.governance-item__heading {
  font-size: 2.2rem;
  color: #8C9EB0;
  text-align: center;
}
.governance-item__text {
  color: #A0B0BF;
  text-align: center;
  max-width: 450px;
}
.governance-item__btn {
  text-align: center;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .governance-item__btn {
    width: 329px;
  }
}
.governance-bg-img {
  position: absolute;
  opacity: 1;
  background-image: url("../assets/img/governance/campus.svg");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}

.board-trustees {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../assets/img/governance/board-trustee-bg.jpg");
  background-size: cover;
  background-position: center;
}
.board-trustees-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  z-index: 2;
}
.board-trustees-container::before {
  content: "";
  width: 8rem;
  height: 2px;
  background: #E15100;
}
.board-trustees__heading {
  color: #fff;
}
.board-trustees__text {
  color: #fff;
}

.u-committee {
  position: relative;
}
.u-committee__element {
  position: absolute;
  right: 2rem;
  top: 2rem;
  opacity: 0.1;
}
.u-committee-layout {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .u-committee-layout {
    flex-direction: row;
  }
}
.u-committee-item {
  background: #e3ebf3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  height: 350px;
  padding: 3rem 2rem;
}
.u-committee-item__heading a {
  color: #142638;
  transition: all 0.5s ease;
}
.u-committee-item__heading a:hover {
  color: #E15100;
}
.u-committee-item__img {
  height: 8rem;
}

.international-students-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/international-students/international-students-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.admissions-container {
  display: flex;
  justify-content: space-between;
}
.admissions__element {
  opacity: 0.2;
  display: none;
}
@media (min-width: 1025px) {
  .admissions__element {
    display: block;
  }
}

.additional-criteria {
  position: relative;
}
.additional-criteria__heading {
  position: relative;
  color: #E15100;
  max-width: 40rem;
  z-index: 1;
}
@media (min-width: 1025px) {
  .additional-criteria__heading {
    max-width: 54rem;
  }
}
.additional-criteria-outer {
  position: relative;
  z-index: 1;
}
.additional-criteria__item {
  max-width: 45rem;
}
.additional-criteria-bg-img {
  position: absolute;
  opacity: 1;
  background-image: url("../assets/img/international-students/globe.svg");
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
}

.international-learning-banner {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/international-students/international-at-a-glance.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 30%;
}
.international-learning-banner__element {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 16rem;
  opacity: 0.4;
}
.international-learning__heading {
  color: #fff;
}
.international-learning__img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .international-learning__img {
    max-width: 55rem;
  }
}

.education-career-left {
  background: #f2f2f2;
}
.education-career__heading {
  color: #E15100;
}

.contact-us-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/contact-us/contact-us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.thank-you-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.thank-you-container::before {
  content: "";
  width: 10rem;
  height: 1rem;
  background: #E15100;
}
.thank-you__heading {
  order: -1;
  margin-bottom: 0;
}

.faq-heading-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
.faq-heading-outer::before {
  content: "";
  width: 10rem;
  height: 1rem;
  background: #E15100;
}
.faq__heading {
  order: -1;
}
.faq__subheading {
  max-width: 48rem;
}
@media (min-width: 768px) {
  .faq__subheading {
    max-width: 55rem;
  }
}
@media (min-width: 1025px) {
  .faq__subheading {
    max-width: 68rem;
  }
}

.accordion-item {
  border: 2px solid #f2f2f2;
  color: #142638;
}

.accordion-button {
  padding: 2rem 3rem;
  color: #E15100;
}

.accordion-button:focus {
  border-color: #E15100;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #E15100;
  background-color: #fff1e9;
  box-shadow: none;
}

.accordion-button {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .accordion-button {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .accordion-button {
    font-size: 2.2rem;
  }
}

.accordion-button.collapsed::after {
  width: 2rem;
  height: 2rem;
  background: url(../assets/img/symbols/plus.svg);
  background-size: 2rem;
}

.accordion-button:not(.collapsed)::after {
  width: 2rem;
  height: 0.5rem;
  background: url(../assets/img/symbols/minus.svg);
}

.accordion-body {
  font-size: 1.6rem;
  padding: 2rem 3rem;
}
@media (min-width: 768px) {
  .accordion-body {
    font-size: 1.8rem;
  }
}

.admissions-hero.partner-with-tu-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/partner-with-tu/partner-with-tu-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.industry-partnerships {
  position: relative;
  height: 70rem;
  background: linear-gradient(0deg, rgba(160, 176, 191, 0.95), rgba(160, 176, 191, 0.95)), url("../assets/img/partner-with-tu/industry-bg.jpg");
}
@media (min-width: 992px) {
  .industry-partnerships-img-outer {
    position: absolute;
    max-width: 50rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .industry-partnerships-img-outer {
    max-width: 35%;
  }
}
.industry-partnerships-layout {
  height: 100%;
}
.industry-partnerships-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry-partnerships__heading {
  color: #142638;
}

.post-secondary {
  position: relative;
  height: 80rem;
}
@media (min-width: 768px) {
  .post-secondary {
    height: 100rem;
  }
}
.post-secondary-half-bg {
  background: #E15100;
  position: absolute;
  height: 100%;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media (min-width: 1440px) {
  .post-secondary-half-bg {
    width: 60%;
  }
}
.post-secondary-container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0rem 3rem;
}
.post-secondary-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-secondary-content::before {
  content: "";
  width: 8rem;
  height: 3px;
  background: #fff;
}
.post-secondary__text {
  max-width: 45rem;
}
@media (min-width: 1025px) {
  .post-secondary__text {
    max-width: 55rem;
  }
}
.post-secondary__img {
  max-width: 40rem;
  height: 40rem;
}
@media (min-width: 768px) {
  .post-secondary__img {
    max-width: 40rem;
    height: 50rem;
  }
}
@media (min-width: 1440px) {
  .post-secondary__img {
    position: absolute;
    right: -20rem;
    top: 50%;
    max-width: 35rem;
    transform: translateY(-50%);
  }
}
.post-secondary__heading {
  color: #fff;
  order: -1;
}
.post-secondary__text {
  color: #fff;
}

.global-partnerships {
  background: #f2f2f2;
}

.library-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/library/library.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.research-community-container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/img/library/research.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.business-offices-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/business-offices/business-offices.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feedback-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/feedback/feedback.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 40%;
}

.admissions-hero.careers-hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/careers/careers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.diversity {
  background: #142638;
  position: relative;
}
.diversity-bg-img {
  position: absolute;
  opacity: 0.2;
  background-image: url("../assets/img/careers/diversity-img.svg");
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.employee {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/careers/employee.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.student-opportunities {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../assets/img/student-opportunities/student-opportunities.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.student-opportunities-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .student-opportunities-content::before {
    content: "";
    width: 10rem;
    height: 1rem;
    background: #E15100;
  }
}
.student-opportunities__heading {
  font-size: 2.7rem;
}
@media (min-width: 640px) {
  .student-opportunities__heading {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .student-opportunities__heading {
    font-size: 5.5rem;
    max-width: 60rem;
  }
}
@media (min-width: 1025px) {
  .student-opportunities__heading {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .student-opportunities__heading {
    font-size: 9rem;
  }
}
.student-opportunities__text {
  max-width: 60rem;
}

.d-opportunities {
  background: #E15100;
}
@media (min-width: 768px) {
  .d-opportunities-content {
    display: flex;
    justify-content: center;
    gap: 5rem;
  }
}
.d-opportunities__icon {
  display: none;
  width: 15rem;
}
@media (min-width: 768px) {
  .d-opportunities__icon {
    display: block;
  }
}
.d-opportunities__text {
  max-width: 80rem;
}

.social-media-banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%), url("../assets/img/social-media/social-media-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 30%;
}

.social-media__icon {
  width: 2.5rem;
}