/* --- Superheader --- */
.languageToggle {
    display: none !important;
}
.toggle-button {
    display: none !important;
}


/* --- Nav --- */
nav {
    height: 190px;
    padding: 0;
    border-bottom: 1px solid var(--medium-gray);
}
nav .row {
    height: calc(100% - 40px);
    padding: 0 50px;
}
nav .contact-head {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    background-color: var(--light-gray);
    text-align: right;
}
nav .contact-head ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 30px;
}
nav .contact-head ul li a {
    color: var(--primary-blue);
}
nav .contact-head ul li a:hover {
    color: var(--charcoal);
}
nav .navSearch {
    display: none;
}
@media (max-width: 1440px) {
    nav {
        height: 140px !important;
    }
    section#main {
        margin-top: 200px !important;
    }
    .navMenu .k-animation-container {
        padding-top: 40px !important;
    }
}
@media (max-width: 991px) {
    nav {
        padding: 0 !important;
    }
    nav > .row {
        padding: 0 5% !important;
    }
}


/* --- Main --- */
section#main {
    margin-top: 250px;
}
.homeLeft h3 {
    margin-top: 0 !important;
    font-family: museo-sans-condensed, sans-serif;
    font-size: 6.2rem !important;
    font-weight: 700 !important;
}
.homeLeft h3 strong {
    display: block;
    color: var(--primary-blue) !important;
    font-size: 4rem !important;
}
.companyEventListings {
    margin: 40px 0;
}


/* --- Contact Prefooter --- */
#contact-foot .companies-list {
    max-width: 70%;
    margin: 0 auto;
}
#contact-foot .companies-list .col:nth-of-type(4) {
    display: none;
}
#contact-foot .contact-foot-cta {
    background: var(--light-gray);
    padding: 60px 50px;
    text-align: center;
}
#contact-foot .contact-foot-cta h3 {
    margin-top: 0 !important;
    margin-bottom: 40px;
    border: none;
    font-family: museo-sans-condensed, sans-serif;
    font-size: 5rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}


/* --- Footer --- */
footer h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 300;
}
footer a {
    color: var(--primary-blue) !important;
}
footer a:hover {
    color: var(--white) !important;
}
footer table {
    border: none !important;
}
footer table td {
    border: none !important;
}
footer .footer-legal {
    text-align: right;
}
footer .footer-legal ul {
    display: inline-block;
}


/* --- Equipment & Solutions --- */
.sustainSolutions a.nolink {
    pointer-events: none;
    color: var(--white) !important;
}
.solution-au-list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--medium-gray);
}
.solution-au-list:first-of-type {
    margin-top: 0;
    padding: 0;
    border: 0;
}
.solution-au-list.True {
    display: none;
}
.solution-au-list-img img {
    display: block;
    width: 100%;
    max-height: 300px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}
.solution-au-list-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    z-index: 1;
}
.solution-au-list a.see-more-link, .solution-au-list.complete-packaging-lines a.contact-link {
    display: none;
}
.solution-au-list.complete-packaging-lines a.see-more-link {
    display: inline-block;
}
.solution-au-list.complete-packaging-lines .solution-au-list-technologies {
    display: none;
}
.solution-au-list-technologies li {
    list-style-type: disc;
    margin-left: 20px;
}


/* --- Footer --- */
footer table td {
    vertical-align: top;
}