body {
  font-size: 18px;
}

.cover-container {
  max-width: 36em;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

img {
  max-width: 100%;
}

header .logo {
  height: 45px;
  max-width: 150px;
}
header .logo img {
  max-height: 100%;
}
header .nav-masthead .nav-link {
  color: rgba(0, 0, 0, 0.5);
  -bottom: 0.25rem solid transparent;
}
header .nav-masthead .nav-link:hover,
header .nav-masthead .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
header .nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}
header .nav-masthead .active {
  color: #000;
  border-bottom-color: #000;
}

form .pers-access {
  font-size: 14px;
}

.modal .modal-close {
  position: fixed;
  right: 20px;
  top: 5px;
  font-size: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #c00;
  padding: 0px 11px;
  cursor: pointer;
  z-index: 9999;
}
.modal .modal-dialog .button {
  text-decoration: none;
  padding: 8px 15px;
  border: 1px solid #ddd;
}

footer p {
  margin-bottom: 5px;
  font-size: 14px;
}
footer a {
  color: #000;
}
footer.black a {
  color: rgba(0, 0, 0, 0.5) !important;
}

.skip-all-upsells {
  display: flex;
  position: fixed;
  bottom: 10px;
  z-index: 1100;
  margin-left: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  background: gray;
  border-radius: 80px;
  padding: 15px 10px 15px 10px;
  max-width: 300px;
  min-width: 230px;
  color: white;
  border: 2px solid #ffffff;
}
.skip-all-upsells:hover {
  background-color: #c0c0c0;
}
@media (max-width: 767.98px) {
  .skip-all-upsells {
    font-size: 14px;
  }
}

.modal.show .modal-dialog {
  margin-bottom: 100px;
}/*# sourceMappingURL=gk.v2.css.map */