@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
	font-family: Open Sans, sans-serif;
}

header#app-header {
    background-color: #002145;
}

.header-nav {
    color: white;
}

#accountDropdown {
    color: white;
    font-size: 20px;
}

.AccountDropdown--margin-top a {
    color: white;
    font-size: 20px;
}

#search-form.callout-region {
    background-color: #002145;
}

.feature-region {
    background-color: #002145;
    background-image: none;
}

.header-branding h1 a img {
    width: 516px;
    max-width: 100%;
    height: auto;
}

h1.logo-customized {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

img#feature_img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 768px)
{
    .AccountDropdown--margin-top {
        margin-top: 0px;
    }

h1.logo-customized {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}
}

[class$="-topNavBarDesktopLayout"] {
    background-color: rgb(255, 255, 255)  !important;
}