/* HTML CORE OVERRIDES */
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

h1 {
    color: #0072a7;
    text-transform: uppercase;
    font-size: 42px;
}

h3 {
    color: #0072a7;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

    h3::after {
        content: '\a0';
        height: 6px;
        width: 100px;
        margin: 0 auto;
        border-bottom: 6px solid #ff8f1c;
        display: block;
        position: relative;
        top: 15px;
        margin-bottom: 50px;
    }

h4 {
    background-color: #0072a7;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

h5, h6 {
    font-weight: bold !important;
    font-size: 20px;
}

td {
    padding: 5px;
}

th {
    --bs-table-bg: #f2f2f2;
}

/* CUSTOM CLASSES */
.logoArea {
    border-bottom: 1px solid #999999;
    margin-bottom: 25px;
}

.dataRow {
    font-size: 12px;
}

.altSection1 {
    background-color: #f2f2f2;
    max-width: 1150px;
}

.gridRows {
    font-size: 80%;
}

.validation {
    color: Red;
}

.phoneNumber {
    color: #FFFFFF;
    text-align: right;
    font-size: 15px;
}

/* BOOTSTRAP CLASS OVERRIDES */
main > .container {
    padding: 15px;
}

.jumbotron p {
    font-size: 16px;
}

.btn {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
}

.row > img {
    width: unset;
    max-width: unset;
}