@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
.gin--horizontal-toolbar.node-169 header ul.nav li.nav-item .custom {
  top: 204px !important;
}

@media (min-width: 992px) {
  .gin--horizontal-toolbar.node-169 header {
    transform: unset;
  }
}
.node-169 .scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
}
.node-169 span.mouse {
  position: relative;
  display: block;
  width: 37px;
  height: 47px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 30px;
}
.node-169 span.mouse > * {
  background: #fff;
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 3px;
  height: 8px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: ani-mouse 1.5s linear infinite;
}
.node-169 header {
  background-color: #0F4990;
  position: unset !important;
  transform: unset !important;
}
.node-169 header.fixed {
  position: fixed !important;
}
.node-169 header.fixed .branding-wrap {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.node-169 header.fixed ul.nav li.nav-item a.nav-link {
  color: white !important;
}
.node-169 header.fixed ul.nav li.nav-item .custom {
  top: 85px !important;
}
.node-169 header ul.nav li.nav-item .custom {
  top: 143px !important;
}
.node-169 .aday-page .boxes {
  min-height: 300px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.node-169 .aday-page .boxes .btn.btn-secondary,
.node-169 .aday-page .boxes .btn.btn-primary {
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  margin-inline: 10px;
}
.node-169 .aday-page .card {
  min-height: 520px;
}
.node-169 .paragraph--type--link-with-icons {
  margin-block: 40px;
}
.node-169 .text_type--2 .col-lg-8 {
  min-height: auto;
}
.node-169 .nav-tabs .nav-link {
  color: #333;
}
.node-169 nav h3 {
  color: #0F4990;
  line-height: 2.188rem;
  margin-block: 20px;
}

/*# sourceMappingURL=aday.css.map */
