html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
html {
    background: #fff
}
img {
    height: auto;
    max-width: 100%
}
.related-projects__list {
    list-style: none;
    padding: 0;
    margin: 0
}
.wrapper {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1rem
}
@media (min-width: 568px) {
    .site-main {
        margin-top: 5.625em
    }
}
#check {
    display: none
}
@media (min-width: 680px) {
    #check {
        display: block
    }
}
body {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif
}
p {
    font-size: 15px;
    line-height: 1.6em
}
a {
    color: #000;
    text-decoration: none
}
a.highlighted {
    border-bottom: 1px solid
}
.site-header {
    margin-top: 28px;
    text-align: center
}
@media (min-width: 568px) {
    .site-header {
        text-decoration: left;
        text-align: left
    }
}
@media (min-width: 568px) {
    .site-header nav {
        float: right
    }
}
.site-header__branding {
    color: #525252;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}
@media (min-width: 568px) {
    .site-header__branding {
        text-align: left
    }
}
.site-nav {
    list-style: none;
    margin: 20px 0 0;
    max-height: 0;
    overflow: hidden;
    padding: 0
}
@media (min-width: 568px) {
    .site-nav {
        margin-top: 0;
        max-height: none;
        overflow: visible
    }
}
.site-nav--active {
    max-height: 100%
}
.site-nav__item {
    display: block;
    position: relative;
    text-align: center
}
@media (min-width: 568px) {
    .site-nav__item {
        display: inline-block;
        text-align: left;
        vertical-align: top
    }
    *+.site-nav__item {
        margin-left: 1.5rem
    }
}
@media (min-width: 568px) {
    .site-nav__item:hover>.site-nav__item-dropdown,
    .site-nav__item:focus>.site-nav__item-dropdown {
        max-height: 160px;
        opacity: 1
    }
}
.site-nav__item-dropdown {
    list-style: none;
    margin: 0;
    padding: 0
}
@media (min-width: 568px) {
    .site-nav__item-dropdown {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        background: #fff;
        left: -18px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 10px 0 0;
        position: absolute;
        top: 18px;
        width: 140px;
        z-index: 100
    }
    .site-nav__item-dropdown .site-nav__item {
        display: block;
        margin: 0
    }
    .site-nav__item-dropdown .site-nav__link {
        border-bottom: 1px solid #eee;
        padding: 12px 18px
    }
}
.site-nav__link {
    -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-bottom: 1px solid #eee;
    color: #525252;
    display: block;
    font-size: 14px;
    padding: 18px 0;
    text-decoration: none;
    text-transform: uppercase
}
.site-nav__link:hover,
.site-nav__link:focus {
    color: #000
}
@media (min-width: 568px) {
    .site-nav__link {
        border: none;
        padding: 0
    }
}
@media (min-width: 568px) {
    .site-nav__link span {
        display: none
    }
}
.site-nav__link--mobile-hide {
    display: none
}
@media (min-width: 568px) {
    .site-nav__link--mobile-hide {
        display: inline-block
    }
}
.site-nav__mobile {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 12px;
    top: 25px
}
@media (min-width: 568px) {
    .site-nav__mobile {
        display: none
    }
}
.site-nav__mobile .ie {
    display: none
}
.ie8 .site-nav__mobile .ie {
    display: block
}
.hero {
    margin: 0 auto;
    max-width: 877px;
    text-align: center;
}
.work-blocks {
    margin: 0 auto;
    max-width: 720px;
    text-align: center
}
@media (min-width: 768px) {
    .work-blocks {
        text-align: justify
    }
}
@media (min-width: 1100px) {
    .work-blocks {
        max-width: none
    }
}
.work-blocks:after {
    content: '';
    display: inline-block;
    width: 100%
}
.work-blocks__title {
    color: #525252;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 32px;
    text-align: center
}
@media (min-width: 768px) {
    .work-blocks__title {
        margin-bottom: 0;
        position: relative;
        text-align: left;
        top: -45px
    }
}
.work-block {
    color: #000;
    display: block;
    margin: 0 auto 3em;
    max-width: 319px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 100%
}
@media (min-width: 768px) {
    .work-block {
        display: inline-block
    }
}
.work-block:hover .work-block__detail {
    opacity: 1
}
.work-block__img {
    background: #d9d9d9;
    height: 200px
}
.work-block__heading {
    color: #525252;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left
}
.work-block__detail {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0
}
.work-block__detail h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0
}
.work-block__detail p {
    font-size: 13px
}
.work-cta {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto 32px;
    padding-top: 35%
}
@media (min-width: 680px) {
    .work-cta {
        float: left;
        width: 45%;
        max-width: 100%
    }
}
.work-cta:hover .work-cta__title,
.work-cta:focus .work-cta__title {
    opacity: 1
}
@media (min-width: 680px) {
    .work-cta--end {
        float: right
    }
}
.work-cta__title {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    right: 0;
    bottom: 0;
    padding-top: 15%;
    opacity: 0
}
@media (min-width: 680px) {
    .work-cta__title {
        padding-top: 35%
    }
}
.related-projects {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}
@media (min-width: 680px) {
    .related-projects {
        display: block;
        float: left;
        padding-right: 24px;
        width: 13%
    }
}
.related-projects__list {
    position: relative;
    top: -7px
}
.related-projects__item {
    margin-bottom: 8px
}
.related-projects__link {
    color: #525252;
    font-size: 14px;
    text-decoration: none
}
.image-viewer {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%
}
@media (min-width: 680px) {
    .image-viewer {
        width: 87%
    }
}
@media (min-width: 1025px) {
    .image-viewer--filler {
        float: right;
        width: 75%
    }
}
.image-viewer__current {
    margin-bottom: 16px;
    width: 100%;
    position: relative;
    text-align: center
}
@media (min-width: 680px) {
    .image-viewer__current {
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in
    }
}
.image-viewer__current picture {
    display: inline-block
}
.image-viewer__current picture div {
    text-align: left
}
.image-viewer__current img {
    position: relative;
    z-index: 2;
    max-height: 460px
}
.image-viewer__thumbnail {
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
    width: 100px;
    height: 60px;
    overflow: hidden
}
.project-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    top: -7px;
    margin-top: 20px;
    float: left;
    width: 100%
}
@media (min-width: 680px) {
    .project-text {
        width: 87%
    }
}
@media (min-width: 1025px) {
    .project-text {
        margin: 0;
        width: 22%
    }
}
.project-text p {
    margin-top: 0
}
@media (min-width: 680px) {
    .image-viewer--full-width .image-viewer__current {
        overflow: scroll
    }
    .image-viewer--full-width .current {
        max-width: none;
        width: 3000px
    }
}
.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.slider-arrows {
    display: none
}
@media (min-width: 680px) {
    .slider-arrows {
        display: block;
        position: absolute;
        top: 0;
        z-index: 999;
        margin-top: 10px;
        left: 0;
        right: 0;
        padding: 0 10px;
        font-size: 13px
    }
    .slider-arrows button {
        background: rgba(255, 255, 255, 0.5);
        color: #000;
        border: none;
        outline: none;
        padding: 3px 5px 0
    }
}
.slider-arrows__arrow--left {
    float: left;
    margin-left: 10px
}
.slider-arrows__arrow--right {
    float: right;
    margin-right: 10px
}
.site-footer {
    clear: both;
    color: #525252;
    font-size: 13px;
    margin-top: 100px;
    padding: 2em 0;
    text-align: center
}
@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: transparent
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8)
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }
    .current_scrolls .featherlight .featherlight-content {
        height: 500px
    }
    .featherlight .featherlight-inner {
        display: block;
        cursor: -webkit-grab;
        cursor: -moz-grab
    }
    .featherlight .featherlight-inner:focus {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
        color: #000
    }
    .featherlight .featherlight-image {
        width: 100%
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }
    .featherlight iframe {
        border: none
    }
}
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%
    }
}
.zoom-btns {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
    text-align: right
}
.zoom-btns button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    font-size: 32px;
    margin: 0 4px;
    height: 30px;
    width: 30px;
    padding: 0;
    vertical-align: top;
    outline: none
}
.zoom-btns button.minus {
    padding-top: 4px
}
@media (min-width: 680px) {
    .about-col {
        float: left;
        width: 50%
    }
}
.colophon {
    margin-top: 40px
}
.colophon small,
.colophon a {
    color: #777
}
@media (min-width: 680px) {
    .not-found-heading {
        font-size: 73px
    }
}
@media (min-width: 680px) {
    .not-found-body {
        font-size: 20px
    }
}
