
html {
    overflow-y: scroll;
}

html, body {
    min-width: 300px;
    border: none;
    /*margin: none;*/
    /*padding: none;*/
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

body {
    background-color: rgb(45,45,45);
    color: white;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

::-webkit-scrollbar-track {
    background-color: #1e1e1e !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(120, 120, 120) !important;
    border-radius: 1px;
    border: 2px solid rgba(120, 120, 120, .5)
}

.capslock {
    text-transform: uppercase;
}

.arialForced{
    font-family: Arial, Helvetica, sans-serif !important;
}

:root {
    --mobileTopAnchorHeight: 70px;
}

#bodyBackground {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
}

#languageSelectMobile {
    display: block;
    position: absolute;
    right: 44px;
    top: 10px;
    width: 28px;
    height: 28px;
    z-index: 9;
}

#languageSelectMobileIcon{
    width: 100%;
    opacity: .7;
}

#languageSelectMobileOverlay {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: calc(100vh - 50px);
    top: 50px;
    /* left: 100vw; */
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 9;
}

.languageSelectLabel {

}

.languageSelectIcon {

}

#languageSelectText {
    display: none;
}

#languageSelectDropdownContainerDesktop {

}

#languageSelectDropdownContainerMobile {
    display: block;
    position: absolute;
    right: calc(-100vw - 50px);
    top: 34px;
    width: 100vw;
    padding: 16px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    transition: right 0.2s;
    box-sizing: border-box;
}

.languageSelectOptionContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 8px 0;
    padding: 0;
    height: 30px;
}

.languageFlagsContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.languageFlagSprite {
    width: 28px;
    margin-left: 5px;
}

.languageFlagSprite img {
    width: 100%;
    margin: 0;
}

.languageSelectOptionLabel {
    margin: 0 10px;
    font-size: 23px;
    line-height: 29px;
}

/* translations; overlong string handling desktop */

.olsXFade{
    white-space: nowrap;
    overflow-x: hidden;
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.olsXScroll{
    white-space: nowrap;
    overflow-x: scroll;
}

.olsXCrop{
    overflow-x:hidden;
}

.olsXForce{
    white-space: nowrap;
    overflow-x: visible;
}

.olsYFade{
    overflow-y: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.olsYScroll{
    overflow-y: scroll;
}

.olsXCrop{
    overflow-y:hidden;
}

.olsYForce{
    white-space: pre-wrap;
    overflow-y:visible;
}

.olsFlexContainerX{
    display:flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.olsFlexContainerY{
    display:flex;
    flex-flow:column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 800px) {
    #bodyBackground {
        background-color: #090d10 !important;
        background-image: url("/img/backgroundImages/classicTall.jpg") !important;
    }
}

a {
    color: #b5b5b5;
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
    color: #b5b5b5;
    font-size: 1.4em;
    text-align: center;
}

#menu{
    text-align: center;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: calc(100vw);
    height: 50px;
    background-color: rgb(45,45,45);
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 23px;
    z-index: 10;
    margin-top: var(--mobileTopAnchorHeight);
}

#mobileTopAnchor{
    display: block;
    position: absolute;
    top: calc(var(--mobileTopAnchorHeight) * -1);
    height: var(--mobileTopAnchorHeight);
    width: 100%;
    background-color: rgb(45,45,45);
}

#navIconMobile {
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    /*background-image: url('/img/icons/menuIcon_3.png');*/
    /*background-size: 18px 18px;*/
    /*-o-background-size: 18px 18px;*/
    /*-moz-background-size: 18px 18px;*/
    /*-webkit-background-size: 18px 18px;*/
    /*background-position:center;*/
    /*background-attachment:scroll;*/
    /*background-repeat: no-repeat;*/
    z-index: 9;
}

#navIconMobile img {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#pageTitle {
    display: block;
    position: absolute;
    top: 0;
    width: calc(100vw - 135px);
    margin: 0 0 0 50px;
    text-align: left;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    z-index: 8;
    text-transform: uppercase;
}

.smallerTitle {
    font-size: 18px !important;
}

#menu ul {
    display: none;
    padding: 0;
    list-style-type: none;
    margin-top: 5px;
}

#menu ul li {
    display: inline-block;
    line-height: 80px;
}

#menu ul li a {
    padding: 5px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent;
    transition-duration: .4s;
    color: #b5b5b5;
}

#menu ul li:hover a {
    color: white;
    border-bottom: 2px solid white;
}

.underlineOnHover {
    color: white;
    border: 2px solid transparent !important;
    transition-duration: .4s;
}

.underlineOnHover:hover {
    border-bottom: 2px solid white;
}

.currentPage a {
    color: white !important;
    border: 2px solid white !important;
}

#sidebarMobile {
    display: block;
    position: fixed;
    background-color: rgb(61, 61, 61);;
    width: 280px;
    height: calc(100vh - 50px - var(--mobileTopAnchorHeight));
    top: 120px;
    margin: 0 0 0 -300px;
    transition-duration: .5s;
    z-index: 11;
    text-align: left;
    overflow-y: scroll;
}

#sidebarMobile ul {
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    list-style-type: none;
}

#titleMobile {
    background-color: rgb(45,45,45);
}

#titleMobile a span {
    color: white !important;
    font-weight: bold
}

#sidebarMobile ul li {
    height: 60px;
    font-size: 18px
}

#sidebarMobile ul li .currentPage span {
    color: white;
}

#sidebarMobile ul li .currentPage img {
    filter: brightness(200%);
}

#sidebarMobile ul li span {
    display: inline-block;
    line-height: 22px;
    width: 180px;
}

#sidebarMobile ul li a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height:60px;
    
}

.mobileNavIcon {
    position: relative;
    height: 32px;
    margin-top: 0;
    padding-top: 0;
    margin-left: 20px;
    margin-right: 15px;
}

#contentContainer {
    text-align: center;
    display: inline-block;
    width: 100vw;
    min-height: calc(100vh - 50px - var(--mobileTopAnchorHeight));
    margin-top: calc(50px + var(--mobileTopAnchorHeight));
    /* 70,70,70, 0.60 */
    /*61, 61, 61, .75 */
    color: #b5b5b5;
    background-color: transparent;
    background-image: none;
}

.report-link {
    z-index: 1 !important;
}

.content {
    display: inline-block;
    width: calc(96% - 40px);
    margin: 20px 2%;
    padding: 20px;
    font-size: 17px;
    text-align: center;
    background-color: rgb(50, 50, 50);
    /* 54,54,54 */
    color: rgb(210, 210, 210);
}

.lighterText {
    color: rgb(240, 240, 240) !important;
}

#footer {
    display: none;
}

.searchBox {
    display: inline-block;
    background-color: white;
    padding: 0;
    height: 25px;
    border-radius: 2px;
    border: 1px solid rgb(200, 200, 200);
    transition-duration: .3s;
}

.searchBox input {
    border: none;
    text-overflow: ellipsis;
    color: rgb(120, 120, 120);
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchBox input:focus {
    outline: none;
}

h2 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: white;
}

::-ms-clear {
    display: none;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

@media (min-width: 600px) {
    h2 {
        font-size: 20px;
    }
    
    
    #headerLogoDesktop {
        height: 100%;
        width: 100%;
    }
    
    #headerLogoContainer {
        position: relative;
        display: inline-block;
        height: 30px;
        width: 30px;
        left: 0;
        top: 8px;
    }
}

@media (min-width: 800px) {
    #menu{
        margin-top: 0;
    }
    
    #mobileTopAnchor{
        display:none;
    }
    
    #sidebarMobile {
        display: block;
        position: fixed;
        background-color: rgb(61, 61, 61);;
        width: 280px;
        height: calc(100vh - 50px);
        top: 50px;
    }
    
    h2 {
        font-size: 17px;
    }
    
    #contentContainer {
        padding-bottom: 29px;
        background-color: rgba(80, 80, 80, .1);
        min-height: calc(100vh - 50px);
        margin-top:50px;
    }
    
    #bodyBackground {
        top:50px;
        left: 0;
        width: 100vw;
        height:calc(100vh - 79px);
        background-position-y: center bottom;
        background-size: cover;
        background-color: rgb(30, 30, 30);
    }
    


    #contentContainer {
        margin-top:50px;
        min-height:calc(100vh - 30px - 50px + 1px);
    }
    
    .content {
        text-align: left;
    }
    
    #footer {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        position: fixed;
        width: calc(100% - 18px);
        padding-right: 18px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        color: #b5b5b5;
        background-color: rgb(45,45,45);
        bottom: 0;
        left: 0;
        z-index: 8;
    }
    
    #copyrightText {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        pointer-events: none;
    }
    #copyrightText a{
        pointer-events: auto;
    }
    .social img {
        display: inline-block;
        height: 20px;
        margin: 5px 7px;
    }
    
    #instagram {
        filter: invert(100%);
    }
    
    ::-webkit-scrollbar {
        position: absolute;
        width: 8px;
    }
}

@media (min-width: 1000px) {
    #menu ul li {
        font-size: 17px;
        margin: 0 18px;
    }
    
    #contentContainer {
        width:1280px;
        max-width: 100vw;
        left: 0;
        right: 0;
        margin:50px auto;
        margin-bottom:0;
    }
}

@media (min-width: 1250px) {
    #menu{
        height:80px;
    }
    #pageTitle{
        display:none;
    }
    #navIconMobile{
        display:none;
    }
    #menu ul{
        display:block;
        width: fit-content;
        width: -moz-fit-content;
        margin-left: auto;
        margin-right: auto;
        
    }
    #menu ul li{
        font-size:15px;
        margin:0 7.5px;
    }
    #sidebarMobile{
        display:none;
        margin:-300px;
    }

    #bodyBackground{
        top:80px;
        height:calc(100vh - 109px);
    }

    #contentContainer{
        margin-top:80px;
        min-height:calc(100vh - 30px - 80px + 1px);
    }
    
    #languageSelectMobile {
        display: none !important;
    }

}

@media only screen and (orientation: landscape) {
    #sidebarMobile ul li {
        height: 50px;
        font-size: 15px
    }
    
    .mobileNavIcon {
        position: relative;
        height: 25px;
        margin-top: 0;
        padding-top: 0;
        margin-left: 20px;
        margin-right: 15px;
    }
}

div#IL_INSEARCH {
    z-index: 9000 !important;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.partnershipAnchor img:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

.vm-footer {
    background-color: rgba(50,50,50,.8) !important;
}

.vm-footer-close {
    filter: brightness(1.4);
}

/* translations; overlong string handling on mobile */
@media (max-width: 1250px) {


}

@media (max-width: 370px) {
    #pageTitle {
        font-size: 5vw;
    }
    
    .smallerTitle {
        font-size: 4vw !important;
    }
}