/* cmsms stylesheet: Landing modified: 07/10/26 14:42:31 */
.nav {
  position: absolute;
  top: 15px;
  z-index: 99;
  left: 0;
  right: 0;
}
.uk-sticky-placeholder {
  height: 0 !important;
}

.top-wrap-height {
  height: 80vh;
  min-height: 460px;
  transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.04);
}
.uk-logo img {
  height: 60px;
}
.subtitle-text {
  font-size: 1.2em;
  opacity: 0.7;
  font-weight: 300;
}
.logos-grid img {
  display: block;
  width: 60px;
  margin: 0 auto;
  filter:  grayscale(100%);
  transition: filter 0.25s;
}
.logos-grid img:hover {
  display: block;
  width: 60px;
  margin: 0 auto;
  filter:  grayscale(0);
}

.uk-background-primary, .uk-section-primary{
  background: #3069a7 !important;
}

.uk-background-dark-blue, .uk-section-dark-blue{
  background: #23458c !important;
}

.uk-card-primary{
  background-color: #2f6bab !important;
}

.uk-button-yellow{
  background-color: #fca000;
  color: #2f6bab !important;
  padding: 10px 30px !important;
}

.uk-border-rounded{
  border-radius: 10px;
}
