html, body, div, p {
    font-family: Gotham, -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif !important;
    font-size: 15px !important;
}
a {
    text-decoration-line: none;
}
.ods-header {
    display: flex;
    position: fixed;
    height:80px;
    width:100%;
    top:0;
    left:0;
    z-index:50;
    background-color:#0086D6;
    justify-content: space-between;
    background-color: white;
    color: #565656;
    box-shadow: 0.0px 0.0px 13.0px 0px rgba(0, 0, 0, 0.13);
}

@media (min-width: 992px) {
    .ods-header {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-direction:row;
        flex-direction:row;
        align-items: center;
        -ms-flex-align: center;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
     .ods-header__brand {
        width: 100%;
        justify-content: space-between;
        display: flex;
        height: 100%;
        margin: auto 0;
        width: auto;
        padding-left: 39px;
    }
    .ods-header-logo {
        padding-left: 39px;
    }
}

.ods-header__menu-toggle,
.ods-header__content-logo {
    display: flex;
    z-index: 50;
}

.ods-header__menu-toggle {
    justify-content: space-around;
}

.ods-header__menu-close {
    display: flex;
    width: 100%;
    justify-content: flex-end;

}

.ods-header__link-logo {
    margin: auto 0;
}

.ods-header__content-logo {
    justify-content: center;
}

.ods-header__menu-toggle {
    border: none;
    background-color: transparent;
    color: #0086d6;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}
@media (min-width: 992px) {
    .ods-header__menu-toggle {
        display: none;
    }
}

.ods-header__menu-toggle--active .ods-header__menu-toggle__openlogo {
    display: none;
}

.ods-header__menu-toggle__closelogo {
    display: none;
}
.ods-header__menu-toggle--active .ods-header__menu-toggle__closelogo {
    display: block;
}

.ods-header-logo {
    margin: auto 0;
    display: flex;
    align-items: center;
    outline: none;
}
.ods-header-logo img {
    height: 30px;
    width: auto;
    margin-right: 60px;
}

.ods-header__brandname {
  min-width: 130px;
  color: black;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  letter-spacing: 0.8px;
  padding-left: 13px;
  border-left: 1px solid;
  margin-left: 13px;
  text-align: left;
  outline: none;
}
.ods-header__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
}

.ods-header__nav-item {
  padding-top: 10px;
}

@media (max-width: 992px) {
    .ods-header__nav {
        display: none!important;
        transition: 0.5s;
        border: none;
        display: flex;
        width: 300px;
        flex-direction: column;
        padding: 10px 0;
        width: 100%;
        flex-direction: row;
        margin-left: 65px;
        flex-direction: column;
        padding-top: 80px;
    }
}
/*
@media (max-width: 992px) {
    .ods-header__nav-item {
        margin: auto 2px;
        font-size: .733rem;
        line-height: 1.5;
        border-radius: 0;
        border-bottom: 3px solid transparent;
    }
    .ods-header__nav-item:hover,
    .ods-header__nav-item:focus,
    .ods-header__nav-item:active {
        color: black;
        font-weight: 400;
        border-radius: 0px;
        border-bottom: 3px solid #082645;
    }
}
*/
.ods-header__nav-item-link {
    background-color: transparent;
    color: #565656;
    border: none;
    padding: 8px;
    border-radius: 4px;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.8px;
}
.ods-header__nav-item-link:hover,
.ods-header__nav-item-link:focus,
.ods-header__nav-item-link:active,
.ods-header__nav-item-link.active {
    color: black;
}

.ods-header__slideout {
    position: fixed !important;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 50;
    transition: .5s;
    position: absolute;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #DEE5EF;
}
@media (min-width: 992px) {
    .ods-header__slideout {
        display: none;
    }
}

.ods-header__slideout--active {
    right: 0!important;
    bottom: 0;
}

@media (max-width: 992px) {
    .ods-header__nav-item {
        margin: 26px auto 0 26px;
        font-size: .733rem;
        line-height: 1.5;
        border-radius: 0;
        border-bottom: 3px solid transparent;
    }
}
@media (max-width: 992px) {
    .ods-nav__link {
      background-color: transparent;
      color: #565656;
      border: none;
      padding: 8px;
      border-radius: 4px;
      text-transform: uppercase;
      outline: none;
      font-size: 14px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: .8px;
  }
}
@media (max-width: 991px) {
    .ods-nav__link.active, .ods-nav__link :active, .ods-nav__link :focus, .ods-nav__link:hover {
      color: #000;
      font-weight: 400;
      border-radius: 0;
      border-bottom: 3px solid #082645;
  }
}
.menu-content {
    top: 80px !important;
    padding-top: 25px !important;
}
@media (max-width: 991px) {
    .menu-content {
        display: none !important;
    }
    .menu-content--active {
        display: block !important;
    }
}

.api-content {
    top: 80px !important;
}
.ods-header__content-logo, .ods-header__content-menu-toggle {
    z-index: 51;
}

/* class for left-sidebar menu on mobile ¯\_(ツ)_/¯ */
@media (max-width: 992px) {
    .hqgvLZ {
      position: fixed !important;
      z-index: 20 !important;
      width: 300px !important;
      background: white !important;
  }
}

#ods-versions-nav_item {
    position: fixed;
    padding: 5px 0 5px 15px;
    width: 245.5px;
    height: 22.5px;
    line-height: 22.5px;
    left: 0px;
    bottom: 0;
    background-color: #263238;
    color: white;
    border-radius: 0;
    font-weight: bold;
}
#ods-versions-nav_item span {
    margin-left: 10px;
    color: #c8c8c8;
    text-decoration: underline;
}
#ods-versions-nav_item svg {
    margin-left: 5px;
    vertical-align: middle;
}
  
.ods-versions-selector-dropdown {
    position: absolute;
    bottom: 33px;
    left: 168px;
    visibility: hidden;
    width: 70px;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid white;
}
.ods-versions-selector-dropdown li {
    background-color: #263238;
    list-style-type: none;
}
.ods-versions-selector-dropdown li a {
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.ods-versions-selector-dropdown li a:hover {
    font-weight: bold;
    color: gray;
}
