@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.caption {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1rem;
}

.category-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 3px;
  color: #035477;
  font-weight: 800;
}

.category-name:hover {
  color: #035477 !important;
}

h1 {
  font-size: 2.25rem;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 1.625rem;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.3125rem !important;
}

h4 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.text-decoration-none {
  text-decoration: none;
}

.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 800;
  min-height: 50px;
}

.card-body {
  padding: 1rem 1.3rem !important;
}

.letter-space {
  letter-spacing: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #005D85 !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #d9d9da;
}

.text-blue {
  color: #005D85;
}

.left-arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.shadowDesign {
  -webkit-box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.memberBanner {
  background-size: cover;
  height: 24.188rem;
}

.memberBanner .bannerText {
  color: #005D85;
  width: 40%;
  font-size: 2.125rem;
}

.memberBanner .text-color {
  color: #005D85;
  width: 45%;
  font-size: 21px;
}

.memberBanner .headerLine {
  width: 10%;
  color: #035477;
}

.memberCards {
  position: relative;
  margin: 30px 0;
}

.memberCards .cardShadow {
  -webkit-box-shadow: 14px 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 14px 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.memberCards .border-t {
  border-top: 1px solid #005D85;
}

.cardShadow {
  -webkit-box-shadow: 14px 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 14px 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.memberCardRoutingBg {
  background-color: #005D85;
  height: 28rem;
}

.memberCardRoutingBg .border-t {
  border-top: 1px solid #ffffff;
}

.whiteBg {
  background-color: #ffffff;
  height: 7rem;
}

.breadcrumb-link {
  color: #005D85;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .memberBanner {
    background-image: none !important;
    background-color: #035477;
    height: 25rem;
  }
  .memberBanner .breadcrumb-link {
    color: #ffffff;
    text-decoration: none;
  }
  .memberBanner .bannerText {
    color: #ffffff;
    width: 100%;
  }
  .memberBanner .text-color {
    color: #ffffff;
    width: 100%;
    font-size: 1rem;
  }
  .memberCardRoutingBg {
    background-color: #035477;
    height: 75rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .memberBanner {
    height: 22.25rem;
  }
  .memberBanner .bannerText {
    width: 60% !important;
  }
  .memberBanner h3 {
    width: 50% !important;
  }
}
/*# sourceMappingURL=memHubtemplate.module.css.map */