html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

*[hidden] {
  display: none;
}

@font-face {
  font-family: 'Avenir Next Regular';
  src: url('/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot');
  src: url('/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix')
      format('eot'),
    url('/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2') format('woff2'),
    url('/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff') format('woff'),
    url('/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf') format('truetype'),
    url('/fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Bold';
  src: url('/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot');
  src: url('/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix')
      format('eot'),
    url('/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2') format('woff2'),
    url('/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff') format('woff'),
    url('/fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf') format('truetype'),
    url('/fonts/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.meadowlands-section--about {
  background: #74559e url('/images/meadowlands/about-section-bg.png') repeat-x;
  background-position: center bottom;
  background-size: auto 500px;
  color: #fff;
  padding-top: 81px;
  padding-bottom: 500px;
}
.meadowlands-section--about a {
  color: #fff;
  text-decoration: underline;
}
.meadowlands-section--faqs {
  background: #e7e4ea;
  background-size: 100% auto;
  padding-bottom: 135px;
}
.meadowlands-section--faqs:before {
  content: '';
  display: block;
  background: #e7e4ea url('/images/meadowlands/faqs-section-bg.jpg') no-repeat;
  background-size: 100% auto;
  padding-top: 216px;
}
@media (max-width: 550px) {
  .meadowlands-section--faqs:before {
    padding-top: 108px;
  }
}
.meadowlands-faqs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 27px 0 0 0;
}
.meadowlands-faq {
  cursor: pointer;
  display: inline-block;
  padding: 0 12px;
  padding-bottom: 27px;
  position: relative;
  width: 33.333%;
}
.meadowlands-faq__border {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 27px;
}
.meadowlands-faq__title {
  font-size: 18px;
  line-height: 27px;
  padding-right: 24px;
}
.meadowlands-faq__title:after {
  color: #48435b;
  font-size: 13px;
  position: absolute;
  top: 30px;
  right: 12px;
}
.meadowlands-faq--active > .meadowlands-faq__title:after {
}
.meadowlands-faq__text {
  font-family: 'Avenir Next Regular', sans-serif;
}
@media (max-width: 768px) {
  .meadowlands-faq {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .meadowlands-faq {
    width: 100%;
    padding-bottom: 13.5px;
    padding-left: 0;
    padding-right: 0;
  }
}
.meadowlands-faq__content {
  margin: 13.5px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms;
}
.meadowlands-faq__content--enter-active,
.meadowlands-faq__content--enter-done {
  max-height: none;
}
.meadowlands-faq__list {
  font-family: 'Avenir Next Regular', sans-serif;
  list-style-type: disc;
  margin: 0;
  padding-left: 24px;
}
.meadowlands-section--hosts {
  background: #16131e;
  color: #fff;
  padding-bottom: 135px;
  padding-top: 216px;
}
.meadowlands-section--hosts .meadowlands-meadow-logo {
  margin-bottom: 54px;
}
@media (max-width: 550px) {
  .meadowlands-section--hosts .meadowlands-meadow-logo {
    width: 66.666%;
  }
}
@media (max-width: 550px) {
  .meadowlands-section--hosts {
    padding-top: 108px;
  }
}
.meadowlands-section--landing {
  background: #e7e4ea url('/images/meadowlands/landing-section-bg.png') repeat-x;
  background-position: center bottom;
  background-size: auto 475px;
  color: #48435b;
  padding-top: 81px;
  padding-bottom: 475px;
  text-align: center;
}
@media (max-width: 768px) {
  .meadowlands-section--landing {
    padding-top: 27px;
  }
}
.meadowlands-section-landing__logo {
  fill: currentColor;
  width: 150px;
}
.meadowlands-h1--landing {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .meadowlands-h1--landing {
    margin-top: 27px;
  }
}
.meadowlands-section-landing-date-banner {
  display: none;
}
@media (max-width: 768px) {
  .meadowlands-section-landing-date-banner {
    display: inherit;
  }
}
.meadowlands-section-landing-dates {
  margin: 27px 0;
}
.meadowlands-learn-section-gallery {
  margin-bottom: 135px;
}
.meadowlands-learn-section-gallery-text {
  width: 317.3333333333333px;
}
@media (max-width: 375px) {
  .meadowlands-learn-section-gallery-text {
    width: 280px;
  }
}
@media (max-width: 320px) {
  .meadowlands-learn-section-gallery-text {
    width: 240px;
  }
}
.meadowlands-learn-section-gallery-photos {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
.meadowlands-learn-section-gallery-photos__content {
  height: 0;
  padding-bottom: 66.666%;
  position: relative;
  width: 100%;
}
.meadowlands-learn-section-gallery-photos__content > .sliding-gallery {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.meadowlands-learn-section-gallery-photo {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding: 0 24px;
  opacity: 0.35;
  transition: opacity 0.5s, transform 0.35s;
  width: 100%;
}
.meadowlands--has-hover .meadowlands-learn-section-gallery-photo:hover {
  opacity: 0.85;
  transform: scale(1.02);
}
.sliding-gallery-child--active .meadowlands-learn-section-gallery-photo {
  opacity: 1;
}
.meadowlands-learn-section-gallery-photo > * {
  box-shadow: -24px 24px 18px 0 rgba(0, 0, 0, 0.3);
}
.meadowlands-section--learn {
  background: #16131e url('/images/meadowlands/learn-section-bg.png') repeat-x;
  background-position: center bottom;
  background-size: auto 560px;
  color: #fff;
  padding-bottom: 560px;
  padding-top: 81px;
}
@media (max-width: 550px) {
  .meadowlands-section--learn {
    padding-bottom: 400px;
  }
}
.meadowlands-p--learn {
  cursor: pointer;
  font-family: 'Avenir Next Regular', sans-serif;
  margin-right: 24px;
  opacity: 0.25;
  transition: opacity 0.5s, color 0.25s;
}
.meadowlands--has-hover .meadowlands-p--learn:hover {
  color: #57bf93;
  opacity: 1;
}
.sliding-gallery-child--active .meadowlands-p--learn {
  font-family: 'Avenir Next Bold', sans-serif;
  opacity: 1;
}
.meadowlands-section--partners {
  background: #e7e4ea;
  padding-top: 108px;
}
.meadowlands-section--partners .meadowlands-tagline-wrapper {
  margin-bottom: 108px;
}
.meadowlands-partner-group {
  margin-bottom: 108px;
}
.meadowlands-partner-group-border {
  border-top: 2px solid #48435b;
  margin-bottom: 27px;
  width: 100%;
}
.meadowlands-partner-group-title {
  text-transform: capitalize;
}
.meadowlands-partner-group-logos {
  align-content: space-around;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.meadowlands-partner-logo {
  height: auto;
  width: 25%;
  padding: 27px 24px;
}
@media (max-width: 1024px) {
  .meadowlands-partner-logo {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .meadowlands-partner-logo {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .meadowlands-partner-logo {
    width: 75%;
  }
}
.meadowlands-section--press {
  background: #ffce0a;
  background-size: 100% auto;
  color: #16131e;
  padding-top: 162px;
  padding-bottom: 135px;
}
@media (max-width: 550px) {
  .meadowlands-section--press {
    padding-bottom: 54px;
  }
}
.meadowlands-press-item {
  display: block;
  color: inherit;
  opacity: 0.35;
  padding-right: 24px;
  transform: scale(0.9);
  transition: opacity 0.35s, transform 0.35s;
  text-decoration: none;
}
.meadowlands--has-hover .meadowlands-press-item:hover {
  opacity: 1;
}
.sliding-gallery-child--active .meadowlands-press-item {
  opacity: 1;
  transform: scale(1);
}
.meadowlands-press-item:active {
  color: $meadowlands-color-alert-red;
}
p.meadowlands-press-item__p {
  position: relative;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 550px) {
  p.meadowlands-press-item__p {
    font-size: 18px;
  }
}
p.meadowlands-press-item__p:before,
p.meadowlands-press-item__p:after {
  font-family: Georgia, serif;
}
p.meadowlands-press-item__p:before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-140%) translateY(25%);
  font-size: 175%;
  line-height: 48px;
  font-weight: bold;
  color: #d71b5d;
}
@media (max-width: 550px) {
  p.meadowlands-press-item__p:before {
    position: static;
    line-height: 27px;
    margin-right: 5px;
  }
}
p.meadowlands-press-item__p:after {
  content: '”';
  margin-left: 10px;
}
@media (max-width: 550px) {
  p.meadowlands-press-item__p:after {
    margin-left: 5px;
  }
}
.meadowlands-press-item__logo {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  max-height: 162px;
  margin-top: 54px;
  max-width: 317.3333333333333px;
}
@media (max-width: 550px) {
  .meadowlands-press-item__logo {
    margin-top: 27px;
    width: 75%;
  }
}
.meadowlands-section--press__sliding-gallery {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 12px;
  width: 100%;
}
.meadowlands-section--schedule {
  background: #e7e4ea url('/images/meadowlands/faqs-section-bg.jpg') no-repeat;
  background-size: 100% auto;
  padding-top: 216px;
  padding-bottom: 135px;
}
.meadowlands-section-content--schedule {
  border-bottom: 3px solid #48435b;
  margin-bottom: 108px !important;
  padding-bottom: 54px !important;
}
@media (max-width: 375px) {
  .meadowlands-section-content--schedule {
    margin-bottom: 54px !important;
    padding-bottom: 27px !important;
  }
}
.meadowlands-schedule-day {
  margin-bottom: 81px;
}
.meadowlands-schedule-day .meadowlands-p {
  margin-bottom: 54px;
}
.meadowlands-schedule-event {
  border-top: 2px solid #74559e;
  margin-bottom: 13.5px;
}
.meadowlands-schedule-event-text-container {
  float: left;
  padding: 13.5px 0;
  padding-right: 24px;
  width: 33.333%;
}
.meadowlands-schedule-event-details {
  color: rgba(72, 67, 91, 0.75);
}
.meadowlands-schedule-event-time-container {
  float: left;
  height: 27px;
  position: relative;
  width: 66.666%;
}
.meadowlands-schedule-event-time-bar {
  background: #74559e;
  border-radius: 0 0 5px 5px;
  height: 10px;
  position: absolute;
  top: 0;
}
.meadowlands-schedule-event-time {
  color: #74559e;
  line-height: 27px;
  position: absolute;
  top: 13.5px;
  width: 100%;
}
.meadowlands-schedule-event-time-mobile {
  color: #74559e;
  display: none;
}
.meadowlands-schedule-event:after {
  clear: both;
  content: '';
  display: block;
}
@media (max-width: 550px) {
  .meadowlands-schedule-event-text-container {
    float: none;
    width: 100%;
  }
  .meadowlands-schedule-event-time-container {
    display: none;
  }
  .meadowlands-schedule-event-time-mobile {
    display: block;
  }
}
.meadowlands-section--social {
  background: #ffce0a url('/images/meadowlands/social-section-bg.png') repeat-x;
  background-position: center bottom;
  background-size: auto 572px;
  padding-bottom: 649px;
}
.meadowlands-social-border {
  border-top: 6px solid #16131e;
}
.meadowlands-social-section-messages {
  margin-top: 27px;
  width: 341.3333333333333px;
}
@media (max-width: 375px) {
  .meadowlands-social-section-messages {
    width: 290px;
  }
}
@media (max-width: 320px) {
  .meadowlands-social-section-messages {
    width: 260px;
  }
}
.meadowlands-social-section-message {
  color: #fff;
  padding-right: 24px;
}
.meadowlands-social-section-message__message {
  background: #16131e;
  border-radius: 18px;
  font-size: 14px;
  padding: 24px;
}
.meadowlands-social-section-message__pointer {
  background: center/100%
    url('/images/meadowlands/social-section-message-bubble-pointer.png');
  display: inline-block;
  height: 27px;
  margin-left: 37px;
  width: 34px;
}
.meadowlands-venue-section-image-gallery {
  background: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.meadowlands-venue-section-image-gallery .meadowlands-close-button {
  left: 24px;
  position: absolute;
  top: 24px;
}
.meadowlands-venue-section-image-gallery__container {
  height: 100%;
  margin: 0 auto;
  padding: 54px 0;
  position: relative;
  width: 85%;
}
.meadowlands-venue-section-image-gallery__image {
  height: 100%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.35s;
  width: 100%;
}
.meadowlands-venue-section-image-gallery__image .loading-image {
  background: none;
}
.meadowlands-venue-section-image-gallery__image .loading-image__image {
  object-fit: contain;
}
.meadowlands-venue-section-image-gallery__image
  .meadowlands-gallery-arrow-button {
  margin-top: -36px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.5s;
}
.meadowlands-venue-section-image-gallery__image
  .meadowlands-gallery-arrow-button--left {
  left: 10%;
}
.meadowlands-venue-section-image-gallery__image
  .meadowlands-gallery-arrow-button--right {
  right: 10%;
}
.meadowlands--has-hover
  .meadowlands-venue-section-image-gallery__image:hover
  .meadowlands-gallery-arrow-button {
  opacity: 1;
}
.sliding-gallery-child--active
  .meadowlands-venue-section-images-gallery__image {
  transform: scale(1);
}
.meadowlands-section--venue {
  background: #e7e4ea;
  padding: 81px 0;
}
.meadowlands-venue-section-photos {
  height: 216px !important;
  margin-top: 81px;
  width: 341.3333333333333px;
}
.meadowlands-venue-section-photo {
  height: 100%;
  padding-right: 24px;
}
.meadowlands-venue-section-photo > a {
  box-shadow: -6px 6px 12px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
  width: 100%;
}
.meadowlands-video-overlay {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.meadowlands-video-overlay > .meadowlands-close-button {
  position: absolute;
  top: 27px;
  left: 24px;
}
.meadowlands-video__content {
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.meadowlands-video__container {
  height: 0;
  padding-bottom: 56%;
  margin-top: -25%;
  position: relative;
  width: 100%;
}
.meadowlands-video__container > iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.meadowlands main {
  font-family: 'Avenir Next Bold', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 375px) {
  .meadowlands {
    font-size: 15px;
    line-height: 24px;
  }
}
.meadowlands-section {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.meadowlands-section-content {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 12px;
  position: relative;
  width: 100%;
}
.meadowlands-section-content--narrow {
  max-width: 877.3333333333333px;
}
@media (max-width: 1024px) {
  .meadowlands-section-content {
    padding: 0 48px;
  }
}
@media (max-width: 550px) {
  .meadowlands-section-content {
    padding: 0 24px;
  }
}
.meadowlands-h1--hero {
  font-size: 64px;
  letter-spacing: -1.2px;
  line-height: 81px;
  margin-bottom: 27px;
}
@media (max-width: 550px) {
  .meadowlands-h1--hero {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 320px) {
  .meadowlands-h1--hero {
    font-size: 32px;
    line-height: 42px;
  }
}
.meadowlands-h1,
.meadowlands-p--tagline {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 54px;
  margin-bottom: 27px;
}
@media (max-width: 550px) {
  .meadowlands-h1,
  .meadowlands-p--tagline {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 375px) {
  .meadowlands-h1,
  .meadowlands-p--tagline {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.meadowlands-p {
  margin-bottom: 27px;
}
.meadowlands-p--tagline {
  font-family: 'Avenir Next Regular', sans-serif;
}
.meadowlands-tagline-wrapper {
  margin-bottom: 54px;
}
.meadowlands-tagline-wrapper > .meadowlands-p--tagline,
.meadowlands-tagline-wrapper > .meadowlands-h1 {
  display: inline;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .meadowlands-tagline-wrapper {
    margin-bottom: 24px;
  }
}
.meadowlands-logo-small-white {
  background: center/100%
    url('/images/meadowlands/meadowlands-logo-small-white.png');
  height: 32px;
  width: 36px;
}
.meadowlands-meadow-logo {
  background: center/100% url('/images/meadowlands/meadow-logo.png') no-repeat;
  display: inline-block;
  height: 54px;
  width: 279px;
}
.meadowlands-form input {
  background: #16131e;
  border-radius: 9px;
  border: 0;
  color: #fff;
  display: block;
  height: 54px;
  margin-bottom: 12px;
  padding: 0 24px;
  transition: opacity 0.35s, background 0.35s;
  width: 100%;
}
.meadowlands-form input[type='text'],
.meadowlands-form input[type='email'] {
  opacity: 0.5;
}
.meadowlands-form input:active,
.meadowlands-form input:hover,
.meadowlands-form input:focus {
  opacity: 1;
}
.meadowlands-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.meadowlands-form input.error {
  box-shadow: #d61c5f 0 0 0 3px;
}
.meadowlands-form label {
  display: block;
  padding: 0 12px;
  padding-bottom: 6.75px;
}
.meadowlands-form .hs-error-msgs {
  color: #d61c5f;
}
.meadowlands-form .actions {
  padding-top: 27px;
}
.meadowlands-form button,
.meadowlands-form input[type='submit'] {
  background: #57bf93;
  border-radius: 9px;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  outline: none;
  padding: 0 24px;
  transition: background 0.25s, transform 0.15s;
}
.meadowlands--has-hover .meadowlands-form button:hover,
.meadowlands--has-hover .meadowlands-form input[type='submit']:hover {
  background: #45afe4;
}
.meadowlands-form button:active,
.meadowlands-form input[type='submit']:active {
  transform: scale(0.95);
}
.meadowlands-circle-text-button {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s;
}
.meadowlands--has-hover .meadowlands-circle-text-button:hover {
  transform: scale(1.1);
}
.meadowlands-circle-text-button:active {
  transform: scale(1.2);
}
.meadowlands-circle-text-button--petal-purple {
  color: #74559e;
}
.meadowlands-circle-text-button--petal-purple
  > .meadowlands-circle-text-button__icon {
  background-color: #74559e;
}
.meadowlands-circle-text-button--white {
  color: #fff;
}
.meadowlands-circle-text-button--white > .meadowlands-circle-text-button__icon {
  background-color: #fff;
}
.meadowlands-circle-text-button__icon {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 27px;
  display: inline-block;
  height: 54px;
  margin-right: 12px;
  width: 54px;
}
.meadowlands-circle-text-button__icon--play-purple {
  background-image: url('/images/meadowlands/icon-play-purple.png');
  background-size: 17px;
  background-position: 55% center;
}
.meadowlands-circle-text-button__icon--play-white {
  background-image: url('/images/meadowlands/icon-play-white.png');
  background-size: 17px;
  background-position: 55% center;
}
.meadowlands-circle-text-button__icon--map-white {
  background-image: url('/images/meadowlands/icon-map-white.png');
  background-size: 18px;
}
.meadowlands-circle-text-button__icon--meadow-white {
  background-image: url('/images/meadowlands/icon-meadow-logo-white.png');
  background-size: 32px;
}
.meadowlands-circle-text-button__text {
  display: inline-block;
}
.meadowlands-close-button {
  background: center/100% url('/images/meadowlands/close-button.png') no-repeat;
  display: inline-block;
  height: 54px;
  width: 54px;
}
.meadowlands-footer {
  background: #e7e4ea;
  color: #16131e;
  padding-bottom: 81px;
}
.meadowlands-footer:after {
  clear: both;
  content: '';
  display: block;
}
.meadowlands-footer__logo {
  width: 150px;
  fill: #48435b;
}
@media (max-width: 375px) {
  .meadowlands-footer__logo {
    margin: 0 auto;
    display: block;
  }
}
.meadowlands-footer-border {
  border-top: solid 6px #48435b;
  margin-bottom: 108px;
}
.meadowlands-footer__list-container {
  float: right;
}
.meadowlands-footer__list-container:after {
  clear: both;
  content: '';
  display: block;
}
@media (max-width: 768px) {
  .meadowlands-footer__list-container {
    float: none;
    margin-top: 54px;
  }
}
.meadowlands-footer-list {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0 24px;
  padding: 0;
}
@media (max-width: 768px) {
  .meadowlands-footer-list {
    margin-top: 27px;
  }
}
.meadowlands-footer-list__item {
  font-family: 'Avenir Next Regular', sans-serif;
}
.meadowlands-footer-list__item > a,
.meadowlands-footer-list__item > a:visited {
  color: rgba(22, 19, 30, 0.5);
}
.meadowlands--has-hover .meadowlands-footer-list__item > a:hover {
  color: #48435b;
}
.meadowlands-footer__copyright {
  clear: both;
  color: #48435b;
  padding: 27px 24px;
}
.meadowlands-gallery-arrow-button {
  background: center/100% url('/images/meadowlands/gallery-arrow.png');
  display: inline-block;
  height: 72px;
  position: relative;
  transition: opacity 0.3s;
  width: 72px;
}
.meadowlands-gallery-arrow-button--left {
  transform: scaleX(-1);
}
.meadowlands-gallery-arrow-button--disabled {
  opacity: 0;
}
.meadowlands-gallery-arrow-button-with-background {
  background: none;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  position: absolute;
  top: 0;
}
.meadowlands-gallery-arrow-button-with-background--right {
  right: 0;
}
.meadowlands-gallery-arrow-button-with-background--left {
  left: 0;
}
.meadowlands-gallery-arrow-button-with-background--left
  > .meadowlands-gallery-arrow-button-with-background__background {
  transform: scaleX(-1);
}
.meadowlands-gallery-arrow-button-with-background__background {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.meadowlands-gallery-arrow-button-with-background__background--sativa-yellow-fade {
  background: linear-gradient(90deg, rgba(255, 206, 10, 0) 5%, #ffce0a);
}
.meadowlands-gallery-arrow-button-with-background__background--darkside-black-fade {
  background: linear-gradient(90deg, rgba(22, 19, 30, 0) 5%, #16131e);
}
.loading-image {
  background: #000;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.loading-image__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.meadowlands-loading-indicator {
  animation: loading-image-animation 1s infinite;
  border-color: #57bf93 rgba(0, 0, 0, 0);
  border-radius: 27px;
  border-style: solid;
  border-width: 8px;
  display: inline-block;
  height: 54px;
  left: 50%;
  margin: -27px 0 0 -27px;
  position: absolute;
  top: 50%;
  width: 54px;
}
@-moz-keyframes loading-image-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-image-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-image-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-image-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.meadowlands-modal-container {
  background: rgba(22, 19, 30, 0.95);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}
.meadowlands-modal-container--enter {
  opacity: 0;
  transition: opacity 350ms;
}
.meadowlands-modal-container--enter > * {
  transform: scale(0.85);
  transition: transform 350ms;
}
.meadowlands-modal-container--enter-active {
  opacity: 1;
}
.meadowlands-modal-container--enter-active > * {
  transform: scale(1);
}
.meadowlands-modal-container--exit {
  opacity: 1;
  transition: opacity 250ms;
}
.meadowlands-modal-container--exit > * {
  transform: scale(1);
  transition: transform 250ms;
}
.meadowlands-modal-container--exit-active {
  opacity: 0;
}
.meadowlands-modal-container--exit-active > * {
  transform: scale(0.85);
}
.meadowlands-navigation-bar {
  background: #16131e;
  border-bottom: 1px solid #48435b;
  color: #fff;
  height: 54px;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 500;
}
.meadowlands-navigation-bar__content {
  margin: 0 auto;
  max-width: 1024px;
  text-align: center;
}
.meadowlands-navigation-bar__content > .meadowlands-logo-small-white {
  float: left;
  margin-left: 12px;
  margin-top: 11px;
}
.meadowlands-navigation-bar__content::after {
  content: '';
  display: block;
  clear: both;
}
.meadowlands-navigation-bar-date-banner {
  left: 0;
  line-height: 54px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .meadowlands-navigation-bar-date-banner {
    display: none;
  }
}
.meadowlands-navigation-bar-sign-up-button {
  background: #74559e;
  color: #fff;
  float: right;
  height: 54px;
  line-height: 54px;
  text-align: center;
  transition: background 0.25s, font-size 0.25s;
  width: 146.66666666666666px;
}
.meadowlands--has-hover .meadowlands-navigation-bar-sign-up-button:hover {
  background: #45afe4;
}
.meadowlands-navigation-bar-sign-up-button:active {
  background: #57bf93;
}
@media (max-width: 375px) {
  .meadowlands-navigation-bar-sign-up-button {
    padding: 0 24px;
    width: auto;
  }
}
.meadowlands-not-found {
  background: #e7e4ea url('/images/meadowlands/landing-section-bg.jpg') repeat-x;
  background-position: center bottom;
  background-size: auto 475px;
  color: #48435b;
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 475px;
}
.meadowlands-not-found__button {
  background: #74559e;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  line-height: 54px;
  padding: 0 24px;
}
.meadowlands-not-found__button:visited {
  color: #fff;
}
.meadowlands--has-hover .meadowlands-not-found__button:hover {
  background: #9780b7;
}
.meadowlands-not-found__button:active {
  background: #4b2d77;
}
.meadowlands-section-badge {
  background: linear-gradient(to right, #d61c5f, #ffce0a);
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  margin-bottom: 44px;
  width: 61.33333333333333px;
}
.sliding-gallery {
  height: 100%;
  position: relative;
}
.sliding-gallery__main-container,
.sliding-gallery__content-container {
  height: 100%;
}
.sliding-gallery--uses-touch-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 15px;
  -webkit-overflow-scrolling: touch;
}
.sliding-gallery__content {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  transition: transform 0.3s;
}
.sliding-gallery__content::after {
  clear: both;
  content: '';
  display: block;
}
.sliding-gallery-child {
  display: inline-block;
  height: 100%;
  float: left;
}
.meadowlands-sign-up {
  color: #fff;
  min-height: 100%;
  padding-bottom: 81px;
  padding-top: 135px;
  position: relative;
}
.meadowlands-tagline-wrapper--sign-up {
  float: left;
  padding-top: 27px;
  width: 50%;
}
.meadowlands-tagline-wrapper--sign-up .meadowlands-h1,
.meadowlands-tagline-wrapper--sign-up .meadowlands-p--tagline {
  display: block;
}
.meadowlands-tagline-wrapper--sign-up .meadowlands-p--tagline {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 27px;
}
@media (max-width: 550px) {
  .meadowlands-tagline-wrapper--sign-up .meadowlands-p--tagline {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 550px) {
  .meadowlands-tagline-wrapper--sign-up {
    float: none;
    padding-top: 0;
    width: 100%;
  }
}
.meadowlands-sign-up__bg {
  background: #48435b;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.meadowlands-sign-up .meadowlands-close-button {
  position: absolute;
  left: 24px;
  top: 24px;
}
.meadowlands-sign-up-form {
  float: right;
  padding-left: 48px;
  width: 50%;
}
@media (max-width: 550px) {
  .meadowlands-sign-up-form {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.meadowlands-sign-up__loading {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.meadowlands-sign-up-transition--enter {
  opacity: 0;
  transition: opacity 250ms;
}
.meadowlands-sign-up-transition--enter-active {
  opacity: 1;
}
.meadowlands-sign-up-transition--exit {
  transition: opacity 250ms;
}
.meadowlands-sign-up-transition--exit-active {
  opacity: 0;
}
.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.not-found__message {
  max-width: 640px;
  text-align: center;
}
.not-found__message__logo {
  background-image: url('/images/dispensary-software/dispensary-software-elements_navigation-logo-dark.png');
  background-size: 100%;
  display: inline-block;
  height: 38px;
  width: 198px;
  margin-bottom: 24px;
}
.not-found__message__text {
  margin-bottom: 24px;
}
.safe p {
  margin: 1rem 0;
}
.safe p:first-child {
  margin-top: 0;
}
.safe p:last-child {
  margin-bottom: 0;
}
.safe strong {
  font-family: 'Avenir Next Bold', sans-serif;
  font-weight: normal;
}
.safe hr {
  height: 1px;
  border: none;
  background-image: linear-gradient(
      to right,
      transparent 0%,
      transparent 9%,
      #6ec5aa 9%,
      #6ec5aa 11%,
      transparent 11%,
      transparent 18%,
      #ffce03 18%,
      #ffce03 18.75%,
      transparent 18.75%,
      transparent 25%,
      #482d78 25%,
      #482d78 26%,
      transparent 26%,
      transparent 27%,
      #9a80bb 27%,
      #9a80bb 30%,
      transparent 30%,
      transparent 52%,
      #44afe3 52%,
      #44afe3 53%,
      transparent 53%,
      transparent 75%,
      #d71b5d 75%,
      #d71b5d 76%,
      transparent 76%,
      transparent 100%
    ),
    linear-gradient(to right, #7154a0, #6ec5aa);
  background-size: 550px 1px, 100% 100%;
  background-repeat: repeat-x, no-repeat;
  margin: 50px 0;
}
.safe .icon {
  height: 1.25rem;
}
.safe .text--centered {
  text-align: center;
}
.safe__highlight {
  background: linear-gradient(to right, #fce7ee, #f1eef6);
  font-style: normal;
  border-radius: 3px;
}
.safe__headline {
  margin: 84px 0 10px 0;
}
.safe__subhead {
  margin: 0 0 3rem 0;
  text-align: center;
  color: #7154a0;
  font-size: 24px;
  background: linear-gradient(to right, #e94c83, #947cba);
  background-clip: text;
}
.safe__downloads {
  float: right;
  background: #ecf9f7;
  background-image: linear-gradient(to right, #44afe3, #7154a0);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 15px;
  padding: 25px;
  margin-left: 25px;
  margin-bottom: 25px;
}
@media (max-width: 890px) {
  .safe__downloads {
    float: none;
    margin-left: 0;
  }
}
.safe__downloads__heading {
  margin-bottom: 1rem;
}
.safe__download {
  margin-bottom: 0.5rem;
}
.safe__download.button {
  display: flex;
  justify-content: center;
}
.safe__download .icon {
  margin-left: 0.75em;
}
.safe__quote {
  display: flex;
  background: #f9edf3;
  background-image: linear-gradient(to right, #d71b5d, #7154a0);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 15px;
  margin: 50px 0;
}
@media (max-width: 890px) {
  .safe__quote {
    flex-direction: column;
  }
}
.safe__quote__content {
  flex-grow: 1;
  position: relative;
  padding: 50px 25px 50px 50px;
}
.safe__quote__content:before {
  content: '“';
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Georgia;
  color: #7154a0;
}
.safe__quote__content p:last-child:after {
  content: '”';
  font-family: Georgia;
  font-weight: bold;
}
@media (max-width: 890px) {
  .safe__quote__content {
    padding: 25px;
  }
  .safe__quote__content:before {
    display: none;
  }
  .safe__quote__content p:first-child:before {
    content: '“';
    font-family: Georgia;
    font-weight: bold;
  }
}
.safe__quote__attribution {
  flex-shrink: 0;
  position: relative;
  width: 350px;
  min-width: 200px;
  margin-right: -20px;
}
@media (max-width: 890px) {
  .safe__quote__attribution {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 25px;
    max-height: 90px;
    margin-right: 0;
    overflow: hidden;
  }
}
.safe__quote__attribution__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  display: block;
}
@media (max-width: 890px) {
  .safe__quote__attribution__photo {
    position: static;
    bottom: initial;
    right: initial;
    width: 100px;
  }
}
.safe__quote__attribution__text {
  position: absolute;
  bottom: 50px;
  left: 30px;
  margin-right: 10px;
  font-family: 'Avenir Next Bold', sans-serif;
  color: #fff;
  text-shadow: #7154a0 2px 2px 0;
}
@media (max-width: 890px) {
  .safe__quote__attribution__text {
    position: static;
    bottom: initial;
    left: initial;
    color: #1a1229;
    text-align: right;
    text-shadow: none;
  }
}
.safe__quote__attribution__role {
  text-transform: uppercase;
  font-size: 14px;
}
.safe__disclaimer {
  columns: 2;
  column-gap: 35px;
  font-size: 16px;
  color: #999;
}
@media (max-width: 700px) {
  .safe__disclaimer {
    columns: 1;
  }
}
.safe__collaborators {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  columns: 2;
}
@media (max-width: 700px) {
  .safe__collaborators {
    columns: 1;
  }
}
.safe__collaborator {
  margin: 0 0 25px 0;
}
.safe__collaborator__link {
  display: inline-flex;
  align-items: center;
}
.safe__collaborator__logo {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.safe__collaborator__logo img {
  height: 100%;
}
.safe__upgrade-section {
  background: #7154a0;
  color: #fff;
}
.safe__upgrade-section h2 {
  margin-bottom: 1rem;
}
/* General */
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
textarea,
input {
  outline: none;
}

/* Welcome to the new stuff */

.meadowlands-callout {
  margin-top: 3rem;
  background: #e7e4ea;
  color: #4e495e;
  padding: 2rem;
  border-radius: 2px;
}

.meadowlands-callout a {
  color: black;
}

button,
input[type='submit'] {
  background: #57bf93;
  border-radius: 9px;
  border: 0;
  color: #fff;
  display: inline-block;
  outline: none;
  padding: 0 24px;
  transition: background 0.25s, transform 0.15s;
}
.meadowlands--has-hover button:hover,
.meadowlands--has-hover input[type='submit']:hover {
  background: #45afe4;
}
button:active,
input[type='submit']:active {
  transform: scale(0.95);
}

.hubspot-form-modal {
  a {
    transition: all 250ms;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: var(--color-power-purple-tint-2);
    text-decoration-thickness: 2px;
    color: white;
    font-weight: bold;

    &:hover,
    &:focus {
      /* text-decoration-thickness: 3px; */
      color: var(--color-electric-blue);
      transition: all 25ms;
      /* color: white; */
    }
  }
}
