/* Wellness Homepage Styles (created by SMG 7-2024) */
/* Please note: Direct edits in Sitefinity will get overwritten with next offsite SCSS compile. Please make updates in SCSS instead. */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body main.content {
  padding-top: 64px;
}
@media (min-width: 1200px) {
  body main.content {
    padding-top: 193px;
  }
}
@media (min-width: 1376px) {
  body main.content {
    padding-top: 137px;
  }
}
body main.content h2 a {
  color: inherit;
}
body main.content h2 a:hover, body main.content h2 a:focus {
  color: inherit;
}
body main.content h2 span.icon {
  display: none;
}
@media (min-width: 768px) {
  body main.content h2 span.icon {
    margin: 0 1rem 0 0;
    display: inline;
  }
}

.hero-image-container,
.homepage-wide {
  margin: 5rem 0;
  padding: 5rem 2rem;
}
@media (min-width: 768px) {
  .hero-image-container,
  .homepage-wide {
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.hero-image-container {
  margin-top: -64px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) {
  .hero-image-container {
    margin-top: -193px;
  }
}
@media screen and (min-width: 1376px) {
  .hero-image-container {
    margin-top: -137px;
  }
}
.hero-image-container video.hero-video {
  position: absolute;
  top: auto;
  left: 0;
  width: 100vw !important;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  background-color: black;
  background-image: url("/images/wellnesslibraries/site-images/fallback.jpg");
  background-size: cover;
  background-position: center;
}
.hero-image-container img.hero-logo {
  padding: 2rem 0;
  width: 100%;
  position: relative;
  opacity: 0;
  animation: 3s ease 1.5s 1 forwards fadeIn;
  filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 480px) {
  .hero-image-container img.hero-logo {
    margin-top: 64px;
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-image-container img.hero-logo {
    width: 60%;
    padding: 0;
    margin-top: 193px;
    max-height: calc(100vh - 193px);
  }
}
@media screen and (min-width: 1376px) {
  .hero-image-container img.hero-logo {
    margin-top: 137px;
    max-height: calc(100vh - 137px);
  }
}

.intro-area {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .intro-area {
    padding: 3rem 0;
  }
}
.intro-area::before {
  content: "";
  background-image: url(/images/wellnesslibraries/site-images/wellness-alliance-white-symbol-only.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: invert(46%) sepia(88%) saturate(2126%) hue-rotate(150deg) brightness(98%) contrast(101%);
  opacity: 0.07;
}
.intro-area > * {
  position: relative;
}

.homepage-wide {
  position: relative;
  color: white;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .homepage-wide {
    text-align: start;
  }
}
.homepage-wide::before {
  content: "";
  background-image: url(/images/wellnesslibraries/site-images/wellness-alliance-white-symbol-only.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.homepage-wide .page-bounds {
  position: relative;
  z-index: 1;
}
.homepage-wide .page-bounds .grid {
  margin-bottom: 0;
}
.homepage-wide.homepage-wide-1 {
  background: linear-gradient(to bottom, #004256 0%, #005d7a 100%);
}
.homepage-wide.homepage-wide-1::before {
  opacity: 0.03;
}
.homepage-wide.homepage-wide-2 {
  background: linear-gradient(to bottom, #00727a 0%, #00a2ad 100%);
}
.homepage-wide.homepage-wide-2::before {
  opacity: 0.05;
}
.homepage-wide h2 {
  color: white;
}
.homepage-wide .page-bounds .grid {
  margin: 0;
}
.homepage-wide .page-bounds .horizontal__scroller {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1rem;
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .homepage-wide .page-bounds .horizontal__scroller {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.homepage-wide .page-bounds .horizontal__scroller .horizontal__vendors {
  padding: 0 24px;
}
@media screen and (min-width: 480px) {
  .homepage-wide .page-bounds .horizontal__scroller .horizontal__vendors {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.homepage-wide .page-bounds .horizontal__scroller img {
  padding: 24px 6px;
}
@media screen and (min-width: 480px) {
  .homepage-wide .page-bounds .horizontal__scroller img {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.homepage-wide .page-bounds .horizontal__scroller .slick-arrow {
  background: #00a2ad;
  margin-top: 0;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 480px) {
  .homepage-wide .page-bounds .horizontal__scroller .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.homepage-wide .page-bounds .horizontal__scroller .slick-arrow:hover, .homepage-wide .page-bounds .horizontal__scroller .slick-arrow:focus {
  opacity: 0.8;
}
.homepage-wide .page-bounds .horizontal__scroller .slick-arrow i {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  .homepage-wide .page-bounds .horizontal__scroller .slick-arrow i {
    font-size: 15px;
  }
}

.membership-container .membership-image {
  padding: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .membership-container .membership-image {
    padding-right: 48px;
  }
}
.membership-container .membership-text {
  padding: 0;
}

.upcoming-education-container {
  max-width: 1280px;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link {
  background-color: transparent;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link::before {
  display: none;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__media::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 75%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__content {
  padding: 24px;
  margin-top: 150px;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__content .tiled-list__title,
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__content .tiled-list__tags {
  font-family: "Lato", sans-serif;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__content .tiled-list__title {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2px;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__content .tiled-list__date {
  font-size: 1rem;
  line-height: 1.5;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link .tiled-list__content .tiled-list__date::before {
  display: none;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link:hover .tiled-list__media, .upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link:focus .tiled-list__media {
  opacity: 0.8;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link:hover .tiled-list__media img, .upcoming-education-container .tiled-list--programs .tiled-list__item .tiled-list__link:focus .tiled-list__media img {
  transform: none;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item.tiled-list__item--featured .tiled-list__link .tiled-list__media::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 90%);
}
.upcoming-education-container .tiled-list--programs .tiled-list__item.tiled-list__item--featured .tiled-list__link .tiled-list__content {
  background: none;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item.tiled-list__item--featured .tiled-list__link .tiled-list__content .tiled-list__title {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 6px;
}
.upcoming-education-container .tiled-list--programs .tiled-list__item.tiled-list__item--featured .tiled-list__link .tiled-list__content .tiled-list__date {
  font-size: 1.2rem;
  line-height: 1.4;
}
.upcoming-education-container .tiled-list--programs a[href$=professional-certificates] .tiled-list__date,
.upcoming-education-container .tiled-list--programs a[href$=upcoming-webinars] .tiled-list__date,
.upcoming-education-container .tiled-list--programs a[href$=certified-wellness-practitioner-cwp] .tiled-list__date {
  display: none;
}

body:not(.is-scrolled) header.page-header {
  background-image: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: none;
}
body:not(.is-scrolled) header.page-header::before {
  display: none;
}/*# sourceMappingURL=homepage.css.map */