@font-face {
  font-family: 'Benton';
  src: url("http://apps.bostonglobe.com/common/font/benton-bold.woff2") format('woff2'), url("//apps.bostonglobe.com/common/font/benton-bold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Benton';
  src: url("http://apps.bostonglobe.com/common/font/benton-regular.woff2") format('woff2'), url("//apps.bostonglobe.com/common/font/benton-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Miller';
  src: url("http://apps.bostonglobe.com/common/font/miller-regular.woff2") format('woff2'), url("//apps.bostonglobe.com/common/font/miller-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family:Georgia, Times, serif;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.2) 30%, black 100%),
url('http://cache.boston.com/images/globe/email_images/CIRC_876_images/bg-truck.jpg') no-repeat top center;
background-position: cover;
  background-color:black;
  width: 100%;
  padding: 3% 1%;
  height: 100vh;
  display:block;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

p {
  font-family:"Benton",Helvetica,Arial, sans-serif;
  font-size: 21px;
  line-height: 38px;
  color: #fff;
  margin:0;
  text-shadow: 0px 1px 20px #000;
}

a {
  color:#1588AB;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  border-bottom:1px solid rgba(21, 136, 171, 0.3);
}

a.logo, a.logo:hover,img {border:none;}

a:hover, a:focus {
  text-decoration: none;
  color: #1588AB;
  border-bottom:1px solid rgba(21, 136, 171, 1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
  color:#fff;
  margin:0;
  padding:0;
}

h1 {
  font-family:"Miller", Helvetica, Arial, sans-serif;
  font-weight:300;
  font-size:60px;
  margin:15px 0 10px;
}

h2 {
  font-family:Georgia, Times, serif;
  font-weight:lighter;
  font-style: italic;
  font-size:20px;
  margin:50px 0 0 0;
}

h3 {
  font-family:Georgia, Times, serif;
  font-weight:lighter;
  font-style: italic;
  font-size:36px;
  margin:50px 0 20px 0;
}

.container {
  width:500px;
  padding:0 15px;
  margin:0 auto;
  text-align:center;
  vertical-align:center;
}

#email-form {
  width:450px;
  margin:20px auto 0;
}

#email-input {
  background-color: #FFFFFF;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #333;
  font-size: 18px;
  height: 65px;
  line-height: 1.42857;
  padding: 6px 18px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border:none;
  width:100%;
}

#email-input::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

#email-input::-webkit-placeholder, .spotlight-input::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

#email-input::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

#email-input:input:focus {
    outline: none;
    outline: 2px solid blue;
    box-shadow: 0 0 2px #9DBA73;
}

#submit-btn {
  background-color:#5E823B;
  color: #fff;
  width:100%;
  border-radius: 2px;
  border: none;
  font-size: 18px;
  line-height: 1.65em;
  padding: 18px 28px;
  font-weight: 700;
  display: inline-block;
  margin:15px 0 0;
  outline: 0px auto -webkit-focus-ring-color;
}

#submit-btn:hover, #submit-btn:focus, #submit-btn:active, #submit-btn.active {
  background-color: #7B9B5C;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}

.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border-radius: 2px;
  border: none;
}

.btn-wide {
  background-color:#5E823B;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8em;
  padding: 18px 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #7B9B5C;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.sample, .policy {
  font-size:13px;
  color:#fff;
  margin-top:10px;
  display:inline-block;
  margin:0;
}

.sample {
  float:left;
}

.policy {
  float:right;
}

.sample a, .policy a {
  color:#eee;
  border-bottom:1px solid rgba(225, 225, 225, 0.3);
  text-transform: underline;
}

.sample a:hover, .policy a:hover {
  color:#fff;
  border-bottom:1px solid #eee;
  text-transform: underline;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 40em) {
  .container {width:100%;margin-top:20px;}
  h1 {font-size:36px;margin:10px 0;}
  h2 {font-size:16px;margin:30px 0 0;}
  p {font-size:16px;line-height:30px;}
  #email-form {width:100%;}
  .sample, .policy {font-size:15px;margin-top:10px;}
}
