.custom-hr {
  border-bottom: 3px solid #f6b221;
  max-width: 60px;
}

.bold-text {
  font-family: "mr-eaves-xl-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #b476b7;
}

.bold-number {
  font-family: "mr-eaves-xl-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #b476b7;
}

.white-grid {
  background-color: #fff;
}

.button-col {
  margin: auto;
}

.alumni-hr {
  border-bottom: #9883a8 8px solid;
}

.alumni-button h2 {
  color: #fafafa !important;
}

.alumni-button h2:hover {
  color: #120919 !important;
}

/* Brags Section */

.border-decor {
  background-color: rgb(48, 32, 73) !important;
  background-image: url("https://www.weber.edu/wsuimages/physician-assistant-medicine/cards/card-bg.jpg");
}

.brags-grid {
  max-width: 100%;
}

.brags-wrapper {
    background: linear-gradient(165deg,rgba(112, 86, 158, 1) 0%, rgba(165, 149, 196, 1) 50%, rgba(203, 195, 220, 1) 100%);
}

.brags-item-title {
  line-height: 1em;
  font-size: min(max(32px, calc(2rem + ((1vw - 2.8px) * 1.0526))), 48px) !important;
}

.brags-item-text {
  margin-top: 1rem;
  color: #2D1541 !important;
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.1053))), 17.6px);
  min-height: 0vw;
}

@media only screen and (max-width: 640px) {
    .showcase-html-section h1:first-of-type {
        font-size: 2rem !important;
    }
}

.fa-brands {
  font-size: 2.3rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 30px 0;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  background: #492365;
  color: #fff !important;
  transition: background 0.3s ease, color 0.3s ease !important;
  text-decoration: none !important;
  outline-offset: 2px;
  border: none !important;
}

.social-icons .fa-brands:hover,
.social-icons .fa-brands:focus {
  color: #492365;
}

.social-icons a:hover,
.social-icons a:focus {
  background: #d3c2df !important;
  color: #492365 !important;
  outline: none;
  text-decoration: none !important;
}

blockquote p {
  font-size: 13pt;
  color: #575047;
}

.testimonial {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: none !important;
  padding: 1rem;
}

.testimonial blockquote {
  background-color: #fefefe;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 50px 30px;
  position: relative;
  height: 100%;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  color: #492365;
  font-size: 50px;
  font-style: normal;
}

.testimonial blockquote:before {
  top: 25px;
  left: 20px;
}

.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

/* Horizonatal Card */

.overlap-card {
  margin-bottom: 20px;
  padding: 1rem 0 1rem 0;
}

.overlap-card-body {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 50px;
  min-height: 25rem;
  width: 100%;
}

.overlap-card-body-accordion {
  background-color: #fff;
  padding: 50px;
  min-height: 25rem;
  width: 100%;
  align-content: center;
}

.overlap-card img {
  display: block;
  width: 300px;
  height: 300px;
}

.card-left {
  display: flex;
  align-items: center;
}

.container-left {
  padding-left: 5rem;
}

.card-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.container-right {
  padding-right: 5rem;
}

.img-left {
  float: left;
  margin-right: -6rem;
  z-index: 1;
}

.img-right {
  float: right;
  margin-left: -6rem;
  z-index: 1;
}

.custom-grid {
  padding: 0px !important;
}

@media only screen and (max-width: 800px) {
  .overlap-card img {
    width: 300px;
    height: 300px;
    margin: auto;
    margin-bottom: -6rem;
    position: relative;
    z-index: 1;
  }

  .overlap-card-body {
    padding-top: 8rem;
  }

  .overlap-card-body-accordion {
    padding-top: 8rem;
  }

  .cust-row {
    padding-bottom: 3rem;
  }

  .container-left {
    padding-left: 0rem;
  }

  .container-right {
    padding-right: 0rem;
  }

  .card-left,
  .card-right {
    display: inline;
  }

  .img-left {
    float: none !important;
  }

  .img-right {
    float: none !important;
  }
}

@media only screen and (max-width: 380px) {
  .overlap-card img {
    width: 250px;
    height: 250px;
    margin: auto;
    margin-bottom: -6rem;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 335px) {
  .overlap-card img {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-bottom: -6rem;
    position: relative;
    z-index: 1;
  }
}

/* Vertical Card */

.vertical-card {
  background-color: transparent !important;
  border: none;
  min-height: 30rem;
}

.vertical-card img {
  width: 300px;
  height: 300px;
  margin: auto;
  margin-bottom: -6rem;
  z-index: 1;
}

.vertical-card__content {
  padding: 7rem 2rem 2rem 2rem;
}

.vertical-card__buttons {
  padding: 0.5rem 1rem 1rem 1rem;
}

@media only screen and (max-width: 380px) {
  .vertical-card img {
    width: 250px;
    height: 250px;
    margin: auto;
    margin-bottom: -6rem;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 335px) {
  .vertical-card img {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-bottom: -6rem;
    position: relative;
    z-index: 1;
  }
}