/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #282e3b;
    font-family: 'MontserratLight',sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: white
}
@media (min-width: 768px) {
  body {/* Fixed nav */
    padding-top: 7.25rem;
  }
    }
h1, h2, h3 {
    font-family: 'MontserratBold',sans-serif;
}
a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
a:hover, a:focus, a:active {
  border-bottom-color: white;
}
.container {
    max-width: 63.5rem;
    margin: 0 auto;
    padding: 0 1rem;
}
.orange-link {
    color: #f1582d
}
.orange-link:hover, .orange-link:focus, .orange-link:active {
  border-bottom-color: #f1582d;
}
.subscribe-link {
    text-transform: uppercase;
}
.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-bottom: -28px;
    border: none;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat
}
.arrow:hover {
  background-image: url(../images/arrow-hover.png);
}
.soundcloud {
    margin-top: 5rem;
}
.commitchange-donate {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
}
.commitchange-donate iframe {
  border: none;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.unstyled__item {
    display: inline;
}
.unstyled--piped {
    font-family: 'MontserratBold',sans-serif;
    display: inline-block;
}
.unstyled--piped .unstyled__item {
}
.unstyled--piped .unstyled__item:after {
  content: '|';
}
.unstyled--piped .unstyled__item:last-child:after {
  display: none;
}
.nav {
    background-color: #1a1d23;
    padding: 1.25rem 0;
    -webkit-transition: padding 250ms;
    transition: padding 250ms;
    font-family: 'MontserratBold',sans-serif;
    font-size: 0.875rem;
    font-weight: bold
}
@media (min-width: 768px) {
  .nav {
    position: fixed;
    padding: 3.125rem 1rem;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
  .nav.thin {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
    }
@media (min-width: 1024px) {
  .nav {
    padding-left: 5rem;
    padding-right: 5rem;
  }
    }
.nav__item {
    text-transform: uppercase;
    margin-right: 1rem;
}
@media (min-width: 768px) {
  .nav__item--brand {
      float: right;
      margin-right: 0;
    }
}
.nav .toggle, .nav .burger {
  display: none;
}
@media (max-width: 768px) {
  .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
  }

  .nav .toggle {
      display: block;
      position: absolute;
      top: 12px;
      left: 14px;
      width: 38px;
      height: 32px;
      cursor: pointer;
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */
      -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  .nav .burger {
      display: block;
      width: 33px;
      height: 3px;
      margin-left: 16px;
      margin-bottom: 3px;
      position: relative;
      background: white;
      border-radius: 3px;
      z-index: 1;
      -webkit-transform-origin: 4px 0px;
              transform-origin: 4px 0px;
      -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                              opacity 0.55s ease,
                              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                              opacity 0.55s ease,
                              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                              opacity 0.55s ease;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                              opacity 0.55s ease,
                              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  .nav .burger:first-child {
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
  }

  .nav .burger:nth-last-child(2) {
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
  }

  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  .nav .toggle:checked ~ .burger {
      opacity: 1;
      -webkit-transform: rotate(45deg) translate(-2px, -1px);
              transform: rotate(45deg) translate(-2px, -1px);
  }

  /*
   * But let's hide the middle one.
   */
  .nav .toggle:checked ~ .burger:nth-last-child(3) {
      opacity: 0;
      -webkit-transform: rotate(0deg) scale(0.2, 0.2);
              transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  .nav .toggle:checked ~ .burger:nth-last-child(2) {
      opacity: 1;
      -webkit-transform: rotate(-45deg) translate(-4px, 4px);
              transform: rotate(-45deg) translate(-4px, 4px);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  .nav__menu {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      background: #1a1d23;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      -webkit-transform: translate(0, -84%);
              transform: translate(0, -84%);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  .nav__menu li {
      display: block;
      padding: 8px 5px 10px;
      text-align: right;
      font-size: 20px
  }

  .nav__menu li:last-child {
}

  /*
   * And let's fade it in from the left
   */
  .nav .toggle:checked ~ ul {
      -webkit-transform: scale(1.0, 1.0);
              transform: scale(1.0, 1.0);
      opacity: 1;
  }
}
.button {
    display: inline-block;
    border: 1px solid white;
    padding: 0.25rem 0.5rem;
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin-top: 1rem;
}
.button .icon {
  background-size: auto 16px;
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  .button {
    margin: 3.75rem 1.375rem;
  }
    }
.button:hover, .button:focus, .button:active {
  text-decoration: none;
}
.section {
    font-size: 1.125rem;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4.375rem;
}
.section p {
  max-width: 38.125rem;
  margin: 1.125rem auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.section__title {
    font-size: 2.25rem;
    margin: 0 auto 5rem;
    color: #f1582d;
    text-transform: uppercase
}
@media (min-width: 768px) {
  .section__title {
    font-size: 3.5rem;
  }
    }
.section__subtitle {
    font-size: 1.25rem;
    font-family: 'MontserratLight',sans-serif;
    margin: 0;
}
.section__image {
    display: block;
    margin: 4.375rem auto 1rem;
    max-width: 100%;
}
.section--orange {
    background-color: #f1582d;
}
.section--orange .section__title {
  color: #282e3b;
}
.section--header {
    position: relative;
    padding: 0;
    height: 55vw;
    min-height: 26rem;
}
.section--header > .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section--header .section__title {
  font-size: 14vw;
  color: white;
  margin: 0
}
@media (min-width: 1024px) {
  .section--header .section__title {
    font-size: 10rem;
  }
        }
.section--subscribe {
    border-top: 0.25rem solid #f1582d;
    border-bottom: 0.25rem solid #f1582d;
    background-image: url(../images/subscribe.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter-link {
    font-family: 'MontserratBold',sans-serif;
    color: #282e3b;
    text-transform: uppercase
}
.newsletter-link:hover, .newsletter-link:focus, .newsletter-link:active {
  border-color: #282e3b;
}
.section--newsletter {
}
@media (min-width: 1280px) {
  .section--newsletter .container {
    min-height: 500px;
    position: relative;
  }
  .section--newsletter .section__title {
    font-size: 3rem;
  }
  .section--newsletter p {
    max-width: 25rem;
  }
    }
.widgets {
    margin-top: 1rem;
}
.widgets__container {
    max-width: 21.25rem;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 1em;
}
.widgets__container .twitter-timeline, .widgets__container .fb-page {
  float: left;
}
@media (min-width: 768px) {
  .widgets__container {
    margin: 1em;
  }
    }
@media (min-width: 1280px) {
  .widgets__container {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .widgets__container:first-child {
    right: auto;
    left: 0;
  }
    }
.voices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}
.voices__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.voices__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.5rem 0.5rem 3.875rem;
    position: relative;
    overflow: hidden
}
.voices__person:hover .voices__info, .voices__person.hover .voices__info {
  top: 0.5rem;
}
.voices__person:hover .voices__info:before, .voices__person.hover .voices__info:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.voices__person:hover .voices__title, .voices__person.hover .voices__title {
  color: #f1582d;
}
.voices__info {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 14.5rem;
  height: 100%;
  padding: 0 1.25rem;
  -webkit-transition: top 500ms;
  transition: top 500ms;
  text-align: left;
  background-color: #1a1d23;
}
.voices__info p {
  font-size: 0.875rem;
}
.voices__info:before {
  content: '';
  position: absolute;
  top: 1.375rem;
  right: 1.375rem;
  width: 1.625rem;
  height: 1rem;
  background-image: url(../images/arrow-orange.png);
  background-size: 1.625rem 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .voices__info {
    top: 18.5rem;
  }
  }
.voices__title {
    margin: 0;
    padding: 1.25rem 0 0.25rem;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: color 500ms;
    transition: color 500ms;
}
.voices__image {
    height: 14.0625rem;
    min-width: 15rem;
    max-width: 100%
}
@media (min-width: 1024px) {
  .voices__image {
    height: 18rem;
    min-width: 16.875rem;
  }
    }
.footer {
    min-height: 20px;
    padding: 2.5rem;
}
.footer__copy {
    font-size: 0.6875rem;
    line-height: 1.25rem;
    display: inline-block;
}
.social-link {
    margin: 1rem 0.5rem
}
@media (min-width: 768px) {
  .social-link {
    margin: 0 0 0 1rem;
  }
    }
@media (min-width: 768px) {
    .footer__left {
        float: left;
    }

    .footer__right {
        float: right;
    }
}
.icon {
    text-indent: 100%;
    vertical-align: sub;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    border: none;
}
.icon-twitter {
    background-image: url(../images/icon-twitter.png);
}
.icon-facebook {
    background-image: url(../images/icon-facebook.png);
}
.icon-instagram {
    background-image: url(../images/icon-instagram.png);
}
