.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-full {
  opacity: 1;
}

/* FONTS */
.float-right {
  text-align: right;
  float: right;
}

.schedule-header {
  padding: 8px;
  font-family: "Fira Sans";
  background-color: #1C90B6;
  color: #ffffff;
}

.schedule-body {
  padding: 8px;
  font-family: "Fira Sans";
  background-color: #ffffff;
  border: 1px solid;
  font-size: 0.875rem !important;
}

.schedule-other-header {
  padding: 12px;
  font-family: "Fira Sans";
  font-weight: bold;
  background-color: #1C90B6;
  color: #ffffff;
}

.schedule-other-body {
  padding: 12px;
  font-family: "DejaWeb";
  background-color: #ffffff;
  border: 1px solid #197D9F;
}

.main-heading left-nav-offset h3 {
  font-family: "Fira Sans" !important;
  color: #454545 !important;
}
@media (max-width: 768px) {
  .main-heading left-nav-offset h3 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
}
.main-heading left-nav-offset p {
  font-family: "DejaWeb" !important;
  color: #707070 !important;
}
@media (max-width: 768px) {
  .main-heading left-nav-offset p {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
}

.top-cards h5 {
  font-family: "Fira Sans" !important;
  color: #454545 !important;
}
.top-cards p {
  font-family: "Fira Sans" !important;
  font-size: 1rem !important;
  color: #707070 !important;
}

.wi-header {
  font-family: "Fira Sans" !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  color: #444 !important;
}

.highlights-img {
  padding: 10px;
}
.highlights-img img {
  width: 100px !important;
}

.highlights-body {
  padding: 10px;
}

/*.pc-box {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.pc-num {
  background: #1C90B6;
  color: #ffffff;
  font-family: "BookMania";
  font-size: 2.5rem;
  font-weight: 700;
  vertical-align: middle;
}

.pc-desc-header {
  padding-top: 5px;
}*/

.pc-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.pc-num {
  background: #1C90B6;
  color: #ffffff;
  font-family: "BookMania";
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  flex: 0 0 60px; /* Fixed width */
  align-self: stretch; /* Ensures it spans the full height */
  display: flex; /* Centers the text */
  justify-content: center; /* Centers the text horizontally */
  align-items: center; /* Centers the text vertically */
}

.pc-desc {
  flex: 1;
}

.pc-desc-header {
  padding-top: 5px;
}


.find-program-body {
  background: #1C90B6;
}
.find-program-body .inner {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.carousel-indicators {
  -webkit-filter: invert(50%);
          filter: invert(50%);
}

.testimonial-bg {
  background-color: #FFF5E8;
}

.testimonialHeading {
  font-family: "Fira Sans";
  color: #454545;
  font-weight: bolder;
}

.schedule-tag {
  padding: 2px 12px 2px 12px;
  display: inline;
  position: static;
}