.ir-stock-updates {
  position: relative;
}
.ir-stock-updates .stock-data .result {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
}
.ir-stock-updates .stock-data .change .result > .arrow {
  display: inline-block;
  color: ForestGreen;
  font-size: 1.5rem;
  position: relative;
  left: 0.5rem;
  bottom: 0.25rem;
}
.ir-stock-updates .stock-data .change .result.loss > .arrow {
  color: FireBrick;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ir-stock-updates::after {
  content: "";
  height: -webkit-calc(100% + 4rem);
  height: -moz-calc(100% + 4rem);
  height: calc(100% + 4rem);
  width: 70%;
  background: url(../../../content/dam/illumina-marketing/images/company/investor-relations/v2/bar-chart-bg.svg) no-repeat bottom left;
  opacity: 0.5;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: -1;
}
@media (max-width: 575px) {
  .ir-stock-updates::after {
    width: 100%;
    left: 0;
    background-size: 220%;
    opacity: 0.4;
  }
}

.ir-pr-widget .datetime,
.ir-events-widget .datetime {
  color: #828485;
}

.ir-upcoming-events .single-event .event-date {
  min-width: 5.875rem;
}
.ir-upcoming-events .single-event .event-date .day {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ir-upcoming-events .single-event .event-date .month {
  position: relative;
  top: -0.25em;
}
.ir-upcoming-events .single-event:not(:first-of-type) .event-date {
  background-color: rgb(84, 161, 217);
}
@media (max-width: 575px) {
  .ir-upcoming-events .single-event .event-date {
    min-width: 4.5rem;
  }
  .ir-upcoming-events .single-event .event-date .day {
    font-family: inherit;
    font-size: 2rem !important;
  }
}

.historical-price .historical-price-form {
  margin-bottom: 2rem;
}
.historical-price .historical-price-form legend {
  font-size: 1rem;
  margin-bottom: 0;
}
.historical-price .IRalert {
  margin: -1rem 0 1rem;
}
.historical-price .historical-price-results .result {
  font-size: 1.375rem;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 576px) {
  .historical-price .historical-price-form legend {
    width: auto;
  }
}
@media (max-width: 575px) {
  .historical-price .result.day-low {
    border-top: 0 !important;
  }
}

.ir-section-footer a {
  color: #FFFFFF;
}