html {
  display: block;
  max-width: 1200px;
  margin: auto;
  width: 80%;
  text-align: left;
  font-family: SF Pro Text, SF Pro Icons, Helvetica, Arial, sans-serif;
  color: #333;
}

h1,
.intro {
  text-align: center;
}

h4 {
  text-align: left;
  font-size: 12px;
  margin: 15px 0 8px 0;
}

.container-xs {
  max-width: 460px;
}

.centered {
  margin: auto;
}

.form-section {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.form-table {
  display: table;
  width: 100%;
  position: relative;
}

.form-row {
  z-index: inherit;
}

.column {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

.column:first-child {
  padding: 0 15px 0 0;
}

.large {
  width: 50%;
}

.form-element {
  position: relative;
  z-index: inherit;
  margin-bottom: 10px;
  margin-top: 0px;
}

input {
  cursor: auto;
  word-spacing: normal;
  color: initial;
  margin: 0em;
  appearance: auto;
}

.form-textbox:focus {
  appearance: none;
  border-color: #0070c9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(131, 192, 253.5);
}

.form-textbox {
  font-size: 17px;
  line-height: 1.23543;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 3.3em;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: hsla(0, 0%, 100%, 0.8);
  background-clip: padding-box;
}

.form-label {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 18px;
  left: 17px;
  color: #888;
  padding: 0;
  font-size: 17px;
  display: block;
  transition-timing-function: ease-in;
  transition-duration: 0.125s;
}

::placeholder {
  color: transparent;
}

.form-textbox:focus + .form-label,
.form-textbox:not(:placeholder-shown) + .form-label {
  top: 8px;
  left: 18px;
  font-size: 12px;
  font-weight: 600;
}

.form-label:focus {
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 1px;
}

.form-dropdown {
  padding-top: 0x;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.23453;
  font-weight: 400;
  letter-spacing: -0.022em;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.3em;
  color: #333;
  border: 1px solid #d6d6d6;
  padding: 1.11765rem 2.35294rem 1.11rem 0.94118rem;
  background: hsla(0, 0%, 100%, 0.8);
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  align-items: center;
  white-space-collapse: preserve;
  text-wrap: nowrap;
  -webkit-rtl-ordering: logical;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  writing-mode: horizontal-tb;
}

.form-icon {
  display: block;
  pointer-events: none;
  color: #888;
  right: 17px;
  font-size: 17px;
  top: 1rem;
  line-height: 0;
  position: absolute;
  top: 3px;
  right: 16px;
}

.sk-icon-chevrondown:after,
.sk-icon-chevrondown:before {
  content: "🤘";
}

.form-dropdown:focus {
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 1px;
}

.generic-input-field {
  display: block;
}
