.m.horigallery {
    position: relative;
}

.scroll-right {
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 33px;
}

.scroll-left {
    position: absolute;
    top: 0;
    left: 32px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 33px;
}

.scroll-left:before,
.scroll-right:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    background: url("../Grx/h3_orange.svg") no-repeat;
    width: 18px;
    height: 33px;
}

.scroll-left:before {
    transform: rotate(180deg);
}

.m.projects .grid .project p:first-child {
    margin-bottom: 16px;
}

.m.projects .grid .project p + p {
    padding-top: 0;
}

.m.projects .filters .clear-btn {
    display: none;
}

.m.projects .filters._fapplied .clear-btn {
    display: block;
}

.orderby {
    border-top: 2px solid #D0D0D0;
    margin-top: 32px;
    padding-top: 32px !important;
    color: #78432B !important;
}

.search-overlay input {
    padding-bottom: 0;
}

.employee img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.m.team .grid .employee:hover .lazy img {
    -webkit-filter: none; 
    filter: none;
}

.employee-overlay .content ul,
.employee-overlay .content ol {font-family:'Plantin';font-weight:300;font-size:1.8rem;line-height:1.75;margin: 20px 15px;}

@media (max-width: 1000.5px) {
    .m.horigallery[data-sticky="false"] .inner {
        margin-top: 64px;
    }
    
    .project-hero h1,
    .project-hero h2.large {
        font-size: 4.8rem;
    }

    
    
    .m.projects .filters-toggle {
        font-size: 1.8rem;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .m.projects .grid .project .details {
        position: relative;
    }

    .services .question h4 {
        font-size: 3rem;
    }

    .services .answer .inner > p {
        font-size: 2rem;
    }
}

article.r div.large + div.large {
    /* margin-top: 72px; */
}


article.r div.large * {
    font-size: 4.0rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02rem;
}

article.r div.large * + * {
    margin-top: 3rem;
    padding-top: 0;
}

article.r div.large h3 {
    margin-top: 6rem;
}

article.r div.large h3,
article.r div.large p strong {
    font-weight: 700 !important;
}

article.r div.large ol,
article.r div.large ul {
    margin-left: 5%;
}

article.r div.large {
    padding: 0px 20% 40px 0;
}


.m.carousel + .m.horigallery {
    margin-top: 72px;
}

.m.horigallery .scroller .lazy:last-child {
    overflow: initial;
}

.m.horigallery .scroller .lazy:last-child:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #23232B;
}

.content.journal > picture:first-child  {
    display: none;
}

.content.project > picture:nth-child(2) {
    display: none;
}

@media (max-width: 1000.5px) {
    article.r div.large * {
        font-size: 3.2rem;
    }

    .m.post .r > div.large {
        padding: 30px 0;
    }
}

.feat-links p ~ p {
    margin-top: 3rem;
}

h2, q {
    font-size: 4rem;
}
.m.post .r q {
    padding-top: 40px;
    padding-bottom: 0px;
}

.m.post .r .quote-wrap > p {
    padding-left: 34%;
    margin-top: 10px;
}

.quote-wrap + p {
    padding-top: 0 !important;
    margin-top: 10px;
}

@media (max-width: 1000.5px) {
    h2, q {
        font-size: 3.2rem;
    }
    .m.post .r q {
        padding-left: 0;
        padding-bottom: 0;
    }
}