@charset "UTF-8";

/*************************
* FONTS
*************************/
@font-face {
    font-family: 'commemedium';
    src: url('/fonts/comme-medium-webfont.eot');
    src: url('/fonts/comme-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/comme-medium-webfont.woff') format('woff'),
        url('/fonts/comme-medium-webfont.ttf') format('truetype'),
        url('/fonts/comme-medium-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'commereg';
    src: url('/fonts/comme-regular_1-webfont.eot');
    src: url('/fonts/comme-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/comme-regular_1-webfont.woff') format('woff'),
        url('/fonts/comme-regular_1-webfont.ttf') format('truetype'),
        url('/fonts/comme-regular_1-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'commelight';
    src: url('/fonts/comme-light-webfont.eot');
    src: url('/fonts/comme-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/comme-light-webfont.woff') format('woff'),
        url('/fonts/comme-light-webfont.ttf') format('truetype'),
        url('/fonts/comme-light-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'commethin';
    src: url('/fonts/comme-thin-webfont.eot');
    src: url('/fonts/comme-thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/comme-thin-webfont.woff') format('woff'),
        url('/fonts/comme-thin-webfont.ttf') format('truetype'),
        url('/fonts/comme-thin-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

div.homeoffice {
    width: 100%;
    min-height: 750px;
    background-color: #ffffff;
    float: left;
    margin: 72px 0 0;
}

#homeoffice {
    background: rgba(0, 0, 0, 0) url("../../myntalife/images/home-landscape.jpg") no-repeat scroll center bottom / cover;
    background-size: cover;
    min-height: 375px;
    width: 100%;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
}

#fieldrep {
    background: rgba(0, 0, 0, 0) url("../../myntalife/images/rep-landscape.jpg") no-repeat scroll center bottom / cover;
    background-size: cover;
    min-height: 375px;
    width: 100%;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
}

#careerContent {
    height: 100%;
    width: 100%;
    /*margin        : 80px auto;*/
    float: left;
    clear: both;
}

p.careers-options-txt {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    padding-top: 125px;
    font-family: 'commethin', Verdana, sans-serif;
}

.modal.open {
    display: block;
}

.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(900px, 92vw);
    height: min(560px, 80vh);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal .close1,
.modal .close2 {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

#community,
#whyjoin {
    width: 80%;
    max-width: 950px;
    margin: 0 auto;
}

div.community {
    width: 100%;
}

div.community-section {
    display: block;
    margin: 0 auto;
}

h1.community-head {
    font-size: 38px;
    line-height: 38px;
    color: #1480c3;
    margin-bottom: 20px;
}

p.community-txt {
    color: #303030;
    font-size: 17px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 125px;
    padding-right: 125px;
}

/***************** Careers Grid Section *****************/
[id^="careerContent"] {
    height: 100%;
    width: 100%;
    float: left;
    clear: both;
}

.grid-container {
    display: grid;
    display: -ms-grid;
    -ms-grid-auto-flow: column;
    grid-template-columns: auto 550px 2px 550px auto;
    -ms-grid-template-columns: 1fr 550px 2px 550px 1fr;
    -ms-grid-template-rows: auto auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr 550px 2px 550px 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    border-top: 1px solid rgb(199, 192, 192);
    padding-bottom: 50px;
}

[class^="grid-item"] {
    font-size: 30px;
    text-align: center;
    position: relative;
}

.sub-heading {
    font-size: 13pt;
    font-weight: bold;
    color: #303030;
    margin-top: 20px;
    margin-bottom: 20px;
}

.points {
    font-size: 10pt;
    color: #303030;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    width: 324px;
}

.openings {
    font-size: 13pt;
    font-weight: bold;
    color: gray;
    margin-top: 30px;
}

.openings-btn {
    background: linear-gradient(to bottom, #0073B8 0%, #027fc5 100%);
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    padding: 8px 11px;
}

a.openings-btn:hover {
    text-decoration: none;
}

.grid-item-2-b,
.grid-item-2-d {
    cursor: pointer;
}

.grid-item-1 {
    margin-top: 30px;
    grid-column: 1 / 6;

    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 6;
}

.grid-item-2-a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-2-b {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-2-c {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-2-d {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-2-e {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-3-a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-3-b {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-3-c {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-3-d {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-3-e {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-4-a {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-4-b {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-4-c {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-4-d {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-4-e {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-5-a {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;

}

.grid-item-5-b {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;

}

.grid-item-5-c {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;

}

.grid-item-5-d {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;

}

.grid-item-5-e {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;

}

.grid-item-6-a {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-6-b {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-6-c {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-6-d {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-6-e {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-7-a {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-7-b {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-7-c {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-7-d {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-7-e {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-8-a {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-8-b {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-8-c {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-8-d {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-8-e {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-9-a {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-9-b {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-9-c {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-9-d {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-9-e {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-10-a {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-10-b {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-10-c {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-10-d {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.grid-item-10-e {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
}

.v1 {
    border-left: 2px solid rgb(199, 192, 192);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 40px;
}

a:hover {
    color: white;
}

#corporate_vid,
#agent_vid {
    /* width:  500px;
    height: 300px; */
    width: 100%;
    height: 100%;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 186;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto;  */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* The Close Button */
.close1 {
    color: #aaa !important;
    float: right;
    font-size: 55px !important;
    font-weight: bold !important;
    position: relative;
    opacity: 1 !important;
}

.close1:hover,
.close1:focus {
    text-decoration: none;
    cursor: pointer;
}

.close2 {
    color: #aaa;
    float: right;
    font-size: 55px;
    font-weight: bold;
    position: relative;
}

.close2:hover,
.close2:focus {
    text-decoration: none;
    cursor: pointer;
}

h1.community-head {
    font-family: 'commethin', Verdana, sans-serif;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    line-height: inherit;
    color: #fff !important;
    border: 0;
    border-bottom: 0px !important;
}

#qtName,
#qtPhone,
#qtEmail,
#qtZip {
    height: 32px !important;
    color: #303030;
}

.qtelabels {
    margin-bottom: 0px !important;
}

div.disclaimers-foot {
    background: #003968;
}

@media only screen and (min-width:721px) and (max-width:816px) {
    img.cultureBlock {
        width: 100% !important
    }

    .container {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width:1080px) {
    @-moz-document url-prefix() {
        .grid-item-2-d {
            margin-bottom: 20px;
        }
    }

    @-ms-fullscreen {
        .grid-item-2-d {
            margin-bottom: 20px;
        }
    }

    #community,
    #whyjoin {
        width: 100% !important;
    }

    h1.community-head {
        text-align: center;
    }

    p.community-txt {
        padding-left: 10% !important;
        padding-right: 10% !important;

    }

    .grid-container {
        display: grid;
        display: -ms-grid;
        -ms-grid-auto-flow: column;
        grid-template-columns: auto !important;
        -ms-grid-template-columns: 1fr !important;
        -ms-grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        -ms-grid-columns: 1fr !important;
        -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        border-top: 1px solid rgb(199, 192, 192);
        padding-bottom: 50px;
    }

    .grid-item-1 {
        margin-top: 30px;
        grid-row: 1 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 1 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-2-b {
        grid-row: 2 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 2 !important;
        ;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-2-b img,
    .grid-item-2-d img {
        width: 600px !important;
        height: 100% !important;
    }

    .grid-item-2-d {
        -ms-overflow-x: hidden;
        -ms-overflow-y: hidden;
    }

    .grid-item-2-d img {
        margin-top: 25px !important;
    }

    .grid-item-2-b #corporate_vid,
    .grid-item-2-d #agent_vid {}

    .grid-item-2-c {
        visibility: hidden !important;
    }

    .grid-item-3-b {
        grid-row: 3 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 3 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-3-c {
        visibility: hidden !important;
    }

    .grid-item-4-b {
        grid-row: 4 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 4 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-4-c {
        visibility: hidden !important;
    }

    .grid-item-5-b {
        grid-row: 5 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 5 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-5-c {
        visibility: hidden !important;
    }

    .grid-item-6-b {
        grid-row: 6 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 6 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-6-c {
        visibility: hidden !important;
    }

    .grid-item-7-b {
        grid-row: 7 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 7 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-7-c {
        visibility: hidden !important;
    }

    .grid-item-8-b {
        grid-row: 8 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 8 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-8-c {
        visibility: hidden !important;
    }

    .grid-item-9-b {
        grid-row: 9 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 9 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-9-c {
        visibility: hidden !important;
    }

    .grid-item-10-b {
        grid-row: 10 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 10 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-10-c {
        visibility: hidden !important;
    }

    .grid-item-2-d {
        margin-top: 30px;
        grid-row: 11 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 11 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-3-d {
        grid-row: 12 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 12 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-4-d {
        grid-row: 13 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 13 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-5-d {
        grid-row: 14 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 14 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-6-d {
        grid-row: 15 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 15 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-7-d {
        grid-row: 16 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 16 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-8-d {
        grid-row: 17 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 17 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-9-d {
        grid-row: 18 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 18 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    .grid-item-10-d {
        grid-row: 19 !important;
        grid-column: 1 / 6 !important;

        -ms-grid-row: 19 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row-span: 1 !important;
        -ms-grid-column-span: 6 !important;
    }

    #corporate_vid,
    #agent_vid {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Slideshow container with robust height (16:9) */
.culture-slideshow {
    position: relative;
    width: 100%;
    margin: 12px auto 0;
    max-width: 800px;
    border-radius: 6px;
    overflow: hidden;
}

/* Legacy height fallback */
.culture-slideshow::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 16:9 */
}

@supports (aspect-ratio: 16 / 9) {
    .culture-slideshow {
        aspect-ratio: 16 / 9;
    }

    .culture-slideshow::before {
        display: none;
    }
}

.culture-slideshow img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .7s ease;
}

.slideshow-toggle {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .85);
    font: 600 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    cursor: pointer;
    transition: opacity .2s;
    opacity: 0;
    /* hidden by default */
    pointer-events: none;
    /* avoid trapping hover when hidden */
}

.culture-slideshow:hover .slideshow-toggle,
.slideshow-toggle:focus-visible {
    opacity: 1;
    pointer-events: auto;
}

/* On touch devices (no hover), keep it visible */
@media (hover: none) {
    .slideshow-toggle {
        opacity: 1;
        pointer-events: auto;
    }
}

#slider2 .container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.culture-slideshow img.is-active {
    opacity: 1;
}

/* avoids inline gap quirks */
@supports not (object-fit: cover) {
    .culture-slideshow img {
        width: 100%;
        height: auto;
    }
}