html {
  height: 100%;
  width: 100%;
}
.main-content {
  display: table-row;
  height: 100%;
}
.clearfix {
  clear: both;
}
.content-body {
  width: 100%;
  height: 100%;
  margin: 0;
  display: table;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
}
.content-body.content-style-0 {
  color: rgba(255, 255, 255, 0.95);
}
.content-body.content-style-0 .content-section,
.content-body.content-style-0 a {
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}
.content-body.content-style-0 label.has-error {
  color: #ff6c69;
}
.content-body.content-style-0 a,
.content-body.content-style-0 a:hover {
  color: #68d5fc;
}
.content-body.content-style-0 .legal-footer a {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px rgba(0, 0, 0, 0.64), 0 0 5px rgba(0, 0, 0, 0.6);
}
.content-body.content-style-0 .legal-footer a:hover,
.content-body.content-style-0 .legal-footer a :focus {
  color: rgba(255, 255, 255, 0.95);
}
.content-body.content-style-1 {
  color: rgba(0, 0, 0, 0.85);
}
.content-body.content-style-1 .content-section,
.content-body.content-style-1 a {
  text-shadow: none;
}
.content-body.content-style-1 a,
.content-body.content-style-1 a:hover {
  color: #00afed;
}
.content-body.content-style-1 .legal-footer a {
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
}
.content-body.content-style-1 .legal-footer a:hover,
.content-body.content-style-1 .legal-footer a :focus {
  color: rgba(0, 0, 0, 0.85);
}
.content-wrapper {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.17), 0 2px rgba(0, 0, 0, 0.15);
  width: 525px;
  margin: 0 auto;
  border-radius: 2px;
}
.disabled-overlay .content-wrapper {
  box-shadow: none;
}
.tinted-bg {
  background-position: center -1px;
  background-size: 150% 150%;
}
.content-header {
  padding: 20px;
}
.content-banner {
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.content-banner img {
  visibility: hidden;
  width: 100%;
}
.content-section {
  position: relative;
  text-align: center;
  font-size: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.content-section:first-child {
  border-radius: 2px 2px 0 0;
}
.content-section:last-child {
  border-radius: 0 0 2px 2px;
}
.content-section .content-button {
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), inset 0 1px rgba(255, 255, 255, 0.15);
  padding: 15px 45px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.content-section .content-button:hover,
.content-section .content-button:active,
.content-section .content-button:focus {
  text-decoration: none;
}
.content-section .content-button.button-small {
  padding: 6px 12px;
  font-size: 12px;
}
.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
.desc {
  padding-bottom: 15px;
}
.desc h3,
.desc h4 {
  font-weight: 800;
}
.desc h5,
.desc h6 {
  font-size: 14px;
  font-weight: normal;
}
.desc strong {
  font-weight: 800;
}
.desc ul,
.desc blockquote,
.desc pre {
  display: table;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 7px;
}
.desc ul {
  padding: 0;
}
.desc blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.36);
}
.desc blockquote,
.desc blockquote p {
  font-size: 14px;
  font-weight: normal;
}
.desc hr {
  opacity: 0.5;
}
.below {
  text-decoration: none;
  margin-top: 21px;
  font-size: 10px;
  opacity: 0.7;
}
#loading {
  display: block;
  font-size: 18px;
  padding: 50px 20px;
}
#loading .fa {
  margin-right: 8px;
}
#step1 {
  padding: 25px 20px 20px;
}
#step2 {
  display: none;
  padding: 20px;
}
#step2 .mini-form {
  text-align: left;
}
#step2 .mini-form .user-rollup img {
  border-radius: 999px;
  height: 70px;
  margin-right: 10px;
  float: left;
}
#step2 .mini-form .user-rollup .name {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -4px;
  padding-top: 6px;
}
#step2 .mini-form .user-rollup .edit-link {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
#step2 .mini-form .form {
  clear: both;
  text-align: left;
  margin: 20px 0;
}
#step2 .big-form {
  display: none;
  text-align: left;
}
#step2 .big-form .content-button {
  margin-left: 15px;
}
#step2 .big-form .twitter-typeahead {
  display: block !important;
}
#step2 .big-form .tt-dropdown-menu {
  background: white !important;
  border: 1px solid #bbb;
  text-align: left;
  width: 100%;
  box-shadow: 0 2px rgba(0, 0, 0, 0.08), 0 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 5px 5px;
}
#step2 .big-form .city-suggestion {
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
  color: black !important;
  text-shadow: none !important;
}
#step2 .big-form .city-suggestion:hover {
  background: #eee;
}
#step2 .big-form .city-suggestion:active {
  background: #ddd;
}
#step2 .big-form .city-suggestion .tt-cursor {
  background: #eee;
}
#step2 .content-button {
  font-size: 14px;
  padding: 10px 25px;
}
#CASLfooter {
  text-align: left;
  font-size: 9px;
  opacity: 0.75;
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}
.powered-by {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.powered-by img {
  width: 172px;
  padding: 12px 15px;
}
.legal-footer {
  display: table-row;
}
.legal-footer a {
  opacity: 0.8;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 10px;
  display: inline-block;
}
.legal-footer a:hover,
.legal-footer a :focus {
  text-decoration: none;
  opacity: 1;
}
.legal-footer a:active {
  opacity: 0.5;
}
@media all and (max-width: 525px) {
  .content-body {
    padding: 0;
  }
  .content-body .content-wrapper {
    width: 100%;
  }
  .content-body .content-wrapper .form-group {
    margin-bottom: 0;
  }
  .content-body .content-wrapper .form-group label {
    margin-top: 15px;
  }
  .content-body .content-wrapper .form-group .col-xs-6 {
    width: 100%;
  }
  .content-body .content-wrapper .content-button:not(.button-small) {
    width: 100%;
  }
  .content-body .content-wrapper .big-form .content-button {
    margin-top: 20px;
    width: auto;
    display: block;
    margin-right: 15px;
  }
}
