@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  background: #cecece;
  color: #181818;
  font-size: 62.5%;
  z-index: 1; }

.touch {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none; }

.preload * {
  transition: none; }

img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  border: 0; }
  a img {
    outline: none; }

.no-touch a[href^="tel"] {
  cursor: text; }

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

iframe {
  width: 100%;
  border: none; }

figure {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  overflow: hidden; }
  figure .vimeo {
    position: relative;
    padding-top: 56.25%; }
  figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wrapper {
  max-width: 450px;
  margin: 0 auto; }

.content {
  max-width: 1600px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #E6E6E6;
  padding-top: 50px;
  padding-bottom: 75px; }

.center {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.no-image a:before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: auto 75%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .6; }

.no-image.labs a:before {
  background-image: url(../images/symbol_exclamation.svg); }

.no-image.sosialt a:before {
  background-image: url(../images/symbol_quote.svg);
  background-size: auto 60%; }

.no-image.arbeid a:before {
  background-image: url(../images/symbol_quote.svg);
  background-size: auto 60%; }

.no-image.nyheter a:before {
  background-image: url(../images/symbol_exclamation.svg); }

.no-image.konkurranser a:before {
  background-image: url(../images/symbol_exclamation.svg); }

.social {
  display: none; }

article.work a {
  background-color: #ffffff; }

article.mood div {
  position: absolute;
  overflow: hidden;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

.touch article.mood {
  display: none; }

article.blog svg {
  position: absolute;
  width: 50px;
  height: 12px;
  right: 20px;
  bottom: 20px;
  color: #d0a164;
  fill: #d0a164;
  transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.no-touch article.blog:hover svg {
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }

.blog.image p {
  padding: 20px; }

article.blog.no-image > a {
  text-align: center; }
  article.blog.no-image > a p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    line-height: 31px;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

article.attention {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-right: -4px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

article.attention {
  color: #dcdcdc; }
  article.attention div {
    height: 100%;
    width: 100%;
    background-color: #181818;
    padding: 15px; }
  article.attention a:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/long_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 10px;
    transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .no-touch article.attention a:hover:before {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); }

@media screen and (min-width: 700px) {
  .social {
    width: 33.333333333%;
    display: inline-block;
    vertical-align: bottom;
    direction: rtl; }
    .social ul li {
      display: inline-block;
      height: 74px;
      width: 74px;
      margin: 15px;
      position: relative;
      background-color: #f5f5f5;
      float: right;
      overflow: hidden; }
      .social ul li:last-child {
        margin-right: 0; }
      .social ul li a {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .social ul li svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        fill: #d0a164;
        color: #d0a164;
        transition: -webkit-transform 150ms 50ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 150ms 50ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .social ul li:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -5px;
        left: 0;
        height: 5px;
        width: 100%;
        background-color: #d0a164;
        transition: -webkit-transform 150ms 0ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 150ms 0ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .social ul li:hover:after {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      .social ul li:hover svg {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
  article.attention {
    width: 66.495%;
    vertical-align: top;
    margin-top: -80px;
    padding-bottom: 15px;
    margin-bottom: 0;
    z-index: 5; }
    article.attention div {
      padding: 30px 50px; }
    article.attention a {
      font-size: 20px;
      font-size: 2rem; }
    article.attention a:before {
      margin-right: 30px; } }

@media screen and (min-width: 1100px) {
  article.attention {
    width: 65%;
    margin-top: -120px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    article.attention a:before {
      line-height: 0; }
    article.attention div {
      padding: 40px 60px 40px 56px; }
      article.attention div p {
        font-size: 27px;
        font-size: 2.7rem; } }

.more-work-nav {
  overflow: hidden;
  position: relative;
  height: 50px;
  margin-top: 50px;
  margin-bottom: -50px;
  width: 100%;
  vertical-align: top;
  display: inline-block; }
  .more-work-nav .up, .more-work-nav .down {
    opacity: 0; }
  .more-work-nav svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .more-work-nav .list svg {
    width: 40px;
    height: 40px; }
  .more-work-nav .work-list,
  .more-work-nav .buttons .list,
  .more-work-nav .buttons a p span:last-child {
    display: none; }
  .more-work-nav a {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #dcdcdc;
    text-align: center; }
    .more-work-nav a span {
      display: none; }
    .more-work-nav a p {
      position: absolute;
      right: 0; }
    .more-work-nav a.prev {
      left: 0; }
    .more-work-nav a.next {
      right: 0; }

.work-post .gallery figure {
  margin-bottom: 20px; }

.work-post .about {
  padding: 30px 20px; }
  .work-post .about dl {
    vertical-align: top;
    display: inline-block;
    letter-spacing: -4px;
    width: 100%; }
    .work-post .about dl dt, .work-post .about dl dd {
      padding: 0;
      margin: 3px 0px; }
  .work-post .about dt {
    float: left;
    width: 30%;
    letter-spacing: normal; }
  .work-post .about dd {
    float: left;
    border: none;
    letter-spacing: normal; }

.work-post .links {
  display: block;
  margin-top: 20px; }
  .work-post .links p {
    padding-bottom: 10px; }

.work-post .intro,
.work-post .about,
.work-post .results,
.work-post .behind {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden; }

.work-post .intro {
  width: 100%;
  background-color: #ffffff;
  padding: 20px; }
  .js .work-post .intro .body {
    display: none; }
  .work-post .intro h1 {
    margin-bottom: 20px; }
  .work-post .intro h2 {
    margin-bottom: 20px; }
  .work-post .intro p {
    margin-bottom: 10px; }
  .work-post .intro strong {
    font-weight: 600; }
  .work-post .intro a[href^="http://"],
  .work-post .intro a[href^="https://"],
  .work-post .intro a[href^="mailto"] {
    font-weight: 300;
    border-bottom: 1px dotted #181818;
    transition: color 100ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .no-touch .work-post .intro a[href^="http://"]:hover,
    .no-touch .work-post .intro a[href^="https://"]:hover,
    .no-touch .work-post .intro a[href^="mailto"]:hover {
      color: #d0a164;
      border-color: #d0a164; }

.work-post .behind {
  border-top: 1px solid #dcdcdc;
  display: block; }
  .work-post .behind img {
    margin: 15px 0; }

.work-post .results {
  padding: 50px 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 50px; }
  .work-post .results h2 {
    padding-bottom: 20px; }
  .work-post .results p {
    padding-bottom: 30px; }
  .work-post .results dl {
    text-align: center; }
  .work-post .results dt {
    padding-bottom: 5px; }
  .work-post .results dd {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px auto; }

.awards {
  padding: 0px 20px 20px 20px; }
  .awards h2 {
    padding-bottom: 20px; }
  .awards ul {
    margin-bottom: 20px; }

@media screen and (min-width: 700px) {
  .more-work-nav {
    overflow: visible;
    position: fixed;
    top: 75px;
    height: 215px;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
    display: relative;
    background-color: #f5f5f5;
    text-align: center;
    transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 20;
    max-width: 1600px;
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%); }
    .more-work-nav .buttons a p span:first-child {
      display: none; }
    .more-work-nav .work-list,
    .more-work-nav .buttons .list,
    .more-work-nav .buttons a p span:last-child {
      display: inline-block; }
    .more-work-nav.show {
      -webkit-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%); }
    .more-work-nav .work-list-wrapper {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      transition: height 200ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .more-work-nav .work-list-wrapper > a {
        width: 60px;
        height: 60px;
        right: 0;
        overflow: hidden;
        opacity: 1;
        transition: opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
        background-color: transparent;
        color: #444; }
      .more-work-nav .work-list-wrapper a.up {
        top: 30px; }
      .more-work-nav .work-list-wrapper a.down {
        bottom: 40px; } }

.blogarticle {
  margin-top: 20px;
  padding: 20px;
  overflow: auto;
  background-color: #ffffff; }
  .blogarticle:first-child {
    margin-top: 0; }
  .js .blogarticle .more {
    display: none; }
  .blogarticle p, .blogarticle ol, .blogarticle ul {
    padding-bottom: 26px; }
  .blogarticle h1 a {
    transition: color 0.1s ease-out; }
  .blogarticle section.body a[href^="http://"],
  .blogarticle section.body a[href^="https://"],
  .blogarticle section.body a[href^="mailto"] {
    font-weight: 300;
    border-bottom: 1px dotted #181818;
    transition: color 0.1s ease-out; }

.blogarticle .body figure {
  padding-bottom: 25px; }

.agency section {
  position: relative;
  width: 100%;
  padding: 20px 0; }

.intro .right {
  display: none; }

.what-we-do .left {
  display: none; }

.agency .intro a {
  display: none; }

.what-we-do p {
  margin-bottom: 20px; }

.organize .sort,
.organize input {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 41px;
  margin-bottom: 20px; }

.organize input {
  border: 1px solid #dcdcdc;
  padding: 5px 15px;
  outline: none; }
  .organize input:focus {
    border-color: #d0a164; }

.organize .filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 41px;
  width: 100%;
  z-index: 20;
  background-color: #ffffff;
  border: 1px solid #dcdcdc; }
  .organize .filter li {
    vertical-align: top;
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    width: 100%;
    height: 41px;
    cursor: pointer;
    padding-left: 15px;
    line-height: 40px;
    vertical-align: middle; }
    .organize .filter li:first-child {
      position: relative; }
      .organize .filter li:first-child:after {
        background-image: url(../images/down_arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px;
        content: '';
        position: absolute;
        right: 10px;
        height: 41px;
        width: 41px; }
  .organize .filter.show {
    max-height: 700px; }

.slider {
  display: none; }

.agency .contact {
  margin-top: 0;
  background-color: #f5f5f5; }
  .agency .contact address span {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px; }
    .agency .contact address span svg {
      margin-right: 20px;
      vertical-align: middle;
      display: inline-block;
      width: 50px;
      height: 50px;
      fill: #d0a164;
      color: #d0a164; }

.employees {
  max-width: 1170px;
  margin: 0 auto; }
  .employees h1, .employees .organize {
    padding-right: 20px;
    padding-left: 20px; }

.staff {
  overflow: hidden; }
  .staff li {
    height: 60px;
    width: 100%;
    padding: 0 10px;
    position: relative; }
    .staff li:nth-child(1):before {
      position: absolute;
      content: '';
      width: 100%;
      max-width: 1046px;
      height: 1px;
      background-color: #dcdcdc;
      left: 0;
      top: 0; }
    .staff li:after {
      position: absolute;
      content: '';
      width: 100%;
      max-width: 1046px;
      height: 1px;
      background-color: #dcdcdc;
      left: 0;
      bottom: 0; }
    .staff li.filtered {
      display: none !important; }
  .staff .name-title,
  .staff .email-mobile {
    width: 50%;
    height: 100%;
    margin-right: -4px;
    display: inline-block;
    padding-left: 65px;
    position: relative; }
  .staff p {
    vertical-align: middle;
    display: inline-block; }
  .staff .image {
    position: absolute;
    left: 10px; }
    .staff .image img {
      width: 60px;
      height: auto;
      -webkit-transform-origin: center center;
              transform-origin: center center; }

@media (max-width: 600px) {
  .staff li {
    width: 200%;
    padding: 0 10px; }
    .staff li.view {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .staff p {
    width: 100%; }
  .staff .email-mobile {
    padding-left: 79px; }
  .staff .name-title:before,
  .staff .email-mobile:before {
    position: absolute;
    height: 60px;
    width: 60px;
    content: '';
    display: inline-block;
    background-image: url(../images/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px; }
  .staff .name-title:before {
    right: 5px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .staff .email-mobile:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 10px; } }

@media screen and (min-width: 700px) {
  .agency {
    overflow: hidden; }
  .shoes {
    position: absolute;
    top: -230px;
    right: -40px;
    width: 145%;
    z-index: -1; }
  .pencils {
    position: absolute;
    width: 300px;
    top: -140px;
    left: 50px; }
  .left,
  .right {
    margin-right: -4px;
    position: relative;
    min-height: 450px;
    display: inline-block;
    vertical-align: top; }
  .agency .intro h1 {
    margin-bottom: 20px; }
  .agency .intro a {
    display: inline-block;
    vertical-align: top;
    background: #d0a164; }
    .agency .intro a svg {
      fill: #ffffff;
      color: #ffffff; }
  .agency .intro .left {
    width: 65%; }
  .agency .intro .right {
    width: 35%;
    display: inline-block;
    vertical-align: top; }
  .agency .contact {
    padding: 75px 0;
    margin-bottom: 5px 0; }
  .contact-address {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    padding-top: 20px;
    margin-right: -4px; }
  .what-we-do p {
    line-height: 27px; }
  .what-we-do .left {
    width: 45%;
    display: inline-block;
    vertical-align: top; }
  .what-we-do .right {
    width: 45%; }
  .staff-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
  .staff li {
    box-sizing: content-box;
    display: inline-block;
    padding-bottom: 5px; }
    .staff li:after,
    .staff li:before {
      left: 93px !important; }
  .staff .name-title,
  .staff .email-mobile {
    display: table;
    float: left; }
  .staff .name-title {
    width: 60%; }
  .staff .email-mobile {
    width: 40%; }
  .staff p {
    display: table-cell; }
  .staff .name {
    padding-left: 20px;
    width: 60%; }
  .staff .email {
    width: 60%; }
  .staff .mobile {
    text-align: right;
    padding-right: 10px; }
  section.list {
    width: 33.333333333%; }
  .organize input,
  .organize .sort {
    width: 270px;
    float: right; }
  .organize .sort {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top; } }

.join-right {
  display: none; }

.join section {
  padding: 20px 0; }

.join h1, .join h2, .join p, .join ul, .join ol {
  margin-bottom: 20px; }

.join .inner a {
  font-weight: 300;
  border-bottom: 1px dotted #181818;
  transition: color 0.1s ease-out; }

.join h2 {
  font-weight: 400; }

.join .vacancy {
  background-color: #ffffff;
  margin-bottom: 1px; }

.join .vacancy .body {
  position: relative;
  padding-top: 25px;
  overflow: hidden; }

.join .vacancy .inner {
  margin-bottom: 75px;
  position: relative; }
  .js .join .vacancy .inner {
    display: none; }

.join .vacancy .button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0; }

@media screen and (min-width: 700px) {
  .preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #cecece;
    z-index: 9999;
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 43px auto; }
  .cssanimations body.preload .content {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  .cssanimations body.ready .content {
    transition: all 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

fieldset legend {
  display: none; }

.input-xxxlarge {
  width: 692px; }

.checkbox-block {
  display: block; }

.checkinline {
  min-height: 1px; }

.promopicture img {
  max-width: 300px; }

.main-nav {
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  z-index: 50; }
  .main-nav .buttons {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    z-index: 1; }
    .main-nav .buttons a {
      position: absolute;
      width: 85px;
      height: 100%;
      top: 0;
      bottom: 0;
      border-bottom: none;
      padding-left: 0; }
      .main-nav .buttons a.home {
        background-image: url(/assets/images/tryapt-logo.png);
        background-repeat: no-repeat;
        background-size: auto 70%;
        background-position: center center;
        right: auto;
        left: 0; }
        .main-nav .buttons a.home:focus {
          outline: none; }
  .main-nav .open {
    right: 0;
    overflow: hidden; }
    .main-nav .open span {
      position: absolute;
      top: 15px;
      left: 25px;
      width: 40px;
      height: 5px;
      background-color: #d0a164;
      transition: all 250ms 100ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .main-nav .open span:nth-child(2) {
      top: 25px; }
    .main-nav .open span:nth-child(3) {
      top: 35px; }
  .main-nav .menu {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: -webkit-transform 350ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 350ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .main-nav .menu a {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      vertical-align: middle;
      color: #181818;
      padding-left: 17px; }
    .main-nav .menu ul {
      position: relative;
      width: 100%; }
      .main-nav .menu ul li {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        background-color: #dcdcdc;
        border-top: 1px solid lightgrey;
        height: 55px;
        line-height: 55px;
        width: 100%; }

.main-nav.show .open span {
  background-color: #181818; }

.main-nav.show .open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-135deg);
          transform: translateY(10px) rotate(-135deg); }

.main-nav.show .open span:nth-child(2) {
  opacity: 0; }

.main-nav.show .open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-225deg);
          transform: translateY(-10px) rotate(-225deg); }

.main-nav.show .menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.touch .main-nav .open {
  -webkit-tap-highlight-color: transparent; }

@media screen and (min-width: 700px) {
  .main-nav {
    transition: none;
    overflow: visible;
    max-height: 75px;
    max-width: 1600px;
    left: 0;
    height: 100%;
    top: 0;
    background: #ffffff; }
    .main-nav.show {
      max-height: 75px; }
    .main-nav .buttons {
      position: relative;
      height: 100%;
      background: transparent; }
      .main-nav .buttons a.home {
        width: 120px; }
      .main-nav .buttons a.open {
        display: none; }
    .main-nav .menu {
      max-width: 1170px;
      margin: 0 auto;
      -webkit-transform: none;
              transform: none; }
      .main-nav .menu a {
        border: none;
        padding: 0;
        line-height: 75px;
        display: inline-block;
        position: relative;
        color: #181818; }
        .main-nav .menu a:after {
          transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
          content: '';
          position: absolute;
          display: inline-block;
          width: 100%;
          height: 5px;
          bottom: -5px;
          left: 0;
          background-color: #d0a164; }
        .main-nav .menu a:focus,
        .no-touch .main-nav .menu a:hover {
          outline: none; }
          .main-nav .menu a:focus:after,
          .no-touch .main-nav .menu a:hover:after {
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px); }
      .main-nav .menu ul {
        transition: 0s;
        position: absolute;
        letter-spacing: -4px;
        max-width: 500px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: 60; }
        .main-nav .menu ul li {
          width: 25%;
          height: 100%;
          letter-spacing: normal;
          text-align: center;
          background-color: #ffffff;
          border-top: none; }
          .main-nav .menu ul li a.active:after {
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
            background-color: #d0a164; } }

@media screen and (min-width: 1600px) {
  .main-nav {
    left: calc(50% - 800px); } }

article.blog,
article.work,
article.mood {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-right: -4px;
  padding-bottom: 90%;
  margin-bottom: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  article.blog > a,
  article.work > a,
  article.mood > a {
    position: absolute;
    overflow: hidden;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    overflow: hidden; }

.text-wrapper {
  padding: 20px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%; }

article.work a:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d0a164;
  transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.no-touch article.work:hover a:after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px); }

@media screen and (min-width: 700px) {
  article.blog,
  article.work,
  article.mood {
    width: 49.5%;
    padding-bottom: 45%;
    margin-top: 0;
    margin-bottom: 0; }
    article.blog a,
    article.work a,
    article.mood a {
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      margin: 0;
      padding: 0; }
  article.mood div {
    position: absolute;
    overflow: hidden;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; }
  article.mood img {
    transition: all 200ms 100ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mood.show img {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  article.work:first-child {
    width: 100%;
    padding-bottom: 80%; }
    article.work:first-child .text-wrapper {
      height: 35%; }
    article.work:first-child p {
      font-size: 20px;
      font-size: 2rem; }
    article.work:first-child .video-thumb {
      display: none !important; } }

.work.thumb .text-wrapper__tags {
  margin-top: -4px;
  transition: all 150ms 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .work.thumb .text-wrapper__tags span {
    color: #bbbbbb;
    font-size: 8px;
    font-size: 0.8rem; }

.no-touch .work.thumb .text-wrapper__tags {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px); }

.no-touch .work.thumb:hover .text-wrapper__tags {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

@media screen and (min-width: 1100px) {
  article.social,
  article.blog,
  article.work,
  article.mood {
    width: 33.3%;
    padding-bottom: 30%; }
  article.work:first-child {
    width: 66.6%;
    padding-bottom: 60%;
    float: left; }
    article.work:first-child .text-wrapper {
      height: 30%;
      padding: 25px 40px; }
    article.work:first-child .text-wrapper__tags {
      bottom: 25px;
      left: 40px; }
    article.work:first-child a p {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 200;
      position: relative; }
      article.work:first-child a p:after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(../images/long_arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 3px;
        color: #d0a164;
        transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    article.work:first-child:hover p:after {
      -webkit-transform: translateX(15px);
              transform: translateX(15px); }
  .wrapper.home article:nth-child(3) {
    width: 66.6%;
    padding-bottom: 60%;
    float: left; }
    .wrapper.home article:nth-child(3) .video-thumb {
      display: none !important; }
    .wrapper.home article:nth-child(3):hover p:before {
      -webkit-transform: translateX(15px);
              transform: translateX(15px); }
    .wrapper.home article:nth-child(3) a p {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 200;
      position: relative; }
      .wrapper.home article:nth-child(3) a p:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 50px;
        background-image: url(../images/long_arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -70px;
        left: 3px;
        color: #d0a164;
        transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .wrapper.home article:nth-child(3) .text-wrapper {
      padding: 25px 40px; } }

.media-wrapper {
  position: relative; }

.video-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .no-touch .work.thumb a:hover .video-thumb {
    opacity: 1; }

.touch .video-thumb
.no-video .video-thumb {
  display: none !important; }

.button, p > .button {
  min-width: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  display: block;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  padding: 0 20px 0 45px;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  font-weight: 600; }
  .button svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #181818;
    fill: #181818;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px; }
  .button.close svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .button.blog {
    background-color: #dcdcdc;
    color: #181818;
    margin: 10px 0 0 0; }
  .button.intro-button {
    margin-bottom: 0; }
    .no-js .button.intro-button {
      display: none; }
  .button.gallery {
    display: none; }
  .button.join-header {
    background-color: #d0a164; }
  .button.contact {
    background-color: #d0a164; }
    .button.contact:before {
      color: #181818; }

.button.top {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  background-color: #888; }
  .button.top svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px;
    fill: #ffffff;
    color: #ffffff; }

.more-work-nav .buttons a:before,
.work-list-wrapper a:before {
  line-height: 60px;
  font-size: 20px;
  font-size: 2rem; }

.no-touch .button:hover {
  background-color: #999;
  color: #ffffff; }
  .no-touch .button:hover svg {
    color: #ffffff;
    fill: #ffffff; }

@media screen and (min-width: 700px) {
  .scroller {
    display: block;
    width: 100%;
    max-width: 1600px;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
    .scroller a {
      position: absolute;
      right: 10px;
      bottom: -80px;
      transition: -webkit-transform 200ms cubic-bezier(0.605, 1.65, 0.515, 1.005);
      transition: transform 200ms cubic-bezier(0.605, 1.65, 0.515, 1.005); }
    .scroller.show a {
      -webkit-transform: translateY(-70px);
              transform: translateY(-70px); } }

/***************************
.classname: Client / Project
****************************
amnesty: Amnesty
dna: Arbeiderpartiet
dnb: DnB Standard
dusor: DnB Dusorjakten
hormonsjekk: Hormonsjekk
laerertesten: Laerertesten
skatteetaten: Skatteetaten
skoda: Skoda
solo: Solo
swims: Swims
vwshowroom: VW Showroom
boligreisen: DNB Boligreisen
vwstolleken: VW Stolleken
djuice: Djuice Rosa
***************************/
/* Client / Project: Default color = grey */
.work-post .button,
.results dl dd {
  background-color: #888;
  color: #ffffff; }
  .work-post .button svg,
  .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Solo = yellow */
.solo .button,
.solo .results dl dd {
  background-color: #ffcf0d;
  color: #181818; }
  .solo .button svg,
  .solo .results dl dd svg {
    color: #181818;
    fill: #181818; }

/* Client / Project: Finn = blue */
.finn .button,
.finn .results dl dd {
  background-color: #9fd0fd;
  color: #181818; }

/* Client / Project: DNA = red */
.dna .button,
.dna .results dl dd {
  background-color: #df1a23;
  color: #ffffff; }
  .dna .button svg,
  .dna .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Skatteetaten = green */
.skatteetaten .button,
.skatteetaten .results dl dd {
  background-color: #0d6a3c;
  color: #ffffff; }
  .skatteetaten .button svg,
  .skatteetaten .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Lærertesten = gul */
.laerertesten .button,
.laerertesten .results dl dd {
  background-color: #ffcf0d;
  color: #181818; }
  .laerertesten .button svg,
  .laerertesten .results dl dd svg {
    color: #181818;
    fill: #181818; }

/* Client / Project: Dusørjakten */
.dusor .button,
.dusor .results dl dd {
  background-color: #414656;
  color: #ffffff; }
  .dusor .button svg,
  .dusor .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Hormonsjekk */
.hormonsjekk .button,
.hormonsjekk .results dl dd {
  background-color: #b1dbdd;
  color: #ffffff; }
  .hormonsjekk .button svg,
  .hormonsjekk .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: VW */
.vwshowroom .button,
.vwshowroom .results dl dd {
  background-color: #056bbb;
  color: #ffffff; }
  .vwshowroom .button svg,
  .vwshowroom .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Swims */
.swims .button,
.swims .results dl dd {
  background-color: #ff6626;
  color: #ffffff; }
  .swims .button svg,
  .swims .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Boligreisen */
.boligreisen .button,
.boligreisen .results dl dd {
  background-color: #f6791d;
  color: #ffffff; }
  .boligreisen .button svg,
  .boligreisen .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: VW Stolleken */
.vwstolleken .button,
.vwstolleken .results dl dd {
  background-color: #1e67d7;
  color: #ffffff; }
  .vwstolleken .button svg,
  .vwstolleken .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

/* Client / Project: Djuice Rosa */
.djuice .button,
.djuice .results dl dd {
  background-color: #fa00be;
  color: #ffffff; }
  .djuice .button svg,
  .djuice .results dl dd svg {
    color: #ffffff;
    fill: #ffffff; }

.body-vimeo {
  background-color: #f5f5f5; }

@-webkit-keyframes playIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@keyframes playIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

.full-size .play.hidden {
  display: none; }

.full-size .media {
  position: relative;
  overflow: hidden;
  max-height: 738px; }

.full-size .vimeo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.full-size .promovideo {
  margin: 0 auto;
  max-width: 1293px; }

.full-size iframe {
  height: 100%;
  display: block; }

.full-size .play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
  width: 70px;
  height: 70px;
  margin: -35px;
  border: 5px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2); }
  .full-size .play svg {
    color: #ffffff;
    fill: #ffffff;
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px; }
  .full-size .play.hidden {
    display: none; }

.full-size .vimeo {
  opacity: 0;
  left: 120%;
  transition: opacity 0.7s 0.3s ease-in-out; }

.full-size.playingit .vimeo {
  opacity: 1;
  left: 0; }

@media screen and (min-width: 700px) {
  .full-size .play {
    width: 120px;
    height: 120px;
    margin: -60px; } }

.full-size {
  max-height: 738px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .full-size h1 {
    bottom: 0;
    background-color: #ffffff;
    color: #181818;
    width: 100%;
    padding: 10px 15px; }
  .full-size .media {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%; }
  .full-size svg {
    display: none; }

@media screen and (min-width: 700px) {
  .full-size .header-text {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
    .full-size .header-text div {
      max-width: 1190px;
      margin: 0 auto; }
  .full-size a h1 {
    max-width: 697px;
    line-height: 55px;
    position: relative;
    left: 20px;
    color: #ffffff;
    font-weight: 200;
    background-color: transparent; }
    .full-size a h1 svg {
      display: block;
      width: 108px;
      height: 110px;
      color: #ffffff;
      fill: #ffffff;
      transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .no-touch .full-size a h1:hover svg {
      -webkit-transform: translateX(30px);
              transform: translateX(30px); } }

@media screen and (min-width: 1100px) {
  .full-size .clipping {
    line-height: 115px; }
  .full-size a h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 90px; } }

.pagination {
  width: 100%;
  height: 60px; }
  .pagination li {
    width: 50%;
    height: 100%;
    position: relative;
    background-color: #d0a164;
    color: #ffffff;
    margin-left: -3px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    .pagination li.disabled {
      background-color: #dcdcdc; }
    .pagination li a {
      color: #ffffff;
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .pagination svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    color: #ffffff;
    fill: #ffffff; }
  .pagination .number {
    display: none; }

@media screen and (min-width: 700px) {
  .pagination {
    width: 100%;
    height: 60px;
    text-align: right;
    max-width: 640px;
    margin: 0 auto; }
    .pagination li,
    .pagination li a {
      width: 60px;
      background-color: transparent;
      color: #888888; }
    .pagination a {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .pagination svg {
      color: #888888;
      fill: #888888; }
    .pagination .disabled,
    .pagination .disabled a {
      display: none; }
    .pagination li.active.number,
    .pagination li:hover a {
      background-color: #d0a164;
      color: #ffffff; }
      .pagination li.active.number svg,
      .pagination li:hover a svg {
        color: #ffffff;
        fill: #ffffff; }
    .pagination .number {
      display: inline-block;
      vertical-align: middle; }
    .pagination .mobile {
      display: none; } }

.showcase-filter {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap; }
  .touch .showcase-filter {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .showcase-filter ul {
    list-style-type: none;
    display: inline-block; }
    .showcase-filter ul li {
      display: inline-block; }
      .showcase-filter ul li a {
        margin: 12px;
        font-size: 10px;
        font-size: 1rem;
        color: #888888;
        text-transform: capitalize;
        position: relative; }
        .showcase-filter ul li a:after {
          content: '';
          position: absolute;
          height: 3px;
          width: 100%;
          display: inline-block;
          background-color: #d0a164;
          bottom: -15px;
          left: 0;
          -webkit-transform: translate(0, 5px);
                  transform: translate(0, 5px);
          opacity: 0;
          pointer-events: none;
          transition: all 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .showcase-filter ul li a.active,
      .no-touch .showcase-filter ul li a:hover,
      .showcase-filter ul li a:focus {
        outline: none; }
        .showcase-filter ul li a.active:after,
        .no-touch .showcase-filter ul li a:hover:after,
        .showcase-filter ul li a:focus:after {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          opacity: 1; }

@media screen and (min-width: 700px) {
  .showcase-filter ul li a {
    margin: 15px;
    font-size: 12px;
    font-size: 1.2rem; } }

.stats-title, time, figcaption, table, input, dt, dd {
  font-family: "Source sans pro", sans-serif; }

.staff .name {
  font-weight: 400; }

.staff .title {
  color: #888888; }

figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 10px;
  font-style: italic; }

table, input {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300; }

time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #888888; }

dl, dd {
  font-size: 12px;
  font-size: 1.2rem; }

.results dd {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Asap", sans-serif;
  line-height: 40px;
  font-weight: 600; }

dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600; }
  .results dt {
    text-transform: uppercase;
    font-size: 9px;
    font-size: 0.9rem; }

address {
  font-family: "Source sans pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal; }

.blogarticle ul,
.vacancy ul {
  line-height: 25px; }

li {
  font-family: "Source sans pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  list-style: none; }
  .pagination li {
    font-weight: 400; }
  li.all {
    font-weight: 400; }
  .blogarticle li,
  .vacancy li,
  .awards li {
    list-style-type: square;
    margin-left: 30px;
    padding-left: 10px; }
  .filter li {
    font-size: 11px;
    font-size: 1.1rem; }

p {
  font-family: "Source sans pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300; }
  .staff p {
    font-size: 10px;
    font-size: 1rem; }
  .mood p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 15px;
    transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .links p {
    font-weight: 600; }

h1 {
  font-family: "Source sans pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300; }
  h1 strong {
    color: #d0a164;
    font-family: "Asap", sans-serif;
    font-style: italic; }
  .full-size h1,
  .intro-wrapper h1 {
    font-weight: 200; }
  .agency h1,
  .join h1 {
    margin-bottom: 20px; }
  .blogarticle h1 {
    padding: 10px 0;
    font-weight: 300; }
    .blogarticle h1 a {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 300; }

h2 {
  font-family: "Source sans pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200; }
  .results h2,
  .awards h2 {
    font-size: 15px;
    font-size: 1.5rem; }
  .agency h2 {
    font-weight: 400; }

h3 {
  font-family: "Source sans pro", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 300; }

a {
  font-family: "Source sans pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  color: #181818; }
  .work.thumb a span {
    font-size: 11px;
    font-size: 1.1rem; }
  .staff a {
    font-size: 10px;
    font-size: 1rem; }
  .employees .filter li:first-child a,
  .employees .filter li.all a {
    font-weight: 400; }
  .employees a {
    font-weight: 300; }
  .nav-address a {
    font-size: 8px;
    font-size: 0.8rem;
    color: #888888; }
  .attention a {
    color: #d0a164;
    font-weight: 200; }
  .awards a,
  .links a {
    text-decoration: underline; }
  .contact-address a {
    font-weight: 300; }

strong {
  font-weight: 400; }

input {
  font-family: "Source sans pro", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #181818;
  font-weight: 400; }

.attention p {
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0; }
  .attention p strong {
    color: #d0a164;
    font-family: "Asap", sans-serif;
    font-style: italic; }

.encourage {
  position: absolute;
  bottom: 10px;
  right: 180px;
  display: none; }
  .encourage p, .encourage a {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: none !important; }
  .encourage a {
    vertical-align: middle; }
    .encourage a svg {
      transition: -webkit-transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: transform 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
      position: absolute;
      left: -85px;
      bottom: 7px;
      width: 60px;
      height: 14px; }
  .no-touch .encourage:hover a svg {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

@media screen and (min-width: 700px) {
  .home p,
  .work p {
    font-size: 14px;
    font-size: 1.4rem; }
  .staff p {
    font-size: 12px;
    font-size: 1.2rem; }
  .agency address span {
    font-size: 15px;
    font-size: 1.5rem; }
  .agency .contact a {
    font-size: 15px;
    font-size: 1.5rem; }
  .staff a {
    font-size: 12px;
    font-size: 1.2rem; }
  h1 {
    font-size: 20px;
    font-size: 2rem; }
    .agency .intro h1 {
      font-size: 25px;
      font-size: 2.5rem; }
    .join .vacancies h1 {
      font-size: 15px;
      font-size: 1.5rem; }
    .full-size h1 {
      font-size: 35px;
      font-size: 3.5rem; }
    .blogarticle h1 {
      padding: 0; }
      .blogarticle h1 a {
        font-size: 20px;
        font-size: 2rem; }
  .results h2,
  .awards h2 {
    font-size: 20px;
    font-size: 2rem; }
  .join h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300; }
  .blog article li,
  .vacancy li {
    margin-left: 50px; } }

@media screen and (min-width: 700px) {
  .no-touch .full-size a:hover h1:after {
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  .no-touch .work-list li a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .no-touch .awards a:hover,
  .no-touch .links a:hover {
    text-decoration: none; }
  .no-touch .mood {
    cursor: pointer; }
    .no-touch .mood p {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .no-touch .mood.show p {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .no-touch .more-work-nav .buttons a:hover {
    background-color: #f5f5f5; }
    .no-touch .more-work-nav .buttons a:hover span {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      background-color: #f5f5f5; }
  .no-touch .filter li:hover {
    background-color: #f5f5f5;
    padding-left: 20px; }
  .no-touch .wrapper.join h3 .button.join-header:hover {
    background-color: #ffffff; }
  .no-touch .full-size .play:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .no-touch .agency .slider:hover .prev:before,
  .no-touch .agency .slider:hover .next:before {
    opacity: 1; }
  .no-touch .agency .slider:hover .prev:hover:before {
    color: white; }
  .no-touch .agency .slider:hover .next:hover:before {
    color: white; }
  .no-touch .blogarticle h1 a:hover {
    color: #d0a164; }
  .no-touch section.body a[href^="http://"]:hover,
  .no-touch section.body a[href^="https://"]:hover,
  .no-touch section.body a[href^="mailto"]:hover {
    color: #d0a164;
    border-color: #d0a164; }
  .no-touch .join .inner a:hover {
    color: #d0a164;
    border-color: #d0a164; }
  .no-touch .more-work-nav .work-list-wrapper:hover a {
    opacity: 1; }
  .no-touch .more-work-nav .work-list-wrapper > a {
    opacity: 0; }
  .no-touch .staff li {
    transition: all 0.1s ease-in; }
    .no-touch .staff li:hover {
      background-color: #f5f5f5;
      transition: none; }
      .no-touch .staff li:hover .image {
        -webkit-transform: scale(1.7);
                transform: scale(1.7);
        transition: none;
        transition: -webkit-transform 0.2s 0 cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.2s 0 cubic-bezier(0.215, 0.61, 0.355, 1);
        z-index: 2; }
    .no-touch .staff li a:hover {
      text-decoration: underline; }
  .preload iframe {
    display: none; }
  .work-list {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    left: 60px;
    margin: 0 auto;
    max-width: 750px;
    letter-spacing: -3px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .work-list li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 33.333333333%;
      height: 100%;
      letter-spacing: normal;
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      float: left; }
      .work-list li a {
        position: absolute;
        right: 10px;
        left: 10px;
        padding-top: 40px;
        background-color: transparent;
        width: auto;
        text-align: left;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .work-list li a p {
          display: inline;
          position: relative;
          float: left;
          padding-top: 5px; }
  .more-work-nav .buttons {
    width: 60px;
    height: 180px;
    float: right;
    z-index: 50; }
    .more-work-nav .buttons a {
      position: relative;
      width: 100%;
      height: 33.333333333%;
      line-height: 35px;
      display: inline-block;
      vertical-align: top;
      background-color: #ffffff;
      color: #444; }
      .more-work-nav .buttons a.list {
        right: 0;
        line-height: 24px; }
        .more-work-nav .buttons a.list:before {
          font-size: 35px;
          font-size: 3.5rem; }
      .more-work-nav .buttons a.next {
        right: 0; }
      .more-work-nav .buttons a.prev {
        right: 0; }
    .more-work-nav .buttons span {
      position: absolute;
      right: 60px;
      height: 60px;
      line-height: 60px;
      text-align: right;
      display: inline-block;
      width: auto;
      padding: 0 20px;
      white-space: nowrap;
      background-color: inherit;
      z-index: -1;
      pointer-events: none;
      opacity: 0;
      -webkit-transform: translateX(60px);
              transform: translateX(60px);
      transition: all 0.2s cubic-bezier(1, 0, 0, 1); }
  .work-post .intro-wrapper {
    direction: rtl;
    width: 80%;
    margin: 0 auto;
    max-width: 1000px; }
    .work-post .intro-wrapper * {
      direction: ltr; }
    .work-post .intro-wrapper .intro {
      width: 100%;
      padding: 50px;
      margin: -50px 0 0 0;
      transition: margin 1s cubic-bezier(1, 0, 0, 1); }
      .work-post .intro-wrapper .intro.playingit {
        margin-top: 50px; }
    .work-post .intro-wrapper .about {
      padding: 50px 20px;
      margin-right: -3px; }
  .work-post .gallery figure {
    margin-bottom: 50px; }
  .work-post .results dl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -3px; }
  .work-post .results dd {
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px; }
  .encourage {
    display: block; }
  .blogarticle {
    max-width: 1000px;
    margin: 0 auto 0 auto;
    position: relative;
    height: 100%;
    background-color: transparent;
    padding: 50px 20px 0 20px;
    overflow: hidden;
    padding-bottom: 70px; }
    .blogarticle .intro {
      margin-bottom: 15px;
      width: 83.266667%;
      position: relative;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal; }
      .blogarticle .intro time {
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 70%;
        left: 0; }
      .blogarticle .intro h1 {
        margin-left: 29.5%;
        line-height: 1; }
    .blogarticle figure.promo-image {
      width: 83.333333334%; }
      .blogarticle figure.promo-image img,
      .blogarticle figure.promo-image iframe {
        width: 100%; }
    .blogarticle section.body {
      position: relative;
      width: 83.333333334%;
      height: auto;
      letter-spacing: normal; }
      .blogarticle section.body .body-intro {
        display: inline-block;
        vertical-align: bottom;
        width: 70%;
        height: auto;
        position: relative;
        padding: 25px 60px 30px 30px;
        background-color: #ffffff;
        float: right; }
  .navigation {
    padding-top: 50px; }
  .join-right {
    display: inline-block; }
  .join .vacancy .body {
    padding-top: 16px; }
  .join .vacancy .inner {
    max-width: 450px; }
  .wrapper {
    max-width: 850px; }
  .content {
    padding-top: 75px;
    box-shadow: 0px 0px 4px 1px #c1c1c1; } }

@media screen and (min-width: 1100px) {
  .wrapper {
    max-width: 1200px;
    padding: 0; }
  h1 {
    font-size: 25px;
    font-size: 2.5rem; }
    .agency .intro h1 {
      font-size: 33px;
      font-size: 3.3rem; }
    .blogarticle h1 a {
      font-size: 25px;
      font-size: 2.5rem; }
  .results h2,
  .awards h2 {
    font-size: 25px;
    font-size: 2.5rem; }
  .center {
    padding-left: 0;
    padding-right: 0; }
  .button.more-work {
    width: 33.333333333%;
    display: block; }
    .button.more-work a {
      left: 10px;
      right: 10px; }
  .more-work-nav ul.work-list li {
    width: 20%; }
  .work-list {
    max-width: 1170px; }
  .work-post .intro-wrapper .intro {
    width: 60%;
    margin: -95px 0 50px 0;
    transition: margin 1s cubic-bezier(0.715, -0.295, 0.06, 0.995); }
  .work-post .intro-wrapper .playingit {
    margin: 50px 0; }
  .work-post .intro-wrapper .about {
    width: 40%; }
  .work-post .behind .intro,
  .work-post .behind .body {
    width: 66%; }
  .work-post .results dl {
    width: 33.333333333%; }
  .full-size iframe {
    padding: 50px 80px; }
  .full-size:after {
    content: '';
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: all 1s ease; }
  .full-size.playingit:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .full-size .vimeo {
    z-index: 1; }
  .agency .intro a {
    margin-right: 10px; }
  .js .thumb,
  .js .blogarticle {
    opacity: 0; }
    .js .thumb.visible,
    .js .blogarticle.visible {
      opacity: 1; }
    .js .thumb.loaded,
    .js .blogarticle.loaded {
      opacity: 1;
      transition: opacity 300ms 150ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .js .thumb.loaded:nth-child(odd) {
    transition: opacity 500ms 250ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .staff ul {
    padding: 0 10px 0 0; }
    .staff ul li {
      max-width: 1118px;
      padding: 0 0 0 25px; }
      .staff ul li .mobile {
        padding-right: 0; }
  .join-right {
    display: inline-block; }
  .oldie p, .oldie a, .oldie li, .oldie h2, .oldie dd, .oldie dt, .oldie td {
    font-size: 18px !important; }
  .oldie .more-work-nav {
    height: 0; }
  .oldie .buttons a p {
    display: none; }
  .oldie a.open span {
    display: none; }
  .oldie .main-nav .buttons a.home {
    background-size: 50px 50px; } }
