h1 {
  color: #162944;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 30px; }

h2 {
  color: #162944;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 30px; }

h3 {
  color: #162944;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase; }

h4 {
  color: #162944;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

a {
  color: #162944; }

form {
  width: 100%; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  background-color: white;
  border: solid 1px #A5BECD;
  color: #162944;
  font-size: 11px;
  line-height: 12px;
  max-width: 100%;
  padding: 7px;
  width: 100%; }

input[type="submit"] {
  background-color: #162944;
  color: white;
  cursor: pointer;
  padding: 9px 15px;
  text-transform: uppercase; }

.content-wrap p {
  font-size: 16px;
  line-height: 25px; }

/*# sourceMappingURL=typography.css.map */
