/*! normalize.css v2.1.2 | MIT License | git.io/normalize */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #222;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}
.lowercase {
    text-transform: lowercase !important;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
video,
audio,
iframe,
object {
    max-width: 100%;
    height: auto
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix,
.group {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.group:before,
.group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after,
.group:after {
    clear: both
}

.grecaptcha-badge { 
    opacity: 0 !important;
    box-shadow: none !important;
}

.site-mark svg {
    width: 30px;
    height: 30px;
}

.a-item {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition: 800ms ease-in-out;
    transition: 800ms ease-in-out
}

.a-item--stagger {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%)
}

.a-item--project {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out
}

.a-item--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ajax-loader {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes panning {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes panning {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.33s;
    animation-duration: 1.33s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3
}

.pulse.site-mark {
    z-index: 10000
}

.pulsing {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.33s;
    animation-duration: 1.33s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.row {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto
}

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

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

@media screen and (min-width: 48em) {
    .row .row {
        margin-left: -0.3125rem;
        margin-right: -0.3125rem
    }
}

@media screen and (min-width: 60em) {
    .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem
    }
}

@media screen and (min-width: 100em) {
    .row .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

@media screen and (min-width: 48em) {
    .column,
    .columns {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem
    }
}

@media screen and (min-width: 60em) {
    .column,
    .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
}

@media screen and (min-width: 100em) {
    .column,
    .columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 5%
}

.small-push-1 {
    position: relative;
    left: 5%
}

.small-pull-1 {
    position: relative;
    left: -5%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    width: 10%
}

.small-push-2 {
    position: relative;
    left: 10%
}

.small-pull-2 {
    position: relative;
    left: -10%
}

.small-offset-1 {
    margin-left: 5%
}

.small-3 {
    width: 15%
}

.small-push-3 {
    position: relative;
    left: 15%
}

.small-pull-3 {
    position: relative;
    left: -15%
}

.small-offset-2 {
    margin-left: 10%
}

.small-4 {
    width: 20%
}

.small-push-4 {
    position: relative;
    left: 20%
}

.small-pull-4 {
    position: relative;
    left: -20%
}

.small-offset-3 {
    margin-left: 15%
}

.small-5 {
    width: 25%
}

.small-push-5 {
    position: relative;
    left: 25%
}

.small-pull-5 {
    position: relative;
    left: -25%
}

.small-offset-4 {
    margin-left: 20%
}

.small-6 {
    width: 30%
}

.small-push-6 {
    position: relative;
    left: 30%
}

.small-pull-6 {
    position: relative;
    left: -30%
}

.small-offset-5 {
    margin-left: 25%
}

.small-7 {
    width: 35%
}

.small-push-7 {
    position: relative;
    left: 35%
}

.small-pull-7 {
    position: relative;
    left: -35%
}

.small-offset-6 {
    margin-left: 30%
}

.small-8 {
    width: 40%
}

.small-push-8 {
    position: relative;
    left: 40%
}

.small-pull-8 {
    position: relative;
    left: -40%
}

.small-offset-7 {
    margin-left: 35%
}

.small-9 {
    width: 45%
}

.small-push-9 {
    position: relative;
    left: 45%
}

.small-pull-9 {
    position: relative;
    left: -45%
}

.small-offset-8 {
    margin-left: 40%
}

.small-10 {
    width: 50%
}

.small-push-10 {
    position: relative;
    left: 50%
}

.small-pull-10 {
    position: relative;
    left: -50%
}

.small-offset-9 {
    margin-left: 45%
}

.small-11 {
    width: 55%
}

.small-push-11 {
    position: relative;
    left: 55%
}

.small-pull-11 {
    position: relative;
    left: -55%
}

.small-offset-10 {
    margin-left: 50%
}

.small-12 {
    width: 60%
}

.small-push-12 {
    position: relative;
    left: 60%
}

.small-pull-12 {
    position: relative;
    left: -60%
}

.small-offset-11 {
    margin-left: 55%
}

.small-13 {
    width: 65%
}

.small-push-13 {
    position: relative;
    left: 65%
}

.small-pull-13 {
    position: relative;
    left: -65%
}

.small-offset-12 {
    margin-left: 60%
}

.small-14 {
    width: 70%
}

.small-push-14 {
    position: relative;
    left: 70%
}

.small-pull-14 {
    position: relative;
    left: -70%
}

.small-offset-13 {
    margin-left: 65%
}

.small-15 {
    width: 75%
}

.small-push-15 {
    position: relative;
    left: 75%
}

.small-pull-15 {
    position: relative;
    left: -75%
}

.small-offset-14 {
    margin-left: 70%
}

.small-16 {
    width: 80%
}

.small-push-16 {
    position: relative;
    left: 80%
}

.small-pull-16 {
    position: relative;
    left: -80%
}

.small-offset-15 {
    margin-left: 75%
}

.small-17 {
    width: 85%
}

.small-push-17 {
    position: relative;
    left: 85%
}

.small-pull-17 {
    position: relative;
    left: -85%
}

.small-offset-16 {
    margin-left: 80%
}

.small-18 {
    width: 90%
}

.small-push-18 {
    position: relative;
    left: 90%
}

.small-pull-18 {
    position: relative;
    left: -90%
}

.small-offset-17 {
    margin-left: 85%
}

.small-19 {
    width: 95%
}

.small-push-19 {
    position: relative;
    left: 95%
}

.small-pull-19 {
    position: relative;
    left: -95%
}

.small-offset-18 {
    margin-left: 90%
}

.small-20 {
    width: 100%
}

.small-offset-19 {
    margin-left: 95%
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-collapse .row,
.expanded.row .small-collapse.row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width: 30em) {
    .xsmall-1 {
        width: 5%
    }
    .xsmall-push-1 {
        position: relative;
        left: 5%
    }
    .xsmall-pull-1 {
        position: relative;
        left: -5%
    }
    .xsmall-offset-0 {
        margin-left: 0%
    }
    .xsmall-2 {
        width: 10%
    }
    .xsmall-push-2 {
        position: relative;
        left: 10%
    }
    .xsmall-pull-2 {
        position: relative;
        left: -10%
    }
    .xsmall-offset-1 {
        margin-left: 5%
    }
    .xsmall-3 {
        width: 15%
    }
    .xsmall-push-3 {
        position: relative;
        left: 15%
    }
    .xsmall-pull-3 {
        position: relative;
        left: -15%
    }
    .xsmall-offset-2 {
        margin-left: 10%
    }
    .xsmall-4 {
        width: 20%
    }
    .xsmall-push-4 {
        position: relative;
        left: 20%
    }
    .xsmall-pull-4 {
        position: relative;
        left: -20%
    }
    .xsmall-offset-3 {
        margin-left: 15%
    }
    .xsmall-5 {
        width: 25%
    }
    .xsmall-push-5 {
        position: relative;
        left: 25%
    }
    .xsmall-pull-5 {
        position: relative;
        left: -25%
    }
    .xsmall-offset-4 {
        margin-left: 20%
    }
    .xsmall-6 {
        width: 30%
    }
    .xsmall-push-6 {
        position: relative;
        left: 30%
    }
    .xsmall-pull-6 {
        position: relative;
        left: -30%
    }
    .xsmall-offset-5 {
        margin-left: 25%
    }
    .xsmall-7 {
        width: 35%
    }
    .xsmall-push-7 {
        position: relative;
        left: 35%
    }
    .xsmall-pull-7 {
        position: relative;
        left: -35%
    }
    .xsmall-offset-6 {
        margin-left: 30%
    }
    .xsmall-8 {
        width: 40%
    }
    .xsmall-push-8 {
        position: relative;
        left: 40%
    }
    .xsmall-pull-8 {
        position: relative;
        left: -40%
    }
    .xsmall-offset-7 {
        margin-left: 35%
    }
    .xsmall-9 {
        width: 45%
    }
    .xsmall-push-9 {
        position: relative;
        left: 45%
    }
    .xsmall-pull-9 {
        position: relative;
        left: -45%
    }
    .xsmall-offset-8 {
        margin-left: 40%
    }
    .xsmall-10 {
        width: 50%
    }
    .xsmall-push-10 {
        position: relative;
        left: 50%
    }
    .xsmall-pull-10 {
        position: relative;
        left: -50%
    }
    .xsmall-offset-9 {
        margin-left: 45%
    }
    .xsmall-11 {
        width: 55%
    }
    .xsmall-push-11 {
        position: relative;
        left: 55%
    }
    .xsmall-pull-11 {
        position: relative;
        left: -55%
    }
    .xsmall-offset-10 {
        margin-left: 50%
    }
    .xsmall-12 {
        width: 60%
    }
    .xsmall-push-12 {
        position: relative;
        left: 60%
    }
    .xsmall-pull-12 {
        position: relative;
        left: -60%
    }
    .xsmall-offset-11 {
        margin-left: 55%
    }
    .xsmall-13 {
        width: 65%
    }
    .xsmall-push-13 {
        position: relative;
        left: 65%
    }
    .xsmall-pull-13 {
        position: relative;
        left: -65%
    }
    .xsmall-offset-12 {
        margin-left: 60%
    }
    .xsmall-14 {
        width: 70%
    }
    .xsmall-push-14 {
        position: relative;
        left: 70%
    }
    .xsmall-pull-14 {
        position: relative;
        left: -70%
    }
    .xsmall-offset-13 {
        margin-left: 65%
    }
    .xsmall-15 {
        width: 75%
    }
    .xsmall-push-15 {
        position: relative;
        left: 75%
    }
    .xsmall-pull-15 {
        position: relative;
        left: -75%
    }
    .xsmall-offset-14 {
        margin-left: 70%
    }
    .xsmall-16 {
        width: 80%
    }
    .xsmall-push-16 {
        position: relative;
        left: 80%
    }
    .xsmall-pull-16 {
        position: relative;
        left: -80%
    }
    .xsmall-offset-15 {
        margin-left: 75%
    }
    .xsmall-17 {
        width: 85%
    }
    .xsmall-push-17 {
        position: relative;
        left: 85%
    }
    .xsmall-pull-17 {
        position: relative;
        left: -85%
    }
    .xsmall-offset-16 {
        margin-left: 80%
    }
    .xsmall-18 {
        width: 90%
    }
    .xsmall-push-18 {
        position: relative;
        left: 90%
    }
    .xsmall-pull-18 {
        position: relative;
        left: -90%
    }
    .xsmall-offset-17 {
        margin-left: 85%
    }
    .xsmall-19 {
        width: 95%
    }
    .xsmall-push-19 {
        position: relative;
        left: 95%
    }
    .xsmall-pull-19 {
        position: relative;
        left: -95%
    }
    .xsmall-offset-18 {
        margin-left: 90%
    }
    .xsmall-20 {
        width: 100%
    }
    .xsmall-offset-19 {
        margin-left: 95%
    }
    .xsmall-up-1>.column,
    .xsmall-up-1>.columns {
        width: 100%;
        float: left
    }
    .xsmall-up-1>.column:nth-of-type(1n),
    .xsmall-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-1>.column:nth-of-type(1n+1),
    .xsmall-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xsmall-up-1>.column:last-child,
    .xsmall-up-1>.columns:last-child {
        float: left
    }
    .xsmall-up-2>.column,
    .xsmall-up-2>.columns {
        width: 50%;
        float: left
    }
    .xsmall-up-2>.column:nth-of-type(1n),
    .xsmall-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-2>.column:nth-of-type(2n+1),
    .xsmall-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xsmall-up-2>.column:last-child,
    .xsmall-up-2>.columns:last-child {
        float: left
    }
    .xsmall-up-3>.column,
    .xsmall-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .xsmall-up-3>.column:nth-of-type(1n),
    .xsmall-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-3>.column:nth-of-type(3n+1),
    .xsmall-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xsmall-up-3>.column:last-child,
    .xsmall-up-3>.columns:last-child {
        float: left
    }
    .xsmall-up-4>.column,
    .xsmall-up-4>.columns {
        width: 25%;
        float: left
    }
    .xsmall-up-4>.column:nth-of-type(1n),
    .xsmall-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-4>.column:nth-of-type(4n+1),
    .xsmall-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xsmall-up-4>.column:last-child,
    .xsmall-up-4>.columns:last-child {
        float: left
    }
    .xsmall-up-5>.column,
    .xsmall-up-5>.columns {
        width: 20%;
        float: left
    }
    .xsmall-up-5>.column:nth-of-type(1n),
    .xsmall-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-5>.column:nth-of-type(5n+1),
    .xsmall-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xsmall-up-5>.column:last-child,
    .xsmall-up-5>.columns:last-child {
        float: left
    }
    .xsmall-up-6>.column,
    .xsmall-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .xsmall-up-6>.column:nth-of-type(1n),
    .xsmall-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-6>.column:nth-of-type(6n+1),
    .xsmall-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xsmall-up-6>.column:last-child,
    .xsmall-up-6>.columns:last-child {
        float: left
    }
    .xsmall-up-7>.column,
    .xsmall-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .xsmall-up-7>.column:nth-of-type(1n),
    .xsmall-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-7>.column:nth-of-type(7n+1),
    .xsmall-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xsmall-up-7>.column:last-child,
    .xsmall-up-7>.columns:last-child {
        float: left
    }
    .xsmall-up-8>.column,
    .xsmall-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .xsmall-up-8>.column:nth-of-type(1n),
    .xsmall-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xsmall-up-8>.column:nth-of-type(8n+1),
    .xsmall-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xsmall-up-8>.column:last-child,
    .xsmall-up-8>.columns:last-child {
        float: left
    }
    .xsmall-collapse>.column,
    .xsmall-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xsmall-collapse .row,
    .expanded.row .xsmall-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .xsmall-uncollapse>.column,
    .xsmall-uncollapse>.columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
    .xsmall-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .xsmall-uncentered,
    .xsmall-push-0,
    .xsmall-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 48em) {
    .medium-1 {
        width: 5%
    }
    .medium-push-1 {
        position: relative;
        left: 5%
    }
    .medium-pull-1 {
        position: relative;
        left: -5%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        width: 10%
    }
    .medium-push-2 {
        position: relative;
        left: 10%
    }
    .medium-pull-2 {
        position: relative;
        left: -10%
    }
    .medium-offset-1 {
        margin-left: 5%
    }
    .medium-3 {
        width: 15%
    }
    .medium-push-3 {
        position: relative;
        left: 15%
    }
    .medium-pull-3 {
        position: relative;
        left: -15%
    }
    .medium-offset-2 {
        margin-left: 10%
    }
    .medium-4 {
        width: 20%
    }
    .medium-push-4 {
        position: relative;
        left: 20%
    }
    .medium-pull-4 {
        position: relative;
        left: -20%
    }
    .medium-offset-3 {
        margin-left: 15%
    }
    .medium-5 {
        width: 25%
    }
    .medium-push-5 {
        position: relative;
        left: 25%
    }
    .medium-pull-5 {
        position: relative;
        left: -25%
    }
    .medium-offset-4 {
        margin-left: 20%
    }
    .medium-6 {
        width: 30%
    }
    .medium-push-6 {
        position: relative;
        left: 30%
    }
    .medium-pull-6 {
        position: relative;
        left: -30%
    }
    .medium-offset-5 {
        margin-left: 25%
    }
    .medium-7 {
        width: 35%
    }
    .medium-push-7 {
        position: relative;
        left: 35%
    }
    .medium-pull-7 {
        position: relative;
        left: -35%
    }
    .medium-offset-6 {
        margin-left: 30%
    }
    .medium-8 {
        width: 40%
    }
    .medium-push-8 {
        position: relative;
        left: 40%
    }
    .medium-pull-8 {
        position: relative;
        left: -40%
    }
    .medium-offset-7 {
        margin-left: 35%
    }
    .medium-9 {
        width: 45%
    }
    .medium-push-9 {
        position: relative;
        left: 45%
    }
    .medium-pull-9 {
        position: relative;
        left: -45%
    }
    .medium-offset-8 {
        margin-left: 40%
    }
    .medium-10 {
        width: 50%
    }
    .medium-push-10 {
        position: relative;
        left: 50%
    }
    .medium-pull-10 {
        position: relative;
        left: -50%
    }
    .medium-offset-9 {
        margin-left: 45%
    }
    .medium-11 {
        width: 55%
    }
    .medium-push-11 {
        position: relative;
        left: 55%
    }
    .medium-pull-11 {
        position: relative;
        left: -55%
    }
    .medium-offset-10 {
        margin-left: 50%
    }
    .medium-12 {
        width: 60%
    }
    .medium-push-12 {
        position: relative;
        left: 60%
    }
    .medium-pull-12 {
        position: relative;
        left: -60%
    }
    .medium-offset-11 {
        margin-left: 55%
    }
    .medium-13 {
        width: 65%
    }
    .medium-push-13 {
        position: relative;
        left: 65%
    }
    .medium-pull-13 {
        position: relative;
        left: -65%
    }
    .medium-offset-12 {
        margin-left: 60%
    }
    .medium-14 {
        width: 70%
    }
    .medium-push-14 {
        position: relative;
        left: 70%
    }
    .medium-pull-14 {
        position: relative;
        left: -70%
    }
    .medium-offset-13 {
        margin-left: 65%
    }
    .medium-15 {
        width: 75%
    }
    .medium-push-15 {
        position: relative;
        left: 75%
    }
    .medium-pull-15 {
        position: relative;
        left: -75%
    }
    .medium-offset-14 {
        margin-left: 70%
    }
    .medium-16 {
        width: 80%
    }
    .medium-push-16 {
        position: relative;
        left: 80%
    }
    .medium-pull-16 {
        position: relative;
        left: -80%
    }
    .medium-offset-15 {
        margin-left: 75%
    }
    .medium-17 {
        width: 85%
    }
    .medium-push-17 {
        position: relative;
        left: 85%
    }
    .medium-pull-17 {
        position: relative;
        left: -85%
    }
    .medium-offset-16 {
        margin-left: 80%
    }
    .medium-18 {
        width: 90%
    }
    .medium-push-18 {
        position: relative;
        left: 90%
    }
    .medium-pull-18 {
        position: relative;
        left: -90%
    }
    .medium-offset-17 {
        margin-left: 85%
    }
    .medium-19 {
        width: 95%
    }
    .medium-push-19 {
        position: relative;
        left: 95%
    }
    .medium-pull-19 {
        position: relative;
        left: -95%
    }
    .medium-offset-18 {
        margin-left: 90%
    }
    .medium-20 {
        width: 100%
    }
    .medium-offset-19 {
        margin-left: 95%
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .medium-collapse .row,
    .expanded.row .medium-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem
    }
    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 60em) {
    .large-1 {
        width: 5%
    }
    .large-push-1 {
        position: relative;
        left: 5%
    }
    .large-pull-1 {
        position: relative;
        left: -5%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        width: 10%
    }
    .large-push-2 {
        position: relative;
        left: 10%
    }
    .large-pull-2 {
        position: relative;
        left: -10%
    }
    .large-offset-1 {
        margin-left: 5%
    }
    .large-3 {
        width: 15%
    }
    .large-push-3 {
        position: relative;
        left: 15%
    }
    .large-pull-3 {
        position: relative;
        left: -15%
    }
    .large-offset-2 {
        margin-left: 10%
    }
    .large-4 {
        width: 20%
    }
    .large-push-4 {
        position: relative;
        left: 20%
    }
    .large-pull-4 {
        position: relative;
        left: -20%
    }
    .large-offset-3 {
        margin-left: 15%
    }
    .large-5 {
        width: 25%
    }
    .large-push-5 {
        position: relative;
        left: 25%
    }
    .large-pull-5 {
        position: relative;
        left: -25%
    }
    .large-offset-4 {
        margin-left: 20%
    }
    .large-6 {
        width: 30%
    }
    .large-push-6 {
        position: relative;
        left: 30%
    }
    .large-pull-6 {
        position: relative;
        left: -30%
    }
    .large-offset-5 {
        margin-left: 25%
    }
    .large-7 {
        width: 35%
    }
    .large-push-7 {
        position: relative;
        left: 35%
    }
    .large-pull-7 {
        position: relative;
        left: -35%
    }
    .large-offset-6 {
        margin-left: 30%
    }
    .large-8 {
        width: 40%
    }
    .large-push-8 {
        position: relative;
        left: 40%
    }
    .large-pull-8 {
        position: relative;
        left: -40%
    }
    .large-offset-7 {
        margin-left: 35%
    }
    .large-9 {
        width: 45%
    }
    .large-push-9 {
        position: relative;
        left: 45%
    }
    .large-pull-9 {
        position: relative;
        left: -45%
    }
    .large-offset-8 {
        margin-left: 40%
    }
    .large-10 {
        width: 50%
    }
    .large-push-10 {
        position: relative;
        left: 50%
    }
    .large-pull-10 {
        position: relative;
        left: -50%
    }
    .large-offset-9 {
        margin-left: 45%
    }
    .large-11 {
        width: 55%
    }
    .large-push-11 {
        position: relative;
        left: 55%
    }
    .large-pull-11 {
        position: relative;
        left: -55%
    }
    .large-offset-10 {
        margin-left: 50%
    }
    .large-12 {
        width: 60%
    }
    .large-push-12 {
        position: relative;
        left: 60%
    }
    .large-pull-12 {
        position: relative;
        left: -60%
    }
    .large-offset-11 {
        margin-left: 55%
    }
    .large-13 {
        width: 65%
    }
    .large-push-13 {
        position: relative;
        left: 65%
    }
    .large-pull-13 {
        position: relative;
        left: -65%
    }
    .large-offset-12 {
        margin-left: 60%
    }
    .large-14 {
        width: 70%
    }
    .large-push-14 {
        position: relative;
        left: 70%
    }
    .large-pull-14 {
        position: relative;
        left: -70%
    }
    .large-offset-13 {
        margin-left: 65%
    }
    .large-15 {
        width: 75%
    }
    .large-push-15 {
        position: relative;
        left: 75%
    }
    .large-pull-15 {
        position: relative;
        left: -75%
    }
    .large-offset-14 {
        margin-left: 70%
    }
    .large-16 {
        width: 80%
    }
    .large-push-16 {
        position: relative;
        left: 80%
    }
    .large-pull-16 {
        position: relative;
        left: -80%
    }
    .large-offset-15 {
        margin-left: 75%
    }
    .large-17 {
        width: 85%
    }
    .large-push-17 {
        position: relative;
        left: 85%
    }
    .large-pull-17 {
        position: relative;
        left: -85%
    }
    .large-offset-16 {
        margin-left: 80%
    }
    .large-18 {
        width: 90%
    }
    .large-push-18 {
        position: relative;
        left: 90%
    }
    .large-pull-18 {
        position: relative;
        left: -90%
    }
    .large-offset-17 {
        margin-left: 85%
    }
    .large-19 {
        width: 95%
    }
    .large-push-19 {
        position: relative;
        left: 95%
    }
    .large-pull-19 {
        position: relative;
        left: -95%
    }
    .large-offset-18 {
        margin-left: 90%
    }
    .large-20 {
        width: 100%
    }
    .large-offset-19 {
        margin-left: 95%
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .large-collapse .row,
    .expanded.row .large-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 75em) {
    .xlarge-1 {
        width: 5%
    }
    .xlarge-push-1 {
        position: relative;
        left: 5%
    }
    .xlarge-pull-1 {
        position: relative;
        left: -5%
    }
    .xlarge-offset-0 {
        margin-left: 0%
    }
    .xlarge-2 {
        width: 10%
    }
    .xlarge-push-2 {
        position: relative;
        left: 10%
    }
    .xlarge-pull-2 {
        position: relative;
        left: -10%
    }
    .xlarge-offset-1 {
        margin-left: 5%
    }
    .xlarge-3 {
        width: 15%
    }
    .xlarge-push-3 {
        position: relative;
        left: 15%
    }
    .xlarge-pull-3 {
        position: relative;
        left: -15%
    }
    .xlarge-offset-2 {
        margin-left: 10%
    }
    .xlarge-4 {
        width: 20%
    }
    .xlarge-push-4 {
        position: relative;
        left: 20%
    }
    .xlarge-pull-4 {
        position: relative;
        left: -20%
    }
    .xlarge-offset-3 {
        margin-left: 15%
    }
    .xlarge-5 {
        width: 25%
    }
    .xlarge-push-5 {
        position: relative;
        left: 25%
    }
    .xlarge-pull-5 {
        position: relative;
        left: -25%
    }
    .xlarge-offset-4 {
        margin-left: 20%
    }
    .xlarge-6 {
        width: 30%
    }
    .xlarge-push-6 {
        position: relative;
        left: 30%
    }
    .xlarge-pull-6 {
        position: relative;
        left: -30%
    }
    .xlarge-offset-5 {
        margin-left: 25%
    }
    .xlarge-7 {
        width: 35%
    }
    .xlarge-push-7 {
        position: relative;
        left: 35%
    }
    .xlarge-pull-7 {
        position: relative;
        left: -35%
    }
    .xlarge-offset-6 {
        margin-left: 30%
    }
    .xlarge-8 {
        width: 40%
    }
    .xlarge-push-8 {
        position: relative;
        left: 40%
    }
    .xlarge-pull-8 {
        position: relative;
        left: -40%
    }
    .xlarge-offset-7 {
        margin-left: 35%
    }
    .xlarge-9 {
        width: 45%
    }
    .xlarge-push-9 {
        position: relative;
        left: 45%
    }
    .xlarge-pull-9 {
        position: relative;
        left: -45%
    }
    .xlarge-offset-8 {
        margin-left: 40%
    }
    .xlarge-10 {
        width: 50%
    }
    .xlarge-push-10 {
        position: relative;
        left: 50%
    }
    .xlarge-pull-10 {
        position: relative;
        left: -50%
    }
    .xlarge-offset-9 {
        margin-left: 45%
    }
    .xlarge-11 {
        width: 55%
    }
    .xlarge-push-11 {
        position: relative;
        left: 55%
    }
    .xlarge-pull-11 {
        position: relative;
        left: -55%
    }
    .xlarge-offset-10 {
        margin-left: 50%
    }
    .xlarge-12 {
        width: 60%
    }
    .xlarge-push-12 {
        position: relative;
        left: 60%
    }
    .xlarge-pull-12 {
        position: relative;
        left: -60%
    }
    .xlarge-offset-11 {
        margin-left: 55%
    }
    .xlarge-13 {
        width: 65%
    }
    .xlarge-push-13 {
        position: relative;
        left: 65%
    }
    .xlarge-pull-13 {
        position: relative;
        left: -65%
    }
    .xlarge-offset-12 {
        margin-left: 60%
    }
    .xlarge-14 {
        width: 70%
    }
    .xlarge-push-14 {
        position: relative;
        left: 70%
    }
    .xlarge-pull-14 {
        position: relative;
        left: -70%
    }
    .xlarge-offset-13 {
        margin-left: 65%
    }
    .xlarge-15 {
        width: 75%
    }
    .xlarge-push-15 {
        position: relative;
        left: 75%
    }
    .xlarge-pull-15 {
        position: relative;
        left: -75%
    }
    .xlarge-offset-14 {
        margin-left: 70%
    }
    .xlarge-16 {
        width: 80%
    }
    .xlarge-push-16 {
        position: relative;
        left: 80%
    }
    .xlarge-pull-16 {
        position: relative;
        left: -80%
    }
    .xlarge-offset-15 {
        margin-left: 75%
    }
    .xlarge-17 {
        width: 85%
    }
    .xlarge-push-17 {
        position: relative;
        left: 85%
    }
    .xlarge-pull-17 {
        position: relative;
        left: -85%
    }
    .xlarge-offset-16 {
        margin-left: 80%
    }
    .xlarge-18 {
        width: 90%
    }
    .xlarge-push-18 {
        position: relative;
        left: 90%
    }
    .xlarge-pull-18 {
        position: relative;
        left: -90%
    }
    .xlarge-offset-17 {
        margin-left: 85%
    }
    .xlarge-19 {
        width: 95%
    }
    .xlarge-push-19 {
        position: relative;
        left: 95%
    }
    .xlarge-pull-19 {
        position: relative;
        left: -95%
    }
    .xlarge-offset-18 {
        margin-left: 90%
    }
    .xlarge-20 {
        width: 100%
    }
    .xlarge-offset-19 {
        margin-left: 95%
    }
    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .xlarge-up-1>.column:nth-of-type(1n),
    .xlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-1>.column:nth-of-type(1n+1),
    .xlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xlarge-up-1>.column:last-child,
    .xlarge-up-1>.columns:last-child {
        float: left
    }
    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .xlarge-up-2>.column:nth-of-type(1n),
    .xlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-2>.column:nth-of-type(2n+1),
    .xlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xlarge-up-2>.column:last-child,
    .xlarge-up-2>.columns:last-child {
        float: left
    }
    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .xlarge-up-3>.column:nth-of-type(1n),
    .xlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-3>.column:nth-of-type(3n+1),
    .xlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xlarge-up-3>.column:last-child,
    .xlarge-up-3>.columns:last-child {
        float: left
    }
    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .xlarge-up-4>.column:nth-of-type(1n),
    .xlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-4>.column:nth-of-type(4n+1),
    .xlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xlarge-up-4>.column:last-child,
    .xlarge-up-4>.columns:last-child {
        float: left
    }
    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .xlarge-up-5>.column:nth-of-type(1n),
    .xlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-5>.column:nth-of-type(5n+1),
    .xlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xlarge-up-5>.column:last-child,
    .xlarge-up-5>.columns:last-child {
        float: left
    }
    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .xlarge-up-6>.column:nth-of-type(1n),
    .xlarge-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-6>.column:nth-of-type(6n+1),
    .xlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xlarge-up-6>.column:last-child,
    .xlarge-up-6>.columns:last-child {
        float: left
    }
    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .xlarge-up-7>.column:nth-of-type(1n),
    .xlarge-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-7>.column:nth-of-type(7n+1),
    .xlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xlarge-up-7>.column:last-child,
    .xlarge-up-7>.columns:last-child {
        float: left
    }
    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .xlarge-up-8>.column:nth-of-type(1n),
    .xlarge-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xlarge-up-8>.column:nth-of-type(8n+1),
    .xlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xlarge-up-8>.column:last-child,
    .xlarge-up-8>.columns:last-child {
        float: left
    }
    .xlarge-collapse>.column,
    .xlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xlarge-collapse .row,
    .expanded.row .xlarge-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
    .xlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .xlarge-uncentered,
    .xlarge-push-0,
    .xlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 87.5em) {
    .xxlarge-1 {
        width: 5%
    }
    .xxlarge-push-1 {
        position: relative;
        left: 5%
    }
    .xxlarge-pull-1 {
        position: relative;
        left: -5%
    }
    .xxlarge-offset-0 {
        margin-left: 0%
    }
    .xxlarge-2 {
        width: 10%
    }
    .xxlarge-push-2 {
        position: relative;
        left: 10%
    }
    .xxlarge-pull-2 {
        position: relative;
        left: -10%
    }
    .xxlarge-offset-1 {
        margin-left: 5%
    }
    .xxlarge-3 {
        width: 15%
    }
    .xxlarge-push-3 {
        position: relative;
        left: 15%
    }
    .xxlarge-pull-3 {
        position: relative;
        left: -15%
    }
    .xxlarge-offset-2 {
        margin-left: 10%
    }
    .xxlarge-4 {
        width: 20%
    }
    .xxlarge-push-4 {
        position: relative;
        left: 20%
    }
    .xxlarge-pull-4 {
        position: relative;
        left: -20%
    }
    .xxlarge-offset-3 {
        margin-left: 15%
    }
    .xxlarge-5 {
        width: 25%
    }
    .xxlarge-push-5 {
        position: relative;
        left: 25%
    }
    .xxlarge-pull-5 {
        position: relative;
        left: -25%
    }
    .xxlarge-offset-4 {
        margin-left: 20%
    }
    .xxlarge-6 {
        width: 30%
    }
    .xxlarge-push-6 {
        position: relative;
        left: 30%
    }
    .xxlarge-pull-6 {
        position: relative;
        left: -30%
    }
    .xxlarge-offset-5 {
        margin-left: 25%
    }
    .xxlarge-7 {
        width: 35%
    }
    .xxlarge-push-7 {
        position: relative;
        left: 35%
    }
    .xxlarge-pull-7 {
        position: relative;
        left: -35%
    }
    .xxlarge-offset-6 {
        margin-left: 30%
    }
    .xxlarge-8 {
        width: 40%
    }
    .xxlarge-push-8 {
        position: relative;
        left: 40%
    }
    .xxlarge-pull-8 {
        position: relative;
        left: -40%
    }
    .xxlarge-offset-7 {
        margin-left: 35%
    }
    .xxlarge-9 {
        width: 45%
    }
    .xxlarge-push-9 {
        position: relative;
        left: 45%
    }
    .xxlarge-pull-9 {
        position: relative;
        left: -45%
    }
    .xxlarge-offset-8 {
        margin-left: 40%
    }
    .xxlarge-10 {
        width: 50%
    }
    .xxlarge-push-10 {
        position: relative;
        left: 50%
    }
    .xxlarge-pull-10 {
        position: relative;
        left: -50%
    }
    .xxlarge-offset-9 {
        margin-left: 45%
    }
    .xxlarge-11 {
        width: 55%
    }
    .xxlarge-push-11 {
        position: relative;
        left: 55%
    }
    .xxlarge-pull-11 {
        position: relative;
        left: -55%
    }
    .xxlarge-offset-10 {
        margin-left: 50%
    }
    .xxlarge-12 {
        width: 60%
    }
    .xxlarge-push-12 {
        position: relative;
        left: 60%
    }
    .xxlarge-pull-12 {
        position: relative;
        left: -60%
    }
    .xxlarge-offset-10 {
        margin-left: 55%
    }
    .xxlarge-13 {
        width: 65%
    }
    .xxlarge-push-13 {
        position: relative;
        left: 65%
    }
    .xxlarge-pull-13 {
        position: relative;
        left: -65%
    }
    .xxlarge-offset-12 {
        margin-left: 60%
    }
    .xxlarge-14 {
        width: 70%
    }
    .xxlarge-push-14 {
        position: relative;
        left: 70%
    }
    .xxlarge-pull-14 {
        position: relative;
        left: -70%
    }
    .xxlarge-offset-10 {
        margin-left: 65%
    }
    .xxlarge-15 {
        width: 75%
    }
    .xxlarge-push-15 {
        position: relative;
        left: 75%
    }
    .xxlarge-pull-15 {
        position: relative;
        left: -75%
    }
    .xxlarge-offset-14 {
        margin-left: 70%
    }
    .xxlarge-16 {
        width: 80%
    }
    .xxlarge-push-16 {
        position: relative;
        left: 80%
    }
    .xxlarge-pull-16 {
        position: relative;
        left: -80%
    }
    .xxlarge-offset-15 {
        margin-left: 75%
    }
    .xxlarge-17 {
        width: 85%
    }
    .xxlarge-push-17 {
        position: relative;
        left: 85%
    }
    .xxlarge-pull-17 {
        position: relative;
        left: -85%
    }
    .xxlarge-offset-16 {
        margin-left: 80%
    }
    .xxlarge-18 {
        width: 90%
    }
    .xxlarge-push-18 {
        position: relative;
        left: 90%
    }
    .xxlarge-pull-18 {
        position: relative;
        left: -90%
    }
    .xxlarge-offset-17 {
        margin-left: 85%
    }
    .xxlarge-19 {
        width: 95%
    }
    .xxlarge-push-19 {
        position: relative;
        left: 95%
    }
    .xxlarge-pull-19 {
        position: relative;
        left: -95%
    }
    .xxlarge-offset-18 {
        margin-left: 90%
    }
    .xxlarge-20 {
        width: 100%
    }
    .xxlarge-offset-19 {
        margin-left: 95%
    }
    .xxlarge-up-1>.column,
    .xxlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .xxlarge-up-1>.column:nth-of-type(1n),
    .xxlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-1>.column:nth-of-type(1n+1),
    .xxlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xxlarge-up-1>.column:last-child,
    .xxlarge-up-1>.columns:last-child {
        float: left
    }
    .xxlarge-up-2>.column,
    .xxlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .xxlarge-up-2>.column:nth-of-type(1n),
    .xxlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-2>.column:nth-of-type(2n+1),
    .xxlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xxlarge-up-2>.column:last-child,
    .xxlarge-up-2>.columns:last-child {
        float: left
    }
    .xxlarge-up-3>.column,
    .xxlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .xxlarge-up-3>.column:nth-of-type(1n),
    .xxlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-3>.column:nth-of-type(3n+1),
    .xxlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xxlarge-up-3>.column:last-child,
    .xxlarge-up-3>.columns:last-child {
        float: left
    }
    .xxlarge-up-4>.column,
    .xxlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .xxlarge-up-4>.column:nth-of-type(1n),
    .xxlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-4>.column:nth-of-type(4n+1),
    .xxlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xxlarge-up-4>.column:last-child,
    .xxlarge-up-4>.columns:last-child {
        float: left
    }
    .xxlarge-up-5>.column,
    .xxlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .xxlarge-up-5>.column:nth-of-type(1n),
    .xxlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-5>.column:nth-of-type(5n+1),
    .xxlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xxlarge-up-5>.column:last-child,
    .xxlarge-up-5>.columns:last-child {
        float: left
    }
    .xxlarge-up-6>.column,
    .xxlarge-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .xxlarge-up-6>.column:nth-of-type(1n),
    .xxlarge-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-6>.column:nth-of-type(6n+1),
    .xxlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xxlarge-up-6>.column:last-child,
    .xxlarge-up-6>.columns:last-child {
        float: left
    }
    .xxlarge-up-7>.column,
    .xxlarge-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .xxlarge-up-7>.column:nth-of-type(1n),
    .xxlarge-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-7>.column:nth-of-type(7n+1),
    .xxlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xxlarge-up-7>.column:last-child,
    .xxlarge-up-7>.columns:last-child {
        float: left
    }
    .xxlarge-up-8>.column,
    .xxlarge-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .xxlarge-up-8>.column:nth-of-type(1n),
    .xxlarge-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-up-8>.column:nth-of-type(8n+1),
    .xxlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xxlarge-up-8>.column:last-child,
    .xxlarge-up-8>.columns:last-child {
        float: left
    }
    .xxlarge-collapse>.column,
    .xxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xxlarge-collapse .row,
    .expanded.row .xxlarge-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .xxlarge-uncollapse>.column,
    .xxlarge-uncollapse>.columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
    .xxlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .xxlarge-uncentered,
    .xxlarge-push-0,
    .xxlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 100em) {
    .xxxlarge-1 {
        width: 5%
    }
    .xxxlarge-push-1 {
        position: relative;
        left: 5%
    }
    .xxxlarge-pull-1 {
        position: relative;
        left: -5%
    }
    .xxxlarge-offset-0 {
        margin-left: 0%
    }
    .xxxlarge-2 {
        width: 10%
    }
    .xxxlarge-push-2 {
        position: relative;
        left: 10%
    }
    .xxxlarge-pull-2 {
        position: relative;
        left: -10%
    }
    .xxxlarge-offset-1 {
        margin-left: 5%
    }
    .xxxlarge-3 {
        width: 15%
    }
    .xxxlarge-push-3 {
        position: relative;
        left: 15%
    }
    .xxxlarge-pull-3 {
        position: relative;
        left: -15%
    }
    .xxxlarge-offset-2 {
        margin-left: 10%
    }
    .xxxlarge-4 {
        width: 20%
    }
    .xxxlarge-push-4 {
        position: relative;
        left: 20%
    }
    .xxxlarge-pull-4 {
        position: relative;
        left: -20%
    }
    .xxxlarge-offset-3 {
        margin-left: 15%
    }
    .xxxlarge-5 {
        width: 25%
    }
    .xxxlarge-push-5 {
        position: relative;
        left: 25%
    }
    .xxxlarge-pull-5 {
        position: relative;
        left: -25%
    }
    .xxxlarge-offset-4 {
        margin-left: 20%
    }
    .xxxlarge-6 {
        width: 30%
    }
    .xxxlarge-push-6 {
        position: relative;
        left: 30%
    }
    .xxxlarge-pull-6 {
        position: relative;
        left: -30%
    }
    .xxxlarge-offset-5 {
        margin-left: 25%
    }
    .xxxlarge-7 {
        width: 35%
    }
    .xxxlarge-push-7 {
        position: relative;
        left: 35%
    }
    .xxxlarge-pull-7 {
        position: relative;
        left: -35%
    }
    .xxxlarge-offset-6 {
        margin-left: 30%
    }
    .xxxlarge-8 {
        width: 40%
    }
    .xxxlarge-push-8 {
        position: relative;
        left: 40%
    }
    .xxxlarge-pull-8 {
        position: relative;
        left: -40%
    }
    .xxxlarge-offset-7 {
        margin-left: 35%
    }
    .xxxlarge-9 {
        width: 45%
    }
    .xxxlarge-push-9 {
        position: relative;
        left: 45%
    }
    .xxxlarge-pull-9 {
        position: relative;
        left: -45%
    }
    .xxxlarge-offset-8 {
        margin-left: 40%
    }
    .xxxlarge-10 {
        width: 50%
    }
    .xxxlarge-push-10 {
        position: relative;
        left: 50%
    }
    .xxxlarge-pull-10 {
        position: relative;
        left: -50%
    }
    .xxxlarge-offset-9 {
        margin-left: 45%
    }
    .xxxlarge-11 {
        width: 55%
    }
    .xxxlarge-push-11 {
        position: relative;
        left: 55%
    }
    .xxxlarge-pull-11 {
        position: relative;
        left: -55%
    }
    .xxxlarge-offset-10 {
        margin-left: 50%
    }
    .xxxlarge-12 {
        width: 60%
    }
    .xxxlarge-push-12 {
        position: relative;
        left: 60%
    }
    .xxxlarge-pull-12 {
        position: relative;
        left: -60%
    }
    .xxxlarge-offset-10 {
        margin-left: 55%
    }
    .xxxlarge-13 {
        width: 65%
    }
    .xxxlarge-push-13 {
        position: relative;
        left: 65%
    }
    .xxxlarge-pull-13 {
        position: relative;
        left: -65%
    }
    .xxxlarge-offset-12 {
        margin-left: 60%
    }
    .xxxlarge-14 {
        width: 70%
    }
    .xxxlarge-push-14 {
        position: relative;
        left: 70%
    }
    .xxxlarge-pull-14 {
        position: relative;
        left: -70%
    }
    .xxxlarge-offset-10 {
        margin-left: 65%
    }
    .xxxlarge-15 {
        width: 75%
    }
    .xxxlarge-push-15 {
        position: relative;
        left: 75%
    }
    .xxxlarge-pull-15 {
        position: relative;
        left: -75%
    }
    .xxxlarge-offset-14 {
        margin-left: 70%
    }
    .xxxlarge-16 {
        width: 80%
    }
    .xxxlarge-push-16 {
        position: relative;
        left: 80%
    }
    .xxxlarge-pull-16 {
        position: relative;
        left: -80%
    }
    .xxxlarge-offset-15 {
        margin-left: 75%
    }
    .xxxlarge-17 {
        width: 85%
    }
    .xxxlarge-push-17 {
        position: relative;
        left: 85%
    }
    .xxxlarge-pull-17 {
        position: relative;
        left: -85%
    }
    .xxxlarge-offset-16 {
        margin-left: 80%
    }
    .xxxlarge-18 {
        width: 90%
    }
    .xxxlarge-push-18 {
        position: relative;
        left: 90%
    }
    .xxxlarge-pull-18 {
        position: relative;
        left: -90%
    }
    .xxxlarge-offset-17 {
        margin-left: 85%
    }
    .xxxlarge-19 {
        width: 95%
    }
    .xxxlarge-push-19 {
        position: relative;
        left: 95%
    }
    .xxxlarge-pull-19 {
        position: relative;
        left: -95%
    }
    .xxxlarge-offset-18 {
        margin-left: 90%
    }
    .xxxlarge-20 {
        width: 100%
    }
    .xxxlarge-offset-19 {
        margin-left: 95%
    }
    .xxxlarge-up-1>.column,
    .xxxlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .xxxlarge-up-1>.column:nth-of-type(1n),
    .xxxlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-1>.column:nth-of-type(1n+1),
    .xxxlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xxxlarge-up-1>.column:last-child,
    .xxxlarge-up-1>.columns:last-child {
        float: left
    }
    .xxxlarge-up-2>.column,
    .xxxlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .xxxlarge-up-2>.column:nth-of-type(1n),
    .xxxlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-2>.column:nth-of-type(2n+1),
    .xxxlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xxxlarge-up-2>.column:last-child,
    .xxxlarge-up-2>.columns:last-child {
        float: left
    }
    .xxxlarge-up-3>.column,
    .xxxlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .xxxlarge-up-3>.column:nth-of-type(1n),
    .xxxlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-3>.column:nth-of-type(3n+1),
    .xxxlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xxxlarge-up-3>.column:last-child,
    .xxxlarge-up-3>.columns:last-child {
        float: left
    }
    .xxxlarge-up-4>.column,
    .xxxlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .xxxlarge-up-4>.column:nth-of-type(1n),
    .xxxlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-4>.column:nth-of-type(4n+1),
    .xxxlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xxxlarge-up-4>.column:last-child,
    .xxxlarge-up-4>.columns:last-child {
        float: left
    }
    .xxxlarge-up-5>.column,
    .xxxlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .xxxlarge-up-5>.column:nth-of-type(1n),
    .xxxlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-5>.column:nth-of-type(5n+1),
    .xxxlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xxxlarge-up-5>.column:last-child,
    .xxxlarge-up-5>.columns:last-child {
        float: left
    }
    .xxxlarge-up-6>.column,
    .xxxlarge-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .xxxlarge-up-6>.column:nth-of-type(1n),
    .xxxlarge-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-6>.column:nth-of-type(6n+1),
    .xxxlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xxxlarge-up-6>.column:last-child,
    .xxxlarge-up-6>.columns:last-child {
        float: left
    }
    .xxxlarge-up-7>.column,
    .xxxlarge-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .xxxlarge-up-7>.column:nth-of-type(1n),
    .xxxlarge-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-7>.column:nth-of-type(7n+1),
    .xxxlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xxxlarge-up-7>.column:last-child,
    .xxxlarge-up-7>.columns:last-child {
        float: left
    }
    .xxxlarge-up-8>.column,
    .xxxlarge-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .xxxlarge-up-8>.column:nth-of-type(1n),
    .xxxlarge-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxlarge-up-8>.column:nth-of-type(8n+1),
    .xxxlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xxxlarge-up-8>.column:last-child,
    .xxxlarge-up-8>.columns:last-child {
        float: left
    }
    .xxxlarge-collapse>.column,
    .xxxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xxxlarge-collapse .row,
    .expanded.row .xxxlarge-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .xxxlarge-uncollapse>.column,
    .xxxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .xxxlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .xxxlarge-uncentered,
    .xxxlarge-push-0,
    .xxxlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 112.5em) {
    .xxxxlarge-1 {
        width: 5%
    }
    .xxxxlarge-push-1 {
        position: relative;
        left: 5%
    }
    .xxxxlarge-pull-1 {
        position: relative;
        left: -5%
    }
    .xxxxlarge-offset-0 {
        margin-left: 0%
    }
    .xxxxlarge-2 {
        width: 10%
    }
    .xxxxlarge-push-2 {
        position: relative;
        left: 10%
    }
    .xxxxlarge-pull-2 {
        position: relative;
        left: -10%
    }
    .xxxxlarge-offset-1 {
        margin-left: 5%
    }
    .xxxxlarge-3 {
        width: 15%
    }
    .xxxxlarge-push-3 {
        position: relative;
        left: 15%
    }
    .xxxxlarge-pull-3 {
        position: relative;
        left: -15%
    }
    .xxxxlarge-offset-2 {
        margin-left: 10%
    }
    .xxxxlarge-4 {
        width: 20%
    }
    .xxxxlarge-push-4 {
        position: relative;
        left: 20%
    }
    .xxxxlarge-pull-4 {
        position: relative;
        left: -20%
    }
    .xxxxlarge-offset-3 {
        margin-left: 15%
    }
    .xxxxlarge-5 {
        width: 25%
    }
    .xxxxlarge-push-5 {
        position: relative;
        left: 25%
    }
    .xxxxlarge-pull-5 {
        position: relative;
        left: -25%
    }
    .xxxxlarge-offset-4 {
        margin-left: 20%
    }
    .xxxxlarge-6 {
        width: 30%
    }
    .xxxxlarge-push-6 {
        position: relative;
        left: 30%
    }
    .xxxxlarge-pull-6 {
        position: relative;
        left: -30%
    }
    .xxxxlarge-offset-5 {
        margin-left: 25%
    }
    .xxxxlarge-7 {
        width: 35%
    }
    .xxxxlarge-push-7 {
        position: relative;
        left: 35%
    }
    .xxxxlarge-pull-7 {
        position: relative;
        left: -35%
    }
    .xxxxlarge-offset-6 {
        margin-left: 30%
    }
    .xxxxlarge-8 {
        width: 40%
    }
    .xxxxlarge-push-8 {
        position: relative;
        left: 40%
    }
    .xxxxlarge-pull-8 {
        position: relative;
        left: -40%
    }
    .xxxxlarge-offset-7 {
        margin-left: 35%
    }
    .xxxxlarge-9 {
        width: 45%
    }
    .xxxxlarge-push-9 {
        position: relative;
        left: 45%
    }
    .xxxxlarge-pull-9 {
        position: relative;
        left: -45%
    }
    .xxxxlarge-offset-8 {
        margin-left: 40%
    }
    .xxxxlarge-10 {
        width: 50%
    }
    .xxxxlarge-push-10 {
        position: relative;
        left: 50%
    }
    .xxxxlarge-pull-10 {
        position: relative;
        left: -50%
    }
    .xxxxlarge-offset-9 {
        margin-left: 45%
    }
    .xxxxlarge-11 {
        width: 55%
    }
    .xxxxlarge-push-11 {
        position: relative;
        left: 55%
    }
    .xxxxlarge-pull-11 {
        position: relative;
        left: -55%
    }
    .xxxxlarge-offset-10 {
        margin-left: 50%
    }
    .xxxxlarge-12 {
        width: 60%
    }
    .xxxxlarge-push-12 {
        position: relative;
        left: 60%
    }
    .xxxxlarge-pull-12 {
        position: relative;
        left: -60%
    }
    .xxxxlarge-offset-10 {
        margin-left: 55%
    }
    .xxxxlarge-13 {
        width: 65%
    }
    .xxxxlarge-push-13 {
        position: relative;
        left: 65%
    }
    .xxxxlarge-pull-13 {
        position: relative;
        left: -65%
    }
    .xxxxlarge-offset-12 {
        margin-left: 60%
    }
    .xxxxlarge-14 {
        width: 70%
    }
    .xxxxlarge-push-14 {
        position: relative;
        left: 70%
    }
    .xxxxlarge-pull-14 {
        position: relative;
        left: -70%
    }
    .xxxxlarge-offset-10 {
        margin-left: 65%
    }
    .xxxxlarge-15 {
        width: 75%
    }
    .xxxxlarge-push-15 {
        position: relative;
        left: 75%
    }
    .xxxxlarge-pull-15 {
        position: relative;
        left: -75%
    }
    .xxxxlarge-offset-14 {
        margin-left: 70%
    }
    .xxxxlarge-16 {
        width: 80%
    }
    .xxxxlarge-push-16 {
        position: relative;
        left: 80%
    }
    .xxxxlarge-pull-16 {
        position: relative;
        left: -80%
    }
    .xxxxlarge-offset-15 {
        margin-left: 75%
    }
    .xxxxlarge-17 {
        width: 85%
    }
    .xxxxlarge-push-17 {
        position: relative;
        left: 85%
    }
    .xxxxlarge-pull-17 {
        position: relative;
        left: -85%
    }
    .xxxxlarge-offset-16 {
        margin-left: 80%
    }
    .xxxxlarge-18 {
        width: 90%
    }
    .xxxxlarge-push-18 {
        position: relative;
        left: 90%
    }
    .xxxxlarge-pull-18 {
        position: relative;
        left: -90%
    }
    .xxxxlarge-offset-17 {
        margin-left: 85%
    }
    .xxxxlarge-19 {
        width: 95%
    }
    .xxxxlarge-push-19 {
        position: relative;
        left: 95%
    }
    .xxxxlarge-pull-19 {
        position: relative;
        left: -95%
    }
    .xxxxlarge-offset-18 {
        margin-left: 90%
    }
    .xxxxlarge-20 {
        width: 100%
    }
    .xxxxlarge-offset-19 {
        margin-left: 95%
    }
    .xxxxlarge-up-1>.column,
    .xxxxlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .xxxxlarge-up-1>.column:nth-of-type(1n),
    .xxxxlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-1>.column:nth-of-type(1n+1),
    .xxxxlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xxxxlarge-up-1>.column:last-child,
    .xxxxlarge-up-1>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-2>.column,
    .xxxxlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .xxxxlarge-up-2>.column:nth-of-type(1n),
    .xxxxlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-2>.column:nth-of-type(2n+1),
    .xxxxlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xxxxlarge-up-2>.column:last-child,
    .xxxxlarge-up-2>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-3>.column,
    .xxxxlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .xxxxlarge-up-3>.column:nth-of-type(1n),
    .xxxxlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-3>.column:nth-of-type(3n+1),
    .xxxxlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xxxxlarge-up-3>.column:last-child,
    .xxxxlarge-up-3>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-4>.column,
    .xxxxlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .xxxxlarge-up-4>.column:nth-of-type(1n),
    .xxxxlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-4>.column:nth-of-type(4n+1),
    .xxxxlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xxxxlarge-up-4>.column:last-child,
    .xxxxlarge-up-4>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-5>.column,
    .xxxxlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .xxxxlarge-up-5>.column:nth-of-type(1n),
    .xxxxlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-5>.column:nth-of-type(5n+1),
    .xxxxlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xxxxlarge-up-5>.column:last-child,
    .xxxxlarge-up-5>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-6>.column,
    .xxxxlarge-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .xxxxlarge-up-6>.column:nth-of-type(1n),
    .xxxxlarge-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-6>.column:nth-of-type(6n+1),
    .xxxxlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xxxxlarge-up-6>.column:last-child,
    .xxxxlarge-up-6>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-7>.column,
    .xxxxlarge-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .xxxxlarge-up-7>.column:nth-of-type(1n),
    .xxxxlarge-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-7>.column:nth-of-type(7n+1),
    .xxxxlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xxxxlarge-up-7>.column:last-child,
    .xxxxlarge-up-7>.columns:last-child {
        float: left
    }
    .xxxxlarge-up-8>.column,
    .xxxxlarge-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .xxxxlarge-up-8>.column:nth-of-type(1n),
    .xxxxlarge-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxlarge-up-8>.column:nth-of-type(8n+1),
    .xxxxlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xxxxlarge-up-8>.column:last-child,
    .xxxxlarge-up-8>.columns:last-child {
        float: left
    }
    .xxxxlarge-collapse>.column,
    .xxxxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xxxxlarge-collapse .row,
    .expanded.row .xxxxlarge-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .xxxxlarge-uncollapse>.column,
    .xxxxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .xxxxlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .xxxxlarge-uncentered,
    .xxxxlarge-push-0,
    .xxxxlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 125em) {
    .xxxxxlarge-1 {
        width: 5%
    }
    .xxxxxlarge-push-1 {
        position: relative;
        left: 5%
    }
    .xxxxxlarge-pull-1 {
        position: relative;
        left: -5%
    }
    .xxxxxlarge-offset-0 {
        margin-left: 0%
    }
    .xxxxxlarge-2 {
        width: 10%
    }
    .xxxxxlarge-push-2 {
        position: relative;
        left: 10%
    }
    .xxxxxlarge-pull-2 {
        position: relative;
        left: -10%
    }
    .xxxxxlarge-offset-1 {
        margin-left: 5%
    }
    .xxxxxlarge-3 {
        width: 15%
    }
    .xxxxxlarge-push-3 {
        position: relative;
        left: 15%
    }
    .xxxxxlarge-pull-3 {
        position: relative;
        left: -15%
    }
    .xxxxxlarge-offset-2 {
        margin-left: 10%
    }
    .xxxxxlarge-4 {
        width: 20%
    }
    .xxxxxlarge-push-4 {
        position: relative;
        left: 20%
    }
    .xxxxxlarge-pull-4 {
        position: relative;
        left: -20%
    }
    .xxxxxlarge-offset-3 {
        margin-left: 15%
    }
    .xxxxxlarge-5 {
        width: 25%
    }
    .xxxxxlarge-push-5 {
        position: relative;
        left: 25%
    }
    .xxxxxlarge-pull-5 {
        position: relative;
        left: -25%
    }
    .xxxxxlarge-offset-4 {
        margin-left: 20%
    }
    .xxxxxlarge-6 {
        width: 30%
    }
    .xxxxxlarge-push-6 {
        position: relative;
        left: 30%
    }
    .xxxxxlarge-pull-6 {
        position: relative;
        left: -30%
    }
    .xxxxxlarge-offset-5 {
        margin-left: 25%
    }
    .xxxxxlarge-7 {
        width: 35%
    }
    .xxxxxlarge-push-7 {
        position: relative;
        left: 35%
    }
    .xxxxxlarge-pull-7 {
        position: relative;
        left: -35%
    }
    .xxxxxlarge-offset-6 {
        margin-left: 30%
    }
    .xxxxxlarge-8 {
        width: 40%
    }
    .xxxxxlarge-push-8 {
        position: relative;
        left: 40%
    }
    .xxxxxlarge-pull-8 {
        position: relative;
        left: -40%
    }
    .xxxxxlarge-offset-7 {
        margin-left: 35%
    }
    .xxxxxlarge-9 {
        width: 45%
    }
    .xxxxxlarge-push-9 {
        position: relative;
        left: 45%
    }
    .xxxxxlarge-pull-9 {
        position: relative;
        left: -45%
    }
    .xxxxxlarge-offset-8 {
        margin-left: 40%
    }
    .xxxxxlarge-10 {
        width: 50%
    }
    .xxxxxlarge-push-10 {
        position: relative;
        left: 50%
    }
    .xxxxxlarge-pull-10 {
        position: relative;
        left: -50%
    }
    .xxxxxlarge-offset-9 {
        margin-left: 45%
    }
    .xxxxxlarge-11 {
        width: 55%
    }
    .xxxxxlarge-push-11 {
        position: relative;
        left: 55%
    }
    .xxxxxlarge-pull-11 {
        position: relative;
        left: -55%
    }
    .xxxxxlarge-offset-10 {
        margin-left: 50%
    }
    .xxxxxlarge-12 {
        width: 60%
    }
    .xxxxxlarge-push-12 {
        position: relative;
        left: 60%
    }
    .xxxxxlarge-pull-12 {
        position: relative;
        left: -60%
    }
    .xxxxxlarge-offset-10 {
        margin-left: 55%
    }
    .xxxxxlarge-13 {
        width: 65%
    }
    .xxxxxlarge-push-13 {
        position: relative;
        left: 65%
    }
    .xxxxxlarge-pull-13 {
        position: relative;
        left: -65%
    }
    .xxxxxlarge-offset-12 {
        margin-left: 60%
    }
    .xxxxxlarge-14 {
        width: 70%
    }
    .xxxxxlarge-push-14 {
        position: relative;
        left: 70%
    }
    .xxxxxlarge-pull-14 {
        position: relative;
        left: -70%
    }
    .xxxxxlarge-offset-10 {
        margin-left: 65%
    }
    .xxxxxlarge-15 {
        width: 75%
    }
    .xxxxxlarge-push-15 {
        position: relative;
        left: 75%
    }
    .xxxxxlarge-pull-15 {
        position: relative;
        left: -75%
    }
    .xxxxxlarge-offset-14 {
        margin-left: 70%
    }
    .xxxxxlarge-16 {
        width: 80%
    }
    .xxxxxlarge-push-16 {
        position: relative;
        left: 80%
    }
    .xxxxxlarge-pull-16 {
        position: relative;
        left: -80%
    }
    .xxxxxlarge-offset-15 {
        margin-left: 75%
    }
    .xxxxxlarge-17 {
        width: 85%
    }
    .xxxxxlarge-push-17 {
        position: relative;
        left: 85%
    }
    .xxxxxlarge-pull-17 {
        position: relative;
        left: -85%
    }
    .xxxxxlarge-offset-16 {
        margin-left: 80%
    }
    .xxxxxlarge-18 {
        width: 90%
    }
    .xxxxxlarge-push-18 {
        position: relative;
        left: 90%
    }
    .xxxxxlarge-pull-18 {
        position: relative;
        left: -90%
    }
    .xxxxxlarge-offset-17 {
        margin-left: 85%
    }
    .xxxxxlarge-19 {
        width: 95%
    }
    .xxxxxlarge-push-19 {
        position: relative;
        left: 95%
    }
    .xxxxxlarge-pull-19 {
        position: relative;
        left: -95%
    }
    .xxxxxlarge-offset-18 {
        margin-left: 90%
    }
    .xxxxxlarge-20 {
        width: 100%
    }
    .xxxxxlarge-offset-19 {
        margin-left: 95%
    }
    .xxxxxlarge-up-1>.column,
    .xxxxxlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .xxxxxlarge-up-1>.column:nth-of-type(1n),
    .xxxxxlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-1>.column:nth-of-type(1n+1),
    .xxxxxlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xxxxxlarge-up-1>.column:last-child,
    .xxxxxlarge-up-1>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-2>.column,
    .xxxxxlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .xxxxxlarge-up-2>.column:nth-of-type(1n),
    .xxxxxlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-2>.column:nth-of-type(2n+1),
    .xxxxxlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xxxxxlarge-up-2>.column:last-child,
    .xxxxxlarge-up-2>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-3>.column,
    .xxxxxlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .xxxxxlarge-up-3>.column:nth-of-type(1n),
    .xxxxxlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-3>.column:nth-of-type(3n+1),
    .xxxxxlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xxxxxlarge-up-3>.column:last-child,
    .xxxxxlarge-up-3>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-4>.column,
    .xxxxxlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .xxxxxlarge-up-4>.column:nth-of-type(1n),
    .xxxxxlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-4>.column:nth-of-type(4n+1),
    .xxxxxlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xxxxxlarge-up-4>.column:last-child,
    .xxxxxlarge-up-4>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-5>.column,
    .xxxxxlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .xxxxxlarge-up-5>.column:nth-of-type(1n),
    .xxxxxlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-5>.column:nth-of-type(5n+1),
    .xxxxxlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xxxxxlarge-up-5>.column:last-child,
    .xxxxxlarge-up-5>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-6>.column,
    .xxxxxlarge-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .xxxxxlarge-up-6>.column:nth-of-type(1n),
    .xxxxxlarge-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-6>.column:nth-of-type(6n+1),
    .xxxxxlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xxxxxlarge-up-6>.column:last-child,
    .xxxxxlarge-up-6>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-7>.column,
    .xxxxxlarge-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .xxxxxlarge-up-7>.column:nth-of-type(1n),
    .xxxxxlarge-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-7>.column:nth-of-type(7n+1),
    .xxxxxlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xxxxxlarge-up-7>.column:last-child,
    .xxxxxlarge-up-7>.columns:last-child {
        float: left
    }
    .xxxxxlarge-up-8>.column,
    .xxxxxlarge-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .xxxxxlarge-up-8>.column:nth-of-type(1n),
    .xxxxxlarge-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xxxxxlarge-up-8>.column:nth-of-type(8n+1),
    .xxxxxlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xxxxxlarge-up-8>.column:last-child,
    .xxxxxlarge-up-8>.columns:last-child {
        float: left
    }
    .xxxxxlarge-collapse>.column,
    .xxxxxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xxxxxlarge-collapse .row,
    .expanded.row .xxxxxlarge-collapse.row {
        margin-left: 0;
        margin-right: 0
    }
    .xxxxxlarge-uncollapse>.column,
    .xxxxxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .xxxxxlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .xxxxxlarge-uncentered,
    .xxxxxlarge-push-0,
    .xxxxxlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (max-width: 47.9375em) {
    .container {
        padding: 0 30px
    }
}

@media screen and (max-width: 29.9375em) {
    .container {
        padding: 0 10px
    }
}

.row--full {
    max-width: 100%
}

.foundation-mq {
    font-family: "small=0em&xsmall=30em&medium=48em&large=60em&xlarge=75em&xxlarge=87.5em&xxxlarge=100em&xxxxlarge=112.5em&xxxxxlarge=125em"
}

html {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: "Brandon", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1px
}


@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_reg-webfont.eot');
    src: url('../fonts/brandon_reg-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('../fonts/brandon_reg-webfont.woff') format('woff'),
         url('../fonts/brandon_reg-webfont.ttf') format('truetype'),
         url('../fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_reg_it-webfont.eot');
    src: url('../fonts/brandon_reg_it-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_reg_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_reg_it-webfont.woff') format('woff'),
         url('../fonts/brandon_reg_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_reg_it-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_light-webfont.eot');
    src: url('../fonts/brandon_light-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_light-webfont.woff2') format('woff2'),
         url('../fonts/brandon_light-webfont.woff') format('woff'),
         url('../fonts/brandon_light-webfont.ttf') format('truetype'),
         url('../fonts/brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_light_it-webfont.eot');
    src: url('../fonts/brandon_light_it-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_light_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_light_it-webfont.woff') format('woff'),
         url('../fonts/brandon_light_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_light_it-webfont.svg#brandon_grotesquelight_italic') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_med-webfont.eot');
    src: url('../fonts/brandon_med-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med-webfont.woff') format('woff'),
         url('../fonts/brandon_med-webfont.ttf') format('truetype'),
         url('../fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_med_it-webfont.eot');
    src: url('../fonts/brandon_med_it-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_med_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med_it-webfont.woff') format('woff'),
         url('../fonts/brandon_med_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_med_it-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_bld-webfont.eot');
    src: url('../fonts/brandon_bld-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff'),
         url('../fonts/brandon_bld-webfont.ttf') format('truetype'),
         url('../fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_bld_it-webfont.eot');
    src: url('../fonts/brandon_bld_it-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_bld_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld_it-webfont.woff') format('woff'),
         url('../fonts/brandon_bld_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_bld_it-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_blk-webfont.eot');
    src: url('../fonts/brandon_blk-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk-webfont.woff') format('woff'),
         url('../fonts/brandon_blk-webfont.ttf') format('truetype'),
         url('../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_blk_it-webfont.eot');
    src: url('../fonts/brandon_blk_it-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_blk_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk_it-webfont.woff') format('woff'),
         url('../fonts/brandon_blk_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_blk_it-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_thin-webfont.eot');
    src: url('../fonts/brandon_thin-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_thin-webfont.woff2') format('woff2'),
         url('../fonts/brandon_thin-webfont.woff') format('woff'),
         url('../fonts/brandon_thin-webfont.ttf') format('truetype'),
         url('../fonts/brandon_thin-webfont.svg#brandon_grotesquethin') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandon_thin_it-webfont.eot');
    src: url('../fonts/brandon_thin_it-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_thin_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_thin_it-webfont.woff') format('woff'),
         url('../fonts/brandon_thin_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_thin_it-webfont.svg#brandon_grotesquethin') format('svg');
    font-weight: 100;
    font-style: italic;
}



@media screen and (max-width: 59.9375em) {
    body {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    body {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (max-width: 29.9375em) {
    body {
        line-height: 1.4
    }
}

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    height: 100%
}

blockquote {
    font-weight: normal;
    font-family: "Brandon", serif;
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 28px;
    font-size: 1.75rem
}

@media screen and (max-width: 74.9375em) {
    blockquote {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 59.9375em) {
    blockquote {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 47.9375em) {
    blockquote {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 29.9375em) {
    blockquote {
        font-size: 16px;
        font-size: 1rem
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Brandon", sans-serif;
    font-style: normal;
    font-weight: normal
}

h1,
.h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 25px
}

@media screen and (max-width: 87.4375em) {
    h1,
    .h1 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    h1,
    .h1 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    h1,
    .h1 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    h1,
    .h1 {
        font-size: 16px;
        font-size: 1rem
    }
}

h2,
.h2 {
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0 0 25px
}

h3,
.h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 25px
}

h4,
.h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 25px
}

h5,
.h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 25px
}

p {
    margin: 0 0 20px
}

.caption {
    margin: 1em 0;
    font-size: .625em;
    color: #999;
    text-transform: uppercase;
}

pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    margin: 0 0 20px;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word
}

.small-caps,
.c-image--hover:after {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 47.9375em) {
    .small-caps,
    .c-image--hover:after {
        font-size: 12px;
        font-size: 0.75rem
    }
}

.small-caps--xs {
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 0.75rem
}

.small-paragraph {
    font-size: 14px;
    font-size: 0.875rem
}

.c-btt {
    cursor: pointer
}

.c-btt svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 18px;
    top: 2px;
    position: relative
}

@media screen and (min-width: 48em) {
    .c-btt svg {
        height: 20px;
        top: auto
    }
}

.c-before-after {
    height: 100%;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 75em) {
    .c-before-after {
        margin-left: 80px;
        margin-right: 80px
    }
}

.c-before-after__btn {
    position: absolute;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: ease 400ms right, ease 400ms left, width 400ms ease, color ease 400ms;
    transition: ease 400ms right, ease 400ms left, width 400ms ease, color ease 400ms;
    height: 40px;
    line-height: 40px;
    width: 100px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 47.9375em) {
    .c-before-after__btn {
        font-size: 12px;
        font-size: 0.75rem
    }
}

@media screen and (min-width: 30em) {
    .c-before-after__btn {
        height: 60px;
        line-height: 60px;
        width: 125px;
        top: -webkit-calc(50% - 30px);
        top: calc(50% - 30px)
    }
}

@media screen and (min-width: 60em) {
    .c-before-after__btn {
        height: 80px;
        line-height: 80px;
        width: 150px;
        top: -webkit-calc(50% - 40px);
        top: calc(50% - 40px)
    }
}

.c-before-after__btn:hover {
    color: #70706e
}

.c-before-after__mask--after .c-before-after__btn {
    left: 50%
}

.c-before-after__mask--before .c-before-after__btn {
    right: 50%
}

.c-before-after__close {
    height: 50px;
    background: #fff;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    cursor: pointer;
    -webkit-transition: bottom ease 400ms;
    transition: bottom ease 400ms
}

@media screen and (max-width: 47.9375em) {
    .c-before-after__close {
        width: 30px;
        height: 30px;
        bottom: -30px
    }
}

.c-before-after__close .c-close {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 47.9375em) {
    .c-before-after__close .c-close {
        width: 15px;
        height: 15px
    }
}

.c-before-after__close .c-close span {
    background-color: #000
}

@media screen and (max-width: 47.9375em) {
    .c-before-after__close .c-close span {
        width: 15px
    }
}

.c-before-after__image {
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px)
}

@media screen and (min-width: 30em) {
    .c-before-after__image {
        width: -webkit-calc(100vw - 80px);
        width: calc(100vw - 80px)
    }
}

@media screen and (min-width: 48em) {
    .c-before-after__image {
        width: -webkit-calc(100vw - 160px);
        width: calc(100vw - 160px)
    }
}

.c-before-after__image--after {
    right: 0
}

.c-before-after__mask {
    width: 50%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    -webkit-transition: ease 400ms width;
    transition: ease 400ms width
}

.c-before-after__mask--before {
    left: 0
}

.c-before-after__mask--after {
    right: 0
}

.c-before-after.c-before-after--hover--before .c-before-after__mask--before {
    width: 55%
}

.c-before-after.c-before-after--hover--before .c-before-after__mask--after {
    width: 45%
}

.c-before-after.c-before-after--hover--before .c-before-after__mask--before .c-before-after__btn {
    right: 45%;
    width: -webkit-calc(100px + 8%);
    width: calc(100px + 8%)
}

.c-before-after.c-before-after--hover--before .c-before-after__mask--after .c-before-after__btn {
    left: 55%
}

.c-before-after.c-before-after--hover--after .c-before-after__mask--before {
    width: 45%
}

.c-before-after.c-before-after--hover--after .c-before-after__mask--after {
    width: 55%
}

.c-before-after.c-before-after--hover--after .c-before-after__mask--before .c-before-after__btn {
    right: 55%
}

.c-before-after.c-before-after--hover--after .c-before-after__mask--after .c-before-after__btn {
    left: 45%;
    width: -webkit-calc(100px + 8%);
    width: calc(100px + 8%)
}

.c-before-after.c-before-after--active--before .c-before-after__mask--before {
    width: 100%
}

.c-before-after.c-before-after--active--before .c-before-after__mask--after {
    width: 0%
}

.c-before-after.c-before-after--active--before .c-before-after__mask--before .c-before-after__btn {
    right: 0%
}

.c-before-after.c-before-after--active--before .c-before-after__close {
    bottom: 0;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.c-before-after.c-before-after--active--after .c-before-after__mask--before {
    width: 0%
}

.c-before-after.c-before-after--active--after .c-before-after__mask--after {
    width: 100%
}

.c-before-after.c-before-after--active--after .c-before-after__mask--after .c-before-after__btn {
    left: 0%
}

.c-before-after.c-before-after--active--after .c-before-after__close {
    bottom: 0;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.c-close {
    height: 25px;
    cursor: pointer;
    z-index: 10
}

.c-close span {
    display: block;
    background-color: #1d1e1c;
    height: 2px;
    width: 20px;
    top: 6px;
    position: relative
}

.c-close span:first-child {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-close span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-lead {
    font-size: 28px;
    font-size: 1.8rem;
}

@media screen and (max-width: 87.4375em) {
    .c-lead {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .c-lead {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-lead {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-lead {
        font-size: 1rem
    }
    .c-lead.first-para {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 75em) {
    .c-lead {
        letter-spacing: 2px
    }
}

.c-lead--med p,
.c-lead--med li {
    font-size: 22px;
    font-size: 1.4rem;
    margin: .5em 0;
}

@media screen and (max-width: 87.4375em) {
    .c-lead--med p,
    .c-lead--med li {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .c-lead--med p,
    .c-lead--med li {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-lead--med p,
    .c-lead--med li {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-lead--med p,
    .c-lead--med li {
        font-size: 15px;
        font-size: 0.9375rem
    }
}

.c-lead--med p:last-of-type {
    margin-bottom: 0
}

.c-lead--med ul {
    /*list-style-type: square;*/
    margin: 0;
    padding: 0;
    /*padding-left: 1.3em;*/
    list-style-type: none;
}

@media screen and (max-width: 47.9375em) {
    .c-lead--med ul {
        /*padding-left: 20px*/
    }
}

.c-flush {
    padding-bottom: -webkit-calc(60% + 110px);
    padding-bottom: calc(60% + 110px);
    position: relative;
    color: #fff
}

@media screen and (min-width: 75em) {
    .c-flush:hover.c-flush--archive:before {
        background-color: transparent
    }
    .c-flush:hover .c-flush__title {
        opacity: 0;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px)
    }
}

.c-flush--contact {
    background-color: #2D2D2D;
    line-height: 1.2;
    font-size: 32px;
    font-size: 2rem
}

.projects-overview .c-flush--contact {
    font-size: 1.8rem
}

.projects-overview .contacts p {
    margin: 1rem 0 1.5rem 0;
}

.projects-overview .contacts ul {
    margin: 1.5rem 0;
}

.projects-overview .contacts li {
    text-transform: uppercase;
    margin: 0 0 .8em 0;
}

@media screen and (max-width: 87.4375em) {
    .c-flush--contact {
        font-size: 30px;
        font-size: 1.875rem
    }
    .projects-overview .contacts p {
        margin: .5rem 0 1rem 0;
    }
    .projects-overview .contacts li {
        text-transform: uppercase;
        margin: 0 0 .6em 0;
    }
}

@media screen and (max-width: 74.9375em) {
    .c-flush--contact {
        font-size: 28px;
        font-size: 1.75rem
    }

}

@media screen and (max-width: 59.9375em) {
    .c-flush--contact {
        font-size: 24px;
        font-size: 1.5rem
    }

}

@media screen and (max-width: 29.9375em) {
    .c-flush--contact {
        font-size: 16px;
        font-size: 1rem
    }
    .projects-overview .contacts p {
        margin: 0rem 0 1rem 0;
    }
    .projects-overview .contacts ul {
        margin: 1rem 0;
    }
    .projects-overview .contacts li {
        text-transform: uppercase;
        font-size: 10px;
        margin: 0 0 .5em 0;
    }
    .projects-overview .contacts span {
        font-size: 10px;
    }
}

@media screen and (max-width: 47.9375em) {
    .c-flush--contact {
        line-height: 1.4
    }
}

.c-flush--contact a {
    text-decoration: none;
    -webkit-transition: ease color 250ms;
    transition: ease color 250ms
}

.c-flush--contact a:hover {
    color: #fff
}

@media screen and (min-width: 48em) {
    .c-flush--contact p {
    }
}

.c-flush--contact ul {
    list-style: none;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 0
}

@media screen and (max-width: 59.9375em) {
    .c-flush--contact li {
        margin-bottom: 10px
    }
}

.c-flush--contact span {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 47.9375em) {
    .c-flush--contact span {
        text-transform: none;
        font-size: 12px;
        font-size: 0.75rem
    }
}

.c-flush--contact .c-flush__content {
    bottom: 80px
}

@media screen and (max-width: 74.9375em) {
    .c-flush--contact .c-flush__content {
        bottom: 0
    }
}

@media screen and (max-width: 47.9375em) {
    .c-flush--contact .c-flush__content {
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width: 74.9375em) {
    .c-flush--contact .table__cell {
        vertical-align: middle
    }
}

.c-flush--archive {
    text-align: center;
    background-size: cover;
    background-position: center center
}

.c-flush--archive:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background 600ms ease-in-out;
    transition: background 600ms ease-in-out
}

.c-flush--archive a {
    text-decoration: none
}

.c-flush__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-flush__title {
    font-size: 44px;
    font-size: 2.75rem;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    margin: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out
}

@media screen and (max-width: 112.4375em) {
    .c-flush__title {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 99.9375em) {
    .c-flush__title {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-flush__title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-flush__title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-flush__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-width: 75em) and (max-width: 87.4375em) {
    .c-flush__title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

.c-flush.c-flush--invert {
    color: #000;
    background-color: transparent
}

.c-flush.c-flush--invert a:hover {
    color: #000
}

.c-image--hover {
    position: relative
}

.c-image--hover:before {
    content: "";
    top: 40px;
    left: 40px;
    height: 0;
    width: -webkit-calc(100% - 40px * 2);
    width: calc(100% - 40px * 2);
    position: absolute;
    background-color: #fff;
    -webkit-transition: height 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 550ms cubic-bezier(0.77, 0, 0.175, 1)
}

.c-image--hover:after {
    opacity: 0;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    width: 100%;
    text-align: center;
    content: "View Project";
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition: 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: 550ms cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (min-width: 75em) {
    .c-image--hover:hover:before {
        height: -webkit-calc(100% - 40px * 2);
        height: calc(100% - 40px * 2)
    }
    .c-image--hover:hover:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.c-image--hover--team:after {
    content: "Read Biography"
}

.c-keyline {
    width: 100%;
    height: 1px;
    border-top: 1px solid #b1b1b1
}

.c-keyline--primary {
    border-top: 1px solid #1d1e1c
}

.c-journal:hover .c-journal__content {
    color: #6F6F6E;
    -webkit-transition: color ease 250ms;
    transition: color ease 250ms
}

.c-journal__category {
    letter-spacing: 1.5px;
    color: #6F6F6E;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (max-width: 74.9375em) {
    .c-journal__category {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-journal__category {
        font-size: 14px;
        font-size: 0.875rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-journal__category--tablet-up {
        display: none !important
    }
}

.c-journal__category--mobile {
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 2px
}

@media screen and (min-width: 48em) {
    .c-journal__category--mobile {
        display: none !important
    }
}

.c-journal__category .post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.c-journal__category li {
    display: inline-block
}

.c-journal__category a {
    text-transform: uppercase;
    text-decoration: none
}

.c-journal__content {
    padding-top: 15px;
    -webkit-transition: color ease 600ms;
    transition: color ease 600ms
}

@media screen and (min-width: 48em) {
    .c-journal__content {
        padding-top: 37px
    }
}

@media screen and (min-width: 87.5em) {
    .c-journal__content {
        padding-left: 42px;
        padding-right: 42px
    }
}

.c-journal__image {
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 75em) {
    .c-journal__image:hover .c-journal__overlay {
        top: 0;
        -webkit-transition-delay: 220ms;
        transition-delay: 220ms
    }
    .c-journal__image:hover .c-journal__overlay .a--next {
        opacity: 1;
        -webkit-transition-delay: 820ms;
        transition-delay: 820ms
    }
}

.c-journal__image>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-journal__image img {
    width: 100%;
    display: block
}

.c-journal__title {
    font-family: "Brandon", serif;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 38px;
    font-size: 2.375rem
}

@media screen and (max-width: 124.9375em) {
    .c-journal__title {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media screen and (max-width: 112.4375em) {
    .c-journal__title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media screen and (max-width: 74.9375em) {
    .c-journal__title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-journal__title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-journal__title {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-journal__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-journal__title {
        line-height: 1.3;
        margin-bottom: 0
    }
}

.c-journal__title--xl {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.15
}

@media screen and (max-width: 112.4375em) {
    .c-journal__title--xl {
        font-size: 62px;
        font-size: 3.875rem
    }
}

@media screen and (max-width: 99.9375em) {
    .c-journal__title--xl {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-journal__title--xl {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-journal__title--xl {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-journal__title--xl {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-height: 0px) and (max-height: 1000px) and (min-width: 75em) {
    .c-journal__title--xl {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (min-height: 0px) and (max-height: 700px) and (min-width: 75em) {
    .c-journal__title--xl {
        font-size: 42px;
        font-size: 2.625rem
    }
}

.c-journal__date {
    line-height: 1;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (max-width: 47.9375em) {
    .c-journal__date {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-journal__date {
        font-size: 14px;
        font-size: 0.875rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-journal__date {
        display: inline-block;
        margin-right: 20px
    }
}

@media screen and (max-width: 29.9375em) {
    .c-journal__date {
        display: none
    }
}

.c-journal__overlay {
    padding: 30px;
    background-color: #FF6C0C;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-transition: top 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 600ms cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (min-width: 48em) {
    .c-journal__overlay {
        padding: 30px 40px
    }
}

.c-journal__overlay__title {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px
}

.c-journal__overlay p {
    display: none
}

@media screen and (min-width: 48em) {
    .c-journal__overlay p {
        display: block
    }
}

.c-journal__overlay a {
    text-decoration: none;
    color: #fff;
}

.c-journal__overlay .a--next {
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (min-width: 48em) {
    .c-journal__overlay .a--next {
        bottom: 30px;
        left: 40px
    }
}

.c-menu-filter {
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    position: fixed;
    top: 25px;
    -webkit-transition: 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    cursor: pointer;
    z-index: 10000;
    right: 20px
}

@media screen and (min-width: 30em) {
    .c-menu-filter {
        right: 40px
    }
}

@media screen and (min-width: 48em) {
    .c-menu-filter {
        right: 30px
    }
}

@media screen and (min-width: 75em) {
    .c-menu-filter {
        top: 30px
    }
}

@media screen and (min-width: 48em) {
    .pushy-open-right .c-menu-filter {
        right: 80px
    }
}

.pushy-open-left .c-menu-filter {
    z-index: 9998
}

.c-menu-filter__tl {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 1px 10px;
    -ms-transform-origin: 1px 10px;
    transform-origin: 1px 10px
}

.c-menu-filter__tr,
.c-menu-filter__br {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 1px 10px;
    -ms-transform-origin: 1px 10px;
    transform-origin: 1px 10px
}

.c-menu-filter__bl {
    margin-top: 9px;
    -webkit-transform-origin: 0 1px;
    -ms-transform-origin: 0 1px;
    transform-origin: 0 1px
}

.c-menu-filter span {
    width: 2px;
    height: 10px;
    margin-left: 10px;
    margin-bottom: -10px;
    background-color: black;
    display: block;
    -webkit-transition: -webkit-transform ease 150ms;
    transition: transform ease 150ms
}

.c-menu-filter.c-menu-filter--active .c-menu-filter__bl {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-menu-filter.c-menu-filter--active .c-menu-filter__br {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.c-progress {
    background-color: #b1b1b1;
    display: none
}

@media screen and (min-width: 48em) {
    .c-progress {
        display: block
    }
}

.c-progress__line {
    border-color: #1d1e1c;
    border-width: 1px;
    width: 0
}

.c-project__content {
    position: relative;
    padding-left: 30px
}

.c-project__featured {
    position: absolute;
    left: 0;
    bottom: 0
}

.c-project__featured:after {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #DFE0DC;
    position: absolute;
    left: 8px;
    bottom: 8px
}

.c-project__image {
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.1)
}

.c-project__image img {
    display: block
}

.c-project__date {
    position: absolute;
    right: 0;
    top: 0
}

.c-project__count {
    position: absolute;
    left: 0
}

.c-project__category {
    margin-bottom: 5px
}

.c-project__title {
    letter-spacing: 1.5px;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600
}

@media screen and (max-width: 59.9375em) {
    .c-project__title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-project__title {
        font-size: 16px;
        font-size: 1rem
    }
}

.c-project__title a {
    text-decoration: none
}

@media screen and (min-width: 75em) {
    .c-project:nth-of-type(3n+1) {
        clear: both
    }
}

.c-project-flush {
    background-color: #000
}

.c-project-flush:hover .c-project-flush__image figcaption {
    background-color: transparent
}

@media screen and (min-width: 75em) {
    .c-project-flush:hover .c-flush__title {
        opacity: 0;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px)
    }
}

.c-project-flush:hover .c-project-flush__footer {
    opacity: .9
}

.c-project-flush__image {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
    position: relative
}

.c-project-flush__image figcaption {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background 600ms ease-in-out;
    transition: background 600ms ease-in-out
}

.c-project-flush__footer {
    background-color: red;
    height: 110px;
    line-height: 110px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
    color: #fff;
}

@media screen and (max-width: 47.9375em) {
    .c-project-flush__footer {
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
        height: 90px;
        line-height: 20px;
        padding: 25px 20px
    }
}

.c-project-flush__right,
.c-project-flush__left {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 47.9375em) {
    .c-project-flush__right,
    .c-project-flush__left {
        font-size: 14px;
        font-size: 0.875rem
    }
}

.c-project-flush__left {
    left: 50px
}

@media screen and (max-width: 47.9375em) {
    .c-project-flush__left {
        position: relative;
        left: 0;
        line-height: 20px
    }
}

.c-project-flush__right {
    right: 50px
}

@media screen and (max-width: 47.9375em) {
    .c-project-flush__right {
        right: 20px;
        top: 25px;
        font-size: 12px;
        font-size: 0.75rem
    }
}

.c-pull-quote {
    background-color: #FBE6C0;
    padding: 30px 0;
    position: relative
}

@media screen and (min-width: 48em) {
    .c-pull-quote {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 87.5em) {
    .c-pull-quote {
        padding-bottom: 80px
    }
}

.c-pull-quote:hover .c-pull-quote__content--overlay {
    opacity: 1
}

.c-pull-quote:before,
.c-pull-quote:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #FBE6C0
}

.c-pull-quote:before {
    left: -40vw;
    width: 40vw
}

.c-pull-quote:after {
    right: -20px;
    width: 20px
}

@media screen and (min-width: 30em) {
    .c-pull-quote:after {
        right: -40px;
        width: 40px
    }
}

.c-pull-quote__category {
    font-size: 16px;
    font-size: 1rem;
    color: #6F6F6E
}

.c-pull-quote__date {
    position: absolute;
    top: 33px;
    display: none;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (max-width: 59.9375em) {
    .c-pull-quote__date {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-pull-quote__date {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 30em) {
    .c-pull-quote__date {
        display: block
    }
}

@media screen and (min-width: 60em) {
    .c-pull-quote__date {
        left: 41px
    }
}

.c-pull-quote__link {
    position: absolute;
    bottom: 0
}

.c-pull-quote__title {
    position: absolute;
    top: 33px;
    left: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (max-width: 59.9375em) {
    .c-pull-quote__title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-pull-quote__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 30em) {
    .c-pull-quote__title {
        left: auto;
        right: 0;
        letter-spacing: 2.5px
    }
}

.c-pull-quote__category {
    margin-bottom: 65px
}

.c-pull-quote__content {
    margin-top: 50px;
    padding-top: 0;
    position: relative
}

@media screen and (min-width: 48em) {
    .c-pull-quote__content {
        margin-top: 70px
    }
}

@media screen and (min-width: 60em) {
    .c-pull-quote__content {
        padding-left: 40px
    }
}

@media screen and (min-width: 87.5em) {
    .c-pull-quote__content {
        margin-top: 90px
    }
}

@media screen and (min-width: 60em) {
    .c-pull-quote__content:before {
        content: "";
        height: -webkit-calc(100% - 12px);
        height: calc(100% - 12px);
        width: 1px;
        position: absolute;
        left: 0;
        bottom: 5px;
        background-color: #1d1e1c
    }
}

.c-pull-quote__content--overlay {
    top: 33px;
    width: 100%;
    opacity: 0;
    position: absolute;
    background-color: #FBE6C0;
    -webkit-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
    bottom: 30px
}

@media screen and (min-width: 48em) {
    .c-pull-quote__content--overlay {
        bottom: 50px
    }
}

@media screen and (min-width: 87.5em) {
    .c-pull-quote__content--overlay {
        bottom: 80px
    }
}

.macy--right .c-pull-quote:before {
    left: -41px;
    width: 41px
}

.macy--right .c-pull-quote:after {
    right: -40vw;
    width: 40vw
}

.c-pull-quote blockquote {
    margin-bottom: 25px;
    letter-spacing: 0
}

@media screen and (min-width: 48em) {
    .c-pull-quote blockquote {
        margin-bottom: 35px
    }
}

@media screen and (min-width: 87.5em) {
    .c-pull-quote blockquote {
        margin-bottom: 55px
    }
}

.c-popular {
    padding: 10px 0 30px
}

.c-popular__category {
    color: #6F6F6E;
    font-size: 12px;
    font-size: 0.75rem
}

.c-popular__category ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-popular__category li {
    display: inline
}

.c-popular__category .small-caps,
.c-popular__category .c-image--hover:after {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block
}

.c-popular__date {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px
}

.c-popular__title {
    font-family: "Brandon", serif;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem
}

@media screen and (max-width: 87.4375em) {
    .c-popular__title {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .c-popular__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-popular__title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-popular__title {
        font-size: 15px;
        font-size: 0.9375rem
    }
}

.c-popular__title a {
    color: #1d1e1c
}

.c-popular a {
    position: relative !important;
    text-decoration: none
}

.c-quote {
    margin-left: 35px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px
}

@media screen and (min-width: 48em) {
    .c-quote {
        margin-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .c-quote:before {
        content: "";
        height: -webkit-calc(100% - 12px);
        height: calc(100% - 12px);
        width: 1px;
        position: absolute;
        left: 0;
        bottom: 5px;
        background-color: #1d1e1c
    }
}

@media screen and (max-width: 47.9375em) {
    .c-quote {
        padding: 0;
        margin-left: 0
    }
}

.c-quote__author {
    font-family: "Brandon", sans-serif;
    font-size: 14px;
    font-size: 0.875rem
}

.c-quote p {
    margin-bottom: 45px
}

.c-quote-sans__author {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 47.9375em) {
    .c-quote-sans__author {
        font-size: 12px;
        font-size: 0.75rem
    }
}

.c-quote-sans__tertiary {
    padding-top: 10px;
    font-size: 14px;
    font-size: 0.875rem
}

.c-quote-sans blockquote {
    font-family: "Brandon", sans-serif;
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 2rem
}

@media screen and (max-width: 87.4375em) {
    .c-quote-sans blockquote {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .c-quote-sans blockquote {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-quote-sans blockquote {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-quote-sans blockquote {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 48em) {
    .c-quote-sans blockquote {
        margin-bottom: 50px
    }
}

.c-quote-sans blockquote:before {
    content: '\201C'
}

.c-quote-sans blockquote:after {
    content: '\201D'
}

.c-social {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-social--share:before {
    content: "Share on "
}

.c-social li {
    display: inline-block;
    text-transform: capitalize
}

.c-social li:after {
    content: "/";
    padding: 0 5px
}

.c-social li:last-child:after {
    display: none
}

.c-social a {
    text-decoration: none
}

.c-team {
    margin-bottom: 50px
}

@media screen and (min-width: 30em) {
    .c-team {
        margin-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .c-team {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 60em) {
    .c-team {
        margin-bottom: 140px
    }
}

@media screen and (min-width: 100em) {
    .c-team {
        margin-bottom: 160px
    }
}

@media screen and (min-width: 125em) {
    .c-team {
        margin-bottom: 180px
    }
}

.c-team__title-secondary {
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (min-width: 48em) {
    .c-team__title-secondary {
        letter-spacing: 2.5px
    }
}

@media screen and (max-width: 74.9375em) {
    .c-team__title-secondary {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-team__title-secondary {
        font-size: 12px;
        font-size: 0.75rem
    }
}

.c-team__title-secondary--secondary {
    color: #6F6F6E
}

.c-team__title-secondary a {
    letter-spacing: 1.5px
}

@media screen and (max-width: 99.9375em) {
    .c-team__title-secondary a {
        display: none
    }
}

.c-team__image {
    position: relative;
    overflow: hidden
}

.c-team__image:hover .c-journal__overlay {
    top: 0
}

.c-team__image>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-team__image img {
    width: 100%;
    display: block
}

.c-team__content {
    padding-top: 20px
}

@media screen and (min-width: 48em) {
    .c-team__content {
        padding-top: 37px
    }
}

@media screen and (min-width: 87.5em) {
    .c-team__content {
        padding-left: 42px;
        padding-right: 42px
    }
}

.c-team__title {
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-size: 44px;
    font-size: 2.75rem
}

@media screen and (max-width: 112.4375em) {
    .c-team__title {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 99.9375em) {
    .c-team__title {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-team__title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-team__title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-team__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-width: 48em) {
    .c-team__title {
        letter-spacing: 3px
    }
}

.c-team__title--xl {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.15
}

@media screen and (max-width: 112.4375em) {
    .c-team__title--xl {
        font-size: 62px;
        font-size: 3.875rem
    }
}

@media screen and (max-width: 99.9375em) {
    .c-team__title--xl {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (max-width: 59.9375em) {
    .c-team__title--xl {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 47.9375em) {
    .c-team__title--xl {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (max-width: 29.9375em) {
    .c-team__title--xl {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-height: 0px) and (max-height: 1000px) and (min-width: 75em) {
    .c-team__title--xl {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (min-height: 0px) and (max-height: 700px) and (min-width: 75em) {
    .c-team__title--xl {
        font-size: 42px;
        font-size: 2.625rem
    }
}

.c-tablealike {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1rem
}

.c-tablealike.c-tablealike--single a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #1d1e1c
}

.c-tablealike.c-tablealike--single .c-tablealike__cell {
    width: 100%
}

.c-tablealike__preview-img {
    background-position: center center;
    background-size: cover;
    height: 115px;
    width: 170px;
    position: absolute;
    left: -210px;
    top: -20px;
    display: none;
    z-index: 1
}

.c-tablealike__row {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #b1b1b1
}

.c-tablealike__row--body {
    position: relative
}

.c-tablealike__row--body:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #1d1e1c;
    position: absolute;
    bottom: -1px;
    -webkit-transition: ease 350ms width;
    transition: ease 350ms width
}

@media screen and (min-width: 75em) {
    .c-tablealike__row--body:hover:after {
        width: 100%
    }
}

.c-tablealike__row--body.active:after {
    width: 100%
}

.c-tablealike__row--body .active+.featured {
    display: none
}

.c-tablealike__row--body .featured,
.c-tablealike__row--body .active {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #1d1e1c;
    position: absolute;
    right: 10px;
    top: 15px
}

.c-tablealike__row--body .featured {
    background: transparent;
    border: 1px solid #b1b1b1
}

.c-tablealike__cell {
    float: left;
    display: block;
    position: relative;
    padding: 8px 0
}

.c-tablealike__cell:nth-of-type(1) {
    padding-right: 30px
}

.single-cpt_project .c-tablealike__cell:nth-of-type(1) {
    width: 85px;
    padding-right: 0
}

.single-cpt_project .c-tablealike__cell:nth-of-type(2) {
    width: -webkit-calc(100% - 85px - 30px);
    width: calc(100% - 85px - 30px);
    padding-right: 10px
}

@media screen and (min-width: 30em) {
    .single-cpt_project .c-tablealike__cell:nth-of-type(2) {
        width: -webkit-calc(100% - 85px - 130px);
        width: calc(100% - 85px - 130px)
    }
}

.c-tablealike__cell:nth-of-type(3) {
    width: 30px
}

@media screen and (min-width: 30em) {
    .c-tablealike__cell:nth-of-type(3) {
        width: 130px
    }
}

.c-tablealike a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.c-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.c-video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

a {
    color: #70706e
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

.a--back {
    letter-spacing: 1px;
    color: inherit;
    text-decoration: none
}

.a--back svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.a--pre-line,
.c-quote-sans__author {
    font-weight: 600;
    text-decoration: none;
    color: #1d1e1c;
    position: relative;
    margin-left: 22px
}

.a--pre-line:before,
.c-quote-sans__author:before {
    content: "";
    height: 2px;
    width: 15px;
    background-color: #1d1e1c;
    line-height: 1;
    position: absolute;
    left: -22px;
    top: 50%
}

.a--next {
    font-weight: 600;
    text-decoration: none;
    color: #1d1e1c
}

.a--next:hover:after {
    margin-left: 15px
}

.a--next:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow-right-white.svg) no-repeat;
    background-position: left center;
    margin-left: 10px;
    width: 50px;
    height: 10px;
    -webkit-transition: margin ease 200ms;
    transition: margin ease 200ms
}

.a--no-link {
    text-decoration: none;
    color: #1d1e1c
}

table {
    width: 100%
}

table th,
table td {
    text-align: left;
    padding: 5px
}

table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

form .field {
    margin-bottom: 20px
}

form label {
    display: block;
    margin-bottom: 5px
}

form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password],
form input[type=number],
form input[type=search],
form textarea {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=phone]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form textarea:focus {
    border-color: #1271db
}

form input[type=text].auto,
form input[type=email].auto,
form input[type=phone].auto,
form input[type=password].auto,
form input[type=number].auto,
form input[type=search].auto,
form textarea.auto {
    width: auto
}

form .note {
    margin-top: 5px;
    color: #aaa
}

form .req {
    font-style: italic
}

form .error .reason {
    margin-top: 5px;
    color: #FF4136
}

form .error input[type=text],
form .error input[type=email],
form .error input[type=phone],
form .error input[type=password],
form .error input[type=number],
form .error input[type=search],
form .error textarea {
    border-color: #FF4136
}

.m-additional-credits {
    padding: 0;
    list-style: none;
    color: #6F6F6E;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 50px
}

@media screen and (min-width: 48em) {
    .m-additional-credits {
        margin-bottom: 70px
    }
}

.m-additional-credits__credit {
    position: relative;
    margin-bottom: 5px
}

.m-additional-credits__content {
    padding-left: 55px;
    line-height: 1.5;
    position: relative
}

.m-additional-credits strong {
    position: absolute;
    left: 0
}

.m-hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer
}
.page-template-page-projects-overview .m-hero,
.page-template-page-projects-overview .slideshow--hero .m-hero__slide,
.page-template-page-projects-overview .m-hero__bg__container {
    height: 67vh !important;
}
.m-hero--overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2)
}

.m-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

.m-hero__bg__container {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.m-hero__bottom {
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.m-hero__bottom:hover svg {
    margin-top: 22px
}

.m-hero__bottom.m-hero__bottom--intro svg {
    margin-top: 18px;
    opacity: 1
}

.m-hero__bottom.m-hero__bottom--intro .small-caps,
.m-hero__bottom.m-hero__bottom--intro .c-image--hover:after {
    opacity: 1;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

@media screen and (max-width: 29.9375em) {
    .m-hero__bottom.m-hero__bottom--intro .explore {
        display: none;
    }
}

.m-hero__bottom.m-hero__bottom--fade-out {
    opacity: 0
}

.m-hero__bottom svg {
    margin-top: 0;
    opacity: 0;
    height: 27px;
    fill: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease margin 250ms, opacity 400ms ease, margin-top 400ms ease;
    transition: ease margin 250ms, opacity 400ms ease, margin-top 400ms ease
}

.m-hero__bottom .small-caps,
.m-hero__bottom .c-image--hover:after {
    letter-spacing: 3px;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.m-page {
    line-height: 1.4;
    margin-top: 100px;
    font-size: 32px;
    font-size: 2rem
}

@media screen and (max-width: 87.4375em) {
    .m-page {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .m-page {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .m-page {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .m-page {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 48em) {
    .m-page {
        margin-top: 120px;
        letter-spacing: 2px;
        line-height: 1.2
    }
}

@media screen and (min-width: 75em) {
    .m-page {
        margin-top: 140px
    }
}

@media screen and (min-width: 87.5em) {
    .m-page {
        margin-top: 160px
    }
}

@media screen and (min-width: 100em) {
    .m-page {
        margin-top: 180px
    }
}

.m-page svg {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: #6F6F6E;
    -webkit-transition: fill ease 250ms;
    transition: fill ease 250ms
}

.m-page svg:hover {
    fill: #1d1e1c
}

@media screen and (min-width: 48em) {
    .m-page svg {
        width: 25px;
        height: 25px
    }
}

.m-page p {
    margin-bottom: 30px
}

@media screen and (min-width: 30em) {
    .m-page p {
        margin-bottom: 50px
    }
}

@media screen and (min-height: 0px) and (max-height: 1000px) and (min-width: 75em) {
    .m-page p {
        margin-bottom: 30px
    }
}

.m-page img {
    margin-top: 70px;
    width: 215px;
    display: none
}

@media screen and (min-width: 30em) {
    .m-page img {
        display: block
    }
}

@media screen and (min-width: 48em) {
    .m-page img {
        margin-top: 20px
    }
}

.m-page a {
    text-decoration: none;
    -webkit-transition: ease color 250ms;
    transition: ease color 250ms
}

.m-page a:hover {
    color: #1d1e1c
}

.m-gallery {
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 50px
}

@media screen and (min-width: 30em) {
    .m-gallery {
        margin-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .m-gallery {
        margin-bottom: 80px
    }
}

@media screen and (min-width: 75em) {
    .m-gallery {
        margin-bottom: 0;
        height: -webkit-calc(100vh - 80px * 2);
        height: calc(100vh - 80px * 2)
    }
}

.m-gallery:not(.m-gallery--inset) .m-gallery__bg {
    background-size: cover;
    background-position: center center;
    padding-bottom: 70%
}

@media screen and (min-width: 75em) {
    .m-gallery:not(.m-gallery--inset) .m-gallery__bg {
        height: -webkit-calc(100vh - 80px * 2);
        height: calc(100vh - 80px * 2)
    }
}

.m-gallery:not(.m-gallery--inset) .m-gallery__caption {
    padding-top: 5px;
    opacity: 1;
    background-color: #fff;
    color: #6F6F6E;
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
    display: none;
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (min-width: 48em) {
    .m-gallery:not(.m-gallery--inset) .m-gallery__caption {
        display: block;
        padding-top: 0;
        position: absolute;
        width: 500px;
        bottom: 240px;
        right: -275px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media screen and (min-width: 48em) and (min-width: 75em) {
    .m-gallery:not(.m-gallery--inset) .m-gallery__caption {
        right: -270px
    }
}

@media screen and (min-width: 75em) {
    .m-gallery:not(.m-gallery--inset) .m-gallery__caption {
        background-color: transparent;
        opacity: 0
    }
}

.m-gallery:not(.m-gallery--inset) .m-gallery__caption strong {
    margin-right: 10px
}

.m-gallery:not(.m-gallery--inset) .m-gallery__item {
    display: none
}

@media screen and (min-width: 75em) {
    .m-gallery:not(.m-gallery--inset) .m-gallery__item {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: hidden;
        background-position: top center;
        -webkit-transition: height ease 500ms;
        transition: height ease 500ms
    }
}

.m-gallery:not(.m-gallery--inset) .m-gallery__item:hover+.m-gallery__caption {
    opacity: 1
}

.js-bottom .m-gallery:not(.m-gallery--inset) .m-gallery__item:hover+.m-gallery__caption {
    opacity: 0
}

.m-gallery:not(.m-gallery--inset) .m-gallery__item:nth-child(1) {
    z-index: 3;
    display: block
}

.m-gallery:not(.m-gallery--inset) .m-gallery__item:nth-child(1)+.m-gallery__caption {
    display: block
}

.m-gallery:not(.m-gallery--inset) .m-gallery__item:nth-child(2) {
    z-index: 2
}

.m-gallery:not(.m-gallery--inset) .m-gallery__item:nth-child(3) {
    z-index: 1
}

@media screen and (min-width: 75em) {
    .m-gallery.m-gallery--inset {
        background-color: #DFE0DC;
        padding: 15%;
        padding-top: 0;
        padding-bottom: 0
    }
}

.m-gallery.m-gallery--inset .m-gallery__slide {
    display: none;
    outline: none
}

@media screen and (min-width: 75em) {
    .m-gallery.m-gallery--inset .m-gallery__slide {
        display: block;
        height: -webkit-calc(100vh - ( 80px * 2));
        height: calc(100vh - ( 80px * 2))
    }
}

.m-gallery.m-gallery--inset .m-gallery__slide:nth-of-type(1) {
    display: block
}

@media screen and (max-width: 74.9375em) {
    .m-gallery.m-gallery--inset .m-gallery__slide:nth-of-type(1) {
        opacity: 1 !important
    }
}

.m-gallery.m-gallery--inset .m-gallery__slide>div {
    text-align: center
}

@media screen and (min-width: 75em) {
    .m-gallery.m-gallery--inset .m-gallery__slide>div {
        top: 50%;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.m-gallery.m-gallery--inset .m-gallery__slide img {
    margin: 0 auto;
    width: auto;
    display: block
}

@media screen and (min-width: 48em) {
    .m-gallery.m-gallery--inset .m-gallery__slide img {
        max-height: -webkit-calc(100vh - 80px * 6);
        max-height: calc(100vh - 80px * 6)
    }
}

.m-gallery.m-gallery--quote {
    padding: 10% 15%;
    background-color: #DFE0DC;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 75em) {
    .m-gallery.m-gallery--quote {
        padding: 0 17%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 112.5em) {
    .m-gallery.m-gallery--quote {
        padding: 0 25%
    }
}

.m-gallery.m-gallery--quote .c-quote {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center
}

.m-gallery.m-gallery--quote .c-quote:before {
    display: none
}

.m-image {
    margin-bottom: 50px
}

@media screen and (min-width: 30em) {
    .m-image {
        margin-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .m-image {
        margin-bottom: 80px
    }
}

@media screen and (min-width: 75em) {
    .m-image {
        margin-bottom: 70px
    }
}

.m-image__caption {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    color: #6F6F6E;
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (max-width: 47.9375em) {
    .m-image__caption {
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0
    }
}

.m-image img {
    display: block
}

.m-link {
    margin-top: -40px;
    margin-bottom: 30px
}

.m-link__title {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 12px;
    font-size: 0.75rem
}

.m-link__link a {
    text-decoration: none
}

.m-link+.row {
    margin-top: 50px
}

@media screen and (min-width: 48em) {
    .m-link+.row {
        margin-top: 70px
    }
}

.m-list {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: i
}

.m-list__container {
    margin: -40px 0 70px;
    margin-bottom: 50px
}

@media screen and (min-width: 48em) {
    .m-list__container {
        margin-bottom: 70px
    }
}

.m-list__item {
    counter-increment: i;
    padding-left: 55px;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative
}

.m-list__item:before {
    content: counter(i);
    position: absolute;
    left: 0px;
    top: 4px;
    border: 1px solid #1d1e1c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    width: 25px;
    height: 25px
}

.m-list__title {
    margin-bottom: 30px
}

.m-pagination {
    position: absolute;
    bottom: 0;
    left: -80px;
    height: 80px;
    right: -80px;
    -webkit-transition: top ease 400ms;
    transition: top ease 400ms
}

.m-pagination--visible {
    top: 0
}

.m-pagination .frame {
    bottom: 0;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 9998
}

.m-panel {
    padding-top: 40px;
    line-height: 1.4
}

@media screen and (min-width: 75em) {
    .m-panel {
        background: none !important;
        padding-top: 80px;
        position: absolute;
        height: 79vh;
        bottom: -79vh;
        left: 0;
        width: 100%;
        z-index: 2;
        -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1)
    }
}

@media screen and (max-width: 74.9375em) {
    .m-panel {
        margin-left: -80px;
        margin-right: -80px;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 90px
    }
}

@media screen and (max-width: 47.9375em) {
    .m-panel {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px
    }
}

@media screen and (max-width: 29.9375em) {
    .m-panel {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.m-panel--active {
    bottom: 0
}

.m-panel--active+.m-panel__bg {
    bottom: 0
}

.m-panel__bg {
    display: none;
    height: 79vh;
    position: absolute;
    left: 0;
    bottom: -79vh;
    width: 100vw;
    z-index: 1;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (min-width: 75em) {
    .m-panel__bg {
        display: block
    }
}

@media screen and (min-width: 75em) {
    .m-panel__bg {
        width: 65vw
    }
}

.m-panel__close {
    position: absolute;
    top: 100px;
    display: none
}

@media screen and (min-width: 75em) {
    .m-panel__close {
        display: block;
        right: 40px
    }
}

@media screen and (min-width: 75em) {
    .m-panel__close {
        left: -webkit-calc(65vw - 50px);
        left: calc(65vw - 50px);
        right: auto
    }
}

.m-panel__content p:last-of-type {
    margin-bottom: 80px
}

.m-panel__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    line-height: 1.3;
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (min-width: 75em) {
    .m-panel__footer {
        display: block
    }
}

.m-panel__footer .columns {
    border-top: 1px solid #1d1e1c;
    padding-top: 30px;
    padding-bottom: 30px
}

.m-panel__location {
    margin-bottom: 15px
}

.m-panel__trigger {
    cursor: pointer
}

.m-panel__title {
    margin-bottom: 40px;
    line-height: 1.3;
    letter-spacing: 2.5px;
    font-size: 44px;
    font-size: 2.75rem
}

@media screen and (max-width: 112.4375em) {
    .m-panel__title {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 99.9375em) {
    .m-panel__title {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media screen and (max-width: 59.9375em) {
    .m-panel__title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media screen and (max-width: 47.9375em) {
    .m-panel__title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 29.9375em) {
    .m-panel__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-width: 75em) {
    .m-panel__title {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 74.9375em) {
    .m-panel__title {
        text-align: center;
        margin-bottom: 70px
    }
}

@media screen and (max-width: 47.9375em) {
    .m-panel__title {
        margin-bottom: 30px
    }
}

.m-panel__sidebar {
    letter-spacing: 1px
}

@media screen and (max-width: 74.9375em) {
    .m-panel__sidebar {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 47.9375em) {
    .m-panel__sidebar {
        margin-bottom: 45px
    }
}

@media screen and (max-width: 74.9375em) {
    .m-panel__sidebar .small-caps,
    .m-panel__sidebar .c-image--hover:after {
        margin-top: 25px;
        border-top: 1px solid;
        padding-top: 10px
    }
}

.m-panel p {
    margin-bottom: 30px
}

.m-panel .c-project__category {
    margin-bottom: 15px
}

.m-panel .small-caps,
.m-panel .c-image--hover:after {
    letter-spacing: 2px;
    line-height: 1.3
}

.m-panel .scrollbar {
    display: none
}

@media screen and (min-width: 48em) {
    .m-panel .scrollbar {
        display: block
    }
}

.m-project-flush {
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 50vh;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none
}

@media screen and (min-width: 30em) {
    .m-project-flush {
        margin-left: -40px;
        margin-right: -40px
    }
}

@media screen and (min-width: 48em) {
    .m-project-flush {
        font-size: 30px;
        font-size: 1.875rem;
        margin-left: -80px;
        margin-right: -80px
    }
}

@media screen and (min-width: 125em) {
    .m-project-flush {
        height: 60vh
    }
}

.m-project-flush__title {
    margin-bottom: 0;
    letter-spacing: 3.5px;
    font-size: 64px;
    font-size: 4rem
}

@media screen and (max-width: 112.4375em) {
    .m-project-flush__title {
        font-size: 62px;
        font-size: 3.875rem
    }
}

@media screen and (max-width: 99.9375em) {
    .m-project-flush__title {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (max-width: 59.9375em) {
    .m-project-flush__title {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 47.9375em) {
    .m-project-flush__title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (max-width: 29.9375em) {
    .m-project-flush__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-width: 48em) {
    .m-project-flush__title {
        margin-bottom: 20px
    }
}

.m-project-flush__location {
    font-size: 28px;
    font-size: 1.75rem
}

@media screen and (min-width: 48em) {
    .m-project-flush__location {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.m-project-flush__meta {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px
}

@media screen and (max-width: 59.9375em) {
    .m-project-flush__meta {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .m-project-flush__meta {
        font-size: 16px;
        font-size: 1rem
    }
}

.m-project-flush__meta__category {
    letter-spacing: 1.5px
}

.m-project-flush__meta__category span {
    text-transform: uppercase
}

.m-project-flush__meta__time {
    display: none;
    margin-right: 30px
}

@media screen and (min-width: 48em) {
    .m-project-flush__meta__time {
        display: inline-block
    }
}

.m-project-flush figcaption {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background 600ms ease-in-out;
    transition: background 600ms ease-in-out
}

.m-project-flush a {
    color: #fff
}

.m-text {
    line-height: 1.4;
    margin-bottom: 50px
}

@media screen and (min-width: 48em) {
    .m-text {
        margin-bottom: 70px
    }
}

.m-text a {
    text-decoration: none;
    color: #70706e;
    -webkit-transition: color ease 350ms, border ease 350ms;
    transition: color ease 350ms, border ease 350ms;
    border-bottom: 1px solid #70706e
}

.m-text a:hover {
    color: #1d1e1c;
    border-color: #1d1e1c
}

.m-title {
    font-family: "Brandon", serif;
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 1.75rem
}

@media screen and (max-width: 74.9375em) {
    .m-title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 59.9375em) {
    .m-title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 47.9375em) {
    .m-title {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 29.9375em) {
    .m-title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media screen and (min-width: 48em) {
    .m-title {
        margin-left: 60px
    }
}

.m-video {
    margin-bottom: 50px
}

@media screen and (min-width: 48em) {
    .m-video {
        margin-bottom: 70px
    }
}

.frame {
    position: absolute;
    background-color: transparent;
    z-index: 9998;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 12px;
    font-size: 0.75rem
}

.single-post .frame {
    background-color: #DFE0DC
}

.frame a {
    text-decoration: none;
    display: block
}

.js-last-slide .frame {
    background-color: #DFE0DC;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.js-frame-hover .frame {
    background-color: #d4d5d0;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease
}

.js-frame-hover .frame .frame__img:before {
    background-color: #d4d5d0
}

.frame--top,
.frame--bottom {
    height: 80px;
    left: 0;
    right: 0;
    z-index: 10001
}

.frame--top:hover .frame__img:before,
.frame--bottom:hover .frame__img:before {
    width: 0
}

.frame--top {
    top: -80px
}

.js-last-slide .frame--top {
    top: 0
}

.frame--bottom {
    bottom: -80px
}

.js-last-slide .frame--bottom {
    bottom: 0
}

.frame--left,
.frame--right {
    width: 80px;
    top: 0;
    bottom: 0
}

.frame--left {
    left: -80px
}

.js-last-slide .frame--left {
    left: 0
}

.pushy-open-left .frame--left {
    display: none
}

.frame--right {
    right: -80px
}

.js-last-slide .frame--right {
    right: 0
}

.frame__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-size: cover
}

.frame__img:before {
    content: "";
    background: #DFE0DC;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    -webkit-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition: ease 400ms;
    transition: ease 400ms
}

.frame .ajax-loader {
    position: absolute;
    top: -80px;
    right: 20px
}

.post__author {
    display: none
}

@media screen and (min-width: 48em) {
    .post__author {
        display: block
    }
}

.post__header {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 30px;
    position: relative
}

@media screen and (min-width: 30em) {
    .post__header {
        margin-bottom: 80px
    }
}

@media screen and (min-width: 48em) {
    .post__header {
        margin-bottom: 100px;
        padding-top: 15px
    }
}

@media screen and (min-width: 75em) {
    .post__header {
        margin-bottom: 150px
    }
}

@media screen and (min-width: 87.5em) {
    .post__header {
        margin-bottom: 175px
    }
}

@media screen and (min-width: 100em) {
    .post__header {
        margin-bottom: 300px
    }
}

@media screen and (min-width: 112.5em) {
    .post__header {
        margin-bottom: 350px
    }
}

@media screen and (min-height: 0px) and (max-height: 1100px) and (min-width: 75em) {
    .post__header {
        margin-bottom: 175px
    }
}

@media screen and (min-height: 0px) and (max-height: 900px) and (min-width: 75em) {
    .post__header {
        margin-bottom: 100px
    }
}

.post__header .c-journal__date {
    margin-bottom: 30px
}

@media screen and (min-width: 30em) {
    .post__header .c-journal__date {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 48em) {
    .post__header .c-journal__date {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 60em) {
    .post__header .c-journal__date {
        margin-bottom: 75px
    }
}

@media screen and (min-width: 75em) {
    .post__header .c-journal__date {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 100em) {
    .post__header .c-journal__date {
        margin-bottom: 125px
    }
}

@media screen and (min-width: 112.5em) {
    .post__header .c-journal__date {
        margin-bottom: 150px
    }
}

@media screen and (min-height: 0px) and (max-height: 1200px) and (min-width: 75em) {
    .post__header .c-journal__date {
        margin-bottom: 100px
    }
}

@media screen and (min-height: 0px) and (max-height: 900px) and (min-width: 75em) {
    .post__header .c-journal__date {
        margin-bottom: 75px
    }
}

.post__header .c-journal__title {
    margin-bottom: 30px
}

@media screen and (min-width: 30em) {
    .post__header .c-journal__title {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 48em) {
    .post__header .c-journal__title {
        margin-bottom: 55px
    }
}

.post__header .c-lead {
    margin-bottom: 35px
}

.post__index {
    display: none
}

@media screen and (min-width: 48em) {
    .post__index {
        display: block
    }
}

.post__footer {
    text-align: center;
    padding-top: 10px;
    line-height: normal;
    padding-bottom: 108px;
    font-size: 16px;
    font-size: 1rem;
    display: none
}

@media screen and (min-width: 48em) {
    .post__footer {
        display: block
    }
}

@media screen and (max-width: 74.9375em) {
    .post__footer {
        padding-bottom: 100px
    }
}

.post__fixed {
    width: -webkit-calc(100% - ( 10px * 2));
    width: calc(100% - ( 10px * 2));
    position: fixed;
    z-index: 10
}

@media screen and (min-width: 30em) {
    .post__fixed {
        width: -webkit-calc(100% - ( 30px * 2));
        width: calc(100% - ( 30px * 2))
    }
}

@media screen and (min-width: 48em) {
    .post__fixed {
        width: -webkit-calc(100% - ( 80px * 2));
        width: calc(100% - ( 80px * 2))
    }
}

.post__fixed--bottom {
    bottom: 0;
    height: 70px;
    line-height: 70px;
    text-align: center
}

@media screen and (min-width: 75em) {
    .post__fixed--bottom {
        height: 80px;
        line-height: 80px
    }
}

@media screen and (max-width: 74.9375em) {
    .post__fixed--bottom {
        width: 100%
    }
}

.post__fixed--bottom--relative {
    position: relative;
    width: 100%
}

.post__fixed--bottom .c-progress {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

@media screen and (max-width: 47.9375em) {
    .post__fixed .c-keyline {
        display: none
    }
}

@media screen and (max-width: 74.9375em) {
    .post__left {
        display: none !important
    }
}

.post__right {
    margin-bottom: 50px
}

@media screen and (min-width: 30em) {
    .post__right {
        margin-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .post__right {
        margin-bottom: 80px
    }
}

.post__right__inner>div:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 75em) {
    .post__gallery {
        position: fixed;
        top: 0px;
        left: 80px;
        margin-right: 0px;
        z-index: 11
    }
}

.post__title-secondary {
    font-family: "Brandon", serif;
    position: absolute;
    top: -webkit-calc( -70px * 2);
    top: calc( -70px * 2);
    line-height: 70px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: top ease 400ms;
    transition: top ease 400ms;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (max-width: 59.9375em) {
    .post__title-secondary {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .post__title-secondary {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 75em) {
    .post__title-secondary {
        line-height: 80px;
        top: -webkit-calc( -80px * 2);
        top: calc( -80px * 2)
    }
}

@media screen and (max-width: 47.9375em) {
    .post__title-secondary {
        padding-left: 90px;
        padding-right: 60px;
        left: -40px;
        right: -40px
    }
}

@media screen and (max-width: 29.9375em) {
    .post__title-secondary {
        padding-left: 50px;
        padding-right: 20px;
        left: -10px;
        right: -10px
    }
}

.post__title-secondary--visible {
    top: -70px
}

@media screen and (min-width: 75em) {
    .post__title-secondary--visible {
        top: -80px
    }
}

@media screen and (max-width: 47.9375em) {
    .post__title-secondary--visible {
        background-color: #F5F5F5
    }
}

.post__title-secondary span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block
}

.row--macy>div {
    width: 100%
}

@media screen and (min-width: 75em) {
    .row--macy>div {
        width: 50%
    }
}

.site-transition {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #fff;
    z-index: 10001;
    -webkit-transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateZ(0)
}

.is-exiting .site-transition {
    height: 100%
}

.site-transition__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    text-align: center;
    z-index: -10;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    letter-spacing: 3px;
    font-size: 64px;
    font-size: 4rem
}

@media screen and (max-width: 112.4375em) {
    .site-transition__inner {
        font-size: 62px;
        font-size: 3.875rem
    }
}

@media screen and (max-width: 99.9375em) {
    .site-transition__inner {
        font-size: 48px;
        font-size: 3rem
    }
}

@media screen and (max-width: 59.9375em) {
    .site-transition__inner {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 47.9375em) {
    .site-transition__inner {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (max-width: 29.9375em) {
    .site-transition__inner {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.is-exiting .site-transition__inner {
    z-index: 10001;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.site-transition__inner div {
    position: relative;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-webkit-calc(-50% + 50px));
    -ms-transform: translateY(calc(-50% + 50px));
    transform: translateY(calc(-50% + 50px));
    opacity: 0;
    -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease;
    transition: opacity 600ms ease, transform 600ms ease;
    -webkit-transform: translateZ(0)
}

.is-exiting .site-transition__inner div {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.site-transition__inner img {
    width: 32px;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateZ(0)
}

@media screen and (min-width: 48em) {
    .site-transition__inner img {
        /*width: 320px*/
        width: 30px
    }
}

.site-swipe {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000
}

.site-swipe img {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    left: -webkit-calc(50% + 95px);
    left: calc(50% + 95px);
    width: 220px;
    height: auto;
    display: none
}

@media screen and (min-width: 75em) {
    .site-swipe img {
        display: block
    }
}

.site-underlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    background-color: #E0E1DD;
    letter-spacing: 2px;
    line-height: 1.2;
    z-index: 9998;
    font-size: 32px;
    font-size: 2rem;
    -webkit-transition: ease background 500ms;
    transition: ease background 500ms
}

.site-underlay__close {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.js-underlay--active .site-underlay__close {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.site-underlay__content {
    opacity: 0;
    -webkit-transition: ease 600ms opacity;
    transition: ease 600ms opacity;
    padding-top: 100px
}

@media screen and (min-width: 48em) {
    .site-underlay__content {
        padding-top: 120px
    }
}

@media screen and (min-width: 75em) {
    .site-underlay__content {
        padding-top: 140px
    }
}

@media screen and (min-width: 87.5em) {
    .site-underlay__content {
        padding-top: 160px
    }
}

@media screen and (min-width: 100em) {
    .site-underlay__content {
        padding-top: 180px
    }
}

.site-underlay__content.site-underlay__content--active {
    opacity: 1
}

.site-underlay.site-underlay--active {
    padding-right: 80px;
    padding-left: 80px
}

.js-underlay--active .site-underlay {
    background-color: #BCBCB6
}

.site-underlay a {
    text-decoration: none
}

.site-underlay .m-page {
    margin-top: 0
}

.site-burger {
    position: fixed;
    top: 28px;
    left: 20px;
    width: 20px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 10000
}

@media screen and (min-width: 30em) {
    .site-burger {
        left: 40px
    }
}

@media screen and (min-width: 48em) {
    .site-burger {
        left: 30px
    }
}

@media screen and (min-width: 75em) {
    .site-burger {
        top: 33px
    }
}

.site-burger--right {
    left: auto;
    right: 20px;
    -webkit-transition: right ease 400ms;
    transition: right ease 400ms
}

@media screen and (min-width: 30em) {
    .site-burger--right {
        right: 40px
    }
}

@media screen and (min-width: 48em) {
    .site-burger--right {
        right: 30px
    }
}

.pushy-open-left .site-burger--right {
    right: -80px
}

.pushy-open-right .site-burger--right {
    right: 20px
}

@media screen and (min-width: 30em) {
    .pushy-open-right .site-burger--right {
        right: 40px
    }
}

@media screen and (min-width: 48em) {
    .pushy-open-right .site-burger--right {
        right: 80px
    }
}

.site-burger--right span:first-child,
.site-burger--right span:last-child {
    width: 16px;
    left: auto;
    right: 0
}

.site-burger--right span:first-child:before,
.site-burger--right span:last-child:before {
    content: "";
    background: #000;
    width: 2px;
    height: 2px;
    position: absolute;
    left: -4px;
    top: 0
}

.site-burger--left {
    -webkit-transition: left ease 400ms;
    transition: left ease 400ms
}

@media screen and (max-width: 47.9375em) {
    .projects-overview .site-burger--left:not(.site-burger--active) span,
    .home .site-burger--left:not(.site-burger--active) span {
        background-color: #fff
    }
}

@media screen and (max-width: 47.9375em) {
    .projects-overview .site-burger--left:not(.site-burger--active) span:nth-child(2):after,
    .home .site-burger--left:not(.site-burger--active) span:nth-child(2):after {
        border-color: transparent #fff transparent transparent
    }
}

@media screen and (max-width: 47.9375em) {
    .projects-overview .site-burger--left:not(.site-burger--active) span:nth-child(2):before,
    .home .site-burger--left:not(.site-burger--active) span:nth-child(2):before {
        border-color: transparent transparent #fff transparent
    }
}

.pushy-open-right .site-burger--left {
    left: -80px
}

.pushy-open-left .site-burger--left {
    left: 20px
}

@media screen and (min-width: 30em) {
    .pushy-open-left .site-burger--left {
        left: 45px
    }
}

@media screen and (min-width: 48em) {
    .pushy-open-left .site-burger--left {
        left: 70px
    }
}

@media screen and (min-width: 60em) {
    .pushy-open-left .site-burger--left {
        left: 80px
    }
}

@media screen and (min-width: 87.5em) {
    .pushy-open-left .site-burger--left {
        left: 85px
    }
}

@media screen and (min-width: 100em) {
    .pushy-open-left .site-burger--left {
        left: 165px
    }
}

@media screen and (min-width: 112.5em) {
    .pushy-open-left .site-burger--left {
        left: 170px
    }
}

@media screen and (min-width: 125em) {
    .pushy-open-left .site-burger--left {
        left: 185px
    }
}

@media screen and (max-width: 47.9375em) {
    .pushy-open-left .site-burger--left {
        left: -webkit-calc(100% - 80px);
        left: calc(100% - 80px)
    }
}

@media screen and (max-width: 29.9375em) {
    .pushy-open-left .site-burger--left {
        left: -webkit-calc(100% - 80px);
        left: calc(100% - 80px)
    }
}

.site-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.site-burger span:nth-child(1) {
    top: 0px
}

.site-burger span:nth-child(2) {
    top: 6px
}

.site-burger span:nth-child(2):after,
.site-burger span:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.site-burger span:nth-child(2):after {
    width: 0;
    height: 0;
    top: 1px;
    border-style: solid;
    border-width: 0 7px 1px 0;
    border-color: transparent #000 transparent transparent
}

.site-burger span:nth-child(2):before {
    width: 0;
    height: 4px;
    top: -3px;
    border-style: solid;
    border-width: 0 0 1px 7px;
    border-color: transparent transparent #000 transparent
}

.site-burger span:nth-child(3) {
    top: 12px
}

.site-burger--active span:nth-child(2) {
    left: -10px;
    opacity: 0;
}

.site-burger--active span:nth-child(1) {
    transform: rotate(45deg) translate(8.5px, 8.5px) scale(1.33, 1.33);
}
.site-burger--active span:nth-child(3) {
    transform: rotate(-45deg) scale(1.33, 1.33);
}


/*.site-burger--active span:nth-child(2):before,
.site-burger--active span:nth-child(2):after {
    left: -2px
}

.site-burger--active span:nth-child(2):after {
    border-width: 0 7px 4px 0
}

.site-burger--active span:nth-child(2):before {
    border-width: 0 0 4px 7px
}*/

.site-burger.site-burger--right span {
    left: auto;
    right: 0
}

.site-burger.site-burger--right span:nth-child(2):after,
.site-burger.site-burger--right span:nth-child(2):before {
    left: auto;
    right: 0
}

.site-burger.site-burger--right span:nth-child(2):after {
    border-width: 1px 7px 0 0;
    border-color: #000 transparent transparent transparent
}

.site-burger.site-burger--right span:nth-child(2):before {
    border-width: 1px 0 0 7px;
    top: auto;
    height: auto;
    bottom: 1px;
    border-color: transparent transparent transparent #000
}

.site-burger.site-burger--right.site-burger--active span:nth-child(2) {
    left: auto;
    right: -10px
}

.site-burger.site-burger--right.site-burger--active span:nth-child(2):before,
.site-burger.site-burger--right.site-burger--active span:nth-child(2):after {
    left: auto;
    right: -2px
}

.site-burger.site-burger--right.site-burger--active span:nth-child(2):after {
    border-width: 4px 7px 0 0
}

.site-burger.site-burger--right.site-burger--active span:nth-child(2):before {
    border-width: 4px 0 0 7px
}

.site-mark {
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    left: 25px;
    z-index: 10000;
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms
}

@media screen and (min-width: 48em) {
    .site-mark {
        position: fixed
    }
}

@media screen and (max-width: 47.9375em) {
    .site-mark {
        z-index: 9998;
        top: 20px;
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px)
    }
}

.home .site-mark {
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px)
}

@media screen and (max-width: 47.9375em) {
    .home .site-mark {
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px)
    }
}

.pushy-open-right .site-mark,
.pushy-open-left .site-mark {
    opacity: 0
}

.site-mark svg {
    width: 30px;
    height: 30px;
    fill: #010101
}

@media screen and (max-width: 47.9375em) {
    .home .site-mark svg,
    .projects-overview .site-mark svg {
        fill: #fff
    }
}

.l-header-thin {
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    z-index: 9998;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (max-width: 59.9375em) {
    .l-header-thin {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 29.9375em) {
    .l-header-thin {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 75em) {
    .l-header-thin {
        height: 80px;
        line-height: 80px
    }
}

.l-header-thin--hidden {
    top: -80px;
    -webkit-transition: top 250ms ease;
    transition: top 250ms ease
}

.l-header-thin--visible {
    top: 0
}

.l-header-thin--journal img {
    display: none;
    width: 170px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

@media screen and (min-width: 48em) {
    .l-header-thin--journal img {
        display: inline-block
    }
}

.l-header-thin__spacer {
    padding: 0 10px;
    display: none
}

@media screen and (min-width: 48em) {
    .l-header-thin__spacer {
        display: inline-block
    }
}

.l-header-thin .uppercase {
    font-size: 18px;
    font-size: 1.125rem
}

.l-header-thin .c-btt {
    position: absolute;
    top: 0;
    right: 20px
}

@media screen and (min-width: 30em) {
    .l-header-thin .c-btt {
        right: 40px
    }
}

@media screen and (min-width: 48em) {
    .l-header-thin .c-btt {
        right: 30px
    }
}

.l-nav {
    padding-left: 20px;
    padding-top: 100px
}

@media screen and (min-width: 30em) {
    .l-nav {
        padding-left: 35px
    }
}

@media screen and (min-width: 48em) {
    .l-nav {
        padding-left: 60px
    }
}

@media screen and (min-width: 60em) {
    .l-nav {
        padding-left: 70px
    }
}

@media screen and (min-width: 87.5em) {
    .l-nav {
        padding-left: 75px
    }
}

@media screen and (min-width: 100em) {
    .l-nav {
        padding-left: 155px
    }
}

@media screen and (min-width: 112.5em) {
    .l-nav {
        padding-left: 160px
    }
}

@media screen and (min-width: 125em) {
    .l-nav {
        padding-left: 175px
    }
}

@media screen and (min-width: 48em) {
    .l-nav {
        padding-top: 120px
    }
}

@media screen and (min-width: 75em) {
    .l-nav {
        padding-top: 140px
    }
}

@media screen and (min-width: 87.5em) {
    .l-nav {
        padding-top: 160px
    }
}

@media screen and (min-width: 100em) {
    .l-nav {
        padding-top: 180px
    }
}

.l-nav.l-nav--hover {
    background-color: #E0E1DD
}

.js-underlay--active .l-nav {
    background-color: #BCBCB6 !important
}

.l-nav--right {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width: 30em) {
    .l-nav--right {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 48em) {
    .l-nav--right {
        padding-left: 80px;
        padding-right: 80px
    }
}

.pushy-open-right .l-nav--right.pushy {
    overflow: visible
}

.l-nav--filter {
    background-color: #fff;
    padding-top: 90px
}

.pushy-open-right .l-nav--filter,
.l-nav--filter:hover {
    background-color: #fff
}

@media screen and (min-width: 48em) {
    .pushy-open-right .l-nav--filter:before {
        width: 1px;
        height: -webkit-calc(100vh - 230px);
        height: calc(100vh - 230px);
        background-color: #1d1e1c;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0
    }
    .pushy-open-right .l-nav--filter:after {
        content: "Filter Content";
        position: absolute;
        left: -58px;
        top: 150px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.l-nav--filter .c-tablealike {
    margin-bottom: 45px
}

.l-nav--filter .c-tablealike--category .c-tablealike__row:not(.c-tablealike__row--header) .c-tablealike__cell:first-of-type {
    width: 50px
}

.l-nav--filter .l-nav__title {
    font-size: 12px;
    font-size: 0.75rem
}

.l-nav--project {
    background-color: #DFE0DC !important
}

.l-nav--project .a--back {
    position: absolute;
    bottom: 30px
}

@media screen and (min-width: 48em) {
    .l-nav--project .a--back {
        bottom: 80px
    }
}

@media screen and (min-width: 75em) {
    .l-nav--project .a--back {
        bottom: 30px
    }
}

.l-nav__title {
    position: absolute;
    letter-spacing: 1.5px;
    line-height: 1;
    top: 28px;
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.pushy-open-right .l-nav__title,
.l-nav__title .pushy-open-left {
    opacity: 1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

@media screen and (min-width: 75em) {
    .l-nav__title {
        top: 33px
    }
}

.l-nav__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: 2px
}

@media screen and (min-width: 60em) {
    .l-nav__menu {
        line-height: 1.2
    }
}

.l-nav__menu.l-nav__menu--secondary {
    padding-top: 50px;
    line-height: 1.3;
    letter-spacing: 1px
}

.l-nav__menu.l-nav__menu--secondary>li>a {
    display: none
}

@media screen and (min-width: 75em) {
    .l-nav__menu.l-nav__menu--secondary>li>a {
        display: inline-block
    }
}

.l-nav__menu.l-nav__menu--secondary li:hover a {
    color: #70706e
}

.l-nav__menu.l-nav__menu--secondary a {
    font-size: 18px;
    font-size: 1.125rem
}

.l-nav__menu li {
    position: relative
}

.l-nav__menu li.hover ul,
.l-nav__menu li:hover ul {
    display: inline-block
}

.l-nav__menu li ul {
    padding: 0;
    margin: 0;
    list-style: none;
    top: 0;
    left: 0
}

@media screen and (min-width: 75em) {
    .l-nav__menu li ul {
        left: 125px;
        display: none;
        position: absolute
    }
}

@media screen and (min-width: 75em) {
    .l-nav__menu li ul {
        left: 170px
    }
}

@media screen and (min-width: 75em) {
    .l-nav__menu li ul:before {
        content: "\2014";
        margin-right: 5px
    }
}

.l-nav__menu li ul li {
    display: inline-block
}

.l-nav__menu li ul a {
    color: #70706e
}

.l-nav__menu a {
    font-size: 32px;
    font-size: 2rem;
    color: #1d1e1c;
    text-decoration: none
}

@media screen and (max-width: 87.4375em) {
    .l-nav__menu a {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .l-nav__menu a {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 47.9375em) {
    .l-nav__menu a {
        font-size: 24px;
        font-size: 1.5rem
    }

    /* master builders logo */
    nav.l-nav.pushy::after {
        content: '';
        display: block;
        margin-top: 30px;
        width: 110px;
        height: 40px;
        background: url('../img/master-builders-member.png') 0 0 no-repeat;
        background-size: contain;
    }
}

.l-nav__menu a:hover {
    color: #70706e
}

.l-nav__logo {
    position: absolute;
    top: 30px;
    left: 20px
}

.l-nav__logo h3.small-caps {
    font-weight: 600;
}

@media screen and (min-width: 30em) {
    .l-nav__logo {
        left: 35px
    }
}

@media screen and (min-width: 48em) {
    .l-nav__logo {
        left: 60px
    }
}

@media screen and (min-width: 60em) {
    .l-nav__logo {
        left: 70px
    }
}

@media screen and (min-width: 87.5em) {
    .l-nav__logo {
        left: 75px
    }
}

@media screen and (min-width: 100em) {
    .l-nav__logo {
        left: 155px
    }
}

@media screen and (min-width: 112.5em) {
    .l-nav__logo {
        left: 160px
    }
}

@media screen and (min-width: 125em) {
    .l-nav__logo {
        left: 175px
    }
}

@media screen and (min-width: 48em) {
    .l-nav__logo {
        bottom: 75px;
        top: auto
    }

    /* master builders logo */
    .l-nav__logo::before {
        content: '';
        display: block;
        width: 215px;
        height: 80px;
        background: url('../img/master-builders-member.png') 0 0 no-repeat;
        background-size: contain;
    }
}

.l-nav__logo img {
    display: block;
    width: 130px
}

@media screen and (min-width: 48em) {
    .l-nav__logo img {
        width: 190px
    }
}

@media screen and (min-width: 75em) {
    .l-nav__logo img {
        width: 220px
    }
}

.l-footer {
    background-color: #fff;
    min-height:350px;
}

@media screen and (min-width: 30em) {
    .l-footer {
        margin-left: -40px;
        padding-left: 40px;
        margin-right: -40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 48em) {
    .l-footer {
        margin-left: -80px;
        padding-left: 80px;
        margin-right: -80px;
        padding-right: 80px
    }
}

.l-footer__fixed {
    position: fixed;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    right: 20px
}

@media screen and (min-width: 48em) {
    .l-footer__fixed {
        left: 80px;
        right: 80px;
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px)
    }
}

.no-touch .l-footer__fixed {
    opacity: 0
}

#app {
    overflow: hidden
}

.page-title {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 2.4em 0;
    font-size: 44px;
    font-size: 2.75rem
}

@media screen and (max-width: 112.4375em) {
    .page-title {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 99.9375em) {
    .page-title {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media screen and (max-width: 59.9375em) {
    .page-title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media screen and (max-width: 47.9375em) {
    .page-title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 29.9375em) {
    .page-title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 87.4375em) {
    .page-title {
        padding: 2em 0;
    }
}

@media screen and (max-width: 74.9375em) {
    .page-title {
        padding: 1.8em 0;
    }
}

.page-title h1 {
    font-size: 44px;
    font-size: 2.75rem;
    margin-bottom: 0
}

@media screen and (max-width: 112.4375em) {
    .page-title h1 {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (max-width: 99.9375em) {
    .page-title h1 {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media screen and (max-width: 59.9375em) {
    .page-title h1 {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media screen and (max-width: 47.9375em) {
    .page-title h1 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 29.9375em) {
    .page-title h1 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.journal .page-title h1 {
    margin-bottom: 20px
}

.page-sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px
}

.page-sub-title img {
    display: inline-block;
    padding-left: 13px;
    width: 200px
}

.page-side-title {
    display: none;
    position: fixed;
    right: -210px;
    top: -webkit-calc(50%);
    top: calc(50%);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 500px;
    text-align: center;
    z-index: 10000;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 47.9375em) {
    .page-side-title {
        font-size: 12px;
        font-size: 0.75rem
    }
}

@media screen and (min-width: 48em) {
    .page-side-title {
        display: block
    }
}

.page-side-title--flip {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-side-title__featured {
    position: relative;
    display: inline-block;
    color: #1d1e1c !important
}

.page-side-title__featured:before {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #DFE0DC;
    position: absolute;
    top: 7px;
    left: -15px
}

.pushy-open-right .page-side-title {
    right: -50vw
}

.page-side-title span {
    color: #6F6F6E
}

@media screen and (min-width: 48em) {
    body:not(.pushy-open-left):not(.pushy-open-right) .error404 .pushy:not(.l-nav--hover),
    body:not(.pushy-open-left):not(.pushy-open-right) .page-template-page-about .pushy:not(.l-nav--hover),
    body:not(.pushy-open-left):not(.pushy-open-right) .journal .pushy:not(.l-nav--hover),
    body:not(.pushy-open-left):not(.pushy-open-right) .single-cpt_project .pushy:not(.l-nav--hover) {
        background-color: transparent
    }
}

@media screen and (max-width: 74.9375em) {
    body:not(.pushy-open-left):not(.pushy-open-right) .single-post .pushy:not(.l-nav--hover) {
        background-color: transparent
    }
}

@media screen and (min-width: 60em) and (max-width: 74.9375em) {
    body:not(.pushy-open-left):not(.pushy-open-right) .single-cpt_team .pushy:not(.l-nav--hover) {
        background-color: transparent
    }
}

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
    body:not(.pushy-open-left):not(.pushy-open-right) .single-cpt_team .pushy:not(.l-nav--hover) {
        background-color: transparent
    }
}

body.pushy-open-right .journal .push-left,
body.pushy-open-right .single-cpt_project .push-left {
    background-color: transparent
}

.page-template-page-about {
    background-color: #fafafa
}

.about__row {
    /*padding-bottom: 50px*/
}

@media screen and (min-width: 30em) {
    .about__row {
        padding-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .about__row {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 60em) {

}

@media screen and (min-width: 75em) {
    .about__row {
        padding-bottom: 140px
    }
}


@media screen and (min-width: 100em) {
    .about__row {
        padding-bottom: 160px
    }
}

@media screen and (min-width: 125em) {
    .about__row {
        padding-bottom: 180px
    }
}

.about__row img {
    display: block
}

main > div.row.column {
    position: relative;
    z-index: 1;
    background: #fafafa;
}

@media screen and (max-width: 74.9375em) {
    .qr .about__content {
        padding-bottom: 28px;
    }
}

.page-template-page-about .c-lead {
    /*margin-bottom: 30px*/
}

@media screen and (min-width: 48em) {
    .page-template-page-about .c-lead {
        /*margin-bottom: 60px*/
    }
}

.page-template-page-about .small-caps,
.page-template-page-about .c-image--hover:after {
    margin-bottom: 15px;
    margin-bottom: 0;
}

h3.small-caps {
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-template-page-about .c-flush {
    padding-bottom: 0;
    height: 300px
}

@media screen and (min-width: 30em) {
    .page-template-page-about .c-flush {
        height: 400px
    }
}

@media screen and (min-width: 48em) {
    .page-template-page-about .c-flush {
        height: 500px
    }
}

@media screen and (max-width: 47.9375em) {
    .page-template-page-about .c-flush__content {
        left: 10px;
        right: 10px
    }
}

@media screen and (min-width: 48em) {
    .page-template-page-about .l-main {
        margin-right: 80px
    }
}

@media screen and (max-width: 47.9375em) {
    .page-template-page-about .l-main > div {
        /*padding-top: 5vw;*/
    }
}

.page-template-page-about .l-main > div {
    padding-top: 72px;
}

.page-template-page-about .l-main>.container {
    background: #fafafa;
    z-index: 10;
    position: relative
}

.page-template-page-about .l-header-thin {
    background-color: #fafafa
}

@media screen and (max-width: 47.9375em) {
    .page-template-page-about .page-title:not(.mobile-only)  {
        /*display: none;*/
    }
}

@media screen and (min-width: 75em) {
    .page-template-page-about .xlarge-offset-1.xlarge-offset-0 {
        margin-left: 0%
    }
}

.page-template-page-about img+img {
    margin-top: 50px
}

.archive.projects .l-main {
    margin-bottom: 80px
}

@media screen and (min-width: 48em) {
    .archive.category .l-main,
    .blog.journal .l-main,
    .archive .l-main {
        margin-right: 80px
    }
}

@media screen and (max-width: 47.9375em) {
    .archive.category .l-main,
    .blog.journal .l-main,
    .archive .l-main {
        margin-top: 100px
    }
}

@media screen and (max-width: 29.9375em) {
    .archive.category .l-header-thin span,
    .blog.journal .l-header-thin span,
    .archive .l-header-thin span {
        display: none
    }
}

@media screen and (max-width: 47.9375em) {
    .archive.category .page-title,
    .blog.journal .page-title,
    .archive .page-title {
        display: none
    }
}

.error404,
.contact {
    background-color: #BCBCB6;
    min-height: 100vh
}

.single-cpt_project {
    position: relative
}

@media screen and (min-width: 75em) {
    .single-cpt_project {
        overflow: hidden
    }
}

.js-last-slide .single-cpt_project .slideshow__title {
    top: 80px
}

.js-last-slide .single-cpt_project .slideshow__controls {
    bottom: 80px
}

.single-cpt_project article.hentry {
    position: relative
}

@media screen and (min-width: 75em) {
    .single-cpt_project article.hentry {
        height: 100vh;
        overflow: hidden
    }
}

@media screen and (min-width: 75em) {
    .single-cpt_project .row--full {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (max-width: 74.9375em) {
    .single-cpt_project .l-main {
        margin-left: 80px;
        margin-right: 80px
    }
    .columns {
        margin-bottom: 2em;
    }
    footer .columns {
        margin-bottom: 0;
    }
    article.columns {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 47.9375em) {
    .single-cpt_project .l-main {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media screen and (max-width: 29.9375em) {
    .single-cpt_project .l-main {
        margin-left: 20px;
        margin-right: 20px
    }
}

.single-cpt_project .l-nav--right.l-nav--hover:before {
    content: "Project List";
    color: #1D1E1C;
    position: absolute;
    left: -5px;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms
}

.pushy-open-right .single-cpt_project .l-nav--right.l-nav--hover:before {
    opacity: 0
}

@media screen and (min-width: 48em) {
    .single-cpt_project .l-header-thin {
        display: none
    }
}

@media screen and (max-width: 74.9375em) {
    .single-cpt_project .frame {
        display: none
    }
}

.single-cpt_project #container {
    margin-left: 0
}

@media screen and (max-width: 74.9375em) {
    .projects-overview .c-flush {
        height: 500px;
        padding-bottom: 0
    }
}

@media screen and (max-width: 47.9375em) {
    .projects-overview .c-flush {
        height: 400px
    }
}

@media screen and (max-width: 29.9375em) {
    .projects-overview .c-flush {
        height: 300px
    }
}

@media screen and (min-width: 75em) and (max-width: 87.4375em) {
    .projects-overview .c-flush--contact {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.projects-overview .m-hero {
    background-color: #000
}

@media screen and (max-width: 74.9375em) {
    .project__main {
        margin-top: -80px
    }
}

@media screen and (min-width: 75em) {
    .project__main {
        height: 100vh;
        overflow: hidden;
        position: relative;
        -webkit-transition: height ease 400ms;
        transition: height ease 400ms
    }
}

.js-caption .project__main {
    height: -webkit-calc( 100vh - 80px);
    height: calc( 100vh - 80px)
}

.project__intro-img {
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    display: none;
    background-color: #DFE0DC
}

@media screen and (min-width: 75em) {
    .project__intro-img {
        display: block
    }
}

.project__intro-img>div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.project__link {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin-left: -webkit-calc(80px + 5%);
    margin-left: calc(80px + 5%);
    line-height: 1
}

@media screen and (max-width: 74.9375em) {
    .project__link {
        display: none
    }
}

.project__title {
    margin-top: 100px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600
}

@media screen and (max-width: 87.4375em) {
    .project__title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .project__title {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .project__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .project__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 75em) {
    .project__title {
        margin-top: 190px
    }
}

@media screen and (max-width: 74.9375em) {
    .project__title {
        text-align: center
    }
}

.project__type {
    margin-bottom: 90px
}

@media screen and (max-width: 74.9375em) {
    .project__type {
        margin-bottom: 90px;
        text-align: center
    }
}

@media screen and (max-width: 47.9375em) {
    .project__type {
        margin-bottom: 40px
    }
}

.project__location {
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-size: 32px;
    font-size: 2rem
}

@media screen and (max-width: 87.4375em) {
    .project__location {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .project__location {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .project__location {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .project__location {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (max-width: 74.9375em) {
    .project__location {
        text-align: center
    }
}

.single-post .hentry {
    position: relative;
    padding-top: 70px
}

@media screen and (min-width: 48em) {
    .single-post .hentry {
        padding-bottom: 70px
    }
}

@media screen and (min-width: 75em) {
    .single-post .hentry {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.single-post .post__gallery {
    top: 80px
}

.single-post .post__title-secondary {
    background-color: #fff
}

@media screen and (min-width: 48em) {
    .single-post .l-main,
    .single-cpt_team .l-main {
        margin-right: 80px
    }
}

.single-post .hentry:after,
.single-post .hentry:before,
.single-cpt_team .hentry:after,
.single-cpt_team .hentry:before {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    content: '';
    z-index: 1
}

@media screen and (min-width: 48em) {
    .single-post .hentry:after,
    .single-post .hentry:before,
    .single-cpt_team .hentry:after,
    .single-cpt_team .hentry:before {
        height: 70px
    }
}

@media screen and (min-width: 75em) {
    .single-post .hentry:after,
    .single-post .hentry:before,
    .single-cpt_team .hentry:after,
    .single-cpt_team .hentry:before {
        height: 80px
    }
}

.single-post .hentry:before,
.single-cpt_team .hentry:before {
    top: 0
}

.single-post .hentry:after,
.single-cpt_team .hentry:after {
    bottom: 0
}

@media screen and (max-width: 74.9375em) {
    .single-post .hentry:after,
    .single-cpt_team .hentry:after {
        display: none
    }
}

@media screen and (max-width: 47.9375em) {
    .single-post .m-pagination,
    .single-cpt_team .m-pagination {
        position: relative;
        left: -40px;
        right: -40px;
        width: -webkit-calc( 100% + 40px * 2);
        width: calc( 100% + 40px * 2)
    }
}

@media screen and (max-width: 29.9375em) {
    .single-post .m-pagination__title,
    .single-cpt_team .m-pagination__title {
        display: none
    }
}

@media screen and (max-width: 59.9375em) {
    .single-post .m-pagination .frame__img,
    .single-cpt_team .m-pagination .frame__img {
        display: none
    }
}

.single-cpt_team {
    background-color: #D2CCBF
}

.single-cpt_team h1 {
    letter-spacing: 2px;
    margin-bottom: 10px
}

@media screen and (min-width: 48em) {
    .single-cpt_team h1 {
        margin-bottom: 20px;
        letter-spacing: 3px
    }
}

@media screen and (min-width: 87.5em) {
    .single-cpt_team h1 {
        margin-bottom: 35px
    }
}

.single-cpt_team .hentry {
    position: relative;
    padding-top: 70px
}

@media screen and (min-width: 48em) {
    .single-cpt_team .hentry {
        padding-bottom: 70px
    }
}

@media screen and (min-width: 75em) {
    .single-cpt_team .hentry {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.single-cpt_team .hentry:after,
.single-cpt_team .hentry:before {
    background-color: #D2CCBF
}

.single-cpt_team .l-header-thin--hidden {
    background-color: #D2CCBF
}

@media screen and (min-width: 48em) {
    .single-cpt_team .l-header-thin--hidden {
        display: none
    }
}

.single-cpt_team .l-main {
    min-height: 100vh
}

.single-cpt_team .post__content {
    line-height: 1.4
}

@media screen and (min-width: 75em) {
    .single-cpt_team .post__content {
        min-height: 40vh
    }
}

.single-cpt_team .post__content p {
    margin-bottom: 30px
}

.single-cpt_team .post__content p:last-of-type {
    margin-bottom: 0
}

.single-cpt_team .post__content blockquote {
    font-family: "Brandon", sans-serif;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 1.75rem
}

@media screen and (max-width: 74.9375em) {
    .single-cpt_team .post__content blockquote {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 59.9375em) {
    .single-cpt_team .post__content blockquote {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 47.9375em) {
    .single-cpt_team .post__content blockquote {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 29.9375em) {
    .single-cpt_team .post__content blockquote {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 48em) {
    .single-cpt_team .post__content blockquote {
        letter-spacing: 2px;
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media screen and (min-width: 87.5em) {
    .single-cpt_team .post__content blockquote {
        margin-left: -webkit-calc(-30% - 60px);
        margin-left: calc(-30% - 60px);
        width: 120%
    }
}

.single-cpt_team .post__content blockquote p {
    margin-bottom: 65px
}

.single-cpt_team .post__content ul {
    margin: 50px 0;
    padding: 0 0 0 16px;
    line-height: 1.3;
    font-size: 14px;
    font-size: 0.875rem
}

.single-cpt_team .post__header {
    padding-top: 0
}

@media screen and (max-width: 29.9375em) {
    .single-cpt_team .post__header {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .single-cpt_team .post__header {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
    .single-cpt_team .post__header {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 75em) {
    .single-cpt_team .post__header {
        padding-top: 180px
    }
}

@media screen and (min-height: 0px) and (max-height: 1100px) and (min-width: 75em) {
    .single-cpt_team .post__header {
        padding-top: 140px
    }
}

@media screen and (min-height: 0px) and (max-height: 900px) and (min-width: 75em) {
    .single-cpt_team .post__header {
        padding-top: 100px
    }
}

@media screen and (min-width: 75em) {
    .single-cpt_team .post__gallery {
        background-color: #fff
    }
    .single-cpt_team .post__gallery .m-gallery {
        margin-left: -80px
    }
}

@media screen and (min-width: 125em) {
    .single-cpt_team .post__gallery {
        padding: 0 10%;
        margin-left: -80px;
        width: 50%;
        width: -webkit-calc(100vw - 45% - 103px);
        width: calc(100vw - 45% - 103px);
        height: 100%
    }
    .single-cpt_team .post__gallery .m-gallery {
        margin-left: 0
    }
}

@media screen and (max-width: 74.9375em) {
    .single-cpt_team .post__gallery {
        margin: 0
    }
}

@media screen and (max-width: 74.9375em) {
    .single-cpt_team .post__fixed--bottom {
        position: static
    }
}

.single-cpt_team .post__title-secondary {
    background-color: #D2CCBF
}

@media screen and (max-width: 47.9375em) {
    .single-cpt_team .post__title-secondary+.c-keyline {
        display: none
    }
}

.single-cpt_team .m-gallery {
    padding-bottom: 80%;
    margin: 30px 0 45px
}

@media screen and (min-width: 48em) {
    .single-cpt_team .m-gallery {
        margin: 80px -webkit-calc(5% + 10px);
        margin: 80px calc(5% + 10px);
        padding-bottom: 65%
    }
}

@media screen and (min-width: 75em) {
    .single-cpt_team .m-gallery {
        margin: -80px 0 0 0;
        padding: 0;
        height: -webkit-calc(100vh + 80px);
        height: calc(100vh + 80px)
    }
}

@media screen and (min-width: 125em) {
    .single-cpt_team .m-gallery {
        height: 0;
        margin: 0;
        padding-bottom: 130%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.single-cpt_team .m-pagination .frame__img:before,
.single-cpt_team .m-pagination .frame {
    background: #c7c0b0
}

@media print {
    header,
    nav,
    footer {
        display: none
    }
    img {
        max-width: 500px
    }
    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3
    }
}

@media screen and (min-width: 75em) {
    .post__gallery {
        width: -webkit-calc(100vw - 45% - 183px);
        width: calc(100vw - 45% - 183px)
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slideshow--project {
    margin-top: 80px
}

@media screen and (min-width: 75em) {
    .slideshow--project.slideshow--project--video .slick-arrow {
        width: 20%
    }
}

@media screen and (min-width: 112.5em) {
    .slideshow--project.slideshow--project--video .slick-arrow {
        width: 25%
    }
}

@media screen and (min-width: 75em) {
    .slideshow--project.slideshow--project--before-after .slick-arrow {
        width: 25%
    }
}

@media screen and (min-width: 112.5em) {
    .slideshow--project.slideshow--project--before-after .slick-arrow {
        width: 30%
    }
}

.slideshow--project .slideshow__slide {
    outline: 0
}

@media screen and (min-width: 75em) {
    .slideshow--project .slideshow__slide {
        height: -webkit-calc(100vh - 80px * 2);
        height: calc(100vh - 80px * 2)
    }
}

@media screen and (min-width: 75em) {
    .slideshow--project .slideshow__slide .slideshow__slide__double {
        margin-left: 80px;
        margin-right: 80px
    }
}

@media screen and (min-width: 75em) {
    .slideshow--project .slideshow__slide .slideshow__slide__double img {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 75em) {
    .slideshow--project .slideshow__slide .slideshow__slide__double .xlarge-8 img {
        padding-top: 160px
    }
}

.slideshow--project .slideshow__slide .table {
    padding-bottom: 0px;
    -webkit-transition: padding ease 400ms;
    transition: padding ease 400ms;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.js-caption .slideshow--project .slideshow__slide .table {
    padding-bottom: 80px
}

.slideshow--project .slideshow__slide img {
    max-height: 60vh;
    width: auto;
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 74.9375em) {
    .slideshow--project .slideshow__slide img {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 47.9375em) {
    .slideshow--project .slideshow__slide img {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 29.9375em) {
    .slideshow--project .slideshow__slide img {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 75em) {
    .slideshow--project .slideshow__slide img {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (max-width: 74.9375em) {
    .slideshow--project .slideshow__slide .c-before-after {
        margin-bottom: 60px;
        padding-bottom: 67%;
        height: auto
    }
}

@media screen and (max-width: 47.9375em) {
    .slideshow--project .slideshow__slide .c-before-after {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 29.9375em) {
    .slideshow--project .slideshow__slide .c-before-after {
        margin-bottom: 20px
    }
}

.slideshow--project .slideshow__slide .c-video__container {
    max-height: 60vh;
    width: auto;
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 74.9375em) {
    .slideshow--project .slideshow__slide .c-video__container {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 47.9375em) {
    .slideshow--project .slideshow__slide .c-video__container {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 29.9375em) {
    .slideshow--project .slideshow__slide .c-video__container {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 75em) {
    .slideshow--project .slideshow__slide .c-video__container {
        margin-left: 20%;
        margin-right: 20%
    }
}

@media screen and (min-width: 112.5em) {
    .slideshow--project .slideshow__slide .c-video__container {
        margin-left: 25%;
        margin-right: 25%
    }
}

.slideshow--project .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    font-size: 0;
    border: 0;
    outline: 0;
    width: 50%;
    padding: 0;
    cursor: url("../img/arrow-left-white.svg"), w-resize;
    z-index: 1
}

.slideshow--project .slick-prev.slick-disabled {
    cursor: auto;
    z-index: -1
}

.slideshow--project .slick-next {
    right: 0;
    cursor: url("../img/arrow-right-white.svg"), e-resize
}

.js-last-slide .slideshow--project .slick-next {
    cursor: auto
}

.slideshow--project-caption {
    display: none;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    height: 80px;
    -webkit-transition: bottom ease 400ms;
    transition: bottom ease 400ms;
    border-top: 1px solid #b1b1b1
}

@media screen and (min-width: 75em) {
    .slideshow--project-caption {
        display: block
    }
}

.js-caption .slideshow--project-caption {
    bottom: 0
}

.slideshow--hero .m-hero__slide {
    height: 100vh;
    position: relative
}

@media screen and (min-width: 75em) {
    .no-touch .slideshow--hero .slick-slide .m-hero--animation {
        -webkit-animation: panning 15s linear;
        animation: panning 15s linear;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        width: -webkit-calc(100% + 150px);
        width: calc(100% + 150px);
        -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px)
    }
}

.slideshow__caption {
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem
}

.slideshow__caption__trigger {
    cursor: pointer
}

.slideshow__caption__trigger svg {
    -webkit-transition: -webkit-transform ease 400ms;
    transition: transform ease 400ms;
    -moz-transition: -moz-transform 400ms ease;
    -webkit-transform-origin: 11px 11px;
    -ms-transform-origin: 11px 11px;
    transform-origin: 11px 11px
}

.slideshow__caption__trigger.slideshow__caption__trigger--active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slideshow__caption.table {
    height: 80px
}

.slideshow__controls {
    display: none;
    line-height: 80px;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: bottom ease 400ms;
    transition: bottom ease 400ms;
    background-color: #fff
}

@media screen and (min-width: 75em) {
    .slideshow__controls {
        display: block
    }
}

.slideshow__controls:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.js-last-slide .slideshow__controls:after {
    z-index: 10
}

.slideshow__controls--active {
    bottom: 0
}

.slideshow__controls svg {
    width: 22px;
    height: 22px;
    vertical-align: sub
}

.js-last-slide .slideshow__controls svg {
    fill: #6F6F6E
}

.slideshow__controls ul {
    padding: 0;
    margin: 0
}

.slideshow__controls li {
    list-style: none;
    padding: 0 20px;
    display: inline-block
}

.js-last-slide .slideshow__controls {
    color: #6F6F6E
}

.slideshow__pagination__scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top ease 200ms;
    transition: top ease 200ms
}

.slideshow__pagination span {
    width: 30px;
    text-align: center;
    display: inline-block
}

.slideshow__pagination .slideshow__pagination--current {
    vertical-align: sub;
    position: relative;
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.slideshow__pagination .slideshow__pagination--current span {
    height: 20px;
    line-height: 20px;
    display: block
}

.slideshow__title {
    background-color: #fff;
    line-height: 80px;
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: top ease 400ms;
    transition: top ease 400ms
}

.slideshow__title--active {
    top: 0
}

.entry-content img {
    margin: 0 0 1.5em 0
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

#wpadminbar {
    display: none
}

html.js {
    margin-top: 0 !important
}


/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

.pushy {
    position: fixed;
    width: -webkit-calc(35vw + 80px);
    width: calc(35vw + 80px);
    height: 100vh;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 47.9375em) {
    .pushy {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

.pushy.pushy-left {
    left: 0
}

.pushy.pushy-right {
    width: 100vw;
    right: 0
}

@media screen and (max-width: 87.4375em) {
    .pushy.pushy-right {
        width: 55vw
    }
}

@media screen and (max-width: 59.9375em) {
    .pushy.pushy-right {
        width: 100%
    }
}

.pushy.l-nav--filter {
    width: 450px
}

@media screen and (max-width: 47.9375em) {
    .pushy.l-nav--filter {
        width: 100%
    }
}

.pushy-left {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0)
}

@media screen and (max-width: 47.9375em) {
    .pushy-left {
        -webkit-transform: translate3d(-webkit-calc(-100vw - 40px), 0, 0);
        transform: translate3d(calc(-100vw - 40px), 0, 0)
    }
}

.js-last-slide .pushy-left {
    background: transparent;
    -webkit-transition: none !important;
    transition: none !important
}

.pushy-open-left #container,
.pushy-open-left .push {
/*    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)*/
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0)
}

@media screen and (max-width: 47.9375em) {
    .pushy-open-left #container,
    .pushy-open-left .push {
        -webkit-transform: translate3d(-webkit-calc(100% - 40px), 0, 0);
        transform: translate3d(calc(100% - 40px), 0, 0)
    }
}

.pushy-open-left .pushy-right {
    -webkit-transform: translate3d(-webkit-calc(35vw + 80px), 0, 0) !important;
    transform: translate3d(calc(100vw + 80px), 0, 0) !important;
    background-color: transparent
}

@media screen and (max-width: 87.4375em) {
    .pushy-open-left .pushy-right {
        -webkit-transform: translate3d(-webkit-calc(55vw + 80px), 0, 0) !important;
        transform: translate3d(calc(55vw + 80px), 0, 0) !important
    }
}

@media screen and (max-width: 59.9375em) {
    .pushy-open-left .pushy-right {
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important
    }
}

.pushy-open-left .pushy-left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #fafafa;
}

.pushy-right {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)
}

@media screen and (max-width: 87.4375em) {
    .pushy-right {
        -webkit-transform: translate3d(55vw, 0, 0);
        transform: translate3d(55vw, 0, 0)
    }
}

@media screen and (max-width: 59.9375em) {
    .pushy-right {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)
    }
}

.pushy-right.l-nav--filter {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0)
}

@media screen and (max-width: 47.9375em) {
    .pushy-right.l-nav--filter {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)
    }
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0)
}

@media screen and (max-width: 47.9375em) {
    .pushy-open-right #container,
    .pushy-open-right .push {
        -webkit-transform: translate3d("--webkit-calc(100% - 40px)", 0, 0);
        transform: translate3d("-calc(100% - 40px)", 0, 0)
    }
}

.pushy-open-right .pushy-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pushy-open-right .pushy-left {
    -webkit-transform: translate3d(-webkit-calc(-100vw - 80px), 0, 0) !important;
    transform: translate3d(calc(-100vw - 80px), 0, 0) !important
}

@media screen and (max-width: 47.9375em) {
    .pushy-open-right .pushy-left {
        -webkit-transform: translate3d(-webkit-calc(-100% - 80px), 0, 0) !important;
        transform: translate3d(calc(-100% - 80px), 0, 0) !important
    }
}

#container,
.pushy,
.push {
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), ease background 500ms;
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), ease background 500ms
}

.site-overlay {
    display: none
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 400ms;
    animation: fade 400ms
}

.pushy-open-right .site-overlay {
    background-color: rgba(255, 255, 255, 0.8)
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none
}

#container {
    margin-left: 0
}

@media screen and (min-width: 48em) {
    #container {
        margin-left: 80px
    }
}

.pushy-open-left .single-post #container,
.pushy-open-left .single-post .push,
.pushy-open-left .single-cpt_team #container,
.pushy-open-left .single-cpt_team .push {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media screen and (max-width: 47.9375em) {
    .pushy-open-left .single-post #container,
    .pushy-open-left .single-post .push,
    .pushy-open-left .single-cpt_team #container,
    .pushy-open-left .single-cpt_team .push {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (min-width: 75em) {
    .tinyscroll {
        position: relative
    }
    .tinyscroll .viewport {
        overflow: hidden;
        position: relative;
        height: -webkit-calc(79vh - 340px);
        height: calc(79vh - 340px)
    }
    .tinyscroll .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0
    }
    .tinyscroll .scrollbar {
        position: absolute;
        right: -10%;
        top: 0;
        width: 4px
    }
}

@media screen and (min-width: 75em) and (min-width: 112.5em) {
    .tinyscroll .scrollbar {
        right: -11%
    }
}

@media screen and (min-width: 75em) {
    .tinyscroll .track {
        background-color: rgba(255, 255, 255, 0.2);
        height: 100%;
        width: 4px;
        position: relative;
        padding: 0 1px
    }
    .tinyscroll .thumb {
        border-right: 2px solid #1d1e1c;
        border-left: 2px solid #1d1e1c;
        background: transparent;
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -2px
    }
    .tinyscroll .disable {
        display: none
    }
}

.tinyscroll--nav {
    position: relative
}

.tinyscroll--nav .viewport {
    overflow: hidden;
    position: relative;
    height: -webkit-calc(100vh - 180px);
    height: calc(100vh - 180px);
    margin-bottom: 80px
}

@media screen and (min-width: 48em) {
    .tinyscroll--nav .viewport {
        height: -webkit-calc(100vh - 300px);
        height: calc(100vh - 300px)
    }
}

@media screen and (min-width: 75em) {
    .tinyscroll--nav .viewport {
        height: -webkit-calc(100vh - 220px);
        height: calc(100vh - 220px)
    }
}

@media screen and (min-width: 87.5em) {
    .tinyscroll--nav .viewport {
        height: -webkit-calc(100vh - 240px);
        height: calc(100vh - 240px)
    }
}

@media screen and (min-width: 100em) {
    .tinyscroll--nav .viewport {
        height: -webkit-calc(100vh - 260px);
        height: calc(100vh - 260px)
    }
}

.tinyscroll--nav .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%
}

.tinyscroll--nav .scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.tinyscroll--nav .track {
    height: 100%;
    width: 20px;
    position: relative;
    padding: 0
}

@media screen and (min-width: 30em) {
    .tinyscroll--nav .track {
        width: 40px
    }
}

@media screen and (min-width: 48em) {
    .tinyscroll--nav .track {
        width: 80px
    }
}

.tinyscroll--nav .thumb {
    border-right: 1px solid #1d1e1c;
    background: transparent;
    height: 20px;
    width: 20px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width: 30em) {
    .tinyscroll--nav .thumb {
        width: 40px
    }
}

@media screen and (min-width: 48em) {
    .tinyscroll--nav .thumb {
        width: 80px
    }
}

.tinyscroll--nav .disable {
    display: none
}

.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.fp-section {
    letter-spacing: 2px;
    color: #fff;
    font-size: 32px;
    font-size: 2rem
}

@media screen and (max-width: 87.4375em) {
    .fp-section {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .fp-section {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .fp-section {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .fp-section {
        font-size: 16px;
        font-size: 1rem
    }
}

.fp-section__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: ease opacity 250ms;
    transition: ease opacity 250ms
}

.fp-section__bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3)
}

.fp-section__bg--active {
    opacity: .35;
    -webkit-transition: ease opacity 250ms;
    transition: ease opacity 250ms
}

.fp-project {
    background-size: cover;
    background-position: center center
}

.fp-project:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background 600ms ease-in-out;
    transition: background 600ms ease-in-out
}

.fp-project--hover:before {
    background-color: transparent
}

.fp-project__content {
    float: left;
    position: relative;
    z-index: 10;
    -webkit-transition: padding ease 600ms, opacity 600ms ease 0ms;
    transition: padding ease 600ms, opacity 600ms ease 0ms;
    opacity: 0
}

.fp-project__content:hover {
    padding-left: 10px
}

.fp-project__category {
    margin-bottom: 25px
}

@media screen and (max-width: 47.9375em) {
    .fp-project__category {
        margin-bottom: 15px
    }
}

.fp-project__title {
    margin-bottom: 0;
    font-size: 24px;
    font-size: 2rem;
}

.lead_image_title {
    font-size: 3rem;
}

@media screen and (max-width: 87.4375em) {
    .fp-project__title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 74.9375em) {
    .fp-project__title {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 59.9375em) {
    .fp-project__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 29.9375em) {
    .fp-project__title {
        font-size: 16px;
        font-size: 1rem
    }
}

.fp-project__title--primary {
    font-weight: 600;
    text-transform: uppercase;
}

.fp-project.active .fp-project__content {
    opacity: 1;
    -webkit-transition: padding ease 600ms, opacity 600ms ease 750ms;
    transition: padding ease 600ms, opacity 600ms ease 750ms
}

.fp-project .fp-tableCell {
    vertical-align: bottom;
    padding-bottom: 70px;
    position: relative
}

@media screen and (max-width: 47.9375em) {
    .fp-project .fp-tableCell {
        padding-bottom: 45px
    }
}

.fp-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 47.9375em) {
    .fp-link {
        top: 70px
    }
}

.fp-more {
    background-color: #2D2D2D;
    line-height: 1.2
}

@media screen and (max-width: 47.9375em) {
    .fp-more {
        letter-spacing: 1px;
        line-height: 1.4
    }
}

.fp-more__link {
    font-weight: 600;
    border-bottom: 1px solid #70706e;
    -webkit-transition: color linear 250ms, border-color linear 250ms;
    transition: color linear 250ms, border-color linear 250ms
}

.fp-more__link:hover {
    color: white;
    border-color: white;
    -webkit-transition: color linear 250ms, border-color linear 250ms;
    transition: color linear 250ms, border-color linear 250ms
}

.fp-more__content {
    -webkit-transition: color linear 250ms;
    transition: color linear 250ms
}

.fp-more__content--active {
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: color linear 250ms;
    transition: color linear 250ms
}

.fp-more__content--active a {
    color: rgba(112, 112, 110, 0.2);
    border-color: rgba(112, 112, 110, 0.2);
    -webkit-transition: color linear 250ms, border-color linear 250ms;
    transition: color linear 250ms, border-color linear 250ms
}

.fp-more a {
    text-decoration: none;
    -webkit-transition: ease color 250ms;
    transition: ease color 250ms
}

.fp-more a:hover {
    color: #fff
}

@media screen and (min-width: 48em) {
    .fp-more p {
        margin-bottom: 35px
    }
}

.fp-more ul {
    list-style: none;
    line-height: 1.1
}

@media screen and (max-width: 59.9375em) {
    .fp-more ul {
        padding-left: 20px
    }
}

@media screen and (max-width: 47.9375em) {
    .fp-more ul {
        padding-left: 0
    }
}

@media screen and (max-width: 47.9375em) {
    .fp-more li {
        margin-bottom: 10px
    }
}

.fp-more ul, .contacts ul {
    list-style: none;
    line-height: 1.1;
    padding: 0;
    margin-top: 0;
    margin-bottom: .5em;
}

.contacts ul:first-of-type {
    margin-right: 1.3em;
}

.fp-more li, .contacts li {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 1em 0;
}

.fp-more span, .contacts span {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 87.4375em) {
    .contacts li {
        margin: 0 0 .6em 0;
    }
}

@media screen and (max-width: 47.9375em) {
    .contacts p {
        font-size: 15px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    .fp-more span, .contacts li, .contacts span {
        text-transform: uppercase;
        font-size: 10px;
    }
}

.locale {
    font-weight: 800;
}
@media screen and (max-width: 29.9375em) {
    .m-hero__bottom.m-hero__bottom--intro .explore {
        display: none;
    }
}
@media screen and (max-width: 47.9375em) {
    .fp-more span {
        font-size: 12px;
        font-size: 0.75rem
    }
}

.fp-more .row {
    position: relative;
    z-index: 1
}

.fp-more .fp-tableCell {
    vertical-align: top;
    padding-top: 100px
}

@media screen and (min-width: 30em) {
    .fp-more .fp-tableCell {
        padding-top: 120px
    }
}

@media screen and (min-width: 48em) {
    .fp-more .fp-tableCell {
        padding-top: 120px
    }
}

@media screen and (min-width: 75em) {
    .fp-more .fp-tableCell {
        padding-top: 140px
    }
}

@media screen and (min-width: 87.5em) {
    .fp-more .fp-tableCell {
        padding-top: 160px
    }
}

@media screen and (min-width: 100em) {
    .fp-more .fp-tableCell {
        padding-top: 180px
    }
}

@media screen and (min-width: 48em) and (min-height: 0px) and (max-height: 800px) {
    .fp-more .fp-tableCell {
        padding-top: 100px
    }
}


/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: scroll
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 35px;
    -webkit-transition: right ease 400ms;
    transition: right ease 400ms
}

.pushy-open-left #fp-nav.right {
    right: -50px !important
}

@media screen and (max-width: 47.9375em) {
    #fp-nav.right {
        right: 20px
    }
}

#fp-nav.left {
    left: 35px
}

#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul {
    margin: 0;
    padding: 0
}

#fp-nav li {
    list-style: none;
    margin-bottom: 24px;
    position: relative
}

#fp-nav li a {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#fp-nav li a.active {
    background-color: #fff
}

#fp-nav li:last-child {
    margin-bottom: 0
}

#fp-nav li:last-child a {
    -webkit-border-radius: inherit;
    border-radius: inherit
}

#fp-nav li:last-child span {
    display: none !important
}

#fp-nav .fp-nav__mask {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 4px;
    top: 12px;
    /*width: 1px;*/
    height: 16px;
    overflow: hidden
}

#fp-nav .fp-nav__line {
    width: 1px;
    height: 16px;
    position: absolute;
    background-color: white;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px)
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important
}

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

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

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

.bare-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.inline-list li {
    display: inline-block;
    text-transform: capitalize
}

.inline-list li:after {
    content: "/";
    padding: 0 5px
}

.inline-list li:last-child:after {
    display: none
}

.bg--white {
    background-color: #fff
}

.clear {
    clear: both
}

.colour-text--secondary {
    color: #6F6F6E
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.fs-16 {
    font-size: 16px;
    font-size: 1rem
}

.float--right {
    float: right
}

.float--left {
    float: left
}

.f-sans-serif {
    font-family: "Brandon", sans-serif
}

hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 40px 0
}

.hide {
    display: none
}

.relative {
    position: relative
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 29.9375em) {
    .show-for-xsmall {
        display: none !important
    }
}

@media screen and (max-width: 47.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 74.9375em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 87.4375em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 30em) {
    .show-for-only-small {
        display: none !important
    }
}

@media screen and (max-width: 29.9375em),
screen and (min-width: 48em) {
    .show-for-only-xsmall {
        display: none !important
    }
}

.flex {
    display: flex;
}

.contacts {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    align-content: space-evenly;
    padding: 5% 0;
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table__cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.table__cell--bottom {
    vertical-align: bottom
}

.valign {
    vertical-align: middle
}

.uppercase {
    text-transform: uppercase
}

.mb-item-overview {
    margin-bottom: 50px
}

@media screen and (min-width: 30em) {
    .mb-item-overview {
        margin-bottom: 70px
    }
}

@media screen and (min-width: 48em) {
    .mb-item-overview {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 87.5em) {
    .mb-item-overview {
        margin-bottom: 130px
    }
}

@media screen and (min-width: 125em) {
    .mb-item-overview {
        margin-bottom: 150px
    }
}

html .mt70 {
    margin-top: 70px
}

html .mb0 {
    margin-bottom: 0px
}

html .pr10 {
    padding-right: 10px
}

html .pl10 {
    padding-left: 10px
}


/* Localized */


.social-links a {
    margin: 30px 5px 0 0;
    display: inline-block;
}


.project-nav {
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.project-nav a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.project-nav a:hover {
    color: #222;
}
.project-nav span.icon {
    font-size: 1.2em;
    padding: 0 .5em;
}















/* Natural language Form */


/*@font-face {
    font-family: 'codropsicons';
    src:url('../fonts/icon-font.eot');
    src:url('../fonts/icon-font.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icon-font.woff') format('woff'),
        url('../fonts/icon-font.ttf') format('truetype'),
        url('../fonts/icon-font.svg#icon-font') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}*/

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/*body {
    font-family: "Brandon", sans-serif
    color: #ffe8e7;
    background: #E96D65;
    font-weight: 300;
    overflow-x: hidden;
}*/

/*a {
    color: #888;
    text-decoration: none;
}*/

/*a:hover,
a:active {
    color: #333;
}*/

/* Header Style */
/*.main,
.container > header {
    margin: 0 auto;
    padding: 2em;
}*/

/*.container > header {
    text-align: center;
    background: rgba(0,0,0,0.01);
}*/

/*.container > header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}*/

/*.container > header span {
    display: block;
    font-size: 60%;
    color: #b14943;
    padding: 0 0 0.6em 0.1em;
}*/

/* Main Content */
/*.main {
    max-width: 50em;
}*/

/* To Navigation Style */
/*.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: #E96D65;
    font-weight: 700;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255,255,255,0.5);
    color: #bd4a43;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.codrops-icon-archive:before {
    content: "\e002";
}

.codrops-icon-next:before {
    content: "\e000";
}

.codrops-icon-about:before {
    content: "\e003";
}

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }

}*/


/* Component */


@font-face {
    font-family: 'icon-font';
    src:url('../fonts/icon-font.eot');
    src:url('../fonts/icon-font.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icon-font.woff') format('woff'),
        url('../fonts/icon-font.ttf') format('truetype'),
        url('../fonts/icon-font.svg#icon-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nl-form textarea,
.nl-form input.text,
.nl-form input[type="text"],
.nl-form input[type="button"],
.nl-form input[type="submit"],
.nl-form .input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

/* general style for the form */
.nl-form {
    width: 100%;
    margin: 0.3em auto 0 auto;
    font-size: 1.3em;
    line-height: 1.5;
}

.nl-form a:hover, .nl-form a:focus {
    text-decoration: none;
    outline: none;
    background: #eee;
    color: #222;
    margin-right: -.1em;
    padding-right: .1em;
    margin-left: -.1em;
    padding-left: .1em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select  {
    line-height: inherit;
    display: inline-block;
    color: #70706e;
    cursor: pointer;
    border-bottom: 1px solid #70706e;
}

/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #222;
    left: -0.5em;
    top: 50%;
    font-size: 80%;
    opacity: 0;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #aaa;
    position: relative;
}

.nl-dd ul li {
    padding: .25em 1.5em .25em 0.5em;
    cursor: pointer;
    white-space: nowrap;
    text-transform
}

.nl-dd ul li.nl-dd-checked {
    color: #fff;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0,0,0,0.05);
}

.no-touch .nl-dd ul li:hover:active {
    color: #70706e;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    font-family: 'icon-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
    content: "\e000";
    position: absolute;
    right: 1em;
    font-size: 50%;
    line-height: 3;
}

.nl-ti-text ul {
    min-width: 10em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #fff;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
}

.nl-field-go:before {
    content: "\e001";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 2.5;
    display: block;
}

.nl-form input {
    border: none !important;
}
.nl-form textarea {
    border: none;
    border-top: 2px solid #222;
    min-height: 4.8em;
}
.nl-form textarea:focus {
    border-color: #999;
}

/* custom placeholder color */
input::-webkit-input-placeholder,
input::-webkit-textarea-placeholder,
textarea::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
    color: rgba(255,255,255,0.5);
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgba(255,255,255,0.2);
}

input::-moz-placeholder,
textarea::-moz-placeholder{
    color: rgba(255,255,255,0.5);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:active::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: rgba(255,255,255,0.2);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder,
textarea:active::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: rgba(255,255,255,0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
    font-size: 60%;
    font-weight: 400;
    padding: 0.4em 1em;
    color: #aaa;
    border-top: 1px solid rgba(255,255,255,0.2);
    letter-spacing: normal;
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff
}

/* submit button */
.nl-submit-wrap {
    margin-top: 0.4em;
}

.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #222;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 60%;
    font-weight: bold;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
/*
.nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 0.7em;
    margin: 0 0.8em 0 0;
    background: transparent;
}
*/
.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #444;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: transparent;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (max-width: 45em) {
    .nl-form {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 25em) {
    .nl-form {
        font-size: 1.2em;
    }
    .nl-form ul {
        font-size: 130%;
    }
}

/* Contact form message */
    .nl-form-response {
        margin-top: -16px;
        padding: 1em 0;
        background: rgb(228, 228, 228);
    }
    @keyframes pulseFormBackground {
      from { background: rgba(228, 228, 228, 1); }
      to { background: rgba(228, 228, 228, 0); }
    }
    @keyframes pulseMenuFormBackground {
      from { background: rgba(177, 178, 173, 1); }
      to { background: rgba(177, 178, 173, 0); }
    }
    .nl-form-response.pulse-background {
        animation: pulseFormBackground 2s linear 6s 1 forwards;
    }

/* Contact form validation */
    .nl-form .field-wrap .text-help { display: none !important; }
    .nl-form .field-wrap.has-danger .nl-field-toggle { color: #dd0000; }
    .nl-form .error-message { color: #dd0000; text-align: center; }

/* Contact form in menu > Contact */
    .menu-contact-form { margin-top: 16px; max-width: 640px; }
    .menu-contact-form h2 { padding-bottom: .5em; border-bottom: 2px solid #222; margin-bottom: .5em; }
    .menu-contact-form .nl-form { text-transform: none; letter-spacing: 0; }
    .menu-contact-form .nl-form textarea { background: transparent; border: 0; box-shadow: none; padding: 0; }
    .menu-contact-form .nl-form textarea::placeholder { color: #70706e; font-weight: 300; }
    .menu-contact-form .nl-form .details-header { padding-bottom: .5em; border-bottom: 2px solid #222; margin-bottom: .5em; margin-top: .5em; }
    .menu-contact-form .nl-form-response { margin-top: 0; text-transform: none; background: rgba(177, 178, 173, 1); }
    .menu-contact-form .nl-form-response.pulse-background { animation-name: pulseMenuFormBackground; }
    

@media screen and (max-width: 768px){
    .menu-contact-form .nl-form .nl-field ul {
        /*right: -0.5em;*/
        min-width: 6em;
    }
    .menu-contact-form .nl-form .nl-field ul:nth-child(2) {
        left: 0;
        right: unset;
        min-width: 6em;
    }
}
