.thumb-item-figure {
  line-height: 0;
}

.telephone-title, .is-scrolling .telephone-number {
  font-size: 1rem;
  line-height: 1.2em;
}

.telephone-number, .is-scrolling .telephone-number {
  font-size: 1rem;
}

.cta-buttons.is-header {
  margin-left: 1.5rem;
}

.thumb-item a {
  color: #095C86 !important;
}

.is-primary .thumb-item a {
  color: #fff !important;
}

.thumb-item-cover {
  opacity: 0;
  transition: 0.25s ease-out;
}

.thumb-item a:hover .thumb-item-cover{
  opacity: 1;
}

.has-block-half:not(:last-child) {
  margin-bottom: 0.5rem;
}

.location-select-item-foot.is-inactive {
  background-color: #0fbfff;
}