html, body {
  margin: 0;
  height: 100%;
}

body {
  background: #fff;
  color: #333;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#site-name, h2, h3, h4, .text-light {
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-lg {
  font-size: 1.75em;
  line-height: 150%;
}

.text-med {
  font-size: 1.25em;
  line-height: 150%;
}

.text-grey-med {
  color: #555;
}

.extra-margin {
  margin: 25px 0px;
}
/* Header */
#globalnav {
  z-index: 2;
  box-shadow: 0 0 3px #aaa;
  -moz-box-shadow: 0 0 3px #aaa;
  -webkit-box-shadow: 0 0 3px #aaa;
  background: #fff;
  min-height: 40px;
  line-height: 150%;
}

#globalnav a.home {
  text-decoration: none;
}

.twitter-bird {
  height: 30px;
  width: 30px;
  margin-top: -2px;
}

#site-name {
  color: #555;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0 0;
}

/* Footer */
#globalfooter {
  background: #f4f4f4;
  width: 100%;
  height: 60px;
  font-size: 13px;
  padding: 18px 0 40px;
  position: absolute;
  bottom: 0;
}

#globalfooter .footer-nav {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

#globalfooter .footer-nav li {
  list-style: none;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}

#globalfooter .copyright {
  color: #555;
  display: block;
}

/* Content */
.page-wrapper {
  min-height: 100%;
  position: relative;
}

.content {
  padding-bottom: 90px;
}

/* Disclaimer */
.intro {
  height: 115px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 22px;
  padding-left: 115px;
  background: url(//abs.twimg.com/le/intake/7508dcfb91/1506645663630/img/twitter_logo.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 115px;
}

.intro h1 {
  margin: 0;
}

.intro h3 {
  margin-top: 5px;
  color: #666;
  font-size: 20px;
}

.form-wrapper {
  background-color: #f4f4f4;
  padding: 25px;
  line-height: 150%;
}

.form-wrapper h4 {
  margin-bottom: 20px;
  line-height: 150%;
}

.form-wrapper hr {
  border-color: #ddd;
}

.disclaimer-form {
  margin-top: 25px;
}

.disclaimer-form .last-form-group {
  margin-bottom: 0px;
}

.disclaimer {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}

/* Downloads */
.downloads tbody>tr>td {
  line-height: 30px;
}

.instructions {
  line-height: 150%;
}

.text-group {
  margin-top: 35px;
}

.callout {
  background-color: #f4f4f4;
  padding: 20px;
  margin: 10px 0 10px 0;
}

.callout h4,
.callout h5 {
  margin: 0 0 10px 0;
}

.warning {
  margin: 20px 0 20px 0;
}

.warning h4 {
  color: #be1931;
  font-weight: bold;
}

/* form */
.error-block {
  display: none;
  color: #a94442;
  font-style: italic;
}

.help-block {
  margin-bottom: 0px;
}

.has-error .error-block {
  display: block;
  font-weight: bold;
}

.required-data-rule > label, .required > label {
  font-weight: bold;
}

.required-data-rule > label:after, .required > label:after {
  color: #f00;
  content: '*';
  display: inline;
}

.sub-form-group {
  border: solid #737373;
  border-width: 0px 0px 0px 2px;
}

.sub-form-group .help-block {
  margin-bottom: 10px;
}

/* all form listing (forms/records) */
.all-forms .subheading {
  color: #899aa6;
  font-size: 21px;
  line-height: 2.2;
  text-align: center;
}

.form-item a {
  text-decoration: none;
}

.form-item a:hover {
  background-color: #f5f8fa;
}

.form-item .form-title {
  background-color: rgba(0, 172, 237, 0.3);
  text-align: center;
  font-size: larger;
  font-weight: 600;
}

.form-item .form-description {
  text-align: center;
}

.form-item .btn-form-create {
  background-color: #1da1f2;
  border-color: #0d95e8;
  color: #fff;
}

.form-item a:hover .btn-form-create {
  background-color: #0c85d0;
  border-color: #0a70ae;
}
