/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *













 */
* {
  margin: 0;
  padding: 0;
  font-family: 'futura-pt', sans-serif;
}

.clear {
  clear: both;
}

html, body {
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: #21272a;
  z-index: 4;
}

header h1 {
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}

header h1 a {
  color: #fff;
  text-decoration: none;
}

main {
  position: relative;
  min-height: 100%;
  margin-top: 44px;
}

main section {
  position: relative;
}
@keyframes bounce {

  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-42px);
  }

  60% {
    transform: translateY(-21px);
  }

}

#hero {
  max-height: 800px;
}

#hero img.poster {
  display: block;
  width: 100%;
  object-fit: cover;
}

#hero .arrow {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url(/weddingfair/assets/hero/down-arrow-331688ac463d2f32d0854e9559efeedde4322c57178870840970ac66e310e9d4.png);
  background-size: 56px 31px;
  background-position: bottom center;
  background-repeat: no-repeat;
  animation: bounce 2s infinite;
  z-index: 3;
}

@media (min-width: 320px) and (max-width: 767px) {
  #hero .arrow {
    display: none;
  }
}
#credits {
  padding: 0 20px;
  background: #475359;
  box-sizing: border-box;
}

#credits p {
  padding: 11px 0;
  font-size: 11px;
  line-height: 11px;
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #fff;
}
#intro {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #f5f8fa;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#intro h2 {
  width: 800px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 26px;
  color: #475359;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#intro h3 {
  width: 800px;
  margin: 28px auto;
  font-size: 20px;
  line-height: 28px;
  color: #475359;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#intro p {
  width: 800px;
  margin: 28px auto 0;
  font-size: 20px;
  line-height: 28px;
  font-family: 'minion-pro', serif;
  color: #626d73;
  -webkit-hyphens: auto;
}

#intro p strong {
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  color: #475359;
}

#intro p em {
  font-family: 'minion-pro', serif;
}

#intro p a {
  font-family: 'minion-pro', serif;
  color: #008fd8;
}

@media (min-width: 320px) and (max-width: 839px) {
  #intro {
    padding: 60px 20px;
  }

  #intro h2 {
    width: 100%;
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  #intro h3 {
    width: 100%;
    margin: 22px 0;
    font-size: 16px;
    line-height: 22px;
  }

  #intro p {
    width: 100%;
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  #intro {
    padding: 40px 20px;
  }
}
#features {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}

#features .column {
  width: 450px;
}

#features .column.left {
  float: left;
  margin-left: 0;
}

#features .column.right {
  float: right;
  margin-left: 60px;
}

#features .column .feature {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

#features .column .feature:first-of-type {
  margin-top: 0;
}

#features .column .feature img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
}

#features .column .feature h2 {
  padding-left: 68px;
  font-size: 17px;
  line-height: 20px;
  color: #475359;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#features .column .feature p {
  margin-top: 10px;
  padding-left: 68px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'minion-pro', serif;
  color: #626d73;
  font-weight: 400;
  -webkit-hyphens: auto;
}

#features .column .feature p em {
  font-family: 'minion-pro', serif;
}

#features .column .feature p strong {
  font-size: 13px;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
}

#features .column .feature p a {
  font-family: 'minion-pro', serif;
  color: #008fd8;
}

#features .column .feature ol {
  padding-left: 68px;
  list-style: inside decimal;
}

#features .column .feature ol li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'minion-pro', serif;
  color: #626d73;
  font-weight: 400;
  -webkit-hyphens: auto;
}

#features .column .feature ol li p {
  display: inline;
  margin-top: 0;
  padding-left: 0;
}

#features .column .feature ol li a {
  font-family: 'minion-pro', serif;
  color: #008fd8;
}

@media (min-width: 320px) and (max-width: 1019px) {
  #features {
    width: 100%;
    padding: 60px 80px;
  }

  #features .column {
    width: 100%;
    float: none;
  }

  #features .column.right {
    margin-top: 30px;
    margin-left: 0;
  }

  #features .column .feature p {
    margin-top: 5px;
  }

  #features .column .feature ol li {
    margin-top: 5px;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  #features {
    padding: 40px 20px;
  }
}
#nav {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

#nav ul {
  font-size: 0;
  list-style: none;
  text-align: center;
}

#nav ul li {
  display: inline-block;
  margin: 0 20px;
}

#nav ul li a {
  display: block;
  padding: 17px 5px;
  font-size: 14px;
  line-height: 14px;
  color: #475359;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#nav ul li a:hover {
  padding-bottom: 14px;
  color: #008fd8;
  border-bottom: 3px solid #008fd8;
}

@media (min-width: 320px) and (max-width: 599px) {
  #nav ul li {
    margin: 0 10px;
  }
}
#story {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

#story h5,
#story .date {
  position: absolute;
  top: 40px;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#story h5 {
  right: 60px;
  font-weight: 500;
}

#story h5 span {
  font-family: 'minion-pro', serif;
  font-weight: 400;
}

#story .date {
  left: 60px;
  font-family: 'minion-pro', serif;
  font-weight: 400;
}

#story h1 {
  width: 800px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 45px;
  color: #475359;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#story p.published {
  width: 780px;
  margin: 5px auto 60px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'minion-pro', serif;
  font-style: italic;
  color: #626d73;
}

@media (min-width: 320px) and (max-width: 799px) {
  #story {
    padding: 40px 0;
  }

  #story h5,
  #story .date {
    display: none;
  }

  #story h1 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    box-sizing: border-box;
  }

  #story p.published {
    width: 90%;
    margin: 5px 20px 40px;
    font-size: 16px;
    line-height: 16px;
  }
}
#story h3 {
  width: 800px;
  margin: 40px auto -10px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-hyphens: auto;
}

#story h3 a {
  font-weight: 400;
  color: #008fd8;
}

#story p {
  width: 800px;
  margin: 40px auto 0;
  font-size: 22px;
  line-height: 30px;
  font-family: 'minion-pro', serif;
  color: #626d73;
  -webkit-hyphens: auto;
}

#story p strong {
  font-size: 20px;
  color: #475359;
  font-weight: 500;
}

#story p strong strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#story p strong a {
  font-weight: 500;
}

#story p strong.special {
  float: left;
  margin-right: 15px;
  font-size: 100px;
  line-height: 90px;
  font-weight: 500;
  text-transform: uppercase;
}

#story p em {
  font-family: 'minion-pro', serif;
  font-style: italic;
}

#story p a {
  color: #008fd8;
  font-family: 'minion-pro', serif;
}

#story p span {
  display: inline-block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  vertical-align: top;
}

#story p span.round {
  border-radius: 6px;
}

#story p span.round.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#story p span.round.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#story p span.bordered {
  padding: 2px;
  border: 1px solid #000;
  border-radius: 4px;
}

#story p span.bordered span {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

#story p span.sand {
  font-weight: 400;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#story p.special {
  width: 800px;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 24px;
  color: #475359;
  background: #e6eef2;
  box-sizing: border-box;
}

#story p.special strong {
  font-size: 14px;
  color: #626d73;
  font-weight: 500;
}

#story p.special strong strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#story p.special strong a {
  font-family: 'futura-pt', sans-serif;
}

#story p.special.dark {
  color: #ffffff;
  background: #21272a;
}

#story p.special strong {
  color: rgba(255, 255, 255, .8);
}

#story img {
  display: block;
  width: 100%;
}

#story ul,
#story ol {
  margin-top: 40px;
  margin-left: 30px;
}

#story ul li,
#story ol li {
  width: 770px;
  margin: 0 auto 0;
  font-size: 22px;
  line-height: 30px;
  font-family: 'minion-pro', serif;
  color: #626d73;
  -webkit-hyphens: auto;
}

#story ul li strong,
#story ol li strong {
  font-size: 20px;
  color: #475359;
  font-weight: 500;
}

#story ul li strong strong,
#story ol li strong strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#story ul li strong a,
#story ol li strong a {
  font-weight: 500;
}

#story ul li em,
#story ol li em {
  font-family: 'minion-pro', serif;
  font-style: italic;
}

#story ul li a,
#story ol li a {
  color: #008fd8;
  font-family: 'minion-pro', serif;
}

#story ul li span,
#story ol li span {
  display: inline-block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  vertical-align: top;
}

#story ul li span.round,
#story ol li span.round {
  border-radius: 6px;
}

#story ul li span.round.left,
#story ol li span.round.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#story ul li span.round.right,
#story ol li span.round.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#story ul li span.bordered,
#story ol li span.bordered {
  padding: 2px;
  border: 1px solid #000;
  border-radius: 4px;
}

#story ul li span.bordered span,
#story ol li span.bordered span {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

#story ul li span.sand,
#story ol li span.sand {
  font-weight: 400;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#story iframe {
  display: block;
  margin: 40px auto 0;
}

@media (min-width: 320px) and (max-width: 799px) {
  #story h3 {
    width: 100%;
    margin: 30px 0 -10px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 30px;
    box-sizing: border-box;
  }

  #story p {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
  }

  #story p strong {
    font-size: 15px;
  }

  #story p strong.special {
    margin-right: 10px;
    font-size: 72px;
    line-height: 60px;
  }

  #story p span {
    margin: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 1px;
  }

  #story p span.round {
    border-radius: 4px;
  }

  #story p span.bordered {
    padding: 1px;
    border-radius: 3px;
  }

  #story p span.bordered span {
    font-size: 14px;
    line-height: 18px;
  }

  #story p.special {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  #story p.special strong {
    font-size: 14px;
  }

  #story ul,
  #story ol {
    margin-top: 30px;
    margin-left: 30px;
    padding: 0 20px;
  }

  #story ul li,
  #story ol li {
    width: 100%;
    margin-top: 2px;
    font-size: 16px;
    line-height: 22px;
  }

  #story ul li strong,
  #story ol li strong {
    font-size: 15px;
  }

  #story ul li span,
  #story ol li span {
    margin: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 1px;
  }

  #story ul li span.round,
  #story ol li span.round {
    border-radius: 4px;
  }

  #story ul li span.bordered,
  #story ol li span.bordered {
    padding: 1px;
    border-radius: 3px;
  }

  #story ul li span.bordered span,
  #story ol li span.bordered span {
    font-size: 14px;
    line-height: 18px;
  }

  #story iframe {
    max-width: 100%;
    margin: 30px auto 0;
  }
}
.category {
  padding: 60px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.category h2 {
  width: 960px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 24px;
  color: #475359;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category .businesses {
  width: 960px;
  margin: 0 auto;
}

.category .businesses .business {
  display: block;
  float: left;
  width: 210px;
  margin-left: 40px;
  margin-top: 40px;
  text-decoration: none;
}

.category .businesses .business[href=''] {
  cursor: default;
}

.category .businesses .business:nth-child(4n + 1) {
  margin-left: 0;
  clear: left;
}

.category .businesses .business img,
.category .businesses .business .placeholder {
  display: block;
  width: 100%;
  background: #e6eef2;
  border-radius: 5px;
  aspect-ratio: 1;
}

.category .businesses .business h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #475359;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 320px) and (max-width: 1039px) {
  .category h2 {
    width: 100%;
  }

  .category .businesses {
    width: 100%;
  }
}

@media (min-width: 790px) and (max-width: 1039px) {
  .category {
    padding: 60px 40px;
  }

  .category .businesses .business {
    width: calc((100vw - 200px) / 4);
  }
}

@media (min-width: 480px) and (max-width: 789px) {
  .category {
    padding: 40px 30px;
  }

  .category .businesses .business {
    width: calc((100vw - 120px) / 3);
    margin-left: 30px;
    margin-top: 30px;
  }

  .category .businesses .business:nth-child(4n + 1) {
    margin-left: 30px;
    clear: none;
  }

  .category .businesses .business:nth-child(3n + 1) {
    margin-left: 0;
    clear: left;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .category {
    padding: 40px 20px;
  }

  .category .businesses .business {
    width: calc((100vw - 60px) / 2);
    margin-left: 20px;
    margin-top: 20px;
  }

  .category .businesses .business:nth-child(4n + 1) {
    margin-left: 20px;
    clear: none;
  }

  .category .businesses .business:nth-child(2n + 1) {
    margin-left: 0;
    clear: left;
  }
}
#businesses {
  padding: 60px 0 10px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

#businesses h2 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 24px;
  color: #475359;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#businesses h2 .see-all {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  line-height: 16px;
  color: #008fd8;
  font-family: 'minion-pro', serif;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  transform: translate(0, -50%);
}

#businesses .container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

#businesses .container .scroller {
  width: calc(150px * var(--item-count) + 30px * (var(--item-count) + 1));
}

#businesses .container .scroller:last-of-type {
  padding-bottom: 10px;
}

#businesses .container .scroller .business {
  display: block;
  float: left;
  width: 150px;
  margin-left: 30px;
  margin-top: 30px;
  text-decoration: none;
}

#businesses .container .scroller .business[href=''] {
  cursor: default;
}

#businesses .container .scroller .business img,
#businesses .container .scroller .business .placeholder {
  display: block;
  width: 100%;
  background: #e6eef2;
  border-radius: 5px;
  aspect-ratio: 1;
}

#businesses .container .scroller .business h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #475359;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-break: break-word;
  overflow-wrap: break-word;
}

#businesses .container .scroller .business p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'minion-pro', serif;
  font-style: italic;
  color: #626d73;
  font-weight: 400;
  -webkit-hyphens: auto;
}

@media (min-width: 320px) and (max-width: 959px) {
  #businesses h2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #businesses h2 .see-all {
    right: 20px;
  }
}

@media (min-width: 320px) and (max-width: 799px) {
  #businesses .container .scroller {
    width: calc(150px * var(--item-count) + 20px * (var(--item-count) + 1));
  }

  #businesses .container .scroller .business {
    margin-left: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  #businesses {
    padding: 40px 0 10px;
  }

  #businesses h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
#register {
  background: #f5f8fa;
}

#register form {
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

#register form div:nth-last-of-type(3) {
  display: none;
}

#register form h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#register form .field {
  margin-top: 18px;
}

#register form .field.half {
  float: left;
  width: 47%;
}

#register form .field.half.right {
  margin-left: 6%;
}

#register form .field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#register form .field label.inline {
  margin-left: 34px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 400;
  font-family: 'minion-pro', serif;
  text-transform: none;
  letter-spacing: 0;
}

#register form .field label em {
  font-family: 'minion-pro', serif;
  font-style: normal;
  text-decoration: underline;
}

#register form .field label ol {
  list-style: inside lower-roman;
}

#register form .field label ol li {
  font-family: 'minion-pro', serif;
}

#register form .field input[type=text],
#register form .field input[type=tel],
#register form .field input[type=email],
#register form .field input[type=number],
#register form .field textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 7px;
  font-size: 16px;
  line-height: 20px;
  color: #475359;
  font-weight: 400;
  font-family: 'minion-pro', serif;
  border: 1px solid #acb9bf;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

#register form .field textarea {
  min-height: 70px;
  resize: none;
}

#register form .field select {
  display: block;
  margin: 0;
  padding: 7px;
  font-size: 16px;
  line-height: 20px;
  color: #475359;
  font-weight: 400;
  font-family: 'minion-pro', serif;
  background: #fff;
  border: 1px solid #acb9bf;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

#register form .field input[type=checkbox] {
  position: relative;
  float: left;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #acb9bf;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

#register form .field input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #475359;
  border-bottom: 3px solid #475359;
  transform: rotate(40deg);
}

#register form .field.error label {
  color: #da4453;
}

#register form .field.error input[type=text]::-webkit-input-placeholder,
#register form .field.error input[type=tel]::-webkit-input-placeholder,
#register form .field.error input[type=email]::-webkit-input-placeholder,
#register form .field.error input[type=number]::-webkit-input-placeholder,
#register form .field.error textarea::-webkit-input-placeholder {
  color: #da4453;
}

#register form .field.error input[type=text]::-moz-placeholder,
#register form .field.error input[type=tel]::-moz-placeholder,
#register form .field.error input[type=email]::-moz-placeholder,
#register form .field.error input[type=number]::-moz-placeholder,
#register form .field.error textarea::-moz-placeholder {
  color: #da4453;
}

#register form .field.error input[type=text]:-ms-input-placeholder,
#register form .field.error input[type=tel]:-ms-input-placeholder,
#register form .field.error input[type=email]:-ms-input-placeholder,
#register form .field.error input[type=number]:-ms-input-placeholder,
#register form .field.error textarea:-ms-input-placeholder {
  color: #da4453;
}

#register form .field.error input[type=text]:-moz-placeholder,
#register form .field.error input[type=tel]:-moz-placeholder,
#register form .field.error input[type=email]:-moz-placeholder,
#register form .field.error input[type=number]:-moz-placeholder,
#register form .field.error textarea:-moz-placeholder {
  color: #da4453;
}

#register form .note h4 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #475359;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#register form .note p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'minion-pro', serif;
  font-weight: 400;
  color: #626d73;
}

#register form .note p a {
  font-family: 'minion-pro', serif;
  color: #008fd8;
}

#register form .note ul {
  list-style: inside;
}

#register form .note ol {
  list-style: decimal inside;
}

#register form .note ul li,
#register form .note ol li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'minion-pro', serif;
  font-weight: 400;
  color: #626d73;
}

#register form .actions {
  margin-top: 20px;
  padding: 20px 0;
}

#register form .actions input[type=submit] {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #21272a;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
}

#register form .clear {
  margin-bottom: 18px;
}

@media (min-width: 320px) and (max-width: 799px) {
  #register form {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
  }
}
#thanks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #21272a;
  overflow-y: auto;
}

#thanks iframe {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  aspect-ratio: 16/9;
}

#thanks h2,
#thanks p {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: #21272a;
}

#thanks h2 {
  padding: 100px 50px;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 2px;
}

#thanks p {
  padding: 0 50px 50px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
}

#thanks p a {
  color: #fff;
}

@media (max-width: 499px) {
  #thanks iframe {
    margin: 20px auto 0;
  }

  #thanks h2 {
    padding: 36px 20px;
    font-size: 36px;
    line-height: 45px;
  }

  #thanks p {
    padding: 0 20px 20px;
    font-size: 20px;
    line-height: 24px;
  }
}
