/*
Theme Name: ANA Institute
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

@font-face {
    font-family: 'Riforma';
    src: url('RiformaLL-Regular.woff2') format('woff2'),
        url('RiformaLL-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}


:root {
    --pad-large: 50px;
    /* temp grid */
    --cols: 15;
    --gap: 8;
    /* px */
    --pad: 50;
    /* px */
    --line: 1;
    /* px */
}

.grid-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: transparent;
    border-left: 1px;
    border-right: 1px;
}

.grid-overlay .col, .grid-overlay .gap-line {
    position: absolute;
    top: 0;
    bottom: 0;
}

.grid-overlay .gap-line {
    width: calc(var(--line) * 1px);
    background: rgba(0, 0, 0, 0.12);
}

html, body {
    /* font-family: 'Helvetica', Arial, sans-serif; */
    font-family: 'Riforma';
    font-size: 18px;
    background-color: white;
}

.pad-large {
    padding: var(--pad-large);
}

.site-title {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 5px;
    height: 30px;
    z-index: 9999;
}

.fullscreen-active .site-title {
    background-color: transparent !important;
}

.site-title.hovered {
    min-width: calc((((100% - (var(--pad-large) * 2)) / 3)) + var(--pad-large));
}

.site-title.hovered .title-holder {
    margin-left: 3px;
}

a {
    color: inherit;
    text-decoration: none;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.menu {
    /* width: calc(33% + var(--pad-large)); */
    width: calc((((100% - (var(--pad-large) * 2)) / 3)) + var(--pad-large));
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
    display: none;
}

.menu-item {
    padding: 5px;
    padding-left: calc(2.5px + var(--pad-large));
    height: 30px;
}

/* HOMEGRID-MOBILE */
.intro-grid-wrap {
    outline: 1px red;
}

/* HOMEGRID */
.intro-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 8px;
    width: 100%;
    height: 80vh;
    padding: var(--pad-large);
    padding-bottom: 0;
    padding-top: 5px;
    margin-bottom: 20px;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 20px;
    height: 95vh;
}

.cell {
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    height: 100%;
    text-align: center;

}

.cell.fill {
    position: sticky;
}

.cell img {
    max-width: 100%;
    position: sticky;
    max-height: 100%;
    top: 0px;
}

.cell:hover {
    z-index: 999;
}

.cell img:hover {
    /* transform: scale(2);
    transform-origin: 50% 50%; */
    z-index: 500;
}

/* NAV */
.section-title {
    width: calc(33% + var(--pad-large));
    width: calc((((100% - (var(--pad-large) * 2)) / 3)) + var(--pad-large));
    /* transform: translateX(calc(0px - var(--pad-large))); */
    padding: 5px;
    padding-left: calc(3px + var(--pad-large));
    position: sticky;
    top: 0px;
    height: 30px;
    z-index: 997;
    margin-bottom: -5px;
}

section {
    padding-bottom: 20px;
}

section .content {
    padding-top: 20px;
    position: relative;
}

.team-img-wrap {
    width: 100%;
}

.team-image {
    max-width: calc((100% - ((var(--pad-large)*2))) / 3);
    right: var(--pad-large);
    max-height: 100%;
    top: 0px;
    z-index: 10;
    position: absolute;
    top: 20px;
}

section .section-inner .collapsible-content-wrap,
section .section-inner .content-wrap {
    padding-left: var(--pad-large);
    padding-right: var(--pad-large);
}

section .section-inner .content-wrap.width-2-3 {
    padding-left: var(--pad-large);
    padding-right: calc(var(--pad-large) + 33.3%);
}

/* LIST */
/* .w-1 {
    width: 6.667%;
}

.w-2 {
    width: 13.334%;
}

.w-5 {
    width: 33.33%;
} */
#single-project-list {
    margin-top: 0px;
}

.list-col {
    display: inline-block;
    font-size: 1rem;
    padding: 0 3px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-item.selected {
    cursor: pointer;
}

.list-item.selected.fullscreen {
    cursor: default;
}

.list-item,
.list-wrap {
    width: 100%;
    position: relative;
}

.list-item.fullscreen {
    position: fixed;
    top: 0px;
    z-index: 9998;
    padding-top: 4px;
}

.list-wrap {}

.list-wrap a {
    grid-column-start: 1;
    grid-column-end: end;
}

.appearance-content a,
.content-wrap a {
    text-decoration: underline;
}

.content-wrap a:hover {
    text-decoration: none;
}

.extra-info-wrap,
.list-head-wrap,
.list-item {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.2;
    padding-left: var(--pad-large);
    padding-right: var(--pad-large);
    display: grid;
    /* grid-auto-flow: column; */
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 8px;
}

.extra-info-wrap .extra-info-col {
    padding: 0 0px;
}

.appearance-content .extra-info-wrap .extra-info-col {
    padding: 0 3px;
}

.extra-info-wrap .extra-info-col:nth-of-type(1),
.extra-info-wrap .extra-info-col:nth-of-type(4),
.extra-info-wrap .extra-info-col:nth-of-type(7),
.extra-info-wrap .extra-info-col:nth-of-type(10),
.extra-info-wrap .extra-info-col:nth-of-type(13) {
    grid-column-start: 1;
    grid-column-end: 6;
}

.extra-info-wrap .extra-info-col:nth-of-type(2),
.extra-info-wrap .extra-info-col:nth-of-type(5),
.extra-info-wrap .extra-info-col:nth-of-type(8),
.extra-info-wrap .extra-info-col:nth-of-type(11),
.extra-info-wrap .extra-info-col:nth-of-type(14) {
    grid-column-start: 6;
    grid-column-end: 11;
}

.extra-info-wrap .extra-info-col:nth-of-type(3),
.extra-info-wrap .extra-info-col:nth-of-type(6),
.extra-info-wrap .extra-info-col:nth-of-type(9),
.extra-info-wrap .extra-info-col:nth-of-type(12),
.extra-info-wrap .extra-info-col:nth-of-type(15) {
    grid-column-start: 11;
    grid-column-end: -1;
}


.list-head-wrap .list-col {
    cursor: pointer;
}

.list-head-wrap .list-col:hover:after,
.list-head-wrap .list-col.active:after {
    content: '•';
    font-size: 1rem;
    margin-left: 3px;
    top: 1px;
    position: relative;
    line-height: 0;
}

.list-item.hover,
.list-item.selected:hover {
    background-color: #ffff97;
}

.appearance .list-item.selected:hover {
    background-color: #96c896;
}

.col {
    width: 33.3%;
    padding: 4px;
    padding-right: 10px;
}


.col:first-of-type() {
    padding-left: 0px;
}

.col:last-of-type() {
    padding-right: 0px;
}

.col-5-layout {
    display: flex;
}

.col-5-layout .col {
    padding-left: 0px;
}

p {
    margin-bottom: 1.3rem;
    line-height: 1.3;
}

p:last-child {
    margin-bottom: 0px;
}

h2.subtitle {
    text-align: center;
    margin-bottom: 1rem;
}

h3.label {
    font-size: 0.7rem;
}

.collapsible-title {
    width: 100%;
    padding: 5px;
    padding-left: var(--pad-large);
    padding-right: calc(33.3% + var(--pad-large));
    text-align: center;
    position: relative;
    left: calc(0px - var(--pad-large));
    cursor: pointer;
    transition: margin-bottom 0.3s ease 0.2s;
    margin-bottom: 0;
}

.collapsible-title.active {
    margin-bottom: 10px;

}

.collapsible-title.active,
.collapsible-title:hover {
    background-color: #0082ff;
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.collapsible-content.open {
    max-height: 1000px;
}

/* SINGLE */
.slick-list {
    padding-left: 8px !important;
}

.go-back {
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 0.6rem;
    text-transform: uppercase;
    cursor: pointer;
}

.close-slideshow {
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 0.6rem;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    z-index: 99999;
}

.single .close-slideshow {
    background-color: #ffff97;
}

.fullscreen .close-slideshow,
.enlarged .close-slideshow {
    display: block;
}

.img-holder {
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0px;
    min-height: 18px;
    padding-bottom: 8px;
}

.img-holder.hidden {
    padding-bottom: 0px;

}

.img-holder.hidden .hide-img-holder {
    bottom: 0px;

}

.prev-img {
    display: none;
}

.img-holder.enlarged {
    top: 0px;
    height: 100vh;
    padding-top: 10px;
}

.img-holder.enlarged .prev-img {
    display: block;
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: transparent;
    left: 0px;
    cursor: w-resize;
    z-index: 999;
    top: 0px;
}

.img-holder.enlarged img {
    max-height: calc(100vh - 70px);
    margin-right: 8px;
    cursor: e-resize !important;
    /* margin-left: 10px; */
}

.slick-track img:first-child {
    margin-left: var(--pad-large) !important;

}

.img-holder img {
    width: calc(((100vw - (var(--pad-large) * 2)) / 15) - 8px);
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    padding-bottom: 18px;
    cursor: nesw-resize;
}

.img-holder img.appearance {
    padding-bottom: 10px;
}

.img-holder img:first-of-type {
    margin-left: calc(var(--pad-large));
}

.img-holder img {
    display: none;
}

.img-holder:hover .hide-img-holder {
    display: block;
}

.appearance-content .img-holder img {
    display: inline-block;
}

.hide-img-holder {
    height: 18px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    cursor: ns-resize;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

.img-holder.hidden {
    max-height: 15px;
}

.img-holder.hidden img {
    display: none !important;
}

.img-holder.hidden .hide-img-holder {
    display: block;
}

.hide-img-holder.open:after {
    content: '▲';
    position: relative;
    font-size: 1rem;
    top: -2px;
}

.hide-img-holder.closed:after {
    content: '▼';
    position: relative;
    font-size: 1rem;
    top: -2px;
}

.hide-img-holder:hover {
    color: rgba(0, 0, 0, 1);
    /* color: #ffff97; */
}

.img-holder.enlarged img {
    width: auto;
    max-height: calc(100vh - 70px);
    max-width: calc(100vw - 16px);
    display: block;

}


body.single-project {
    padding-top: 0px;
}

.label {
    font-size: 0.7rem;
}

.project-header {
    background-color: #ffff97;
    padding-top: 5px;
    padding-bottom: 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}

.single .img-wrap img {
    cursor: pointer;
}

.single .img-wrap img:hover {
    outline: 4px #ffff97 solid;
}

.single .project-header {
    position: sticky;

}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-6 {
    grid-column-start: 6;
}

.col-start-7 {
    grid-column-start: 7;
}

.col-start-8 {
    grid-column-start: 8;
}

.col-start-9 {
    grid-column-start: 9;
}

.col-start-10 {
    grid-column-start: 10;
}

.col-start-11 {
    grid-column-start: 11;
}

.col-start-12 {
    grid-column-start: 12;
}

.col-start-13 {
    grid-column-start: 13;
}

.col-start-14 {
    grid-column-start: 14;
}

.col-start-15 {
    grid-column-start: 15;
}

.col-end-1 {
    grid-column-end: 1;
}

.col-end-6 {
    grid-column-end: 6;
}

.col-end-7 {
    grid-column-end: 7;
}

.col-end-8 {
    grid-column-end: 8;
}

.col-end-9 {
    grid-column-end: 9;
}

.col-end-10 {
    grid-column-end: 10;
}

.col-end-11 {
    grid-column-end: 11;
}

.col-end-12 {
    grid-column-end: 12;
}

.col-end-13 {
    grid-column-end: 13;
}

.col-end-14 {
    grid-column-end: 14;
}

.col-end-15 {
    grid-column-end: 15;
}

.project-header-inner {
    padding-left: var(--pad-large);
    padding-right: var(--pad-large);
    padding-bottom: 5px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 8px;
}

.project-header .label {
    margin-top: 4px;
}

.col-spacer {
    flex-grow: 1;
}

.page-content {
    padding-left: var(--pad-large);
    padding-right: var(--pad-large);
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}

.content-wrap {
    grid-column-start: 1;
    grid-column-end: end;

}

.img-wrap {
    font-size: 0px;
    width: 33.3%;
    grid-column-start: 1;
    grid-column-end: end;
    position: relative;
    left: -8px;
}

.img-wrap img {
    vertical-align: top;
}

.img-wrap.full {
    width: 100%;
}

.img-wrap.left {
    width: 33.3%;
}

.img-wrap.center {
    width: 100%;
    padding-left: 33.33%;
}

.img-wrap.right {
    width: 100%;
    padding-left: 66.66%;
}

.img-wrap.start-center {
    grid-column-start: 6;

}

.img-wrap.start-right {
    grid-column-start: 11;
}

.img-wrap.medium img {
    width: calc(((100vw - (var(--pad-large) * 2)) / 3) - 10px);
    margin-left: 8px;
    margin-bottom: 8px;
}

.img-wrap.small img {
    width: calc(((100vw - (var(--pad-large) * 2)) / 15) - 8px);
    margin-left: 8px;
    margin-bottom: 8px;
}

.img-wrap.small img.medium {
    width: calc(((100vw - (var(--pad-large) * 2)) / 3) - 10px);
    margin-left: 8px;
    margin-bottom: 8px;
}

.img-wrap.small img.medium.portrait {
    width: calc(((100vw - (var(--pad-large) * 2)) / 5) - 10px);
}

.img-wrap.large {
    display: flex;
    width: 100%;
}

.img-wrap.large img {
    max-width: 100%;
    max-width: calc(100% - 8px);

    max-height: 90vh;
    margin-left: 8px;
}

/* PUBLIC APPEARANCE */
.appearance .list-item.open {
    background-color: #96c896;

}

.appearance-content {
    background-color: #96c896;
    padding-bottom: 5px;
    display: none;
}

.appearance-content.fullscreen {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 999;
    padding-top: 30px;
}

.appearance-content.visible {
    display: block;
}

.appearance-content .image-wrap {
    padding-left: var(--pad-large);
    padding-top: 15px;

}

.appearance-content .image-wrap img {
    width: calc(((100vw - (var(--pad-large) * 2)) / 15) - 8px);
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    padding-bottom: 15px;
}

.extra-content {
    width: 33.3%;
    padding-left: var(--pad-large);
    padding-top: 5px;
    padding-bottom: 5px;
}

/* SOUNDPLAYER */

.mejs-controls {
    padding: 0px !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: none !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: transparent !important;
}

.mejs-button>button {
    filter: invert(1) brightness(0);
    -webkit-filter: invert(1) brightness(0);
}

.mejs-time {
    color: black !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(0, 0, 0, .33) !important;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-total {
    height: 5px !important;
}

.mejs-time-total {
    top: 13px !important;
}

.mejs-time-handle-content {
    border-radius: 50% !important;
    top: -6px !important;
    background-color: black !important;
    border-color: black !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 850px) {
    html, body {
        font-size: 16px;
    }

    p {
        hyphens: auto;

    }

    :root {
        --pad-large: 10px;
    }

    .site-title,
    .menu-title,
    .section-title {
        height: 25px;
    }

    /* HOMEGRID-MOBILE */
    .intro-grid {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        /* or 5, if you switch to 5 cols */
        grid-template-rows: repeat(9, minmax(0, 1fr));
        grid-auto-rows: 1fr;
        gap: 8px;

        /* reverse visual order left↔right */
        direction: rtl;
    }

    .intro-grid .cell {
        /* so content inside cells reads normally */
        direction: ltr;
    }

    .cell {
        /* align-self: stretch; */
        /* justify-self: stretch; */
        /* width: 20%;
        height: 11%; */
        /* padding: 4px; */
        text-align: center;
        /* outline: 1px solid red; */
        /* margin: 0px !important; */
        /* top: 0px!important; */
    }

    .extra-info-wrap, .list-head-wrap, .list-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        overflow: hidden;
    }

    .list-head-wrap {
        display: flex;
    }

    .list-head-wrap [data-sort="project-title"],
    .list-item .project-title {
        flex-grow: 1;
    }

    .sort-header[data-sort="project-place"],
    .sort-header[data-sort="project-medium"] {
        display: none;
    }

    .list-item .project-title {
        flex-grow: 1;
        flex-shrink: 1;
        max-width: calc(100% - 45px);
    }

    .list-item {
        display: flex;
    }

    .list-item .project-date,
    .list-item .project-place,
    .list-item .project-medium {
        padding: 0px;
    }

    .list-item .project-date {
        flex-grow: 1;
        flex-shrink: 0;
        text-align: right;
    }

    .list-item .project-medium {
        text-align: right;
        display: none;
    }

    .list-item .project-place {
        flex-grow: 1;
        display: none;
    }

    .appearance .list-item.open {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    .appearance .list-item.open .project-place,
    .appearance .list-item.open .project-medium {
        display: block;
    }

    .appearance-content .extra-info-wrap .extra-info-col {
        padding-left: 0px !important;
    }

    .extra-content {
        width: 100%;
    }

    .extra-info-col {
        margin-bottom: 5px;
    }

    .extra-info-col:last-of-type {
        margin-bottom: 0px;
    }

    /* .list-item .project-date:after,
    .list-item .project-place:after {
        content: ', ';
    } */

    section .section-inner .collapsible-content-wrap, section .section-inner .content-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-wrap .col {
        width: 80%;
        margin-bottom: 10px;
    }

    .content-wrap .col:empty {
        margin-bottom: 0px;
        padding: 0px;
    }

    .content-wrap.flex {
        flex-wrap: wrap;
    }

    .content-wrap .col:nth-child(2) {
        margin-left: 20%;
    }

    .content-wrap .col:nth-child(3) {
        width: 60%;
    }

    .collapsible-content .col:nth-child(2) {
        margin-left: 20%;
    }


    .team-image {
        top: 0px;
        width: calc(66% - 10px);
        max-width: 66% !important;
        margin-bottom: 10px;
        max-height: 1000px !important;
        position: relative;
        margin-left: 20px;
    }

    .project-header {
        padding-left: 0px;
        padding-top: 0px;
    }

    .fullscreen-active .project-header {
        position: fixed;
        height: 100%;
    }

    .project-header-inner {
        padding-left: 50px;

        display: block;
    }

    .header-col {
        width: 49%;
        display: inline-block;
    }

    .content-wrap .col:nth-child(3) {
        margin-left: 40%;
    }

    .list-col {
        padding: 0px;
    }

    .col-5-layout {
        flex-wrap: wrap;
    }

    .col-5-layout .col {
        width: 60%;
        margin-right: 0px;
    }

    .col-5-layout .col:nth-child(2) {
        margin-left: 10%;
    }

    .col-5-layout .col:nth-child(3) {
        margin-left: 20%;
    }

    .col-5-layout .col:nth-child(4) {
        margin-left: 30%;
    }

    .col-5-layout .col:nth-child(5) {
        margin-left: 40%;
    }

    .menu-item {
        padding-left: 50px;
    }

    .section-title {
        padding-left: 50px;
        width: 66%;
    }

    .menu {
        width: 66%;

    }

    .list-item.selected.fullscreen {
        padding-left: 50px;
        display: block;
    }

    .list-item.selected.fullscreen .list-col {
        padding: 0px;
        width: auto !important;
    }

    .list-item.selected.fullscreen.list-col.project-title {
        width: 90% !important;
    }

    .list-item.selected.fullscreen .project-medium {
        text-align: left;
    }

    .collapsible-title,
    section .section-inner .content-wrap.width-2-3 {
        padding-right: var(--pad-large);
    }

    .collapsible-content .col {
        width: 80%;
    }

    .slick-slide {
        height: auto !important;
    }

    .collapsible-content.flex {
        display: block;
    }

    .collapsible-content.open {
        margin-bottom: 20px;
    }

    .img-wrap.medium img.portrait,
    .img-wrap.small img.portrait {
        height: calc(((100vw - (var(--pad-large) * 2)) / 3) - 10px);
        width: auto !important;
    }

    .img-wrap.medium img,
    .img-wrap.small img {
        width: calc(((100vw - (var(--pad-large) * 2)) / 3) - 10px);
    }

    .img-holder img {
        width: calc(((100vw - (var(--pad-large) * 2)) / 6) - 8px);
    }

    .img-holder.enlarged {
        height: 100%;
        width: 100%;
    }

    .img-wrap.full {
        width: 100%;
    }

    .img-wrap.left {
        width: 100%;
    }

    .img-wrap.center {
        width: 100%;
        padding-left: 20%;
    }

    .img-wrap.right {
        width: 100%;
        padding-left: 40%;
    }

    .img-wrap.start-center {
        grid-column-start: 4;

    }

    .img-wrap.start-right {
        grid-column-start: 7;
    }

    /* .appearance .project-date {
        max-width: 7%;
    } */
    /* .appearance .project-place {
        max-width: 30%;
    } */
    /* .appearance .project-medium {
        max-width: 13%;
    } */
}