/*
viewport width 1280
vw = px / 12.8
*/
body {
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-size: 100%;
    margin-left: 2.75em;
    margin-right: 2.75em;
}
a, a:hover, a:visited, a:link {
    color: #000 !important;
}
.projectinfo a, .projectinfo a:link, .projectinfo a:hover, .projectinfo a:active, .projectinfo a:visited {
    color: #000 !important;
    text-decoration: none;
}
.menu-item {
    clear: both;
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-size: 9.2vw;
    font-weight: bold;
    letter-spacing: -0.05em; 
    vertical-align: baseline;
}
.menu-item.is-active {

}
.menu-item a {
    text-decoration: none;
    color: #000;
}
.menu-item a:hover {
    text-decoration: none;
    color: #000;
    font-style: italic;
}
.item {
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-weight: lighter;
    font-size: 10pt;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.sections {
    position:relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
section {
    display: inline-block;
    
    padding: 0 5em 0 0;
    margin: 0;
    background-color: #fff;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.projectinfo {
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-weight: lighter;
    /*font-size: 0.688em;*/
    /*font-size: 0.75vw;*/
    font-size:calc(10px + 0.1vw);
    overflow: visible !important;
    line-height: 2;
}
.projectinfo img {
    height: calc(130px + 4vw);
    display: block;
    margin: 0 auto 0 auto;
}
.projectinfo table {
    padding-top: 0.625em;
}
.projectinfo td:nth-child(1) {
    vertical-align: top;
    white-space: normal;
    width: 90px; 
}
.projectinfo td:nth-child(2) {
    vertical-align: top;
    white-space: normal;
    width: 175px;
}
.media {
    position: relative;
    padding: 0;
    margin-right: 5em;
}
figure {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.bodyText {
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-weight: lighter;
    /*font-size: 0.688em;*/
    /*font-size: 0.859375vw;*/
    /*font-size: 0.75vw;*/
    font-size:calc(10px + 0.1vw);
    white-space: normal;
    max-width: 340px;
    overflow-y: auto;
    scroll-x: auto;
    line-height: 2;
}
.bodyText p:nth-child(1) {
    margin-top: 0;
}
.quote {
    width: 340px;
    white-space: normal;
    height: 300px;
}
.quote a, .quote a:link, .quote a:hover, .quote a:active, .quote a:visited {
    color: #000;
}
section div.quoteblock {
    position: relative;
    margin: 0;
    padding: 0;
    width: 340px;
    top:50%;
    text-align: right;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.quote blockquote {
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
    font-style: italic;
    margin: 0 0.75em 0.5em 0;
}
.quote .citation {
    font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: right;
}
.endblock {
    padding-right: 0px;
    /*border-right: 1px solid black;*/
    margin-right: 3.125em;
}

.hidden {
    display: none;
}
#filler {
    /*height: 500px;*/
}
.imageBanner img {
    height: 380px;
    margin: 0 !important;
    padding: 0 !important;
}
.imageBanner.builder img {
    height: 150px;
}
.gallery {
    width: 565px;
}
.carousel { 
    vertical-align: top;
    height: 380px;

}
.carousel-cell { 
    height: 100%;
    margin: 0;
    padding: 0;
}
.caption {
    position: absolute;
    z-indeX: 100;
    width: 100%;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    margin: 0 5em 0 0;
    padding: 1.2em 0 1.2em 0;
    color: #fff;
    text-align: center;
    display: none;
}
.gallery p.caption {
    dislay: none !important;
}
.gallery:hover .caption {
    display: block;
}
.flickity-page-dots { display: none; }
.flickity-prev-next-button {
    width: 2em;
    height: 2em;
    z-index: 102;
    position: absolute;
    bottom: 0.2em;
}
.flickity-prev-next-button.previous {
    left: 2em;
}
.flickity-prev-next-button.next {
    left: 6em;
}
.flickity-prev-next-button:hover {
    background: grey;
}
/* arrow color */
.flickity-prev-next-button .arrow {
    fill: black;
}
.flickity-prev-next-button.no-svg {
    color: #000;
}

@media all and (max-width: 1024px) {
    body {
        margin-left: 1em;
        margin-right: 1em;
    }
    .projectinfo {
        font-size: 11px !important;
        line-height: 1.5;
    }
    .bodyText {
        font-size: 11px !important;
    }
}
@media all and (max-width: 1200px) {
    .projectinfo {
        font-size: 11px !important;
    }
    .bodyText {
        font-size: 11px !important;
    }
    .projectinfo img {
        height: calc(100px + 4vw);
        display: block;
        margin: 0 auto 0 auto;
    }
    .menu-item {
        font-size: 10vw;

    }
}