﻿@charset "utf-8";

/* New footer sign up box with social media icons */

.footer-signup {
    width: 40%;
    float: left;
    display: block;
    position: relative;
    /*background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    display: block;
    /*border: 1px solid #ccd3dc;*/
}
@media (min-width: 768px) and (max-width: 795px) {
    .footer-signup {
        width: 35%;
    }
}
@media (min-width: 768px) {
    .footer-signup:after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 1px;
        background: rgba(64,64,64,0.15);
    }
}
@media (max-width: 767px) {
    .footer-signup {
        width: 100%;
        float: none;
    }
    .sign-email, .sign-name {
        width: 35%;
        float: left;
        margin-right: 2%;
    }
    .sign-submit {
        width: 30%;
        float: left;
        margin-top: 5px!important;
    }
    .sign-social {
        clear: both;
    }
}
@media (max-width: 550px) {
    .footer-signup {
        width: 100%;
        float: none;
    }
    .sign-email, .sign-name {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .sign-submit {
        width: 100%;
        float: none;
        margin-top: 5px!important;
    }
    .sign-social {
        clear: both;
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    .footer-signup {
        border-bottom: 1px solid rgba(77, 77, 77, 0.2);
        padding-bottom: 15px;
    }
    #footer .roundCorner {
        margin-top: 15px;
    }
}
.sign-up-box {  
    display: block;
    height: auto;
    overflow: auto;
}
.sign-up-top p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 145%;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;    
    color: #404040;
    /*margin-bottom: 14px;*/
}
.sign-up-top {
    /*background: #567aa2;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/   
}
.sign-up-bottom {
    margin-left: 10px;
    margin-right: 10px;        
}
.sign-email,
.sign-name {
    margin-bottom: 10px;    
}
.sign-submit {
    width: 85px;
    margin: 17px 0 0 0;    
}
.sign-social {
    margin-top: 14px;
    width: 100%;
}
.login-btn {
    display: block;
    background: url("../images/news-letter/submit_btn.jpg") no-repeat;
    color: #575755;
    /*background: #eee;*/
    width: 88px;
    height: 28px;  
    background-position: 0 0;    
    border: none;
    font-weight: bold;
}
.login-btn:hover {
     /*background: #d9d9d9;*/
     cursor: pointer;
}
.sign-email label,
.sign-name label {
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    color: #404040;
    font-weight: bold;    
}
.sign-email input,
.sign-name input {
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px !important;       
    padding: 6px 5px 6px 5px; 
    border: 1px solid #d0d0d0;
    width: 95%;  
    background: rgba(255,255,255,.5);
    /*color: #404040;*/   
    color: #000;
}
.blue-star {
    color: #3571b5;
}
.sign-disclaimer {
    margin-top: 10px;    
}
.sign-disclaimer p {
    color: #404040;
    font-style: italic;
    margin-bottom: 12px;
    line-height: 1.3em;    
}
.social-facebook,
.social-twitter,
.social-youtube,
.social-linkedin,
.social-instagram {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.social-facebook {
    width: 32px;
    height: 32px;
    background: url("../images/social-media/epson-facebook.jpg") no-repeat;
    display: block;
    float: left;
}
.social-twitter {
    width: 31px;
    height: 32px;
    background: url("../images/social-media/epson-twitter.png") no-repeat;
    display: block;
    float: left;
    margin-left: 15px;
}
.social-youtube {
    width: 32px;
    height: 32px;
    background: url("../images/social-media/epson-youtube.jpg") no-repeat;
    display: block;
    float: left;
    margin-left: 15px;
}
.social-linkedin {
    width: 32px;
    height: 32px;
    background: url("../images/social-media/epson-linkedin.jpg") no-repeat;
    display: block;
    float: left;
    margin-left: 15px;
}
.social-instagram {
    width: 32px;
    height: 32px;
    background: url("../images/social-media/epson-instagram.png") no-repeat; display: block;
    float: left;
    margin-left: 15px;
}
.priv-policy-link {
    color: #404040!important;
    text-decoration: underline;   
}
.priv-policy-link:hover {
    color: #44b1f3!important;
    text-decoration: none;
}
.opt-in-form,
.opt-in-error,
.opt-in-thankyou {
    display: none;
}
.opt-in-noscript, .opt-in-thankyou {
    color: #000;
    /*width: 475px;*/
}
.opt-in-thankyou {
    margin: 0;
    position: relative;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;    
}
.opt-in-thankyou strong,
.opt-in-thankyou p {
    line-height: 18px;
}
.footer-opt-in .opt-in-error {
    margin: 0;
    position: relative;
    top: -10px;
}
.opt-in-thankyou strong {
    color: #000;    
}
 

.footer-signup label.error {
    color: #f00; 
    display: block; 
    font-family: 'Arial', sans-serif;
    padding: 0 0 0 30px; 
    margin: 25px 0 25px 0; 
    background: url('/common/img/icon_exclamation.gif') no-repeat 0 0; 
    line-height: 25px; 
    clear: both; 
    width: 100%; 
    float: none;
}  
.error {  
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
#error-msg {   
    color: red;
}
.sign-up-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
.sign-up-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a9a9a9;
   opacity:  1;
}
.sign-up-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a9a9a9;
   opacity:  1;
}
.sign-up-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a9a9a9;
}
.sign-up-box input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #a9a9a9;
} 
    