#dupontCorian .header-template-gallery-nav {
    position: relative;
    background-color: hsl(0, 0%, 100%);
    margin-bottom: 6rem;
}

#dupontCorian .header-template-gallery-nav a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: hsl(0, 0%, 20%);
    font-size: 1.1rem;
    font-weight: 500;
}

#dupontCorian .header-template-gallery-nav a:hover,
#dupontCorian .header-template-gallery-nav div.active > a {
    color: #d0112b;
}

#dupontCorian .header-template-gallery-nav a:before {
    content: '';
    display: block;
    width: 6px;
    height: 7px;
    background-image: url(../../../_assets/img/common/link-red-arrow-right.png);
    position: absolute;
    left: 0px;
    top: 30px;
    transition: all 200ms ease-out;
    opacity: 0;
}

#dupontCorian .header-template-gallery-nav a:hover:before,
#dupontCorian .header-template-gallery-nav div.active > a:before {
    top: 15px;
    opacity: 1;
}

#dupontCorian .header-template-gallery-nav-items {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#dupontCorian .header-template-gallery-nav-items > div,
#dupontCorian .header-template-gallery-nav-sub-items > div {
    display: inline-block;
    position: relative;
}

#dupontCorian .header-template-gallery-nav-sub-items {
    display: none !important;
    text-align: center;
}

#dupontCorian .header-template-gallery-nav-sub-items.on {
    display: inline-block !important;
    margin: 1rem auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#dupontCorian .header-template-gallery-nav-sub-items > a {
    display: inline-block;
    padding: .5rem 3rem;
    background-color: hsl(0, 0%, 95%);
    position: relative;
    font-size: .9rem;
}

#dupontCorian .header-template-gallery-nav-sub-items > a:hover,
#dupontCorian .header-template-gallery-nav-sub-items > a.on {
    background-color: #d0112b;
    color: #fff !important;
}

#dupontCorian .header-template-gallery-nav-sub-items > a:before {
    display: none;
}

#dupontCorian .section-template-gallery > div {
    position: relative;
}

#dupontCorian .grid-item {
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #000;
}

#dupontCorian .grid-item,
#dupontCorian .grid-sizer {
    width: 32.5%;
}

#dupontCorian .grid-item img {
    width: 100%;
    height: auto;
}

#dupontCorian .grid-item img:hover {
    opacity: .6;
}

#dupontCorian .section-template-gallery_content,
.featherlight-content .section-template-gallery_content {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    transform: translateY(20rem);
    text-align: center;
}

#dupontCorian .section-template-gallery_content .title,
.featherlight-content .section-template-gallery_content .title {
    font-size: 1.3rem;
    text-transform: capitalize;
}

#dupontCorian .section-template-gallery_content .text,
.featherlight-content .section-template-gallery_content .text {
    font-size: .8rem;
    padding: 0 3rem;
    line-height: 1rem;
}

#dupontCorian .grid-item:hover .section-template-gallery_content,
.featherlight-content .section-template-gallery_content.on {
    transform: translateY(0rem);
}

.featherlight-content .section-template-gallery_content.on {
    width: calc(100% - 50px);
    left: 25px;
}

#dupontCorian .grid-item:hover > img {
    opacity: 0.8;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#dupontCorian .section-template-gallery_content:before,
.featherlight-content .section-template-gallery_content:before {
    content: '';
    display: block;
    height: 3px;
    width: 0%;
    background-color: hsl(352, 84%, 44%);
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-delay: .55s;
}

#dupontCorian .grid-item:hover .section-template-gallery_content:before,
.featherlight-content .section-template-gallery_content.on:before {
    width: 100%;
    left: 0%;
}

#dupontCorian div[data-bind-article] {
    display: none;
}

#dupontCorian #isotope.document .grid-item,
#dupontCorian #isotope.document .grid-sizer {
    width: 15%;
}

#dupontCorian #isotope.document .grid-item {
    padding: .5rem;
    background-color: hsl(0, 0%, 90%);
    font-size: .95rem;
    position: relative;
    cursor: initial;
}

#dupontCorian #isotope.document .grid-item > .one {
    -ms-flex-align: stretch;
    align-items: stretch;
}

#dupontCorian #isotope.document .grid-item > .two {
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(352, 84%, 44%);
    top: 0;
    left: 0;
}

#dupontCorian #isotope.document .grid-item .thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#dupontCorian #isotope.document .grid-item a {
    color: #fff;
}

#dupontCorian #isotope.document .grid-item .one {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
}

#dupontCorian #isotope.document .grid-item .one > * {
    width: 100%;
    text-align: center;
}

#dupontCorian #isotope.document .grid-item .one p {
    padding: 2rem 0rem;
    min-height: 110px;
}

#dupontCorian #isotope.document .grid-item .one img:not([src*='pdf.png']) {
    width: 100%;
    height: auto;
}

#dupontCorian #isotope.document .grid-item .two {
    -ms-flex-align: center;
    align-items: center;
    font-size: .8rem;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateY(100%);
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000)
}

#dupontCorian #isotope.document .grid-item .two:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(100%) scale(0.9);
    background-color: hsla(352, 84%, 14%, .4);
    transition: all 600ms 80ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#dupontCorian #isotope.document .grid-item .two > div {
    text-align: left;
    line-height: 2;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(120%);
    transition-delay: 250ms;
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#dupontCorian #isotope.document .grid-item .two > div:first-child {
    padding: 0 1rem;
    transition-delay: 350ms;
}

#dupontCorian #isotope.document .grid-item .two > div:last-child {
    transition-delay: 450ms;
}

#dupontCorian #isotope.document .grid-item .two img {
    max-width: 40px;
    height: auto;
}

#dupontCorian #isotope.document .grid-item:hover .two {
    transform: translateY(0);
}

#dupontCorian #isotope.document .grid-item:hover .two > div {
    transform: translateY(0);
    opacity: 1;
}

#dupontCorian #isotope.document .grid-item:hover .two:after {
    transform: translateY(0) scale(0.9);
}

/* Instagram Feed Override  */
.sk-instagram-feed button[type=button] {
    color: white !important;
    background-color: hsl(352, 84%, 44%) !important;
    border-radius: 0px !important;
    border-color: hsl(352, 84%, 44%) !important;
}
.sk_popup_column_body_content a,
a.sk-instagram-feed-username, a.href_status_trigger , .sk-ig-profile-usename{
    color: hsl(352, 84%, 44%) !important;
}
a.sk-instagram-feed-follow-link {
    color: hsl(0, 0%, 40%) !important;
}

@media (max-width: 1024px) and (orientation: portrait) {
    #dupontCorian .grid-item,
    #dupontCorian .grid-sizer {
        width: 31.5%;
    }

    .featherlight-content > .case_study {
        display: none;
    }

    .featherlight .featherlight-content.re-center {
        margin-left: 0;
    }
}

@media (max-width: 736px) {
    #dupontCorian .header-template-gallery-nav a:before {
        transition: none !important;
    }

    #dupontCorian .header-template-gallery-nav-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #dupontCorian .header-template-gallery-nav-sub-items > a {
        margin: .1rem 0;
    }

    #dupontCorian .header-template-gallery-nav {
        margin-bottom: 2rem;
    }

    #dupontCorian .grid-item,
    #dupontCorian .grid-sizer,
    #dupontCorian #isotope.document .grid-item,
    #dupontCorian #isotope.document .grid-sizer {
        width: 48%;
    }

    #dupontCorian .header-template-gallery-nav-sub-items.on {
        width: 80%;
    }

    #dupontCorian .header-template-gallery-nav a {
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0.2rem 1rem;
        font-size: 1rem;
        margin-bottom: .2rem;
    }

    #dupontCorian .header-template-gallery-nav a:hover:before,
    #dupontCorian .header-template-gallery-nav div.active > a:before {
        top: 10px;
    }

    #dupontCorian #isotope.document .grid-item .two {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    #dupontCorian #isotope.document .grid-item .two > div {
        text-align: center;
        padding: 0 1rem;
    }

    #dupontCorian .section-template-gallery_content,
    .featherlight-content .section-template-gallery_content {
        display: none;
    }
}

@media screen and (max-width: 414px) {

    .section-template-gallery {
        padding: 0 !important;
    }

    .header-template-gallery-nav-items, .header-template-gallery-nav-sub-items {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start !important;
    }

    #dupontCorian .header-template-gallery-nav-items > div {
        border: 1px solid hsl(0, 0%, 90%);
        white-space: nowrap;
    }
    #dupontCorian .header-template-gallery-nav-items a  {
        transition: none!important;
    }

    #dupontCorian .header-template-gallery-nav-sub-items > a {
        white-space: nowrap;
        min-width: auto !important;
        width: 100% !important;
        padding: .5rem 1rem !important;
    }
}