@font-face {
  font-family: "GT America Mono Thin";
  src: url("https://db.onlinewebfonts.com/t/d81b4cf18a890a668615efcbfaac920b.eot");
  src: url("https://db.onlinewebfonts.com/t/d81b4cf18a890a668615efcbfaac920b.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d81b4cf18a890a668615efcbfaac920b.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/d81b4cf18a890a668615efcbfaac920b.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/d81b4cf18a890a668615efcbfaac920b.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/d81b4cf18a890a668615efcbfaac920b.svg#GT America Mono Thin")
      format("svg");
}
@font-face {
  font-family: "BentonSans Book";
  src: url("https://db.onlinewebfonts.com/t/750d94312f5c64bdf8b1fc783a4cda89.eot");
  src: url("https://db.onlinewebfonts.com/t/750d94312f5c64bdf8b1fc783a4cda89.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/750d94312f5c64bdf8b1fc783a4cda89.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/750d94312f5c64bdf8b1fc783a4cda89.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/750d94312f5c64bdf8b1fc783a4cda89.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/750d94312f5c64bdf8b1fc783a4cda89.svg#BentonSans-Book")
      format("svg");
}
@font-face {
  font-family: "BentonSans Medium";
  src: url("https://db.onlinewebfonts.com/t/4a2288495701dca84fab410991967d67.eot");
  src: url("https://db.onlinewebfonts.com/t/4a2288495701dca84fab410991967d67.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/4a2288495701dca84fab410991967d67.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/4a2288495701dca84fab410991967d67.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/4a2288495701dca84fab410991967d67.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/4a2288495701dca84fab410991967d67.svg#BentonSans-Medium")
      format("svg");
}
@font-face {
  font-family: "BentonSans Bold";
  src: url("https://db.onlinewebfonts.com/t/0085e7ba8dd18be74f5300408cfff48f.eot");
  src: url("https://db.onlinewebfonts.com/t/0085e7ba8dd18be74f5300408cfff48f.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0085e7ba8dd18be74f5300408cfff48f.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/0085e7ba8dd18be74f5300408cfff48f.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/0085e7ba8dd18be74f5300408cfff48f.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/0085e7ba8dd18be74f5300408cfff48f.svg#BentonSans Bold")
      format("svg");
}

html,
body {
  font-family: "BentonSans Book", sans-serif;
  background: #f9f9f9;
  color: #333;
  margin: 0;
  box-sizing: border-box;
}

input,
select,
textarea {
  font-family: inherit;
  border: none;
  border-bottom: 2px solid #414042;
  margin: 5px;
}

input {
  padding: 5px;
}
select {
  padding: 5px 5px 3px 5px;
}

input:disabled {
  color: #ccc;
}

.selectContainer {
  font-size: 14px;
  margin: 5px;
  border: none;
}

a,
a:active,
a:visited {
  color: #414042;
  text-decoration: none;
  font-family: "BentonSans Medium", sans-serif;
}

a:hover {
  font-weight: bolder;
  color: #a6192e;
}
