#popup-message-background {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 100;
}

#popup-message-window {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    overflow: visible;
    background: #ffffff;
    z-index: 200;
    padding: 20px;
    font-size: 15px;
}

#popup-message-window h1.popup-message-title {
    text-align: left;
    color: #f8b238;
    font-size: 30px;
    font-family: "DaxWeb",sans-serif;
    margin-bottom: 20px;
    line-height: 100%;
    position: relative;
}

#popup-message-window h1.popup-message-titlebeforeNONE{
    content: " ";
    display: block;
    position: absolute;
    top: -73px;
    left: -29px;
    background: url("headline.png");
    width: 390px;
    height: 69px;
}


#newsletter-image{
    display: block;
    margin-bottom: 10px !important;
}

#popup-message-close {
    font-size: 18px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6a941f;
    font-weight: 700;
    display: block;
    cursor: pointer;
}


#popup-message-content h4{
    text-align: left;
    font-size:15px;
    font-family: "Ubuntu",sans-serif;
    color: #6a941f;
}


#mc-embedded-subscribe-form .mc-field-group label{
    text-transform: uppercase;
    color: #6a941f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25em;
    font-family: "Ubuntu";
    margin-bottom: 6px;
}

#mc-embedded-subscribe-form .mc-field-group input{
    background: rgba(255, 255, 255, 0.2);
    color: #6a941f;
    border: 2px solid #6a941f;
    padding: 10px;
    width: 271px;
}

#mc-embedded-subscribe{
   border: 0;
    cursor: pointer;
    padding: 16px 20px;
    display: inline-block;
    background: rgb(131,168,62);
    background: -moz-linear-gradient(top, rgba(131,168,62,1) 0%, rgba(95,133,28,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,168,62,1)), color-stop(100%,rgba(95,133,28,1)));
    background: -webkit-linear-gradient(top, rgba(131,168,62,1) 0%,rgba(95,133,28,1) 100%);
    background: -o-linear-gradient(top, rgba(131,168,62,1) 0%,rgba(95,133,28,1) 100%);
    background: -ms-linear-gradient(top, rgba(131,168,62,1) 0%,rgba(95,133,28,1) 100%);
    background: linear-gradient(to bottom, rgba(131,168,62,1) 0%,rgba(95,133,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83a83e', endColorstr='#5f851c',GradientType=0 );
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
    font-family: 'Ubuntu';
    width: 593px;
    text-align: center;
}

#mc-embedded-subscribe:hover{
    background: rgb(250,197,88);
    background: -moz-linear-gradient(top, rgba(250,197,88,1) 0%, rgba(223,160,49,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,197,88,1)), color-stop(100%,rgba(223,160,49,1)));
    background: -webkit-linear-gradient(top, rgba(250,197,88,1) 0%,rgba(223,160,49,1) 100%);
    background: -o-linear-gradient(top, rgba(250,197,88,1) 0%,rgba(223,160,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,197,88,1) 0%,rgba(223,160,49,1) 100%);
    background: linear-gradient(to bottom, rgba(250,197,88,1) 0%,rgba(223,160,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac558', endColorstr='#dfa031',GradientType=0 );
}


#mc_embed_signup_scroll{
    width: 100%;
}

#mc_embed_signup_scroll .mc-field-group{
    display: inline-block;
    margin-bottom: 10px;
}

#mce-EMAIL{
    width: 570px !important;
}

#popup-message-content p.small{
    font-size:12px;
    margin-top: 15px;
}

#popup-message-content a{
  color: #3d6b21;
}

#popup-message-content a:hover{
    color: #f8b237;
}


