html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
}

body #CookiebotWidget:not(.CookiebotWidget-inactive) {
    left: unset !important;
    right: 10px !important;
    bottom: 2px !important;
    min-width: 14px !important;
    min-height: 14px !important;
}
body #CookiebotWidget:not(.CookiebotWidget-open) .CookiebotWidget-logo {
    max-width: 18px !important;
    max-height: 18px !important;
    border-radius: 50% !important;
    background: black !important;
    overflow: hidden !important;
}
body #CookiebotWidget:not(.CookiebotWidget-open) button.CookiebotWidget-logo svg {
    width: 25px !important;
    height: 25px !important;
    margin-left: -3px !important;
    margin-top: -3px !important;
}

#download_app {
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 0;
}
body.has-footer #download_app{
    height: calc(100% - 70px);
}

.page-header, .page-header *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page-header{
    height: 50px;
    width: 100%;
    background-color: #E7A525;
    padding: 10px;
    display: flex;
    box-shadow: 0 5px 6px -5px rgba(0,0,0,0.75);
    z-index: 99;
    position: relative;
}
.page-header>div{
    display: inline-flex;
    height: 100%;
}

.page-header .back-button {
    margin-top: 5px;
}
.page-header .back-button button{
    width: 20px;
    height: 20px;
    border-color: white;
    color: white;
    font-size: 20px;
    line-height: 80%;
    padding: 0 0 2px;
    vertical-align: middle;
    background: transparent;
}
.page-header .back-button button:hover, .page-header .back-button button:focus {
    background-color: #286e9f;
}

.page-header .title {
    margin-top: 2px;
    margin-left: 5px;
}
.page-header .title h1{
    font-size: 20px;
    color: white;
    margin: 0;
}
.page-header .title .abbrev{
    display: none;
}
@media only screen and (max-width: 630px) {
    .page-header .title h1{
        font-size: 13px;
    }
    .page-header .title{
        padding-top: 5px;
    }
}
@media only screen and (max-width: 500px) {
    .page-header .title .abbrev{
        display: block;
    }
    .page-header .title .full{
        display: none;
    }
}

.page-header .partners {
    align-items: flex-start;
    margin-left: auto;
}
.page-header .partners .partner{
    width: fit-content;
}
.page-header .partners .partner img{
    height: 30px;
}
@media only screen and (max-width:500px) {
    .page-header .partners .partner img {
        height: 20px;
        margin-top: 5px;
    }
}

.page-header .menu{
    align-items: flex-start;
    margin-left: auto;
    position: absolute;
    right: 155px;
}
.page-header .menu ul{
    margin: 0;
    padding: 0;
}
.page-header .menu ul li{
    margin: 0 0 0 -2px;
    display: inline-block;
    padding: 0 5px 1px 5px;
    border-bottom: 1px solid #273B4B;

}
.page-header .menu ul li a{
    color: #273B4B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.page-header .menu ul li.selected a,
.page-header .menu ul li a:hover{
    color: white;
    text-decoration: none;
}
.page-header .menu ul li.selected{
    border-bottom: 3px solid white;
    padding-bottom: 0;
}
@media only screen and (max-width:650px) {
    .page-header .menu ul li a {
        font-size: 8.5px;
    }
}
@media only screen and (max-width:500px) {
    .page-header .menu{
        right:97px;
    }
    .page-header .partners {
        margin-right: -2px;
    }
}

body:not(.has-footer) .page-footer {
    display: none;
}
body.has-footer .page-footer{
    box-sizing: border-box;
    height: 21px;
    width: 100%;
    background-color: #286e9f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    display: flex;
    box-shadow: 0 5px 6px 5px rgba(0, 0, 0, 0.75);
    z-index: 99;
    position: relative;
    margin-top: -1px;
}
body.has-footer .page-footer .link-container{
    font-size: 10px;
    color: white;
    margin-right: 10px;
}
body.has-footer .page-footer .link-container>a{
    color: white;
    text-decoration: none;
}
body.has-footer .page-footer .link-container>a:hover {
    color: #E7A525;
}