/* thank you! http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "EHNormal-Medium";
  src: url("/static/fonts/EHNormal-Medium.woff");
  src: url("/static/fonts/EHNormal-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/EHNormal-Medium.woff") format("woff"), url("/static/fonts/EHNormal-Medium.otf") format("opentype");
}
@font-face {
  font-family: "EHNormal-Regular";
  src: url("/static/fonts/EHNormal-Regular.woff");
  src: url("/static/fonts/EHNormal-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/EHNormal-Regular.woff") format("woff"), url("/static/fonts/EHNormal-Regular.otf") format("opentype");
}
@font-face {
  font-family: "EHNormal-Bold";
  src: url("/static/fonts/EHNormal-Bold.woff");
  src: url("/static/fonts/EHNormal-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/EHNormal-Bold.woff") format("woff"), url("/static/fonts/EHNormal-Bold.otf") format("opentype");
}
.ss02 {
  font-feature-settings: "ss02" 2;
  display: inline-block;
}

.ss03 {
  font-feature-settings: "ss03" 3;
  display: inline-block;
}

body.is-debug div.center-wrapper {
  background-image: url("/static/images/grid.png");
  background-repeat: repeat-y;
  background-position: 20px 0;
}

h1, h2 {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16em;
  text-transform: uppercase;
}

h1 {
  letter-spacing: 0.3em;
}

h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
}

p {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 26px;
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 0;
  color: #FFDA00;
  padding-bottom: 2em;
}

img {
  max-width: 90%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img.extend_size {
  width: 100%;
}

a {
  letter-spacing: 0.1em;
  color: #FFDA00;
  text-decoration: underline;
}
a:hover {
  color: #FF6CA1;
}

html {
  height: 100%;
  min-width: 100%;
}

body {
  height: 100%;
  background-color: #0b176d;
  text-align: center;
  color: #FFDA00;
  font-size: 12px;
}

body > header {
  padding-top: 1%;
}

div.center-wrapper {
  max-width: 1180px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  position: relative;
}

nav.mainnav {
  background-color: #0b176d;
  bottom: 0;
  position: fixed;
  padding: 1.5em 0 1.5em 0;
  width: 100%;
  z-index: 2000;
  vertical-align: -webkit-baseline-middle !important;
  margin: auto;
}
nav.mainnav ul {
  margin: auto;
  width: 60%;
  /*
  &.languages{
  	width: 15%;
    	margin: auto;
    	li.divider{
    		margin-left: 2em;
    	}
    	li.right{
    		float: left;
    		margin-left: 2em;
    	}
  }
  */
}
nav.mainnav ul li {
  display: block;
  float: left;
  line-height: 18px;
  margin-left: 60px;
  vertical-align: -webkit-baseline-middle !important;
}
nav.mainnav ul li a {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
  vertical-align: -webkit-baseline-middle !important;
}
nav.mainnav ul li a:hover {
  color: #FF6CA1;
  text-decoration: none;
}
nav.mainnav div.social {
  float: right;
}
nav.mainnav div.social a.fa {
  padding-left: 1em;
  font-size: 1.5em;
}

nav.languages {
  width: 2em;
  top: 40%;
  position: fixed;
  right: 1em;
  z-index: 300;
}
nav.languages ul li {
  display: block;
  float: left;
  line-height: 18px;
}
nav.languages ul li a {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-decoration: none;
}
nav.languages ul li a.spanish {
  letter-spacing: 0.11em;
}
nav.languages ul li a:hover {
  color: #FF6CA1;
  text-decoration: none;
}

section.mainsection {
  width: 100%;
  margin: 0 auto;
}

div#front {
  display: block;
  position: absolute;
}

section#front {
  position: relative;
  color: #fff;
  overflow: hidden;
}
section#front h2.intro {
  padding-top: 1.5em;
  width: 50%;
  margin: auto;
}
section#front h2.intro span {
  display: block;
  padding-bottom: 0.5em;
}
section#front div.questions {
  width: 70%;
  padding-top: 18em;
}
section#front div.questions span {
  font-size: 2em;
  display: block;
  padding-bottom: 1em;
}
section#front img {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 5%;
}
section#front img.play-flower {
  height: 1.5em;
  display: block;
  position: relative;
  display: block;
}

div.play-flower {
  width: 3em;
  display: inline-block;
}

a.flower {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #FF6CA1;
  text-decoration: none;
}

p.garden {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #FFDA00;
  display: inline-block;
  padding-bottom: 0;
}

div.floating {
  animation: float 6s ease-in-out infinite;
  position: relative;
}

section#logos {
  height: 10em;
  position: relative;
  /* display: block; */
  /* display: table-header-group; */
  bottom: 0;
}

nav.logos {
  background-color: #0b176d;
  bottom: 0;
  padding: 1.5em 0 1.5em 0;
  width: 100%;
  height: 5em;
  z-index: 100;
  vertical-align: -webkit-baseline-middle !important;
  background-color: #FFDA00;
}
nav.logos ul li {
  display: block;
  float: left;
  line-height: 18px;
  margin-left: 60px;
  vertical-align: -webkit-baseline-middle !important;
}
nav.logos ul li.right {
  float: right;
  margin-right: 60px;
}
nav.logos ul li a {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
  vertical-align: -webkit-baseline-middle !important;
}
nav.logos ul li a:hover {
  color: #FF6CA1;
  text-decoration: none;
}
nav.logos img.logos {
  height: 2em;
}

.container {
  position: relative;
}

iframe {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10em;
  height: 100%;
  width: 80%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}

.number {
  font-size: 0.8em;
  vertical-align: bottom;
}

span {
  font-family: "EHNormal-Regular", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #FFDA00;
  font-size: 12px;
}
span.disclaimer {
  display: block;
}
span.footline {
  display: block;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 3;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  top: 3em !important;
  left: 25%;
  text-align: left;
  visibility: hidden;
  margin: 0 auto;
  width: 45%;
  height: 82%;
  background-color: #0b176d;
  border-style: solid;
  border-width: 0.7em;
  border-color: #FFDA00;
  position: relative;
  z-index: 4000;
  padding: 30px 40px 34px;
  overflow: scroll;
  position: fixed;
}
.reveal-modal h2 {
  padding-bottom: 0.3em;
}

.reveal-modal .close-reveal-modal {
  font-family: "EHNormal-Regular", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #FFDA00;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

#text-0-reveal {
  top: 25% !important;
  height: 42%;
}
#text-0-reveal h1 {
  font-size: 6em;
  text-align: center;
}

.recordingsList {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.recordingsList ul {
  position: absolute;
  bottom: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.recordingsList li {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  list-style: none;
  font-size: 55px;
  margin-right: 8px;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.recordingsList li:hover {
  color: #FF6CA1;
}
.recordingsList li.active {
  color: #FF6CA1;
}

.miniplaybtn img {
  width: 15px;
  vertical-align: 7px;
}

.miniplaybtn.active {
  -webkit-animation-name: playing;
  animation-name: playing;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes playing {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes playing {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.playbtn {
  text-align: left;
  font-size: 55px;
  cursor: pointer;
  margin-left: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  width: 20vh;
  position: absolute;
  bottom: 40px;
  left: 10%;
}
.playbtn:hover {
  color: #FF6CA1;
}
.playbtn img {
  width: auto;
}

audio {
  margin-top: 2px;
  border: 1px solid #FFDA00;
  position: absolute;
  top: 90%;
  left: 40%;
}
@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0);
  }
}
.glow {
  -webkit-filter: drop-shadow(4px 4px 3px #f3f3f3);
  filter: drop-shadow(4px 4px 3px #f3f3f3);
}

.glow-few {
  -webkit-filter: drop-shadow(1px 1px 3px #f3f3f3);
  filter: drop-shadow(1px 1px 3px #f3f3f3);
}

.glow-flicker {
  animation: flicker 1.5s infinite;
  -webkit-filter: drop-shadow(4px 4px 3px #f3f3f3);
  filter: drop-shadow(4px 4px 3px #f3f3f3);
}

.float {
  animation: float 5.5s ease-in-out infinite;
  -webkit-filter: drop-shadow(4px 4px 3px #f3f3f3);
  filter: drop-shadow(4px 4px 3px #f3f3f3);
}

.zoomIn {
  animation: zoomin 20s infinite;
}
.zoomIn.header {
  height: inherit;
  width: 100%;
  position: initial;
  float: right;
  right: 6%;
}

.zoomOut {
  animation: zoomout 20s infinite;
}

@keyframes flicker {
  0% {
    -webkit-filter: drop-shadow(4px 4px 3px #f3f3f3);
    filter: drop-shadow(4px 4px 3px #f3f3f3);
  }
  50% {
    -webkit-filter: drop-shadow(2px 2px 0px #f3f3f3);
    filter: drop-shadow(2px 2px 0px #f3f3f3);
  }
  100% {
    -webkit-filter: drop-shadow(4px 4px 3px #f3f3f3);
    filter: drop-shadow(4px 4px 3px #f3f3f3);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 12em;
    letter-spacing: 0.2em;
  }
  h1 {
    font-size: 12em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 630px) {
  h1 {
    font-size: 6em;
  }
  h2 {
    padding-top: 0.2em;
  }
  section#front {
    height: 85%;
  }
}

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