#stayConnected { background-color: #EBEFF2; border-top: 1px solid #E9ECEE; color: #333333; position: relative; font-weight: 700; padding: 0em 999px; margin: -1px -999px 0; line-height: 90px;}
    #stayConnected .signUp { text-transform: uppercase; line-height: 100px; margin-left: 8.33%; font-size: 15px;}
    #stayConnected .getConnected { margin-left: 4em; background-color: #0069BC; text-transform: uppercase; text-align: center; width: 170px; height: 40px; vertical-align: middle; display: inline-block; font-size: 14px; color: #FFFFFF; font-weight: 400; cursor: pointer; position: relative; text-decoration:none; transition: 0.25s; line-height: 40px;}
    
#stayConnected .getConnected i {  display: inline-block; position: relative; top: -1px; color: #2ac5fe;  padding-left: 1em;  opacity: 0;  margin-right: -20px;  transition: 0.25s;  filter: alpha(opacity=0);    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
#stayConnected .getConnected:hover i {
    opacity: 1; 
    margin-right: 0;
    color: #FFFFFF;
    filter: alpha(opacity=100);    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#stayConnected .getConnected:hover {
    background-color: #00569A;
    /* padding: 7px 20px; */
}
#stayConnected .stayConnectedIcons { float: right; line-height: 100px; text-transform: uppercase; margin-right: 8.33%;}
        #stayConnected .stayConnectedIcons > span {
    margin-right: 2em;
 
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
}
        #stayConnected .stayConnectedIcons a { color:#333333; font-size: 1.75em; padding: 0 1em; vertical-align: middle;}
        #stayConnected .stayConnectedIcons a span { transition:0.25s; top:0; display: inline-block; position: relative;}
        #stayConnected .stayConnectedIcons a:hover span { color:#0069BC; top: -3px; }
    #stayConnected .socialIcon { display: inline-block; background-image: url('images/Social_Icons_Sprite_Gray.png'); background-repeat: no-repeat; vertical-align: middle; position: relative; margin-left: 2em; }
    #stayConnected .socialIconFacebook { width: 13px; height: 23px; margin-top: -3px; }
    #stayConnected .socialIconTwitter { width: 21px; height: 23px; margin-top: -3px; background-position: -44px 0; }
    #stayConnected .socialIconInstagram { width: 21px; height: 23px; margin-top: -3px; background-position: -95px 0; }
    #stayConnected .socialIconPinterest { width: 21px; height: 23px; margin-top: -3px; background-position: -145px 0; }

@media screen and (max-width:1350px) {
    #stayConnected{text-align:center;}
    #stayConnected .stayConnectedIcons{float:none;margin-right: 0;}
    #stayConnected .signUp{margin-left:0;}
}

@media screen and (max-width:670px) {
    #stayConnected .signUp{display:block; line-height: 1.4em; margin: 39px auto -2px;font-size: 12px;max-width: 132px;}
    #stayConnected .getConnected{margin-left:0;}
    #stayConnected .stayConnectedIcons > span {display:block; line-height:normal; margin: 52px 0 -20px 0;font-size: 12px;}
    #stayConnected .stayConnectedIcons a{padding: 0.5em 1em 1em 1em;font-size: 24px;display: inline-block;}
}

@media screen and (max-width:450px) {
    #stayConnected .stayConnectedIcons a{padding: 0em 0.5em 0.5em 0.5em;}
}
