#main {
    background: #eee;
}
.hero-bg-image {
    padding: 6vw 1em 6vw;
    min-height: 450px;
    /*display: flex;*/
    align-items: center;
}
.image-caption h4 {
    font-size: 1.25vmax;
}
.image-caption {
    width: 100%;
    min-width: 300px;
    max-width: 700px;
}
.main-content .form-item select {
    margin: 0;
}
.cwb-focus__container {
    margin: 0 12px 4rem 12px;
}
@media (max-width:767px) {
  .paragraph--type--bp-columns .paragraph__column {
      flex-wrap: nowrap;
  }
  .item-list, ul.list-none.ticker-list {
    max-height: none !important;
  }
}