@charset "UTF-8";
/*

bostoncampaignhq.com

Author: Visual Dialogue
URL:    http://visualdialogue.com
Icons:  Entypo pictograms by Daniel Bruce — www.entypo.com

*/
/* Imports
-------------------------------------------------- */
/* Reset & Clearfix
-------------------------------------------------- */
*, *:before, *:after {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

ul {
  list-style: none; }

img {
  display: block;
  max-width: 100%; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

em {
  font-style: italic; }

/* Fonts
-------------------------------------------------- */
figcaption {
  font-size: 10px;
  position: relative;
  top: -15px;
  left: 5px;
  color: white; }

/* Media Queries
-------------------------------------------------- */
/* Colors
-------------------------------------------------- */
/* Dimensions
-------------------------------------------------- */
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: scroll; }

.question {
  padding: 4.16667%; }

.question__section-wrapper {
  margin-top: 2rem; }

.question__section {
  margin-bottom: 2rem; }

.blue {
  color: #1d349f; }
  .blue a {
    color: #1d349f; }
  .blue a:hover {
    color: #e60e2f; }

.red {
  color: #e60e2f; }
  .red a {
    color: #e60e2f; }
  .red a:hover {
    color: #1d349f; }

h2, p {
  font-size: 1.5rem; }
  @media only screen and (min-width: 580px) {
    h2, p {
      font-size: 3vw; } }

h2 {
  font-weight: 700; }

p {
  margin-bottom: 0.8rem; }

#trigger-overlay {
  padding: 1rem; }

/* Overlay closing cross */
.overlay .overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  z-index: 100; }
  .overlay .overlay-close button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: none;
    background: url(/assets/icons/x.png) no-repeat center center;
    background-size: contain;
    text-indent: 200%;
    color: transparent;
    outline: none;
    background-color: #e60e2f; }
  .overlay .overlay-close:hover button {
    background-color: #1d349f; }

/* Menu style */
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative; }

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #e3fcb1; }

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s; }

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }

/* Closing */
.overlay--closing {
  z-index: 8;
  text-align: center;
  padding: 0;
  background-color: transparent;
  pointer-events: none; }
  .overlay--closing h2 {
    font-size: 12vw; }
    @media only screen and (min-width: 1369px) {
      .overlay--closing h2 {
        font-size: 7vw; } }
  .overlay--closing .question__section-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media only screen and (max-width: 579px) {
  .images .image {
    margin-bottom: 10px; } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

.blink_me {
  -webkit-animation: blinker 2s steps(1) infinite;
  -ms-animation: blinker 2s steps(1) infinite;
  animation: blinker 2s steps(1) infinite; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }
  .overlay ul li {
    min-height: 34px; } }

/******************** 
* CSS only parallax
* from http://keithclark.co.uk/articles/pure-css-parallax-websites/
*********************/
@media only screen and (min-width: 580px) {
  html:not(.ie) {
    height: 100vh;
    overflow: hidden; }
    html:not(.ie) .parallax {
      -ms-perspective: 1px;
      -moz-perspective: 1px;
      -webkit-perspective: 1px;
      perspective: 1px;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 0 2rem 1rem; }
    html:not(.ie) .parallax__group {
      position: relative;
      height: 100vh;
      -ms-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    html:not(.ie) .parallax__packery {
      -ms-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    html:not(.ie) .parallax__layer {
      position: absolute; }
    html:not(.ie) .parallax__layer--1 {
      -ms-transform: translateZ(-0.1px) scale(1.1);
      -moz-transform: translateZ(-0.1px) scale(1.1);
      -webkit-transform: translateZ(-0.1px) scale(1.1);
      transform: translateZ(-0.1px) scale(1.1); }
    html:not(.ie) .parallax__layer--2 {
      -ms-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    html:not(.ie) .parallax__layer--3 {
      -ms-transform: translateZ(0.1px) scale(0.9);
      -moz-transform: translateZ(0.1px) scale(0.9);
      -webkit-transform: translateZ(0.1px) scale(0.9);
      transform: translateZ(0.1px) scale(0.9); }
    html:not(.ie) .ie .parallax__group, html:not(.ie) .ie .parallax__packery {
      -ms-transform-style: flat;
      -moz-transform-style: flat;
      -webkit-transform-style: flat;
      transform-style: flat; } }

/* Rules
 -------------------------------------------------- */
html {
  font-size: 16px;
  font-family: "Times Roman", "Times New Roman", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal; }

.no-bg-overflow-while-overlay {
  overflow: hidden; }

.logo {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .logo img {
    display: inline-block; }

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  z-index: 10; }
  .nav img {
    width: 100%; }

.grid-item {
  color: #777; }

button {
  background-color: transparent;
  cursor: pointer; }

@media only screen and (min-width: 580px) {
  .gutter {
    width: 8.33333%; }
  .w1 {
    width: 8.33333%; }
  .w2 {
    width: 16.66667%; }
  .w3 {
    width: 25%; }
  .w4 {
    width: 33.33333%; }
  .w5 {
    width: 41.66667%; }
  .w6 {
    width: 50%; }
  .w7 {
    width: 58.33333%; }
  .w8 {
    width: 66.66667%; }
  .gr0 {
    margin-right: 0; }
  .gr1 {
    margin-right: 4.16667%; }
  .gr2 {
    margin-right: 8.33333%; }
  .gr3 {
    margin-right: 12.5%; }
  .gr4 {
    margin-right: 16.66667%; }
  .gb-1 {
    margin-bottom: -8.33333%; }
  .gb0 {
    margin-bottom: 0; }
  .gb1 {
    margin-bottom: 4.16667%; }
  .gb2 {
    margin-bottom: 8.33333%; }
  .gb3 {
    margin-bottom: 12.5%; }
  .gb4 {
    margin-bottom: 16.66667%; }
  .gl-2 {
    margin-left: -8.33333%; }
  .gl-1 {
    margin-left: -4.16667%; }
  .gl0 {
    margin-left: 0; }
  .gl1 {
    margin-left: 4.16667%; }
  .gl2 {
    margin-left: 8.33333%; }
  .gl3 {
    margin-left: 12.5%; }
  .gl4 {
    margin-left: 16.66667%; }
  .gl5 {
    margin-left: 20.83333%; } }

.error {
  margin: 2rem; }

/*# sourceMappingURL=styles.css.map */
