@font-face {
  font-family: "Neue Haas 75Bd";
  src: url("/assets/fonts/NHaasGroteskDSPro-75Bd.ttf"), url("/assets/fonts/NHaasGroteskDSPro-75Bd.woff"), url("/assets/fonts/NHaasGroteskDSPro-75Bd.svg"), url("/assets/fonts/NHaasGroteskDSPro-75Bd.eot");
}
@font-face {
  font-family: "Neue Haas 55Rg";
  src: url("/assets/fonts/NHaasGroteskTXPro-55Rg.ttf"), url("/assets/fonts/NHaasGroteskTXPro-55Rg.woff"), url("/assets/fonts/NHaasGroteskTXPro-55Rg.svg"), url("/assets/fonts/NHaasGroteskTXPro-55Rg.eot");
}
@font-face {
  font-family: Tiempos;
  src: url("/assets/fonts/TiemposTextWeb-Regular.ttf"), url("/assets/fonts/TiemposTextWeb-Regular.woff"), url("/assets/fonts/TiemposTextWeb-Regular.svg"), url("/assets/fonts/TiemposTextWeb-Regular.eot");
}
@font-face {
  font-family: Bloomberg;
  src: url("/assets/fonts/Bloomberg.ttf"), url("/assets/fonts/Bloomberg.woff"), url("/assets/fonts/Bloomberg.svg"), url("/assets/fonts/Bloomberg.eot");
}
*:link, *:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #2B00F7;
}

a {
  cursor: pointer;
  transition: color 300ms;
}

a:hover {
  color: #2B00F7;
}

#app {
  opacity: 1;
  background-color: white;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 11pt;
  transition: ease 150ms;
  padding: 5px 20px;
  box-sizing: border-box;
}

.arrow {
  height: 50%;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
}

#app #companyDetails {
  font-family: "Neue Haas 75Bd";
  width: 100%;
}

#companyDetails #entity-name {
  font-size: 1.3em;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#companyDetails #entity-current-status {
  float: right;
  text-align: right;
}

#companyDetails #entity-info {
  overflow: auto;
  position: relative;
}

#companyDetails #assetID {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 75%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 1.1em;
}

#companyDetails #latest-titles {
  padding-bottom: 10px;
  margin-top: 5px;
  color: #fb8e1e;
}

#companyDetails .article-title {
  position: relative;
  font-size: 1.1em;
  margin: 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 2.4em;
  -webkit-box-orient: vertical;
}

#companyDetails .timestamp {
  color: #7B7B7B;
  font-size: 0.8em;
  font-family: "Neue Haas 55Rg";
  margin-bottom: 5px;
}

#companyDetails .video::before {
  color: #2B00F7;
  content: "a";
  font-family: Bloomberg;
  vertical-align: baseline;
  margin-right: 0.2ex;
}

#back-button {
  color: #7B7B7B;
  padding-left: 1.2em;
  margin-top: 5px;
  position: relative;
  font-family: "Neue Haas 55Rg";
  font-size: 0.8em;
}

body {
  text-align: center;
  background-color: white;
  height: 100%;
  margin: 0 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.brought-to-you {
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  color: #999999;
}

#companyList .h-bar a:hover {
  color: #2B00F7;
}

#companyList, #companyDetails {
  height: 100%;
  width: 100%;
}

#companyDetails .article-wrapper + .article-wrapper {
  border-top: 1px dotted gray;
  padding-top: 10px;
}

.current-stock {
  font-family: "Neue Haas 55Rg";
  font-size: 1.1em;
}

.current-stock.stock-up {
  color: #1DCC92;
}

.current-stock.stock-down {
  color: #FF433D;
}

.divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
}

.entity-name {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entity-bar-name {
  font-family: "Neue Haas 55Rg";
  position: absolute;
  left: 5px;
  width: 100%;
  padding-top: 3px;
}

.entity-assetID-wrapper {
  display: block;
  font-family: "Neue Haas 75Bd";
  font-size: 0.9em;
}

.entity-wrapper {
  font-family: "Neue Haas 55Rg";
  width: 100%;
  height: 100%;
  position: relative;
}

.h-bar {
  height: 40px;
  position: relative;
  width: 100%;
}
.h-bar + .h-bar {
  border-top: 1px dotted gray;
  padding-top: 10px;
}

#left-arrow {
  height: 100%;
  position: absolute;
  opacity: 0.6;
  left: 0;
  border: none;
}

#quote-page {
  color: #7B7B7B;
  font-family: "Neue Haas 55Rg";
  font-size: 0.8em;
  position: relative;
  padding-right: 13px;
}
#quote-page::after {
  background: url("/assets/images/right_arrow.png") 5px 0 no-repeat;
  height: 1em;
  width: 1em;
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  background-size: contain;
}

#sponsor-ad {
  display: inline-block;
}

.sponsor-ad-wrapper {
  display: inline-block;
}
.sponsor-ad-wrapper.large {
  bottom: 0;
  left: 0;
  position: absolute;
}
.sponsor-ad-wrapper.small {
  opacity: 0.01;
  font-family: "Neue Haas 75Bd";
  font-size: 0.8em;
  height: 31px;
  line-height: 31px;
  bottom: 10px;
  left: 20px;
  position: absolute;
}

.stock-arrow {
  margin-right: 8px;
  border: none;
}

.stock-right-arrow {
  height: 100%;
}

.ticker {
  padding: 10px 0;
  padding-left: 5px;
}

#trending-companies {
  display: inline-block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#trending-companies.ad-served {
  border: 1px solid black;
}

#trending-companies-header {
  font-size: 1.5em;
  font-family: "Neue Haas 75Bd";
  text-align: left;
  width: calc(100% + 10px);
  margin-top: 5px;
  color: #fb8e1e;
}
#trending-companies-header + .divider {
  margin: 10px 0 15px;
}

#white-background {
  background-color: white;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

html {
  height: 100%;
}
