@media (min-width: 1200px) {
    .container {
        max-width: 1054px !important;
    }
}

.row {
    margin: 0 !important;
}

[class*="col-"] {
    padding: 0 !important;
}

.col-797 {
    width: 797px;
}

.col-lft {
    width: calc(100% - 797px);
}

body {
    color: #959595;
    background: #587799; /* Old browsers */
    background: -moz-linear-gradient(top, #587799 0%, #4d90c6 27%, #4092d6 50%, #579dd6 72%, #a2c8e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #587799), color-stop(27%, #4d90c6), color-stop(50%, #4092d6), color-stop(72%, #579dd6), color-stop(100%, #a2c8e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #587799 0%, #4d90c6 27%, #4092d6 50%, #579dd6 72%, #a2c8e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #587799 0%, #4d90c6 27%, #4092d6 50%, #579dd6 72%, #a2c8e5 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #587799 0%, #4d90c6 27%, #4092d6 50%, #579dd6 72%, #a2c8e5 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#587799', endColorstr='#a2c8e5', GradientType=0); /* IE6-9 */

}

.mydiv {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*height: 50px;*/
    background: #f9f9f9;
    outline: 1px solid #a2a2a2;
}

.nav-menu {
    height: 56px;
}

.nav-menu > div {
    display: flex;
}

.nav-menu .nav-menu-entry {
    display: flex;
    /*text-align: center;*/
    /*height: 50px;*/
    width: 100%;
    background: #025472;
    outline: 1px solid #a2a2a2;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-menu .nav-menu-entry a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    box-sizing: content-box;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.nav-search {
    background: #025472;
    color: white;
    height: 56px;
    padding: 0 10px;
}

.nav-menu .nav-menu-entry.active {
    background: #ffc82e;
    color: black;
}

.nav-menu .nav-menu-entry.active a {
    color: black !important;
}

.nav-menu .nav-menu-entry a,
.nav-menu .nav-menu-entry a:visited,
.nav-menu .nav-menu-entry a:hover,
.nav-menu .nav-menu-entry a:active {
    color: white;
    text-decoration: none !important;
    cursor: pointer;
}

.nav-menu .nav-menu-entry a:hover {
    border-bottom: 6px solid #ffc93d;
}

.right-content-container {
    display: flex;
    flex-direction: column;
}

.right-menu-row, .right-menu-col {
    display: flex;
    flex: auto;
}

.right-menu {
    height: initial;
    flex: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    background: #c2c6c7;
}

.right-menu .right-menu-buttons {
    padding: 13px 12px;
    text-align: center;
}

.right-menu .right-menu-group-title {
    color: white;
    font: bold 18px Verdena sans-serif;
    background: #6e8fb8;
    padding: 8px 12px;
    border-top: 1px solid white;
}

.right-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.right-menu ul li {
    display: flex;
    flex-direction: column;
}

.right-menu ul li a {
    font: normal 12px/1.8em Arial, Helvetica, sans-serif;
    line-height: 21px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: black;
    text-decoration: none;
    padding: 6px 12px 3px 12px;
    text-transform: capitalize;
    margin-bottom: -1px; /* temporary hack for overlapping borders */
}

.right-menu ul li a:hover {
    color: #01487e;
    font-weight: bold;
}

.right-menu ul li a.active-entry {
    background-color: lightgray;
    font-weight: bold;
}

.banner {
    height: 141px;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url("/static/images/banner.png");
}

.banner .logo {
    margin: 10px 0 0 25px;
}

.banner .login-space.to-logout {
    margin: 12px;
    color: white;
    background-color: #12637f;
    border-radius: 4px;
    padding: 1px 8px;
}

.banner .login-space.to-login {}

.banner .login-space.to-login a {
    color: white;
    display: inline-flex;
    padding: 10px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.banner .login-space.to-login:hover a {
    opacity: 1 !important;
}

.banner .login-space.to-logout a {
    text-decoration: underline !important;
    color: #fde891;
}

.banner .login-space.to-login a {
     text-decoration: none !important;
}

.content {
    height: 876px;
}

.nav-search .right-inner-addon {
    position: relative;
    width: 100%;
}

.nav-search .right-inner-addon .search-icon {
    position: absolute;
    color: black;
    display: flex;
    align-items: center;
    padding-right: 10px;
    font-size: 18px;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.nav-search .right-inner-addon .people-search-form-control {
    /* bootstrap */
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* custom */
    padding: 3px 30px 3px 6px;
    border-radius: unset;
}

.nav-search .right-inner-addon .people-search-form-control:focus {
    outline: none;
    border-color: unset;
    box-shadow: unset;
}

#footer_resize {
    margin: 0 auto;
    padding: 5px 0;
    width: 1024px;
    color: #959595;
    background: #01487e;
}

.h-5 {
    font: normal 11px/1.5em Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    color: white;
    border: 1px hidden gray;
    text-align: center;
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
