.uc .section_header {
        padding-top: 30px;
}
.uc .creative-work__title {
    height: 2.5em;
}

.article__body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
}

article .boxed-text-float {
    
    padding: 10px;
    border: 2px solid;
    margin: 10px 0;
    border-radius: 0px;
    background: #fff;

}

    .tab-link:not(.primary-blue-color) {
    color: #005293;
    font-weight: 600;
}

.wos-cited {
 font-size: 12px;
}

.wos-badge {
  margin: 0 5px 5px 0;
  background-color: #ff8100;
  font-size: 16px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  color: #fff;
  vertical-align: middle;
  border-radius: 10px;
}

.wos-badge a {
 text-decoration: none;
 color: #fff;
}


.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .embed-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
}