.container {
    /* max-width: 1200px; */
    max-width: 1920px;
    margin: 0 auto;
    /* padding: 0 12px */
    padding: 0 5rem;
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media screen and (max-width:1280px) {
    .container {
        /* max-width: 960px */
        padding: 0 12px;
    }
}

/* smallest? mobile? */
/* @media screen and (max-width:767px) {
    .container {
        padding: 0 12px;
    }
} */


.projects,
.row {
    list-style: none;
    /* margin-left: -12px */
}

.projects:after,
.projects:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.projects:after,
.row:after {
    clear: both
}

.row--gutterless.projects,
.row.row--gutterless {
    margin-left: 0
}

.col,
.project--intro {
    float: left;
    /* padding-left: 12px; */
    padding-left: 3px;
    box-sizing: border-box
}

.col--gutterless.project--intro,
.col.col--gutterless,
.row--gutterless .col,
.row--gutterless .project--intro {
    padding-left: 0
}

.col--inverse.project--intro,
.col.col--inverse {
    float: right
}

@media only screen and (min-width:1280px) {
    .col--lg-offset-0 {
        margin-left: 0
    }

    .col--lg-1 {
        width: 8.3333333333%
    }

    .col--lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--lg-2 {
        width: 16.6666666667%
    }

    .col--lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--lg-3 {
        width: 25%
    }

    .col--lg-offset-3 {
        margin-left: 25%
    }

    .col--lg-4 {
        width: 33.3333333333%
    }

    .col--lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--lg-5 {
        width: 41.6666666667%
    }

    .col--lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--lg-6 {
        width: 50%
    }

    .col--lg-offset-6 {
        margin-left: 50%
    }

    .col--lg-7 {
        width: 58.3333333333%
    }

    .col--lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--lg-8 {
        /* width: 66.6666666667% */
        width: 100%
    }

    .col--lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--lg-9 {
        width: 75%
    }

    .col--lg-offset-9 {
        margin-left: 75%
    }

    .col--lg-10 {
        width: 83.3333333333%
    }

    .col--lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--lg-11 {
        width: 91.6666666667%
    }

    .col--lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--lg-12 {
        width: 100%
    }

    .col--lg-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1279px) {
    .col--md-offset-0 {
        margin-left: 0
    }

    .col--md-1 {
        width: 8.3333333333%
    }

    .col--md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--md-2 {
        width: 16.6666666667%
    }

    .col--md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--md-3 {
        width: 25%
    }

    .col--md-offset-3 {
        margin-left: 25%
    }

    .col--md-4 {
        width: 33.3333333333%
    }

    .col--md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--md-5 {
        width: 41.6666666667%
    }

    .col--md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--md-6 {
        width: 50%
    }

    .col--md-offset-6 {
        margin-left: 50%
    }

    .col--md-7 {
        width: 58.3333333333%
    }

    .col--md-offset-7 {
        margin-left: 58.3333333333%
    }

    /* SR doesnt know why its "8" but its the main content... */
    .col--md-8 {
        /* width: 66.6666666667% */
        width: 100%;
    }

    .col--md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--md-9 {
        width: 75%
    }

    .col--md-offset-9 {
        margin-left: 75%
    }

    .col--md-10 {
        width: 83.3333333333%
    }

    .col--md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--md-11 {
        width: 91.6666666667%
    }

    .col--md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--md-12 {
        width: 100%
    }

    .col--md-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .col--sm-offset-0 {
        margin-left: 0
    }

    .col--sm-1 {
        width: 8.3333333333%
    }

    .col--sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--sm-2 {
        width: 16.6666666667%
    }

    .col--sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--sm-3 {
        width: 25%
    }

    .col--sm-offset-3 {
        margin-left: 25%
    }

    .col--sm-4 {
        width: 33.3333333333%
    }

    .col--sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--sm-5 {
        width: 41.6666666667%
    }

    .col--sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--sm-6 {
        width: 50%
    }

    .col--sm-offset-6 {
        margin-left: 50%
    }

    .col--sm-7 {
        width: 58.3333333333%
    }

    .col--sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--sm-8 {
        /* width: 66.6666666667% */
        width: 100%
    }

    .col--sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--sm-9 {
        width: 75%
    }

    .col--sm-offset-9 {
        margin-left: 75%
    }

    .col--sm-10 {
        width: 83.3333333333%
    }

    .col--sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--sm-11 {
        width: 91.6666666667%
    }

    .col--sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--sm-12 {
        width: 100%
    }

    .col--sm-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (max-width:767px) {
    .col--xs-offset-0 {
        margin-left: 0
    }

    .col--xs-1 {
        width: 8.3333333333%
    }

    .col--xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--xs-2 {
        width: 16.6666666667%
    }

    .col--xs-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--xs-3 {
        width: 25%
    }

    .col--xs-offset-3 {
        margin-left: 25%
    }

    .col--xs-4 {
        width: 33.3333333333%
    }

    .col--xs-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--xs-5 {
        width: 41.6666666667%
    }

    .col--xs-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--xs-6 {
        width: 50%
    }

    .col--xs-offset-6 {
        margin-left: 50%
    }

    .col--xs-7 {
        width: 58.3333333333%
    }

    .col--xs-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--xs-8 {
        width: 66.6666666667%
    }

    .col--xs-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--xs-9 {
        width: 75%
    }

    .col--xs-offset-9 {
        margin-left: 75%
    }

    .col--xs-10 {
        width: 83.3333333333%
    }

    .col--xs-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--xs-11 {
        width: 91.6666666667%
    }

    .col--xs-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--xs-12 {
        width: 100%
    }

    .col--xs-offset-12 {
        margin-left: 100%
    }
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    z-index: 9999;
    background-color: #f4f4f4;
    display: none
}

.lightbox,
.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0
}

.lightbox {
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-close {
    display: block;
    position: fixed;
    top: 30px;
    right: 36px;
    width: 30px;
    height: 30px;
    background: url(img/close.svg) 50% no-repeat;
    cursor: pointer;
    z-index: 20
}

@media screen and (max-width:767px) {
    .lightbox .lb-close {
        top: 20px;
        right: 24px
    }
}

.lightbox .lb-caption,
.lightbox .lb-number {
    color: #7b7b7b;
    margin-bottom: 0;
    position: fixed;
    width: 100%
}

.lightbox .lb-number {
    font-size: 12px;
    font-size: .75rem;
    top: 24px
}

.lightbox .lb-caption {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    bottom: 24px
}

.lightbox .lb-caption a {
    margin-left: 6px
}

.lightbox .lb-nav .lb-next,
.lightbox .lb-nav .lb-prev {
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

@media screen and (max-width:767px) {

    .lightbox .lb-nav .lb-next,
    .lightbox .lb-nav .lb-prev {
        width: 75px;
        height: 75px
    }
}

.lightbox .lb-nav .lb-prev {
    left: 0;
    background: url(img/arrow-left-grey.svg) 50% no-repeat
}

.lightbox .lb-nav .lb-next {
    right: 0;
    background: url(img/arrow-right-grey.svg) 50% no-repeat
}

.lightbox .lb-outerContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lightbox .lb-outerContainer:after,
.lightbox .lb-outerContainer:before {
    content: " ";
    display: table
}

.lightbox .lb-outerContainer:after {
    clear: both
}

.lightbox .lb-outerContainer .lb-image {
    display: block;
    height: auto;
    max-width: inherit
}

.lightbox .lb-outerContainer .lb-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.lightbox .lb-outerContainer .lb-video .lb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .5s
}

.lightbox .lb-outerContainer .lb-video .lb-play:hover {
    opacity: .65
}

.lightbox .lb-outerContainer .lb-video .lb-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    -webkit-backspace-visibility: hidden
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none
}

.first-timer-user .pace {
    display: block
}

.pace .pace-progress {
    background: #000;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px
}

.pace.pace-inactive {
    display: none
}

.page .pace,
.single .pace {
    display: none !important
}

* {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    padding: 0
}

html {
    background-color: #fff;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

button,
input,
select,
textarea {
    color: inherit;
    display: inline-block
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td,
table th {
    text-align: left
}

.sr-only {
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

@media only screen and (min-width:1280px) {
    .visible-lg {
        display: block !important
    }
}

@media only screen and (min-width:1280px) {
    .hidden-lg {
        display: none !important
    }
}

@media only screen and (min-width:992px) and (max-width:1279px) {
    .visible-md {
        display: block !important
    }
}

@media only screen and (min-width:992px) and (max-width:1279px) {
    .hidden-md {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .visible-xs {
        display: block !important
    }
}

@media only screen and (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

.alignleft,
.float-left {
    float: left
}

img .alignleft,
img .float-left {
    margin-right: 24px
}

.alignright,
.float-right {
    float: right
}

img .alignright,
img .float-right {
    margin-left: 24px
}

.aligncenter,
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img .aligncenter,
img .float-center {
    margin-bottom: 24px
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.align-text-left {
    text-align: left
}

.align-text-right {
    text-align: right
}

.align-text-center {
    text-align: center
}

.visible-on-mobile {
    display: none !important
}

@media screen and (max-width:767px) {
    .visible-on-mobile {
        display: block !important
    }
}

.visible-on-tablet {
    display: none !important
}

@media screen and (max-width:992px) {
    .visible-on-tablet {
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .visible-on-tablet {
        display: none !important
    }
}

@media screen and (max-width:992px) {
    .visible-on-desktop {
        display: none !important
    }
}

body,
html {
    height: 100%
}

html {
    background-color: #f4f4f4
}

body {
    color: #000;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    position: relative;
    overflow-x: hidden
}

body.page:before,
body.single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 830px;
    z-index: 0
}

@media screen and (max-width:1280px) {

    body.page:before,
    body.single:before {
        height: 730px !important
    }
}

@media screen and (max-width:992px) {

    body.page:before,
    body.single:before {
        height: 620px !important
    }
}

@media screen and (max-width:767px) {

    body.page:before,
    body.single:before {
        height: 400px !important
    }
}

body.page-id-6:before {
    height: 0
}

address,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {
    margin-bottom: 24px
}

a {
    text-decoration: none
}

a,
a:hover {
    color: #000
}

a:hover {
    text-decoration: underline
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

hr {
    background-color: #000;
    height: 1px
}

.griddle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://griddle.it/1176px-12-12px?color=f00) repeat-y top;
    z-index: 9000;
    opacity: .5;
    display: none
}

.griddle.is-visible {
    display: block
}

.griddle-switch,
.post-edit-link,
.separator {
    position: fixed;
    bottom: 16px;
    font-size: 12px;
    font-size: .75rem;
    z-index: 9100
}

@media screen and (max-width:767px) {

    .griddle-switch,
    .post-edit-link,
    .separator {
        display: none
    }
}

.post-edit-link {
    right: 60px
}

.separator {
    right: 46.8px
}

.griddle-switch {
    right: 24px
}

img {
    max-width: 100%;
    vertical-align: top
}

img[height],
img[width] {
    max-width: none
}

.is-fluid {
    display: block;
    width: 100%;
    height: auto
}

ol,
ul {
    margin-left: 24px
}

li>ol,
li>ul {
    margin-bottom: 0
}

.list {
    list-style: none;
    margin-left: 0
}

.list.list--inline li,
.list.list--socials li {
    display: inline-block;
    margin: 0 6px
}

.list--socials a {
    color: #7b7b7b
}

.list--commas {
    margin-bottom: 0
}

.list--commas li {
    display: inline-block
}

.list--commas li a:after {
    content: ", "
}

.list--commas li:last-child a:after {
    content: none
}

.list--credits {
    font-size: 12px;
    font-size: .75rem;
    column-count: 4;
    column-fill: balance;
    margin-bottom: -24px
}

@media screen and (max-width:767px) {
    .list--credits {
        column-count: 1
    }
}

.list--credits li {
    padding-bottom: 24px;
    break-inside: avoid
}

.list--credits li:last-child {
    margin-bottom: 0
}

.list--credits li span,
.list--credits li strong {
    display: block
}

.list--credits li span {
    font-weight: 300
}

.list--credits li strong {
    font-weight: 500
}

.list--filters {
    margin-bottom: 0
}

@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .list--filters {
        column-count: 2
    }
}

@media screen and (max-width:767px) {
    .list--filters {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (max-width:767px) {
    .list--filters:before {
        content: "Filters";
        font-weight: 500;
        border-bottom: 1px solid #000;
        position: absolute;
        left: 50%;
        top: -17.5%;
        transform: translateX(-50%)
    }
}

@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .list--filters:before {
        top: -17.5%
    }
}

.list--filters li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .list--filters li {
        display: block;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300
    }
}

.list--filters li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    float: left;
    margin: -2px 19px 0 24px
}

@media screen and (max-width:1280px) {
    .list--filters li:after {
        margin: -2px 14.2px 0 19.2px
    }
}

@media screen and (max-width:992px) {
    .list--filters li:after {
        margin: -2px 7px 0 12px
    }
}

@media screen and (max-width:767px) {
    .list--filters li:after {
        content: none
    }
}

.list--filters li:last-child:after {
    content: none
}

.list--filters li.cat-featured a {
    display: block;
    width: 62px
}

@media screen and (max-width:767px) {
    .list--filters li.cat-featured a {
        display: inline;
        width: auto
    }
}

@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .list--filters li.cat-featured a {
        display: inline;
        width: auto
    }
}

.list--filters li.cat-featured.is-selected a {
    font-weight: 700
}

.list--filters li a {
    float: left;
    transition: color .25s
}

@media screen and (max-width:767px) {
    .list--filters li a {
        float: none;
        padding: 8px 0;
        display: block
    }
}

.list--filters li a:hover {
    text-decoration: none
}

h1 {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-size: 2.25rem
}

h2 {
    font-size: 15px;
    font-size: .9375rem;
    font-style: italic;
    font-weight: 500;
    color: #7b7b7b
}

@media screen and (max-width:767px) {
    h2.js-toggle-accordion {
        border-bottom: 1px solid #b0b0b0;
        padding-bottom: 6px
    }
}

@media screen and (max-width:767px) {
    h2.js-toggle-accordion:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-size: 24px;
        font-size: 1.5rem;
        float: right;
        vertical-align: top;
        line-height: 1;
        transition: transform .5s
    }
}

@media screen and (max-width:767px) {
    h2.js-toggle-accordion.is-active:after {
        transform: rotate(180deg)
    }
}

h3 {
    font-weight: 500
}

.header__filters h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .header__filters h3 {
        display: none
    }
}

.invert-colours .header__filters h3 {
    color: #fff
}

p {
    line-height: 1.6
}

.pave {
    z-index: 9999
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -53px
}

@media screen and (max-width:767px) {
    .page-wrap {
        margin-bottom: -84px
    }
}

.page-wrap:after {
    content: "";
    display: block;
    height: 53px
}

@media screen and (max-width:767px) {
    .page-wrap:after {
        height: 84px
    }
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f4f4f4;
    z-index: 9990
}

.loading-overlay .loading-overlay__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -88px;
    margin-bottom: 0;
    font-family: Bureau Grot Cond Bd, Impact, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 90px;
    font-size: 5.625rem;
    letter-spacing: 5px;
    color: #eaeaea;
    line-height: 1
}

@media screen and (max-width:767px) {
    .loading-overlay .loading-overlay__logo {
        margin-top: 0;
        transform: translate(-50%, -50%)
    }
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 830px;
    z-index: 0
}

.main {
    position: relative;
    /* padding-top: 150px; */
    padding-top: calc(1.875rem + 2rem); /* header */
    z-index: 10;
    display: block
}

@media screen and (max-width:767px) {
    .main {
        padding-top: 100px
    }
}

.home .main {
    background-color: #f4f4f4;
    transition: margin-top 1s;
    opacity: 0
}

@media screen and (max-width:767px) {
    .home .main {
        padding-top: 78px
    }
}

.content {
    padding-bottom: 60px
}

.content .content__main .content__main__form {
    margin-top: 96px
}

.content .content__sidebar ul {
    list-style: none;
    margin-left: 0;
    font-size: 14px;
    font-size: .875rem;
    font-style: italic
}

.content .content__sidebar ul a:not([href*=tel]) {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    font-size: .75rem;
    text-decoration: underline
}

.content .content__sidebar ul a:not([href*=tel]):hover {
    text-decoration: none
}

.content .content__sidebar ul.list a {
    font-size: 16px;
    font-size: 1rem
}

.page__footer {
    margin-bottom: 96px
}

.page__footer:after,
.page__footer:before {
    content: " ";
    display: table
}

.page__footer:after {
    clear: both
}

@media screen and (max-width:767px) {
    .page__footer {
        margin-bottom: 72px
    }
}

.page__footer .back-to-work {
    float: right;
    font-size: 14px;
    font-size: .875rem
}

@media screen and (max-width:767px) {
    .page__footer .back-to-work {
        width: 100%;
        text-align: center
    }
}

.page__footer .back-to-work:before {
    content: url(img/arrow-left-small.svg);
    margin-right: 12px;
    position: relative;
    top: -1px
}

.page__footer .back-to-work:hover {
    text-decoration: none
}

.form--password {
    text-align: center;
    width: 400px;
    margin: 96px auto 0
}

.form--password input[type=password] {
    background-color: #fff;
    padding: 6px 12px;
    width: 100%;
    margin-bottom: 24px
}

.form--password input[type=submit] {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer
}

.header {
    background-color: #f4f4f4;
    /* padding: 60px 0; */
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20
}

.header:after,
.header:before {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

@media screen and (max-width:767px) {
    .header {
        padding: 24px 0
    }
}

.header.header--shorter {
    padding: 24px 0;
    transition: padding .5s
}

.header.header--shorter .header__filters h3 {
    opacity: 1;
    transition: opacity .25s
}

.header .header__filters,
.header .header__logo,
.header .header__navigation {
    float: left
}

@media screen and (max-width:767px) {

    .header .header__filters,
    .header .header__logo,
    .header .header__navigation {
        width: 50%
    }
}

.header .header__logo,
.header .header__navigation {
    width: 20%
}

@media screen and (max-width:767px) {

    .header .header__logo,
    .header .header__navigation {
        width: 33.3333%
    }
}

.header .header__logo a:hover {
    text-decoration: none
}

.header .header__logo h1 {
    margin-bottom: 0;
    font-family: Bureau Grot Cond Bd, Impact, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem;
    /* font-size: 3rem; */
    letter-spacing: 1px;
    line-height: 1
}

.invert-colours .header .header__logo h1 {
    color: #fff
}

.header .header__filters {
    width: 60%;
    min-height: 1px;
    text-align: center;
    margin-top: 1px
}

@media screen and (max-width:767px) {
    .header .header__filters {
        width: 33.3333%
    }
}

.page .header .header__filters .list--filters,
.single .header .header__filters .list--filters {
    display: none
}

@media screen and (max-width:767px) {

    .page .header .header__filters .list--filters,
    .single .header .header__filters .list--filters {
        display: block
    }
}

.home .header .header__filters .list--filters {
    display: block !important
}

.header .header__filters .list--menu {
    display: none;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center
}

/* burger menu mobile*/
@media screen and (max-width:767px) {
    .header .header__filters .list--menu {
        /* display: block */
        display: inline-grid;
        font-size: 20vw;
        align-content: space-around;
        justify-content: space-around;
        align-items: baseline;
        justify-items: center;
        bottom: auto;
    }
}

.header .header__filters .list--menu li {
    display: inline-block;
    margin: 0 12px
}

@media screen and (max-width:767px) {
    .header .header__filters .header__filters__modal {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f4f4f4;
        z-index: 9980
    }
}

.header .header__navigation {
    text-align: right;
    /* margin-top: 0.5rem; */
    margin-top: 0rem;
}

.header .header__navigation .header__navigation__burger {
    display: none;
    margin-top: 7px;
    width: 28px;
    height: 16px;
    float: right;
    position: relative;
    z-index: 9999
}

@media screen and (max-width:767px) {
    .header .header__navigation .header__navigation__burger {
        display: block
    }
}

.header .header__navigation .header__navigation__burger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000;
    position: absolute;
    transition-property: background-color, opacity, top, transform;
    transition-duration: .1s, .1s, .1s, .15s;
    transition-delay: 0s, 0s, 0s, .1s
}

.invert-colours .header .header__navigation .header__navigation__burger span {
    background-color: #fff
}

.header .header__navigation .header__navigation__burger span:first-child {
    top: 0
}

.header .header__navigation .header__navigation__burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.header .header__navigation .header__navigation__burger span:nth-child(3) {
    top: calc(100% - 2px)
}

.invert-colours .header .header__navigation .header__navigation__burger.is-active span {
    background-color: #000
}

.header .header__navigation .header__navigation__burger.is-active span:first-child {
    top: calc(50% - 1px);
    transform: rotate(-42.5deg)
}

.header .header__navigation .header__navigation__burger.is-active span:nth-child(2) {
    opacity: 0
}

.header .header__navigation .header__navigation__burger.is-active span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(42.5deg)
}

.header .header__navigation .header__navigation__burger.inverse span {
    transition-property: opacity, top, transform;
    transition-duration: .1s, .1s, .1s;
    transition-delay: 0s, .1s, 0s
}

.header.unsticky {
    position: absolute;
    top: 100%
}

@media screen and (max-width:992px) {
    .header.unsticky {
        position: fixed;
        top: 0
    }
}

.is-ipad-pro .header.unsticky {
    position: fixed;
    top: 0
}

.footer {
    background-color: #fff;
    padding: 16px 0;
    font-size: 12px;
    font-size: .75rem;
    z-index: 10;
    position: relative
}

.footer p,
.footer ul {
    width: 33.3333%;
    float: left
}

@media screen and (max-width:767px) {

    .footer p,
    .footer ul {
        width: 100%;
        text-align: center
    }
}

.footer p {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .footer p {
        margin-bottom: 12px
    }
}

.footer p:last-child {
    text-align: right
}

@media screen and (max-width:767px) {
    .footer p:last-child {
        display: none
    }
}

.footer .list {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-size: .875rem
}

.footer .list a {
    transition: color .25s
}

.footer .list a:hover {
    color: #000
}

.footer .back-to-top:before {
    content: url(img/arrow-up.svg);
    margin-right: 6px;
    position: relative;
    top: -2px
}

.footer .back-to-top:hover {
    text-decoration: none
}

.project .project__section {
    margin-bottom: 54px
}



.project__section--group {
    margin-bottom: 54px;
    max-width: 800px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width:767px) {
    .project .project__section {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .project .project__section .js-accordion {
        display: none;
        margin-bottom: 54px
    }
}

.project .project__section p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {

    .project .project__section--header,
    .project .project__section--thumbnail {
        margin-bottom: 36px
    }
}

.project .project__section--thumbnail.project__section--thumbnail--alt {
    margin-bottom: 6px
}

.project .project__section--thumbnail.project__section--thumbnail--alt:last-of-type {
    margin-bottom: 54px
}

.project .project__section--header {
    text-align: center
}

.invert-colours .project .project__section--header {
    color: #fff
}

.project .project__section--header .project__title {
    position: relative;
    margin-bottom: 12px
}

.project .project__section--header .project__title:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin: 12px auto 0;
    background-color: #fef7ae
}

.project .project__section--header .project__tagline {
    margin-bottom: 0
}

.project .project__copy {
    /* float: right */
    
}

@media screen and (max-width:767px) {
    .project .project__copy {
        float: none
    }
}

.project .project__sidebar:after,
.project .project__sidebar:before {
    content: " ";
    display: table
}

.project .project__sidebar:after {
    clear: both
}

.project .project__sidebar .project__sidebar__info {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .project .project__sidebar .project__sidebar__info {
        width: 50%;
        float: left
    }
}

.project .project__sidebar .project__sidebar__info.project__sidebar__info--client p {
    font-size: 24px;
    font-size: 1.5rem
}

@media screen and (max-width:767px) {
    .project .project__sidebar .project__sidebar__info.project__sidebar__info--client p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media screen and (max-width:767px) {
    .project .project__sidebar .project__sidebar__info.project__sidebar__info--collections {
        text-align: right;
        float: right
    }
}

@media screen and (max-width:767px) {
    .project .project__sidebar .project__sidebar__info.project__sidebar__info--collections p {
        font-size: 16px;
        font-size: 1rem
    }
}

.project .project__sidebar .project__sidebar__info p,
.project .project__sidebar .project__sidebar__info ul {
    font-weight: 500;
    font-style: italic
}

.project .project__video {
    position: relative;
    text-align: center
}

.project .project__video .project__video__image {
    max-width: 100%;
    height: auto
}

.project .project__video .project__video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .5s
}

.project .project__video .project__video__play:hover {
    opacity: .65
}

.project .project__video .project__video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: none
}

.project .project__video .project__video__player .project__video__player__iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.project .project__navigation {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .project .project__navigation {
        margin-top: 42px;
        margin-bottom: 24px
    }
}

.project .project__navigation .project__navigation__link {
    -ms-flex: 1;
    flex: 1
}

.project .project__navigation .project__navigation__link.project__navigation__link--next {
    text-align: right
}

.project .project__navigation .project__navigation__link.project__navigation__link--cta {
    text-align: center
}

.project--intro {
    /* margin-bottom: 12px */
    margin-bottom: 3px
}

@media screen and (max-width:767px) {
    .project--intro {
        width: 100% !important;
        overflow: hidden;
        /* margin-bottom: 12px */
    }
}

.project--intro.project--intro--span-0 {
    width: 0
}

.project--intro.project--intro--span-1 {
    width: 8.3333333333%
}

.project--intro.project--intro--span-2 {
    width: 16.6666666667%
}

.project--intro.project--intro--span-3 {
    width: 25%
}

.project--intro.project--intro--span-4 {
    width: 33.3333333333%
}

.project--intro.project--intro--span-5 {
    width: 41.6666666667%
}

.project--intro.project--intro--span-6 {
    width: 50%
}

.project--intro.project--intro--span-7 {
    width: 58.3333333333%
}

.project--intro.project--intro--span-8 {
    width: 66.6666666667%
}

.project--intro.project--intro--span-9 {
    width: 75%
}

.project--intro.project--intro--span-10 {
    width: 83.3333333333%
}

.project--intro.project--intro--span-11 {
    width: 91.6666666667%
}

.project--intro.project--intro--span-12 {
    width: 100%
}

.project--intro .project__content {
    position: relative;
    overflow: hidden;
    width: 100%;
    transform: translateZ(0);
    background-color: #eaeaea
}

.project--intro .project__content .project__image {
    /* height: 380px; */
    height: 22vw;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 1;
    transition: opacity .5s
}

@media screen and (max-width:1280px) {
    .project--intro .project__content .project__image {
        height: 300px
    }
}

@media screen and (max-width:992px) {
    .project--intro .project__content .project__image {
        height: 175px
    }
}




.project--intro .project__content .project__image.project__image--zoom {
    transition: transform .5s
}

@media screen and (min-width:1280px) {
    .project--intro .project__content .project__image.project__image--zoom:hover {
        transform: scale(1.1)
    }
}

.project--intro .project__content .project__image.project__image--award {
    filter: blur(3px);
    transform: scale(1.05)
}

@media screen and (max-width:992px) {
    .project--intro .project__content .project__image.project__image--award {
        transform: scale(1.05)
    }
}

.is-ipad-pro .project--intro .project__content .project__image.project__image--award {
    transform: scale(1.05)
}

@media screen and (max-width:767px) {
    .project--intro .project__content .project__image.project__image--award {
        transform: scale(1.05) translate(-50%, -50%)
    }
}

.project--intro .project__content .project__award {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    overflow: hidden;
    z-index: 10
}

.project--intro .project__content .project__award .project__award__image {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.project--intro .project__content .project__info {
    position: absolute;
    bottom: 36px;
    left: 36px;
    /* font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif; */
    color: #fff;
    z-index: 30
}

@media screen and (max-width:767px) {
    .project--intro .project__content .project__info {
        bottom: 24px;
        left: 24px
    }
}

.project--intro .project__content .project__info h3 {
    /* border-top: 6px solid #eaeaea; */
    border-top: 2px solid #eaeaea;
    padding-top: 9.6px;
    margin-bottom: 0;
    font-weight: 400;
    transition: border-color .5s
}

.project--intro .project__content .project__info a {
    color: #fff
}

.project--intro .project__content .project__awards {
    position: absolute;
    bottom: 42px;
    right: 36px;
    height: 42px;
    z-index: 30;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .project--intro .project__content .project__awards {
        bottom: 24px;
        right: 24px
    }
}

.project--intro .project__content .project__awards .media {
    float: left;
    margin-bottom: 0;
    margin-left: 12px
}

.project--intro .project__content .project__awards .media .media__figure {
    margin: 0
}

.project--intro .project__content .project__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 1;
    -webkit-appearance: none;
}

/* home hover video */
.project--intro .project__content .project__hover .project__hover__video {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
    object-fit: cover;
}

video {
    object-fit: cover;
}

.project--intro .project__content a {
    display: block
}

/* show hover video! */
.project--intro:hover .project__hover {
    opacity: 1
}

@media screen and (max-width:992px) {
    .project--intro:hover .project__hover {
        opacity: 0
    }
}

.is-ipad-pro .project--intro:hover .project__hover {
    opacity: 0
}

.project--intro.project--intro--award .project__content .project__info {
    color: #000
}

@media screen and (max-width:767px) {

    .project--intro.project--intro--award .project__content .project__award:after,
    .project--intro.project--intro--award .project__content .project__award:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        background-color: #fff;
        height: 100%;
        width: 30%
    }

    .project--intro.project--intro--award .project__content .project__award:before {
        left: 0
    }

    .project--intro.project--intro--award .project__content .project__award:after {
        right: 0
    }
}

.project--intro.project--intro--award:hover .project__content .project__image {
    visibility: hidden
}

.project--intro.project--intro--award:not(.project--intro--span-4):not(.project--intro--span-5):not(.project--intro--span-6) .project__content .project__award:after,
.project--intro.project--intro--award:not(.project--intro--span-4):not(.project--intro--span-5):not(.project--intro--span-6) .project__content .project__award:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 30%
}

.project--intro.project--intro--award:not(.project--intro--span-4):not(.project--intro--span-5):not(.project--intro--span-6) .project__content .project__award:before {
    left: 0
}

.project--intro.project--intro--award:not(.project--intro--span-4):not(.project--intro--span-5):not(.project--intro--span-6) .project__content .project__award:after {
    right: 0
}

.project--intro.is-loading .project__content .project__image {
    opacity: 0
}

.project--intro.is-loading .project__content .project__info h3 {
    border-color: #eaeaea !important
}

.masonry {
    width: calc(100% + 12px);
    margin-left: -6px
}

@media screen and (max-width:767px) {
    .masonry {
        width: 100%;
        margin-left: 0
    }

    .masonry:after,
    .masonry:before {
        content: " ";
        display: table
    }

    .masonry:after {
        clear: both
    }
}

.masonry .masonry__item {
    float: left;
    padding: 6px;
    height: auto
}

.masonry .masonry__item.masonry__item--span-0 {
    width: 0
}

.masonry .masonry__item.masonry__item--span-1 {
    width: 8.3333333333%
}

.masonry .masonry__item.masonry__item--span-2 {
    width: 16.6666666667%
}

.masonry .masonry__item.masonry__item--span-3 {
    width: 25%
}

.masonry .masonry__item.masonry__item--span-4 {
    width: 33.3333333333%
}

.masonry .masonry__item.masonry__item--span-5 {
    width: 41.6666666667%
}

.masonry .masonry__item.masonry__item--span-6 {
    width: 50%
}

.masonry .masonry__item.masonry__item--span-7 {
    width: 58.3333333333%
}

.masonry .masonry__item.masonry__item--span-8 {
    width: 66.6666666667%
}

.masonry .masonry__item.masonry__item--span-9 {
    width: 75%
}

.masonry .masonry__item.masonry__item--span-10 {
    width: 83.3333333333%
}

.masonry .masonry__item.masonry__item--span-11 {
    width: 91.6666666667%
}

.masonry .masonry__item.masonry__item--span-12 {
    width: 100%
}

@media screen and (max-width:767px) {
    .masonry .masonry__item {
        width: 100% !important
    }
}

.masonry .masonry__sizer {
    width: 8.33333%
}

@media screen and (max-width:767px) {
    .masonry .masonry__sizer {
        width: 100%
    }
}

.form :focus {
    outline: 0
}

.form--newsletter {
    max-width: 484px;
    width: 100%
}

.form--newsletter .form__fieldset {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #b0b0b0
}

.form--newsletter .form__fieldset .form__group {
    position: relative
}

.form--newsletter .form__fieldset .form__group.form__group--fields {
    -ms-flex: 1;
    flex: 1
}

.form--newsletter .form__fieldset .form__group.form__group--actions {
    width: auto;
    text-align: right
}

.form--newsletter .form__fieldset .form__group.is-focus .form__label {
    top: -12px;
    opacity: 1
}

.form--newsletter .form__fieldset .form__group .form__label {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    opacity: 0;
    transition: top .5s, opacity .5s;
    z-index: 0
}

.form--newsletter .form__fieldset .form__group .form__button,
.form--newsletter .form__fieldset .form__group .form__input {
    line-height: 48px;
    width: 100%
}

.form--newsletter .form__fieldset .form__group .form__input {
    font-size: 14px;
    font-size: .875rem
}

.form--newsletter .form__fieldset .form__group .form__input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: .875rem
}

.form--newsletter .form__fieldset .form__group .form__input:-moz-placeholder,
.form--newsletter .form__fieldset .form__group .form__input::-moz-placeholder {
    font-size: 14px;
    font-size: .875rem
}

.form--newsletter .form__fieldset .form__group .form__input:-ms-input-placeholder {
    font-size: 14px;
    font-size: .875rem
}

.form--newsletter .form__fieldset .form__group .form__button {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .25s
}

.form--newsletter .form__fieldset .form__group .form__button:hover {
    color: #7b7b7b
}

.form--newsletter div.mce_inline_error {
    position: absolute;
    top: calc(100% + 12px);
    background-color: transparent !important;
    color: #d9534f !important;
    padding: 0 !important;
    font-size: 14px;
    font-size: .875rem
}

.nav {
    list-style: none;
    margin: 3px 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

@media screen and (max-width:767px) {
    .nav {
        display: none
    }
}

.nav li {
    display: inline-block;
    margin-right: 24px
}

@media screen and (max-width:992px) {
    .nav li {
        margin-right: 12px
    }
}

.nav li:last-child {
    margin-right: 0
}

.nav li.current-menu-item a {
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 0
}

.nav li a {
    display: block;
    letter-spacing: .3px
}

.nav li a:hover {
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 0
}

.invert-colours .nav li a {
    color: #fff
}

.media--award {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.media--award.media--award--float {
    float: left;
    width: 25%
}

@media screen and (max-width:767px) {
    .media--award.media--award--float {
        width: 100%;
        float: none
    }
}

.media--award:last-child {
    margin-bottom: 0
}

.media--award .media__figure {
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    margin-right: 6px
}

.media--award .media__text {
    -ms-flex: 1;
    flex: 1
}

.media--award .media__text em,
.media--award .media__text span,
.media--award .media__text strong {
    display: block
}

.media--award .media__text em,
.media--award .media__text span {
    font-size: 14px;
    font-size: .875rem
}

.media--award .media__text strong {
    font-weight: 500
}

.media--award .media__text em {
    font-style: italic;
    font-weight: 500
}

.intro {
    height: 100vh;
    position: relative;
    margin-top: 0;
    transition: margin-top 1s
}

@media screen and (max-width:992px) {
    .intro {
        display: none
    }
}

.intro.is-hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.intro.intro--modal {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9980
}

.is-ipad-pro .intro {
    display: none
}

.intro .intro__video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    border: 12px solid #f4f4f4;
    overflow: hidden
}

.intro .intro__video .intro__video__player {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100
}

.intro .intro__copy,
.intro .intro__video .intro__video__player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.intro .intro__copy {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 450px;
    width: 100%
}

@media screen and (max-width:767px) {
    .intro .intro__copy {
        padding: 0 48px
    }
}

.intro .intro__copy .intro__copy__logo {
    margin-bottom: 0;
    font-family: Bureau Grot Cond Bd, Impact, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 90px;
    font-size: 5.625rem;
    letter-spacing: 5px;
    color: #fff
}

.intro .intro__copy h1,
.intro .intro__copy h2 {
    font-size: 14px;
    font-size: .875rem;
    color: #b0b0b0;
    font-weight: 300;
    margin-bottom: 12px;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif
}

.intro .intro__copy h2 {
    margin-bottom: 0;
    font-style: normal
}

.intro .intro__copy hr {
    width: 105px;
    margin: 24px auto;
    background-color: #fff
}

.intro .intro__anchor {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%)
}

.pagination {
    clear: both;
    text-align: center;
    padding: 48px 0 60px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .pagination {
        padding: 36px 0
    }
}

.pagination a {
    position: relative
}

.pagination a:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 4.8px auto 0;
    opacity: 1;
    transition: width .5s, opacity .5s
}

.pagination a:hover {
    text-decoration: none
}

.pagination a:hover:after {
    width: 50px
}

.pagination a.is-disabled {
    pointer-events: none
}

.pagination a.is-disabled,
.pagination a.is-disabled:after {
    opacity: 0;
    visibility: hidden
}

.pagination a.is-disabled:hover:after {
    width: 30px
}

