.mktoForm {
  width: 100% !important;
  height: 50px !important;
}

.mktoForm .mktoAsterix,
.mktoForm .mktoOffset,
.mktoForm .mktoClear,
.mktoForm .mktoGutter,
.mktoForm .mktoError,
.mktoForm label {
  display: none !important;
}

.mktoForm .mktoFormRow {
  float: left !important;
  width: 66% !important;
  height: 50px !important;
}

.mktoForm .mktoButtonRow {
  float: left !important;
  width: 33% !important;
  height: 50px !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0px !important;
    width: 100% !important;
    height: 50px !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button {
  height: 50px !important;
  background-image: none !important;
  width: 100% !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button,
button.link-btn {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif !important;
    background-color: #CCCCCC !important;
    transition: background-color 0.2s ease !important;
    -webkit-transition: background-color 0.2s linear !important;
    -moz-transition: background-color 0.2s linear !important;
    -o-transition: background-color 0.2s linear !important;
    -ms-transition: background-color 0.2s linear !important;
    border: 0 !important;
    padding: 10px !important;
    cursor: pointer !important;
    outline: none;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button:hover,
button.link-btn:hover {
    background-color: #01a2eb !important;
    -webkit-transition: background-color 0.2s linear !important;
    -moz-transition: background-color 0.2s linear !important;
    -o-transition: background-color 0.2s linear !important;
    -ms-transition: background-color 0.2s linear !important;
    transition: background-color 0.2s linear !important;
}

.mktoForm .mktoFormRow .mktoFormCol,
.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
  width: 100% !important;
  height: 50px !important;
  margin-bottom: 0px !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
  width: 100% !important;
  height: 50px !important;
  background-color: #f2f2f2 !important;
  color: #666 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: 'HelveticaNeueW01-76Bold', sans-serif !important;
  border: 0px !important;
  padding: 0px 2% !important;
  outline: none !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal .modal-content {
  position: relative;
  margin: 5% auto;
  padding: 30px;
  width: 60%;
  height: auto;
  background-color: white;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.modal .modal-content #modal-close {
  position: absolute;
  top: 37px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/modal-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.modal .modal-content #modal-close:hover,
.modal .modal-content #modal-close:focus {
    cursor: pointer;
}

.modal .modal-content #modal-title {
  width: 40%;
  top: -35px;
}

.modal .modal-content #modal-title span {
  width: 66% !important;
}

.modal .modal-content #modal-body {
  font-size: 16px;
  width: 100%;
}

.modal .modal-content #modal-ok-btn {
  margin-top: 30px;
  width: 100%;
  height: 50px;
}

#subscribe-form-error {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-family: 'HelveticaNeueW01-55Roma';
}
