/* BEGIN PAGE HEADER */
.page-header {
  color: black;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background-color: #f0e5cc;
}

.page-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.page-header-logo {
  padding-right: 20px;
}

.conference-header-logo {
  height: 100px;
}

.page-header-text {
  display: flex;
  flex-direction: column;
}

.page-header-title {
  font-weight: 700;
}

.page-header-title,
.page-header-subtitle {
  font-family: Vollkorn, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
}

@media screen and (max-width: 790px) {
  .page-header-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 791px) {
  .page-header-title {
    font-size: 36px;
    line-height: 38px;
  }
}

.page-header-subtitle {
  font-weight: 600;
}

@media screen and (max-width: 790px) {
  .page-header-subtitle {
    margin-top: 4px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (min-width: 791px) {
  .page-header-subtitle {
    font-size: 20px;
  }
}

.wf-vollkornsc-n4-inactive .small-caps {
  font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
}

.small-caps {
  font-family: 'Vollkorn SC';
  text-transform: lowercase;
}


.page-header-number {
  font-family: Vollkorn, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
}
/* END PAGE HEADER */

abbr {
  font-size: small;
}

.form-button {
  display: inline-block;
  padding: 0.7em 1.7em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.2em;
  box-sizing: border-box;
  color: #FFFFFF;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
  text-align: center;
  position: relative;
  font-size: 13px;
}

.form-button:active {
  box-shadow: inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

@media all and (max-width:30em) {
  .form-button {
    display: block;
    margin: 0.4em auto;
  }
}

.form-password {
  font-size: 16px;
  height: 35px;
}