html { background: #fff; }

body { 
   background: #fff; 
   text-align: center; }
   
.wrap { 
   width: 1180px; 
   position: relative; }

   
header { 
   padding: 25px 0;
   position: absolute; 
   height: 40px;
   background-color: rgba(255, 255, 255, .7);
   width: 100%;
   top: 0;}
  
header #logo {
   text-align: center;
   margin: 0 auto;
   }

span.return {
   position: absolute;
   top: 35px;
   right: 5%;
   font-weight: 600; }
  
.pad {
   padding: 10px; }
  
/* Site Footer
------------------------------------ */

#signup {
   background: #dadada;
   width: 1120px;
   padding: 20px 30px;
   font-weight: 300;
   margin-bottom: 40px;
}

#signup h2 { 
   color: #0073ac;
   font-size: 24px;
   font-weight: 300;
   float: left;
   margin-top: 5px; }
   
#signup form {
   float: right; }
   
#subscribe-response {
    font-size: 24px;
    margin-top: 5px;
    /* text-transform: uppercase; */
    color: #0073ac;
}

footer { padding: 20px 0; }

footer p { margin: 0 0 .25em; }

footer .paidfor {
  line-height: 1;
  display: inline-block;
  clear: both; }        
