@media only screen and (min-width:640px)  {
  #emailMobile {
    display:none;
  }

  #emailSignup  {
    display:inline-block !important;
    font-family:"GraphikWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 1em;
    font-size: 16px;
    float:right;
    margin:13px -40px 0 0;
  }

  #emailSignup > a:hover,  #emailSignup > a:focus {
    color:#767676;
  }
  #mailIcon {
      font-size:26px;
      vertical-align: bottom;
  }
}

#cylabBannerLink{
   font-weight:500;      
}


#emailSignup {
  display:none;
}

a.noborder {
 border: none !important;   
}


.topNotify{
    display:block;
    padding:15px;
    font-size:20px;
    text-align:center;
    width:100%;
    font-family:GraphikWeb,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#saveDate{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background-color:#fc9a00;
    -moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.6);
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.6);
    box-shadow:0 2px 10px 0 rgba(0,0,0,.6);
    z-index:9999;
    text-align: center;
    font-family: "GraphikWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75em;
    padding:10px 0;
}
#saveSpacer, #saveDate{
    color:#000
}
#saveDate a:hover, #saveDate a:focus{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-weight:500;
}

.prevIssuu a img {
    border: 1px solid #000;
}