 
.modal-overlay-gated {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

.modal-gated {
  display: block;
  position: relative;
  width: 700px;
  max-height: 90%;
  max-width: 90%;
  min-height: 280px;
  margin: 0 auto;
  background: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 3%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
 
.modal-gated form {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .modal-gated form {
    padding-bottom: 10px;
  }
  }
.modal-gated .winner {
  font-size: 40px;
  text-align: center;
  font-family: 'BrothersOT-Bold', sans-serif;
  color: #467f6c;
  padding: 0;
}
.modal-gated h3 {
  color: #333;
  text-align: center;
}
.modal-gated h4 {
  text-align: center;
  font-size: 1.1em;
}
@media (max-width: 480px) {
  .modal-gated .winner {
    font-size: 29px;
  }
  .modal-gated h3 {
    font-size: 17px;
  }
  .modal-gated h4 {
    font-size: 16px;
  }
}
.modal-gated .restart {
  font-family: "BrothersOT-Bold", sans-serif;
  margin: 30px auto;
  padding: 10px 20px;
  display: block;
  font-size: 30px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  background: #d9521e;
  color: #ffffff;
  border-color: #7c2d0f;
}
.modal-gated .restart.btn-link {
  background: none;
  color: #d9521e;
  border: none;

}
.modal-gated .restart.btn-link:hover {
  background: none;
  border: none;
  color: #d9521e;
}
@media (max-width: 480px) {
  .modal-gated .restart {
    font-size: 19px;
    margin: 10px auto;
  }
  .modal-gated .restart.btn-link {
    margin: 10px auto;
  }
  .modal-gated br {
    display: none;
  }
 
}
.modal-gated .restart:hover {
  background: #7c2d0f;
  border-color: #d9521e;
}
.modal-gated .message {
  text-align: center;
}
.modal-gated .message a {
  text-decoration: none;
  color: #28afe6;
  font-weight: bold;
}
.modal-gated .message a:hover {
  color: #56c0eb;
  border-bottom: 1px dotted #56c0eb;
}
.modal-gated .share-text {
  text-align: center;
  margin: 10px auto;
}
.modal-gated .social {
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
.modal-gated .social li {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.modal-gated .social li:last-child {
  margin-right: 0;
}
.modal-gated .social li a {
  display: block;
  line-height: 50px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.modal-gated .social li a.facebook {
  background: #3b5998;
}
.modal-gated .social li a.facebook:hover {
  background: #4c70ba;
}
.modal-gated .social li a.google {
  background: #D34836;
}
.modal-gated .social li a.google:hover {
  background: #dc6e60;
}
.modal-gated .social li a.twitter {
  background: #4099FF;
}
.modal-gated .social li a.twitter:hover {
  background: #73b4ff;
}

.picked .front, .matched .front {
  -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}
.picked .back, .matched .back {
  background-image: none !important;
  display: none;
}
.modal-gated .btn-primary {
  background: #d9521e;
  color: #ffffff;
  border-color: #7c2d0f;
  font-size:24px;
  padding: .45rem 1rem;margin-top:20px;
}
#cons_email {
  margin-right: 10px;
}
.btn-primary:hover {
  background: #7c2d0f;
  border-color: #d9521e;
}