@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 200;
  src: url("../../../fonts/CooperHewitt-Light.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 200;
  src: url("../../../fonts/CooperHewitt-LightItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 300;
  src: url("../../../fonts/CooperHewitt-Book.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 300;
  src: url("../../../fonts/CooperHewitt-BookItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/CooperHewitt-Medium.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 400;
  src: url("../../../fonts/CooperHewitt-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 500;
  src: url("../../../fonts/CooperHewitt-Semibold.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 500;
  src: url("../../../fonts/CooperHewitt-SemiboldItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 600;
  src: url("../../../fonts/CooperHewitt-Bold.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/CooperHewitt-Heavy.woff") format("woff"); }

html {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  display: block;
  font-family: "cooper";
  background-color: #ebeae9;
  margin: 0; }

nav {
  position: fixed;
  z-index: 1;
  top: 0;
  height: 53px;
  width: 100%;
  background-color: #ebeae9;
  border-bottom: 1px solid black; }

  nav .container {
    position: relative;
    height: 100%; }

    nav .container #nav-link-home {
      line-height: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 15px; }

      nav .container #nav-link-home img {
        width: 70px; }

    nav .container #nav-title {
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 1em;
      padding-top: 4px;
      position: absolute;
      width: 85px;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }

    nav .container #nav-link-give {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px; }

      nav .container #nav-link-give button {
        text-transform: uppercase;
        padding: 10px 8px 6px 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1em;
        color: rgb(255,108,47);
        border: 1px solid rgb(255,108,47); }

      nav .container #nav-link-give button:hover {
        background-color: rgb(255,108,47);
        color: white; }

main {
  margin-top: 0;
  padding-top: 150px; }

.container {
  padding: 0; }

h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: white; }

h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  font-weight: 500;
  margin: 0 15px;
  padding-bottom: 0;
  position: relative; }

h3 {
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
  font-weight: 500;
  margin: 0 15px;
  padding-bottom: 0;
  position: relative; }

button {
  font-family: 'cooper';
  background-color: rgba(0,0,0,0);
  cursor: pointer; }

a {
  text-decoration: none; }

.exhibition-title {
  font-style: italic; }

#page-heading {
  padding-top: 50px;
  padding-bottom: 30%;
  text-align: center;
  position: relative;
  width: 100%; 
  background-image: linear-gradient(rgba(130,105,175,1) 0%, rgba(255,108,47,1) 66%, rgba(255,108,47,0) 100%);
  margin-bottom: 0; }

  #page-heading img.ch-logo {
    width: 160px; }

  #page-heading .mansion-outline-wrapper {
    position: relative;
    width: 90%;
    max-width: 1500px;
    left: 50%;
    transform: translateX(-50%); }

    #page-heading .mansion-outline-wrapper img {
      position: relative;
      width: 100%;
      height: auto; }

    #page-heading #loading-indicator {
      display: block;
      color: white;
      margin-top: 60px;
      font-size: 24px;
      visibility: visible; }

      #page-heading.loading #loading-indicator {
        visibility: visible; }

      #page-heading.loaded #loading-indicator {
        visibility: hidden; }

      #page-heading #loading-indicator:after {
        content: ' .';
        animation: dots 2s steps(5, end) infinite; }

      @keyframes dots {
        0%, 20% {
          color: rgba(0,0,0,0);
          text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0); }
        40% {
          color: white;
          text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0); }
        60% {
          text-shadow:
            .25em 0 0 white,
            .5em 0 0 rgba(0,0,0,0); }
        80%, 100% {
          text-shadow:
            .25em 0 0 white,
            .5em 0 0 white; }
      }

  #page-heading button.down-arrow {
    align-self: center;
    margin: 50px;
    color: white;
    background: none;
    border: none;
    font-size: 50px;
    opacity: 0;
    transition: opacity .5s; }

    #page-heading.loading button.down-arrow {
      opacity: 0; }

    #page-heading.loaded button.down-arrow {
      visibility: visible;
      opacity: 1;
      transition: opacity .5s; }

    #page-heading button.down-arrow:focus {
      outline: none; }

section {
  position: relative;
  margin-bottom: 200px;
  width: 100%; }

main .container section:last-child {
  margin-bottom: 0; }

section a.big-button button {
  display: block;
  margin: 15px auto;
  font-weight: 600;
  color: rgb(255,108,47);
  font-size: 24px;
  border-radius: 0;
  padding: 0.6em 1.6em 0.35em 1.6em;
  border: 2px solid rgb(255,108,47); }

  section a.big-button button:hover {
    color: white;
    background-color: rgb(255,108,47); }

  section h2 { margin-bottom: 25px; }
  section h3 { margin-bottom: 30px; }

  section .caption-wrapper {
    position: relative;
    margin: 0 15px; }

  section p {
    margin-top: 0;
    margin-bottom: 0; }

    section p.caption {
      position: relative;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }

      section p.caption a {
        font-weight: 500;
        color: rgb(255,108,47); }

    section p.quote {
      font-size: 20px;
      line-height: 26px;
      font-weight: 500;
      position: absolute;
      color: black; }

      section p.quote .attribution {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        display: block; }

  section .images-wrapper {
    font-size: 0;
    position: relative;
    margin-bottom: 25px; }

    section .images-wrapper p {
      margin: 0; }

    section .images-wrapper .statistic-wrapper {
      position: relative;
      padding: 15px 0;
      width: 190px; }

      section .images-wrapper .statistic-wrapper .statistic {
        color: rgb(255,108,47);
        text-align: center; }

        section .images-wrapper .statistic-wrapper .statistic .number {
          display: block;
          text-transform: uppercase;
          font-size: 40px;
          line-height: 1.1em;
          font-weight: 600; }

        section .images-wrapper .statistic-wrapper .statistic .unit {
          display: block;
          text-transform: uppercase;
          font-size: 20px;
          line-height: 1em; 
          font-weight: 600; }

        section .images-wrapper .statistic-wrapper .statistic .text {
          display: block;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          border-top: 2px solid rgb(255,108,47);
          padding: 0.5em 5px 0 5px;
          margin-top: 0.5em; }

  section .media.shadow img {
    box-shadow: 5px 5px 10px darkgrey; }

  section .media,
  section .media img, 
  section .media video {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    display: block; }

  section .media video {
    cursor: pointer; }

    section .media.alignleft {
      margin-left: 0;
      margin-right: auto; }

    section .media.alignleft.inset-left {
      margin-left: 15px; }

    section .media.alignright {
      margin-left: auto;
      margin-right: 0; }

    section .media.inline {
      vertical-align: top;
      display: inline-block; }

    section p.media-caption {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      position: absolute;
      width: 100%;
      max-width: 450px;
      padding-right: 0.5em;
      padding-top: 0.5em; 
      top: 100%;
      left: 0%; }

      section p.media-caption.text-right {
        right: 0;
        left: auto;
        padding-right: 0;
        text-align: right; }

      section p.media-caption.right {
        padding-top: 0; 
        padding-left: 1em; 
        left: 100%;
        top: 0%;
        max-width: 250px; }

    section .images-grid p.media-caption {
      max-width: initial;
      position: relative; }


    section .media.size-8 p.media-caption,
    section .media.size-9 p.media-caption,
    section .media.size-10 p.media-caption,
    section .media.size-11 p.media-caption,
    section .media.size-12 p.media-caption {
      max-width: initial; }

    section .media .sound-indicator {
      position: absolute;
      pointer-events: none;
      top: 10px;
      right: 10px;
      width: 50px;
      height: 50px;
      font-size: 0;
      background-image: url("../../../images/icon-sound-white.svg"); }

      section .media .sound-indicator.muted {
        background-image: url("../../../images/icon-muted-white.svg"); }

  section .size-1  { width: 8.33%; width: calc(100% / 12); }
  section .size-2  { width: 16.66%; width: calc(200% / 12); }
  section .size-3  { width: 25%; }
  section .size-4  { width: 33.33%; width: calc(400% / 12); }
  section .size-5  { width: 41.66%; width: calc(500% / 12); }
  section .size-6  { width: 50%; }
  section .size-7  { width: 58.33%; width: calc(700% / 12); }
  section .size-8  { width: 66.66%; width: calc(800% / 12); }
  section .size-9  { width: 75%; }
  section .size-10 { width: 83.33%; width: calc(1000% / 12); }
  section .size-11 { width: 91.66%; width: calc(1100% / 12); }
  section .size-12 { width: 100%; }
  section .offset-1  { left: 8.33%; left: calc(100% / 12); }
  section .offset-2  { left: 16.66%; left: calc(200% / 12); }
  section .offset-3  { left: 25%; }
  section .offset-4  { left: 33.33%; left: calc(400% / 12); }
  section .offset-5  { left: 41.66%; left: calc(500% / 12); }
  section .offset-6  { left: 50%; }
  section .offset-7  { left: 58.33%; left: calc(700% / 12); }
  section .offset-8  { left: 66.66%; left: calc(800% / 12); }
  section .offset-9  { left: 75%; }
  section .offset-10 { left: 83.33%; left: calc(1000% / 12); }
  section .offset-11 { left: 91.66%; left: calc(1100% / 12); }

  section .content-container {
    padding: 15px 0;
    margin: 15px; }

    section .content-container .images-wrapper {
      margin-left: 15px; 
      margin-right: 15px; }

    section .content-container .caption {
      margin-left: 0; }

  section .aligntop {
    top: 0; }

  section .alignmiddle {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column; }

  section .alignbottom {
    bottom: 0%; }

section#page-footer {
  margin-top: 50px;
  padding-top: 40%;
  padding-bottom: 25%;
  margin-bottom: 0;
  background-image: linear-gradient(rgba(255,108,47,0) 0%, rgba(255,108,47,1) 40%, rgba(130,105,175,1) 100%); }

  section#page-footer .container {
    color: white; }

    section#page-footer .content-wrapper {
      width: auto;
      margin-left: 15px;
      margin-right: 15px; }

      section#page-footer .content-wrapper a {
        color: black; }

    section#page-footer h2 {
      margin-left: 0;
      font-weight: 600;
      font-size: 24px;
      line-height: 34px; }

    section#page-footer p.content {
      font-weight: 400;
      font-size: 24px;
      line-height: 34px;
      padding-bottom: 0.5em }

    section#page-footer a.big-button button {
      margin: 25px auto;
      background-color: white;
      border-color: white;
      display: block; }

      section#page-footer a.big-button button:hover {
        color: white;
        background-color: rgb(255,108,47); }
    
    section#page-footer .social-links {
      margin-top: 50px;
      text-align: center; }

      section#page-footer .social-links a {
        margin-right: 20px; }

      section#page-footer .social-links a:last-of-type {
        margin-right: 0; }

      section#page-footer .social-links img {
        vertical-align: middle;
        display: inline-block;
        max-width: 30px;
        max-height: 30px; }

    section#page-footer #download-pdf {
      margin-top: 100px; }

      section#page-footer #download-pdf a {
        text-decoration: underline;
        color: white; }

@media only screen and (max-width: 350px) {

    nav .container #nav-title {
      text-align: left;
      font-size: 16px;
      line-height: 0.9em;
      width: 85px;
      top: 50%;
      left: 100px;
      transform: translateY(-50%); }

    section a.big-button button {
      margin: 15px; }

}


@media only screen and (max-width: 767px) {

  section .media {
    margin-top: 25px; }

  section .images-grid .media {
    margin-top: 0; }

  section .media.size-2.inline {
    display: inline-block;
    padding-bottom: 0;
    margin-right: 0;
    width: 50%; }

  section .media.size-4 { width: 66.66%; width: calc(800% / 12); }
  section .media.size-4.offset-2 { left: 8.33%; left: calc(100% / 12); }

  section .media.size-5,
  section .media.size-6,
  section .media.size-7 { width: 83.33%; width: calc(1000% / 12); }

  section .media.size-8,
  section .media.size-9,
  section .media.size-10 { width: 100%; }

  section .media.inline { display: block; }

  section .media.alignleft { left: 0; }

  section #section-projects .media.has-caption { padding-bottom: 50px; }

    section #section-projects .media.has-caption img { margin-bottom: 0 !important; }

    section #section-projects p.media-caption { 
      padding-left: 0;
      position: relative; }

    section #section-projects .media.has-caption.portrait { width: 50%; }

      section #section-projects .portrait p.media-caption {
        padding-left: 1em;
        position: absolute;
        padding-top: 0; 
        left: 100%;
        top: 0%;
        max-width: 250px; }

    section #section-projects .media.has-caption.landscape { 
      width: 83.33%;
      width: calc(1000% / 12);
      left: 16.66%;
      left: calc(200% / 12);
      margin: 0; }

      section #section-projects .media.has-caption.landscape.alignright { 
        left: 0; }

        section #section-projects .landscape.alignright p.media-caption { 
          padding-left: 1em; }

  section p.media-caption { 
    padding-left: 15px;
    position: relative; }

    section p.media-caption.text-right { 
      padding-right: 15px; }


  section .images-wrapper .statistic-wrapper {
    left: 0 !important;
    top: 0 !important;
    margin-top: 15px; }

  section .images-wrapper .statistic-wrapper.left {
    margin-left: 15px;
    margin-right: auto;
    top: 0 !important; }

  section .images-wrapper .statistic-wrapper.right {
    margin-left: auto;
    margin-right: 15px;
    top: 0 !important; }

  section .caption.size-2,
  section .caption.size-3,
  section .caption.size-4,
  section .caption.size-5,
  section .caption.size-6,
  section .caption.size-7,
  section .caption.size-9 { left: 0; width: 83.33%; width: calc(1000% / 12); }

  section p.quote {
    position: relative;
    display: block;
    height: auto;
    margin: 30px 0; }

  section p.quote.size-2,
  section p.quote.size-3,
  section p.quote.size-4,
  section p.quote.size-5,
  section p.quote.size-6,
  section p.quote.size-7,
  section p.quote.size-9 {
    width: 75%; 
    left: 0;
    margin-left: auto;
    margin-right: 15px; }

}


@media only screen and (min-width: 768px) {
  nav .container,
  section#page-footer .container,
  main .container {
    margin-left: auto;
    margin-right: auto; }

  nav {
    height: 60px; }

    nav .container #nav-link-home {
      left: 25px; }

      nav .container #nav-link-home img {
        width: 80px; }

      nav .container #nav-title {
        font-size: 22px;
        line-height: 1em;
        padding-top: 4px;
        width: auto; }

      nav .container #nav-link-give {
        right: 25px; }

        nav .container #nav-link-give button {
          padding: 10px 14px 4px 14px;
          font-size: 18px; }

  main {
    margin-top: 0;
    padding-top: 150px; }

  .container {
    padding: 0; }

  h1 {
    font-size: 60px; }

  h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 25px;
    padding-bottom: 25px; }

  h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 25px;
    padding-bottom: 30px; }

  #page-heading {
    padding-top: 50px;
    padding-bottom: 30%; }

    #page-heading img.ch-logo {
      width: 240px; }

    #page-heading .mansion-outline-wrapper {
      width: 70%;
      max-width: 1500px;
      left: 50%;
      transform: translateX(-50%); }

    #page-heading #loading-indicator {
      margin-top: 60px;
      font-size: 24px; }

    #page-heading button.down-arrow {
      font-size: 50px; }

  section {
    margin-bottom: 400px; }

    section a.big-button button {
      margin: 25px;
      font-size: 28px;
      padding: 0.6em 1.6em 0.35em 1.6em; }

    section .caption-wrapper {
      margin: 0 25px; }

    section p.caption {
      font-size: 16px;
      line-height: 24px; }

    section p.quote {
      font-size: 20px;
      line-height: 26px; }

      section p.quote .attribution {
        font-size: 16px;
        line-height: 24px; }

    section .images-wrapper {
      margin: 0 25px 50px 25px; }

    section .images-wrapper .statistic-wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 195px;
      padding: 0; }

      section .images-wrapper .statistic-wrapper .statistic {
        color: rgb(255,108,47);
        text-align: center; }

        section .images-wrapper .statistic-wrapper .statistic .number {
          font-size: 40px;
          line-height: 1.1em; }

        section .images-wrapper .statistic-wrapper .statistic .unit {
          font-size: 20px;
          line-height: 1em; }

        section .images-wrapper .statistic-wrapper .statistic .text {
          font-size: 16px;
          line-height: 20px;
          padding: 0.5em 5px 0 5px;
          margin-top: 0.5em; }

      section .media.size-2 { width: 25%; }

      section p.media-caption {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        max-width: 450px;
        padding-right: 1em; }

      section .media.size-8 p.media-caption,
      section .media.size-9 p.media-caption,
      section .media.size-10 p.media-caption,
      section .media.size-11 p.media-caption,
      section .media.size-12 p.media-caption {
        max-width: 80%; }

      section p.media-caption.right {
        padding-left: 1em;
        max-width: 250px; }

      section .media .sound-indicator {
        top: 10px;
        right: 10px; }

  section .content-container {
    padding: 25px 0;
    margin: 25px; }

    section .content-container .images-wrapper {
      margin-left: 25px; 
      margin-right: 0; }

  section#page-footer {
    margin-top: 50px;
    padding-top: 40%;
    padding-bottom: 25%; }

      section#page-footer .content-wrapper {
        width: 66.66%;
        width: calc(800% / 12);
        margin-left: 25px; }

      section#page-footer h2 {
        font-size: 24px;
        line-height: 34px; }

      section#page-footer p.content {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 0.5em; }

      section#page-footer a.big-button button {
        margin: 25px 0; }
      
      section#page-footer .social-links {
        margin-top: 50px;
        text-align: left; }

        section#page-footer .social-links a {
          margin-right: 40px; }

        section#page-footer .social-links img {
          max-width: 40px;
          max-height: 40px; }

}

@media only screen and (max-width: 959px) {
  section h2,
  section h3 {
    width: auto !important; }
}


@media only screen and (min-width: 960px) {
  nav .container,
  section#page-footer .container,
  main .container {
    margin-left: auto;
    margin-right: auto; }

  nav {
    height: 60px; }

    nav .container #nav-link-home {
      left: 25px; }

      nav .container #nav-link-home img {
        width: 80px; }

      nav .container #nav-title {
        font-size: 22px;
        line-height: 1em;
        padding-top: 4px; }

      nav .container #nav-link-give {
        right: 25px; }

        nav .container #nav-link-give button {
          padding: 10px 14px 4px 14px;
          font-size: 18px; }

  main {
    margin-top: 0;
    padding-top: 150px; }

  .container {
    padding: 0; }

  h1 {
    font-size: 60px; }

  h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 25px;
    padding-bottom: 25px; }

  #page-heading {
    padding-top: 50px;
    padding-bottom: 30%; }

    #page-heading img.ch-logo {
      width: 240px; }

    #page-heading .mansion-outline-wrapper {
      width: 70%;
      max-width: 1500px;
      left: 50%;
      transform: translateX(-50%); }

    #page-heading button.down-arrow {
      font-size: 50px; }

  section {
    margin-bottom: 400px; }

    section a.big-button button {
      margin: 25px;
      font-size: 28px;
      padding: 0.6em 1.6em 0.35em 1.6em; }

    section .caption-wrapper {
      margin: 0 25px; }

    section p.caption {
      font-size: 16px;
      line-height: 24px; }

    section p.quote {
      font-size: 24px;
      line-height: 32px; }

      section p.quote .attribution {
        font-size: 18px;
        line-height: 24px; }

    section .images-wrapper {
      margin-bottom: 50px; }

      section .images-wrapper .statistic-wrapper {
        width: 195px; }

        section .images-wrapper .statistic-wrapper .statistic .number {
          font-size: 40px; }

        section .images-wrapper .statistic-wrapper .statistic .unit {
          font-size: 20px; }

        section .images-wrapper .statistic-wrapper .statistic .text {
          font-size: 16px;
          line-height: 20px;
          padding: 0.5em 5px 0 5px;
          margin-top: 0.5em; }

      section .media.size-2 { width: 16.66%; width: calc(200% / 12); }

      section p.media-caption {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        max-width: 450px;
        padding-right: 1em; }

      section p.media-caption.right {
        padding-left: 1em;
        max-width: 250px; }

      section .media .sound-indicator {
        top: 10px;
        right: 10px; }

  section#page-footer {
    margin-top: 50px;
    padding-top: 40%;
    padding-bottom: 25%; }

      section#page-footer .content-wrapper {
        width: 66.66%;
        width: calc(800% / 12);
        margin-left: 25px; }

      section#page-footer h2 {
        font-size: 24px;
        line-height: 34px; }

      section#page-footer p.content {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 0.5em; }

      section#page-footer a.big-button button {
        margin: 25px 0; }
      
      section#page-footer .social-links {
        margin-top: 50px; }

        section#page-footer .social-links a {
          margin-right: 40px; }

        section#page-footer .social-links img {
          max-width: 40px;
          max-height: 40px; }

}






@media only screen and (min-width: 1500px) {
  nav .container,
  section#page-footer .container,
  main .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px; }

  nav {
    height: 60px; }

    nav .container #nav-link-home {
      left: 50px; }

      nav .container #nav-link-home img {
        width: 80px; }

      nav .container #nav-title {
        font-size: 22px;
        line-height: 1em;
        padding-top: 4px; }

      nav .container #nav-link-give {
        right: 50px; }

        nav .container #nav-link-give button {
          padding: 10px 14px 4px 14px;
          font-size: 18px; }

  main {
    margin-top: 0;
    padding-top: 150px; }

  .container {
    padding: 0; }

  h1 {
    font-size: 60px; }

  h2 {
    font-size: 50px;
    line-height: 62px;
    margin: 0 50px;
    padding-bottom: 25px; }

  h3 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 50px;
    padding-bottom: 30px; }

  #page-heading {
    padding-top: 50px;
    padding-bottom: 20%; }

    #page-heading img.ch-logo {
      width: 240px; }

  section {
    margin-bottom: 400px; }

    section a.big-button button {
      margin: 50px;
      font-size: 28px;
      padding: 0.6em 1.6em 0.35em 1.6em; }

    section .caption-wrapper {
      margin: 0 50px; }

    section p.caption {
      font-size: 18px;
      line-height: 24px; }

    section p.quote {
      font-size: 28px;
      line-height: 38px; }

      section p.quote .attribution {
        font-size: 20px;
        line-height: 28px; }

    section .media.alignleft.inset-left {
      margin-left: 50px; }

    section .images-wrapper {
      margin: 0 50px 50px 50px; }

      section .images-wrapper .statistic-wrapper {
        width: 250px; }

        section .images-wrapper .statistic-wrapper .statistic .number {
          font-size: 60px; }

        section .images-wrapper .statistic-wrapper .statistic .unit {
          font-size: 28px; }

        section .images-wrapper .statistic-wrapper .statistic .text {
          font-size: 20px;
          line-height: 26px;
          padding: 1em 5px 0 5px;
          margin-top: 1em; }

      section p.media-caption {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        max-width: 450px; }

      section .size-12 p.media-caption {
        padding-left: 0; }

      section p.media-caption.right {
        padding-left: 1em;
        max-width: 250px; }

      section .media .sound-indicator {
        top: 10px;
        right: 10px; }

  section#page-footer {
    margin-top: 50px;
    padding-top: 40%;
    padding-bottom: 25%; }

      section#page-footer .content-wrapper {
        width: 66.66%;
        width: calc(800% / 12);
        margin-left: 50px; }

      section#page-footer h2 {
        font-size: 24px;
        line-height: 34px; }

      section#page-footer p.content {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 0.5em; }

      section#page-footer a.big-button button {
        margin: 25px 0; }
      
      section#page-footer .social-links {
        margin-top: 50px; }

        section#page-footer .social-links a {
          margin-right: 40px; }

        section#page-footer .social-links img {
          max-width: 40px;
          max-height: 40px; }

}







@media only screen and (min-width: 1920px) {
  nav .container,
  section#page-footer .container,
  main .container {
    max-width: 1920px; }

  nav {
    height: 85px; }

    nav .container #nav-link-home img {
      width: 100px; }

    nav .container #nav-title {
      font-size: 22px;
      line-height: 1em;
      padding-top: 4px; }

    nav .container #nav-link-give button {
      padding: 10px 14px 4px 14px;
      font-size: 18px; }

  main {
    padding-top: 200px; }

  .container {
    padding: 0; }

  h1 {
    font-size: 89px; }

  h2 {
    font-size: 72px;
    line-height: 90px;
    margin: 0 50px;
    padding-bottom: 25px; }

  h3 {
    font-size: 40px;
    line-height: 53px;
    margin: 0 50px;
    padding-bottom: 30px; }

  #page-heading {
    padding-top: 100px;
    padding-bottom: 20%; }

    #page-heading img.ch-logo {
      width: 320px; }

    #page-heading button.down-arrow {
      font-size: 60px; }

  section {
    margin-bottom: 400px; }

    section a.big-button button {
      margin: 50px;
      font-size: 42px;
      padding: 0.6em 1.6em 0.35em 1.6em; }

    section .caption-wrapper {
      margin: 0 50px; }

    section p.caption {
      font-size: 26px;
      line-height: 36px;
      margin-left: 50px; }

    section p.quote {
      font-size: 40px;
      line-height: 53px; }

      section p.quote .attribution {
        font-size: 28px;
        line-height: 38px; }

    section .images-wrapper {
      margin-bottom: 100px; }

      section .images-wrapper .statistic-wrapper {
        width: 315px; }

        section .images-wrapper .statistic-wrapper .statistic .number {
          font-size: 80px; }

        section .images-wrapper .statistic-wrapper .statistic .unit {
          font-size: 32px; }

        section .images-wrapper .statistic-wrapper .statistic .text {
          font-size: 24px;
          line-height: 32px;
          padding: 1em 5px 0 5px;
          margin-top: 1em; }

      section p.media-caption {
        font-size: 26px;
        line-height: 36px;
        width: 100%;
        max-width: 640px; }

      section p.media-caption.right {
        padding-left: 1em;
        max-width: 320px; }

      section .media .sound-indicator {
        top: 10px;
        right: 10px; }

  section#page-footer {
    margin-top: 50px;
    padding-top: 40%;
    padding-bottom: 25%; }

      section#page-footer .content-wrapper {
        width: 66.66%;
        width: calc(800% / 12);
        margin-left: 50px; }

      section#page-footer h2 {
        font-size: 35px;
        line-height: 50px; }

      section#page-footer p.content {
        font-size: 35px;
        line-height: 50px;
        padding-bottom: 0.5em; }

      section#page-footer a.big-button button {
        margin: 50px 0; }
      
      section#page-footer .social-links {
        margin-top: 100px; }

        section#page-footer .social-links a {
          margin-right: 60px; }

        section#page-footer .social-links img {
          max-width: 60px;
          max-height: 60px; }

}

/* ANIMATION */

main {
  opacity: 0;
  -webkit-transition: opacity .5s;
     -moz-transition: opacity .5s;
      -ms-transition: opacity .5s;
       -o-transition: opacity .5s;
          transition: opacity .5s; }


main.loaded,
#page-heading.loading .content-wrapper,
#page-heading.loaded .content-wrapper {
  opacity: 1; }

nav {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform .25s, opacity 0s .25s; }

  nav.visible {
    transform: translateY(0%); 
    opacity: 1;
    transition: transform .25s; }

.ease-in {
  opacity: 0;
  transform: translateY(100px);
  transition: transform .5s, opacity .5s; }

  .ease-in.visible {
    opacity: 1; }

  .ease-in.delay-1 {
    transition: transform .5s .25s, opacity .5s .25s; }

  .ease-in.media {
    transform: translateY(200px);
    transition: transform .5s, opacity .5s; }

    .ease-in.visible {
      transform: translateY(0); }

    .ease-in.media.delay-1 {
      transition: transform .5s .25s, opacity .5s .25s;  }

.images-grid .ease-in.media {
  transform: translateY(0px);
  transition: opacity .5s 0s; }

  .images-grid .ease-in.media.delay-1 {
    transition: opacity .5s .1s; }

  .images-grid .ease-in.media.delay-2 {
    transition: opacity .5s .2s; }

  .images-grid .ease-in.media.delay-3 {
    transition: opacity .5s .3s; }

  .images-grid .ease-in.media.delay-4 {
    transition: opacity .5s .4s; }

  .images-grid .ease-in.media.delay-5 {
    transition: opacity .5s .5s; }

