/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;700&display=swap");
/* line 5, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Users/eerie/.rvm/gems/ruby-2.5.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 15, ../sass/style.scss */
body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #94E79A;
  color: #5b3a96;
}

/* line 21, ../sass/style.scss */
h1 {
  display: block;
  text-indent: -9999rem;
  height: 20rem;
  background: url("../img/op_young_logo.svg") no-repeat center;
  background-size: contain;
  margin: 3rem auto;
}

/* line 31, ../sass/style.scss */
h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}

/* line 40, ../sass/style.scss */
.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 47, ../sass/style.scss */
.nowrap {
  flex-wrap: nowrap;
}

/* line 51, ../sass/style.scss */
.row {
  flex-direction: row;
}

/* line 55, ../sass/style.scss */
.full {
  width: 100%;
}

/* line 59, ../sass/style.scss */
.half {
  width: calc(50% - .5rem);
}

/* line 63, ../sass/style.scss */
.justify-center {
  justify-content: center;
}

/* line 67, ../sass/style.scss */
.justify-end {
  justify-content: end;
}

/* input reset */
/* line 73, ../sass/style.scss */
input, textarea, select {
  background: none;
  resize: none;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 85, ../sass/style.scss */
button, .add-file, #main-menu a {
  text-transform: uppercase;
  display: block;
  letter-spacing: .02rem;
  padding: .5rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: background-color .3s, opacity .3s, color .3s;
  background: #94E79A;
  border-radius: 0.25rem;
  color: #5b3a96;
}
/* line 97, ../sass/style.scss */
button:hover, .add-file:hover, #main-menu a:hover {
  background-color: #fff9c7;
}

/* line 102, ../sass/style.scss */
.button, .add-file {
  font-size: .75rem;
}

/* line 107, ../sass/style.scss */
#main-menu {
  margin-bottom: 2rem;
}
/* line 109, ../sass/style.scss */
#main-menu a {
  text-decoration: none;
  text-align: center;
  letter-spacing: .1rem;
  background-color: #5b3a96;
  color: #94E79A;
  font-weight: 400;
}
/* line 117, ../sass/style.scss */
#main-menu a:hover {
  color: #5b3a96;
}

/* line 122, ../sass/style.scss */
.big_menu a {
  font-size: 1.2rem;
  margin: .5rem auto;
}

/* line 127, ../sass/style.scss */
.small_menu {
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
/* line 131, ../sass/style.scss */
.small_menu a {
  font-size: .9rem;
  margin: 0.3rem;
}

/* line 136, ../sass/style.scss */
.close-artwork, .remove-button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  text-indent: -9999rem;
}
/* line 145, ../sass/style.scss */
.close-artwork::before, .close-artwork::after, .remove-button::before, .remove-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
}
/* line 153, ../sass/style.scss */
.close-artwork::before, .remove-button::before {
  transform: rotate(45deg);
}
/* line 156, ../sass/style.scss */
.close-artwork::after, .remove-button::after {
  transform: rotate(-45deg);
}

/* line 161, ../sass/style.scss */
.remove-button {
  margin-left: .3rem;
  width: .7rem;
  height: .7rem;
}
/* line 165, ../sass/style.scss */
.remove-button::before, .remove-button::after {
  background-color: #5b3a96;
}

/* line 170, ../sass/style.scss */
#form-wrapper, #form-summary, footer, h1, #warning-content, #terms-wrapper, #about-wrapper, #form-success {
  width: calc(100% - 2rem);
}

/* line 174, ../sass/style.scss */
#form-wrapper, #form-summary, footer, h1, #warning-content, #form-success {
  max-width: 30rem;
}

/* line 178, ../sass/style.scss */
#terms-wrapper, #about-wrapper {
  max-width: 35rem;
}

/* line 183, ../sass/style.scss */
#form-wrapper, #form-summary, footer, #warning-content, #terms-wrapper, #about-wrapper, #form-success {
  margin: 0 auto;
  padding: 1rem;
}

/* line 188, ../sass/style.scss */
#form-wrapper, #form-summary, #warning-content, #terms-wrapper, #about-wrapper, #form-success {
  background-color: #f8fff9;
  border-radius: 0.25rem;
  overflow: hidden;
}
/* line 191, ../sass/style.scss */
#form-wrapper h2, #form-summary h2, #warning-content h2, #terms-wrapper h2, #about-wrapper h2, #form-success h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 200;
}
/* line 197, ../sass/style.scss */
#form-wrapper h2, #form-wrapper h3, #form-wrapper h4, #form-wrapper h5, #form-wrapper h6, #form-summary h2, #form-summary h3, #form-summary h4, #form-summary h5, #form-summary h6, #warning-content h2, #warning-content h3, #warning-content h4, #warning-content h5, #warning-content h6, #terms-wrapper h2, #terms-wrapper h3, #terms-wrapper h4, #terms-wrapper h5, #terms-wrapper h6, #about-wrapper h2, #about-wrapper h3, #about-wrapper h4, #about-wrapper h5, #about-wrapper h6, #form-success h2, #form-success h3, #form-success h4, #form-success h5, #form-success h6 {
  text-transform: uppercase;
  line-height: 135%;
}

/* line 204, ../sass/style.scss */
#about-wrapper h2 {
  margin: 0;
}

/* line 209, ../sass/style.scss */
#form-summary p, #form-success p {
  font-size: .9rem;
  line-height: 140%;
}
/* line 213, ../sass/style.scss */
#form-summary h3, #form-success h3 {
  margin-bottom: .5rem;
}
/* line 216, ../sass/style.scss */
#form-summary h6, #form-success h6 {
  font-size: .7rem;
  opacity: .6;
  letter-spacing: .05rem;
}
/* line 221, ../sass/style.scss */
#form-summary .flex, #form-success .flex {
  margin-bottom: 1rem;
}
/* line 224, ../sass/style.scss */
#form-summary .artwork-filelist, #form-success .artwork-filelist {
  justify-content: flex-start;
}
/* line 226, ../sass/style.scss */
#form-summary .artwork-filelist p, #form-success .artwork-filelist p {
  margin: .2rem 1.1rem .2rem 0;
}
/* line 230, ../sass/style.scss */
#form-summary .confirmation-code, #form-success .confirmation-code {
  margin-top: 2rem;
}
/* line 232, ../sass/style.scss */
#form-summary .confirmation-code p, #form-success .confirmation-code p {
  font-size: .75rem;
  text-align: center;
}
/* line 236, ../sass/style.scss */
#form-summary .confirmation-code input, #form-success .confirmation-code input {
  margin: 1rem .2rem .5rem;
  width: 15%;
  max-width: 1.5rem;
  min-width: .5rem;
  text-align: center;
  font-size: 1.3rem;
  color: #5b3a96;
  padding: .3rem 0;
  border-radius: 0.25rem;
  border: 1px solid #5b3a96;
}
/* line 247, ../sass/style.scss */
#form-summary .confirmation-code input:focus, #form-success .confirmation-code input:focus {
  box-shadow: 0 0 10px #94E79A;
  -webkit-appearance: none;
}
/* line 252, ../sass/style.scss */
#form-summary .confirmation-code button, #form-success .confirmation-code button {
  margin: 0 auto;
}
/* line 256, ../sass/style.scss */
#form-summary .confirmation, #form-success .confirmation {
  margin-bottom: 2rem;
}
/* line 258, ../sass/style.scss */
#form-summary .confirmation p, #form-success .confirmation p {
  margin: 1rem 0;
}

/* line 264, ../sass/style.scss */
#form-wrapper {
  /* input styles */
}
/* line 266, ../sass/style.scss */
#form-wrapper .active-input label {
  position: relative;
  text-transform: uppercase;
  letter-spacing: .05rem;
  transform-origin: top left;
  transform: translateY(1.3rem);
  transition: transform .3s ease;
  margin-left: .5rem;
}
/* line 275, ../sass/style.scss */
#form-wrapper .active-input input {
  transition: border .5s ease;
}
/* line 277, ../sass/style.scss */
#form-wrapper .active-input input:focus, #form-wrapper .active-input input:active:focus {
  border-color: #5b3a96;
}
/* line 282, ../sass/style.scss */
#form-wrapper .active-input:hover label, #form-wrapper .active-input.input-filled label {
  transform: translateY(0rem);
}
/* line 287, ../sass/style.scss */
#form-wrapper .active-input:hover input {
  border-color: #5b3a96;
}
/* line 295, ../sass/style.scss */
#form-wrapper label, #form-wrapper h3 + p {
  font-size: .8rem;
  margin-bottom: .25rem;
  opacity: .5;
}
/* line 299, ../sass/style.scss */
#form-wrapper label.upper-case, #form-wrapper h3 + p.upper-case {
  text-transform: uppercase;
}
/* line 305, ../sass/style.scss */
#form-wrapper input, #form-wrapper textarea, #form-wrapper select {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  color: #5b3a96;
  margin-bottom: 1rem;
}
/* line 311, ../sass/style.scss */
#form-wrapper input, #form-wrapper select {
  border-bottom: 1px solid #94E79A;
  padding: .1rem .5rem;
}
/* line 316, ../sass/style.scss */
#form-wrapper textarea {
  height: 10rem;
  border: 1px solid #94E79A;
  border-radius: 0.25rem;
  padding: .3rem .5rem;
}
/* line 322, ../sass/style.scss */
#form-wrapper .form-group {
  margin: 1rem auto;
}
/* line 326, ../sass/style.scss */
#form-wrapper .template {
  display: none;
}
/* line 330, ../sass/style.scss */
#form-wrapper .artworks-container {
  margin-bottom: 2rem;
}
/* line 335, ../sass/style.scss */
#form-wrapper .artwork {
  position: relative;
  border: 1px solid #94E79A;
  border-radius: 0.25rem;
  overflow: hidden;
  transform-origin: top center;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* for animation */
  padding: 0;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: scale(0.8);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
/* line 357, ../sass/style.scss */
#form-wrapper .artwork.half {
  width: calc(50% - 1.5rem);
}
/* line 361, ../sass/style.scss */
#form-wrapper .artwork.fade-in {
  animation-name: artwork-fade-in;
  animation-duration: .7s;
  animation-direction: normal;
}
/* line 367, ../sass/style.scss */
#form-wrapper .artwork.fade-out {
  animation-name: artwork-fade-out;
  animation-duration: .5s;
  animation-direction: normal;
}
/* line 378, ../sass/style.scss */
#form-wrapper .artwork .close-artwork {
  top: .5rem;
  right: .5rem;
  width: 1.5rem;
  height: 1.5rem;
}
/* line 385, ../sass/style.scss */
#form-wrapper .artwork .close-artwork::before, #form-wrapper .artwork .close-artwork::after {
  background-color: #94E79A;
}
/* line 393, ../sass/style.scss */
#form-wrapper .add-file {
  overflow: hidden;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  opacity: 1;
}
/* line 399, ../sass/style.scss */
#form-wrapper .add-file input {
  opacity: 0;
  display: none;
}
/* line 405, ../sass/style.scss */
#form-wrapper .add-artwork {
  width: 100%;
  margin-top: .5rem;
}
/* line 409, ../sass/style.scss */
#form-wrapper .add-artwork:disabled {
  opacity: .38;
  pointer-events: none;
}
/* line 415, ../sass/style.scss */
#form-wrapper .add-artwork + .add-artwork {
  margin-left: .25rem;
}
/* line 418, ../sass/style.scss */
#form-wrapper .checkbox-group {
  margin: .5rem 0;
}
/* line 421, ../sass/style.scss */
#form-wrapper .confirmation {
  margin: 1.5rem 0;
}
/* line 424, ../sass/style.scss */
#form-wrapper .confirmation label, #form-wrapper .confirmation .field-required-explanation {
  line-height: 140%;
  padding-left: 2.3rem;
}
/* line 428, ../sass/style.scss */
#form-wrapper .confirmation label {
  opacity: 1;
  font-size: .9rem;
  display: block;
}
/* line 435, ../sass/style.scss */
#form-wrapper label.checkbox-group {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 442, ../sass/style.scss */
#form-wrapper label.checkbox-group:hover input ~ .checkmark {
  background-color: #fff9c7;
}
/* line 445, ../sass/style.scss */
#form-wrapper label.checkbox-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 452, ../sass/style.scss */
#form-wrapper label.checkbox-group input:checked ~ .checkmark {
  background-color: #94E79A;
  border-color: #94E79A;
}
/* line 456, ../sass/style.scss */
#form-wrapper label.checkbox-group .checkmark {
  position: absolute;
  top: 0rem;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  transition: background-color .3s;
  border: 1px solid #5b3a96;
  border-radius: 0.25rem;
}
/* line 467, ../sass/style.scss */
#form-wrapper .field-required-explanation {
  font-size: .7rem;
}
/* line 471, ../sass/style.scss */
#form-wrapper label + .field-required-explanation {
  margin-top: 2rem;
}
/* line 475, ../sass/style.scss */
#form-wrapper :not(.confirmation) > label.warning {
  animation: warning 1.5s infinite;
}
/* line 478, ../sass/style.scss */
#form-wrapper label.warning {
  color: red;
}
/* line 481, ../sass/style.scss */
#form-wrapper input.warning {
  border-color: red;
}
/* line 484, ../sass/style.scss */
#form-wrapper h4.warning {
  color: red;
}
/* line 487, ../sass/style.scss */
#form-wrapper textarea.warning {
  border-color: red;
}
/* line 490, ../sass/style.scss */
#form-wrapper .warning-info {
  text-align: right;
  margin-right: 1rem;
  color: red;
  font-size: .8rem;
}
/* line 496, ../sass/style.scss */
#form-wrapper .add-file-wrapper > .warning-info {
  margin: 0 auto .3rem;
  text-align: center;
}
/* line 500, ../sass/style.scss */
#form-wrapper .add-file-wrapper label:not(.add-file) {
  align-self: center;
  margin-left: .5rem;
  margin-right: auto;
}
/* line 505, ../sass/style.scss */
#form-wrapper .file_container {
  border: 1px solid #94E79A;
  padding: 0.5rem;
  overflow: scroll;
  max-height: 3.45rem;
  border-radius: 0.25rem;
  display: none;
  margin: .4rem 0;
}
/* line 514, ../sass/style.scss */
#form-wrapper .file_container p {
  position: relative;
  overflow-wrap: anywhere;
  font-size: .75rem;
  width: calc(100% - 1rem);
}

/* line 524, ../sass/style.scss */
p + p {
  margin-top: .4rem;
}

/* line 529, ../sass/style.scss */
#terms-wrapper li, #terms-wrapper p, #about-wrapper li, #about-wrapper p {
  font-size: .9rem;
  margin-bottom: .9rem;
  line-height: 140%;
}
/* line 534, ../sass/style.scss */
#terms-wrapper ol, #about-wrapper ol {
  margin: 0 1rem;
}
/* line 537, ../sass/style.scss */
#terms-wrapper ol ol, #about-wrapper ol ol {
  margin-left: 2rem;
}
/* line 539, ../sass/style.scss */
#terms-wrapper ol ol li, #about-wrapper ol ol li {
  margin-bottom: 0rem;
}
/* line 543, ../sass/style.scss */
#terms-wrapper ol li, #about-wrapper ol li {
  list-style-type: decimal;
}
/* line 546, ../sass/style.scss */
#terms-wrapper ul li, #about-wrapper ul li {
  list-style-type: disc;
}
/* line 549, ../sass/style.scss */
#terms-wrapper p + h3, #about-wrapper p + h3 {
  margin-bottom: 0;
}
/* line 552, ../sass/style.scss */
#terms-wrapper .center, #about-wrapper .center {
  text-align: center;
  margin-bottom: 1.4rem;
}
/* line 555, ../sass/style.scss */
#terms-wrapper .center p, #about-wrapper .center p {
  margin-bottom: 0rem;
}

/* line 561, ../sass/style.scss */
#form-success p, #form-success h3 {
  text-align: center;
}
/* line 565, ../sass/style.scss */
#form-success h3 {
  margin-bottom: 1rem;
}
/* line 568, ../sass/style.scss */
#form-success a {
  color: #5b3a96;
  text-decoration: none;
}
/* line 571, ../sass/style.scss */
#form-success a:hover {
  text-decoration: underline;
}

/* line 577, ../sass/style.scss */
#warning-wrapper, #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(91, 58, 150, 0.6);
  z-index: 1000;
}

/* line 587, ../sass/style.scss */
#warning-wrapper #warning-content {
  background: #f8fff9;
  border-radius: 0.25rem;
  text-align: center;
}
/* line 591, ../sass/style.scss */
#warning-wrapper #warning-content p {
  line-height: 130%;
}
/* line 594, ../sass/style.scss */
#warning-wrapper #warning-content button {
  margin: 1rem auto 0;
}
/* line 598, ../sass/style.scss */
#warning-wrapper a {
  color: #5b3a96;
  text-decoration: none;
}
/* line 601, ../sass/style.scss */
#warning-wrapper a:hover {
  text-decoration: underline;
}

/* line 607, ../sass/style.scss */
#loading {
  text-align: center;
  color: #fff9c7;
  display: none;
}
/* line 611, ../sass/style.scss */
#loading div {
  width: inherit;
  height: inherit;
}
/* line 615, ../sass/style.scss */
#loading span {
  display: block;
  width: 8rem;
  height: 8rem;
  background: url("../img/loading.svg") no-repeat;
  background-size: contain;
  animation: spinner 1.5s infinite linear;
  margin: 0 auto;
}
/* line 624, ../sass/style.scss */
#loading p {
  max-width: 30rem;
  margin: 0 auto;
  line-height: 140%;
}

/* line 632, ../sass/style.scss */
footer div {
  margin: 0 1rem;
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-weight: 700;
}
/* line 639, ../sass/style.scss */
footer p, footer a {
  margin-top: .5rem;
  text-align: center;
}
/* line 644, ../sass/style.scss */
footer .openheim-logo {
  width: 3rem;
}
/* line 647, ../sass/style.scss */
footer .gentz-logo {
  width: 5rem;
  margin-bottom: 1rem;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes artwork-fade-in {
  10% {
    opacity: 0;
    transform: scale(0.8);
  }
  70% {
    padding: 2rem 0.5rem .5rem;
    margin-top: 1rem;
    max-height: 25rem;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    padding: 2rem 0.5rem .5rem;
    margin-top: 1rem;
    max-height: 25rem;
  }
}
@keyframes artwork-fade-out {
  0% {
    transform: scale(1);
    opacity: 1;
    padding: 2rem 0.5rem .5rem;
    margin-top: 1rem;
    max-height: 25rem;
  }
  60% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    padding: 0;
    margin-top: 0;
    max-height: 0;
  }
}
@keyframes warning {
  0% {
    left: 0;
  }
  10% {
    left: -.5rem;
  }
  20% {
    left: .5rem;
  }
  30% {
    left: -.3rem;
  }
  40% {
    left: .3rem;
  }
  50% {
    left: -.1rem;
  }
  60% {
    left: .1rem;
  }
  70% {
    left: 0rem;
  }
  100% {
    left: 0rem;
  }
}
