body {
    font-size: 1em;
    font-family: arial, helvetica, sans-serif;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.subscribe-form {
    
}

.subscribe-form:before,
.subscribe-form:after {
    content:' ';
    display: table;
}

 .subscribe-form:after {
    clear: both;
}

.form-control {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 3px;
    border: 0;
    outline: 0;
}

.form-control-email {
    border: 1px solid #c2c2c2;
}

.form-control-submit {
    color: #fff;
    background: #e2583a;
    font-weight: 700;
    outline: 0;
    border: 0;
    text-align: center;
    cursor: pointer;
}

p.error {
    font-size: 80%;
    display: inline-block;
    background: #E27167;
    color: #fff;
    padding: 5px;
}

p.success {
    font-size: 80%;
    display: inline-block;
    background: #3AA000;
    color: #fff;
    padding: 5px;
    margin: 2px 0;
}

.tip {
  position: relative;
  overflow: visible;
}

.has-error {
  border-color: #f66;
}

.tip:after {
  display: block;
  content: " ";
  position: absolute;
  right: -2px;
  top: -13px;
  background: #f66;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.modal-wrapper {
    width: 500px;
    height: 500px;
    position:relative;
}

.modal-text {
    margin: 10px 0 10px 33px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 29px;
    position: absolute;
    top: 152px;
    width: 309px;
}

#etformModal {
    position: absolute;
    top: 320px;
}

.email-left-col {
    margin: 10px 0 10px 33px;
}

.email-right-col {
    margin: 10px 0 10px 33px;
}

.input-email-modal {
    font-size: 18px;
    width: 300px;
    padding: 5px;
    border: 1px solid #a2a2a2;
}

.button-primary {
    display: inline-block;
    background: #E2583A;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border-radius: 3px;
}

.error {
    font-size: 80%;
    background: #E27167;
    color: #fff;
    padding: 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
}

.error h4 {
    margin: 0 0 5px 0;
}

.error p {
    margin: 0;
}

.success-or-text {
    display: inline-block;
    margin: 0 10px;
}

.modal-guide-box {
    margin-top: 20px;
    padding: 10px 10px 10px 30px;
    border-top: 1px solid #cacaca;
    background: #f5f5f5;
}

.modal-guide-box:after {
    clear: both;
    content: " ";
    display: table;
}

.modal-guide-box img {
    float: right;
}

.modal-guide-box h1 {
    margin: 10px 0 0 0;
    font-weight: normal;
}

.modal-guide-box h1 span {
    font-weight: bold;
}

.modal-guide-box ul {
    padding-left: 20px;
}

.modal-guide-box ul li {
    padding: 3px 0;
    font-size: 14px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    text-align: center;
    outline: 0;
    border-radius: 3px;
}

.btn-primary {
    background: #e2583a;
    color: #fff;
}
