 html body {
  background: #202944;
}

html #header {
  padding: 6rem;
}

html #header .container {
  width: 100%;
}

html #header .header-image img {
  max-width: 25.5rem;
  margin: auto; 
  padding: 0;
  width: 100%;
}

html .neoncrm-page-title {
  padding-bottom: 2.7rem;
  border-bottom: solid 0.2rem #202944;
  font-size: 3.2rem;
  font-family: serif;
  font-style: italic;
  text-align: left;
  color: #202944;
}

html .neoncrm-field-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7896ab;
}

html input.neon2Field, 
html input.neoncrm-text-field, 
html select.neoncrm-select, 
html textarea {
  height: 3.8rem; 
  padding: 0.5556em 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 500;
  color: #1e2844;
  border: none;
  border-bottom: .0625rem solid #7896ab;
}



html select.neoncrm-select { border: none; }
html textarea { height: auto; }

html #footer {
  display: none;
}

@media (min-width: 47.9375em) {
  html .neoncrm-page-title {
    font-size: calc(3.2rem + 16*(100vw - 76.8rem)/1152);
  }
}

@media (min-width: 120em) {
  html .neoncrm-page-title {
    font-size: 4.8rem;
  }
}



