@charset "UTF-8";
@font-face {
  src: url("../fonts/CircularStd-Book.woff");
  font-family: 'Circular'; }

@font-face {
  src: url("../fonts/CircularStd-BookItalic.woff");
  font-family: 'Circular';
  font-style: italic; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit; }

html {
  font-size: 10px; }
  @media (max-width: 760px) {
    html {
      font-size: 7px; } }

body {
  font-family: 'Circular', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  width: 100vw;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }
  body.sheet-open .stories {
    pointer-events: none; }
  body.post-container-open, body.sheet-open {
    overflow: hidden; }

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

p, figcaption, ul, ol {
  padding-bottom: 1em; }

small, .small {
  font-size: 2rem;
  margin-bottom: 0.2em;
  display: block; }

h1, h2, h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em; }

strong {
  text-transform: uppercase; }

em {
  font-style: italic; }

sup {
  vertical-align: inherit; }

h1 {
  font-size: 3.2rem; }
  h1 svg {
    width: auto;
    height: 0.72em;
    margin: 0 0.4em; }

li {
  padding-left: 0.5em; }

a {
  text-decoration: none; }
  a:hover {
    color: #ff6445; }

p a {
  text-decoration: underline; }

ul, ol {
  padding-left: 1em;
  padding-right: 3.6em; }
  @media (max-width: 760px) {
    ul, ol {
      padding-right: 0; } }

.container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  flex: 1; }

.row {
  padding: 0 0.75em;
  display: flex; }
  @media (max-width: 760px) {
    .row {
      padding-left: 0.35em; } }

.gutter {
  padding-right: 0.5em; }

.hero {
  min-height: 100vh;
  line-height: 0.9;
  width: 100%;
  color: #272727;
  font-size: 4vw; }
  @media (max-width: 760px) {
    .hero {
      font-size: 3.2rem; } }
  .hero canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .hero .text {
    position: relative;
    z-index: 2;
    pointer-events: none;
    height: 100vh; }
    .hero .text .flex {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: calc(100vw - 1.5em);
      height: calc(100vh - 1em); }
      @media (max-width: 760px) {
        .hero .text .flex {
          width: calc(100vw - 0.7em);
          height: calc(100vh - 0.7em); } }
    .hero .text .box {
      padding: 0.25em;
      width: 50%;
      height: 50%; }
      .hero .text .box:first-of-type {
        border-right: 7px solid;
        border-bottom: 7px solid; }
        @media (max-width: 760px) {
          .hero .text .box:first-of-type {
            border-right: 3px solid;
            border-bottom: 3px solid;
            padding-left: 0; } }
      .hero .text .box:nth-of-type(2) {
        border-bottom: 7px solid; }
        @media (max-width: 760px) {
          .hero .text .box:nth-of-type(2) {
            border-bottom: 3px solid;
            padding-right: 0; } }
      .hero .text .box:nth-of-type(3) {
        border-right: 7px solid; }
        @media (max-width: 760px) {
          .hero .text .box:nth-of-type(3) {
            border-right: 3px solid;
            padding-left: 0; } }
      @media (max-width: 760px) {
        .hero .text .box:nth-of-type(4) {
          padding-right: 0; } }
    .hero .text .col {
      padding: 0.5em 0; }
      @media (max-width: 760px) {
        .hero .text .col {
          padding-top: 1.5em; } }
    @media (max-width: 760px) {
      .hero .text {
        display: block; }
        .hero .text .col {
          width: 100%;
          margin-left: 0; } }
  .hero .vp-container {
    margin-top: auto; }
  .hero .box a:hover {
    color: white; }

.rmit-logo, .bottom-right {
  font-size: 3rem; }

.rmit-logo {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  z-index: 18; }
  .rmit-logo img {
    height: 1em;
    width: auto; }

.bottom-right {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 18; }
  .bottom-right a:hover {
    color: white; }

.intro {
  padding-top: 2em;
  margin-bottom: 9.6rem;
  font-size: 2.6vw;
  line-height: 1; }
  .intro p {
    padding-right: 1.5em; }
  @media (max-width: 760px) {
    .intro {
      font-size: 3.2rem;
      display: block; }
      .intro .col {
        width: 100%; } }
  .intro__dcp {
    margin-left: calc(100% * 1 / 16); }
    @media (max-width: 1280px) {
      .intro__dcp {
        margin-left: 0; } }
  .intro__dcp, .intro__ecp {
    width: calc(100% * 5 / 16);
    min-width: 24rem; }
    @media (max-width: 760px) {
      .intro__dcp, .intro__ecp {
        display: none; } }
  .intro__text {
    width: calc(100% * 10 / 16); }
    .intro__text ul {
      list-style: none;
      position: relative; }
      .intro__text ul li:before {
        position: absolute;
        content: '—';
        left: 0; }
    @media (max-width: 1280px) {
      .intro__text {
        width: calc(100% * 9 / 16); } }

.stories {
  padding-top: 1.4em;
  flex: 1; }
  .stories h1 {
    margin-bottom: 1em; }

.year__heading {
  cursor: pointer;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 2px solid; }
  .year__heading h1 {
    margin: 0; }
  .year__heading span:nth-of-type(2) {
    display: none; }

.year.open .year__heading span:nth-of-type(1) {
  display: none; }

.year.open .year__heading span:nth-of-type(2) {
  display: inline; }

.sheets {
  position: relative;
  z-index: 1; }

.sheet {
  transition: margin-top 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #f2f2f2;
  position: relative; }
  @media print {
    .sheet {
      position: static !important;
      width: 100% !important;
      top: initial !important;
      left: initial !important;
      bottom: initial !important;
      right: initial !important; }
      .sheet .cta-box {
        display: none; }
      .sheet .sheet__gallery {
        display: none; }
      .sheet .sheet__print__gallery {
        display: block; } }
  .sheet__print__gallery {
    display: none; }
    .sheet__print__gallery img {
      width: 100%; }
  .sheet__overflow {
    transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .sheet:not(.fixed):hover {
    margin-top: -3rem; }
    .sheet:not(.fixed):hover .sheet__overflow {
      height: 3rem; }
  .sheet a:hover {
    color: white; }
  .sheet.closing {
    pointer-events: none; }
  .sheet.animate {
    transition-property: top, height;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .sheet.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .sheet__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: block;
    z-index: 10; }
  .sheet .video {
    width: 100%;
    margin-bottom: 1em; }
  .sheet__close, .sheet__print {
    position: fixed;
    margin-top: -0.1em;
    top: 0.5em;
    right: 0.5em;
    z-index: 500; }
  .sheet__print {
    right: initial;
    left: 0.5em; }
  .sheet__title-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .sheet__title {
    margin: auto;
    max-width: 86rem;
    text-align: center;
    padding: 0.5em;
    font-size: 3rem;
    line-height: 1; }
    @media (max-width: 760px) {
      .sheet__title {
        padding: 0.5em 1.8em; } }
    .sheet__title h2, .sheet__title h3 {
      margin-bottom: 0; }
    .sheet__title h3 {
      text-transform: none; }
  .sheet__hero-image {
    margin: 2.4rem;
    margin-top: 0; }
    .sheet__hero-image:not(:hover) img {
      -webkit-filter: grayscale(1) contrast(0.95) brightness(1);
              filter: grayscale(1) contrast(0.95) brightness(1);
      mix-blend-mode: multiply; }
      [data-sheet-type="opportunity"] .sheet__hero-image:not(:hover) img {
        -webkit-filter: none;
                filter: none;
        mix-blend-mode: normal; }
  .sheet__meta {
    display: flex; }
    @media (max-width: 760px) {
      .sheet__meta {
        flex-direction: column; } }
    .sheet__meta > * {
      flex: 1; }
  .sheet__accordion {
    margin-top: 2.4em !important; }
  .sheet__partners {
    padding-right: 1em; }
    @media (max-width: 760px) {
      .sheet__partners {
        padding-bottom: 1em; } }
    .sheet__partners p {
      padding-bottom: 0;
      padding-right: 1em; }
  .sheet__contents {
    margin: auto;
    padding-bottom: 9.6rem;
    max-width: 102.4rem; }
  .sheet__overflow {
    overflow-y: hidden;
    width: 100%; }
    .sheet:not(.fixed) .sheet__overflow {
      height: 0rem; }
  .sheet__details {
    padding-bottom: 2.4rem; }
    .sheet__details:last-of-type {
      padding-bottom: 9.6rem; }
    @media (max-width: 760px) {
      .sheet__details {
        display: block; } }
    .sheet__details > * {
      font-size: 2rem; }
    .sheet__details .col:nth-child(1) {
      width: calc(100% * 5 / 16); }
      @media (max-width: 760px) {
        .sheet__details .col:nth-child(1) {
          width: 100%; } }
    .sheet__details .col:nth-child(2) {
      flex: 1;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0.5em;
         -moz-column-gap: 0.5em;
              column-gap: 0.5em; }
      @media (max-width: 760px) {
        .sheet__details .col:nth-child(2) {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1; } }
  .sheet hr {
    border: none;
    border-top: 2px solid black;
    display: block;
    margin: 0 0.5em 1.2rem; }

figure {
  display: table;
  margin: auto; }
  figure img {
    margin: auto;
    max-width: 100%;
    max-height: 45vh; }
  figure figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: 1.6rem;
    padding-top: 0.2rem; }

.menu, .page, .hamburger {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1); }

button {
  background: transparent;
  outline: 0;
  border: 0; }
  button:hover {
    color: #ff6445;
    text-decoration: underline;
    cursor: pointer; }

body.menu-open {
  overflow: hidden; }
  body.menu-open .page, body.menu-open .hamburger {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw); }
  @media (max-width: 760px) {
    body.menu-open .page {
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw); } }
  @media (max-width: 760px) {
    body.menu-open .hamburger {
      -webkit-transform: translateX(100vw) translateX(-200%);
              transform: translateX(100vw) translateX(-200%);
      z-index: 100; } }
  body.menu-open .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial; }

.menu {
  width: 50vw;
  -webkit-transform: translateX(calc(-100% - 1px));
          transform: translateX(calc(-100% - 1px));
  display: flex;
  flex-direction: column;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 4;
  background: #f2f2f2; }
  @media (max-width: 760px) {
    .menu {
      width: 100vw;
      -webkit-transform: translateX(calc(-100% - 1px));
              transform: translateX(calc(-100% - 1px));
      z-index: 21; } }
  .menu .knock {
    fill: #f2f2f2; }
  .menu nav {
    margin: 0.5em;
    font-size: 4vw;
    line-height: 1; }
    @media (max-width: 760px) {
      .menu nav {
        font-size: 3.5rem; } }
    .menu nav:hover a:not(:hover) {
      padding-left: 0; }
    .menu nav a {
      display: block;
      line-height: 0.9; }
      .menu nav a.active, .menu nav a:hover {
        /* padding-left: 4.8rem; */
        color: #ff6445; }
  .menu__results {
    overflow-y: auto; }
  .menu__footer {
    width: 100%;
    padding-bottom: 0.5em;
    padding-top: 4.8rem;
    margin-top: auto; }
    .menu__footer .row {
      font-size: 4vw;
      padding: 0.5em; }
      @media (max-width: 760px) {
        .menu__footer .row {
          font-size: 3.5rem; } }
      .menu__footer .row .col {
        font-size: 2rem; }
    @media (max-width: 760px) {
      .menu__footer {
        margin-top: initial; } }
    .menu__footer a {
      text-decoration: none; }
    .menu__footer .col {
      width: 50%; }
    .menu__footer p {
      padding-bottom: 0; }
    .menu__footer form.mailinglist {
      display: flex; }
      .menu__footer form.mailinglist input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        background: none;
        outline: none; }
        .menu__footer form.mailinglist input[type="email"] {
          flex: 1;
          width: 100%; }

form input {
  background: transparent !important;
  outline: none;
  border: none; }

.orange {
  color: #ff6445; }

.hamburger {
  top: 0.5em;
  left: 0.5em;
  margin-left: 0;
  width: 1.25em;
  position: fixed;
  z-index: 20; }
  .hamburger:hover line, [data-page="home"]:not(.scrolled) .hamburger line {
    stroke: #272727 !important; }
  .hamburger svg {
    width: 100%;
    height: auto; }

.info {
  padding-top: 1.4em;
  padding-bottom: 9.6rem;
  margin: auto;
  max-width: 108rem; }

blockquote {
  margin-left: 3.6em;
  margin-right: 1em; }
  @media (max-width: 760px) {
    blockquote {
      margin-left: 1em; } }

.accordion {
  margin-top: 1em;
  border-bottom: 2px solid; }
  .accordion__section {
    border-top: 2px solid black; }
    .accordion__section > *:not(.accordion__section__content):hover {
      color: #ff6445; }
    .accordion__section .arrow {
      display: inline-block; }
    .accordion__section.open svg, .accordion__section.open .arrow {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
    .accordion__section h2 {
      text-align: left !important;
      margin-bottom: 0 !important;
      cursor: pointer;
      position: relative; }
      .accordion__section h2 span.indent {
        margin-left: 2.6em;
        text-transform: none; }
        @media (max-width: 760px) {
          .accordion__section h2 span.indent {
            margin-left: 1em; } }
      .accordion__section h2 svg {
        height: 0.7em;
        width: auto;
        position: absolute;
        left: 0;
        top: 0.25em; }
    .accordion__section__content {
      padding-top: 1em; }
      .accordion__section__content p {
        text-indent: 3.6em;
        padding-bottom: 0; }
        @media (max-width: 760px) {
          .accordion__section__content p {
            text-indent: 1em; } }
        .accordion__section__content p:not(:last-child) {
          margin-bottom: 0; }
        .accordion__section__content p:last-of-type {
          padding-bottom: 3.6rem; }
      .accordion__section__content__related {
        padding-left: 3.6em;
        margin-left: 1.8em;
        text-indent: -1.8em; }
        @media (max-width: 760px) {
          .accordion__section__content__related {
            padding-left: 0; } }

.dot {
  background: #ff6445;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.3em; }

.news {
  background: #f2f2f2;
  padding-top: 1.4em;
  padding-bottom: 9.6rem;
  min-height: 100vh; }
  .news__grid {
    max-width: 108rem;
    margin: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    position: relative;
    padding-left: 0.5em;
    margin-top: 4.8rem; }
    @media (max-width: 720px) {
      .news__grid {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .news__grid:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      border-right: 2px solid; }
      @media (max-width: 720px) {
        .news__grid:after {
          display: none; } }
  .news__item {
    display: inline-block;
    margin-bottom: 0.5em; }
    .news__item__header {
      text-align: center; }
    .news__item__border {
      border-bottom: 2px solid; }
    .news__item__hero {
      margin-bottom: 1em; }
  .news img {
    max-height: 30vh; }

.multiply {
  mix-blend-mode: multiply; }
  .multiply img {
    -webkit-filter: grayscale(1) contrast(0.75) brightness(1.25);
            filter: grayscale(1) contrast(0.75) brightness(1.25);
    display: block; }
  .multiply:hover {
    mix-blend-mode: normal; }
    .multiply:hover img {
      -webkit-filter: none;
              filter: none; }

.screen {
  mix-blend-mode: screen; }
  .screen img {
    -webkit-filter: grayscale(1) contrast(1) brightness(1);
            filter: grayscale(1) contrast(1) brightness(1);
    display: block; }
  .screen:hover {
    mix-blend-mode: normal; }
    .screen:hover img {
      -webkit-filter: none;
              filter: none; }

.sheet__gallery:not(.ready) {
  opacity: 0; }

.sheet__gallery-wrapper {
  position: relative;
  margin-bottom: 9.6rem; }

.sheet__gallery__prev, .sheet__gallery__next {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 6em;
  display: flex;
  align-items: center;
  padding: 1em;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sheet__gallery__prev:not(:hover), .sheet__gallery__next:not(:hover) {
    opacity: 0; }
  @media (max-width: 760px) {
    .sheet__gallery__prev, .sheet__gallery__next {
      opacity: 1 !important; } }
  .sheet__gallery__prev span, .sheet__gallery__next span {
    margin-left: 0;
    margin-right: auto;
    position: relative;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    line-height: 1.25; }

.sheet__gallery__next {
  right: 0; }
  .sheet__gallery__next span {
    margin-left: auto;
    margin-right: 0; }

.sheet__gallery__title {
  margin-left: 0.5em;
  width: calc(50vw - 0.5em);
  position: relative;
  height: 100%; }
  @media (max-width: 760px) {
    .sheet__gallery__title {
      display: none; } }
  .sheet__gallery__title h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }

.sheet__gallery__image {
  padding-left: 0.5em; }
  .sheet__gallery__image--embed figure {
    width: calc(16 / 9 * 45vh); }

.sheet__gallery figure {
  margin: 0; }
  .sheet__gallery figure img, .sheet__gallery figure video {
    width: auto;
    height: 45vh;
    max-width: none; }

.comma-list > *:not(:last-child):after {
  content: ', '; }

.ampersand-list > *:not(:last-child):after {
  content: ', '; }

.ampersand-list > *:nth-last-child(2):after {
  content: ' & '; }

.people {
  padding-top: 1.4em;
  max-width: 108rem;
  margin: auto;
  padding-bottom: 4em; }
  .people__person figure {
    margin-bottom: 0.5em; }
  .people__person__meta {
    display: flex;
    flex-wrap: wrap; }
    .people__person__meta > div {
      margin-bottom: 1.2em;
      width: 50%; }
  .people__person__name {
    display: flex;
    cursor: pointer; }
    .people__person__name > * {
      flex: 1; }
  .people p {
    text-indent: 0;
    padding-bottom: 1.2em; }

.menu__results__heading {
  text-transform: uppercase; }

.menu__results__group {
  margin-bottom: 1em; }

.menu__results__result {
  text-indent: -1em;
  margin-left: 1em; }

.post-container {
  background: #ccc;
  color: black;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .post-container a:hover {
    color: white; }
  @media (max-width: 760px) {
    .post-container {
      width: 100vw; } }
  .post-container__close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em; }
  .post-container__content {
    margin: 0.5em; }
  body.post-container-open .post-container {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.tag__header {
  margin-top: 1em; }

.tag__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.tag__item {
  width: calc(100% * 1 / 3);
  position: relative;
  margin-bottom: 1.6rem; }
  .tag__item[data-type="project"] .tag__item__inner {
    border: 2px solid transparent; }
  .tag__item[data-type="person"] .tag__item__inner, .tag__item[data-type="post"] .tag__item__inner {
    background: white;
    border: 2px solid black; }
  .tag__item__sizer {
    width: 100%;
    padding-top: 90%; }
  .tag__item__contents {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex; }
  .tag__item__inner {
    flex: 1;
    height: 100%;
    margin: 0.8rem;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .tag__item__inner:hover {
      color: inherit; }
  .tag__item__project {
    margin: auto; }

.caps {
  text-transform: uppercase; }

.center {
  text-align: center; }

[data-waypoint="opportunities"] .opp:not(:last-of-type) {
  border-bottom: 2px solid;
  margin-bottom: 2.4rem;
  padding-bottom: 4.8rem; }

[data-waypoint="opportunities"] h2:not(.opp__title) {
  text-align: left; }

[data-waypoint="opportunities"] figure {
  margin-bottom: 1em; }

[data-waypoint="opportunities"] .accordion__section p, .sheet__contents .accordion__section p {
  text-indent: 0;
  margin-bottom: 1em; }

@media print {
  .hamburger, .sheet__print, .sheet__close, .sheet__gallery__title {
    display: none; } }

.cta-box, .sheet .box {
  text-transform: uppercase;
  padding: 0.5em 1em;
  border: 2px solid;
  display: inline-block;
  margin: auto;
  text-decoration: none;
  text-align: center; }

.contact-modal {
  background: white;
  padding: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 1em;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 56rem;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 200;
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.2); }
  .contact-modal form p:not(:last-child) {
    padding-bottom: 0.5em; }
  .contact-modal a {
    text-decoration: none; }
  .contact-modal .radios {
    display: flex;
    flex-wrap: wrap; }
  .contact-modal .radios label {
    cursor: pointer;
    width: 50%;
    padding-right: 0.5em; }
  .contact-modal input[type="radio"], .contact-modal input[type="checkbox"] {
    position: relative;
    top: -0.15em; }
  .contact-modal input[type="text"], .contact-modal input[type="email"], .contact-modal textarea {
    width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.05) !important;
    padding: 0.4em;
    resize: none;
    outline: none; }
  .contact-modal textarea {
    height: calc(1em * 6); }

.footer {
  font-size: 1.8rem;
  border-top: 2px solid;
  padding-top: 1.8rem;
  padding-bottom: 1.4em; }
  [data-template="opportunities"] .footer {
    margin-top: auto; }
  .footer a {
    text-decoration: none; }
  .footer .col {
    padding-right: 0.5em; }
  .footer .logo {
    width: 10.5rem;
    margin-right: 2rem; }
    .footer .logo img {
      width: 100%;
      position: relative;
      top: 0.1em; }
  .footer .infos {
    width: 30rem; }
  .footer .acknowledgement {
    flex: 1; }

.results {
  padding-top: 1.4em;
  flex: 1; }
  .results__section {
    margin-bottom: 1.4em; }
    @media (max-width: 760px) {
      .results__section[data-type="people"] .accordion {
        margin: 0 0.5em; } }
    .results__section[data-type="projects"]:not([data-results="0"]) {
      border-bottom: none; }
    .results__section:not([data-type='projects']) {
      padding-bottom: 1.4em; }
    .results__section:not(:last-of-type) {
      border-bottom: 2px solid; }
  .results .container {
    max-width: 102.4rem;
    margin: auto; }

.search {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0.5em;
  box-shadow: 0 0.1em 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 1em;
  z-index: 20;
  background: white;
  overflow: hidden; }
  .search svg {
    height: 0.6em;
    width: auto;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    pointer-events: none; }
    .search svg path {
      stroke: currentColor; }
  .search input {
    padding: 0 0.5em 0 1.3em;
    line-height: 1;
    width: 10em;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .search input::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      color: #aaa; }
    .search input::-moz-placeholder {
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      color: #aaa; }
    .search input::-ms-input-placeholder {
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      color: #aaa; }
    .search input::placeholder {
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      color: #aaa; }
    .search input:not(:active):not(:focus) {
      width: 5em;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer; }
      .search input:not(:active):not(:focus)::-webkit-input-placeholder {
        opacity: 1; }
      .search input:not(:active):not(:focus)::-moz-placeholder {
        opacity: 1; }
      .search input:not(:active):not(:focus)::-ms-input-placeholder {
        opacity: 1; }
      .search input:not(:active):not(:focus)::placeholder {
        opacity: 1; }

.login {
  padding: 1.4em;
  margin: auto; }
  .login form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .login input {
    border-bottom: 2px solid;
    margin-bottom: 2rem; }

@media print {
  body {
    overflow: auto; }
  .hero, .rmit-logo, .bottom-right, .intro, .search, .stories, .footer,
  .hamburger, .post-container, .page br {
    display: none !important; }
  .page {
    min-height: initial; } }

@media (max-width: 760px) {
  .sheet__print {
    display: none; }
  .footer .row {
    display: block; }
    .footer .row .col {
      margin-bottom: 1.4em; } }

.socials {
  margin: -0.1em; }
  .socials a {
    margin: 0.1em; }
  .socials svg {
    width: auto;
    height: 0.8em; }

sup {
  font-size: 60%;
  vertical-align: top; }

.results__switcher {
  padding: 0 1em; }
  .results__switcher .active span {
    text-decoration: underline; }

.opps__group {
  margin-bottom: 1.4em; }

hr {
  border: none;
  border-top: 2px solid; }
  .story__text hr {
    margin-left: 0;
    margin-right: 0; }

.graph {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .graph circle {
    fill: #272727; }
    @media (max-width: 760px) {
      .graph circle {
        r: 50px; } }
  .graph line {
    stroke: #ff6445;
    stroke: none; }

.story__partner-sections {
  display: flex; }
  @media (max-width: 760px) {
    .story__partner-sections {
      display: block; }
      .story__partner-sections img {
        height: 8rem; } }
  .story__partner-sections .story__partner-section {
    flex: 1; }
    .story__partner-sections .story__partner-section__heading {
      margin-bottom: 1em; }
    .story__partner-sections .story__partner-section__images {
      display: flex;
      flex-wrap: wrap; }
      .story__partner-sections .story__partner-section__images > div {
        margin-right: 1em;
        margin-bottom: 0.5em; }

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