 .hover_group:hover
    {
        opacity:1;
    }
    #projectsvg 
    { 
        position: relative;
        width: 100%; 
        padding-bottom: 48%;
        vertical-align: middle; 
        margin: 0; 
        overflow: hidden; 
    }
    #projectsvg svg 
    { 
        display: inline-block;
        position: absolute; 
        top: 0; 
        left: 0; 
    }
    .container{
        position: absolute;
        top:   0;
        left: 0;
        min-width: 100vw;
        min-height: 100vh;
    }

    .modal-dialog{
        min-width: 85vw;
    }

    .modal-body{
        min-height: 75vh;
    }

#logos{
     position: absolute;
    line-height: 30px;
    margin: 0px 15px 0 0;
    width: auto;
    right: 0;
    top: -5px;
}

#logos a.logo{
    height: 70px;
    padding: 0;
    width: 90px !important;
    background: url("../img/OH B&W.png") 20px 12px no-repeat !important;
    background-size: 60px 60px !important;
    text-indent: -5555px;
}

#menu button.left{
    float: left;
    margin: 15px 0 0 15px;
    background-color: transparent;
    border: none;
}

#menu button.left img{
    width : 75px;
    height: auto;
}

.navbar-toggle {
    display: block !important;
    background-color: #333 !important;
}

.navbar-nav { 
   /* display:block !important;*/
}

#navbarProcesses {
    /*width: 100px;
    position: absolute;
    top: 2vh;
    left: 5vw;*/
    float: left;
    margin: 80px 0 0 2vw;
}

#navbarProcesses ul {
    padding: 0;
    margin: 0;
}
#navbarProcesses ul li a {
    /*display:block;*/
    padding: 5px 15px;
    /*color: #161616;
    background-color: #e5e5e5;
    border-top: 1px solid #999;*/
    color: white;
    text-decoration: none;
    height: 4vh !important;
    opacity: 0.75;
}

#navbarProcesses ul li:first-child {
    border: none;
}

#navbarProcesses ul li a:hover {
    /*background-color: #f2f2f2;*/
    opacity: 1;

}

header{
    height: 70px;
}

.pleft{
    position: relative;
    width: 49%;
    min-height: 70vh;
    float: left;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.pright{
    position: relative;
    width: 50%;
    float: left;
    min-height: 70vh;
}

.pright ul{
    margin: 0;
    list-style-type: none !important;
}

.pright li{
    font-size: 14px !important;
    line-height: 1em;
}

.tab-content li:before{
    content: '\f105';
    display: inline-block;
    margin-left: -11px;
    padding-right: 6px;
    font-family: FontAwesome;
    line-height: 1.5em;
}

.nav-tabs>li>a{
    color: #161616;
}

.modal-header {
    border-bottom: 0px;
}

h5{
    font-size: 20px;
}

.tab-content{
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    text-align: left;
    padding-left: 1vw;
    overflow-y: auto;
    max-height: 65vh;
    min-height: 65vh;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.pDescription, .pChallenges, .pSolutions{
    padding-top: 41px;
}

.pSolutionsList{
    font-style: italic;
    /*margin-bottom: 50px !important;*/
}

.pSolutionsList li{
    color: #286090;
}

.pSolutionsList li:before{
    content: url("../img/losange-bullet.webp");
    padding-right: 5px;
}

.bullet{
    float: left;
    margin-top: 5px;
}

.bullet img{
    width: 25px;
}

.modal-header{
    background-color: #505050;
    color: white;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: .8;
}

.subsidary{
    padding-left: 15px;
    color: white;
    font-style: initial;
}