#squeeze {
  max-width: 30rem;
  width: 100%;
  height: auto;
  display: block;
  float: none;
}

#squeeze.noFloat {
  display: block;
  margin: 30px auto;
  float: none;
}

#squeezeInner {
  background-color: #c3161b;
  min-height: 25rem;
  position: relative;
  padding-bottom: 1.25rem;
}

.squeezeSlide {
  padding: 0;
  display: none;
}

.squeezeSlide:first-of-type {
  display: block;
}

.squeezeSlide h1 {
  font-family: roboto, open sans, helvetica, arial, sans-serif;
  text-align: left;
  border-radius: .5rem .5rem 0 0;
  color: #fff;
  padding: 1rem 1rem 0;
  font-size: 1rem;
  line-height: 1.4;
}

.squeezeSlide p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}

.squeezeSlide .options {
  padding: 0 0 .5rem;
  margin: 1rem;
}

.squeezeSlide .options .option {
  padding: .5rem;
  font-size: 1rem;
  margin: .25rem 0;
  line-height: 2rem;
  min-height: 3.5rem;
  font-family: roboto, open sans, helvetica, arial, sans-serif;
  font-weight: 500;
  color: #e8e8e8;
  background-color: #af1318;
  border: 1px solid #af1318;
}

.squeezeSlide .options .option:hover {
  cursor: pointer;
  border: 1px solid #ccc;
}

.squeezeSlide .options .option:hover .optLetter {
  background-color: #d39959;
}

.squeezeSlide .options .option input {
  display: none;
}

.squeezeSlide .options .option .optLetter {
  font-family: roboto, open sans, helvetica, arial, sans-serif;
  margin-right: 1rem;
  margin-bottom: 1.25rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 2rem;
  float: left;
  border-radius: 2rem;
  background-color: #505c45;
  cursor: pointer;
}

#lgenMessage {
  display: none;
}

#lgenPx {
  height: 0;
  width: 0;
  overflow: hidden;
}

#squeezeError {
  display: none;
  color: #fff;
  background-color: #ff4b3d;
  margin: 10px 0;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  height: 38px;
}

#squeezeFooter {
  padding: 20px;
  text-align: center;
}

#squeezeFooter,
#squeezeOptInFooter {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 10px;
}

#squeezeOptInFooter {
  text-align: center;
  line-height: 1.3;
  display: none;
  font-size: 10px;
  padding: 0;
  background-color: #90060a;
}

#squeezeOptInFooter p {
  padding: 10px;
  font-size: 11px;
}

#squeezeDisclaimer {
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  background-color: #222;
  padding: 8px 5px;
}

#squeezeLoading {
  display: none;
  text-align: center;
}

#squeezeLoading img {
  width: 100px;
  cursor: pointer;
}

#squeezeLoading p {
  color: #fff;
  font-size: 13px;
  margin-top: 0;
}

#optIn {
  display: none;
}

#optIn h1, #optIn p{
      font-family: roboto, open sans, helvetica, arial, sans-serif;
      color:#fff;
      text-align:center;
}


#optIn form {
  margin: 10px 20px;
}





#optInButton {
  max-width: 100%;
  cursor: pointer;
  color: #111;
  background-image: linear-gradient(to top, #c3a748 3%, #fcdd68);
  border: solid 1px #0f1d4c;
  padding: .5rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
  display: block;
  font-weight: 700;
}

#optInButton:hover {
  background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
}

#progress {
  height: 6px;
  border-radius: 3px;
  margin: 10px 20px;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

#progressInner {
  height: 6px;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #0f312d;
}


