@media all and (min-width: 1025px){
    .col-5-section .tile {
        margin-right: 24px;
        width: calc((100% - 96px) / 5);
    }
}
@media all and (max-width: 1024px) and (min-width: 769px){
    .col-5-section .tile {
        margin-right: 24px;
        width: calc((100% - 72px) / 4);
    }
    .col-5-section .tile:nth-of-type(4n+1){
        margin-right: 24px;
    }
}
@media all and (min-width: 769px){
    .col-3-section .tile {
        margin-right: 24px;
        width: calc((100% - 48px) / 3);
    }
    .col-4-section .tile {
        margin-right: 24px;
        width: calc((100% - 72px) / 4);
    }
}

/*------------------------- Slider ---------------------------*/
.archive-slider-section{
    margin-bottom: 110px;
    overflow: visible;
}
.archive-slider-section-wrap{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.archive-slider-section-wrap::-webkit-scrollbar {
  display: none;
}

.archive-slider{
    display: inline-flex;
    flex-flow: nowrap;
    padding-left: 20px;
}
.archive-slider > div {
    display: inline-block;
    margin-bottom: 70px;
    margin-right: 20px;
    min-width: 348px;
    transition: all 0.3s ease;
}
.archive-slider > div, 
.archive-slider .tile-image{
    width: 475px;
}
.archive-slider .tile-video{
    height: 350px;
    position: relative;
}
.archive-slider > div.display-video{
    width: 625px;
}
.archive-slider > div .image-container,
.archive-slider > div .image-container.portrait-image{
    padding-bottom: 74%;
}
.archive-slider .item-name{
    padding: 0.5em 0;
}
.archive-slider .tile-thumb{
    position: relative;
}
.slider-scrollbar{
    margin: 0 auto;
    max-width: 1464px;
    scrollbar-color: #666 #ccc;
    scrollbar-width: thin;
}
.slider-scrollbar-inner{
    height: 0;
    visibility: hidden;
}
.archive-slider .item-name{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 24px 0 6px;
}
.archive-slider .subtitle{
    font-size: 12px;
    letter-spacing: 0.01em;
}

.button a{
    font-size: 14px;
}

/*------------------------- Top Section ---------------------------*/

.category-top-title{
    margin-bottom: 20px;
}

.archive-subcat a{
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.2em;
    position: relative;
}
.archive-subcat a.selected{
    color: #000;
    border-bottom: 1px solid;
    line-height: 0.8;
}
.archive-subcat a.selected:before {
    display: none !important;
}
.archive-subcat:after{
    color: #666;
    content: ', ';
    left: -0.2em;
    position: relative;
}
.archive-subcat:last-of-type:after{
    display: none;
}

/*------------------------- Margins ---------------------------*/

.col-2-section, 
.col-3-section,
.two-images-tile{
    margin-bottom: 120px;
}
.col-2-section .tile,
.col-3-section .tile{
    margin-bottom: 0;
}
.articles-landing-section-2{
    margin-bottom: 140px;
}
.articles-landing-section-3{
    margin-bottom: 120px;
}
.articles-landing-section-11{
    margin-bottom: 50px;
}

/*------------------------- Tiles ---------------------------*/

.col-2-1-section .tile:nth-of-type(1){
    margin-bottom: 20px;
}
.col-2-section .tile-title .item-name,
.col-2-1-section .tile:nth-of-type(1) .tile-title .item-name{
    margin: 24px 0 0px;
}
.col-3-section .tile-title .item-name{
    margin: 21px 0 0;
}
.col-2-1-section .tile:nth-of-type(2) .tile-title .item-name, 
.col-2-1-section .tile:nth-of-type(3) .tile-title .item-name {
    margin-top: 17px;
    margin-bottom: 0;
}
.col-2-section .tile-sibtitle,
.col-3-section .tile-sibtitle,
.col-2-1-section .tile:nth-of-type(1) .tile-sibtitle{
    margin-bottom: 9px;
}
.col-2-section .tile-description,
.col-3-section .tile-description,
.col-2-1-section .tile:nth-of-type(1) .tile-description{
    margin-bottom: 23px;
}

@media all (min-width: 769px) {
    .col-2-1-section .tile:nth-of-type(1) .image-container {
        padding-bottom: 84%;
    }
}

.col-3-section .tile .image-container {
    padding-bottom: 93%;
}
.articles-landing-section-6.col-3-section .tile .image-container {
    padding-bottom: 121%;
}
.articles-landing-section-6.col-3-section .tile-title .item-name, 
.articles-landing-section-6.col-3-section .tile-sibtitle,
.col-4-section .tile-title .item-name, 
.col-4-section .tile-sibtitle{
    font-size: 18px;
}
.articles-landing-section-6.col-3-section .tile-title .item-name {
    margin: 18px 0 2px;
}
.col-4-section .tile-title .tile-title{
    margin-bottom: 10px;
}
.col-4-section .tile-title .item-name{
    margin: 18px 0 2px;
}
.articles-landing-section-6.col-3-section .tile-description {
    margin-bottom: 18px;
}
@media all and (min-width:789px){
    .articles-landing-section-6 .tile:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)){
        display: none;
    }
}

.articles-landing-section-7 .two-images-tile .tile-title .item-name{
    margin-top: 24px;
    margin-bottom: -9px;
}
.articles-landing-section-7 .two-images-tile .tile-title{
    margin-bottom: 10px;
}
.articles-landing-section-7 .two-images-tile .tile-description{
    margin-bottom: 15px;
    padding-right: 5%;
}

.col-4-section .tile .image-container.portrait-image {
    padding-bottom: 121%;
}
.articles-landing-section-11 .tile-title{
    margin-bottom: 10px;
}
.articles-landing-section-11 .tile-description {
    display: none;
}

.articles-landing-section-12 .tile .image-container{
    padding-bottom: 65.6%;
}
.articles-landing-section-12 .tile-title .item-name, 
.articles-landing-section-12 .tile-sibtitle {
    font-size: 50px;
}
.articles-landing-section-12 .tile-title {
    margin-bottom: 8px;
}
.articles-landing-section-12 .tile-title .item-name {
    margin: 25px 0 -6px;
}
.articles-landing-section-12 .two-images-tile .tile-description{
    padding-right: 5%;
}

@media (min-width: 1025px){
    .tile:hover .video-marker .phase1{
        animation: icon_pulse_phase1 1s infinite;
    }
    .tile:hover .video-marker .phase2{
        animation: icon_pulse_phase2 1s infinite;
    }
}

/*------------------------- Featured Section ---------------------------*/

.featured-post-section{
    background-position: center;
    height: 48.3vw;
    margin-bottom: 100px;
    max-height: 800px;
}
.featured-post-section-text-wrap{
    align-content: space-around;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 100px;
    text-align: center;
}
.featured-post-section .h1-subtitle,
.featured-post-section-title{
    color: #fff;
}
.featured-post-section a:hover{
    border-color: #fff;
}
.page-template-template-articles-archive .featured-post-section .wrap-wide{
    position: relative;
    top: -20px;
}
.featured-post-section .featured-post-title{
    margin-bottom: 15px;
}
.featured-post-section .button a{
    min-width: 126px;
}
.featured-post-title {
    margin: 25px 0 17px;
}

/*------------------------- Various Other Sections ---------------------------*/

.archive-section-row-inner{
    overflow: hidden;
    position: relative;
}
.split-tile{
    margin: 120px 0;
}
.split-tile .tile-text{
    margin-top: -14px;
}
.split-tile .item-name{
    margin-bottom: -6px;
}
.split-tile-bottom {
    bottom: -13px;
}
.split-tile .tile-description{
    margin-bottom: 14px;
    max-width: 570px;
}
@media all and (max-width: 768px){
    .split-tile{
        margin: 0 0 50px;
    }
    .articles-landing-section-10 .split-tile .image-container {
        padding-bottom: 133%;
    }
}

@media all and (min-width: 769px){
    .archive-load-more {
        margin-bottom: 115px;
        margin-top: 84px;
        text-align: right;
    }
    .page-template-template-articles-archive .articles-landing-section-14{
        padding-top: 0;
    }
    .page-template-template-articles-archive .articles-landing-section-14 .archive-section-row-inner {
        margin-bottom: -90px;
        padding-top: 90px;
    }
}
.archive-load-more a{
    letter-spacing: 0.01em;
}
.post-type-archive-exhibit .archive-load-more{
    margin-top: -6px;
}

.articles-landing-section-14{
    padding-top: 90px;
}
.articles-landing-section-14 .tile-title{
    margin-bottom: 10px;
}
.articles-landing-section-14 .tile {
    margin-bottom: 120px;
}

/*------------------------- Video Landing ---------------------------*/

.videos-landing-section-1 .featured-post-section{
    margin-bottom: 117px;
}
.archive-slider-section-wrap{
    margin-top: 20px;
}
.videos-landing-section-2 .underlined-section-title,
.videos-landing-section-3 .underlined-section-title{
    border-bottom: 0;
    margin-bottom: 0px;
    margin-top: 20px;
}
.videos-landing-section-4 .split-tile{
    margin-top: 0;
}
.videos-landing-section-4 .split-tile .tile-text {
    margin-top: 0;
}
.videos-landing-section-4 .split-tile-bottom{
    bottom: 0;
}
.videos-landing-section-4 .split-tile .tile-description{
    margin-bottom: 35px;
    max-height: none;
    max-width: 600px;
}

/*------------------------- Marketplace Listings ---------------------------*/
.adapt-height-content-wrapper{
    overflow: visible;
}
.archive-marketplace-products-row{
    overflow: hidden;
}
.marketplace-listings-section{
    min-height: 20vh;
}
.marketplace-listings-section .tile .image-container,
.marketplace-listings-section .tile .image-container.portrait-image{
    padding-bottom: 100%;
}
.marketplace-listings-section .tile{
    margin-bottom: 115px;
}
.marketplace-listings-section .tile-title .item-name, 
.marketplace-listings-section .subtitle{
    font-size: 18px;
}
.marketplace-listings-section .tile-title .item-name{
    margin: 18px 0 0;
}

@media all and (max-width: 1024px){
    .marketplace-listings-section .tile {
        margin-bottom: 60px;
    }
}

@media all and (max-width: 768px) and (min-width: 641px){
    .articles-landing-section-6 .tile {
        margin-right: 0;
    }
    .articles-landing-section-6 .tile:nth-of-type(2n){
        clear: none;
    }
}

@media all and (max-width: 768px){
    .video-marker{
        right: 10px;
        top: 10px;
    }
    .category-top-title {
        margin-bottom: 5px;
    }

    .homepage-jarallax-banner-link {
        margin-bottom: 30px;
        display: block;
    }

    .articles-landing-section-1 .tile, 
    .articles-landing-section-2 .tile{
        width: 100%;
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1) .image-container, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2) .image-container{
        padding-bottom: 90%;
    }
    .articles-landing-section-5 .split-tile .image-container {
        padding-bottom: 85%;
    }
    .articles-landing-section-4 .tile:last-of-type .image-container,
    .col-3-section .tile .image-container,
    .articles-landing-section-12 .tile .image-container {
        padding-bottom: 81%;
    }
    .tile-description{
        margin-bottom: 9px !important;
    }

    .articles-landing-section-1 .tile:first-of-type .tile-title .item-name,
    .articles-landing-section-1 .tile:first-of-type .tile-sibtitle,
    .articles-landing-section-7 .two-images-tile .tile-title .item-name,
    .articles-landing-section-7 .two-images-tile .tile-sibtitle,
    .articles-landing-section-10 .tile-title .item-name,
    .articles-landing-section-10 .tile-sibtitle{
        font-size: 24px;
        margin: 0;
    }
    .articles-landing-section-1 .tile:last-of-type .tile-title .item-name,
    .articles-landing-section-1 .tile:last-of-type .tile-sibtitle,
    .articles-landing-section-2 .tile-title .item-name,
    .articles-landing-section-2 .tile-sibtitle,
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(3) .tile-title .item-name, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(3) .tile-sibtitle,
    .articles-landing-section-5 .split-tile .item-name,
    .articles-landing-section-5 .split-tile .tile-sibtitle,
    .articles-landing-section-8 .tile-title .item-name,
    .articles-landing-section-8 .tile-sibtitle,
    .articles-landing-section-12 .tile-title .item-name, 
    .articles-landing-section-12 .tile-sibtitle{
        font-size: 18px;
        margin: 0;
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1) .tile-title .item-name, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1) .tile-sibtitle, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2) .tile-title .item-name,
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2) .tile-sibtitle,
    .articles-landing-section-6.col-3-section .tile-title .item-name,
    .articles-landing-section-6.col-3-section .tile-sibtitle,
    .articles-landing-section-11 .tile .tile-title .item-name,
    .articles-landing-section-11 .tile .tile-sibtitle,
    .articles-landing-section-15 .tile .tile-title .item-name,
    .articles-landing-section-15 .tile .tile-sibtitle,
    .marketplace-listings-section .tile-title .item-name, 
    .marketplace-listings-section .subtitle{
        font-size: 12px;
        margin: 0;
    }

    .articles-landing-section-1 .tile:first-of-type .tile-title,
    .articles-landing-section-7 .two-images-tile .tile-title,
    .articles-landing-section-10 .tile-title,
    .articles-landing-section-1 .tile:last-of-type .tile-title,
    .articles-landing-section-2 .tile-title,
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(3) .tile-title,
    .articles-landing-section-5 .split-tile .tile-title,
    .articles-landing-section-8 .tile-title,
    .articles-landing-section-12 .tile-title{
        margin: 20px 0 10px;
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1) .tile-title, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2) .tile-title,
    .articles-landing-section-6.col-3-section .tile-title,
    .articles-landing-section-11 .tile .tile-title,
    .marketplace-listings-section .tile-title,
    .articles-landing-section-15 .tile .tile-title{
        margin: 14px 0 6px;
    }

    .col-2-section, 
    .col-3-section,
    .articles-landing-section-2,
    .col-2-1-section{
        margin-bottom: 0;
    }
    .col-2-section .tile, 
    .col-3-section .tile,
    .col-2-1-section .tile,
    .two-images-tile,
    .articles-landing-section-14 .tile {
        margin-bottom: 45px;
    }
    .articles-landing-section-11,
    .marketplace-listings-section .tile{
        margin-bottom: 25px;
    }
    .articles-landing-section-6 .tile {
        margin-bottom: 30px;
    }


    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1), 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2),
    .articles-landing-section-6 .tile{
        width: calc(50% - 7.5px);
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1),
    .articles-landing-section-6 .tile:nth-of-type(2n-1){
        float: left;
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2),
    .articles-landing-section-6 .tile:nth-of-type(2n){
        float: right;
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(3),
    .articles-landing-section-8 .tile{
        float: none;
        width: 100%;
    }
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1) .video-marker, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2) .video-marker,
    .articles-landing-section-6 .tile .video-marker,
    .load_more_section .tile .video-marker,
    .articles-landing-section-11 .tile .video-marker{
        right: calc(50% - 20px);
        top: calc(50% - 20px);
    }


    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(1) .tile-description, 
    .articles-landing-section-3.col-2-1-section .tile:nth-of-type(2) .tile-description,
    .articles-landing-section-6 .tile-description{
        display: none;
    }

    .articles-landing-section-12 .tile{
        margin-bottom: 6px;
    }
    .articles-landing-section-15{
        margin-top:40px;
    }

    .articles-landing-section-5 {
        padding: 0;
    }
    .articles-landing-section-5 .split-tile .tile-text{
        margin-top: 0;
        padding: 5px 15px 8px;
    }
    .articles-landing-section-5 .split-tile-bottom {
        margin-top: 15px;
    }

    .page-template-template-articles-archive .featured-post-section .wrap-wide{
        top: 12;
    }
    .featured-post-section {
        height: 122vw;
        margin-bottom: 50px;
    }
    .featured-post-section .button a{
        font-size: 11px;
        margin-top: 6px;
        min-width: 0;
        width: auto;
    }
    .featured-post-section .featured-post-title {
        margin: 7px 0 0;
    }
    .articles-landing-section-14{
        margin-top: 20px;
        padding-top: 0;
    }

    /*Marketplace*/
    .marketplace-filter-section .wrap{
        margin-bottom: 25px;
        margin-top: -8px;
    }
    .post-type-archive-exhibit .archive-load-more{
        margin-bottom: 35px;
        margin-top: 13px;
    }
    .filters-mobile-title{
        font-family: 'Suisse Intl', sans-serif;
        letter-spacing: 0.02em;
    }

    /*Videos*/
    .post-type-archive-videos .category-top-section .wrap{
        padding-bottom: 40px;
    }
    .post-type-archive-videos .featured-post-section .button a{
        font-size: 10px;
        margin-top: 8px;
        padding: 0 20px;
    }
    .videos-landing-section-1 .featured-post-section {
        margin-bottom: 28px;
    }
    .post-type-archive-videos .archive-slider{
        display: block;
        padding: 0 15px;
    }
    .post-type-archive-videos .archive-slider > div{
        margin-bottom: 22px;
        margin-right: 0;
        width: 100%;
    }
    .post-type-archive-videos .archive-slider-section-wrap{
        height: auto !important;
        margin-top: 0;
    }
    .post-type-archive-videos .archive-slider > div .image-container, 
    .post-type-archive-videos .archive-slider > div .image-container.portrait-image {
        padding-bottom: 80.5%;
    }
    .post-type-archive-videos .archive-slider .tile-image{
        width: 100%;
    }
    .post-type-archive-videos .archive-slider .item-name{
        padding: 20px 0 6px;
    }
    .post-type-archive-videos .archive-section-mobile-more.button{
        display: none !important;
    }
    .post-type-archive-videos .archive-slider-section{
        margin-bottom: 0;
    }
    .post-type-archive-videos .featured-post-section{
        margin-bottom: 29px;
    }
    .videos-landing-section-2 .underlined-section-title, 
    .videos-landing-section-3 .underlined-section-title {
        border-bottom: 1px solid;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .post-type-archive-videos .split-tile .tile-sibtitle{
        font-size: 24px;
        max-height: none;
    }
    .post-type-archive-videos .split-tile-bottom {
        margin-top: 16px;
    }
    .post-type-archive-videos .split-tile-bottom .tile-description {
        margin-bottom: 20px !important;
    }
    .post-type-archive-videos .split-tile-bottom .button a{
        font-size: 10px;
        padding: 0 20px;
        width: auto;
    }
    .post-type-archive-videos .split-tile {
        margin: 0;
    }
    .post-type-archive-videos .underlined-more-button:after{
        background-image: url("../images/Nav arrow-right.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        content: "";
        display: inline-block;
        height: 8px;
        margin-left: 10px;
        width: 16px;
    }
    .post-type-archive-videos footer {
        margin-top: 30px;
    }
}