﻿/*Initial----------------------------------------*/

@font-face {
    font-family: 'comme';
    src: url('/fonts/comme-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'commeMedium';
    src: url('/fonts/Comme-Medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'commeSemiBold';
    src: url('/fonts/Comme-SemiBold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: comme, Arial, Helvetica, sans-serif !important;
    font-size: 75%;
    color: #444;
}

.mobile-only {
    display:none;
}
.desktop-tablet-only {
    display: inline-block;
}

.semibold {
    font-family: commeMedium, Arial, Helvetica, sans-serif !important;
}

.hero-text {
    position: absolute;
    top: 120px;
    width: 100%;
}

    .hero-text > span {
        display: flex;
        justify-content: center;
        font-family: 'Ephesis', 'Times New Roman', Times, serif;
        font-size: 4.5em;
        color: #08b4ae;
        font-weight: normal;
    }

        .hero-text > span span {
            position: relative;
            left: 1px;
            font-size: 0.8em;
        }

.hero-sub {
    position: absolute;
    top: 745px;
    width: 100%;
}

    .hero-sub > span {
        display: flex;
        justify-content: center;
        font-family: 'Ephesis', serif;
        font-size: 2.5em;
        color: #ffffffa6;
        font-weight: normal;
    }

h1 {
    color: #06c9c2;
    font-size: 2.8em;
    font-weight: normal;
    margin: 0 0 22px;
    padding: 3em 0 0;
    letter-spacing: -1px;
}

    h1.standard {
        margin: 0 10% 0;
        padding: 3em 0 0;
    }

h2 {
    font-weight: normal;
}

h2.heading-info {
    display: flex;    
    text-align: center;
    margin: 2em 0 0 0;
    font-weight: normal;
    font-size: 1em;
    justify-content: center;
    color: #444444;
}

    h2.heading-info span {
        padding: 1.5em 2em;
        background-color: #def6f5;
        width: 100%;
    }

.page-content {
    margin: 0 10% 4em;
}

.page-content.flex {
    display: flex;
    flex-wrap: wrap;
}

.page-content.flex.column {
    flex-direction:column;
}

    .page-content h1 {
        color: #06c9c2;
        flex-basis: 100%;
    }

    .page-content h2 {
        color: #06c9c2;
        flex-basis: 100%;
        font-family: commeMedium, Arial, Helvetica, sans-serif !important;
    }

a {
    cursor: pointer;
    text-decoration: none;
    color: #06b4ae;
}

    a:hover {
        color: #0a7b77;
    }

    a.reverse {
        color: #0a7b77;
    }

        a.reverse:hover {
            color: #06b4ae;
        }

    a.selected {
        color: #06b4ae;
    }

    a.box {
        background-color: #97dad8;
        padding: 2em;
        align-content: center;
        margin: 0.5em 0 1.5em;
        color: #444444;
        font-size: 1rem;
        display: inline-block;
    }

p {
    font-size: 1.2em;
    margin: 0 0 1em;
    line-height: 1.8em;
}

    p.intro {
        margin: 1.4em 10% 1.5em;
    }

        p.intro + .gallery.mixed .row {
            padding-top: 0;
        }

.highlight {
    font-family: commeMedium, Arial, Helvetica, sans-serif !important;
    color: #08b4ae;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

    ul li {
        font-size: 1.15em;
        line-height: 1.4em;
    }

img {
    border: 0;
    display: block;
}

.unavailable {
    font-size: 1.2em;
}

.contact {
    font-size: 1.2em;
    padding: 2em 0;
}

    .contact li {
        padding: 0.5em 0;
    }

        .contact li span {
            color: #08b4ae;
        }


.button {
    color: #ffffff;
    padding: 1.2em;
    margin: 2.5em;
    border: none;
    font-size: 1.2em;
    background-color: #08b4ae;
}

.nomargintop {
    margin-top:0 !important;
}

/*Cookie consent --------------------------------*/

.cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 3em;
    text-align: center;
    font-size: 1.5em;
    background-color: #def6f5;
    z-index: 500;
    border-top: 2px solid #08b4ae;
}

    .cookie button {
        margin: 0 0 0 1em;
        background-color: #97dad8;
        border: none;
        font-size: 1em;
        font-weight: normal;
        color: #444444;
    }

        .cookie button span {
            padding: 1em;
            display: block;
        }


/*Header----------------------------------------*/

.header_outer {
    position: relative;
}

header .hamburger {
    display:none;
}

header .menu ul.mobile-header {
    display: none;
}

header {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #dddddd;
    background-color: rgba(255,255,255,0.8);
    z-index: 200;
}

    header .menu {
        display: flex;
    }

    header .menu ul {
        display:flex;
    }

    header .logo {
        margin: 15px 10px 0 0;
    }

    header img {
        background-color: none;
    }

    header .menu ul.subject {
        margin: 20px 0;
        padding: 0 16px 0 14px;
        position: relative;
    }

        header .menu ul.subject-dropdown {
            align-self: flex-end;
            display: none;
        }

    header .menu ul.type {
        margin: 20px 0;
        padding: 0 16px 0 14px;
        position: relative;
    }

    header .menu ul.info {
        margin: 20px 0;
        padding: 0 16px 0 14px;
        position: relative;
    }

    header .menu ul li {
        margin: 0 16px 0;
    }

    header .menu ul.divider:after {
        content: "";
        position: absolute;
        top: 3px;
        border-right: 3px solid #4dd1cc;
        height: 13px;
        right: 0;
    }

    header .menu a {
        color: #444444;
    }

        header .menu a:hover {
            color: #0a7b77;
        }

        header .menu a.selected {
            color: #06b4ae;
        }
    
/*Hero------------------------------------------*/

    .hero-slider {
    display: flex;
    justify-content: center;
    position:relative;
    }

        .hero-slider .flexslider .slides img {
            height: 100vh;
            object-fit: cover;
            object-position: top;
        }

        .hero-slider .intro {
            position: absolute;
            top: 50px;
            left: 100px;
            padding: 20px;
            background-color: rgba(255,255,255,0.7);
        }

        .hero-slider .outer {
            height: 100vh;
            position: absolute;
            width: 100%;
            justify-content: center;
            display: flex;
        }

        .hero-slider .outer .inner {
            display: flex;
            justify-content: center;
            position: absolute;
            z-index: 100;
            bottom: 6%;
        }

        @media screen and (orientation:portrait) {
            .hero-slider .outer {
                bottom: 94px;
            }
        }

            .hero-slider .outer .inner p {
                color: #000000;
                font-size: 1.4em;
                border: 1px solid #ffffff;
                padding: 1em;
                background: rgba(255,255,255,0.7);
                margin: 0;
            }

                .hero-slider .outer .inner p:after {
                    content: "";
                    position: absolute;
                    bottom: -19px;
                    border-top: 20px solid #ffffff;
                    border-right: 20px solid transparent;
                    border-left: 20px solid transparent;
                    border-bottom: none;
                    left: 50%;
                }

    .hero-slider #slider .flex-direction-nav .flex-nav-prev,
    .hero-slider #slider .flex-direction-nav .flex-nav-next {
        line-height: 3em;
    }

    .hero-slider #slider .flex-direction-nav a:before {
        color:rgba(255,255,255,0.7); 
    }

    .flexslider .flex-direction-nav .flex-next {
        right: 5px; /* adjust offset to match the hover style */
        opacity: 0.7; /* adjust opacity to match the hover style */
    }

    .flexslider .flex-direction-nav .flex-prev {
        left: 14px; /* adjust offset to match the hover style */
        opacity: 0.7; /* adjust opacity to match the hover style */
    }

.hero-slider #carousel {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 0 10px 10px;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
}
        .hero-slider #carousel .slides {
            transform: none !important;
        }

            .hero-slider #carousel .slides li {
                width: 100px !important;
            }

    .hero-slider .view-eye {
        position: absolute;
        z-index: 100;
        bottom: 3%;
        cursor: pointer;
    }

.hero-slider .pointer {
    z-index: 100;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 10px 10px;
    background-color: rgba(255,255,255,0.4);
}

        .hero-slider .pointer span.highlight {
            color: #08b4ae;
            margin-right: 4px;
            font-size: 1.3em;
        }

.image_info {
    position: absolute;
    font-size: 1.5em;
    top:0;
}

/*Arrows------------------------------------------*/

.to-top {
    width: 20px;
    color: #888888;
    padding-top: 1.8em;
    display: inline-block; /* or block */
    position: relative;
    text-decoration: none;
    margin-left: 5px;
}

    .to-top:before {
        content: '▲';
        font-size: 1em;
        position: absolute;
        top: 0;
        border: solid 2px #888888;
        border-radius: 10em;
        width: 16px;
        height: 16px;
        line-height: 1.3em;
        text-align: center;
    }

        .hero-slider .pointer.left .to-top:before {
            transform: rotate(90deg);
        }

        .hero-slider .pointer.right .to-top:before {
            transform: rotate(180deg);
        }

/*---------------------------------------------------*/
/*Filters*/
/*---------------------------------------------------*/

.filter + .gallery.mixed .row {
    padding-top: 2em;
}

.filter {
    display: flex;
    margin: 0 16%;
    padding: 8em 0 0;
    column-gap: 3em;
}

    .filter a.item {
        display: flex;
        flex-direction: column;
        flex-basis: 25%;
        font-size: 1.2em;
        padding: 1em;
        text-align: center;
        border: 2px solid #bbbbbb;
        color: #444444;
        line-height: 1.4em;
        justify-content: center;
        align-items: center;
    }

        .filter a.item:hover {
            background-color: #def6f5;
        }

        .filter a.item.selected {
            font-family: commeMedium, Arial, Helvetica, sans-serif !important;
            color: #08b4ae;
            border: 2px solid #08b4ae;
            background-color: #def6f5;
        }

        .filter a.item.home-logo {
            background: url(/img/site/home_grey_w32.png) no-repeat center;
            flex-basis: 4%;
        }

            .filter a.item.home-logo:hover {
                background-image: url(/img/site/home_w32.png);
                background-color: #def6f5;
            }

/*---------------------------------------------------*/
/*Galleries*/
/*---------------------------------------------------*/

.gallery.in-page {
    margin: 6em 0;
}

    /*Gallery simple---------------------------------*/


    .gallery.simple .row {
        position: relative;
        padding: 0 4%;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        column-gap: 4%;
    }

        .gallery.simple .row .collection {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

            .gallery.simple .row .collection .collection_name {
                order: 1;
                text-align: center;
                font-size: 2em;
                display: block;
                padding: 3% 0;
                color: #fff;
                background-color: #08b4ae;
            }
                .gallery.simple .row .collection .collection_name:hover {
                    color: #ffffff;
                }

            .gallery.simple .row .collection .item img {
                order:0;
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
                aspect-ratio: 3 / 2;
                background-color: blue;
            }

    /*Gallery multi---------------------------------*/

    .gallery.multi .row {
        padding: 2% 1% 0;
    }

        .gallery.multi .row .collection {
            display: flex;
            column-gap: 3%;
        }

            .gallery.multi .row .collection .collection_name {
                max-width: 100%;
                max-height: 100%;
                text-align: center;
                font-size: 2em;
                display: block;
                padding: 3% 2%;
                color: #fff;
                background-color: #08b4ae;
            }

            .gallery.multi .row .collection .collection_name:hover {
                color: rgba(89,99,177,1);
            }

            .gallery.multi .row .collection .paintings {
                display: flex;
                gap: 3em 2em;
                flex-wrap: wrap;
            }

            .gallery.multi .row .collection .paintings .item {
                flex: 0 0 18%;
            }

                .gallery.multi .row .collection .paintings .item img {
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: cover;
                }

                .gallery.multi.square .row .collection .paintings .item img {
                    aspect-ratio: 1 / 1;
                }

                .gallery.multi.landscape .row .collection .paintings .item img {
                    aspect-ratio: 3 / 2;
                }

/*Gallery mixed ---------------------------------*/

.gallery.mixed .row {
    padding: 7em 2em 0;
}

    .gallery.mixed .row .collection .collection_name.js-square {
        position: relative;
        display: flex;
        align-content: flex-end;
    }

        .gallery.mixed .row .collection .collection_name.js-square div .collection_name_text {
            text-align: right;
            font-size: 2em;
            position: absolute;
            color: #ffffff;
            bottom: 4%;
            right: 5%;
            line-height: 1.2em;
            margin: 0;
            font-weight: normal;
        }

            .gallery.mixed .row .collection .collection_name.js-square div .collection_name_text span {
                display: block;
            }

.gallery.mixed .row .collection .paintings {
    display: flex;
    gap: 3em;
    flex-wrap: wrap;
    margin: 1em 0 6em 0;
    justify-content: center;
}

    .gallery.mixed .row .collection .paintings .item {
        position: relative;
    }

        .gallery.mixed .row .collection .paintings.charities .item > div {
            position: relative;
        }

            .gallery.mixed .row .collection .paintings .item .quick-note {
                position: absolute;
                bottom: 0;
                background-color: rgba(255, 255, 255, 0.7);
                padding: 0.5em 0.7em 0.4em 0.5em;
                color: #444444;
                font-size: 1.2em;
            }

            .gallery.mixed .row .collection .paintings .item img {
                max-width: 100%;
                max-height: 100%;
            }

        .gallery.mixed .row .collection .paintings.charities {
            justify-content: flex-start;
            margin: 3em 0 4em;
            padding: 0 10% 4em;
            border-bottom: 1px solid #bbbbbb;
        }

    .gallery.mixed .row .collection .paintings.charities .collection_name.js-square {
        flex-direction: column;
        padding: 0;
        justify-content: center;
        border: 2px solid #08b4ae;
        background-color: #ffffff;
    }

    .gallery.mixed.square .row .collection .paintings .item img {
        aspect-ratio: 1 / 1;
    }



/*---------------------------------------------------*/
/* Painting details                                  */
/*---------------------------------------------------*/

.banner.img {
    height: 30vh;
    object-fit: cover;
    width: 100%;
}

.strip {
    background-color: #08b4ae;
}

    .strip .navigation {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 10em;
    }

        .strip .navigation a {
            padding: 1.4em 20px;
            font-size: 1.2em;
            color: #ffffff;
        }

.grid {
    display: flex;
    margin: 4.5em 5em;
}

    .grid .painting {
        padding: 0 5%;
        width: 40%;
    }

        .grid.square .painting {
            padding: 0 5%;
        }

    .grid .painting img { 
        width:90%;
    }

    .grid .painting.step img {
        height: 500px;
    }

    .grid .painting-details {
        margin: 0 5% 0 0;
        width: 60%;
    }

    .grid .painting-details h1 {
        margin: 0 0 0.6em;
        padding: 0;
        font-size: 4em;
    }

.grid .painting-details .formats-outer {
    display: flex;
    flex-direction: column;
}

    .grid .painting-details .formats-outer ul.formats {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: space-around;
        margin: 1em 0 3em;
        column-gap: 2.5em;
    }

    .grid .painting-details .formats-outer ul.formats li {
        display: flex;
        flex-direction: column;
        width: 20em;
        text-align: center;
    }

        .grid .painting-details .formats-outer ul.formats li.available {
            border: 1px solid #bbbbbb;
        }

        .grid .painting-details .formats-outer ul.formats li.unavailable {
            border: 1px solid #dddddd;
        }

        .grid .painting-details .formats-outer ul.formats li h2 {
            font-size: 1.1em;
            font-weight: normal;
            margin: 0;
            padding: 0.6em 1em;
            align-content: center;
        }

            .grid .painting-details .formats-outer ul.formats li.available h2 {
                background-color: #97dad8;
            }

            .grid .painting-details .formats-outer ul.formats li.unavailable h2 {
                color: #888888;
                background-color: #eeeeee;
            }


        .grid .painting-details .formats-outer ul.formats li div {
            margin: 1em;
        }

            .grid .painting-details .formats-outer ul.formats li div p {
                margin: 0;
                font-size: 1em;
            }

            .grid .painting-details .formats-outer ul.formats li.available div p.availability {
                font-family: commeMedium, Arial, Helvetica, sans-serif !important;
                color: #08b4ae;
            }

            .grid .painting-details .formats-outer ul.formats li.unavailable div p {
                color: #888888;
            }

        .grid .painting-details .formats-outer ul.formats li div p.donation {
            line-height: 1.5em;
            margin: 0.4em 0;
        }

            .grid .painting-details .formats-outer ul.formats li.available div p.donation {
                font-family: commeMedium, Arial, Helvetica, sans-serif !important;
                color: #08b4ae;
            }

        .grid .painting-details .formats-outer .order {
            font-size: 1.2em;
            font-weight: normal;
            text-align: center;
            background-color: #e8f5f5;
            padding: 1em;
            line-height: 1.6em;
        }

.further-information {
    background-color: #e2f3f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    min-height: 45em;
    padding: 3.5em 0;
}

    .further-information .title {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        background-color: #e2f3f2;
        font-size: 1.5em;
    }

        .further-information .title p {
            margin: 0;
        }

    .further-information .information {
        display: flex;
        flex-wrap: wrap;
        flex-basis:50%;
        padding: 3em 0 0;
    }

        .further-information .information h3 {            
            flex-basis: 33%;
            font-size: 1.2em;
            font-weight: normal;
            margin: 0;
            padding: 0.6em 0 1em;
            text-align: center;
            border-bottom: 1px solid #bbbbbb;
            cursor: pointer;
        }

            .further-information .information h3.active {
                font-family: commeMedium, Arial, Helvetica, sans-serif !important;
                color: #08b4ae;
                border-bottom: 2px solid #08b4ae;
            }

            .further-information .information h3.original {
                order: 1;
            }

            .further-information .information h3.prints {
                order: 2;
            }

            .further-information .information h3.cards {
                order: 3;
            }

        .further-information .information div {
            flex-basis: 100%;
            padding-top: 3em;
        }

            .further-information .information div.original-information {
                order: 4;
            }

            .further-information .information div.prints-information {
                order: 5;
                display: none;
            }

            .further-information .information div.cards-information {
                order: 6;
                display: none;
            }

                .further-information .information div.original-information dl.summary {
                    display: flex;
                }

                    .further-information .information div.original-information dl.summary dt {
                        flex-basis: 50%;
                        font-size: 1.2em;
                        padding: 0.6em 1em;
                        border: 1px solid #97dad8;
                        background-color: #97dad8;
                    }

                    .further-information .information div.original-information dl.summary dd {
                        flex-basis: 50%;
                        border: 1px solid #97dad8;
                    }

        .further-information .information h4 {
            font-family: commeMedium, Arial, Helvetica, sans-serif !important;
            color: #08b4ae;
            font-size: 1.2em;
            font-weight: normal;
            padding: 0.6em 0 0;
        }

/*---------------------------------------------------*/
/* CTA                                               */
/*---------------------------------------------------*/

.cta-outer {
    display: flex;
    justify-content: center;
    padding: 4em 0 4em;
}

    .cta-outer.voting {
        padding: 0;
        margin: 4em 0 4em;
    }

    .cta-outer + .cta-outer.reverse {
        padding: 0 0 4em;
    }

.cta-outer.charity {
    border-top: 1px solid #bbbbbb;
}

    .cta-outer.photo {
        padding: 5em 0;
    }

    .cta-outer .cta {
        width: 52%;
        border: 2px solid #bbbbbb;
        padding: 3em 0 0 3em;
    }

        .cta-outer .cta.fw-text {
            padding: 3em 0 0;
        }

            .cta-outer.photo .cta {
                border: 2px solid #97dad8;
                background-color: rgba(0, 0, 0, 0.1);
            }

            .cta-outer.reverse .cta {
                padding: 3em 3em 0 0;
            }

        .cta-outer .image {
            display: flex;
            flex-direction: column;
            position: relative;
            padding: 0 3em 1em 0;
            z-index: 10;
            float: left;
            width: 30%;
        }

            .cta-outer.reverse .image {
                float: right;
                padding: 0 0 1em 3em;
            }

                .cta-outer.short .image {
                    padding: 0 3em 3em 0;
                }

                .cta-outer.short.reverse .image {
                    padding: 0 0 3em 3em;
                }

            .cta-outer.photo .image {
                background-color: transparent;
            }

            .cta-outer.logo .image {
                border: 2px solid #08b4ae;
                justify-content: center;
                margin: 0 2em 2.4rem 0;
                background-color: #ffffff;
                width: 20%;
            }

                .cta-outer.logo .image.padding {
                    padding: 2em;
                }

            .cta-outer.logo .image.charity-name {
                color: #444444;
                font-size: 1.8em;
                text-align: center;
            }

            .cta-outer.photo .image img.photo {
                border: 2px solid #08b4ae;
            }

            .cta-outer.short .cta .content {
                padding-left: calc(30% + 3em);
            }

                .cta-outer.logo.short .cta .content {
                    padding-left: calc(20% + 11em + 4px);
                }

            .cta-outer.short.reverse .cta .content {
                padding-right: calc(30% + 3em);
                padding-left: 0;
            }

                .cta-outer .cta .content h2 {
                    font-size: 2em;
                    font-weight: normal;
                    margin: 1em 0 0 0;
                    padding: 0.6em 1em;
                    background-color: #97dad8;
                    display: inline-block;
                    position: relative;
                    left: -2em;
                    max-width: 55%;
                    color: #444444;
                }

                .cta-outer.short .cta .content h2 {
                    left: -1.8em;
                    line-height: 1.2em;
                }

                    .cta-outer.short.logo .cta .content h2 {
                        left: -2em;
                    }

                .cta-outer.reverse .cta .content h2 {
                    left: 0;
                    margin: 0.5em 0 0 0;
                }

                    .cta-outer.short.reverse .cta .content h2 {
                        margin: 0;
                    }

            .cta-outer .cta .content p {
                margin: 2em 2em 2em 0;
            }

                .cta-outer.reverse .cta .content p {
                    margin: 2em;
                }

                .cta-outer.photo .cta .content p {
                    color: #ffffff;
                    font-size: 1.3em;
                }

                .cta-outer.photo .cta .content p a {
                    color: #b9fdfb;
                }

                    .cta-outer.photo .cta .content p a:hover {
                        color: #6ad3d0;
                    }

        .cta-outer.cta-me {
            background-image: url(/img/site/banners/full/w2560/banner-greece-water_w2560.webp);
            background-attachment: fixed;
        }

            .cta-outer.british-art-prize {
                background-image: url(/img/site/banners/full/w2560/oxo-tower_w2560.webp);
                background-attachment: fixed;
            }

            .cta-outer.cta-about {
                padding: 10em 0 5em;
            }

                .cta-outer.cta-about .cta {
                    width: 80%;
                    grid-template-columns: 24% auto;
                }

                .cta-outer.cta-about h1 {
                    color: #444444;
                    font-size: 2em;
                    font-weight: normal;
                    margin: 1em 0 0 0;
                    padding: 0.6em 1em;
                    background-color: #97dad8;
                    display: inline-block;
                    position: relative;
                    left: -2em;
                }

        .cta-outer.cta-charities {
            background-image: url(/img/gallery/banners/full/w2560/gathering-storm_w2560.webp);
            background-attachment: fixed;
            background-position: center;
        }

/*---------------------------------------------------*/
/* CTA small                                         */
/*---------------------------------------------------*/


.cta-small-outer {
    display: flex;
    justify-content: center;
    margin: 3% 6em 4%;
}

    .gallery + .cta-small-outer {
        margin: 0 0 6em;
    }

    .cta-small-outer .cta-small {
        display: flex;
        justify-content: center;
        width: 70%;
    }

    .cta-small-outer .image {
        display: flex;
        justify-content: space-evenly;
        position: relative;
        bottom: -2em;
        right: 52px;
        z-index: 10;
        background-color: #ffffff;
        border: 2px solid #08b4ae;
        padding: 2em;
        column-gap: 5%;
        align-self: flex-end;
    }

        .cta-small-outer .image img {
            width: 6em;
        }

    .cta-small-outer .cta-small .content {
        background-color: #97dad8;
        padding: 2em 8em 2em 5em;
        align-content: center;
        margin: 0 0 0 5em;
    }

        .cta-small-outer .cta-small .content p {
            font-size: 1.5em;
            margin: 0;
        }

/*---------------------------------------------------*/
/* CTA boxes - links                                        */
/*---------------------------------------------------*/

.cta-gallery {
    position: relative;
    margin: 3% 4%;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    column-gap: 4%;
}

    .cta-gallery .cta-box {
        display: flex;
        flex-direction: column;
        flex: 1;
        background-color: #08b4ae;
        overflow:hidden;
    }

        .cta-gallery .cta-box.header {
            font-size: 2em;
            color: #ffffff;
            background-color: #08b4ae;
        }

        .cta-gallery .cta-box.js-square {
            position: relative;
            display: flex;
            align-content: flex-end;
}

        .cta-gallery .cta-box.header div {
            text-align: right;
            font-size: 1.2em;
            position: absolute;
            bottom: 4%;
            right: 5%;
        }

        .cta-gallery .cta-box img {
            order: 0;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            aspect-ratio: 3 / 2;
        }

            .cta-gallery .cta-box img:hover {
                transform: scale(1.08);
                transition: border-color 500ms ease-out, transform 500ms ease;
            }

.cta-gallery .cta-box .text {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4em;
    flex: 1;
    background-color: #08b4ae;
    padding: 0.5em 0.1em 0.25em;
    color: #ffffff;
    font-size: 1.8em;
    height: auto;
}

    .cta-gallery .cta-box .text:hover {
        background-color: #0ecec7;
    }

/*---------------------------------------------------*/
/* CTA boxes - info                                        */
/*---------------------------------------------------*/
.cta-gallery-info {
    position: relative;
    margin: 3% 4%;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    column-gap: 2%;
}

    .cta-gallery-info .cta-box-info {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .cta-gallery-info .cta-box-info.header {
        font-size: 2em;
        color: #ffffff;
        background-color: #08b4ae;
    }

    .cta-gallery-info .cta-box-info.js-square {
        position: relative;
        display: flex;
        align-content: flex-end;
    }

    .cta-gallery-info .cta-box-info.header div {
        text-align: right;
        font-size: 1.2em;
        position: absolute;
        bottom: 4%;
        right: 5%;
    }

    .cta-gallery-info .cta-box-info img {
        order: 0;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        aspect-ratio: 3 / 2;
    }

    .cta-gallery-info .cta-box-info .text {
        background-color: #97dad8;
        text-align: center;
        padding: 0.5em 0.7em 0.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        min-height: 5em;
        line-height: 1.4em;
    }

/*---------------------------------------------------*/
/* Footer                                            */
/*---------------------------------------------------*/

.footer {
    display: flex;
    margin: 0;
    padding: 6em 20%;
    justify-content: space-between;
    column-gap: 3%;
    font-size: 1.2em;
    background-color: #97dad8;
    flex-wrap: wrap;
}

    .footer > ul {
        margin:0;
        padding: 0;
        list-style: none;
    }

        .footer > ul li {
            padding: 1em 0;
        }

        .footer > ul.social {
            display: flex;
            justify-content: space-evenly;
            column-gap: 20%;
        }

            .footer > ul.social img {
                width: 3em;
            }

        .footer > ul li a {
            color: #444444;
        }

            .footer > ul li a:hover {
                color: #0a7b77;
            }

.footer .copyright {
    flex-basis: 100%;
}

/*-----------------------------------------------------*/
/* IE11 fixes                                          */
/*-----------------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .gallery .row {
        padding: 4%;
        justify-content: space-around;
    }

        .gallery .row .item img {
            width: 100%;
            height: 100%;
            display: inline-block;
        }
}




