ul#topNav {
    display: flex;
    justify-content: space-evenly;
}

#topNav li.topNavItem a.topNav {
    text-transform: none;
}

.home-content {
    margin-top: 32px;
    margin-bottom: 32px;
    overflow: hidden;
}

.home-main h1 {
    font-size: 1.25rem;
}

.pSide.pageSide {
    float: left;
    width: 314px;
    padding: 0 20px;
}

div.contactPanel {
    margin: auto auto 15px auto;
    text-align: center;
}
div.sideContent {
    margin: 0;
}
div.contactPanel .links {
    padding: 10px 0;
}

.contactPanel {
    padding: 0;
}
div.contactPanel h1 {
    margin-bottom: 5px;
}
div.contactPanel a {
        font-size: 16px;
    text-decoration: underline;
}

.sideContent a {
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    text-align: center;
}

.sideContent > div {
    text-align: center;
}

div#page div.pageContent {
    padding: 0;
    width: 765px;
}
div#page div.pageHeader h1 {
    font-size: 2.5rem;
}
div#page.search .pageContent {
    width: 100%;
}
.jobs {
    margin-bottom: 5rem;
}

.job {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.job img {
    object-fit: contain;
}

.jobs_detail {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.products-app-row {
    display: flex;
    gap: 16px;
}

.products-app-row a {
    text-decoration: underline;
}

.products-app-row p:first-child {
    margin-top: 0;
}

.footer a {
    color: white;
}
.footer-content .copyright {
    color: white;
}
.footer-content {
    max-width: none;
}
.footer-content .links {
    line-height: 1.5;
}
.footer-content img {
    width: 260px;
    height: 80px;
    object-fit: scale-down;
}


@media (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    #siteHeader img {
        max-width:60%;
    }
    div#hamburger button {
        top: 13px;
        right: 5px;
    }
    ul#topNav {
        flex-direction: column;
    }
    ul#topNav li.separator {
        display: none;
    }
    .home-main h1 {
        margin-bottom: 0;
    }
    .home-main img {
        width: 100%;
        object-fit: contain;
        margin: 10px 0;
    }
    .pSide.pageSide {
        display: flex;
        flex-direction: column;
        width: auto;
        padding: 5px;
    }
    div#page div.pageHeader h1 {
        font-size: 1rem;
        top: 15px;
    }
    div#page div.pageHeader h2 {
        top: 35px;
    }
    .pageHeader img {
        height: 100px;
    }
    .products-app-row {
        flex-direction: column-reverse;
    }
    div#page div.pSide {
        width: unset;
    }
    .sideContent img {
        max-width: 100%;
    }
    div#page div.pageContent {
        padding: 5px;
    }
    div#page div.pageImage {
        width: unset;
    }
    .pageContent img {
        max-width: 100% !important;
        object-fit: contain;
        height: auto;
    }
    div#page div.pageContent {
        width: unset;
    }
    
    .bx-wrapper .bx-controls-direction a {
        top: 20% !important;
    }
    div#page div.pageContent table * {
        margin: 5px 0;
    }
    
    .job {
        flex-direction: column;
    }
    .footer {
        text-align: center;
    }
}