/******************************************************************

     ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗
    ██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║
    ██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║
    ██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║
    ╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
     ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝

 ******************************************************************/



    /* Layout sections. */
    
    .vanilla-layout {
        clear: left;
        float: none;
    }

    .small .vanilla-layout {
        padding: calc(1.5*var(--vertical-rhythm)) 0;
    }

    .tablet .vanilla-layout {
        padding: calc(1.75*var(--vertical-rhythm)) 0;
    }

    .laptop .vanilla-layout {
        padding: calc(2*var(--vertical-rhythm)) 0;
    }

    .vanilla-layout + .vanilla-layout {
        border-top: none;
    }



    /* First and last layout. */

    .vanilla-layout-compact-first {
    }

    .vanilla-layout-compact-last {
    }



    /* Layouts combined with their next ones. */

            .vanilla-layout-combine-with-next,
    .small  .vanilla-layout-combine-with-next,
    .tablet .vanilla-layout-combine-with-next,
    .laptop .vanilla-layout-combine-with-next {
        padding-bottom: 0;
        border-bottom: none;
    }

    .vanilla-layout-combine-with-next + .vanilla-layout {
        padding-top: 0;
        margin-top: var(--text-rhythm);
    }



    /* Compact layouts. */

            .vanilla-layout-compact,
    .small  .vanilla-layout-compact,
    .tablet .vanilla-layout-compact,
    .laptop .vanilla-layout-compact {
        padding-top: 0;
        padding-bottom: 0;
    }

        .vanilla-layout-compact .panel > [class*="column"] {
            padding-left: 0;
            padding-right: 0;
        }

    .vanilla-layout-compact-follows {
    }



    /* Layout panels */

    .vanilla-layout-narrow .panel {
        max-width: 768px;
    }

    .vanilla-layout-normal .panel,
    .vanilla-layout-normal .panel {
        max-width: 1024px;
    }

    .vanilla-layout-wide .panel {
        max-width: 1480px;
    }

    .vanilla-layout-full .panel {
        max-width: none;
    }



    /* Header layout */

    .small .vanilla-layout-header {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

        .small .vanilla-layout-header figure  {
            height: 40vh !important; 
            max-height: 40rem !important; 
            position: relative;
            background-position: bottom center !important;
        }

        .small .vanilla-layout-header.vanilla-layout-header-single figure  {
            height: 55vh !important; 
            max-height: 55vh !important; 
        }

        .small .vanilla-layout-header.vanilla-layout-header-animals figure  {
            height: auto !important; 
            max-height: none !important; 
        }

            .small .vanilla-layout-header figure img {
                object-position: top center;
                object-fit: cover;
                width: 100%;
                height: 40vh !important; 
                max-height: 40rem !important; 
            }

            .small .vanilla-layout-header.vanilla-layout-header-single figure img {
                height: 55vh !important; 
                max-height: 55vh !important; 
            }

            .small .vanilla-layout-header.vanilla-layout-header-animals figure img {
                height: auto !important; 
                max-height: none !important; 
            }

            .small .vanilla-layout-header figure h1 {
                position: absolute;
                top: 50%;
                left:  50%;
                transform: translate(-50%, -50%);
                color: var(--color-white);
                text-shadow: 0.1rem 0.1rem 0.1rem var(--color-black);
            }

            .small .vanilla-layout-header.vanilla-layout-header-animals figure h1 {
                position: relative;
                top: auto;
                left:  auto;
                transform: none;
                color: var(--color-black);
                text-shadow: none;
                text-align: center;
                margin-top: 1rem;
            }


    /* Layout components */

    .vanilla-layout-title {
        max-width: 768px;
        margin: auto;
        margin-bottom: 0;
        text-align: center;
    }

        .vanilla-layout-title-title {
            margin-bottom: calc(0.333*var(--text-rhythm));
        }

            .vanilla-layout-title-title h2 {
                font-family: var(--font-sans-serif);
                color: var(--color-orange);
                font-size: 2.8rem;
                font-weight: bold;
            }

            .laptop .vanilla-layout-title-title h2 {
                font-size: 4rem;
            }

            .vanilla-layout-columns-home .vanilla-layout-title-title h2 {
                font-family: var(--font-serif);
                font-style:  italic;
            }

        .vanilla-layout-title-subtitle {
            margin-bottom: var(--text-rhythm);
        }



    /* Layout call to action buttons. */

    .vanilla-layout-button {
        text-align: center;
        font-size: 1.25em;
    }


    .responsiville-slideshow-slide-text a.button {
        white-space: nowrap;
    }

    /* Popup */

    .responsiville-popup-contents {
        border: none !important;
        background: var(--color-white);
        box-shadow: none;
    }

    .responsiville-popup-contents-inner {
        padding: 2rem;
    }

    .laptop .responsiville-popup-contents-inner {
        padding: 5rem;
    }

    .heateor_sss_sharing_title {
        margin-top: 2rem;
    }

    div.heateor_sss_follow_ul a,
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
        width: auto;
    }

/***************************************

    ███╗   ███╗ █████╗ ██╗███╗   ██╗
    ████╗ ████║██╔══██╗██║████╗  ██║
    ██╔████╔██║███████║██║██╔██╗ ██║
    ██║╚██╔╝██║██╔══██║██║██║╚██╗██║
    ██║ ╚═╝ ██║██║  ██║██║██║ ╚████║
    ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝

 ***************************************/

.text-image-center {
    width: 100%;
}


/*************************************************

    ███████╗██████╗ ██████╗  ██████╗ ██████╗
    ██╔════╝██╔══██╗██╔══██╗██╔═══██╗██╔══██╗
    █████╗  ██████╔╝██████╔╝██║   ██║██████╔╝
    ██╔══╝  ██╔══██╗██╔══██╗██║   ██║██╔══██╗
    ███████╗██║  ██║██║  ██║╚██████╔╝██║  ██║
    ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝

 *************************************************/



    .vanilla-layout-error {
        padding: 3em;
        text-align: center;
        color: var(--color-responsiville-red);
    }



/******************************************************************************

     █████╗  ██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██████╗ ███╗   ██╗
    ██╔══██╗██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔══██╗██║██╔═══██╗████╗  ██║
    ███████║██║     ██║     ██║   ██║██████╔╝██║  ██║██║██║   ██║██╔██╗ ██║
    ██╔══██║██║     ██║     ██║   ██║██╔══██╗██║  ██║██║██║   ██║██║╚██╗██║
    ██║  ██║╚██████╗╚██████╗╚██████╔╝██║  ██║██████╔╝██║╚██████╔╝██║ ╚████║
    ╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚═╝ ╚═════╝ ╚═╝  ╚═══╝

 ******************************************************************************/


    
        .vanilla-layout-accordion .responsiville-accordion {
            padding: 1.5em;
            border-radius: 0.2rem;
            border: 1px solid var(--color-gray-light);
        }

            .vanilla-layout-accordion .responsiville-accordion-panel {
                padding: 1.5em;
                border-radius: 0.2rem;
                border: 1px solid var(--color-gray-light);
                --text-rhythm: 1em;
            }

            .vanilla-layout-accordion .responsiville-accordion-panel + .responsiville-accordion-panel {
                margin-top: 1em;
            }

                .vanilla-layout-accordion .responsiville-accordion-header {
                    padding-right: 1em;
                    font-weight: bold;
                }

                .vanilla-layout-accordion .responsiville-accordion-content {
                    margin-top: var(--text-rhythm);
                }



/***********************************************

     ██████╗ █████╗ ██████╗ ██████╗ ███████╗
    ██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝
    ██║     ███████║██████╔╝██║  ██║███████╗
    ██║     ██╔══██║██╔══██╗██║  ██║╚════██║
    ╚██████╗██║  ██║██║  ██║██████╔╝███████║
     ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚══════╝

 ***********************************************/



    .vanilla-layout-cards.vanilla-layout-combine-with-next + .vanilla-layout {
        margin-top: 0;
    }

    .small .vanilla-layout-cards:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(1.5*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

    .tablet .vanilla-layout-cards:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(1.75*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

    .laptop .vanilla-layout-cards:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(2*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

        .vanilla-layout-card-item {
            border: 1px solid var(--color-gray-light);
            border-radius: 2px;
            margin-bottom: calc(1*var(--text-rhythm));
        }

            .vanilla-layout-card-item a {
                border-bottom: none !important;
            }

                .vanilla-layout-card-image {
                }

                    .vanilla-layout-card-image img {
                        width: 100%;
                    }

                .vanilla-layout-card-text {
                    --text-rhythm: 1.5em;
                    line-height: 1.5;
                    font-size: 0.9em;
                    padding: 1em 1.25em;
                }

                    .vanilla-layout-card-text h2 {
                        font-size: 1.4em;
                    }

                    .vanilla-layout-card-text h3 {
                        font-size: 1.3em;
                    }

                    .vanilla-layout-card-text p:last-of-type {
                        margin-bottom: 0;
                    }

        .vanilla-layout-cards .vanilla-layout-button {
            margin-top: 0;
        }



/***********************************************************************************************************************

     ██████╗ ██████╗ ██╗     ██╗   ██╗███╗   ███╗███╗   ██╗███████╗    ███████╗██╗███╗   ██╗ ██████╗ ██╗     ███████╗
    ██╔════╝██╔═══██╗██║     ██║   ██║████╗ ████║████╗  ██║██╔════╝    ██╔════╝██║████╗  ██║██╔════╝ ██║     ██╔════╝
    ██║     ██║   ██║██║     ██║   ██║██╔████╔██║██╔██╗ ██║███████╗    ███████╗██║██╔██╗ ██║██║  ███╗██║     █████╗
    ██║     ██║   ██║██║     ██║   ██║██║╚██╔╝██║██║╚██╗██║╚════██║    ╚════██║██║██║╚██╗██║██║   ██║██║     ██╔══╝
    ╚██████╗╚██████╔╝███████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚████║███████║    ███████║██║██║ ╚████║╚██████╔╝███████╗███████╗
     ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═══╝╚══════╝    ╚══════╝╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚══════╝╚══════╝

 ***********************************************************************************************************************/



/******************************************************************************************************

     ██████╗ ██████╗ ██╗     ██╗   ██╗███╗   ███╗███╗   ██╗███████╗    ████████╗██╗    ██╗ ██████╗
    ██╔════╝██╔═══██╗██║     ██║   ██║████╗ ████║████╗  ██║██╔════╝    ╚══██╔══╝██║    ██║██╔═══██╗
    ██║     ██║   ██║██║     ██║   ██║██╔████╔██║██╔██╗ ██║███████╗       ██║   ██║ █╗ ██║██║   ██║
    ██║     ██║   ██║██║     ██║   ██║██║╚██╔╝██║██║╚██╗██║╚════██║       ██║   ██║███╗██║██║   ██║
    ╚██████╗╚██████╔╝███████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚████║███████║       ██║   ╚███╔███╔╝╚██████╔╝
     ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═══╝╚══════╝       ╚═╝    ╚══╝╚══╝  ╚═════╝

 ******************************************************************************************************/

/******************************************************************************************************

HOME BANNERS

 ******************************************************************************************************/

    .home-banner {
        padding:  5rem 3rem;
        margin-top: 2rem;
        background-size: cover !important;
        background-position: bottom right !important;

    }


        .home-banner h3 {
            font-size: 2.6rem;
            line-height: 120%;
            color:  var(--color-white);
        }

        .home-banner p {
            font-size: 1.8rem;
            line-height: 120%;
            color:  var(--color-white);
        }

        .home-banner a.banner-button {
            font-size: 1.8rem;
            line-height: 120%;
            background:  rgba( var(--white), 0.6);
            color:  var(--color-black);
            padding: 1.8rem 2.5rem;
            margin-top:  3rem;
        }

    .vanilla-layout-text .panel > .text {
        margin-top: var(--vertical-rhythm);
    }

    .tablet .page-content .vanilla-layout-text .panel > .text {
        padding: 0 calc(4 * var(--grid-gutter));
    }

    .laptop .page-content .vanilla-layout-text .panel > .text,
    .content .newsletter.vanilla-layout-text .panel > .text {
        margin-top: 0;
        padding: 0 calc(8 * var(--grid-gutter));
    }

/*******************************************************************************************************************

     ██████╗ ██████╗ ██╗     ██╗   ██╗███╗   ███╗███╗   ██╗███████╗    ████████╗██╗  ██╗██████╗ ███████╗███████╗
    ██╔════╝██╔═══██╗██║     ██║   ██║████╗ ████║████╗  ██║██╔════╝    ╚══██╔══╝██║  ██║██╔══██╗██╔════╝██╔════╝
    ██║     ██║   ██║██║     ██║   ██║██╔████╔██║██╔██╗ ██║███████╗       ██║   ███████║██████╔╝█████╗  █████╗
    ██║     ██║   ██║██║     ██║   ██║██║╚██╔╝██║██║╚██╗██║╚════██║       ██║   ██╔══██║██╔══██╗██╔══╝  ██╔══╝
    ╚██████╗╚██████╔╝███████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚████║███████║       ██║   ██║  ██║██║  ██║███████╗███████╗
     ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═══╝╚══════╝       ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝

 ********************************************************************************************************************/



/************************************************************************************************************

     ██████╗ ██████╗ ██╗     ██╗   ██╗███╗   ███╗███╗   ██╗███████╗    ███████╗ ██████╗ ██╗   ██╗██████╗
    ██╔════╝██╔═══██╗██║     ██║   ██║████╗ ████║████╗  ██║██╔════╝    ██╔════╝██╔═══██╗██║   ██║██╔══██╗
    ██║     ██║   ██║██║     ██║   ██║██╔████╔██║██╔██╗ ██║███████╗    █████╗  ██║   ██║██║   ██║██████╔╝
    ██║     ██║   ██║██║     ██║   ██║██║╚██╔╝██║██║╚██╗██║╚════██║    ██╔══╝  ██║   ██║██║   ██║██╔══██╗
    ╚██████╗╚██████╔╝███████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚████║███████║    ██║     ╚██████╔╝╚██████╔╝██║  ██║
     ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═══╝╚══════╝    ╚═╝      ╚═════╝  ╚═════╝ ╚═╝  ╚═╝

 ***********************************************************************************************************/



/******************************************************

    ██████╗ ██╗██╗   ██╗██╗██████╗ ███████╗██████╗
    ██╔══██╗██║██║   ██║██║██╔══██╗██╔════╝██╔══██╗
    ██║  ██║██║██║   ██║██║██║  ██║█████╗  ██████╔╝
    ██║  ██║██║╚██╗ ██╔╝██║██║  ██║██╔══╝  ██╔══██╗
    ██████╔╝██║ ╚████╔╝ ██║██████╔╝███████╗██║  ██║
    ╚═════╝ ╚═╝  ╚═══╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝

 ******************************************************/



    .vanilla-layout-divider {
        border-bottom: none;
        padding: 0;
    }

    .laptop .vanilla-layout-divider {
        padding: calc(1*var(--vertical-rhythm)) 0;
    }

    .tablet .vanilla-layout-divider {
        padding: calc(0.75*var(--vertical-rhythm)) 0;
    }

    .small .vanilla-layout-divider {
        padding: calc(0.5*var(--vertical-rhythm)) 0;
    }

    .vanilla-layout.vanilla-layout-divider-follows {
        border-bottom: none;
    }

        .vanilla-layout-divider-inner {
            position: relative;
        }
        
            .vanilla-layout-divider-inner::before {
                position: absolute;
                content: '';
                height: 0;
                line-height: 0;
                font-size: 0;
                width: 100%;
                border-top: 0.4rem double var(--color-gray-light);
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
            }



/**************************************************

    ███████╗███╗   ███╗██████╗ ███████╗██████╗
    ██╔════╝████╗ ████║██╔══██╗██╔════╝██╔══██╗
    █████╗  ██╔████╔██║██████╔╝█████╗  ██║  ██║
    ██╔══╝  ██║╚██╔╝██║██╔══██╗██╔══╝  ██║  ██║
    ███████╗██║ ╚═╝ ██║██████╔╝███████╗██████╔╝
    ╚══════╝╚═╝     ╚═╝╚═════╝ ╚══════╝╚═════╝

 **************************************************/



/*****************************************************************

     ██████╗  █████╗ ██╗     ██╗     ███████╗██████╗ ██╗   ██╗
    ██╔════╝ ██╔══██╗██║     ██║     ██╔════╝██╔══██╗╚██╗ ██╔╝
    ██║  ███╗███████║██║     ██║     █████╗  ██████╔╝ ╚████╔╝
    ██║   ██║██╔══██║██║     ██║     ██╔══╝  ██╔══██╗  ╚██╔╝
    ╚██████╔╝██║  ██║███████╗███████╗███████╗██║  ██║   ██║
     ╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝

 *****************************************************************/



    .vanilla-layout-gallery a {
        display: block;
    }

    .vanilla-layout-gallery img {
        width: 100%;
    }



/**********************************************

    ██╗███╗   ███╗ █████╗  ██████╗ ███████╗
    ██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝
    ██║██╔████╔██║███████║██║  ███╗█████╗
    ██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝
    ██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗
    ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝

 **********************************************/



/**********************************

    ███╗   ███╗ █████╗ ██████╗
    ████╗ ████║██╔══██╗██╔══██╗
    ██╔████╔██║███████║██████╔╝
    ██║╚██╔╝██║██╔══██║██╔═══╝
    ██║ ╚═╝ ██║██║  ██║██║
    ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝

 **********************************/


    
    .vanilla-layout-map-element,
    .vanilla-layout-map-element * {
        border-width: unset;
        border-color: unset;
        border-style: unset;
    }

    .vanilla-layout-map-element {
        height: 60vh;
    }

    .portrait .vanilla-layout-map-element {
        height: 75vh;
    }

        .gm-style-iw {
            padding: 1em 0.5em;
        }

            .gm-style-iw .gm-style-iw-title {
                font-size: 1.25em;
            }

            .gm-style-iw p,
            .gm-style-iw .gm-style-iw-title {
                margin-bottom: 0.75em;
            }

            .gm-style-iw p:last-child {
                margin-bottom: 0;
            }

            .gm-style-iw p img {
                max-width: 100%;
            }

            .gm-style-iw p a {
                display: inline;
                text-decoration: underline;
            }



/******************************************************

    ██████╗  ██████╗ ██╗███╗   ██╗████████╗███████╗
    ██╔══██╗██╔═══██╗██║████╗  ██║╚══██╔══╝██╔════╝
    ██████╔╝██║   ██║██║██╔██╗ ██║   ██║   ███████╗
    ██╔═══╝ ██║   ██║██║██║╚██╗██║   ██║   ╚════██║
    ██║     ╚██████╔╝██║██║ ╚████║   ██║   ███████║
    ╚═╝      ╚═════╝ ╚═╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝

 ******************************************************/



    .vanilla-layout-points.vanilla-layout-combine-with-next + .vanilla-layout {
        margin-top: 0;
    }

    .small .vanilla-layout-points:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(1.5*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

    .tablet .vanilla-layout-points:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(1.75*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

    .laptop .vanilla-layout-points:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(2*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

        .vanilla-layout-points-item {
            margin-bottom: var(--text-rhythm);
        }

            .small .vanilla-layout-points-image {
                padding: 0 5em !important;
            }

            .tablet .vanilla-layout-points-1 .vanilla-layout-points-image {
                padding: 0 0.5em !important;
            }

            .tablet .vanilla-layout-points-2 .vanilla-layout-points-image {
                padding: 0 0.5em !important;
            }

            .tablet .vanilla-layout-points-3 .vanilla-layout-points-image {
                padding: 0 2.5em !important;
            }

            .laptop .vanilla-layout-points-3 .vanilla-layout-points-image {
                padding: 0 0.5em !important;
            }

            .tablet .vanilla-layout-points-4 .vanilla-layout-points-image {
                padding: 0 0.5em !important;
            }

            .laptop .vanilla-layout-points-4 .vanilla-layout-points-image {
                padding: 0 3em !important;
            }

                .vanilla-layout-points-image-wrapper {
                    width: 100%;
                    height: 0;
                    padding-top: 100%;
                    display: block;
                    margin: auto;
                    margin-bottom: calc(0.333*var(--text-rhythm));
                    border-radius: 50%;
                    position: relative;
                    overflow: hidden;
                }
                
                    .vanilla-layout-points-image-wrapper img {
                        height: 100% !important;
                        width: auto;
                        max-width: none;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translateX(-50%) translateY(-50%);
                    }

                .tablet .vanilla-layout-points-text-wrapper {
                    padding: 0 1em;
                }



/*************************************************

    ██████╗  ██████╗ ██████╗ ██╗   ██╗██████╗
    ██╔══██╗██╔═══██╗██╔══██╗██║   ██║██╔══██╗
    ██████╔╝██║   ██║██████╔╝██║   ██║██████╔╝
    ██╔═══╝ ██║   ██║██╔═══╝ ██║   ██║██╔═══╝
    ██║     ╚██████╔╝██║     ╚██████╔╝██║
    ╚═╝      ╚═════╝ ╚═╝      ╚═════╝ ╚═╝

 *************************************************/



/**********************************************************************************

     ██████╗  ██████╗ ███████╗████████╗███████╗    ██╗     ██╗███████╗████████╗
     ██╔══██╗██╔═══██╗██╔════╝╚══██╔══╝██╔════╝    ██║     ██║██╔════╝╚══██╔══╝
     ██████╔╝██║   ██║███████╗   ██║   ███████╗    ██║     ██║███████╗   ██║
     ██╔═══╝ ██║   ██║╚════██║   ██║   ╚════██║    ██║     ██║╚════██║   ██║
     ██║     ╚██████╔╝███████║   ██║   ███████║    ███████╗██║███████║   ██║
     ╚═╝      ╚═════╝ ╚══════╝   ╚═╝   ╚══════╝    ╚══════╝╚═╝╚══════╝   ╚═╝

 **********************************************************************************/



    .vanilla-layout-posts-list.vanilla-layout-combine-with-next + .vanilla-layout {
        margin-top: 0;
    }

    .small .vanilla-layout-posts-list:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(1.5*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

    .tablet .vanilla-layout-posts-list:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(1.75*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

    .laptop .vanilla-layout-posts-list:not(.vanilla-layout-combine-with-next) {
        padding-bottom: calc(2*var(--vertical-rhythm) - 1*var(--text-rhythm));
    }

        .vanilla-layout-posts-list-item {
            margin-bottom: var(--text-rhythm);
        }

            .vanilla-layout-posts-list .post-box-title {
                font-size: 2em;
            }

            .vanilla-layout-posts-list .tablet-group-2 .post-box-title {
                font-size: 1.8em;
            }

            .vanilla-layout-posts-list .tablet-group-3 .post-box-title {
                font-size: 1.6em;
            }

            .vanilla-layout-posts-list .laptop-group-4 .post-box-title {
                font-size: 1.4em;
            }



/***************************************************

     ██████╗ ██╗   ██╗ ██████╗ ████████╗███████╗
    ██╔═══██╗██║   ██║██╔═══██╗╚══██╔══╝██╔════╝
    ██║   ██║██║   ██║██║   ██║   ██║   █████╗
    ██║▄▄ ██║██║   ██║██║   ██║   ██║   ██╔══╝
    ╚██████╔╝╚██████╔╝╚██████╔╝   ██║   ███████╗
     ╚══▀▀═╝  ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝

 ***************************************************/



    .vanilla-layout-quote blockquote {
        text-align: center;
        margin: 0;
    }

        .vanilla-layout-quote blockquote::before {
            display: block;
            position: relative;
            transform: none;
            top: 0.15em !important;
            font-size: 5em !important;
            line-height: 0.5;
            text-align: center;
            width: 100%;
        }



/**********************************************************************************************

     ██████╗ ██╗   ██╗ ██████╗ ████████╗███████╗    ██╗███╗   ███╗ █████╗  ██████╗ ███████╗
    ██╔═══██╗██║   ██║██╔═══██╗╚══██╔══╝██╔════╝    ██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝
    ██║   ██║██║   ██║██║   ██║   ██║   █████╗      ██║██╔████╔██║███████║██║  ███╗█████╗
    ██║▄▄ ██║██║   ██║██║   ██║   ██║   ██╔══╝      ██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝
    ╚██████╔╝╚██████╔╝╚██████╔╝   ██║   ███████╗    ██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗
     ╚══▀▀═╝  ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝    ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝

 **********************************************************************************************/



    .small .vanilla-layout-quote-image .panel {
        position: relative;
        z-index: 1;
    }

    .vanilla-layout-quote-image-inner {
        padding: calc(4*var(--vertical-rhythm)) 0;
    }

        .vanilla-layout-quote-image-text {
            position: relative;
            margin: auto;
            background: rgba(var(--white), 0.8);
            padding: calc(2*var(--text-rhythm));
        }
        
        .small .vanilla-layout-quote-image-text {
            max-width: 80%;
        }

        .laptop .vanilla-layout-quote-image-text {
            max-width: 768px;
        }



/*****************************************************************************

    ███████╗██╗     ██╗██████╗ ███████╗███████╗██╗  ██╗ ██████╗ ██╗    ██╗
    ██╔════╝██║     ██║██╔══██╗██╔════╝██╔════╝██║  ██║██╔═══██╗██║    ██║
    ███████╗██║     ██║██║  ██║█████╗  ███████╗███████║██║   ██║██║ █╗ ██║
    ╚════██║██║     ██║██║  ██║██╔══╝  ╚════██║██╔══██║██║   ██║██║███╗██║
    ███████║███████╗██║██████╔╝███████╗███████║██║  ██║╚██████╔╝╚███╔███╔╝
    ╚══════╝╚══════╝╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝ ╚═════╝  ╚══╝╚══╝

 *****************************************************************************/



    .responsiville-slideshow {
        overflow: hidden;
        min-height: 60vh;
    }

        .responsiville-slideshow .button{
            background: var(--color-blue);
            font-size: 1.5rem;
            color: var(--color-white);
            margin-top:  3rem;
            line-height: 4rem;
        }

        .laptop .responsiville-slideshow .button{
            font-size: 2rem;
            line-height: 6rem;
        }

    .small .vanilla-layout-slideshow .responsiville-slideshow-slide-text {
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translateY(-50%);
        text-align: left;
        padding: 1rem 2rem;
        width: 70%;
        background: rgba(255, 255, 255, 0.4);
    }

    .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text {
        top:  auto;
        bottom: 0;
        width: 55%;
        background: none;
        padding: 1.5em;
    }

    .slideshow-overlay {
        position: absolute;
        width:  100%;
        height: 100%;
        display: block;
        background: url('../img/header_overlay.png') repeat;
        opacity: 0.3;
    }

        .small .vanilla-layout-slideshow .responsiville-slideshow-slide-text h2,
        .small .vanilla-layout-slideshow .responsiville-slideshow-slide-text h3 {
            font-size: 2.5rem;
            line-height: 115%rem;
            margin-bottom: calc(0.4*var(--text-rhythm));
            color: var(--color-white);
            text-shadow:  1px 1px 1px var(--color-black);
        }

        .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text h2,
        .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text h3 {
            font-size: 3rem;
        }

        .small .vanilla-layout-slideshow .responsiville-slideshow-slide-text p {
            font-size: 1.6rem;
            color: var(--color-black);
            margin: 0;
            padding: 0;
            line-height: 115%;
            font-family: var(--font-general);
        }

        .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text p {
            font-size: 2rem;
        }


        .vanilla-layout-slideshow .responsiville-slideshow-slide-text br {
            height: 0;
        }

        .tablet .vanilla-layout-slideshow .responsiville-slideshow-slide-text h2,
        .tablet .vanilla-layout-slideshow .responsiville-slideshow-slide-text h3 {
            font-size: 4rem;
            line-height: 4.3rem;
        }

        .tablet .vanilla-layout-slideshow .responsiville-slideshow-slide-text p {
            font-size: 2.5rem;
        }

        .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text h2,
        .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text h3 {
            font-size: 5rem;
            line-height: 5.4rem;
        }

        .laptop .vanilla-layout-slideshow .responsiville-slideshow-slide-text p {
            font-size: 2.5rem;
        }

    .responsiville-slideshow-enabled .responsiville-slideshow-slide {
    }


    figure.responsiville-slideshow-slide {
        max-height: calc(85vh - 14rem);
    }

        figure.responsiville-slideshow-slide img {
            object-position: bottom left;
            object-fit: cover;
            width: 100%;
            min-height: 60vh;
        }

    .laptop figure.responsiville-slideshow-slide img {
        min-height: auto;
    }

    .responsiville-slideshow-navigation button,
    .responsiville-slideshow-navigation button:hover {
        background: none;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .responsiville-slideshow-bullet {
        width: 1rem;
        height: 1rem;
    }

    .responsiville-slideshow-bullet {
        background-color: var(--color-gray);
    }

    .responsiville-slideshow-bullet:hover, .responsiville-slideshow-bullet.responsiville-slideshow-bullet-selected {
        background-color: var(--color-gray-dark-x);
    }

    .laptop .responsiville-slideshow-next,
    .laptop .responsiville-slideshow-previous {
        font-size: 4rem;
    }

    .responsiville-slideshow-previous-icon,
    .responsiville-slideshow-next-icon {
            color: var(--color-white);
    }

    .responsiville-slideshow-previous-icon:hover,
        .responsiville-slideshow-next-icon:hover {
            color: var(--color-blue);
    }

    .responsiville-slideshow-previous-icon::before {
        content: '\E876';
    }

    .responsiville-slideshow-next-icon::before {
        content: '\E877';
    }

    /* Animations */

    .vanilla-layout-slideshow .responsiville-slideshow-slide-text {
        opacity: 0;
        transition: opacity 0.3s ease-in-out 0.2s;

    }
    
    .vanilla-layout-slideshow .responsiville-slideshow-slide-selected .responsiville-slideshow-slide-text {
        opacity: 1;
    }




/************************************************************************************************************************

    ███████╗██╗     ██╗██████╗ ███████╗███████╗██╗  ██╗ ██████╗ ██╗    ██╗    ██╗███╗   ███╗ █████╗  ██████╗ ███████╗
    ██╔════╝██║     ██║██╔══██╗██╔════╝██╔════╝██║  ██║██╔═══██╗██║    ██║    ██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝
    ███████╗██║     ██║██║  ██║█████╗  ███████╗███████║██║   ██║██║ █╗ ██║    ██║██╔████╔██║███████║██║  ███╗█████╗
    ╚════██║██║     ██║██║  ██║██╔══╝  ╚════██║██╔══██║██║   ██║██║███╗██║    ██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝
    ███████║███████╗██║██████╔╝███████╗███████║██║  ██║╚██████╔╝╚███╔███╔╝    ██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗
    ╚══════╝╚══════╝╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝ ╚═════╝  ╚══╝╚══╝     ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝

 ************************************************************************************************************************/



/*******************************************************************************************************************

    ███████╗██╗     ██╗██████╗ ███████╗███████╗██╗  ██╗ ██████╗ ██╗    ██╗    ████████╗███████╗██╗  ██╗████████╗
    ██╔════╝██║     ██║██╔══██╗██╔════╝██╔════╝██║  ██║██╔═══██╗██║    ██║    ╚══██╔══╝██╔════╝╚██╗██╔╝╚══██╔══╝
    ███████╗██║     ██║██║  ██║█████╗  ███████╗███████║██║   ██║██║ █╗ ██║       ██║   █████╗   ╚███╔╝    ██║
    ╚════██║██║     ██║██║  ██║██╔══╝  ╚════██║██╔══██║██║   ██║██║███╗██║       ██║   ██╔══╝   ██╔██╗    ██║
    ███████║███████╗██║██████╔╝███████╗███████║██║  ██║╚██████╔╝╚███╔███╔╝       ██║   ███████╗██╔╝ ██╗   ██║
    ╚══════╝╚══════╝╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝ ╚═════╝  ╚══╝╚══╝        ╚═╝   ╚══════╝╚═╝  ╚═╝   ╚═╝

 *******************************************************************************************************************/



    .small .vanilla-layout-slideshow-text {
        padding-bottom: calc(2*var(--vertical-rhythm));
    }

        .small .vanilla-layout-slideshow-text .responsiville-slideshow  {
            margin-bottom: 2em;
        }

        .small .vanilla-layout-slideshow-text .responsiville-slideshow-slide {
            padding: 0 3em;
        }

        .tablet .vanilla-layout-slideshow-text .responsiville-slideshow-slide {
            padding: 0 5em;
        }

        .laptop .vanilla-layout-slideshow-text .responsiville-slideshow-slide {
            padding: 0 8em;
            --text-rhythm: 1em;
        }

            .small .vanilla-layout-slideshow-text .responsiville-slideshow-next {
                right: calc(0.5*var(--grid-gutter));
            }

            .laptop .vanilla-layout-slideshow-text .responsiville-slideshow-next {
                right: calc(2*var(--grid-gutter));
            }

            .small .vanilla-layout-slideshow-text .responsiville-slideshow-previous {
                left: calc(0.5*var(--grid-gutter));
            }

            .laptop .vanilla-layout-slideshow-text .responsiville-slideshow-previous {
                left: calc(2*var(--grid-gutter));
            }

        .vanilla-layout-slideshow-text .responsiville-slideshow-bullets.bc {
            top: calc(100% + 1em);
        }



/*************************************************
 
     ████████╗ █████╗ ██████╗ ██╗     ███████╗
     ╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝
        ██║   ███████║██████╔╝██║     █████╗
        ██║   ██╔══██║██╔══██╗██║     ██╔══╝
        ██║   ██║  ██║██████╔╝███████╗███████╗
        ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝

 *************************************************/



/****************************************

    ████████╗ █████╗ ██████╗ ███████╗
    ╚══██╔══╝██╔══██╗██╔══██╗██╔════╝
       ██║   ███████║██████╔╝███████╗
       ██║   ██╔══██║██╔══██╗╚════██║
       ██║   ██║  ██║██████╔╝███████║
       ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝

 ****************************************/



    .vanilla-layout-tabs .responsiville-slideshow {
        height: auto;
    }

    .vanilla-layout-tabs .responsiville-slideshow-navigation,
    .vanilla-layout-tabs .responsiville-slideshow-bullets {
        display: none;
    }

    .vanilla-layout-tabs-navigation {
        display: block !important;
        position: static !important;
        text-align: left;
        padding-left: 1em !important;
    }

        .vanilla-layout-tabs-navigation button,
        .vanilla-layout-tabs-navigation button:hover {
            width: auto !important;
            height: auto !important;
            border: none !important;
            background: none !important;
            box-shadow: none !important;
            color: unset !important;
            line-height: unset !important;
            border-top-left-radius: 0.3rem !important;
            border-top-right-radius: 0.3rem !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            padding: 0.75em  1em !important;
            margin: 0 !important;
            margin-right: 0.5em !important;
            border: 1px solid var(--color-gray-light) !important;
            border-bottom: none !important;
            transform: none !important;
        }

        .vanilla-layout-tabs-navigation button:hover,
        .vanilla-layout-tabs-navigation button.responsiville-slideshow-bullet-selected {
            background: var(--color-gray-light) !important;
        }

        .vanilla-layout-tabs .responsiville-slideshow-slides-container {
            position: static !important;
            padding: 2em;
            border: 1px solid var(--color-gray-light);
            border-radius: 0.2rem;
            --text-rhythm: 1em;
        }

            .vanilla-layout-tabs .responsiville-slideshow-slide {
                position: static !important;
            }



/*************************************************************************************************************************

    ████████╗███████╗██╗  ██╗████████╗    ██╗███╗   ███╗ █████╗  ██████╗ ███████╗    ██╗     ███████╗███████╗████████╗
    ╚══██╔══╝██╔════╝╚██╗██╔╝╚══██╔══╝    ██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝    ██║     ██╔════╝██╔════╝╚══██╔══╝
       ██║   █████╗   ╚███╔╝    ██║       ██║██╔████╔██║███████║██║  ███╗█████╗      ██║     █████╗  █████╗     ██║
       ██║   ██╔══╝   ██╔██╗    ██║       ██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝      ██║     ██╔══╝  ██╔══╝     ██║
       ██║   ███████╗██╔╝ ██╗   ██║       ██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗    ███████╗███████╗██║        ██║
       ╚═╝   ╚══════╝╚═╝  ╚═╝   ╚═╝       ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝    ╚══════╝╚══════╝╚═╝        ╚═╝

 *************************************************************************************************************************/



/*****************************************************************************************************************************

    ████████╗███████╗██╗  ██╗████████╗    ██╗███╗   ███╗ █████╗  ██████╗ ███████╗    ██████╗ ██╗ ██████╗ ██╗  ██╗████████╗
    ╚══██╔══╝██╔════╝╚██╗██╔╝╚══██╔══╝    ██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝    ██╔══██╗██║██╔════╝ ██║  ██║╚══██╔══╝
       ██║   █████╗   ╚███╔╝    ██║       ██║██╔████╔██║███████║██║  ███╗█████╗      ██████╔╝██║██║  ███╗███████║   ██║
       ██║   ██╔══╝   ██╔██╗    ██║       ██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝      ██╔══██╗██║██║   ██║██╔══██║   ██║
       ██║   ███████╗██╔╝ ██╗   ██║       ██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗    ██║  ██║██║╚██████╔╝██║  ██║   ██║
       ╚═╝   ╚══════╝╚═╝  ╚═╝   ╚═╝       ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝    ╚═╝  ╚═╝╚═╝ ╚═════╝ ╚═╝  ╚═╝   ╚═╝

 *****************************************************************************************************************************/