::selection {
  background: #e2001a;
}

.nav {
  position: absolute;
  top: 15px;
  z-index: 99;
  left: 0;
  right: 0;
}

.uk-sticky-placeholder {
  height: 0 !important;
}

.top-wrap::before, .overlay-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.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);
}

.top-container {
  z-index: 2;
}

.uk-logo img {
  height: 38px;
}

.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-section-red {
  background-color: #e2001a;
}

.uk-button-primary {
  background-color: #e2001a;
}

.uk-link, a {
  color: #e2001a;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #a5001f;
}

.uk-text-primary {
  color: #e2001a !important;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #e2001a;
}

.signature-pad-wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.signature-pad-wrapper .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  background-color: white;
}

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