html {
    position: relative;
    z-index: 0;
    height: 100%;
}
body {
    background-repeat: no-repeat;
    height: 100%;
    margin: 0 !important;
    z-index: -10000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
div.ContentBody {
    margin: 0 !important;
    left: 0 !important;
}
#body > div.global-nav-path > nav > ul > li:nth-child(1){
    display: none;
}
.global-nav-path {
    position: absolute;
    top: 9vh;
    margin-left: 222px !important;
}
.global-nav-path ul.global-nav-container li, .global-nav-path ul.global-nav-container li a {
    color: #eee;
}
.global-nav-path ul.global-nav-container {
    margin-left: 0;
}
.global-nav-path ul.global-nav-container li a, .global-nav-path ul.global-nav-container li span {
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 18px;
}
.global-nav-path:not(.SideMenuPresent) ul.global-nav-container{
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
#screen-one-text-overlayer *:not(small),
.global-nav-path ul.global-nav-container li:not(small){
    color: #000000 !important;
}
#screen-one-text-overlayer-wrapper{
    overflow: auto;
    position: relative;
    z-index:80;
    padding-bottom: 100px;;
    background-size: cover;
    color: #000000;
}
#screen-one-text-overlayer {
    padding-bottom: 50px;
    max-width: 620px;
    margin-top: 22vh;
    margin-left: 222px;
}
#screen-one-text-overlayer > h1 {
    text-align: left;
    font-size: 44px;
    max-width: 750px;
    color: #ffffff;
}
#screen-one-text-overlayer p {
    display: block;
    font-size: 20px;
    max-width: 675px;
    margin-top: 0;
}
#heading-gradient {
    margin: 25px 0;
    height: 3px;
    background: linear-gradient(to right, rgba(252, 254, 5, 1) 0%, rgba(252, 254, 5, 1) 50%, rgba(125, 185, 232, 0) 100%);
    animation-name: gradient_increase;
    animation-duration: 1s;
    max-width: 650px;
}
.highlighted-link{
    display: inline-block;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
}
.highlighted-link:hover{
    text-decoration: none;
}

@media (max-width: 1356px) {
    .global-nav-path {
        margin-left: 100px !important;
    }
    #screen-one-text-overlayer {
        top: 15%;
        margin-left: 100px;
        max-width: 500px;
    }
    body{
        background-size: cover;
        background-position-x: right;
    }
}
@media (max-width: 700px) {
    #heading-gradient {
        margin: 30px 0;
    }
    .global-nav-path {
        margin-left: 22px !important;
    }
    #screen-one-text-overlayer {
        margin: 0 22px;
        margin-top: 100px;
        max-width: 320px;
    }
    .global-nav-path {
        margin-left: 30px;
        top: 46px;
    }
    body{
        background-size: cover;
        background-position-x: 90%;
        overflow-x: hidden;
    }
}
.wb-box-wrapper{
    padding-left: 0;
    padding-right: 0;
}
small.small-hello{
    color: #FFFFFF !important;
}

