#errorMsg {
    display:none;
}
#successMessage {
    display:none;
}
.message-view{
    left: 50%;
    margin-left: -278px;
    position: fixed;
    top: 20% !important;
    width: 556px;
    z-index: 1000;
    margin-top: 25px;
}
#help-block {
    background: #dbdbdb;
    color: #414141;
    border-top: 8px solid #ee793e;
    border-right: none;
    border-left: none;
}
#help-block  .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ee793e;
}
#help-block .btn {
    background: #74a1ab;
}
#help-block .form-control {
    border: 1px solid #c0c0c0;
    color: #7c7b7b;
    font-style: italic;
}
#help-block .form-title {
    font-size: 26px;
    margin: 0 0 25px;
}
#help-block .chk {
    margin-top: 3px;
}
#help-block .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ee793e;
}
#help-block .subscribe-text span {
    font-family: Helvetic;
    font-weight: 100;
    color: #7c7b7b;
}
#successMessage {
    padding: 10px;
    background: #cd3a30;
    color: #fff;
    border: none;
    font-size: 18px;
    text-align: center;
    text-shadow: none;
}
@media (max-width:767px) {
    #help-block  .subscribe-text {
        width: 90%;
        text-align: left;
    }
    #help-block {
        padding: 19px 0px;
    }
    #help-block .form-title {
        font-size: 20px;
    }
}