.container {
  --bs-gutter-x: 0rem !important;
}
@media (max-width: 575px) {
    .bootstrap-wrapper .container-sm, .bootstrap-wrapper .container {
        max-width: 90% !important;
    }
}

.home-hero .des h3 {
  font-size: 32px;
}
@media screen and (max-width: 1399px) {
    .home-hero .des h3 {
        font-size: 25px;
    }
}

.gray-bg {
  background-color: whitesmoke !important;
}

.statistical .statistical-flex {
  display: flex;
  text-align: left;
}

.statistical .statistical-flex .statistical-col {
  flex: 1;
  display: flex;              /* make col a flex container */
  flex-direction: column;     /* stack children vertically */
  justify-content: flex-end;  /* push content to the bottom */
}

.statistical .statistical-flex .statistical-col .item {
  display: flex;
  flex-direction: column;     /* keep p on top, strong on bottom */
  justify-content: space-between;
  height: 100%;               /* fill available col height */
  min-width: 220px;
}

.statistical .statistical-flex .statistical-col p {
  margin: 0 0 10px 0;         /* tighten spacing */
}

.statistical .statistical-flex .statistical-col strong {
  font-size: 2rem;
  color: #0046c0;             /* blue */
}

.program-section {
  display: none;
}
.program-section.active {
  display: block;
}

img.round-corners {
  border-radius: 12px;
}

.why {
  padding: 20px 0px 40px !important;
}

.why .list .icon {
  margin-top: 3px;
}

.why .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;   /* hides excess parts */
}

.why .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* zooms/crops to fill the box */
  object-position: center; /* focus on center, can be top/left/right/bottom */
}

.program {
  padding: 20px 0px 20px;
}

.program-image {
  width: 618px;
  height: 432px;
  overflow: hidden;   /* hides excess parts */
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* zooms/crops to fill the box */
  object-position: center; /* focus on center, can be top/left/right/bottom */
}

.program .program-tab {
  border-bottom: 1px solid #9D9D9D;
  background-color: white;
}
@media screen and (max-width: 990px) {
  .program .program-tab {
    display: none;
  }
}

.program .program-tab .section-button {
  height: 52px;
  line-height: 52px;
  border-radius: 12px 12px 0px 0px;
  color: #626262;
  background-color: #F0F0F0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -2%;
  padding: 0px 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.program .program-tab .section-button.active {
    color: #fff;
    background-color: #0F3DBA;
}

.program .program-dropdown {
  display: none;
}
@media screen and (max-width: 990px) {
  .program .program-dropdown {
    display: block;
  }
}

.program .program-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.program .program-item .caption p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 100px 40px 30px 40px;
}

.pathway-header {
  font-size: 28px;
  font-weight: 700;
}

.partner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 991px) {
  .partner-title {
    font-size: 30px;
  line-height: 35px;
  }
}
@media screen and (max-width: 800px) {
  .partner-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.partner-content {
  display: flex;
  align-items: center;   /* keep them aligned */
  gap: 1rem;             /* spacing between boxes */
}

.partner-content > div {
  flex: 1;               /* make all children share space equally */
}

.partner-content > div.thumb {
  text-align: right;
}

@media screen and (max-width: 990px) {
    .partner .partner-content .thumb img {
        min-width: 20px !important;
        max-width: 180px !important;
    }
}
@media screen and (max-width: 800px) {
    .partner .partner-content .thumb img {
        min-width: 20px !important;
        max-width: 120px !important;
    }
}
@media screen and (max-width: 620px) {
    .partner .partner-content .thumb img {
        min-width: 20px !important;
        max-width: 80px !important;
    }
}

.partner {
  background-color: white;
}

.trained {
  padding: 60px 0px 0px 0px;
}

.tier {
  padding: 50px 0px 40px 0px;
}

.tier .tier-flex {
  display: flex;
  gap: 2.5rem;        /* space between cards */
  flex-wrap: wrap;    /* let them wrap on smaller screens */
  justify-content: center;
}

.tier.tier-col {
  flex: 0 0 auto;
}

.tier .item {
  padding: 20px !important;
  border-left: 0px !important;
  margin: 0px !important;
  width: 290px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.online-tier .item {
  width: 400px;
}

.tier .item .text {
  margin-top: 230px;
}

.online-tier .item .text {
  margin-left: 50px;
  margin-right: 50px;
}

.tier .item strong,
.tier .item p {
  position: relative;
  z-index: 1;
  text-align: center;
}

.tier .item strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.tier .item p {
  font-size: 0.9rem;
  line-height: 1.4;
}

.styled-select {
  appearance: none;          /* remove default styling */
  -webkit-appearance: none;  /* Safari */
  -moz-appearance: none;     /* Firefox */
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px 40px 0px 18px;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #0F3DBA;
  border-radius: 60px;       /* pill shape */
  background-color: #fff;
  color: #111;
  cursor: pointer;
  outline: none;
  position: relative;
}


main {
  /* Account for fixed header */
  height: auto;
  min-height: 100%;
  max-width: 1440px;
  padding: 0px 60px 20px 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main {
    padding: 0px 20px 20px 20px;
  }
}

.bar-container {
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .bar-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.component {
    width: 100%;
    padding: 40px 0px 40px 0px;
}

.button {
  cursor: pointer;
  border-radius: 48px;
  border: 2px solid #0F3DBA;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.28px;
  width: 290px;
  height: 52px;
  padding: 0 12px;
}

.solid {
  background: #0F3DBA;
  color: #FFF;
}

.hollow {
  background: #FFF;
  color: #0F3DBA;
}

.text-xsmall {
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.24px;
}

.text-small {
  color: #191919;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
}

.text-mid {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.36px;
}

.text-large {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.44px;
}

.text-xlarge {  
  font-size: 24px;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.44px;
}

.text-strong {
  font-weight: 700;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  text-align: left;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: left;
}

.location-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  height: 100%;
  width: 100%;
  padding-top: 20px;
}

.location-breadcrumbs a {
  font-weight: 500;
  margin-right: 10px;
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 500;
}

.location-breadcrumbs a:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #9D9D9D;
}

.location-breadcrumbs a:last-child {
  color: #0F3DBA;
  font-weight: 700;
}

.location-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}