.zip_widget_esy_container {
    background: #0a63a2 none repeat scroll 0 0;
    border-top: 5px solid var(--primary-color)!important;
    padding: 15px 15px 30px;
}

.zip_widget_esy_container {
    background: #44a08d !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #44a08d, #093637)!important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #44a08d, #093637)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.zip_widget_esy_title {
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 24px!important;
    font-weight: 600!important;
    letter-spacing: 0;
    line-height: 115%;
    margin-bottom: 8px;
    padding-bottom: 9px;
}

.zip_widget_esy_container p {
    color: #fff;
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.zip_widget_esy_container input[type="submit"] {

    background: #B70000!important;

}

.esy_request_button {
  background: #333 !important;
}