body {
  background-color: #fff;
  color: #002928;
}

a:hover {
  color: #179599;
}

.svgBlue {
  fill: #012928;
  transition: fill 1s ease;
}

a:hover .svgBlue {
  fill: #179599;
}

.content.large p {
  font-size: 32px;
  line-height: 48px;
}

.content ul {
  padding-left: 17px;
}
.content ul li {
  padding: 5px 0;
  list-style-type: disc;
}

ul.results {
  padding-left: 0;
}
ul.results li {
  list-style-image: url("/resources/arrow.svg");
  font-size: 32px;
  line-height: 48px;
}

img.fullWidth {
  margin: -2.5vw -10vw 0 -10vw;
  width: 100vw;
  max-width: 100vw;
}

img.box {
  position: fixed;
  top: 0px;
}

img.logoSmall {
  display: none;
}

ul.menu {
  position: absolute;
  top: 5vw;
  right: 10vw;
  z-index: 1000;
  transform: translateY(-50%);
}
ul.menu li {
  display: inline-block;
  padding-left: 20px;
  text-align: center;
}
ul.menu li a {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
}
ul.menu li a span {
  font-size: 16px;
  display: block;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid transparent;
  transition: border 1s ease;
}
ul.menu li a:hover span, ul.menu li a.active span {
  border-bottom: 2px solid #002928;
  color: #002928;
}

.richText span[style*="background-color:#179599;"] {
  margin: 10px;
  color: #ffffff !important;
  box-shadow: 10px -10px 0 #179599, 10px 10px 0 #179599, -10px 0px 0 #179599, -10px -10px 0 #179599, -10px 10px 0 #179599;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.richText span[style*="background-color:#383838;"] {
  margin: 10px;
  color: #ffffff !important;
  box-shadow: 10px -10px 0 #383838, 10px 10px 0 #383838, -10px 0px 0 #383838, -10px -10px 0 #383838, -10px 10px 0 #383838;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.richText span[style*="background-color:#179599;"] *, .richText span[style*="background-color:#383838;"] * {
  mix-blend-mode: color-dodge;
}

h2 a:hover, h2 a.active {
  border-bottom: 3px solid #002928;
  color: #002928;
}

.bgMain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -10;
  transform: translateZ(0);
  background-image: url("/resources/challengeWave.svg");
  background-size: cover;
  background-position: top center;
  height: 62.89vw;
}

#overview svg {
  max-height: 200px;
  padding: 30px 0;
}

.module aside:not(.video) .content {
  grid-row: 1/span 3;
  padding: 0 10vw;
}
.module p {
  line-height: 28px;
}

main {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 10px;
}
main section {
  transform-style: preserve-3d;
  position: relative;
}

section.splash {
  z-index: -1;
}
section.splash .bgMain {
  transform: translateZ(-5px) scale(2);
  background-size: cover;
}
section.splash .dates {
  position: absolute;
  bottom: 10vw;
  right: 10vw;
}

section.splash.splash2 {
  height: auto;
  min-height: 600px;
}

.mainHeadline {
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  /* NEW TAGLINE STYLING */
  font-size: 4vw;
}
.mainHeadline strong {
  display: block;
  font-weight: 900;
  font-size: 5vw;
}

.fractal {
  position: relative;
}
.fractal .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateZ(0);
  background-image: url("/resources/whitefractal.svg");
  background-size: cover;
  background-position: center center;
}

.button {
  color: #FFF;
  border: 3px solid #002928;
  background: rgb(0, 41, 40);
}
.button:hover {
  color: #002928;
  background: rgba(0, 41, 40, 0);
}
.button.secondary {
  border: 3px solid #002928;
  color: #002928;
  background: rgba(0, 41, 40, 0);
}
.button.secondary:hover {
  color: #FFF;
  background: rgb(0, 41, 40);
}

.green, .green div {
  background: #27B893;
}

.darkGreen, .darkGreen div {
  background: #033F3D;
  color: #fff;
}

.white, .white div {
  background: transparent;
}

.gray, .gray div {
  background: #EEE;
}

.grid.dates {
  margin-bottom: 0;
}

.grid.dates p.day {
  background: #00262B;
  color: #fff;
}

.grid.dates p.nextWorkshop {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  font-size: 16px;
}

.grid.dates li:first-of-type, .grid.dates li:last-of-type {
  border: 2px solid #00262B;
}

.gradText {
  letter-spacing: 5px;
  font-weight: bold;
  background-image: linear-gradient(135deg, #1f8067 0, #3CE2B7 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.grad {
  position: relative;
  color: #002928;
}
.grad .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(135deg, #35B493 0, #6bffd8 100%);
}

.twoColumns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 30px;
}
.twoColumns.caption {
  padding: 0 30px !important;
}
.twoColumns img {
  margin: 0 auto;
}

.twoColumns div.richText {
  grid-column: 3/span 3;
  order: 2;
}

.twoColumns div.image {
  grid-column: 1/span 2;
  order: 1;
}

.twoColumns.imageWidth div.richText {
  grid-column: 4/span 2;
  order: 2;
}

.twoColumns.imageWidth div.image {
  grid-column: 1/span 3;
  order: 1;
}

.twoColumns.imageRight div.richText {
  grid-column: 1/span 3;
  order: 1;
}

.twoColumns.imageRight div.image {
  grid-column: 4/span 2;
  order: 2;
}

.twoColumns.imageWidth.imageRight div.richText {
  grid-column: 1/span 2;
  order: 1;
}

.twoColumns.imageWidth.imageRight div.image {
  grid-column: 3/span 3;
  order: 2;
}

.twoColumns.imageBorder div.image img {
  outline: 4px solid #1AB893;
  outline-offset: -15px;
}

.flickity-button {
  color: #27B893;
  transition: all 1s ease;
  background: rgba(255, 255, 255, 0.25);
}

.flickity-page-dots {
  bottom: -15px;
}
.flickity-page-dots .dot {
  background: #27B893;
}

.flickity-prev-next-button.previous {
  left: -5vw;
  transform: translate(-50%, -50%) scale(1);
}
.flickity-prev-next-button.previous:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.flickity-prev-next-button.next {
  right: -5vw;
  transform: translate(50%, -50%) scale(1);
}
.flickity-prev-next-button.next:hover {
  transform: translate(50%, -50%) scale(1.2);
}

@media screen and (max-width: 1000px) {
  .module aside:not(.video) .content {
    grid-row: 1/span 3;
    padding: 5vw;
  }
  .module aside:not(.video) .content .contentCenter {
    top: unset;
    transform: unset;
  }
  ul.results li {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 850px) {
  main section.splash .bgMain {
    transform: translateZ(-5px) scale(2.5);
  }
  .splash2 .bgMain {
    height: 100vh;
  }
}
@media screen and (max-width: 800px) {
  img.box {
    display: none;
  }
  img.logoSmall {
    display: block;
    margin-bottom: 50px;
    margin-top: -50px;
  }
  ul.menu {
    position: absolute;
    text-align: center;
    transform: translateY(-20px);
    transform: scale(0.85);
    left: -10vw;
    right: -10vw;
    top: 0;
  }
  ul.menu li {
    padding: 20px;
  }
  section .contentCenter {
    top: unset;
    transform: unset;
  }
  .module aside:not(.video) .content {
    padding: 10vw;
  }
  section.splash {
    height: auto;
  }
  section.splash .title h2:not(.showSmall) {
    display: none;
  }
  section.splash .dates {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 100px;
  }
  img.fullWidth {
    margin: 15vw -10vw -15vw -10vw;
  }
  .button {
    margin: 10px 10px 0px 0;
  }
  .button:first-of-type {
    margin-top: 10px;
  }
  .title h1 {
    margin-bottom: 50px !important;
  }
  .content.large p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 580px) {
  img.logoSmall {
    margin-top: 0px;
  }
  section.splash .title:not(.textCenter) h1 {
    transform-origin: center left;
    transform: scale(1.15);
  }
  ul.results li, .carousel-cell p:not(.quoter) {
    font-size: 18px;
    line-height: 24px;
  }
  .twoColumns div.richText, .twoColumns.imageWidth div.richText, .twoColumns.imageRight div.richText, .twoColumns.imageWidth.imageRight div.richText {
    grid-column: 1/span 5;
    order: 2;
  }
  .twoColumns div.image, .twoColumns.imageWidth div.image, .twoColumns.imageRight div.image, .twoColumns.imageWidth.imageRight div.image {
    grid-column: 1/span 5;
    order: 1;
  }
}
@media screen and (max-width: 400px) {
  ul.menu {
    transform: scale(0.75);
    left: -20vw;
    right: -20vw;
    top: -2.5vw;
  }
  .content.large p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 374px) {
  section.splash .title h1 {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 350px) {
  ul.menu {
    transform: scale(0.65);
    left: -25vw;
    right: -25vw;
  }
}

/*# sourceMappingURL=feelgoodmsp.css.map */
