﻿html {
    background-color: #38423E;
    margin: 0;
    padding: 0;
}

#container {
    position: inherit;
    background-color: #FFFFFF;
}

#body {
    background-color: #FFF;
    clear: both;
    color: #333333;
    padding-bottom: 35px;
    font-size: 12pt;
}

footer {
    background-color: #38423E;
    clear: both;
    color: #FFFFFF;
    font-size: 12pt;
    height: 100px;
}

footer p{
    margin: 5px;
}

.site-title {
    color: #000;
    font-family: Arial;
    font-size: 2.3em;
    margin: 20px 0;
    padding-left: 20px;
    width: 75%;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #000;
        outline: none;
        text-decoration: none;
    }
#login {
    font-size: 12pt;
    margin-top: 0;
    text-align: right;
}

#login a {
    background-color: #008080;
    color: #FFF;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
    font-size: 12pt;
}

.featured {
    background-color: #008080;
    width: 100%
}

.featured .content-wrapper {
    background-color: #008080;
    color: #FFFFFF;
    height: 25%;
    padding: 20px 20px 30px 20px;
    top: 30%;
}

.featured p {
    font-size: 12pt;
    max-width: 900px;
}

ul#menu li a {
    background: none;
    color: #000;
    text-decoration: none;
}

header .site-title {
    margin: 10px;
    text-align: center;
    width: 80%;
}

header .header-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header .header-right {
    width: 100%;
    text-align: right;
}

#menu a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.disclaimer {
    font-size: 12pt;
    color: #000;
}

.login-greeting {
    margin-right: 5px;
    text-align: right;
}

.login-actions ul {    
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.login-actions a {
    background-color: #008080;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
}

.site-header {
    width: 100%;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.environment {
    color: #333333;
    font-weight: normal;
}

.header-right {
    text-align: right;
    width: 40%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

nav {
    margin-top: 10px;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
    align-items: center;
    flex-wrap: wrap;
}

    #menu li {
        position: relative;
        padding: 0 2px;
    }


    #menu a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        line-height: 1;
    }


    #menu .separator {
        color: #696A6D;
        display: inline-flex;
        align-items: center;
    }

    #menu a:focus, a:hover {
        outline-offset: 2px;
        color: #008080
    }

@media only screen and (max-width: 850px) {
    header .float-left, header .float-right {
        float: none;
    }

    header .site-title {
        margin: 10px;
        text-align: center;
        width: 80%;
    }

    header .header-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    header .header-right {
        width: 100%;
        text-align: right;
    }

    #body {
        background-color: #FFFFFF;
        clear: both;
        color: #000;
        padding-bottom: 35px;
    }

    #login {
        font-size: 12pt;
        margin-top: 0;
        text-align: right;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: #008080;
            color: #FFFFFF;
            font-weight: 600;
            margin: 2px;
            padding: 0;
            font-size: 12pt;
        }

            #login a:hover {
                color: #333;
            }

    nav {
        float: left;
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: left;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    article, aside {
        float: none;
        width: 100%;
    }

    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 10px;
        }

            ol.round li.one, ol.round li.two, ol.round li.three {
                background: none;
            }

    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    fieldset input[type="text"], fieldset input[type="password"] {
        width: 90%;
    }

    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        float: none;
        margin-left: 0;
        width: auto;
    }

    footer .float-left, footer .float-right {
        float: none;
    }

    footer {
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

        footer p {
            margin: 5px;
        }

    ul#social {
        margin: 0;
        padding: 0;
    }

    a.facebook, a.twitter {
        background: none;
        display: inline;
        float: none;
        height: auto;
        padding-left: 0;
        text-indent: 0;
        width: auto;
    }
}