@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #333;
    font: normal 400 16px / 1.5 'Open Sans', sans-serif;
    margin: 0;
}

a,
p.expand-button {
    color: #008cd2;
    outline: none;
    text-decoration: underline;
}

a:hover,
p.expand-button:hover {
    color: #333;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

.contain {
    margin: 0 auto;
    width: 1200px;
}

.fill {
    min-width: 1200px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.center {
    text-align: center;
}

.flex {
    display: flex;
}

/* header */

header {
    display: block;
}

#epLang {
    display: flex;
    justify-content: space-between;
}

#epLang a {
    display: inline-block;
    padding: 3px 0;
}

header .flex {
    display: flex;
    justify-content: space-between;
}

.logo-container {
    width: 1350px;
    margin: 0 auto;
}

.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;

    .logo {
        height: 55px;
        max-width: 115px;
    }

    #sysco {
        background: url(logo1.png) no-repeat center / contain;
        aspect-ratio: 175 / 100;
    }

    #asian-foods {
        background: url(AsianFoods.png) no-repeat center / contain;
        aspect-ratio: 94 / 50;
    }

    #european-imports {
        background: url(EuropeanImports.png) no-repeat center / contain;
        aspect-ratio: 101 / 50;
    }

    #buckhead {
        background: url(Buckhead.png) no-repeat center / contain;
        aspect-ratio: 145 / 50;
    }

    #newport {
        background: url(newport.png) no-repeat center / contain;
        aspect-ratio: 1080 / 372;
    }

    #freshpoint {
        background: url(FreshPoint.png) no-repeat center / contain;
        aspect-ratio: 147 / 50;
    }

    #don {
        background: url(don.png) no-repeat center / contain;
        aspect-ratio: 75 / 50;
        height: 48px;
    }

    #sygma {
        background: url(Sygma.png) no-repeat center / contain;
        aspect-ratio: 76 / 50;
        height: 52px;
    }

    #greco {
        background: url(Greco.png) no-repeat center / contain;
        aspect-ratio: 81 / 50;
        height: 48px;
    }

    #gww {
        background: url(GWW.png) no-repeat center / contain;
        aspect-ratio: 515 / 98;
    }
}

.nav-container {
    background-color: #008cd2;
    padding: 10px 0;
    text-align: right;
}

nav a {
    position: relative;
    color: white;
    font: normal 700 18px/25px 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0 48px 0 0;
}

nav a:not(nav a:last-of-type)::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 3px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

/* Arabic RTL navigation dividers */
nav:lang(ar) a::after {
    display: none;
}

nav:lang(ar) a:not(:first-of-type)::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 3px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    left: 138px;
    display: block;
}


nav a:hover {
    color: white;
    text-decoration: underline;
}


#epAttention {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    background-color: #444;
    color: #fff;
}

.banner {
    height: 450px;
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.banner .contain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "buttons title .";
    z-index: 2;
}

.overlay {
    height: 100%;
    width: 100%;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#epCarousel {
    background-image: url("banner1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: 0.8s;
    position: relative;
}

#epCarousel:lang(ar) {
    transform: scaleX(-1);
}

#epCarousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#epCarousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}


#buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    grid-area: buttons;

    a {
        display: flex;
        background-color: #56b146;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        height: 100px;
        width: 360px;
        border-radius: 5px;
        padding: 20px 25px;

        .title {
            font: normal 700 24px 'Open Sans', sans-serif;
            text-align: center;
        }

        .sub-title {
            display: none;
            text-align: center;
            font: normal 400 14px 'Open Sans', sans-serif;
        }
    }

    a:hover {
        .title {
            font: normal 700 24px 'Open Sans', sans-serif;
            text-align: center;
            display: none;
        }

        .sub-title {
            display: block;
        }
    }
}

.banner-title {
    grid-area: title;
    display: grid;
    place-items: center;

    h1 {
        color: #fff;
        font: normal 700 76px 'Open Sans', sans-serif;
        text-align: center;
    }
}

/* content */

main {
    display: block;
    padding: 30px 0 50px;
    min-height: 500px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 60px;
}

div.col-100 {
    border: 1px #ccc solid;
    padding: 1px 20px 20px 20px;
    margin-bottom: 40px;

    h2 {
        text-align: center;
    }

    .flex {
        display: flex;
    }
}

#ceo {
    background: url(ceo.jpg) center no-repeat;
    background-size: cover;
    height: 180px;
    aspect-ratio: 1200 / 1360;
    float: right;
    margin: -24px 0 20px 20px;
}

#ceo:lang(pl),
#ceo:lang(ar) {
    margin: 0 0 20px 20px;
}


div.col-left {
    padding: 0 10px;
    width: 60%;
}

div.col-right {
    padding: 0 10px;
    width: 38%;
}

div.col-50 {
    padding: 0 25px 25px;
    width: 47%;
    margin: 0 auto;
}

.ceo-border {
    border: 1px #ccc solid;
    padding: 4px 20px 20px;
    height: fit-content;
}

.border {
    border: 1px #ccc solid;
    padding: 4px 20px 20px;
}

.speak-up-section {
    color: #333;
    margin-top: 0;
}

.speak-up-title {
    font-size: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

.speak-up-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.speak-up-list {
    list-style: none;
    padding: 0;
    width: 600px;
}

.speak-up-list li {
    font: normal 700 18px 'Open Sans', sans-serif;
    padding: 10px 15px;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    /* width: 400px; */
    background: #008cd2;
    color: white;
    transition: all 0.3s ease;
    border-radius: 5px;
}

p.answer {
    font: normal 500 16px 'Open Sans', sans-serif;
    display: none;
    opacity: 0;
    transition: all 0.5 ease;
}

li:hover p.question+p.answer {
    display: block;
    opacity: 1;
}

li:hover {
    width: 100%;
}

.speak-up-list li:hover {}

.speak-up-content {
    margin-top: 20px;
    width: 41%;
    padding: 15px;
    font-size: 14px;
    color: #333;
    text-align: left;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.speak-up-content.active {}

.card {
    display: flex;
    justify-content: space-between;

    h3 {
        position: relative;
        flex-wrap: nowrap;
        width: 500px;
    }

    p {
        width: 45%;
    }
}

.expand-button-closed {
    position: relative;
}


.expand-button-opened {
    position: relative;
}


h1 {
    font: normal 700 35px 'Open Sans', sans-serif;
    padding: 0;
}

h2 {
    font: normal 700 24px 'Open Sans', sans-serif;
    padding: 0;
}

h3 {
    font: normal 700 18px 'Open Sans', sans-serif;
    margin: 1em 0;
    padding: 0;
}

.green-box {
    background-color: #56b146;
    color: white;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 36px;

    h1,
    h2 {
        width: fit-content;
        margin: 0 auto;
    }
}

#epEmergency-container {
    background-color: #444;
    color: #fff;
}

#epEmergency {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding-bottom: 10px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

#epDataPrivacy {
    display: flex;
    justify-content: space-between;
    position: relative;

    h2.online {
        background: #008cd2;
        color: #fff;
        font-size: 32px;
        left: -385px;
        margin-top: 18px;
        margin-bottom: 10px;
        padding: 12px 0;
        position: relative;
        width: 463px;
        border-radius: 5px;
    }

    h2.online:lang(ar) {
        right: -315px;
    }

    .phone h2 {
        margin-top: 11px;
        width: 100%;
        border-radius: 5px;
    }

    .phone .output {
        width: 463px;
    }

    .message {
        margin-bottom: 15px;
    }

    ol.dropDowns {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 463px;

        li {
            display: block;
            padding: 0 15px;
        }

        li.country1 {
            border: none;
            position: relative;
            left: 83%;
            padding: 25px 0 0 0;
            text-align: center;

            select {
                background: #fff;
                margin: 5px 0 40px;
            }

            .text {
                font-size: 20px;
            }
        }

        li.country1:lang(ar),
        li.country1:lang(he) {
            left: unset;
            right: 67%;
        }
    }

    .phone {
        position: relative;
        top: 33px;
        right: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
        margin: 107px 0 0;
        width: 463px;

        h2 {
            flex-grow: 0;
            font-size: 32px;
            margin: 0;
            padding: 12px 0;
            text-align: center;
            position: relative;
            background: #008cd2;
            color: #fff;
            margin-top: 14px;
            width: 100%;
        }

        .output {
            padding: 15px 15px 23px;
            font-size: 16px;
            position: relative;
            top: -2px;

            h3 {
                margin: 0;
            }

            .Canada ol.ol1 {
                display: none;
            }

            .att.Republic.of {
                font-size: 14px !important;
            }
        }
    }
}

.output div.att th em {
    max-width: 150px;
    white-space: normal;
}

select {
    font: normal 400 14px 'Open Sans', sans-serif;
    margin: 5px 0 15px;
    width: 355px;
    padding: 5px;
}

.submit {
    display: block;
    text-align: center;
    background: #000;
    border: none;
    width: 152px !important;
    border-radius: 5px;
    color: #008cd2;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    margin-bottom: 50px;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}

input.followUp {
    padding: 7px 5px;
    min-width: 250px;
    border-radius: 5px;
    border-color: #333333;
}

button:hover,
.submit:hover {
    color: #008cd2;
    background: #000;
}

select {
    font: normal 400 14px 'Open Sans', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 100%;
}

#legacy,
#followSubmit,
button {
    background: #008cd2;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
}

button:hover {
    background: #333;
    color: #fff;
}

button:disabled {
    background: #ddd;
    cursor: default;
}

button:hover:disabled {
    background: #ddd;
}

.nowrap {
    white-space: nowrap;
}

#epPhone {
    display: inline-block;
}

/* Issues */

.issues-page .green-box {
    padding: 18px 42px;
}

#epIssues {
    width: 90%;
    margin: 32px auto 0;
    position: relative;
    min-height: 550px;
}

/*
#epIssues::after {
    content: "";
    background: url(issues-img.jpg) no-repeat center / contain;
    aspect-ratio: 750 / 499;
    width: 650px;
    position: absolute;
    top: -12px;
    right: -25px;
    z-index: -1;
}

#epIssues.hide-bg::after {
    opacity: 0;
}
*/
#epIssues .name {
    font: normal 700 18px/24px 'Montserrat', sans-serif;
    width: 400px;
    background-color: #008cd2;
    color: #fff;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;

}

#epIssues .issue {
    font: normal 700 15px 'Montserrat', sans-serif;
    background-color: #00000000;
    border-radius: 15px;
    position: relative;
    display: flex;
    border: 3px solid #008cd2;
    margin: 20px 0;
}

#epIssues .issue:hover {}

#epIssues .issue.issue_183802 .desc,
#epIssues .issue.issue_183803 .desc,
#epIssues .issue.issue_183804 .desc,
#epIssues .issue.issue_183805 .desc,
#epIssues .issue.issue_183806 .desc {
    top: 0;
    right: -26px;
}

#epIssues .desc {
    display: flex;
    justify-content: space-between;
    min-height: 88px;
    top: 0;
    width: 652px;
    border-radius: 5px;
    padding: 10px 28px;
    line-height: 24px;
}

#epIssues .issue:hover .desc {
    color: #008cd2;
}

#epIssues .details {
    display: none;
}

/* footer */
.footer-upper {
    background-color: #444;
    min-width: 1200px;
    color: #fff;
    margin-top: auto;
}

footer {
    background-color: #444;
    font-size: 12px;
    color: #fff;
    padding: 20px 0;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    float: left;
    padding-left: 10px;
}

footer .line2 {
    color: #fff;
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    color: #fff;
}

footer .line2 a:hover {
    color: #fff;
}

footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}

ol.consentList {
    font-weight: bold;
    font-size: 90%;
    height: 400px;
    padding: 20px;
    overflow-y: scroll;
    border: 1px solid #152b75;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

ol.consentList li {
    margin: 0 20px 0 40px;
}

ol.consentList p {
    font-weight: normal;
    padding-left: 40px;
}

ol.consentList p.left {
    margin: 0 10px 20px 20px;
}

ul.rightsList li {
    font-weight: normal;
}

.centered {
    text-align: center;
}

.noPad {
    padding-left: 15px !important;
}

/* No hover effect for specific buttons */
#buttons a.no-hover:hover .title {
    display: block !important;
}

#buttons a.no-hover:hover .sub-title {
    display: none !important;
}

#buttons a.no-hover .sub-title {
    display: none !important;
}