#pageHead {
  background-color: #9ae5e3;
}
#pageHead:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 0;
  background-image: url(../../common/img/kvBg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
#pageHead .titleWrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  #pageHead .titleWrapper {
    padding: 30px 15px;
  }
}
#pageHead .titleWrapper .title {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #pageHead .titleWrapper .title {
    max-width: 620px;
  }
}

.pageTitle {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .pageTitle {
    font-size: 4rem;
  }
}

.entryLead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .entryLead {
    font-size: 2.4rem;
  }
}

.formWrapper dl dt small {
  margin-top: 0;
  display: inline-block;
}
.formWrapper dl dt .sans {
  font-size: 1.2rem;
}
.formWrapper dl dd div {
  margin-top: 3px;
  line-height: 1.35;
}
.formWrapper dl dd .anno {
  margin-top: 0;
}

#thanks {
  text-align: center;
}/*# sourceMappingURL=custom.css.map */