html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* !!! CSS RESET !!! */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  margin: 0;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Colors */
/* Font Sizes */
#site.about {
  background-color: #000099;
  color: #fff;
  text-align: center; }
#site #contact_info {
  margin: auto;
  margin-top: 2.3rem;
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
  width: 70%;
  /*transform: translate(-50%, 0);*/
  text-align: center; }
  #site #contact_info a:link,
  #site #contact_info a:visited {
    color: #fff; }
  #site #contact_info a:hover {
    text-decoration: none; }
#site #about_background {
  max-width: 80vw;
  max-height: 80vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  border: 3px solid #000099; }
#site .modal_container {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 10;
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
  /*columns: 3;*/ }
  #site .modal_container img {
    display: block;
    margin: 1.5rem auto 1.5rem auto;
    width: 50%; }
#site .modal_heading {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: 'Lora', serif;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffe60e;
  /*background-color: $dark_blue;*/
  font-size: 2rem;
  /*text-shadow: 0.1rem 0.1rem 0px $pink;*/
  /*border: 3px solid $pink;*/
  /*display: inline-block;*/
  width: auto;
  /*border-radius: 10rem;*/
  /*-webkit-border-radius: 10rem;*/ }
#site .modal {
  display: block;
  vertical-align: middle;
  text-align: left;
  /*box-shadow: 0 0 50px #fff;*/
  /*border: 3px solid $dark_blue;*/
  font-size: 1rem;
  line-height: 1.15em;
  padding: 0.65rem;
  margin: 0rem 0;
  width: 100%;
  color: #fff; }
  #site .modal a:link,
  #site .modal a:visited {
    color: #fff; }
  #site .modal a:hover {
    text-decoration: none; }
  #site .modal h1 {
    margin-bottom: 1em; }
  #site .modal h2 {
    font-style: italic;
    color: #ffe60e;
    font-weight: 600;
    text-shadow: 0.07rem 0.07rem 0px #000099;
    margin-bottom: 0.3em;
    font-size: 1.1rem;
    line-height: 1.1em; }
  #site .modal p,
  #site .modal ul {
    margin-bottom: 1em;
    /*font-size: 0.8rem;
    line-height: 1.4em;*/ }
  #site .modal ul {
    list-style-type: circle;
    padding-left: 1rem;
    /*margin-top: 1em;*/ }
    #site .modal ul li {
      margin-bottom: 0.2em; }
  #site .modal ol {
    list-style-type: decimal;
    padding-left: 1rem; }
    #site .modal ol li {
      margin-bottom: 0.2em; }

@media (max-width: 960px) {
  #site #modal_container {
    columns: 2; }
  #site #contact_info {
    width: 65%; } }
@media (max-width: 767px) {
  #site #contact_info {
    margin-top: 7.5rem;
    width: 100%;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem; }
  #site .modal_container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; } }
@media (max-width: 465px) {
  #site #contact_info {
    margin-top: 6rem; } }
@-webkit-keyframes position_change {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  24% {
    transform: translate(95vw, 0) rotate(0deg); }
  25% {
    transform: translate(95vw, 0) rotate(90deg); }
  49% {
    transform: translate(95vw, 82vh) rotate(90deg); }
  50% {
    transform: translate(95vw, 82vh) rotate(180deg); }
  74% {
    transform: translate(0, calc(82vh)) rotate(180deg); }
  75% {
    transform: translate(0, calc(82vh)) rotate(270deg); }
  99% {
    transform: translate(0, 0) rotate(270deg); }
  100% {
    transform: translate(0, 0) rotate(360deg); } }
@keyframes position_change {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  24% {
    transform: translate(95vw, 0) rotate(0deg); }
  25% {
    transform: translate(95vw, 0) rotate(90deg); }
  49% {
    transform: translate(95vw, 82vh) rotate(90deg); }
  50% {
    transform: translate(95vw, 82vh) rotate(180deg); }
  74% {
    transform: translate(0, calc(82vh)) rotate(180deg); }
  75% {
    transform: translate(0, calc(82vh)) rotate(270deg); }
  99% {
    transform: translate(0, 0) rotate(270deg); }
  100% {
    transform: translate(0, 0) rotate(360deg); } }
@-webkit-keyframes wave {
  0% {
    top: 0; }
  50% {
    top: 2rem; }
  100% {
    top: 0; } }
@keyframes wave {
  0% {
    top: 0; }
  50% {
    top: 2rem; }
  100% {
    top: 0; } }
@-webkit-keyframes small_wave {
  0% {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px); }
  50% {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px); }
  100% {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px); } }
@keyframes small_wave {
  0% {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px); }
  50% {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px); }
  100% {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px); } }
@-webkit-keyframes opacity {
  0% {
    top: 0; }
  50% {
    top: 2rem; }
  100% {
    top: 0; } }
@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes show {
  0% {
    opacity: 0; }
  32% {
    opacity: 0; }
  33% {
    opacity: 1; }
  65% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes show {
  0% {
    opacity: 0; }
  32% {
    opacity: 0; }
  33% {
    opacity: 1; }
  65% {
    opacity: 1; }
  66% {
    opacity: 0; } }
html {
  font-size: 28px; }

#site {
  font-family: 'Lora', serif;
  padding: 0 0 2rem 0;
  background-color: #000099;
  color: #fff; }
  #site i {
    font-style: italic; }
  #site #homepage_intro {
    position: relative;
    min-height: 100vh;
    background-color: #fff; }
  #site header {
    font-size: 4rem;
    color: yellow;
    font-family: 'Lora', serif !important; }
    #site header span {
      position: fixed;
      width: 3rem;
      height: 3rem;
      text-align: center;
      vertical-align: middle;
      z-index: 8;
      top: 0;
      left: 0;
      opacity: 0; }
      #site header span:nth-child(1) {
        -webkit-animation: position_change 20s 4.5s linear infinite, wave 2s linear infinite, opacity 0.5s 4.5s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 4.5s linear infinite, wave 2s linear infinite, opacity 0.5s 4.5s linear forwards; }
      #site header span:nth-child(2) {
        -webkit-animation: position_change 20s 4s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 4s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 4s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 4s linear forwards; }
      #site header span:nth-child(3) {
        -webkit-animation: position_change 20s 3.5s linear infinite, wave 2s linear infinite, opacity 0.5s 3.5s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 3.5s linear infinite, wave 2s linear infinite, opacity 0.5s 3.5s linear forwards; }
      #site header span:nth-child(4) {
        -webkit-animation: position_change 20s 3s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 3s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 3s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 3s linear forwards; }
      #site header span:nth-child(5) {
        -webkit-animation: position_change 20s 2.5s linear infinite, wave 2s linear infinite, opacity 0.5s 2.5s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 2.5s linear infinite, wave 2s linear infinite, opacity 0.5s 2.5s linear forwards; }
      #site header span:nth-child(6) {
        -webkit-animation: position_change 20s 2s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 2s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 2s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 2s linear forwards; }
      #site header span:nth-child(7) {
        -webkit-animation: position_change 20s 1.5s linear infinite, wave 2s linear infinite, opacity 0.5s 1.5s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 1.5s linear infinite, wave 2s linear infinite, opacity 0.5s 1.5s linear forwards; }
      #site header span:nth-child(8) {
        -webkit-animation: position_change 20s 1s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 1s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 1s linear infinite, wave 2s 1s linear infinite, opacity 0.5s 1s linear forwards; }
      #site header span:nth-child(9) {
        -webkit-animation: position_change 20s 0.5s linear infinite, wave 2s linear infinite, opacity 0.5s 0.5s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s 0.5s linear infinite, wave 2s linear infinite, opacity 0.5s 0.5s linear forwards; }
      #site header span:nth-child(10) {
        -webkit-animation: position_change 20s linear infinite, wave 2s 1s linear infinite, opacity 0.5s linear forwards;
        /* Safari 4+ */
        animation: position_change 20s linear infinite, wave 2s 1s linear infinite, opacity 0.5s linear forwards; }
  #site #intro_container {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    /*background-image: url('../images/homepage/megaphone.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top center;*/ }
  #site .about_link {
    position: fixed;
    font-size: 2rem;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    text-decoration: none;
    color: #fff;
    left: 2rem;
    bottom: 6.5rem; }
    #site .about_link:after {
      content: '';
      left: -1rem;
      top: -3.2rem;
      position: absolute;
      width: 7rem;
      height: 9rem;
      background-image: url(../images/star.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1; }
  #site #open_modal {
    position: absolute;
    left: 2rem;
    bottom: 6.5rem; }
  #site #clipboard_close {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    width: 2.5rem; }
    #site #clipboard_close:hover {
      cursor: url("../images/cursor-01.png"), pointer;
      cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }
  #site #featured_content {
    position: absolute;
    z-index: 1000;
    display: none;
    vertical-align: top;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*margin-top: 7rem;*/
    /*margin-bottom: 5rem;*/
    padding-bottom: 3rem;
    width: 50%;
    border: 1px solid #ffe60e;
    border-radius: 0.5rem;
    background-color: #000099;
    text-align: left;
    -webkit-overflow-scrolling: touch; }
  #site #bulletin_content_wrap {
    max-height: 40vh;
    padding-bottom: 2rem;
    overflow: auto; }
    #site #bulletin_content_wrap:after {
      content: '';
      position: fixed;
      height: 2rem;
      width: 100%;
      left: 0;
      bottom: 2rem;
      background: linear-gradient(transparent, #000099); }
  #site #clipboard_top {
    display: block;
    width: 60%;
    margin: -5rem auto 0 auto; }
  #site .bulliten_heading {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  #site .bulliten_section a {
    font-size: 1rem;
    line-height: 1.4em;
    width: 60%;
    display: block;
    color: #fff;
    margin: 0 auto;
    position: relative;
    /*line-height: 1.35em;*/
    text-decoration: none; }
    #site .bulliten_section a:before {
      content: '';
      position: absolute;
      top: 0.2rem;
      left: -1.5rem;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      border: 1px solid #ffe60e; }
    #site .bulliten_section a:hover:before {
      background-color: #ffe60e; }
  #site #homepage_icons {
    width: auto;
    text-align: center; }
  #site #featured_content_link:hover {
    cursor: url("../images/cursor-01.png"), pointer;
    cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }
  #site .label_container {
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: bottom;
    height: 50vh;
    display: none;
    z-index: 101; }
    #site .label_container img {
      height: 100%; }
  #site .label {
    display: none;
    position: absolute;
    width: 100%;
    white-space: nowrap;
    bottom: -1.5rem;
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 0.8rem;
    text-align: center; }
  #site .press_text {
    font-family: 'Lora', serif;
    color: #f9cbdf;
    position: absolute;
    opacity: 0;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2em; }
    #site .press_text:nth-child(2) {
      top: 10%;
      left: 10%;
      transform: rotate(-15deg);
      animation: show 3s 0s infinite; }
    #site .press_text:nth-child(3) {
      top: 20%;
      right: -25%;
      transform: rotate(30deg);
      animation: show 3s 1s infinite; }
    #site .press_text:nth-child(4) {
      bottom: 3%;
      right: 15%;
      transform: rotate(-5deg);
      animation: show 3s 2s infinite; }
  #site .click_handler {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 100; }
    #site .click_handler#left {
      left: 0; }
      #site .click_handler#left:hover {
        cursor: url("../images/arrow-02.png"), pointer;
        cursor: -webkit-image-set(url("../images/arrow-02.png") 1x, url("../images/arrow2-02.png") 2x), pointer; }
    #site .click_handler#right {
      right: 0; }
      #site .click_handler#right:hover {
        cursor: url("../images/arrow-01.png"), pointer;
        cursor: -webkit-image-set(url("../images/arrow-01.png") 1x, url("../images/arrow2-01.png") 2x), pointer; }
  #site #presspress_slideshow {
    width: 65%;
    padding-bottom: 45%;
    display: block;
    /*margin-top: -5rem;*/
    z-index: -1;
    /*border: 3px solid $yellow;*/
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 5; }
    #site #presspress_slideshow:hover img {
      filter: blur(0px); }
    #site #presspress_slideshow:hover #website_intro {
      opacity: 0; }
    #site #presspress_slideshow img {
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      opacity: 0;
      transition: opacity linear 0.5s, filter linear 0.3s;
      filter: blur(10px); }
      #site #presspress_slideshow img.current {
        opacity: 1; }
  #site #website_intro {
    position: absolute;
    top: calc(50%);
    left: 50%;
    width: 90%;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    text-shadow: 0rem 0rem 2px #000099;
    /*mix-blend-mode: difference;*/
    /*font-style: italic;*/
    transition: opacity linear 0.3s;
    line-height: 1.2em;
    opacity: 1;
    margin-bottom: 1rem;
    margin-top: 0rem;
    z-index: 10; }
    #site #website_introp em {
      font-style: italic; }
  #site #archive_link_down {
    clear: both;
    display: block;
    position: absolute;
    width: 7rem;
    bottom: 4rem;
    right: 1rem;
    margin-right: auto; }
    #site #archive_link_down:hover {
      cursor: url("../images/cursor-01.png"), pointer;
      cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }
  #site #clipboard_heading {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
    color: #ffe60e;
    text-shadow: 0.1rem 0.1rem 0px #000099; }
    #site #clipboard_heading span {
      display: inline-block;
      vertical-align: top; }
      #site #clipboard_heading span:nth-child(even) {
        margin-top: 0.45rem; }
  #site.project {
    padding-bottom: 0; }
  #site #projects_container {
    width: 100%;
    /*border-top: 3px solid $dark_blue;
    border-left: 3px solid $dark_blue;
    border-right: 3px solid $dark_blue;*/
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #000099;
    background-image: url(../images/lines.svg);
    background-size: 6rem; }
  #site.project #project_section_header_container {
    box-sizing: border-box;
    color: #fff;
    /*background: $pink;*/
    /*border-top: 3px solid $dark_blue;*/ }
  #site.project.locked #project_section_header_container {
    /*background: $pink;*/
    /*border-top: 3px solid transparent;*/ }
  #site.locked #project_section_header_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #000099;
    border-bottom: 1px solid #f9cbdf; }
  #site.locked .project_section {
    padding-top: 2.4rem; }
    #site.locked .project_section:nth-child(5) {
      border-right: 1px solid #ffe60e;
      border-left: 1px solid #ffe60e; }
  #site .project_section {
    vertical-align: top;
    clear: both;
    display: inline-block;
    width: 33.33%;
    box-sizing: border-box; }
    #site .project_section:nth-child(5) {
      border-right: 1px solid #000099;
      border-left: 1px solid #000099;
      transition: border-left ease 0.7s, border-right ease 0.7s; }
  #site #project_section_header_container {
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border-bottom ease 0.7s;
    background-color: #000099; }
  #site .project_section_header {
    display: inline-block;
    width: 33.33%;
    padding: 0.7rem 0;
    /*border-bottom: 3px solid $dark_blue;*/
    text-transform: uppercase; }
  #site .doc_link:after {
    background: linear-gradient(#000099, rgba(0, 0, 0, 0)); }
  #site .doc_link:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    opacity: 1; }
  #site .gathering_link:after {
    background: linear-gradient(#8733ff, rgba(0, 0, 0, 0)); }
  #site .gathering_link:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    opacity: 1; }
  #site .network_link:after {
    background: linear-gradient(#f9cbdf, rgba(0, 0, 0, 0)); }
  #site .network_link:hover:after {
    opacity: 1; }
  #site .doc_link,
  #site .gathering_link,
  #site .network_link {
    display: block;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    width: 100%; }
    #site .doc_link:after,
    #site .gathering_link:after,
    #site .network_link:after {
      content: '';
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 50%;
      transition: opacity ease 0.3s;
      opacity: 0; }
    #site .doc_link:hover span,
    #site .gathering_link:hover span,
    #site .network_link:hover span {
      opacity: 1; }
    #site .doc_link img,
    #site .gathering_link img,
    #site .network_link img {
      display: block;
      width: 100%;
      margin: 0 auto;
      /*box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.5);*/
      z-index: 11; }
    #site .doc_link span,
    #site .gathering_link span,
    #site .network_link span {
      /*font-family: 'IBM Plex Sans', sans-serif;*/
      /*text-transform: uppercase;*/
      position: absolute;
      left: 0;
      top: 0;
      font-style: italic;
      font-weight: 600;
      color: #fff;
      padding: 1em;
      z-index: 1;
      opacity: 0;
      width: 100%;
      max-height: 100%;
      overflow: hidden;
      font-size: 2rem;
      text-shadow: 0rem 0rem 2px #000099;
      /*background-color: $dark_blue;*/
      transition: opacity ease 0.3s; }
  #site footer {
    /*font-family: 'IBM Plex Sans', sans-serif;*/
    text-align: left;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-size: 1rem;
    box-sizing: border-box;
    border-top: 1px solid #000099;
    background-color: #f9cbdf;
    z-index: 1501; }
    #site footer a:link,
    #site footer a:visited,
    #site footer h2 {
      display: inline-block;
      color: #000099;
      margin-right: 2rem;
      text-decoration: none;
      border-bottom: 1px solid;
      padding-bottom: 0.1em;
      /*text-decoration: underline;*/ }
    #site footer h2:hover,
    #site footer a:hover {
      border-bottom: 1px solid transparent;
      text-decoration: none;
      cursor: url("../images/cursor-01.png"), pointer;
      cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }
  #site .mobile_heading {
    display: none; }
  #site #site_credits {
    position: absolute;
    bottom: 1rem;
    right: 0;
    font-size: 0.8rem; }

@media (max-width: 2000px) {
  html {
    font-size: 26px; } }
@media (max-width: 1800px) {
  html {
    font-size: 24px; } }
@media (max-width: 1600px) {
  html {
    font-size: 22px; } }
@media (max-width: 1400px) {
  html {
    font-size: 20px; } }
@media (max-width: 1140px) {
  html {
    font-size: 20px; } }
@media (max-width: 1050px) {
  html {
    font-size: 18px; } }
@media (max-width: 1000px) {
  html {
    font-size: 16px; } }
@media (max-width: 960px) {
  #site #intro_container {
    width: 100%; }
  #site #megaphone {
    width: 20%;
    margin-top: -11%;
    margin-right: 25%; }
  #site #featured_content {
    /*margin-top: -6rem;
    margin-left: 45%;*/ }
  #site #presspress_slideshow {
    width: 80%;
    padding-bottom: 60%; }
  #site #website_intro {
    width: 100%; } }
@media (max-width: 840px) {
  .pdf_downloads {
    display: none; }

  .doc_link span,
  .gathering_link span,
  .network_link span {
    opacity: 1 !important; }
  .doc_link:after,
  .gathering_link:after,
  .network_link:after {
    opacity: 1 !important; } }
@media (max-width: 767px) {
  html {
    font-size: 18px; }

  #site .click_handler {
    display: none; }
  #site #clipboard_top {
    display: none; }
  #site #clipboard_heading {
    margin-top: 1.75rem;
    text-align: left;
    padding-left: 1rem;
    box-sizing: border-box; }
  #site #clipboard_close {
    top: 1.7rem;
    z-index: 100; }
  #site #bulletin_content_wrap {
    max-height: none; }
    #site #bulletin_content_wrap:after {
      display: none; }
  #site #featured_content {
    position: fixed;
    border-radius: 0;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    transform: translate(0, 0); }
  #site .mobile_heading {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #fff;
    text-align: left;
    position: relative;
    text-transform: uppercase; }
    #site .mobile_heading:after, #site .mobile_heading:before {
      content: '';
      position: absolute; }
    #site .mobile_heading:after {
      top: 50%;
      right: 1.5rem;
      transform: translate(50%, -50%);
      height: 1rem;
      border-right: 1px solid #fff; }
    #site .mobile_heading:before {
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      width: 1rem;
      border-bottom: 1px solid #fff; }
    #site .mobile_heading.open:after {
      display: none; }
  #site.home .project_section {
    display: none; }
  #site #website_intro {
    width: 100%; }
  #site header {
    display: none; }
  #site #modal_container {
    margin-top: 6rem;
    width: calc(100% - 2rem); }
  #site .modal {
    padding: 0; }
  #site #home_link {
    top: 1rem;
    left: 1rem; }
  #site #project_section_header_container {
    display: none; }
  #site .project_section {
    display: block;
    width: 100%; }
  #site.home #nav_background {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #000099;
    width: 100%;
    height: 6.5rem;
    z-index: 11; }
  #site #nav_background {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000099;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 6.5rem;
    z-index: 11; }
  #site #hamburger {
    top: 0.65rem !important;
    right: 1rem !important; }
  #site footer {
    text-align: center;
    padding-bottom: 0.65rem; }
    #site footer a,
    #site footer h2 {
      margin-left: 0.4rem !important;
      margin-right: 0.4rem !important;
      font-size: 0.8rem; }
  #site.locked .project_section {
    padding-top: 0rem; }
    #site.locked .project_section:nth-child(3) {
      border-right: none;
      border-left: none; } }
@media (max-width: 767px) {
  #site #archive_link_down {
    display: none; }
  #site #homepage_intro {
    height: auto;
    min-height: auto; }
  #site #presspress_slideshow {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    padding-bottom: 0;
    width: 90%; }
    #site #presspress_slideshow:hover #website_intro {
      opacity: 1; }
    #site #presspress_slideshow img {
      display: none; }
    #site #presspress_slideshow img:nth-child(2) {
      opacity: 1 !important;
      top: auto;
      left: auto;
      transform: translate(0, 0);
      position: relative;
      filter: blur(0);
      display: block;
      width: 100%;
      margin-bottom: 2rem; }
  #site #website_intro {
    display: block;
    position: relative;
    margin-top: 8rem;
    margin-bottom: 2rem;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    font-size: 2rem;
    text-align: left;
    hyphens: auto !important; }
  #site header {
    display: block;
    font-size: 3rem;
    color: yellow;
    position: fixed;
    top: 1.3rem;
    left: 0;
    width: 100%;
    padding-left: 0.25rem;
    text-align: center;
    z-index: 12; }
    #site header span {
      position: relative;
      display: inline-block;
      width: auto;
      height: auto;
      text-align: center;
      vertical-align: middle;
      z-index: 8;
      transform: translateY(-5px);
      opacity: 1; }
      #site header span:nth-child(odd) {
        -webkit-animation: small_wave 2s linear infinite;
        /* Safari 4+ */
        animation: small_wave 2s linear infinite; }
      #site header span:nth-child(even) {
        -webkit-animation: small_wave 2s 1s linear infinite;
        /* Safari 4+ */
        animation: small_wave 2s 1s linear infinite; } }
@media (max-width: 670px) {
  #site header {
    top: 1.6rem;
    font-size: 2.5rem; } }
@media (max-width: 575px) {
  #site header {
    top: 1.9rem;
    font-size: 2rem; } }
@media (max-width: 500px) {
  #site header {
    top: 2.3rem;
    font-size: 1.5rem; } }
@media (max-width: 465px) {
  #site #clipboard_heading {
    font-size: 1.5rem; }
  #site #clipboard_close {
    top: 1.65rem;
    width: 2rem; }
  #site header {
    top: 1.9rem;
    font-size: 1rem; }
  #site #website_intro {
    margin-top: 6rem; }
  #site #hamburger {
    top: 0.45rem !important;
    right: 0.45rem !important; }
  #site.home #nav_background,
  #site #nav_background {
    height: 5rem; }
  #site .doc_link span,
  #site .gathering_link span,
  #site .network_link span {
    font-size: 1.5rem; } }
#site {
  cursor: url("../images/cursor-02.png"), auto;
  cursor: -webkit-image-set(url("../images/cursor-02.png") 1x, url("../images/cursor-04.png") 2x), auto; }
  #site a:hover {
    cursor: url("../images/cursor-01.png"), pointer;
    cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }
  #site.about #home_link {
    /*background-color: $dark_blue;*/
    /*border: 3px solid #fff;*/
    color: #fff; }
  #site.nav_show #home_link {
    /*background-color: $dark_blue;*/
    /*border: 3px solid #fff;*/
    color: #fff;
    z-index: 2000; }
  #site #home_link {
    position: fixed;
    top: calc(2rem - 0.3rem);
    left: calc(2rem);
    background-color: transparent;
    border-radius: 0.5rem;
    /*font-size: $large_type;*/
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    z-index: 98;
    padding: 0.5rem; }
    #site #home_link img {
      width: 5rem;
      box-sizing: border-box; }
  #site.about #hamburger {
    background-image: url(../images/index-01.svg); }
  #site #hamburger {
    position: fixed;
    top: 1rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
    background-image: url(../images/index-03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 99; }
    #site #hamburger:hover {
      cursor: url("../images/cursor-01.png"), pointer;
      cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }
  #site.nav_show #hamburger {
    background-image: url(../images/index-02.svg);
    z-index: 2000; }
  #site .mobile_br {
    display: none; }

@media (max-width: 767px) {
  #site #home_link {
    padding: 0;
    top: 2.5rem;
    left: 1rem; } }
@media (max-width: 465px) {
  #site #hamburger {
    top: 2rem;
    width: 4rem;
    height: 4rem; }
  #site .mobile_br {
    display: block; }
  #site.project #home_link {
    top: 0 !important; }
    #site.project #home_link img {
      top: 2rem; }
  #site #home_link {
    top: 2rem; }
    #site #home_link img {
      top: 2.3rem;
      width: 3.35rem; } }
#site #site_navigation {
  position: fixed;
  top: -3px;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  right: 0;
  border-top: 1px solid #ffe60e;
  background-color: #000099;
  z-index: 1500;
  transform: translateY(110%);
  transition: transform ease 0.5s;
  color: #f9cbdf;
  text-align: center;
  padding-top: 2.35rem;
  padding-bottom: 3rem; }
#site #nav_footer {
  z-index: 100000;
  display: none; }
#site #nav_heading {
  font-size: 2rem;
  font-style: italic; }
#site .nav_column {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 1rem 0;
  border-top: 1px solid #ffe60e;
  text-align: center;
  /*border-bottom: 3px solid $yellow;*/
  margin-top: 5rem; }
  #site .nav_column:nth-of-type(2) {
    border-left: 1px solid #ffe60e;
    border-right: 1px solid #ffe60e; }
#site.nav_show #nav_about_link {
  display: block; }
#site #nav_about_link {
  display: none;
  position: fixed;
  bottom: 0rem;
  left: 1rem;
  font-size: 2rem;
  /*text-decoration: underline;*/
  margin: 1rem 0 4rem 2rem;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  text-decoration: none;
  color: #fff;
  z-index: 10000; }
  #site #nav_about_link:after {
    content: '';
    left: -1.8rem;
    top: -4.2rem;
    position: absolute;
    width: 9rem;
    height: 11rem;
    background-image: url(../images/star.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }
#site .nav_sub_heading {
  text-transform: uppercase;
  margin-top: -3rem;
  margin-bottom: 3rem;
  text-align: center; }
#site .nav_link {
  display: inline-block;
  text-decoration: none;
  color: #f9cbdf;
  position: relative;
  margin: 1rem; }
  #site .nav_link.selected:after, #site .nav_link:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 180%;
    border-radius: 50%;
    border: 1px solid #ffe60e;
    left: 0%;
    top: -40%;
    transform: rotate(-5deg); }
#site.nav_show #site_navigation {
  transform: translateY(0); }
#site .mobile_nav_heading {
  display: none; }

@media (max-width: 767px) {
  #site #nav_heading {
    /*display: none;*/
    font-size: 1rem;
    margin-top: 1.8rem;
    margin-bottom: 3rem; }
  #site .nav_sub_heading {
    margin-top: -5rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid; }
  #site .nav_column {
    display: none;
    vertical-align: top;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #ffe60e;
    border-top: none;
    text-align: center;
    /*border-bottom: 3px solid $yellow;*/
    margin-top: 0;
    margin-bottom: 0; }
    #site .nav_column:nth-of-type(2) {
      border-left: none;
      border-right: none; }
  #site .nav_sub_heading {
    display: none; }
  #site .mobile_nav_heading {
    display: block;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid #ffe60e; }
    #site .mobile_nav_heading:nth-child(2) {
      border-top: 1px solid #ffe60e; }
    #site .mobile_nav_heading:before, #site .mobile_nav_heading:after {
      content: '';
      position: absolute; }
    #site .mobile_nav_heading:before {
      width: 1rem;
      border-bottom: 1px solid #ffe60e;
      top: 50%;
      transform: translateY(-50%);
      right: 1rem; }
    #site .mobile_nav_heading:after {
      height: 1rem;
      right: 1.5rem;
      transform: translateX(50%);
      border-right: 1px solid #ffe60e; }
    #site .mobile_nav_heading.open:after {
      display: none; }
  #site #site_navigation {
    padding-top: 1.1rem;
    transform: translateY(120%); } }
@media (max-width: 465px) {
  #site #nav_heading {
    margin-top: 1.1rem; } }
#site.project header {
  display: none; }
#site .home_link_image {
  transition: opacity ease 0.5s 0s;
  position: absolute;
  left: 0; }
#site .home_link_image.white {
  opacity: 0; }
#site.nav_show .home_link_image {
  transition: opacity ease 0.5s 0.3s; }
  #site.nav_show .home_link_image.white {
    opacity: 1; }
  #site.nav_show .home_link_image.blue {
    opacity: 0; }
#site.gathering {
  background-color: #fff;
  color: #000099;
  /*margin-bottom: 2rem;*/ }
#site.network {
  background-color: #fff;
  color: #000099;
  /*margin-bottom: 2rem;*/ }
#site .desktop_project_images {
  display: inline-block;
  /*top: 15rem;*/
  left: 0;
  width: calc(55% - 2rem);
  margin-right: 2rem; }
  #site .desktop_project_images img {
    width: 100%; }
#site .project_image.mobile {
  display: none; }
#site #project_container {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  /*margin-top: 2.25rem;*/
  margin-bottom: 3rem; }
  #site #project_container p {
    margin-bottom: 1em; }
#site.gathering #project_title {
  text-shadow: 0.1rem 0.1rem 0px #8733ff; }
#site.network #project_title {
  text-shadow: 0.1rem 0.1rem 0px #f9cbdf; }
#site #project_title {
  display: block;
  text-align: left;
  width: 70%;
  padding-top: 1.2rem;
  margin: auto;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2em;
  font-style: italic;
  /*color: $dark_blue;*/ }
#site #project_subheading {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
  width: 70%;
  margin: auto;
  font-size: 1.5rem;
  line-height: 1.2em; }
  #site #project_subheading a:link,
  #site #project_subheading a:visited {
    color: #000099;
    border-bottom: 1px solid;
    text-decoration: none; }
  #site #project_subheading a:hover {
    border-bottom: 1px solid transparent; }
#site img.project_image {
  display: block;
  margin-bottom: 2rem; }
  #site img.project_image.full {
    margin-left: auto;
    margin-right: auto;
    width: 70%; }
  #site img.project_image.left {
    margin-left: 0;
    width: 60%; }
  #site img.project_image.right {
    margin-left: 40%;
    width: 60%; }
#site h2.project_heading {
  text-indent: 3rem;
  display: block;
  font-size: 1rem;
  margin-bottom: 1em; }
  #site h2.project_heading em {
    font-style: italic; }
  #site h2.project_heading strong {
    font-weight: 600; }
#site .project_text,
#site .caption {
  text-indent: 3rem;
  display: block;
  /*width: 30%;*/
  /*margin-left: 55%;*/
  text-align: left;
  /*margin:auto;*/
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 2rem; }
  #site .project_text em,
  #site .caption em {
    font-style: italic; }
  #site .project_text strong,
  #site .caption strong {
    font-weight: 600; }
#site p.project_text {
  /*column-count: 3;*/ }
#site #project_content_wrapper {
  margin-bottom: calc(-2rem - 3px); }
#site #project_related_heading {
  position: relative;
  width: 100%;
  background-color: #000099;
  color: #fff;
  /*font-family: sans-serif;*/
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 2rem;
  font-style: italic;
  text-align: center;
  z-index: 99; }
#site #project_link_down {
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  width: 7rem; }
  #site #project_link_down:hover {
    cursor: url("../images/cursor-01.png"), pointer;
    cursor: -webkit-image-set(url("../images/cursor-01.png") 1x, url("../images/cursor-03.png") 2x), pointer; }

@media (max-width: 1000px) {
  #site #project_title,
  #site #project_subheading {
    width: 60%; } }
@media (max-width: 767px) {
  #site.project header {
    display: block; }
  #site #project_title {
    padding-top: 6rem;
    width: 100%;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; }
  #site #project_subheading {
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; }
  #site .desktop_project_images {
    display: none; }
  #site .project_image.mobile {
    display: block;
    width: 100%; }
  #site #project_container {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box; }
  #site #project_link_down {
    width: 5rem; } }
@media (max-width: 465px) {
  #site #project_link_down {
    right: 0.25rem; } }

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