/* Universal breakpoints */
html {
  scroll-behavior: smooth;
}

#who-we-are,
#leadership,
#innovation,
#citizenship,
#reports {
  scroll-margin-top: 144px;
}

#awards,
#diversity {
  scroll-margin-top: 156px;
}

.link-bar-wide {
  background-color: #fff;
  box-shadow: 4px 14px 40px rgba(59, 61, 73, 0.3);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin: 0 20px;
  padding: 10px 20px;
  top: -35px;
}

@media (min-width: 1280px) {
  .link-bar-wide {
    right: 0;
    top: 0;
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 40px 20px;
    padding-right: 50px;
    border-radius: 8px 0 0 8px;
    max-width: 93vw;
  }
}

.link-bar-wide .link-bar-list {
  position: relative;
  left: 12px;
}

@media (max-width: 1279px) {
  .link-bar-wide .link-bar-list {
    flex-direction: column;
  }
}

.link-bar-wide .link-bar-item {
  border-right: 1px solid #E8E9EC;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}

.link-bar-wide .link-bar-item:last-of-type {
  border-right: none;
  width: 12em;
  padding-right: 15px;
}

.link-bar-wide .link-bar-item:last-of-type:hover {
  background-color: #F3F6F6;
  padding-right: 15px;
}

.link-bar-wide .link-bar-item:hover {
  background-color: #F3F6F6;
  border-radius: 8px;
}

.link-bar-wide .link-bar-item:hover .link-bar-text {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .link-bar-wide .link-bar-item {
    border-right: none;
    border-bottom: 1px solid #E8E9EC;
  }

  .link-bar-wide .link-bar-item:last-of-type {
    border-bottom: none;
  }
}

.link-bar-wide .link-bar-icon-wrap {
  display: block;
}

.link-bar-wide .link-bar-link {
  padding: 0 20px;
  width: 140px;
}

.link-bar-wide .link-bar-link.wide {
  width: 180px;
}

@media (max-width: 1279px) {
  .link-bar-wide .link-bar-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    width: 100%;
  }
}

.link-bar-wide .link-bar-icon {
  align-self: center;
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .link-bar-wide .link-bar-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
}

.link-bar-wide .link-bar-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-left: 16px;
  text-align: left;
}

@media (min-width: 1280px) {
  .link-bar-wide .link-bar-text {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .link-bar-wide .link-bar-text {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  #leadership{
    scroll-margin-top:120px;
  }
}
@media (min-width:768){
  #leadership{
    scroll-margin-top:120px;
  }
}