/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
h1 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666;
}
a,
a:visited {
  color: #4774CC;
}
a:hover,
a:active,
a:focus {
  color: #bccae5;
}
img:not([alt]) {
  outline: 3px solid red;
}
body {
  color: #454545;
  padding: 33px 0;
}
.interactive {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.download {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-align: right;
  display: block;
  padding-bottom: 20px;
}
.loading-message,
.error {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}
.controls {
  background: #DDD;
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 22px;
  padding: 20px 10px 10px 10px;
  text-align: center;
}
.controls:not([hidden]) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.controls label {
  font-size: 18px;
  margin-bottom: 11px;
}
@media (max-width: 675px) {
  .controls label {
    flex-basis: 100%;
    margin-bottom: 6px;
  }
}
.controls input,
.controls button,
.controls select {
  border: none;
  color: #454545;
  font-size: 20px;
  line-height: 33px;
  margin-left: 11px;
  padding: 0 11px;
  text-align: center;
  margin-bottom: 11px;
}
.controls button {
  -webkit-font-smoothing: antialiased;
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  background: #7598c9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}
.controls button:hover,
.controls button:active,
.controls button:focus {
  color: #bccae5;
  cursor: pointer;
}
.controls .examples {
  color: #666;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  flex-basis: 100%;
  list-style-type: none;
  margin: 0;
}
.controls .examples li {
  display: inline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.controls .examples li.houston {
  border-right: 1px solid #999;
  margin-right: 6px;
  padding-right: 6px;
}
.controls .examples li.usps {
  margin-left: 33px;
}
.controls .examples a {
  cursor: pointer;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  width: 100%;
  color: #666;
  font-size: 12px;
}
@media (max-width: 675px) {
  table {
    display: block;
  }
}
table th,
table td {
  padding: 6px 4px;
  vertical-align: top;
}
@media (max-width: 675px) {
  table th,
  table td {
    display: block;
  }
}
@media (min-width: 676px) {
  table th,
  table td {
    padding: 10px 5px;
  }
  table th:last-child,
  table td:last-child {
    text-align: right;
  }
}
table thead th {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #787878;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
@media (min-width: 676px) {
  table thead th {
    border-bottom: 2px solid #eee;
    padding: 0 10px 10px 10px;
  }
}
@media (max-width: 675px) {
  table thead {
    position: absolute;
    overflow: hidden;
    top: -1;
    left: -1;
    height: 1;
    width: 1;
    opacity: 0;
  }
}
@media (max-width: 675px) {
  table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 675px) {
  table tr {
    border-top: 2px solid #eee;
    display: block;
    margin-top: 22px;
  }
}
@media (max-width: 675px) {
  table td {
    display: flex;
    padding: 3px 5px;
  }
}
@media (min-width: 676px) {
  table td {
    border-bottom: 1px solid #eee;
    vertical-align: top;
  }
}
table td:nth-child(2n) {
  background-color: #f1f1f1;
}
table .mobile-only {
  display: none;
}
@media (max-width: 675px) {
  table .mobile-only {
    display: inline-block;
  }
}
table .label {
  margin-right: 8px;
  font-weight: bold;
}
@media (max-width: 675px) {
  table .label {
    flex: 0 0 25%;
    padding-right: 11px;
  }
}
table .label::after {
  content: ":";
}
