.green-button {
     background-color: green;
     text-decoration: none;
     color: white;
}
 .green-button:hover {
     background-color: #011950;
     color: #fff;
}
 .green-button .fas {
     color: #fff;
}
/* Stress First Aid */
 .sfa-continuum {
     background: #fff;
     padding: 0.8rem 0;
}
 .sfa-cards {
     align-items: stretch;
     justify-content: center;
     margin-left: -0.25rem;
     margin-right: -0.25rem;
     margin-top: -1.3rem;
}
 .sfa-card-col {
     display: flex;
     margin-bottom: 0.35rem;
     padding-left: 0.25rem;
     padding-right: 0.25rem;
     padding-top: 1.3rem;
}
 .sfa-card {
     --card-color: #288636;
     --text-color: #ffffff;
     --footer-text: #ffffff;
     --footer-start: #288636;
     --footer-end: #a8bf2e;
     background: var(--card-color);
     border: 1px solid #efefef;
     border-radius: 7px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
     color: var(--text-color);
     display: flex;
     flex: 1 1 auto;
     flex-direction: column;
     min-height: 100%;
     overflow: visible;
     position: relative;
     width: 100%;
}
 .sfa-card__top {
     background: var(--card-color);
     border-radius: 7px 7px 0 0;
     flex: 0 0 auto;
     min-height: 2.95rem;
     overflow: visible;
     position: relative;
}
 .sfa-card__top::after {
     content: none;
}
 .sfa-card__icon-slot {
     background: #fff;
     border-radius: 50%;
     height: 4.45rem;
     left: 50%;
     position: absolute;
     top: 0;
     transform: translate(-50%, -43%);
     width: 6.2rem;
     z-index: 1;
}
 .sfa-card__icon-slot::before {
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     content: "";
     display: block;
     height: 3.8rem;
     left: 50%;
     position: absolute;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 3.8rem;
}
 .sfa-card__body {
     display: flex;
     flex: 1 1 auto;
     flex-direction: column;
     padding: 1rem 0.68rem 0.68rem;
}
 .sfa-card__title {
     color: var(--text-color);
     font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
     font-size: 1.46rem;
     font-weight: 400;
     letter-spacing: -0.03em;
     line-height: 1;
     margin: 0 0 0.62rem;
     text-align: center;
}
 .sfa-card__label {
     color: var(--text-color);
     display: block;
     font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
     font-size: 0.66rem;
     font-weight: 700;
     letter-spacing: 0.14em;
     line-height: 1.1;
     margin-bottom: 0.2rem;
     text-transform: uppercase;
}
 .sfa-card__group + .sfa-card__group {
     margin-top: 0.38rem;
}
 .sfa-card__list {
     margin: 0;
     padding-left: 0.82rem;
}
 .sfa-card__list li {
     color: var(--text-color);
     font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
     font-size: 0.72rem;
     font-weight: 400;
     line-height: 1.1;
     margin-bottom: 0.12rem;
}
 .sfa-card__footer {
     align-items: center;
     background: linear-gradient(90deg, var(--footer-start) 0%, var(--footer-end) 100%);
     border-top: 3px solid #fff;
     color: var(--footer-text);
     display: flex;
     flex: 0 0 auto;
     font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
     font-size: 0.67rem;
     font-weight: 700;
     justify-content: center;
     line-height: 1.1;
     margin-top: auto;
     min-height: 1.9rem;
     padding: 0.38rem 0.55rem;
     position: relative;
     text-align: center;
}
 .sfa-card__footer-text {
     display: block;
}
 .sfa-card__arrow {
     display: block;
     height: 0.72rem;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 0.72rem;
}
 .sfa-card__arrow::before {
     border-color: currentColor;
     border-style: solid;
     content: "";
     display: block;
     height: 100%;
     width: 100%;
}
 .sfa-card__arrow--left {
     left: 0.6rem;
}
 .sfa-card__arrow--left::before {
     border-width: 0 0 4px 4px;
     transform: rotate(45deg);
}
 .sfa-card__arrow--right {
     right: 0.6rem;
}
 .sfa-card__arrow--right::before {
     border-width: 4px 4px 0 0;
     transform: rotate(45deg);
}
 .sfa-card--thriving {
     --card-color: #288636;
     --text-color: #ffffff;
     --footer-text: #ffffff;
     --footer-start: #288636;
     --footer-end: #9db72a;
}
 .sfa-card--thriving .sfa-card__icon-slot::before {
     background-image: url("../images/sections/our-work/stress-first-aid/icon-green.png");
}
 .sfa-card--surviving {
     --card-color: #ffd31f;
     --text-color: #18386d;
     --footer-text: #18386d;
     --footer-start: #bdc32c;
     --footer-end: #e5ac1d;
}
 .sfa-card--surviving .sfa-card__icon-slot::before {
     background-image: url("../images/sections/our-work/stress-first-aid/icon-yellow.png");
}
 .sfa-card--struggling {
     --card-color: #E78E3C;
     --text-color: #18386d;
     --footer-text: #18386d;
     --footer-start: #e8a21e;
     --footer-end: #df6227;
}
 .sfa-card--struggling .sfa-card__icon-slot::before {
     background-image: url("../images/sections/our-work/stress-first-aid/icon-orange.png");
}
 .sfa-card--crisis {
     --card-color: #d81f2b;
     --text-color: #ffffff;
     --footer-text: #ffffff;
     --footer-start: #e36d25;
     --footer-end: #d91f2b;
}
 .sfa-card--crisis .sfa-card__icon-slot::before {
     background-image: url("../images/sections/our-work/stress-first-aid/icon-red.png");
}
 @media (max-width: 991.98px) {
     .sfa-card__title {
         font-size: 1.38rem;
    }
     .sfa-card__body {
         padding: 0.95rem 0.65rem 0.68rem;
    }
     .sfa-card__label {
         font-size: 0.64rem;
    }
     .sfa-card__list li {
         font-size: 0.68rem;
    }
     .sfa-card__footer {
         font-size: 0.64rem;
    }
     .sfa-card__icon-slot {
         height: 4.1rem;
         width: 5.65rem;
    }
     .sfa-card__icon-slot::before {
         height: 3.45rem;
         width: 3.45rem;
    }
}
 @media (max-width: 575.98px) {
     .sfa-continuum {
         padding: 1.5rem 0;
    }
     .sfa-card__body {
         padding: 1.1rem 0.95rem 0.95rem;
    }
     .sfa-card__title {
         font-size: 1.7rem;
    }
     .sfa-card__label {
         font-size: 0.88rem;
    }
     .sfa-card__list li {
         font-size: 0.95rem;
    }
     .sfa-card__icon-slot {
         height: 4.9rem;
         width: 6.3rem;
    }
     .sfa-card__icon-slot::before {
         height: 4rem;
         width: 4rem;
    }
}
/* SFA Cards */
/* Tools and Resources Icon Cards*/
 #anchor-resource-links .card, #anchor-explore-emwell .card{
     border: none;
     background: #f5f5f3;
     border-radius: 8px;
}
 #anchor-resource-links .card-body, #anchor-explore-emwell .card-body{
     display: flex;
     flex-direction: column;
     padding: 24px 20px 20px;
}
 #anchor-resource-links .card-body > .text-primary.h1, #anchor-explore-emwell .card-body > .text-primary.h1{
     display: flex;
     align-items: center;
     gap: 12px;
     font-size: 1rem;
     margin-bottom: 12px;
}
 #anchor-resource-links .card-body > .text-primary.h1 > div[aria-hidden="true"], #anchor-explore-emwell .card-body > .text-primary.h1 > div[aria-hidden="true"] {
     flex-shrink: 0;
     width: 42px;
     height: 42px;
     border-radius: 50%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     line-height: 1;
     color: #007dba;
     text-indent: 0;
}
 #anchor-resource-links .card-title, #anchor-explore-emwell .card-title {
     color: #012169;
     margin-bottom: 0;
}
 #anchor-resource-links .card-text, #anchor-explore-emwell .card-text{
     color: #012169;
     flex: 1;
}
 #anchor-resource-links .card-body .fas:before, #anchor-explore-emwell .card-body .fas:before{
     transform: translateX(2px);
}
 #anchor-resource-links .btn-outline-secondary, #anchor-explore-emwell .btn-outline-secondary{
     border: none;
     background: none;
     padding: 4px 0;
     color: #007dba;
     text-transform: uppercase;
     letter-spacing: 0.04em;
     display: inline-flex;
     align-items: center;
     gap: 6px;
     align-self: flex-end;
     transition: color 0.15s ease;
}
 #anchor-resource-links .btn-outline-secondary:hover, #anchor-explore-emwell .btn-outline-secondary:hover{
     background: none;
     color: #005a8c;
     box-shadow: none;
}
 #anchor-resource-links .btn-outline-secondary:focus, #anchor-explore-emwell .btn-outline-secondary:focus{
     box-shadow: none;
     outline: 2px solid #007dba;
     outline-offset: 2px;
}
 #anchor-resource-links .btn-outline-secondary .fas.fa-angle-double-right, #anchor-explore-emwell .btn-outline-secondary .fas.fa-angle-double-right{
     display: none;
}
 #anchor-resource-links .btn-outline-secondary::after, #anchor-explore-emwell .btn-outline-secondary::after{
     content: "\2192";
     font-family: inherit;
     font-size: 14px;
     line-height: 1;
     transition: transform 0.15s ease;
     display: inline-block;
}
 #anchor-resource-links .btn-outline-secondary:hover::after, #anchor-explore-emwell .btn-outline-secondary:hover::after {
     transform: translateX(3px);
}
 #anchor-resource-links a.btn-outline-secondary[href^="http"]::after, #anchor-explore-emwell a.btn-outline-secondary[href^="http"]::after{
     font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f08e";
     font-size: 11px;
}
 #anchor-resource-links a.btn-outline-secondary[href^="http"]:hover::after, #anchor-explore-emwell a.btn-outline-secondary[href^="http"]:hover::after {
     transform: translateX(2px) translateY(-1px);
}
/* Alt Quote: */
 #emory-whsc-office-of-well-bein.blockquote-alt, #-emwell-addresses-the-organiza.blockquote-alt {
     font-style: normal;
}

 #-emwell-addresses-the-organiza.blockquote-alt {
  font-style: normal;
  text-align: center;
  max-width: 34em;
  margin: 2.5rem auto;
  border-left: none;
  position: relative;
}

 #-emwell-addresses-the-organiza.blockquote-alt p {
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  line-height: 1.6;
  color: #0a2240;
}

 #-emwell-addresses-the-organiza.blockquote-alt::after {
content: '';
  display: block;
  width: 3.25rem;
  height: 6px;
  background: #f2a900;
  margin: 1.75rem auto 0;
}

/* HERO */
.hero.hero-parallax {
  background-attachment: scroll;
  background-position: center top;
}
.hero > .container {
  align-items: flex-end !important;
}
.hero .hero-content {
    padding: 1rem;
}
@media (min-width: 992px) {
  .hero {
    height: 70vh;
    min-height: 33.4vw;
    max-height: min(44rem, 60vw);
  }
  .hero.hero-parallax {
    background-position: center -3vw;
  }
  .hero > .container {
    max-width: none;
    padding-left: clamp(12px, 1.5vw, 24px);
    padding-bottom: 0.75rem !important;
  }
  .hero > .container > .row > .col {
    flex: 0 0 min(28rem, 33vw);
    max-width: min(28rem, 33vw);
    padding: 0;
  }
}
.hero-content.hero-content-primary {
  background: rgba(1, 33, 105, 0.85);
  background-image: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-content.hero-content-primary .hero-content-heading {
  color: #fff;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: left;
}
.hero-content.hero-content-primary .hero-content-text {
  color: rgba(255, 255, 255, 0.85);
}
.hero-content.hero-content-primary .hero-content-btn {
  border-color: #fff;
  color: #fff;
  font-size: 1rem;
}
.hero-content.hero-content-primary .hero-content-btn:hover {
  background-color: #fff;
  color: #012169;
}
@media (max-width: 991.98px) {
  .hero.hero-parallax {
    background-color: #012169;
    background-position: center top;
    background-size: 100% auto;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero > .container {
    padding-top: 66.667vw !important;
    padding-bottom: 0 !important;
  }
  .hero > .container > .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-content.hero-content-primary {
    border-radius: 0;
    box-shadow: none;
    padding: 1.5rem 1.25rem 1.75rem;
  }
  .hero-content.hero-content-primary .hero-content-heading {
    font-size: clamp(1.5rem, 5.5vw, 1.85rem);
    text-wrap: balance;
  }
}

/* Homepage */
#anchor-explore-emwell .section {
    padding-top: 2rem;
    padding-bottom: 0;
}

#anchor-about-emwell .divider-ornamental,
span[id^='anchor-emwell-fiscal-year'] .divider-ornamental {
  width: 3.25rem;
  height: 6px;
  left: 0;
  transform: none;
  margin: 1.1rem 0 2.4rem;
  background: #f2a900;
  background-image: none;
}
#anchor-about-emwell h2.subheading-font,
span[id^='anchor-emwell-fiscal-year'] h2.subheading-font {
  font-size: 1.9rem;
  color: #012169;
}
#anchor-about-emwell .col-lg-4 {
  display: none;
}
#anchor-about-emwell .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
#anchor-about-emwell .wysiwyg p {
  max-width: 72ch;
  font-size: 1.0625rem;
  line-height: 1.7;
}
#anchor-about-emwell .wysiwyg .col-lg-8 p:first-of-type::first-letter {
  font-family: 'Spectral', Georgia, serif;
  font-size: 3.3em;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  padding: 0.04em 0.12em 0 0;
  color: #012169;
}
#anchor-about-emwell .wysiwyg a[href*='/about/'],
.learn-more-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.05rem;
  color: #007dba;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#anchor-about-emwell .wysiwyg a[href*='/about/']::after,
.learn-more-link::after {
  content: '\2192';
  transition: transform 0.15s ease;
}
#anchor-about-emwell .wysiwyg a[href*='/about/']:hover::after,
.learn-more-link:hover::after {
  transform: translateX(4px);
}
span[id^='anchor-emwell-fiscal-year'] .col-lg-8 {
  align-self: center;
}
span[id^='anchor-emwell-fiscal-year'] .col-lg-8 .wysiwyg p {
  font-size: 1.1875rem;
  line-height: 1.75;
  max-width: 62ch;
}
span[id^='anchor-emwell-fiscal-year'] img.img-fluid {
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(1, 20, 60, 0.18);
}
span[id^='anchor-emwell-fiscal-year'] .btn-primary .fas {
  transition: transform 0.15s ease;
}
span[id^='anchor-emwell-fiscal-year'] .btn-primary:hover .fas {
  transform: translateX(4px);
}
.color-emory-blue {
  color: #002f6c;
}

 