@charset "UTF-8";

* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #f3efe3;
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding: 0;
}

a {
    color: #3d7aa9;
    text-decoration: none;
    font-weight: 700;
}

a:hover,
a:focus {
    color: #136bad;
    text-decoration: underline;
}

a:active {
    color: #3d8ecc;
}

img {
    border: 0;
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid::before,
.container-fluid::after {
    content: " ";
    display: table;
}

.container-fluid::after {
    clear: both;
}

.ohio-odx-main-navigation {
    height: 110px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    margin-bottom: 30px;
    clear: both;
}

.ohio-odx-main-navigation .ohio-odx-header-bottom {
    position: relative;
}

.ohio-odx-main-navigation .ohio-odx-header-bottom .ohio-odx-header-bottom-left {
    float: left;
    background-color: #fff;
    height: 108px;
    z-index: 1;
    position: absolute;
}

.ohio-odx-main-navigation .ohio-odx-header-bottom .ohio-odx-header-bottom-left .ohio-odx-logo-wrapper {
    margin-top: 10px;
}

.header-bg {
    background-color: #17628c;
}

.main-content-wrap {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
}

.message-container {
    max-width: 100%; 
    min-width: 100%; 
    text-align: center
}

.welcomeheader {
    display: block;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 800;
}

.welcome-text {
    text-align: left;
    font-size: 20px;
    max-width: 85%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 45px;
    padding-left: 60px;
}

.ohio-odx-main-navigation .ohio-odx-header-bottom .ohio-odx-header-bottom-left {
    width: 100%;
    left: 0;
}

.ohio-odx-logo-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    width: 100%;
}

.ohio-odx-logo-wrapper::after {
    content: "";
    width: 84px;
}

.odx-logo {
    grid-column: 1;
}

.pageTitle {
    color: #fff;
    grid-column: 2;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 768px) {
    .ohio-odx-main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 997;
        border-top: 1px solid #d8d8d8;
        height: unset;
    }

    .ohio-odx-main-navigation .ohio-odx-header-bottom .ohio-odx-header-bottom-left,
    .ohio-odx-header-bottom-left {
        width: 100%;
        position: relative;
    }

    .ohio-odx-logo-wrapper {
        margin: 23px auto;
        display: table;
        position: relative;
    }
}
