html, body {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}

p {
  color: rgb(30, 30, 30);
  font-weight: 400;
}

h3 {
  color: #005097;
  line-height: 1em;
  font-weight: 500;
  font-size: 30px;
}

h4 {
  color: #002b4d;
  font-weight: 500;
}

h5 {
  line-height: 1.2em;
  color: #001c46;
}

h5 strong {
  font-weight: 700;
}

select, input, textarea {
  background-color: #fafafa;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #001c46;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 49px;
  line-height: 100%;
  margin: 0;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.25) 50%, transparent 50%);
  background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

textarea {
  height: calc(43px * 2.8);
}

select:focus, input:focus, textarea:focus {
  box-shadow: 0 0 0 1px #066aab, 0 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

input::placeholder, textarea::placeholder {
  color: #001c46;
}

.section-small-title {
  font-size: 16px;
}

.textarea-small {
  height: calc(43px * 1.8);
  font-size: 13px;
}

.optional-group {
  border: 2px dashed #aaa;
  border-radius: 8px;
  padding: 1rem;
}

.optional-label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0.5rem;
}
