@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
html, body {
  min-height: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 500 1.8rem Helvetica, Arial, sans-serif;
  background: #fff;
}

img {
  max-width: 100%;
}

a, button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

*::-moz-selection {
  color: #fff;
  background-color: #003cff;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: #003cff;
}
*::selection * {
  color: #fff;
}

#header{
  background: #000 url(header.jpg) no-repeat top right;
  background-size: cover;
}
#header .container-fluid{
  padding: 0;
}
.header-cta{
  background: #062e5a;
  padding: 8.5rem 10%;
  text-align: center;
}
#emailForm{
  margin: 5rem auto 3rem;
}
#emailForm .sign-btn{
  background: #c92129;
  border: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem 2rem;
  width: 100%;
}
#emailForm h3 {
    font-size: 2.1rem;
    color: #fff;
    font-weight: bold;
}
.header-cta .share{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.share h3{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.share a {
  display: inline-block;
  background: #fff;
  border-radius: 1000px;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #084280;
  line-height: 3rem;
  margin: auto 0.5rem;
  cursor: pointer;
}
#donate-bar{
  background: #0a4f9a;
  padding: 2rem;
  color: #fff;
}
#donate-bar h3{
  font-style: italic;
  text-transform: uppercase;
  font-size: 2.1rem;
}
#donate-bar .donate{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3.2rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem 3rem;
  display: inline-block;
}
#content{
  background: url(paper.jpg) repeat top center;
  padding: 6rem 2rem 9rem;
}
#content .container{
  max-width: 900px;
}
#content h2{
  color: #0a4f9a;
  border-bottom: 1px solid #0a4f9a;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
#emailForm .form-control, #volunteerForm .form-control{
  font-size: 1.8rem !important;
}
#volunteer{
  background: #960012 url(red-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 6rem 1rem;
}
#volunteer .container{
  max-width: 820px;
}
#volunteer h3{
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
#volunteerForm h4 {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
}
.volunteer-box{
  border: 1px solid #fff;
  padding: 2rem;
}
.volunteer-btn{
  background: #0a4f9a;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem 2rem;
  width: 100%;
  text-transform: uppercase;
  font-size: 2.8rem;
}
#footer{
  background: #062e5a;
  padding: 2rem;
  color: #fff;
  text-align: center;
}
#footer .links{
  max-width: 800px;
  margin: auto;
}
#footer a{
  color: #fff;
}
#footer .share a{
  background: transparent;
  width: auto;
}
.footer-logo{
  max-width: 300px;
  opacity: 0.5;
}
.disclaimer{
  font-size: 1.2rem;
  margin: 3rem 0 1rem;
}
#quality{
    background:#333 url(bg-quality-of-life.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 6rem 2rem 7rem;
    position:relative
}
#quality::before{
    content:' ';
    position: absolute;
    background: rgba(8, 66, 128, 0.8);
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}
#quality .container{
    position: relative;
    z-index:10
}
#quality h2{
    font-size: 4.2rem;
    text-align:center;
    font-weight:900;
    color:#fff;
    margin-bottom:1em;
}
#quality ul {
    max-width: 600px;
    margin: auto;
    list-style: none;
    padding: 0;
    color: white;
    font-size: 2.6rem;
    line-height: 1.2em;
}
#quality ul li {
    margin-bottom: 1em;
    padding-left: 7rem;
}

#quality ul li i {
    display: inline-block;
    width: 7rem;
    text-align: center;
    margin-left: -7rem;
    color: #c92129;
}
@media (min-width: 576px){
  .header-cta{
    background: rgba(8, 66, 128, 0.7);
  }
}
