html,
html a,
html .btn {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body {
  height: 100%;
}

body {
  color: #333;
}

.container {
  max-width: 1020px !important;
  min-width:320px !important;
}

.landing-alert {
  background-color: #000;
  color: #fff;
  line-height: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
.landing-alert a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.placeholder {
  color: #999;
  opacity: 1;
}

.seo-hide, .control-label-icon, .form-sticker {
  overflow: hidden;
}
.seo-hide:before, .control-label-icon:before, .form-sticker:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.text-center {
  text-align: center;
}

.text-small {
  font-size: 80%;
}

.navbar {
  background-color: #fff;
}

.navbar-brand {
  padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #97b90b;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #789408;
}

.form, .form-result, .form-message {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  margin-top: 30px;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 1000;
}
.form .btn-primary, .form-result .btn-primary, .form-message .btn-primary {
  margin-top: 20px;
}

.form-legend {
  border: 0;
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

.form-result {
  display: none;
}
.form-result .form__legend {
  font-weight: bold;
}
.form-result .form__message {
  text-align: center;
}

.form-group {
  margin-bottom: 0;
  position: relative;
}
.form-group input, .form-group select {
  font-size: 12px;
  box-shadow: none;
}

.form-control {
  font-weight: bold;
  margin-bottom: 6px;
}

.help-block {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px;
  text-align: center;
}

.control-label-icon {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs") no-repeat 0 0;
  z-index: 1001;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
}

.input-feedback, .input-feedback-loader {
  background-position: 0 -192px;
  background: transparent url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs") no-repeat right top;
  z-index: 1002;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 34px;
}

.input-feedback-loader {
  background: url("../img/loader.gif") no-repeat center center;
}

body {
  background: #f3f2f0 url("../img/bg.jpg") no-repeat center top;
  padding-top: 30px;
}

.header {
  background-color: #fff;
  border-top: 1px solid #efeeec;
  padding: 30px 0;
}
.header a {
  outline: none;
}

.header-message {
  color: #525252;
  text-align: right;
  font-size: 22px;
  margin: 10px 0 0;
}
.header-message strong {
  color: #97b90b;
}

.section-a, .section-b, .section-b-unsub {
  background: #d9e1ec url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs") no-repeat left 0;
  min-height: 520px;
}

.section-a {
  background-image: url("/img/section-a.jpg");
}

.section-b {
  background-image: url("/img/section-b.jpg");
}

.section-b-unsub {
  background-image: url("/img/section-b-unsub.jpg");
}

.form, .form-result, .form-message {
  border: 1px solid #9bcfcb;
  margin-top: 106px;
  padding-top: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form .checkbox, .form-result .checkbox, .form-message .checkbox {
  font-size: 11px;
}
.form .checkbox a, .form-result .checkbox a, .form-message .checkbox a {
  color: #525252;
  text-decoration: underline;
}

.form-sticker {
  background: transparent url("/img/sticker.png") no-repeat center 0;
  height: 152px;
  width: 250px;
  position: absolute;
  top: -90px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  margin-left:auto;
  margin-right:auto;
}

.form-legend {
  color: #97b90b;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}

.form-message {
  display: none;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}
.form-message .form-legend {
  color: #525252;
  font-size: 24px;
  line-height: 28px;
}
.form-message strong {
  color: #97b90b;
}

.form-again,
.form-success,
.form-failure {
  display: none;
}

input[name="email"] {
  background: url("/img/icon-email.png") no-repeat 10px center;
  padding-left: 35px;
  border-width: 2px;
}
input[name="email"]:focus {
  border-color: #97b90b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
}

input[name="name"] {
  background: url("/img/icon-name.png") no-repeat 10px center;
  padding-left: 35px;
  border-width: 2px;
}

input[name="name"]:focus {
  border-color: #97b90b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
}

.btn-primary {
  margin-top: 0 !important;
  background-color: #e0002f;
  background-color: #e0002f;
  background-image: -webkit-linear-gradient(#e0002f, #b30025);
  background-image: linear-gradient(#e0002f, #b30025);
  border: 0;
  color: #fff;
  font-weight: bold;
}
.btn-primary:hover {
  background: #b30025;
}
.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background: #e63358 !important;
}
.btn-primary:focus {
  background: #9c0020;
  overflow: hidden;
}

.checkbox label, .radio-inline label {
  cursor: pointer !important;
}
.checkbox input, .radio-inline input {
  margin-top: 3px;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ed5f5e;
}
.has-error .form-control a,
.has-error .form-control:focus a {
  color: #ed5f5e;
}

.footer-copyright {
  background-color: #dcdcdc;
  color: #525252;
  font-size: 12px;
  line-height: 40px;
  padding-top: 2px;
  text-align: center;
}
.footer-copyright a {
  color: #525252;
  font-weight: bold;
}

.footer-info {
  color: #858585;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 30px;
  text-align: center;
}
