@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('webfonts/subset-HelveticaNeueLTPro-Md.woff2') format('woff2'),
         url('webfonts/subset-HelveticaNeueLTPro-Md.woff')  format('woff'),
         url('webfonts/subset-HelveticaNeueLTPro-Md.ttf')   format('truetype');
    font-display: swap;
}

/*! Grid system 22.06.2017 */
.row {
  *zoom: 1;
  width: 100%
}

.row:after,
.row:before {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.row .col-6 {
  width: 100%
}

.row .col-5 {
  width: 83.3333333333%
}

.row .col-4 {
  width: 66.6666666667%
}

.row .col-3 {
  width: 50%
}

.row .col-2 {
  width: 33.3333333333%
}

.row .col-1 {
  width: 16.6666666667%
}

.row .col-6,
.row .col-5,
.row .col-4,
.row .col-3,
.row .col-2,
.row .col-1 {
  float: left
}

@media only screen and (max-width: 768px)and (-webkit-min-device-pixel-ratio: 1) {

  .row .col-6:not(.mobile-wrap),
  .row .col-5:not(.mobile-wrap),
  .row .col-4:not(.mobile-wrap),
  .row .col-3:not(.mobile-wrap),
  .row .col-2:not(.mobile-wrap),
  .row .col-1:not(.mobile-wrap) {
    display: block;
    width: 100%
  }
}

/*! Miscellaneous styles 22.06.2017 */
* {
  box-sizing: border-box
}

.display-block {
  display: block
}

.display-inline-block {
  display: inline-block
}

.no-padding {
  padding: 0
}

.no-margin {
  margin: 0
}

@media only screen and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2) {
  .is-hidden-mobile {
    display: none
  }
}

@media only screen and (min-device-width: 768px) {
  .is-hidden-desktop {
    display: none
  }
}

.element-center {
  margin: auto;
  float: none
}

.text-align-left {
  text-align: left
}

.text-align-center {
  text-align: center
}

.text-align-right {
  text-align: right
}

.text-bold {
  font-weight: bold
}

.text-italic {
  font-style: italic
}

.text-underline {
  text-decoration: underline
}

a {
  color: inherit;
  border-bottom: .1em solid;
  text-decoration: none
}

a:hover {
  border: none
}

/*! normalize.css v7.0.0 | github.com/necolas/normalize.css | MIT License */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

.loading:not(.tinymce) {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999
}

.loading:not(.tinymce) .loading-icon {
  margin: 0 auto;
  width: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%)
}

.loading:not(.tinymce) .loading-icon img {
  width: 4em
}

.logged-in-notification {
  position: fixed;
  text-align: center;
  font-family: Arial;
  right: 0;
  bottom: 0;
  margin: 1em;
  padding: 1em;
  background: #e0e0e0;
  border-left: .2em solid #329932;
  border-radius: .2em;
  z-index: 9999
}

.logged-in-notification a {
  text-decoration: underline
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1048px
}

a {
  border: none;
  cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  line-height: 1
}

h1 {
  font-size: 3em
}

header {
  background: #fff;
  background-color: #fff;
  transition: width .2s;
  width: 100%;
  max-width: 1048px
}

@media only screen and (min-width: 415px) {
  header {
    padding: 3em 3em 0 3em
  }
}

@media only screen and (max-width: 1048px)and (-webkit-min-device-pixel-ratio: 1) {
  header {
    padding: .5em .5em 0 .5em
  }
}

header.is-active .top img.logo {
  width: 8em
}

header.is-active nav {
  display: none
}

header .top {
  margin-bottom: 2.3em
}

@media only screen and (max-width: 415px) {
  header .top {
    margin-bottom: .5em
  }
}

header .top img.logo {
  max-width: 26.3em;
  width: 100%;
  transition: all .5s
}

@media only screen and (max-width: 415px) {
  header .top img.logo {
    max-width: 11em
  }
}

header .top .nav-toggle {
  display: none;
  margin-left: 1em
}

header .top .nav-toggle,
header .top .search-toggle {
  vertical-align: middle;
  height: 2.5em;
  display: inline-block;
  cursor: pointer;
  outline: none
}

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

  header .top .nav-toggle,
  header .top .search-toggle {
    height: 2em
  }
}

header .top .search-form {
  display: inline-block
}

header .top .search-form input {
  height: 3em;
  border: none;
  outline: none;
  text-align: right;
  font-size: 1em;
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 415px) {
  header .top .search-form input {
    max-width: 4em
  }
}

header nav {
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 2.3em;
  text-align: center;
  background: #fff;
  overflow: hidden;
  display: none
}

header nav *::-webkit-scrollbar {
  display: none
}

header nav .top {
  display: none
}

header nav .menu-bar,
header nav .menu-item {
  margin: 0;
  padding: 0;
  list-style: none outside none
}

header nav .menu-item {
  text-align: left;
  font-size: 1.5em
}

header nav .menu-item:hover>.menu-dropdown {
  display: inline
}

header nav .menu-dropdown {
  display: none;
  background-color: #fff
}

header nav .menu-dropdown .menu-item {
  font-size: 1em;
  padding-left: 1em
}

@media screen and (min-width: 415px) {
  header nav {
    display: block
  }

  header nav .menu-item {
    display: inline-block;
    padding: 0 1.2em;
    font-size: 1.1em
  }

  header nav .menu-item:hover>.menu-dropdown {
    display: block
  }

  header nav .menu-dropdown {
    transform: translateX(-39%);
    padding: 1em;
    padding-top: 2.3em;
    position: absolute;
    background: #fff;
    text-align: center
  }

  header nav .menu-dropdown .menu-item {
    display: block;
    font-size: 1.6em;
    margin: .3em 0;
    line-height: 1em;
    font-weight: bold;
    padding: 0 .3em;
    text-align: center
  }
}

.main-content {
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.32em;
  line-height: 1.4em
}

.main-content .banner {
  line-height: 0
}

@media only screen and (max-width: 1048px)and (-webkit-min-device-pixel-ratio: 1) {
  .main-content .p {
    padding: 0 .5em
  }
}

.main-content img {
  max-width: 100% !important;
  height: auto !important;
  padding: 0;
  margin: 0
}

.main-content a {
  color: #009ae9
}

.main-content .col-1,
.main-content .col-2,
.main-content .col-3,
.main-content .col-4,
.main-content .col-5,
.main-content .col-6 {
  padding: 0;
  margin: 0;
  overflow: hidden
}

.main-content ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0
}

.main-content ul li {
  list-style: none;
  padding: 0;
  margin: 0
}

.main-content ul li:before,
.main-content ul li:after {
  content: " ~ "
}

@media only screen and (max-width: 415px) {
  .main-content ul li {
    padding: .3em 0
  }

  .main-content ul li:before,
  .main-content ul li:after {
    content: ""
  }
}

.main-content .small-title {
  text-transform: uppercase;
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em
}

.main-content .home-entry {
  line-height: 0
}

.main-content .home-entry img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s
}

.main-content .home-entry:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3)
}

.main-content .home-entry.project-section {
  margin-top: 6em
}

.main-content .home-entry.project-section:first-of-type {
  margin-top: 0
}

.main-content .home-entry.project-section .category:after {
  content: " // "
}

.main-content .home-entry.project-section .category:last-of-type:after {
  content: ""
}

.main-content .video-wrapper {
  position: relative
}

.main-content .video-wrapper video {
  width: 100%;
  height: auto
}

.main-content .video-wrapper .playpause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer
}

.main-content .video-wrapper .playpause img {
  width: 5em
}

footer {
  margin: 68px 0;
  text-align: center
}

footer p {
  font-size: 1.5em;
  font-family: "HelveticaNeueLTPro", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

footer p a {
  text-decoration: none
}

footer p a.highlighted {
  color: #e6007e;
  text-decoration: underline
}

footer .title {
  font-size: 2.5em;
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.flipbook-toggle {
  cursor: pointer
}

.flipbook {
  cursor: pointer;
  line-height: 0
}

.flipbook .page {
  display: none
}

.flipbook .page.active {
  display: block
}

.flipbook::after {
  clear: both;
  float: none;
  content: "";
  display: block
}
