article table tbody tr td strong{
    font-weight: bold;
}

.subsite{
    font-size: 18px;
    padding-bottom: 5px;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
    color: white;
    background: #003087;
    border-radius: 5px;
    padding-left: 45px;
    position: relative;
}

.subsite:hover {
    color: white;
}

.subsite:before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    content: "";
    background-image: url("/themes/custom/bcm_bootstrap_subtheme/images/chevron-left-white.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div#scheduler a.myc_slot.myc_button.myc_timeSlot{
    font-size: 2rem;
    max-width: 16rem;
    color: #002396;
}

div#scheduler a.myc_slot.myc_button.myc_moreOptions{
    font-size: 2rem;
    width: 4rem;
    color: #002396;
}

div#scheduler h5.myc_dayHeader{
    font-size: 2rem;
    margin: 2rem 0 1rem 0;
}

div#scheduler a.myc_button{
    font-size: 2rem;
    color: #002396;
}

/* Styles for a fixed-position floating Call-to-Action (CTA) button  */
/* Floating CTA container */
#floating-cta-container {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10000;
}

/* Floating CTA button */
.floating-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27rem;
  height: 6rem;
  padding: 0;
  border: 1px solid #fff;
  background-color: #002396;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  text-align: center;
}

/* Hover effect for button */
.floating-cta-button:hover {
  background-color: #00124b;
  color: #fff;
  text-decoration: none;
}

/* Back To The Top positioning */
#BTT {
  bottom: 100px;
}


