@import "softui/css/soft-design-system-pro.min";
@import "softui/css/soft-design-system-pro.css";


body{
    overflow-x: hidden;
}
  
.parent {
    display: block;
    position: relative;
    float: left;
    line-height: 50px;
}

.parent a {
    margin: 10px;
    text-decoration: none;
}

.parent:hover>ul {
    display: block;
    position: absolute;
}

.parent ul {
    background-color: white;
}

.child {
    display: none;
    line-height: 20px;
}


.child li {
    background-color: white;
    line-height: 40px;
    margin-top: 0px;
    min-width: 15em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 11em;
}

ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 0px;
}

li:hover {
        
}

.parent li:hover {
    background-color: grey;
    
}

.expand {
    font-size: 12px;
    float: right;
    margin-top: 0px;
}

.page-header {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    overflow: hidden; }

    .page-header .page-header-image {
        position: absolute;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: -1; }

