html {
    background-color: #dae5f1;
}

body {
    background-color: White;
    text-align: center;
}

.NonLoggedOn.NoNavigation > .ManagerLogonHeader,
.NonLoggedOn.NoNavigation > .ManagerNavigationHeader {
    display: none;
}

.ApplicationHeaderContainer {
    background-color: #233D59;
}

div.FastPageWrapper {
    background-color: WHite;
    text-align: left;
}


.FullLogo {
    text-align: center;
    margin-top: -70px;
}

.ArkansasFooterContainer {
    display: block;
}

.FooterLinks {
    list-style-type: none;
    margin: 0;
    padding: 2px;
    overflow: hidden;
    text-align: center;
}

.FooterLink {
    display: inline;
    margin: 0;
    padding: 0;
    height: 12px;
}

ul.FooterLinks li:first-child:before {
    content: ""
}

ul.FooterLinks li:before {
    content: "| ";
}

.FooterLink a {
    color: #233D59;
    font-size: 11.5px;
}

/*DEV ONLY - Hide environment label when screen is below 500px*/
@media screen and (max-width:500px) {
    .EnvironmentNameLabel {
        display: none;
    }
}
.SidebarNavigationLink {
    white-space: pre-wrap;
}