﻿@charset "utf-8";
/* CSS Document */

.ie-legacy {
    display:none;
}

.product-page {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color:#000;
}

    .product-page h2, 
    .product-page h3, 
    .product-page h4{
        font-weight:normal;
    }
    
    .product-page h2 {
        margin-top:0;
    }
    
    .product-page h3 {
        margin-top:0;
        margin-bottom:0;
    }

    .product-page img {
        width: 100%;
    }

.section {
    padding: 70px 0;
}

    .section-grey {
        background-color: #eee;
    }
    .section-black{
        background-color: black;
        color: white;
    }

    .section h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 70px;
        text-align: center;
    }

    .section p{
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 70px;
        text-align: center;
    }

    .section .container{
        padding-top:0;
        padding-bottom:0;
    }

    .section .quote {
        margin-top:25px;
    }

        .section .quote .quote-text {
            font-size: 20px;
            line-height: 28px;
            margin-bottom:35px;
        }
    
        .section .quote .quote-byline {
            font-size: 13px;
            line-height: 18px;
            margin-bottom:0;
        }


.splash {
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
    padding: 150px 0;
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
}

    /* Dark overlay on top of background to make text more legible */
    .splash:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.15);
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .splash h1 {
        color: white;
        font-family: 'HelveticaNeueCond', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 60px;
        font-weight: normal;
        line-height: 72px;
        letter-spacing: 4px;
        text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        text-transform: uppercase;
    }

    .splash p {
        max-width: 600px;
        display: block;
        margin: 20px auto;
    }
    
    .splash .credit {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
    @media (max-height: 900px) and (min-width: 767px) {
        .splash {
            background-position: center;
            background-image: url('https://www.artnet.com/services/productpages/assets/images/pdb/splash.jpg') !important;
        }
    }
    
    
.intro {
}
    
    .intro p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom:0px;
    }
    
.section.quote {
    padding: 70px 0;
    background-color: white;
}

    .section.quote .quote-text {
        font-family: 'HelveticaNeueCond', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 2px;
        /*text-align: center;
        margin-bottom: 70px;*/
    }
    
    .section.quote .quote-byline {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom:0;
    }


.triptych {
    text-align:center;
}
    .triptych img {
        width:auto;
        margin-bottom:15px;
    }


.faq-list {
}
    .faq-list .faq-question-content,
    .faq-list .faq-answer-content {
        padding-right:20px;
    }
    .faq-list .faq-answer-content{
        font-size:13px;
        line-height:20px;

        margin:15px 0 20px;
        padding-bottom:30px;
        border-bottom: 1px solid #dadada;
    }    

    .faq-list .faq-question-content,
    .faq-list .faq-question-content:focus{
        font-size:15px;
        line-height:30px;
        color:inherit;
        
        display:block;
        position:relative;
        padding-top:10px;
        padding-bottom:10px;
    }
        .faq-list .faq-question-content:hover,
        .faq-list .faq-question-content:active {
            color: #b3b3b3;
            text-decoration: none;
        }

        .faq-list .faq-question-content .glyphicon{
            position: absolute;
            z-index: 3;
            top:50%; right: 3px;
            margin-top:-6px;
            font-size:12px;
        }
    
    .faq-list .glyphicon-chevron-down,
    .faq-list .collapsed .glyphicon-chevron-up{
        display:none;
    }

    .faq-list .collapsed .glyphicon-chevron-down{
        display:block;
    }


.cta,
.cta:focus {
    display: inline-block;
    padding: 10px 25px;
    margin: 30px 0;
    border:solid 1px black;
    
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
    .cta:hover,
    .cta:active {
        color: #b3b3b3;
        border-color: #b3b3b3;
        text-decoration: none;
    }

    .cta-small,
    .cta-small:focus {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
        padding: 8px 12px;
    }

    .cta-text,
    .cta-text:focus {
        border:none;
        padding-top:0;
        padding-bottom:0;
    }
        .cta-text:hover,
        .cta-text:active {
            color:inherit;
            text-decoration: underline;
        }

    .cta-white,
    .cta-white:focus {
        color: black;
        background-color: white;
        border: none;
    }
        .cta-white:hover,
        .cta-white:active {
            color: #b3b3b3;
        }

    .cta-black,
    .cta-black:focus {
        color: white;
        background-color: black;
        border: none;
    }
        .cta-black:hover,
        .cta-black:active {
            color: white;
            background-color: #b3b3b3;
        }


.table-nonfluid {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
}


.divider-bottom.container {
    margin-top:-1px;
    padding-top:0;
    padding-bottom:0;
    border-bottom: 1px solid #dadada;
}

.customized-site {
    padding-top: 0;
}

    .customized-site .credit {
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
        color: #fff;
    }

    .customized-site .img-holder {
        margin-top: -263px;
        margin-bottom: 50px;
    }

    .customized-site p {
        margin-bottom: 20px;
    }

#reach.section-grey {
    background-color: #eee;
}

.bg-section {
    background: url('https://www.artnet.com/services/productpages/assets/images/pdb/bg_customized_site.jpg') no-repeat 50% 0;
    background-size: cover;
    height: 430px;
    position: relative;
}
    
@media (max-width: 767px) {
    .intro p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .splash {
        background-attachment: scroll;
        background-position: center bottom;
        padding: 50px 0;
        background-image: url('https://www.artnet.com/services/productpages/assets/images/pdb/splash.jpg')!important;
    }

    .splash h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 3px;
    }

    .splash .gallery-name {
        left: 0;
        width: 100%;
    }

    .quote .quote-text, #following h3.social-label {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 2px;
    }
    
    #apply a.cta-black {
        width: 100%;
    }

    .customized-site {
        padding: 37px 0 0;
        position: relative;
    }

    .customized-site:before {
        border-top: 1px solid #e5e5e5;
        position: absolute;
        content: "";
        top: 0;
        left: 15px;
        right: 15px;
    }

    .customized-site .img-holder {
        margin-top: 0;
        padding-top: 20px;
    }

    .customized-site .bg-section {
        display: none;
    }
    
    .customized-site .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .customized-site .img-holder img {
        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    .customized-site .credit {
        top: 10px;
        bottom: auto;
    }

    .customized-site .img-holder img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }
}