﻿@import "2024SubNavDesktop.css";
@import "2024SubNavMobile.css";

.maincontent table[border="1"] {
    border-collapse: collapse;
    background-color: white;
}

    .maincontent table[border="1"] th, table[border="1"] td {
        border: 1px solid black;
    }

.maincontent .custom-box {
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 0;
}

.maincontent .row-two, .maincontent .row-three {
    border-top: 8px solid #005072 !important;
}

.maincontent .custom-box h3, .maincontent .custom-box .boxtext, .maincontent .custom-box .boxbutton {
    padding: 10px 20px 0 20px;
}

.maincontent .custom-box .boxbutton {
    padding: 20px;
}

.maincontent .custom-box img {
    width: 100%;
    border-bottom: 8px solid #005072;
}

.maincontent #ov_apprenticeships, .maincontent #ov_certifications {
    padding: 6px;
}


.grid-box {
    background-color: #FFFFFF;
    outline: 1px solid #dbdddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.middle {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

    .middle img {
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

.bottom {
    background-color: lightgray;
    padding: 10px;
    flex: 1;
    text-align: center;
}
