.form-field-error {
  border-color: #af3232;
  -webkit-box-shadow: 0 0 0 2px rgba(175, 50, 50, 0.4);
  -moz-box-shadow: 0 0 0 2px rgba(175, 50, 50, 0.4);
  box-shadow: 0 0 0 2px rgba(175, 50, 50, 0.4);
}
.image-replaced {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Based on bootstrap, Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
.row {
  margin-left: -20px;
  zoom: 1;
}
.row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.hidden {
  position: absolute;
  left: -999em;
}
.form-field-error {
  border-color: #af3232;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px 0 rgba(175, 50, 50, 0.6);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px 0 rgba(175, 50, 50, 0.6);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px 0 rgba(175, 50, 50, 0.6);
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* sandstone default override */
#outer-wrapper > .wrapper {
  padding-bottom: 20px;
}
.wrapper {
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
#colophon {
  clear: both;
}
h1 {
  font-size: 3rem;
  text-shadow: 0;
}
h2 {
  font-size: 2rem;
}
h4 {
  margin-top: 2rem;
}
form {
  margin-top: 1rem;
}
input {
  padding: .5rem;
  font-size: 1.2rem;
  border-radius: 6px;
}
#validate-url input[type="text"] {
  border: solid 1px #333;
  width: 460px;
}
input[type="submit"] {
  background-color: #333;
  color: white;
  margin-left: .3rem;
  border: 0;
}
nav a {
  text-transform: uppercase;
}
main {
  padding: 0 1.7rem;
}
.banner {
  background: #64a4cd url(/static/img/validator_tile.gif) 0 0 repeat-x;
  color: white;
  margin: 1rem auto;
  padding: 20px 0 0 0;
  width: 100%;
  min-height: 290px;
  max-height: 310px;
  -webkit-transition: max-height linear 0.75s;
  -moz-transition: max-height linear 0.75s;
  -o-transition: max-height linear 0.75s;
  -ms-transition: max-height linear 0.75s;
  transition: max-height linear 0.75s;
}
.banner h1 {
  color: white;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 75%;
}
@media all and (max-width: 768px) {
  .banner h1 {
    font-size: 2.5rem;
  }
}
.banner a {
  color: white;
  text-decoration: underline;
}
.banner a:hover {
  text-decoration: none;
}
.banner p {
  margin: 0 auto;
  width: 40%;
  font-family: 'Open Sans Light';
  font-size: 1.2rem;
  line-height: 120%;
}
@media all and (max-width: 768px) {
  .banner p {
    width: 100%;
  }
}
.banner form {
  position: relative;
  width: 60%;
  margin: 25px auto 10px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .banner form {
    width: 100%;
  }
}
.banner fieldset {
  margin: 10px 88px 0 0;
  text-align: right;
}
.banner input[type="url"] {
  padding: .5rem 1rem;
  width: 76%;
  height: 55px;
  font-size: 1.2rem;
  border: 1px solid #333;
  box-shadow: none;
}
@media all and (max-width: 768px) {
  .banner input[type="url"] {
    width: 95%;
  }
}
.banner input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.banner input[type="submit"] {
  padding: .5rem 0;
  border-radius: .1rem;
  width: 150px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.2);
}
.banner input[type="submit"]:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7), -1px -1px 3px rgba(0, 0, 0, 0.4);
}
.banner input[type="file"] {
  background-color: white;
  padding: .7rem;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 76%;
}
.banner textarea {
  border: 1px solid #333;
  width: 76%;
}
.banner .index {
  margin-right: 1rem;
  font-size: 18px;
}
.banner .light {
  font-family: 'Open Sans Light';
  font-weight: 300;
}
.sub-page.banner {
  padding-top: 35px;
  height: 200px;
  /* override landing page */
  min-height: 150px;
}
.sub-page.banner h1 {
  letter-spacing: -2px;
}
.input-type-switcher {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.input-type-switcher li {
  display: inline;
  margin: 0px;
  padding: 10px;
}
.input-type-switcher a {
  text-decoration: none;
}
.content {
  overflow: auto;
  width: 100%;
}
.content h1 {
  font-size: 48px;
}
@media all and (max-width: 768px) {
  .content h1 {
    font-size: 40px;
  }
}
.content-column {
  float: left;
  padding: 0 10px 0 20px;
  width: 50%;
}
@media all and (max-width: 768px) {
  .content-column {
    padding: 5px;
    width: 100%;
  }
}
.project {
  /* Safari 5.1+, Chrome 10+ */
  /* IE8+ */
  /* the standard */
  background-color: #efece0;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #faf8f2, #efece0);
  /* Safari 5.1+, Chrome 10+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf8f2', endColorstr='#efece0', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(to bottom, #faf8f2, #efece0);
  /* the standard */
  margin: 2rem 0 1rem;
  padding: 1rem;
  border: 10px solid white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.project h3 {
  font-weight: bold;
}
.project-links {
  margin: .5rem 0;
  padding: 0;
  list-style: none;
}
.project-links li {
  margin-left: 0;
}
.keywords {
  margin: 0;
  padding: 0;
  list-style: none;
}
.keywords li {
  display: inline-block;
  background-color: #333;
  color: white;
  margin-left: .5rem;
  padding: 0.5rem;
  border-radius: 3px;
  min-width: 4rem;
  text-align: center;
}
.keywords li:first-child {
  margin-left: 0;
}
.license {
  margin: 0px auto;
  line-height: 150%;
}
.hidden {
  display: none;
}
@media all and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
.animate-height {
  max-height: 999px;
}
/* icons */
[data-icon]:before {
  font-family: 'icons';
  font-size: 1.1rem;
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
}
.project [data-icon]:before {
  padding-right: .5rem;
}
.screen-reader-txt {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.visually-hidden {
  /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.pull-right {
  float: right;
}
