body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Avenir LT W01_35 Light1475496",Avenir,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sideMenu{

  background-color: #03987A;
  padding:10px;
  color:#fff;


}



.sideMenu h4, .sideMenu p, .sideMenu a, .sideMenu a:visited{

  color:#fff;
  font-family: "Avenir LT W01_35 Light1475496",Avenir,sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;

}
.sideMenu p, .sideMenu a, .sideMenu a:visited{
  color:#fff !important;
  font-family: "Avenir LT W01_35 Light1475496",Avenir,sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  text-decoration: none !important;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.sideMenu a:hover{
  text-decoration: underline !important;
}


.iNzLCk {
    cursor: pointer;
    color: rgb(51, 51, 51);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    font-size: 0.929em;
    text-transform: none;
    margin: 0px;
    padding: 12.5px 20px;
}

.gZdDsM {
    width: 260px;
    background-color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    backface-visibility: hidden;
    contain: strict;
    height: 100vh;
    position: sticky;
    top: 0px;
    overflow: hidden;
    float: left;
}



.menu-content{
  display: none !important;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.bbViyS {
    text-overflow: ellipsis;
    list-style: none inside none;
    overflow: hidden;
    padding: 0px;
}

.fyUykq {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iniCdN {
    z-index: 1;
    position: relative;
    width: calc(100% - 270px);
    contain: layout;
    overflow: hidden;
    float: right;
}

.eesUPo {
    display: flex;
    width: 100%;
    padding: 0px;
}

.kzmpun {
    width: calc(60%);
    padding: 0px 40px;
    color:#111;
    height:100%;

}


*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  
  .columnsContainer, footer, header { position: relative; margin: .5em; }
  
  .rightColumn, .leftColumn, footer, header {  padding: 1.25em; }
  
  .rightColumn { margin-bottom: .5em; }
  
  .nav {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  
  .nav > li,
  .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  
  .inline-items {
    margin-top: 0;
  }
  
  .inline-items li {
    margin-left: 0;
    border-left: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .inline-items li:first-child {
    margin-left: 0;
    border: none;
    padding-left: 0;
    padding-right: 10px;
  }
  
  .inline-items li:last-child {
    padding-right: 0;
  }

  .deprecated{
    background-color:orange;
    padding: 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    font-size: larger;
  }
  
  /* MEDIA QUERIES */
  @media screen and (min-width: 47.5em ) {
    .rightColumn { margin-left: 19.5em; }
  
    .leftColumn { position: absolute; top: 0; left: 0; width: 18.75em; }   

    .sideMenuContainer{
      position: fixed; /* Fixed Sidebar (stay in place on scroll) */
      z-index: 1; /* Stay on top */
      top: 0; /* Stay at the top */
      left: 30px;
    }
  }