#floating-sidebar {
  /* position: sticky;
  align-self: flex-start;
  top: 50px; */
  flex-grow: 0;
}

#banner-placements-container {
  position: relative;
  top: 0px;;
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
}

.news-article-wrapper img {
  max-width: 100% !important;
  height: auto !important;
}

#companiesWrapper {
  flex-shrink: 0;
}

#st-1 {
  top: unset !important;
  bottom: 32px;
}

#projectWrapper {
  margin-bottom: 20px;
  position: relative;
  margin-top: 0;
  top: unset;
}

#floating-sidebar h3 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 500;

}

#current-project {
  margin-bottom: 6px;
}

#otherCompanyNewsWrapper {
  margin-top: 20px;
}


.other-news {
  font-size: 12px;
  margin-bottom: 10px;
}

.other-news date {
  color: #464646;
  display: block;
}

#date-time {
  font-size: small;
  letter-spacing: 0px;
  color: #9296AD;
  padding-right: 20px;
}

#advChart div.qmod-component-content div.qmodii-component-header.qmodii-modifiers .v-tabs__bar.theme--dark.primary {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background-color: #30A5BF !important;
}

.article-excerpt table {
  max-width: 100% !important;
}

#banner-placements-container.isArticle.isEmbedded {
  max-width: 1000px;
  top: 5px;
  width: calc(100% + 20px);
  transform: translateX(-10px);
  margin-top: -5px;
}

#company-logo {
  display: none !important;
}

#social-icons {
  display: none !important;
}

/* #modal-mini-quote {
  display: none !important;
} */

.news-item > h1 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 641px) {
  #banner-placements-container {
    width: calc(100% + 20px);
    top: 0;
    margin-bottom: 0;
    transform: translateX(-10px);
    padding-right: 0px;
  }
}