    html {
        scroll-behavior: smooth;
    }

    #main-header h1 > a {
        color: transparent;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a,
    a:hover,
    button,
    button:hover {
        transition: all .2s;
    }

/*
.fancybox-toolbar a.button-outline {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 3px;
    border: 2px solid #fff;
    transition: 0.5s cubic-bezier(0.42, 0, 0, 0.995);
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.fancybox-toolbar a.button-outline:hover {
    background: white;
    color: black;
}
*/

a.button-outline img {
    max-height: 25px;
    margin-top: 9px;
    margin-right: 11px;
}

    .main-menu__link {
        margin: 0 20px;
    }

    .module.black {
        background: black;
        color: white;
    }

    .module.red {
        background: #ff2600;
        color: white;
    }

    .module.white {
        color: black;
        background: white;
    }

    .module {
        padding: 50px 0;
    }

    h2 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 3em;
        margin-bottom: 15px;
    }

    h3 {
        text-transform: uppercase;
        font-weight: 600;
    }

    .about-links h3 {
        margin: 5px 0px;
        font-size: 1.3em;
    }

    p {
        margin: 0;
        font-size: 18px;
    }

    .content {
        max-width: 750px;
    }

    ul.about-links {
        margin-top: 40px;
    }

    .feature-image {
        width: 100%;
        overflow: hidden;
    }

    .client-line {
        background: black;
        display: block;
        width: 100px;
        height: 3px;
        margin: .625em 0 .25em;
    }

    .feature-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .work-image {
        width: 100%;
        padding-top: 100%;
        background-position: center;
        background-size: cover;
        margin-bottom: 15px;
    }

    .about-image {
        margin-bottom: 15px;
        text-align: left;
        display: table;
        height: 125px;
    }

    .about-image .v-middle {
        display: table-cell;
        vertical-align: middle;
    }

    .about-image .v-middle .overflow-ellipse {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;

    }

    .col {
        display: inline-block;
        width: 19%;
        text-align: center;
        padding-right: 5%;
    }

    .module.white a.button-outline {
        display: inline-block;
        text-transform: uppercase;
        padding: .65em 1.3em;
        margin-top: 35px;
        border: 3px solid #000;
        transition: 0.5s cubic-bezier(0.42, 0, 0, 0.995);
        font-size: 18px;
        font-weight: 500;
    }

    .module.white a.button-outline:hover {
        transition: all .2s;
        color: white;
        background: black;
    }

    .module.black a.button-outline,
    .module.red a.button-outline {

        display: inline-block;
        text-transform: uppercase;
        padding: .65em 1.3em;
        margin-top: 35px;
        border: 3px solid #fff;
        transition: 0.5s cubic-bezier(0.42, 0, 0, 0.995);
        font-size: 18px;
        font-weight: 500;
    }

    .module.black a.button-outline:hover,
    .module.red a.button-outline:hover {
        transition: all .2s;
        color: black;
        background: white;
    }

    .black a.about-block-link:hover h3,
    .white a.about-block-link:hover h3 {
        color: #ff2600;
    }

    .red a.about-block-link:hover h3 {
        color: black;
    }

    p a {
        text-decoration: underline;
        font-weight: bolder;
    }

    @media (min-width:768px) {
        .work-blocks {
            display: flex;
        }
    }

    .odd {
        transform: translateZ(0) rotate(-1deg);
    }

    .even {
        transform: translateZ(0) rotate(1deg);
    }

    .col.employee {
        padding-right: 25px;
        margin: 10px 0;
    }

    a.people-page__bt-prev.locked {
        display: none;
    }

    a.people-page__bt-next.locked {
        display: none;
    }

    .slick-slide img {
        padding: 20px;
    }

    .relevant_clients {
        padding-bottom: 55px;
    }

    .client-logo {
        height: 100px;
        overflow: hidden;
        text-align: center;
    }

    .client-logo img {
        max-height: 100%;
        width: auto;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

/*
    .client-logo.color-logo img {
        filter: grayscale(0);
    }
*/

    .white .slick-prev:before,
    .white .slick-next:before {
        color: gray;
    }


    @media (max-width:767px) {
        .col {
            width: 49%;
        }
    }

    #page-microsite .fancybox-is-open .fancybox-bg {
        background: #000;
        opacity: 1;
    }

    .table__vAlign {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        text-align: left;
    }

    .fancybox-button svg {
        transform: scale(1.5);
    }

    .microsite-hero .hero-page__box {
        height: auto;
         width: 750px;
        max-width: 90vw !important;
    }

@media (max-width: 1440px) and (min-width: 769px), (max-width: 768px) and (min-width: 415px) {
 .hero-page__box {
    width: 750px !important;
}   
}

    img.owl-item.wp-post-image {
        max-width: 100px;
        margin: 10px;
    }

span.see-study {
    width: max-content;
    transition: all .2s;
    background: rgb(241,241,241);
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 2px 15px;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 300;
}
.client-logo.no-case {
    margin-bottom: 85px;
}
.has-case-study:hover span.see-study {
    transition: all .2s;
    background: #ff2600;
    color: white;
}
    .micro-animation {
        animation-name: micro-animation;
        animation-duration: 1s;
    }    
    @keyframes micro-animation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

.front-card {
    transition: 0.5s cubic-bezier(0.42, 0, 0, 0.995);
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
}
.front-card:hover .card-people__back {
    transform: translateY(0);
}
.card-people__back {
    color: black;
}
.microsite-person-modal {
    color: white;
    background: black;
}