<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 991px) {
  .t3-sections &gt; .acm-spotlight {
    padding-top: 96px;
  }
}
@media (max-width: 479px) {
  .t3-sections &gt; .acm-spotlight img {
    margin: 0 auto !important;
    display: block;
    float: none !important;
    margin-top: 32px;
  }
  .t3-sections &gt; .acm-spotlight h2 {
    text-align: center;
  }
}
.acm-spotlight.full-width {
  overflow: hidden;
}
.acm-spotlight.full-width .row {
  margin-left: 0;
  margin-right: 0;
}
.acm-spotlight.full-width .row &gt; div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .acm-spotlight &gt; .container &gt; .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
.acm-spotlight .t3-module {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .acm-spotlight .t3-module {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .acm-spotlight .equal-height-child .col &gt; div:not(.acm-video) {
    min-height: 0 !important;
  }
}
.spotlight-bottom .acm-spotlight .col-sm-12.col-md-4:last-child {
  margin-bottom: 0;
}</pre></body></html>