@charset "utf-8";
/*
Blue: #003955  0, 57, 85
Red: #C82026  200, 32, 38
*/
html {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
header {
  font-size: .6rem;
  line-height: .6rem;
}
#nav_bar {
  margin-top: 0px;
  font-size: .6rem;
  line-height: .6rem;
}
#header_logo_div a {
  display: inline-block;
  font-size: .6rem;
  line-height: .6rem;
}
#header_nav a {
  padding: 26px 18px 26px 18px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: .6rem;
  line-height: .6rem;
  color: #FFF;
}
.container {
  width: 80%;
}
/*
---------------------------------------------------*/
.redBg {
  background-color: #C82026;
  padding: 36px 0 36px 0;
}
.redBg h2 {
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.redBg h3 {
  color: #FFF;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.2rem;
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
}
/*
---------------------------------------------------*/
.parentMobile {
  display: none;
}
.parent {
  position: relative;
  background-color: #003955;
  z-index: 900;
}
.parent h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 2.4rem;
}
iframe {
  position: relative;
}
#iframe {
  opacity: .8;
  filter: alpha(opacity=80);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  color: #FFF;
  width: 100%;
  padding: 200px 0 0 0;
}
.floatedDiv img {
  width: 40%;
  margin: 160px 0 36px 0;
}
/*
---------------------------------------------------*/
.factBox {
  padding: 100px 0 100px 0;
  border-bottom: 1px solid #DDD;
  background: #FFF;
}
.text p {
  font-size: 1.0rem;
  line-height: 1.6rem;
}
.text em {
  font-weight: 600;
  color: #C82026;
  text-decoration: none;
}
.stat strong {
  color: #C82026;
  font-size: 3.4rem;
  line-height: 3.8rem;
  display: block;
  margin: 0 0 12px 0;
}
.stat p {
  font-size: .6rem;
  line-height: .9rem;
}
/*
---------------------------------------------------*/
#interludeBox {
  background-color: #444;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-image: url('/media/static/images/mobile-phone-house-listing.jpg');
  padding: 200px 0 200px 0;
  -webkit-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .4);
  -moz-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .4);
  -ms-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .4);
  -o-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .4);
  box-shadow: inset 0 12px 18px rgba(0, 0, 0, .4);
}
#interludeTxt {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 200;
  border-left: 4px solid #FFF;
  background: rgba(0, 57, 85, .6);
  width: 60%;
  padding: 24px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
/*
---------------------------------------------------*/
#petition {
  padding: 60px 0 60px 0;
  background-color: #003955;
  background-image: url('/media/static/images/scissors-white-20.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
#petition h2 {
  color: #FFF;
  text-align: center;
}
#petition .intro {
  color: #FFF;
  text-align: center;
}
.innerBox {
  padding: 24px;
}
#petition legend {
  color: #003955;
  font-size: 1.8rem;
  line-height: 2.0rem;
  font-weight: 200;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
#petition fieldset {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.publicForm input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  margin: 0 0 18px 0;
}
#submit {
  display: inline-block;
  padding: 10px 24px 10px 24px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background-color: #C82026;
  background-image: url('/media/static/images/red-tapeXXX.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#submit:hover, #submit:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #FFF;
  text-decoration: none;
}
#hashtag {
  color: #C82026;
  margin: 36px 0 12px 0;
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.presenter {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #AAA;
  margin: 18px 0 0 0;
}
.survey {
  font-size: .7rem;
}
.survey button {
  background: none;
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 4px 18px 4px 18px;
  margin: 0 0 0 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.survey button:hover, .survey button:hover {
  background: #555;
}
#quiz1 {
  display: block;
}
#quiz1result {
  font-size: .7rem;
  display: hidden;
}
#quiz2result {
  font-size: .7rem;
  display: hidden;
}
#quiz3result {
  font-size: .7rem;
  display: hidden;
}
#quiz4result {
  font-size: .7rem;
  display: hidden;
}
@media only screen and (max-width: 640px) {
  .container {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .parent {
    display: none;
  }
  .parentMobile {
    display: block;
    background-color: #003955;
    background-image: url('/media/static/images/overlay.svg'), url('/media/static/images/family-home-sm.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 110px 0 40px 0;
    text-align: center;
    color: #FFF;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .parentMobile img {
    width: 60%;
    margin: 0 0 0 0;
  }
  .parentMobile h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.0rem;
  }
  .blackBar {
    padding: 12px 0 12px 0;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .blackGradient {
    padding: 60px 0 60px 0;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .blackGradient .intro {
    margin: 0 0 48px 0;
    font-size: 1.0rem;
    line-height: 1.3rem;
  }
  .blackGradient h2 {
    font-size: 1.0rem;
    line-height: 1.3rem;
  }
  .factBox {
    padding: 60px 0 60px 0;
  }
  .factBox .span2 {
    display: none;
  }
  .stat strong {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  #interludeBox {
    background-attachment: scroll !important;
    padding: 120px 0 120px 0;
  }
  #hashtag {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}