.btn-tab:focus {
  outline: 2px solid black !important;
}
.btn-tab {
  border: none;
  border-radius: 10px;
  background: transparent;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
  transition: 0.2s ease-out;
  margin: 0.25rem;
}

.tab-active {
  color: rgb(212, 67, 25);
  font-weight: bold;
}

.card {
  margin-bottom: 24px;
  margin-right: 48px;
  transition: 0.2s ease-out;
  width: 18rem;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card a {
  color: black;
  transition: 0.2s ease-out;
}

.card a:hover {
  color: rgb(212, 67, 25);
  /* text-decoration: underline; */
}

.page-hero {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/resources_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .cusdiv15 {
    padding: 0px;
  }
  .btn-tab {
    font-size: 1rem;
  }

  .btn-tab img {
    max-width: 40px;
  }

  .card {
    width: 12rem;
  }

  ul {
    padding-left: 20px;
  }

  .container-fluid {
    text-align: left;
    padding: 0% 5%;
  }

  .navLinks .dropdown-menu {
    margin-left: -10px;
    max-width: 100%;
  }

  .dropdown-item {
    padding: 0.25rem 1rem;
  }

  .dropdown-menu.show {
    max-width: 100%;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  #cusrow {
    min-width: 100%;
  }

  #btn-tab-1,
  #btn-tab-2,
  #btn-tab-3,
  #btn-tab-4,
  #btn-tab-5 {
    min-width: 100%;
  }
}

@media screen and (max-width: 1220px) {
  #cusrow,
  #cusrow2 {
    min-width: 100%;
  }
}
.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: 0 !important;
}
#cusrow {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.old-h1 {
  font-size: 2.5rem;
}

.btn-tab:focus {
  outline: none !important;
}

.btn-tab:focus-visible {
  outline: 2px solid black !important;
}

.text-nowrap {
    white-space: nowrap;
}
