.bg-adj {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body {
  line-height: unset !important;
}

#box-wrapper > div {
  display: flex;
}
@media (max-width: 767.98px) {
  #box-wrapper {
    flex-direction: column;
  }
  #box-wrapper > div {
    margin-bottom: 20px;
  }
  #box-wrapper > div .index-background {
    flex-grow: 1;
    height: inherit;
  }
}

@media (min-width: 768px) {
  #dsh-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #dsh-footer #ds-footer_menu li {
    margin-right: 0 !important;
  }
}

.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
  justify-content: space-between;
}
.modal .modal-footer .btn {
  border-radius: 0;
}
.modal .modal-footer .btn.btn-secondary {
  background-color: transparent;
  color: #1B3258;
  border-color: #1B3258;
}
.modal .modal-footer .btn.btn-primary {
  background-color: #1B3258;
  color: white;
  border-color: #1B3258;
}
.modal#cookieDetailsBanner .modal-footer {
  justify-content: center;
}

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