body{margin:0;}

body, .main-wrap { background-color: #ebebeb; width: 100%; -webkit-text-size-adjust: 100%; }

.bc-footer-signup-label {
  text-transform: uppercase;
  color: #8a898a;
  font-size: 12px;
  font-family: 'Gotham A','Gotham B','Helvetica',Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

form{
  margin-bottom: 5px;
}

.bc-footer-signup-input .email-input {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.bc-footer-signup-input #txtMailingList {
  width: 265px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Gotham A','Gotham B';
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  height: 42px;
  padding: 12px 95px 12px 10px;
  border: 1px solid #696767;
  outline: none;
  outline-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;

}

.bc-footer-input-wrapper{
  position: relative;
}

.bc-footer-signup-input #btnMailingList {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 42px;
  width: 85px;
  font-family: 'Gotham A','Gotham B';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  background-color: #696767;
  color: white;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;

}

.bc-footer-signup-input #btnMailingList:hover{
  background-color: #666;
}

.bc-footer-signup-thanks {
  text-transform: uppercase;
  color: #696767;
  font-size: 12px;
  font-family: 'Gotham A','Gotham B','Helvetica',Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  margin: 13px 0;
}

.bc-lightbox-signup-validate {
  visibility: hidden;
  margin-bottom: 5px;
  color: #E01234;
  font-family: 'Gotham A','Gotham B','Georgia';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;

}