.menubar {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: -1px;
  z-index: 2;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height:7.5vh;
  /* font-size: 2.7vmin; */
  line-height: 1;
  border-bottom: 1px solid rgba(46, 45, 45, 0.5); 
  background-color:#07829b;
}
  .menubar.bottom {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  body:not(.hide-menubar) .reveal.ready:not(.hide-menubar) .menubar {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .print-pdf .menubar {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  [data-state="hide-menubar"] + .menubar {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
    [data-state="hide-menubar"] + .menubar.bottom {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
  .menubar > * {
    padding: 2px 4px; }
    .menubar > *:first-child, .menubar > *:last-child {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .menubar > *:first-child {
      margin-right: auto; }
    .menubar > *:last-child {
      margin-left: auto; }
    .menubar > *:first-child:last-child {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      .menubar > *:first-child:last-child.left {
        margin-left: 0; }
      .menubar > *:first-child:last-child.right {
        margin-right: 0; }
    .menubar li:hover {
      text-shadow: 0px 0px 5px #fdfbfb;
 }
      .menubar li:hover a {
        text-shadow: 0px 0px 5px #fdfbfb;
        color: #FFFFFF;
         }
  .menubar > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7.5vh;
    /* width:80%; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 auto; }
    .menubar > ul li a{
      color:#FFFFFF;
      font-size: 20px;
    }
    .menubar > ul li a.menufonts{
    font-size: 17.5px;
   }
   .menubar > ul li.active a.menufonts{
    font-size: 18.5px;
    
   }
    .menubar > ul li.active a {
      opacity: 1 ;
      color:#FFFFFF ;
      text-shadow: 0px 0px 2px #fdfbfb ;
      font-weight: 620 ;
    
      /* font-size: 2.7vmin ; */

      }
     
    .menubar > ul li {
      display:flex;
      align-items: center;
      text-align: center; 
      max-width: 400px;
     
      padding: 0px 10px;
      margin: 0px;
    }
    
      .menubar > ul li + li {
        margin: 0; }
        .menubar > ul li.active  {
          text-shadow: 0px 0px 5px black;
          font-weight: 900;
          /* font-size: 20px; */
          /* border:solid 0px 0px 5px 0px;
          
          border-color: #3FB7D3; */


          /* background-color: rgba(44, 209, 250, 0.5); */
          /* background: rgb(255,255,255);
          background: linear-gradient(180deg, rgba(255,255,255,1) 95%, #3FB7D3 99%, #3FB7D3 100%); */
         }
  

.slides ~ .menubar, .menubar.bottom {
  top: auto;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  margin-top: 0;
  margin-bottom: -1px; }

.slides ~ .menubar ~ .controls {
  margin-bottom: 6vmin; }
#orglenslogo{
    color:none;
    opacity: 1.0;
    position:absolute;
    height: 50px;
    left:20px;
    display: flex;
    align-items: center;
}
/* #filterdpdwn
{
  position: absolute;
  right: 20px;
} */
#orglenslogo:hover {
  color: none;
  opacity: 1; }

#homequestioncontainer{
  height:7.5vh; 
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width:150px;
}

#homequestion{
  height:60px;
}

#logoFilterContainer{
  height:10vh;
  width: 250px; 
  display:flex;
  align-items:center;
  justify-content: center;
}

#menuinsighticonspan{
  font-size: 30px; 
  color:#f8fbfc;
  cursor: pointer;
}
#menufiltericonspan{
  font-size: 30px; 
  color:#f8fbfc;
  cursor: pointer;
  margin: 0px;
}
#menuhelpicon{
  font-size: 30px; 
  color:#f8fbfc;
  cursor: pointer;
}
#menuhomeicon{
  font-size: 30px; 
  color:#f8fbfc;
  cursor: pointer;
}
#navmenuicon{
  font-size:30px;
  font-weight: 800;
  color:white;
  margin-top:4px"
}


.sidenav {
  font-weight: bold;
    height: 93vh;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 7.5vh;
    right: 0;
    /* background: linear-gradient(#025eb9,#012246,#000f1f) ; */
    background: linear-gradient(#ffffff,#ffffff,#ffffff) ;
    border: 1px solid rgb(0, 45, 112);
    overflow-x: hidden;
    overflow-y:scroll;
    transition: 0.5s;
  }
  
  .sidenav div {
    text-decoration: none;
    color: #cccccc;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a {
    color: gray;
  }
  .sidenav a:hover {
    color: #69c7dc;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    /* margin-left: 50px; */
  }
  @media screen and (max-width:2000px) {
  
    .menubar > ul li{
      padding: 0px 10px;
    }
  .menubar > ul li a.menufonts{
    font-size: 15px;
   }
   .menubar > ul li.active a.menufonts{
    font-size: 15.5px;
   }
   .menubar ul li {
/* white-space: nowrap; */
  }
  /* #menuinsighticonspan{
    font-size: 23px;
  }
  #menufiltericonspan{
    font-size: 40px;
  }
  #menuhelpicon{
    font-size: 40px;
  }
  #menuhomeicon{
    font-size: 40px;
  } */
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  @media screen and (max-width:1600px) {
    .menubar > ul li{
      padding: 0px 10px;
    }

        #orglenslogo    {
          height:40px;
        }
        #logoFilterContainer{
          width:100px;
        }
        .menubar ul li {
          max-width: 200px;
          

        }
        #menuinsighticonspan{
          font-size: 28px;
        }
        #menufiltericonspan{
          font-size: 28px;
        }
        #menuhelpicon{
          font-size: 28px;
        }
        #menuhomeicon{
          font-size: 28px;
        }
        /* .menubar > ul{
          width:60%;
        } */
        .menubar ul li a{
          font-size: 2.1vmin;
        }
        .menubar > ul li.active a {
  
          font-size: 2.1vmin;
    
          }
      }

    @media screen and (max-width:1500px) {
      .menubar > ul li{
        padding: 0px 10px;
      }
      #menuinsighticonspan{
        font-size: 25px;
      }
      #menufiltericonspan{
        font-size: 25px;
      }
      #menuhelpicon{
        font-size: 25px;
      }
      #menuhomeicon{
        font-size: 25px;
      }
      .menubar ul li a{
        font-size: 2.1vmin;
      }
      .menubar ul li a{
        font-size: 2.1vmin;
      }
      .menubar > ul li.active a {

        font-size: 2.1vmin;
  
        }

      #orglenslogo    {
       
       height:40px;
     }

     #homequestioncontainer{
       width:200px;
     }

     #homequestion{
       height:45px;
     }


   }


  @media screen and (max-width:1300px) {
  /* .menubar > ul{
    flex-direction: column;
    
    }  */
    .menubar ul li {
      max-width: 150px;
      

    }
    .menubar > ul li{
      padding:10px;
    }
     #orglenslogo    {
      right: 0px;
      height:30px;
    }
    #filtericon{
     top:10px;
     right:100px;
    }
    /* .menubar > ul  {
      width: 70%;
      } */
      #homequestioncontainer{
        width:200px;
      }
    
  }

  @media only all and (max-width: 1140px) {
    .menubar > ul li.active  {

      /* background-color: rgba(44, 209, 250, 0.5); */
      background: rgb(255,255,255);
      background: none;
     }
  }

  @media screen and (max-width:500px) {

    #orglenslogo    {
     height:20px;
    
   }
 }