h1 {
  color: #013c65;
  font-weight: 600 !important;
  border-bottom: 3px solid #f6b000;
}

a.block-button.white {
  padding: .5rem 1rem;
  background: #ffffff;
  color: #013c65;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  border-radius: 0;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  font-size: .85rem;
}

a.block-button.white:hover {
  background: #f6b000;
  color: #013c65;
}

a.block-button.white:hover:before {
  filter: unset;
  -webkit-filter: unset;
}

.slick-dots {
  width: max-content;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.block-button.full {
  width: 100%;
}

.welcome-message {
  margin-bottom: 1rem;
}

.welcome-message h2 {
  margin-bottom: 0;
}

.welcome-message hr {
  margin: .5rem 0;
}

.minor-section {
  height: 0;
}
