   #news-signup{
              position: fixed;
              width: 100%;
              visibility: hidden;
              z-index: 10002;
              top: 1px;
              opacity: 0;
              -webkit-transform: scale(0.5);
              transform: scale(0.5);
              -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
              transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
          }
          #news-signup .wrapper {
              background: #000;            
              position: relative;
              margin: 0 auto;
              text-align: center;
              padding: 0;
              -moz-border-radius: 3px;
              box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
              width: 98%
          }
          #news-signup_bg {
               visibility: hidden;
               position: fixed;
               top: 0;
               left: 0;
               width: 100%;
               height: 100%;
               background-color: #000;
               opacity: 0.7;
               z-index: 10001;
           }
          #news-signup_close {
              position: absolute;
              left: 100%;
              margin: 7px 0 0 -60px;
              width: 50px;
              height: 50px;
              color: #fff;
              opacity: 1;
              cursor: pointer;
          }

          #news-signup_close::before {
              content: "×";
              font: 400 50px/1em 'Roboto Slab', serif;
          }

          #news-signup_close:hover {
              opacity:0.8;
          }

          #news-signup .newsletter-content {
              padding: 30px 3px;
              margin: 0 auto
          }
          #news-signup .newsletter-content h2 {
               font: 300 24px/1em 'Roboto Slab', serif;
              color: #fff!important;
              text-align: center;
              margin: 0 auto 15px;
              font-weight: bold;
font-size: 37px;
          }
          #news-signup .newsletter-content p {
              margin: 0 auto 25px;
              font: 300 16px/1em 'Roboto Slab', serif;
              color: #ccc;
              font-size: 18px;
          }
      
          #news-signup .newsletter-content p.footnote {
              opacity: 1;
color: #fff;
font-size: 16px;
margin-top: 20px !important;
margin-bottom: 0 !important;
          }

          @media screen and (min-width: 990px){
              #news-signup .wrapper {
                  width: 990px;
                  margin: 7% auto;
                  padding: 0;
              }          
          }


/* Popup content */

.thumbnails, .thumbnails_main_img {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin: 5px;
}
.topStoryText2 {
    font-size: 19px;
    bottom: 12px;
    margin: 0 12px;
    line-height: 22px;
}
.topStoryText1, .topStoryText2 {
    position: absolute;
    z-index: 200;
    font-weight: 600;
    color: inherit;
}
.topStory, .topStoryMain {
    color: 
    #fff;
    line-height: 1.75em;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.topStoryGradient {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: transparent;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 85%,rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(3%,rgba(0,0,0,0)),color-stop(40%,rgba(0,0,0,0)),color-stop(85%,rgba(0,0,0,0.75)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 85%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 85%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 85%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,
rgba(0,0,0,0) 3%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 85%,
    rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=0 );
}
.topStory, .topStoryMain {
    color: 
    #fff;
    line-height: 1.75em;
}

.thumbnails:hover, .thumbnails_main_img:hover, .thumbnails:active, .thumbnails_main_img:active, .thumbnails:focus, .thumbnails_main_img:focus {
    color: 
    #f1e4c9;
}

.topStory:hover, .topStoryMain:hover {
    filter: brightness(109%);
    -webkit-filter: brightness(109%);
    text-shadow: 1px 1px 1px 
    #111;
    transform: scale(1.04);
}

#news-signup table {
  table-layout: fixed;
  width: 100%;
}

#news-signup img {
  height: auto;
  display: block;
  padding: 0;
  width: 100%;
}

#news-signup a:visited {
  color: #fff;
}