<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#carousel-updates .item {
  background-color: #222;
  height: 200px;
}
#carousel-updates .update-caption-left {
  background-color: #777 !important;
  color: #fff !important;
  border-radius: 5px !important;
}
#carousel-updates .update-caption-left h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  color: #fff !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
}
#carousel-updates .update-caption-left h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#carousel-updates .update-caption-right {
  line-height: 1.42857143;
}
#carousel-updates .update-caption-right h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#carousel-updates .update-caption-right h3 .label {
  vertical-align: top;
  margin-left: 5px;
  padding: .2em .6em .3em !important;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: .25em !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#carousel-updates .update-caption-right p {
  text-align: left;
  color: #ccc;
  margin-top: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
#carousel-updates .carousel-indicators li {
  border-radius: 2px !important;
}
</pre></body></html>