@import '../fonts/gilroy.css';
@import '../fonts/coresans.css';
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-size: 1em;
  min-width: 300px;
  padding-top: 106px;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-size: 16px;
}
h2 {
  word-wrap: break-word;
}
h2 span {
  display: inline-block;
  float: right;
  opacity: 0.2;
  font-size: 50%;
  line-height: 200%;
  text-shadow: none;
}
.hide {
  display: none;
}
img[data-sizes='auto'] {
  display: block;
  width: 100%;
}
.syrup {
  font-family: 'Syrup', Helvetica, Arial, sans-serif;
}
.knockedback {
  color: rgba(51, 51, 51, 0.25);
}
.knockedback2 {
  color: rgba(51, 51, 51, 0.5);
}
.figure {
  position: relative;
  text-align: left;
}
.figure__caption {
  opacity: 0.8;
  display: inline-block;
  position: relative;
  padding: 1em;
  width: 100%;
  text-align: left;
}
.figure--tv .figure__padder {
  padding: 1.5% 1.5% 5% 1.5%;
  background-image: url(/assets/images/template-tv.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.figure--vita .figure__padder {
  padding: 3% 19% 8% 19%;
  background-image: url(/assets/images/template-vita.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.figure--desktop {
  max-width: 1100px;
}
.figure--desktop .figure__padder {
  padding: 2.1% 0 1.7% 0;
  background-image: url(/assets/images/template-browser.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.figure--mobile .figure__padder {
  padding: 20% 5% 26% 5%;
  background-image: url(/assets/images/template-phone.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.figure--mobilesml .figure__padder {
  padding: 34% 7% 30% 7%;
  background-image: url(/assets/images/template-phone-sml.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.figure--mobilelrg .figure__padder {
  padding: 15.2% 3%;
  background-image: url(/assets/images/template-phone-lrg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.figure--mobilelrg .figure__padder img {
  border-radius: 8px;
}
.figure img {
  position: relative;
  width: 100%;
}
.figure__group {
  width: 100%;
  padding: 0;
  clear: both;
}
.figure__group .figure__caption {
  padding: 0 5% 5% 5%;
  width: 90%;
  margin-top: -3%;
}
.figure__group--gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.figure__group--gallery .figure {
  padding: 0;
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: row;
}
.figure__group--gallery.figure__group--count6 .figure {
  flex-basis: 33.3333%;
}
.figure__group--gallery.figure__group--mixed.figure__group--count2 .figure--landscape {
  flex-basis: 64%;
}
.figure__group--gallery.figure__group--mixed.figure__group--count2 .figure--portrait {
  flex-basis: 36%;
}
.project__screens {
  margin: 2.5rem auto;
}
.project__screens .figure__group {
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  line-height: 0;
}
.project__screens .figure {
  margin: 0 auto;
  display: inline-block;
  float: left;
}
.project__screens .figure__group--c1:nth-child(1) .figure {
  width: 90%;
  float: none;
}
.project__screens .figure--left {
  float: left;
}
.project__screens .figure--right {
  float: right;
}
.project__screens .figure--center {
  float: none;
}
.project__screens .figure__group--c1 .figure {
  width: 60%;
  padding: 5%;
}
.project__screens .figure__group--c1 .figure.figure--photo {
  width: 100%;
  padding: 0;
}
.project__screens .figure__group--c1 .figure__caption {
  padding: 5% 0;
  width: 100%;
}
.project__screens .figure__group--c2 .figure {
  width: 40%;
  padding: 5%;
}
.project__screens .figure__group--c2 .figure.figure--photo {
  width: 50%;
  padding: 0;
}
.project__screens .figure__group--c3 .figure {
  width: 23.33%;
  padding: 5%;
}
.project__screens .figure__group--c3 .figure.figure--photo {
  width: 33.33%;
  padding: 0;
}
.project__screens .figure.figure--video {
  line-height: 0;
}
.project__screens .figure.figure--video video {
  width: 100%;
}
.project__screens .figure--desktop,
.project__screens .figure--pc {
  max-width: 1100px;
}
.project__screens .figure__group .figure--desktop.figure--hasattachments {
  width: 60%;
}
.project__screens .figure__group .figure--mobile.figure--attachment,
.project__screens .figure__group .figure--mobilelrg.figure--attachment {
  width: 20%;
}
.project__screens .figure__group:nth-child(odd) .figure--hasattachments {
  float: left;
}
.project__screens .figure__group:nth-child(even) .figure--hasattachments {
  float: right;
}
.footer {
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer p {
  color: rgba(51, 51, 51, 0.25);
  text-shadow: none;
  margin: 0;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 106px;
  z-index: 200;
}
.portfolio.project .header,
.life.entry .header {
  box-shadow: 0 0 32px rgba(51, 51, 51, 0.5);
}
a.view i.fa-search-plus {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 18px;
  margin-left: 1%;
  margin-top: 1%;
  left: auto;
  padding: 2px;
  color: #333;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.view:hover i.fa-search-plus {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  min-height: 3rem;
}
.menu__title {
  display: inline-block;
  margin-bottom: 0;
  flex: 1 1 auto;
  align-self: baseline;
}
.menu__title a {
  text-decoration: none;
}
.menu__title--logo a {
  color: #333;
}
.menu__list {
  margin-left: 1rem;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
  flex: 2 1 auto;
  text-align: right;
  align-self: baseline;
}
.menu__list--sub .menu__item {
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.25);
}
.menu__list--sub .menu__item a {
  color: rgba(51, 51, 51, 0.25);
}
.menu__list--sub .menu__item a:hover {
  color: #0267c0;
}
.menu__list--tags {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.menu__list--tags .menu__item {
  font-size: 1.2rem;
}
.menu__item {
  text-shadow: none;
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1rem 0 0;
}
.menu__item a {
  text-decoration: none;
}
.menu__item--selected a,
.menu__item a:hover {
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
.menu__item:first-child {
}
.page {
  background-size: contain;
  background-attachment: fixed;
}
.page--blog {
  background-color: transparent;
}
.page__container {
  padding-top: 1em;
  padding-bottom: 1em;
}
.project {
  min-height: 60vh;
  background-color: #fff;
  background-size: contain;
  background-attachment: fixed;
}
.project h1 {
  margin-bottom: 0;
}
.project h1,
.project h3 {
  text-shadow: 0px 1px 2px rgba(51, 51, 51, 0.25);
}
.project p {
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 0.25);
}
.project__intro {
  margin-top: 1.6em;
}
.project__container {
  padding-top: 1em;
  padding-bottom: 10em;
}
.project__container p:nth-child(2) {
  margin-bottom: 0.5em;
}
.project__date {
  opacity: 0.2;
  float: right;
  transform: translateY(-100%);
}
.project__nav {
  background-color: #f2f2f2;
}
.portfolio.project .project__nav {
  box-shadow: 0 -12px 16px rgba(51, 51, 51, 0.1);
}
.project__nav-container {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}
.project__nav-item {
  flex-basis: 50%;
}
.project__nav-item:nth-child(2) {
  text-align: right;
}
.project__tools {
  opacity: 0.5;
  margin-bottom: 1.25em;
}
.project--dark * {
  color: #222;
}
.project--light * {
  color: #fff;
}
@media (portrait) {
  .project {
    background-size: contain;
  }
}
@media (landscape) {
  .project {
    background-size: cover;
  }
}
.projectlist {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.projectlist__item {
  display: block;
  margin: 0;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 25%;
  align-self: flex-start;
  overflow: hidden;
  text-indent: 0;
  text-shadow: none;
}
.projectlist__item .figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  backface-visibility: hidden;
}
.projectlist__item .figure--tv,
.projectlist__item .figure--pc,
.projectlist__item .figure--vita,
.projectlist__item .figure--desktop {
  width: 80%;
  margin-top: 0;
}
.projectlist__item .figure--photo {
  width: 102%;
}
.projectlist__item .figure--mobile {
  width: 80%;
}
.projectlist__item .figure--mobilesml {
  width: 80%;
}
.projectlist__item .figure--mobilelrg {
  width: 80%;
}
.projectlist__item .figure--attachment {
  margin-top: 100%;
}
.projectlist__item .figure--attachment.figure--mobile,
.projectlist__item .figure--attachment.figure--mobilelrg {
  width: 25%;
  margin-left: 25%;
  margin-top: 15%;
}
.projectlist__item .projectlist__link:hover .figure {
  transform: translate(-50%, -50%) scale(1.05);
}
.projectlist__item .projectlist__link:hover .figure--tv,
.projectlist__item .projectlist__link:hover .figure--pc,
.projectlist__item .projectlist__link:hover .figure--vita,
.projectlist__item .projectlist__link:hover .figure--desktop {
  margin-top: -3%;
}
.projectlist__item .projectlist__link:hover .figure--attachment.figure--mobile,
.projectlist__item .projectlist__link:hover .figure--attachment.figure--mobilelrg {
  margin-top: 10%;
}
.projectlist__item .projectlist__link:hover .projectlist__item-title {
  opacity: 1;
}
.projectlist__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.projectlist--flex .projectlist__text {
  text-align: center;
}
.projectlist--flex .projectlist__link {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  background-size: contain;
  background-attachment: fixed;
}
.projectlist--flex .projectlist__item-title {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-decoration: inherit;
  background-color: #f2f2f2;
  z-index: 100;
  text-align: left;
  color: #333;
  text-decoration: none;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
}
.projectlist--flex .projectlist__item-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(242, 242, 242, 0);
  background-image: -webkit-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2 100%);
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0), #f2f2f2 100%);
  width: 40px;
}
.projectlist--noflex {
  display: block;
}
.projectlist--noflex .projectlist__link:hover:after {
  box-shadow: inset 0 0px 0 #fff, inset 0 -1px 0 #2b9bfd;
}
.projectlist--noflex .projectlist__item-title {
  display: inline-block;
}
.projectlist__link--discover_guild_wars .figure.figure--photo.wide {
  width: 145%;
}
.blog__colour-spash {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #2b9bfd;
}
.blog__listing-datetime {
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 0;
}
.blog__listing-title {
  margin-bottom: 0;
}
.blog__listing-title a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
.blog__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem !important;
  align-items: baseline;
  justify-content: space-between;
}
.blog__tags {
  max-width: 100%;
  flex: 0 0 auto;
  float: none;
  padding: 0;
  margin: 0;
}
.blog__datetime {
  flex: 1 0 auto;
  padding: 0 0.5rem 0 0;
  margin: 0;
  font-weight: 300;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.blog__listing {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blog__listing-title {
  width: 100%;
}
.blog__items {
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.blog__sharebox {
  display: block;
  width: auto;
}
.blog__sharebox-list-aside {
  display: block;
  flex: 1;
  width: 100%;
  max-width: 100%;
}
.blog__sharebox-list-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.blog__sharebox-list {
  width: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.blog__sharebox-list-item {
  padding: 0;
  margin: 0 0 8px 0;
}
.blog__sharebox-list-link {
  color: #333;
  font-weight: 600;
}
.blog__sharebox-list-desc {
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 120%;
}
.blog__sharebox-list-item-media {
  width: 100%;
}
.blog__share-media-photo img {
  width: 100%;
  height: auto;
}
.blog__share-media-video {
  padding-bottom: 56.17%;
  height: 0;
  position: relative;
}
.blog__share-media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.blog__text {
  max-width: 900px;
}
.blog__figure,
.blog__figure--group {
  margin-bottom: 2rem;
}
.blog__figure .figure__caption,
.blog__figure--group .figure__caption {
  opacity: 0.8;
  display: inline-block;
  position: relative;
  margin-top: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-360deg, white 0%, rgba(242, 242, 242, 0) 100%);
  background-image: linear-gradient(90deg, white 0%, rgba(242, 242, 242, 0) 100%);
  background-color: transparent;
}
.blog__figure .figure__caption p,
.blog__figure--group .figure__caption p {
  padding: 1em;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  font-style: italic;
}
.blog__figure.figure--right,
.blog__figure.figure--left {
  margin-bottom: 20px;
  width: 40%;
  max-width: 280px;
}
.blog__figure.figure--left {
  float: left;
  margin-right: 20px;
}
.blog__figure.figure--right {
  float: right;
  margin-left: 20px;
}
.blog__figure.figure--center {
  max-width: 900px;
  max-height: 900px;
  text-align: center;
}
.blog__figure.figure--center img {
  max-width: 900px;
  max-height: 900px;
  margin: auto;
  height: auto;
}
.blog__figure.figure--center img.portrait {
  width: auto;
  height: 100%;
}
.blog__embed {
  width: 100%;
}
.blog__embed iframe,
.blog__embed video {
  width: 100%;
}
.blog__embed.blog__embed--square,
.blog__embed.blog__embed--widescreen {
  position: relative;
  height: 0;
}
.blog__embed.blog__embed--square iframe,
.blog__embed.blog__embed--square video,
.blog__embed.blog__embed--widescreen iframe,
.blog__embed.blog__embed--widescreen video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.blog__embed.blog__embed--square {
  padding-bottom: 100%;
}
.blog__embed.blog__embed--widescreen {
  padding-bottom: 56.25%;
}
@media (min-width: 600px) and (max-width: 1500px) {
  .blog__figure.figure--right {
    float: right;
    margin-left: 20px;
  }
}
@media (min-width: 1500px) {
  .blog__figure.figure--right {
    float: right;
    margin-left: 20px;
    position: absolute;
    left: 900px;
    right: 0px;
  }
}
@media (min-width: 900px) {
  .blog__listing {
    flex-direction: row;
  }
  .blog__sharebox-list-aside {
    order: 2;
    flex: 1 1 35%;
    max-width: 35%;
    margin-left: 5%;
    width: 100%;
  }
  .blog__sharebox-list-wrapper {
    overflow: visible;
  }
  .blog__sharebox {
    display: block;
    width: 100%;
  }
  .blog__sharebox-list {
    width: 100%;
    flex-direction: column;
  }
  .blog__sharebox-list-item {
    margin: 0 0 8px 0;
    width: 100%;
  }
  .blog__sharebox-list-desc {
    margin: 0 0 8px 0;
  }
  .blog__items {
    max-width: 900px;
    flex: 1 0 60%;
    order: 1;
  }
}
.project {
  background-color: rgba(51, 51, 51, 0.05);
}
.project--hello,
.project--intermission,
.project--cheers {
  background-size: cover;
  background-color: #f6f7f9;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, #fff 0%, #f6f7f9 40%, #cececc 100%);
  background-image: linear-gradient(135deg, #fff 0%, #f6f7f9 40%, #cececc 100%);
}
.project--hello .project__title {
  color: #f035b5;
}
.project--intermission .project__title {
  color: #2b9bfd;
}
.project--intermission .project__subtitle {
  letter-spacing: 1.5em;
  font-size: 0.7em;
  margin-bottom: 0rem;
  opacity: 0.4;
  text-transform: uppercase;
}
.project--cheers .project__title {
  color: #2b9bfd;
}
.project--tabula_rasa {
  background-size: cover;
  background-color: #66745f;
  background-color: #99a693;
  background-image: -webkit-linear-gradient(-405deg, #99a693 0%, #66745f 100%);
  background-image: linear-gradient(135deg, #99a693 0%, #66745f 100%);
}
.project--tabula_rasa .figure.figure--photo.wide.figure--attachment {
  padding: 10% 0;
}
.project--lbp_info_graphic,
.project--littlebigplanet_posters {
  background-size: cover;
  background-color: #b9e6e8;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #b9e6e8 100%);
  background-image: linear-gradient(135deg, white 0%, #b9e6e8 100%);
}
.project--mm_intranet {
  background-size: cover;
  background-color: #f0ede4;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #f0ede4 100%);
  background-image: linear-gradient(135deg, white 0%, #f0ede4 100%);
}
.project--mediamolecule-com-2010 {
  background-size: cover;
  background-color: #076986;
  background-color: #0cb5e7;
  background-image: -webkit-linear-gradient(-405deg, #0cb5e7 0%, #076986 100%);
  background-image: linear-gradient(135deg, #0cb5e7 0%, #076986 100%);
}
.project--littlebigplanet-com {
  background-size: cover;
  background-color: #e1f6cd;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #e1f6cd 100%);
  background-image: linear-gradient(135deg, white 0%, #e1f6cd 100%);
}
.project--you_need_a_budget_accountancy_software {
  background-size: cover;
  background-color: #fff9c7;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #fff9c7 100%);
  background-image: linear-gradient(135deg, white 0%, #fff9c7 100%);
}
.project--ncsoft_billboard_ad {
  background-size: cover;
  background-color: #ecfefe;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #ecfefe 100%);
  background-image: linear-gradient(135deg, white 0%, #ecfefe 100%);
}
.project--ncsoft_corporate_site {
  background-size: cover;
  background-color: #ececea;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #ececea 100%);
  background-image: linear-gradient(135deg, white 0%, #ececea 100%);
}
.project--social_site_concepts {
  background-size: cover;
  background-color: #eecc97;
  background-color: #fcf7ef;
  background-image: -webkit-linear-gradient(-405deg, #fcf7ef 0%, #eecc97 100%);
  background-image: linear-gradient(135deg, #fcf7ef 0%, #eecc97 100%);
}
.project--zombies {
  background-size: cover;
  background-color: #763434;
  background-color: #b65a5a;
  background-image: -webkit-linear-gradient(-405deg, #b65a5a 0%, #763434 100%);
  background-image: linear-gradient(135deg, #b65a5a 0%, #763434 100%);
}
.project--european_exteel_site {
  background-size: cover;
  background-color: #54ade8;
  background-color: #aed8f4;
  background-image: -webkit-linear-gradient(-405deg, #aed8f4 0%, #54ade8 100%);
  background-image: linear-gradient(135deg, #aed8f4 0%, #54ade8 100%);
}
.project--lineage_ii_interlude {
  background-size: cover;
  background-color: #472f23;
  background-color: #8b5c45;
  background-image: -webkit-linear-gradient(-405deg, #8b5c45 0%, #472f23 100%);
  background-image: linear-gradient(135deg, #8b5c45 0%, #472f23 100%);
}
.project--auto_assault {
  background-size: cover;
  background-color: #fabd05;
  background-color: #fcd769;
  background-image: -webkit-linear-gradient(-405deg, #fcd769 0%, #fabd05 100%);
  background-image: linear-gradient(135deg, #fcd769 0%, #fabd05 100%);
}
.project--soccer_fury_ui_concepts {
  background-size: cover;
  background-color: #380102;
  background-color: #9c0306;
  background-image: -webkit-linear-gradient(-405deg, #9c0306 0%, #380102 100%);
  background-image: linear-gradient(135deg, #9c0306 0%, #380102 100%);
}
.project--lineage_ii_interlude {
  background-size: cover;
  background-color: #472f23;
  background-color: #8b5c45;
  background-image: -webkit-linear-gradient(-405deg, #8b5c45 0%, #472f23 100%);
  background-image: linear-gradient(135deg, #8b5c45 0%, #472f23 100%);
}
.project--nesta_futurelab_design_challenge {
  background-size: cover;
  background-color: #adc7de;
  background-color: #f6f9fb;
  background-image: -webkit-linear-gradient(-405deg, #f6f9fb 0%, #adc7de 100%);
  background-image: linear-gradient(135deg, #f6f9fb 0%, #adc7de 100%);
}
.project--nesta_futurelab_design_challenge .project__screens .figure__group:nth-child(odd) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-428deg, rgba(142, 198, 236, 0.35) 0%, rgba(99, 176, 228, 0.35) 30%, rgba(61, 146, 201, 0.35) 70%, rgba(42, 113, 157, 0.35) 100%);
  background-image: linear-gradient(158deg, rgba(142, 198, 236, 0.35) 0%, rgba(99, 176, 228, 0.35) 30%, rgba(61, 146, 201, 0.35) 70%, rgba(42, 113, 157, 0.35) 100%);
}
.project--nesta_futurelab_design_challenge .project__screens .figure__group:nth-child(even) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-428deg, rgba(209, 112, 111, 0.35) 0%, rgba(209, 111, 110, 0.35) 30%, rgba(167, 53, 52, 0.35) 70%, rgba(120, 1, 1, 0.35) 100%);
  background-image: linear-gradient(158deg, rgba(209, 112, 111, 0.35) 0%, rgba(209, 111, 110, 0.35) 30%, rgba(167, 53, 52, 0.35) 70%, rgba(120, 1, 1, 0.35) 100%);
}
.project--designate {
  background-size: cover;
  background-color: #edf1fc;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, white 0%, #edf1fc 100%);
  background-image: linear-gradient(135deg, white 0%, #edf1fc 100%);
}
.project--virgin_radio {
  background-size: cover;
  background-color: #050066;
  background-color: #0a00cc;
  background-image: -webkit-linear-gradient(-405deg, #0a00cc 0%, #050066 100%);
  background-image: linear-gradient(135deg, #0a00cc 0%, #050066 100%);
}
.project--virgin_radio .project__screens .figure__group:nth-child(odd) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-150deg, #0b009d 0%, #010137 100%);
  background-image: linear-gradient(-120deg, #0b009d 0%, #010137 100%);
}
.project--virgin_radio .project__screens .figure__group:nth-child(even) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-428deg, #f00700 0%, #841934 100%);
  background-image: linear-gradient(158deg, #f00700 0%, #841934 100%);
}
.project--dreams,
.projectlist__link--dreams {
  background-size: cover;
  background-color: #6bc2bc;
  background-color: #b5e7f0;
  background-image: -webkit-linear-gradient(-405deg, #b5e7f0 0%, #6bc2bc 20%, #2ea0a1 50%, #2a7b89 100%);
  background-image: linear-gradient(135deg, #b5e7f0 0%, #6bc2bc 20%, #2ea0a1 50%, #2a7b89 100%);
}
.project--dreams .project__screens .figure__group:nth-child(1) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-360deg, rgba(94, 141, 146, 0.2) 0%, rgba(0, 63, 72, 0.4) 50%, rgba(55, 128, 134, 0.2) 100%);
  background-image: linear-gradient(90deg, rgba(94, 141, 146, 0.2) 0%, rgba(0, 63, 72, 0.4) 50%, rgba(55, 128, 134, 0.2) 100%);
}
.project--dreams .project__screens .figure__group:nth-child(2) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, rgba(169, 236, 225, 0) 5%, rgba(169, 236, 225, 0.8) 50%, rgba(169, 236, 225, 0) 95%);
  background-image: linear-gradient(135deg, rgba(169, 236, 225, 0) 5%, rgba(169, 236, 225, 0.8) 50%, rgba(169, 236, 225, 0) 95%);
}
.project--dreams .project__screens .figure__group:nth-child(3) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-315deg, rgba(146, 212, 208, 0) 5%, rgba(146, 212, 208, 0.8) 50%, #8febea 100%);
  background-image: linear-gradient(45deg, rgba(146, 212, 208, 0) 5%, rgba(146, 212, 208, 0.8) 50%, #8febea 100%);
}
.project--dreams .project__screens .figure__group:nth-child(4) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, #fdfbee 0%, rgba(246, 221, 128, 0.8) 50%, rgba(246, 221, 128, 0) 95%);
  background-image: linear-gradient(135deg, #fdfbee 0%, rgba(246, 221, 128, 0.8) 50%, rgba(246, 221, 128, 0) 95%);
}
.project--dreams .project__screens .figure__group:nth-child(5) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, rgba(76, 219, 217, 0) 5%, rgba(76, 219, 217, 0.8) 50%, rgba(76, 219, 217, 0) 95%);
  background-image: linear-gradient(135deg, rgba(76, 219, 217, 0) 5%, rgba(76, 219, 217, 0.8) 50%, rgba(76, 219, 217, 0) 95%);
}
.project--advice_slip,
.projectlist__link--advice_slip {
  background-size: cover;
  background-color: #616468;
  background-color: #616468;
  background-image: -webkit-linear-gradient(-405deg, #616468 0%, #202a2c 100%);
  background-image: linear-gradient(135deg, #616468 0%, #202a2c 100%);
}
.project--advice_slip {
  background-repeat: repeat;
  background-size: auto;
}
.project--advice_slip .project__screens .figure__group:nth-child(1) {
  background-image: repeating-linear-gradient(-45deg, rgba(29, 18, 69, 0.9) 200px, rgba(22, 14, 51, 0.8) 900px);
}
.project--littlebigstore_concepts .project__screens .figure__group:nth-child(2) figure {
  max-width: 1100px;
  float: none;
  margin: 0 auto 2.5rem auto;
  padding: 5% 0;
}
.project--littlebigstore_concepts,
.projectlist__link--littlebigstore_concepts {
  background-color: #388dcb;
  background-color: #3792d8;
  background-image: -webkit-linear-gradient(-405deg, #3792d8 0%, #9dccf1 100%);
  background-image: linear-gradient(135deg, #3792d8 0%, #9dccf1 100%);
}
.project--littlebigstore_concepts .project__screens .figure__group:nth-child(3n + 2) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-315deg, #95d237 0%, #31e1d6 100%);
  background-image: linear-gradient(45deg, #95d237 0%, #31e1d6 100%);
}
.project--littlebigstore_concepts .project__screens .figure__group:nth-child(3n + 3) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-315deg, #7b6fb9 0%, #3792d8 100%);
  background-image: linear-gradient(45deg, #7b6fb9 0%, #3792d8 100%);
}
.project--littlebigstore_concepts .project__screens .figure__group:nth-child(3n + 4) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, #ec961c 0%, #fc0af5 100%);
  background-image: linear-gradient(135deg, #ec961c 0%, #fc0af5 100%);
}
.project--lbp-me .project__screens .figure__group:nth-child(1) figure {
  max-width: 1100px;
  float: none;
  margin: 0 auto 2.5rem auto;
  width: 100%;
  padding: 5% 0;
}
.project--lbp-me,
.projectlist__link--lbp-me {
  background-size: cover;
  background-color: #d1e8ee;
  background-color: #d1e8ee;
  background-image: -webkit-linear-gradient(-405deg, #d1e8ee 0%, #a3d8e0 100%);
  background-image: linear-gradient(135deg, #d1e8ee 0%, #a3d8e0 100%);
}
.project--lbp-me .project__screens .figure__group:nth-child(3n + 2) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-315deg, #58a6db 0%, #43ddd2 100%);
  background-image: linear-gradient(45deg, #58a6db 0%, #43ddd2 100%);
}
.project--lbp-me .project__screens .figure__group:nth-child(3n + 3) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, #65ad1f 0%, #abe927 100%);
  background-image: linear-gradient(135deg, #65ad1f 0%, #abe927 100%);
}
.project--lbp-me .project__screens .figure__group:nth-child(3n + 4) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-315deg, #58a6db 0%, #43ddd2 100%);
  background-image: linear-gradient(45deg, #58a6db 0%, #43ddd2 100%);
}
.project--mediamolecule-com .project__screens .figure__group--mount:nth-child(1) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, rgba(199, 15, 53, 0.2) 0%, rgba(220, 38, 138, 0.9) 90%);
  background-image: linear-gradient(135deg, rgba(199, 15, 53, 0.2) 0%, rgba(220, 38, 138, 0.9) 90%);
}
.project--mediamolecule-com .project__screens .figure__group--mount:nth-child(2) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-225deg, rgba(229, 92, 102, 0.8) 0%, rgba(189, 125, 81, 0.3) 95%);
  background-image: linear-gradient(-45deg, rgba(229, 92, 102, 0.8) 0%, rgba(189, 125, 81, 0.3) 95%);
}
.project--mediamolecule-com .project__screens .figure__group--mount:nth-child(3) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-405deg, #f0edc0 5%, rgba(195, 192, 173, 0.2) 50%, rgba(49, 82, 117, 0.9) 90%);
  background-image: linear-gradient(135deg, #f0edc0 5%, rgba(195, 192, 173, 0.2) 50%, rgba(49, 82, 117, 0.9) 90%);
}
.project--mm_paper,
.projectlist__link--mm_paper {
  background-image: url(/assets/images/paper_a4-plain.png);
  background-repeat: repeat;
  background-size: auto;
}
.projectlist__link--mm_paper {
  background-size: 10% !important;
}
.projectlist__link--mm_paper .figure {
  background-color: rgba(247, 172, 64, 0.8);
  background-image: -webkit-linear-gradient(-450deg, rgba(247, 172, 64, 0.8) 0%, rgba(251, 141, 0, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(247, 172, 64, 0.8) 0%, rgba(251, 141, 0, 0.8) 100%);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(1) .figure:nth-child(1) {
  background-color: rgba(247, 172, 64, 0.8);
  background-image: -webkit-linear-gradient(-450deg, rgba(247, 172, 64, 0.8) 0%, rgba(251, 141, 0, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(247, 172, 64, 0.8) 0%, rgba(251, 141, 0, 0.8) 100%);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(1) .figure:nth-child(2) {
  background-color: rgba(251, 141, 0, 0.25);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(2) .figure:nth-child(1) {
  background-color: rgba(0, 138, 121, 0.8);
  background-image: -webkit-linear-gradient(-450deg, rgba(0, 138, 121, 0.8) 0%, rgba(0, 104, 125, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(0, 138, 121, 0.8) 0%, rgba(0, 104, 125, 0.8) 100%);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(2) .figure:nth-child(2) {
  background-color: rgba(0, 104, 125, 0.25);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(3) .figure:nth-child(1) {
  background-color: rgba(0, 104, 125, 0.25);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(3) .figure:nth-child(2) {
  background-color: rgba(0, 138, 121, 0.8);
  background-image: -webkit-linear-gradient(-270deg, rgba(0, 138, 121, 0.8) 0%, rgba(0, 104, 125, 0.8) 100%);
  background-image: linear-gradient(0deg, rgba(0, 138, 121, 0.8) 0%, rgba(0, 104, 125, 0.8) 100%);
}
.project--mm_paper .project__screens .figure__group--mount:nth-child(4) .figure:nth-child(1) {
  background-color: rgba(251, 141, 0, 0.25);
}
.project--sony_playstation,
.projectlist__link--sony_playstation {
  background-size: 150% 150%;
  background-position: center center;
  background-color: #78c7f0;
  background-image: -webkit-radial-gradient(center, ellipse cover, #78c7f0 0%, #114aa1 49%, #062671 90%, #02153f 100%);
  background-image: radial-gradient(ellipse at center, #78c7f0 0%, #114aa1 49%, #062671 90%, #02153f 100%);
}
.project--sony_playstation .project__screens .figure__group {
  background-color: transparent;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 1200px, rgba(255, 255, 255, 0.5) 1200px);
}
.project--sony_playstation .project__screens .figure__group:nth-child(1) {
  background: transparent !important;
}
.project--sony_playstation .project__screens .figure__group:nth-child(even) {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 900px, rgba(255, 255, 255, 0.5) 900px);
}
.project--starter_pack_discs,
.projectlist__link--starter_pack_discs {
  background-color: #020106;
  background-color: #020106;
  background-image: -webkit-linear-gradient(top, #020106 0%, #504688 100%);
  background-image: linear-gradient(to bottom, #020106 0%, #504688 100%);
}
.project--starter_pack_discs .project__screens .figure__group:nth-child(4) {
  background-color: #cdcdcd;
}
.project--starter_pack_discs .project__screens .figure__group:nth-child(1) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-450deg, #b0a8b5 0%, #6276a8 30%, #49455e 100%);
  background-image: linear-gradient(180deg, #b0a8b5 0%, #6276a8 30%, #49455e 100%);
}
.project--starter_pack_discs .project__screens .figure__group:nth-child(2) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-428deg, #ff9746 0%, #e26a47 50%, #3b414d 90%, #1d2c33 100%);
  background-image: linear-gradient(158deg, #ff9746 0%, #e26a47 50%, #3b414d 90%, #1d2c33 100%);
}
.project--starter_pack_discs .project__screens .figure__group:nth-child(3) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-380deg, #161920 0%, #2e5193 30%, #6e1c1e 70%, #2d1817 100%);
  background-image: linear-gradient(110deg, #161920 0%, #2e5193 30%, #6e1c1e 70%, #2d1817 100%);
}
.project--tearaway,
.projectlist__link--tearaway {
  background-size: cover;
  background-color: #18a2d1;
  background-color: #18a2d1;
  background-image: -webkit-linear-gradient(-405deg, #18a2d1 0%, #f1e880 100%);
  background-image: linear-gradient(135deg, #18a2d1 0%, #f1e880 100%);
}
.project--tearaway .project__screens .figure__group:nth-child(1) {
  background-color: rgba(182, 207, 143, 0);
  background-image: -webkit-linear-gradient(-180deg, rgba(182, 207, 143, 0) 5%, #b6cf8f 75%);
  background-image: linear-gradient(-90deg, rgba(182, 207, 143, 0) 5%, #b6cf8f 75%);
}
.project--tearaway .project__screens .figure__group:nth-child(4) {
  background-color: rgba(144, 168, 50, 0);
  background-image: -webkit-linear-gradient(-360deg, rgba(144, 168, 50, 0) 5%, #90a832 75%);
  background-image: linear-gradient(90deg, rgba(144, 168, 50, 0) 5%, #90a832 75%);
}
.project--tearaway .project__screens .figure__group:nth-child(5) {
  background-color: rgba(80, 170, 141, 0);
  background-image: -webkit-linear-gradient(-180deg, rgba(80, 170, 141, 0) 5%, #50aa8d 75%);
  background-image: linear-gradient(-90deg, rgba(80, 170, 141, 0) 5%, #50aa8d 75%);
}
.project--plaync_launcher {
  background-size: cover;
  background-color: #6bc2bc;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-405deg, #fff 0%, #aea5da 50%, #9288c1 100%);
  background-image: linear-gradient(135deg, #fff 0%, #aea5da 50%, #9288c1 100%);
}
.project--plaync_launcher .figure__mount:nth-child(1) .figure {
  max-width: 792px;
}
.project--plaync_launcher .figure__mount:nth-child(2) .figure {
  max-width: 528px;
}
.project--plaync_launcher .figure__mount:nth-child(3) .figure {
  max-width: 562px;
}
.project--discover_guild_wars.project {
  background-color: #17152a;
  background-color: #77606a;
  background-image: -webkit-linear-gradient(-405deg, #77606a 0%, #39354e 50%, #17152a 100%);
  background-image: linear-gradient(135deg, #77606a 0%, #39354e 50%, #17152a 100%);
}
.project--discover_guild_wars.project .project__screens .figure__group:nth-child(2) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-380deg, #1c151c 0%, #191219 30%, #0f0917 70%, black 100%);
  background-image: linear-gradient(110deg, #1c151c 0%, #191219 30%, #0f0917 70%, black 100%);
}
.project--discover_guild_wars.project .project__screens .figure__group:nth-child(3) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-175deg, #3a2b26 0%, #56413c 30%, #2f1f12 70%, #130c06 100%);
  background-image: linear-gradient(-95deg, #3a2b26 0%, #56413c 30%, #2f1f12 70%, #130c06 100%);
}
.project--discover_guild_wars.project .project__screens .figure__group:nth-child(4) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-342deg, #204241 0%, #1c2d2d 30%, #162029 70%, #05060a 100%);
  background-image: linear-gradient(72deg, #204241 0%, #1c2d2d 30%, #162029 70%, #05060a 100%);
}
.project--discover_guild_wars.project .project__screens .figure__group:nth-child(5) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-428deg, #d7d7d7 0%, #c3c3c3 30%, #aeb2bb 70%, #808799 100%);
  background-image: linear-gradient(158deg, #d7d7d7 0%, #c3c3c3 30%, #aeb2bb 70%, #808799 100%);
}
.project--discover_guild_wars.project .project__screens .figure__group:nth-child(6) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-380deg, #eaecde 0%, #d9ddc6 30%, #bdc49b 70%, #8f995d 100%);
  background-image: linear-gradient(110deg, #eaecde 0%, #d9ddc6 30%, #bdc49b 70%, #8f995d 100%);
}
.project--discover_guild_wars.project .project__screens .figure__group:nth-child(7) {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-160deg, #eedcd0 0%, #edddd0 30%, #ba8455 70%, #a17656 100%);
  background-image: linear-gradient(-110deg, #eedcd0 0%, #edddd0 30%, #ba8455 70%, #a17656 100%);
}
.project--electric_brighton-2017,
.projectlist__link--electric_brighton-2017 {
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-color: #2dfddf;
  background-image: linear-gradient(135deg, #2dfddf 0, #22add3 60%, #0b356d 100%);
}
.project--electric_brighton,
.projectlist__link--electric_brighton {
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-color: #22add3;
  background-image: linear-gradient(135deg, #22add3 0, #0b356d 100%);
}
.project--double_fine,
.projectlist__link--double_fine {
  background-size: cover;
  background-color: ##8b1e1c;
  background-image: linear-gradient(135deg, #290817 0, #8b1e1c 78%, #290810 100%);
}
.project--new_automotive_local,
.projectlist__link--new_automotive_local {
  background-color: #f0f5fa;
}
.project--failbetter_games,
.projectlist__link--failbetter_games {
  background-color: #9fe1c0;
  background-image: linear-gradient(50deg, #9fe1c0 0, #489982 25%, #31574d 100%);
}
.project--indreams_me,
.projectlist__link--indreams_me {
  background-size: cover;
  background-color: #140c2f;
  background-color: #140c2f;
  background-image: -webkit-linear-gradient(-405deg, #140c2f 0%, #462069 60%, #935b9e 100%);
  background-image: linear-gradient(135deg, #140c2f 0%, #462069 60%, #935b9e 100%);
}
.project--indreams_me {
  background-repeat: repeat;
  background-size: auto;
}
.project--indreams_me_launch,
.projectlist__link--indreams_me_launch {
  background-size: cover;
  background-color: #1c0e38;
}
.projectlist__link--indreams_me_launch {
  background-color: #1c0e38;
  background-image: -webkit-linear-gradient(-405deg, #1c0e38 0%, #3b14b4 90%);
  background-image: linear-gradient(135deg, #1c0e38 0%, #3b14b4 90%);
}
.project--indreams_me_launch .project__screens .figure__group {
  background-size: cover;
  background-color: rgba(28, 14, 56, 0.6);
}
.project--indreams_me_launch .project__screens .figure__group:nth-child(even) {
  background-color: rgba(28, 14, 56, 0.35);
  background-image: -webkit-linear-gradient(-405deg, rgba(28, 14, 56, 0.35) 0%, rgba(59, 20, 180, 0.6) 90%);
  background-image: linear-gradient(135deg, rgba(28, 14, 56, 0.35) 0%, rgba(59, 20, 180, 0.6) 90%);
}
.project--indreams_me_launch .project__screens .figure__group:nth-child(odd) {
  background-color: rgba(28, 14, 56, 0.35);
  background-image: -webkit-linear-gradient(-225deg, rgba(28, 14, 56, 0.35) 0%, rgba(59, 20, 180, 0.6) 90%);
  background-image: linear-gradient(-45deg, rgba(28, 14, 56, 0.35) 0%, rgba(59, 20, 180, 0.6) 90%);
}
.project--leccy_net,
.projectlist__link--leccy_net {
  background-size: cover;
  background-color: #b8defe;
}
.project--leccy_net .project__screens .figure__group {
  background-image: -webkit-radial-gradient(center, ellipse cover, #2b9bfd 0%, #0267c0 100%);
  background-image: radial-gradient(ellipse at center, #2b9bfd 0%, #0267c0 100%);
}
.project--leccy_net_update,
.projectlist__link--leccy_net_update {
  background-size: cover;
  background-color: rgba(0, 231, 235, 0.2);
}
.project--leccy_net_update .project__screens .figure__group {
  background-image: -webkit-radial-gradient(center, ellipse cover, #145bdc 0%, #0c347f 100%);
  background-image: radial-gradient(ellipse at center, #145bdc 0%, #0c347f 100%);
}
@media (max-width: 550px) {
  #pp-nav.right {
    right: 3px;
  }
  .menu__title {
    padding-top: 0.2rem;
  }
  .menu__item {
    font-size: 1.2rem;
    padding: 0 0.6rem 0 0;
  }
  .menu__list--smaller .menu__item {
    font-size: 1rem;
  }
  .project .project__container p,
  .project .project__container h1,
  .project .project__container h3 {
    padding-right: 10px;
  }
  .project__screens .figure__group--c1 .figure,
  .project__screens .figure__group--c2 .figure,
  .project__screens .figure__group--c3 .figure {
    width: 90%;
  }
  .project__screens .figure__group--c1 .figure.figure--photo,
  .project__screens .figure__group--c2 .figure.figure--photo,
  .project__screens .figure__group--c3 .figure.figure--photo {
    width: 100%;
    padding: 0;
  }
  .project__screens .figure__group .figure--desktop.figure--hasattachments,
  .project__screens .figure__group .figure--photo.figure--hasattachments,
  .project__screens .figure__group .figure--pc.figure--hasattachments {
    width: 90%;
    padding: 10% 5%;
  }
  .project__screens .figure__group .figure--mobile.figure--attachment {
    width: 66%;
    padding: 10% 17%;
  }
  .project__screens .figure__group .figure--mobilesml.figure--attached {
    width: 66%;
    padding: 10% 17%;
  }
  .project__screens .figure__group .figure--mobilelrg.figure--attached {
    width: 66%;
    padding: 10% 17%;
  }
  .header {
    height: 96px;
  }
  body {
    padding-top: 96px;
  }
  .blog__figure.figure--left,
  .blog__figure.figure--right,
  .blog__figure.figure--center,
  .blog__figure.figure--full {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .blog__listing-datetime {
    font-size: 1.2rem;
  }
  .blog__listing-datetime .shortmonth {
    display: inline;
  }
  .blog__listing-datetime .month {
    display: none;
  }
}
@media (max-width: 750px) {
  #pp-nav li,
  .pp-slidesNav li {
    margin: 6px 4px;
  }
  .projectlist__item {
    flex-basis: 50%;
    font-size: 1.2rem;
  }
  .figure__group .figure__caption {
    margin-top: 0;
  }
}
@media (min-width: 550px) {
  .blog__listing-datetime {
    font-size: 1.2rem;
  }
  .blog__listing-datetime .shortmonth {
    display: none;
  }
  .blog__listing-datetime .month {
    display: inline;
  }
  .section.intermission h5.subtitle {
    letter-spacing: 2em;
    font-size: 1em;
  }
}
@media (min-width: 750px) {
  #pp-nav li,
  .pp-slidesNav li {
    width: 22px;
    height: 22px;
    margin: 6px 4px;
  }
  #pp-nav span,
  .pp-slidesNav span {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1000px) {
  h2 span {
    font-size: 100%;
    line-height: 120%;
  }
}
@media (max-width: 320px) {
  .projectlist__item {
    flex-basis: 100%;
  }
} /*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
html.swipebox-html body {
  overflow: hidden;
}
#swipebox-overlay img {
  border: none !important;
  max-height: 90% !important;
  max-width: 95% !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(/assets/images/swipebox/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 4em;
}
#swipebox-bottom-bar {
  bottom: -4em;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -4em, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 4em, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'montserrat', HelveticaNeue-Regular, 'Helvetica Neue Regular', 'Helvetica Neue', Helvetica;
  color: #fff;
  font-weight: lighter;
  font-size: 2em;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  cursor: pointer;
  position: relative;
  line-height: 80%;
  top: 0;
  font-family: 'montserrat', HelveticaNeue-Regular, 'Helvetica Neue Regular', 'Helvetica Neue', Helvetica;
  color: #fff;
  font-weight: lighter;
  font-size: 4em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 4em;
}
#swipebox-prev {
  float: left;
  left: 0.5em;
}
#swipebox-prev:hover {
  left: 0px;
}
#swipebox-next {
  float: right;
  right: 0.5em;
}
#swipebox-next:hover {
  right: 0px;
}
#swipebox-close {
  top: 0;
  right: 0.5em;
  text-align: right;
  position: absolute;
  z-index: 9999;
}
#swipebox-close:hover {
  top: -6px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
} /*# sourceMappingURL=custom.css.map */
