/* 
    Created on : Mar 22, 2015, 5:22:26 PM
    Author     : Bob Tantlinger <bob.tantlinger@gmail.com>
*/
.mod-NewsletterForm .nl-strip {    
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.mod-NewsletterForm .nl-msg {        
    margin: 0px 0 0 15px;
    padding: 20px 0 25px 95px;    
    background: url('images/email-icon.png') 0px 10px no-repeat;
}


.mod-NewsletterForm .nl-strip h2, .nl-strip h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.mod-NewsletterForm .nl-strip h3 {
    font-size: 16px;
}

.mod-NewsletterForm .nl-form {        
   padding-top: 25px;
}

.mod-NewsletterForm .nl-form input.form-control {
    max-width: 178px;
}