/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.invisible {
  display: none!important;
  pointer-events: none;
}
.opacityhidden {
  opacity: 0;
  pointer-events: none;
}
.dummy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('webfonts/2DF2C7_0_0.eot');
  src: url('webfonts/2DF2C7_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2DF2C7_0_0.woff2') format('woff2'), url('webfonts/2DF2C7_0_0.woff') format('woff'), url('webfonts/2DF2C7_0_0.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('webfonts/HelveticaNeue-Medium.eot');
  src: url('webfonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('webfonts/HelveticaNeue-Medium.woff2') format('woff2'), url('webfonts/HelveticaNeue-Medium.woff') format('woff'), url('webfonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
}
body {
  color: white;
  font-family: 'HelveticaNeueLTStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.34;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
}
body,
p,
ul,
li,
h1,
h2,
a {
  font-weight: 300;
}
h2 {
  font-size: 3.4rem;
  font-weight: 500;
}
.bold {
  font-weight: 500;
}
.bold p {
  font-weight: 500;
}
.medium {
  font-size: 2.2rem;
}
.small {
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}
.micro {
  font-size: 1.26rem;
}
.justify {
  text-align: justify;
  margin-bottom: -1.27em;
}
.justify.margin {
  margin-bottom: 0;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
[data-href] {
  cursor: pointer;
}
h1 {
  cursor: pointer;
}
a {
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
  cursor: pointer;
}
a span {
  -webkit-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
}
a:not(.nofade):hover {
  opacity: 0.5;
}
a.nofade:hover span {
  opacity: 0.5;
}
p {
  margin-bottom: 2.2rem;
}
p:last-child {
  margin-bottom: 0;
}
[data-page] p a {
  border-bottom: 1px solid white;
}
[data-page] p a:hover {
  border-bottom: none;
}
/**
 * Site Global
 */
html,
body {
  overflow: hidden;
}
body {
  background-color: black;
}
html.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
html.white body {
  background-color: white;
}
[data-page]:not([data-page-active]) {
  pointer-events: none;
  visibility: hidden;
  height: 0!important;
}
[data-page][data-page-active] {
  visibility: visible;
}
[data-page] {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: background 2s ease;
          transition: background 2s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
}
[data-page].noBg {
  background-color: transparent;
}
[data-page].fullBg {
  background-color: black;
}
/**
 * Navigation
 */
.main-header {
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 2em 2em 0 2em;
  -webkit-transition: opacity 2s ease;
          transition: opacity 2s ease;
}
.main-header h1 {
  display: inline-block;
  width: 28em;
  margin-bottom: 1em;
}
.main-header h1 a:hover {
  opacity: 0.75;
}
.main-header h1 img {
  width: 100%;
  height: auto;
}
li {
  display: inline-block;
  margin: 0 1.4rem 0 1.4rem;
}
.main-header a {
  position: relative;
}
.main-header a[target="_blank"]:after {
  position: absolute;
  top: 0.15em;
  right: -0.9em;
  content: '';
  width: 0.675em;
  height: 0.675em;
  background-image: url('arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
  pointer-events: none;
}
.main-header a[target="_blank"]:hover:after {
  opacity: 1;
}
.main-header nav.internal a.active {
  opacity: 1;
}
.main-header nav.internal a:not(.active) {
  opacity: 0.5;
}
.main-header nav.internal a:not(.active):hover {
  opacity: 1;
}
.main-header nav.internal a[target="_blank"]:hover:after {
  opacity: 0.5;
}
/**
 * Footer
 */
.main-footer {
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 0 2em 2em 2em;
  bottom: 0;
  -webkit-transition: opacity 0.6s ease;
          transition: opacity 0.6s ease;
}
.main-footer a {
  border-bottom: 1px solid white;
}
.main-footer a:hover {
  border-bottom: none;
}
/**
 * Modal
 */
.vwrap {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 2.4em;
  -webkit-transition: opacity 2s ease;
          transition: opacity 2s ease;
}
.vlign {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-width: 60em;
}
[data-page="home"] {
  background-color: transparent;
}
[data-page="home"] .vwrap {
  width: 44em;
}
[data-home-block] {
  width: 65%;
  margin: 0 auto;
}
[data-page="home"] img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.londonsubhead {
  display: inline-block;
  padding-top: 0.7em;
}
[data-page="london"] .vwrap {
  width: 60em;
}
[data-page="about"] .vwrap {
  width: 42em;
}
.subhead {
  padding-top: 0.8em;
  margin-bottom: 2.2rem;
  font-weight: 500;
}
.top {
  margin-bottom: 1.4em;
}
.bullets {
  width: 76%;
  margin: 0 auto;
}
[data-page] .main-footer {
  display: none;
}
[data-page="30-day-film"] .vwrap {
  padding-top: 5em;
}
.player-wrap {
  margin-bottom: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 65.5%;
  height: 58vh;
  position: relative;
}
[data-ig-player] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.about-film {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
.about-film.active {
  opacity: 1;
  pointer-events: auto;
}
.about-film p {
  width: 48%;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-about-film] {
  position: relative;
}
[data-about-film] a {
  border: none!important;
}
[data-about-film]:not(.active) a {
  opacity: 0.5;
}
[data-about-film]:not(.active) a:hover {
  opacity: 1;
}
.credit {
  font-size: 1.2rem;
  line-height: 1rem;
  width: 50%;
  position: fixed;
  bottom: 1.4em;
  right: 2em;
  text-align: right;
  z-index: 20;
  -webkit-transition: opacity 0.75s ease;
          transition: opacity 0.75s ease;
}
.credit a {
  padding: 2px;
  opacity: 0.5;
  border: none;
}
.credit a:hover {
  opacity: 1;
}
[data-preloader] {
  z-index: 10;
}
.main-header {
  z-index: 10;
}
.main-footer {
  z-index: 10;
}
[data-slideshow] {
  z-index: 1;
}
[data-page] {
  z-index: 7;
}
.intro {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.intro-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c31113;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
.intro-slide:first-child {
  opacity: 1;
}
[data-slideshow] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[data-slide] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
[data-slide].top {
  z-index: 3;
}
[data-slideshow]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  display: block;
  opacity: 0.25;
  z-index: 5;
}
[data-preloader] {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: transparent;
  stroke: black;
  stroke-width: 2px;
  width: 100px;
  z-index: 20;
  display: none;
}
[data-page="archive"] {
  background-color: white;
  height: auto;
  opacity: 0;
}
[data-image-contain] {
  position: relative;
}
[data-image-contain] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-top {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 90%;
}
.frame {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.frame.logo {
  top: 0;
  height: 100vh;
  max-height: 70%;
}
.frame.logo img {
  width: 85%;
  height: auto;
}
.frame.type {
  height: 35%;
  bottom: 0;
}
.frame.type img {
  height: 55%;
  width: auto;
}
[data-archive-video] {
  width: 100%;
  text-align: center;
}
[data-archive-video="inside"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.videoWrap {
  position: relative;
  display: inline-block;
}
.videoWrap:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/**
 * Navigation
 */
@media only screen and (max-width: 780px) {
  .scrollWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
  }
  /**
   * no manual line breaks
   */
  p br {
    display: none;
  }
  .break {
    display: block;
  }
  [data-page]:not([data-page-active]) {
    height: 0!important;
  }
  [data-page]:not([data-page-active]) .vwrap {
    display: none;
  }
  body {
    font-size: 3.6rem;
    line-height: 1.34;
    letter-spacing: 0.2px;
  }
  h2 {
    font-size: 4.8rem;
  }
  .medium {
    font-size: 3.6rem;
  }
  .micro {
    font-size: 3.6rem;
    letter-spacing: 0.2px;
  }
  .justify {
    display: inline;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .justify:after {
    display: none;
  }
  .justify.margin:after {
    content: '';
    display: block;
    margin-bottom: 2.5rem;
  }
  h2.justify {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
  p {
    margin-bottom: 2.5rem;
  }
  li a {
    border-bottom: 1px solid white;
  }
  .vwrap {
    position: static;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 9em;
    padding-bottom: 2em;
  }
  .vlign {
    max-width: none;
  }
  [data-page]:not([data-page="archive"]) {
    background: transparent;
    height: auto;
    min-height: 100%;
    padding: 0 1.2em 0 1.2em;
    top: 0;
  }
  [data-page="home"] .vwrap,
  [data-page="london"] .vwrap,
  [data-page="about"] .vwrap {
    width: 100%;
  }
  [data-page="london"] .justify:not(.noslash):after {
    content: ' /';
    display: inline;
  }
  [data-page="30-day-film"] {
    background: black!important;
  }
  [data-page="30-day-film"] .vwrap {
    padding-top: 9em;
  }
  .player-wrap {
    padding-top: 100%;
    width: 100%;
    height: 0;
  }
  [data-about-film] {
    display: none;
  }
  .about-film {
    position: static;
    pointer-events: auto;
    opacity: 1;
  }
  .about-film p {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-header {
    position: relative;
    padding: 1.2em 1.2em 0 1.2em;
  }
  .main-header h1 {
    width: 100%;
    margin-bottom: 0.6em;
  }
  .main-header h1 a:hover {
    opacity: 1;
  }
  li {
    display: inline-block;
    margin: 0 0.4em 0 0.4em;
    line-height: 1.7;
  }
  [data-page] .main-footer {
    display: block;
    position: static;
    padding: 1em 2em 0 2em;
    bottom: auto;
    margin-top: 1em;
  }
  body > .main-footer {
    display: none;
  }
  [data-slideshow]:before {
    opacity: 0.4;
  }
  .bullets {
    width: 100%;
  }
  .credit {
    margin-top: 2.8em;
    font-size: 2.4rem;
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
    text-align: center;
    -webkit-transition: opacity 0.75s ease;
            transition: opacity 0.75s ease;
  }
  .credit.opacityhidden {
    display: none;
  }
  .credit a {
    padding: 0;
    opacity: 1;
  }
  .credit a:hover {
    opacity: 1;
  }
}
