/* Frontpage image block */

.ubl-hero {
  background-repeat: no-repeat;
  background-color: #012168;
  background-position: center;
  background-size: cover;
}

.ubl-hero img {
  width: 100%;
  height: auto;
}

.ubl-centercontent {
  overflow: hidden;
  zoom: 1;
  display: flow-root;
  margin-left: auto;
  margin-right: auto;
}

.ubl-hero .ubl-hero-lead h1 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .ubl-hero img {
    display: none;
  }
  .ubl-hero .ubl-centercontent {
    min-height: 400px;
  }
  .ubl-centercontent {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ubl-hero .ubl-hero-lead {
    margin: 5% 0 0 24px;
    width: 40%;
    max-width: 400px;
    background-color: rgba(127, 126, 106, 0.95);
    padding: 1px 24px;
    color: #ccc;
  }
  .ubl-hero .ubl-hero-lead h1 {
    color: #fff;
    font-size: 1.675rem;
    line-height: 1.2;
  }
  .ubl-hero .ubl-hero-lead a {
    color: white;
    opacity: .8;
  }
  .ubl-hero .ubl-hero-lead i {
    display: block;
    font-style: normal;
  }
  .ubl-hero .ubl-hero-lead i::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 90%;
    font-style: normal;
    margin-right: .3em;
    vertical-align: baseline;
    font-weight: bold;
  }
}
