/*******************************************************
 * 
 * FRONT PAGE FTF SIGN-UP 
 *
 *******************************************************/
 
 #bottom-banner {
    border-top: 1px solid #074c73;
    bottom: 0;
    background-color: #296e95;
    display: none;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

#bottom-banner .icon-at_symbol,
#bottom-banner .icon-document_download {
  color: #3b81a3;
  display: block;
  font-size: 60px;
  margin-top: 18px;
  text-align: right;
}

 #bottom-banner p.thank-you-message {
  text-align: center;
}

 #bottom-banner p,  #bottom-banner p.thank-you-message em {
  color: #fff;
  font-family: "kepler-std-n4", "kepler-std", serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
}

 #bottom-banner p em {
  font-size: 40px;
}

 #bottom-banner .stage-2 {
  margin-top: 10px;
  display: none;
}

 #bottom-banner .btn-close-container {
  right: 5px;
  position: absolute;
  top: 5px;
  z-index: 100001;
}

 #bottom-banner button.btn-close {
  color: #32779A;
}

.stage-1 input, .stage-1 button {
  margin-top: 30px;
}

#bottom-banner .btn-default[disabled] {
  background: #d7631f;
}

#bottom-banner label {
  color: #fff;
}


/*******************************************************
 * 
 * GATE Overrides 
 *
 *******************************************************/

.modal-body #bottom-banner {
  display: block;
  position: relative;
  opacity: 1;
  border-top: 6px solid #074c73;
}

.modal-body #bottom-banner .stage-2 {
  display: block;
}

#bottom-banner .icon-document_download {
  color: #fff;
}

#gate-modal .modal-body {
  padding: 0;
}

#gate-modal .modal-footer {
  margin-top: 0;
}

#gate-modal .stage-1 p {
  padding-left: 15px;
}

#gate-modal #bottom-banner .btn-close {
  border: 4px solid #074c73;
  position: absolute;
  top: -22px;
  left: -14px;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 2px;
  color: #074c73;
}

#gate-modal .btn-primary {
  background-color: #78b871;
  padding: 6px 30px;
  font-size: 18px;
}