html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  }
a {
  color: #fff;
  }
html, body {
  height: 100%;
  }
body {
  background: #b52819 url(../img/splotch5.png) right 80px no-repeat;
  font: 18px 'Montserrat', Verdana, Helvetica, sans-serif;
  color: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  }
em { font-style: italic; }
header {
  background: #b52819;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px 30px;
}
header h1 {
  background: transparent url(../img/splotch.png) 0 8px no-repeat;
  background-size: 31px 30px;
  float: left;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 130%;
  padding: 10px 0 0 35px;
  text-align: left;
  width: 300px;
  }
header h1 span {
	display: block;
  }
header h1 .smaller-text {
  display: block;
	font-size: .5em;
	line-height: 130%;
	margin: 60px auto 0;
  }
h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
strong { font-weight: bold; }
nav {
  float: right;
  padding: 15px 0;
  text-align: right;
  width: 390px;
}
nav li {
  display: inline;
  list-style: none;
  margin: 15px;
}
nav li a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
nav li.signon a {
  background: #fff;
  border-radius: 2px;
  color: #b52819;
  margin: 0;
  padding: 10px 15px;
}
.page-width {
  margin: 0 auto;
  max-width: 1100px;
}
#page-container {
  height: 100%;
  margin: 0 auto;
  min-height: 750px;
  position: relative;
  text-align: center;
  }
#intro {
  margin-top: 100px;
}
#intro p {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px;
}
#intro p:first-child {
  margin-bottom: 10px;
}
#statement-introduction {
  background: #fff;
  color: #313131;
  margin-top: 100px;
  padding: 100px 30px;
  text-align: left;
}
#statement-introduction button {
  background: #b52819;
  color: #fff;
}
#statement-introduction p {
  line-height: 1.6;
  margin-bottom: 30px;
}
#signatories {
  background: url(../img/splotch6.png) 0 -147px no-repeat;
  height: auto;
  margin-top: 0;
  min-height: 400px;
  padding: 130px 30px 100px;
  text-align: center;
}
#signatories a {
  display: inline-block;
  height: 70px;
  margin: 30px 30px 0;
  vertical-align: middle;
}
#signatories img {
  height: 100%;
  vertical-align: middle;
  width: auto;
}
#signon {
  background: url(../img/splotch4.png) right center no-repeat;
  min-height: 400px;
}
#signon p {
  line-height: 1.6;
  margin-bottom: 30px;
}
#signon .page-width {
  max-width: 500px;
}
footer {
  font-size: .8em;
  overflow: hidden;
  text-align: right;
  }
footer div {
  margin: 0 auto 100px;
  text-align: center;
  width: 130px;
}
footer img {
  display: block;
  float: right;
  height: auto;
  margin: 7px auto 0;
  width: 100%;
  }
button:focus {
  outline: none;
  }
button {
  background: #fff;
  border: none;
  border-radius: 2px;
  color: #b52819;
  cursor: pointer;
  font-size: 1em;
  line-height: 100%;
  padding: 12px 28px;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
  }
button:hover {
  background: #852819;
  color: #fff;
  }

#overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: .7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  }
.modal {
  background: #b52819;
  color: #fff;
  display: block;
  height: 180px;
  left: 50%;
  margin: -60px 0 0 -240px;
  opacity: 0;
  padding: 30px;
  position: fixed;
  top: 35%;
  width: 450px;
  z-index: -1;
  }
#statement-modal {
  background: #fff;
  bottom: 40px;
  color: #313131;
  left: 40px;
  height: auto;
  margin: 0;
  min-height: 400px;
  right: 40px;
  top: 40px;
  width: auto;
}
#statement {
  height: 100%;
  overflow-y: scroll;
}
#statement button {
  background: #b52819;
  color: #fff;
  display: block;
  margin: 0 auto 100px;
}
#statement p {
  line-height: 1.6;
  margin-bottom: 30px;
}
#statement ul {
  margin-bottom: 30px;
}
#statement li {
  list-style: disc;
  line-height: 1.6;
  margin: 0 0 15px 20px;
}
.modal .close {
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  }
.modal .bottom-gradient {
  background: linear-gradient(0deg, #fff 10%, rgba(255,255,255,0.1) 100%);
  bottom: 30px;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 990px) {
  #signatories br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  body {
    background-position: -910px 40px;
    }
  nav {
    display: none;
  }
  header {
    margin-bottom: 0;
  }
  header h1 {
    background-position: center 0;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
  }
  .modal {
		height: 220px;
    left: 0;
    margin: 0 0 0 5%;
    padding: 10% 5%;
    width: 80%;
    }
  #page-container {
    max-height: 700px;
    min-height: 700px;
    }
  #intro {
    margin-top: 30px;
  }
  #intro p {
    line-height: 1.1;
    margin: 0 20px 30px !important;
  }
  footer {
    margin-right: -65px;
    right: 50%;
    text-align: center;
    }
  footer img {
    margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
  #signatories {
    background: transparent;
    }
  #signatories a {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    }
  #signatories img {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  body {
    background: #b52819;
    }
  #signon {
    background-position: center bottom;
    }
  #statement-modal {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px !important;
  }
}
