html,
body,
.wrapper {
  height: 100%;
}

.modalContainer .wrapper {
  height: auto;
}

body {
  background-color: #d1d5d7;
  color: #2b2a2a;
}

body::before {
  position: fixed;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../_images/bg-image.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.6;
  filter: blur(5px);
}

p {
  margin-bottom: 0.6rem;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.container h1 {
  line-height: 1;
}

.logo-sd {
  text-align: center;
}

.logo-sd img {
  display: inline-block;
  width: 200px;
}

.help-faq.accordion > .card {
  border-radius: calc(0.25rem - 1px);
}

.help-faq.accordion > .card-shadow {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08),
    0 1px 3px 1px rgba(60, 64, 67, 0.16);
  transition: box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1);
}

.help-faq.accordion > .card-shadow:focus,
.help-faq.accordion > .card-shadow:hover {
  box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2),
    0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.help-faq li {
  margin-bottom: 15px;
  border: 0;
}

.help-faq.accordion li .card-header {
  border-color: transparent;
  background-color: #5c66d4;
  margin: 0;
}

.help-faq li .card-body {
  padding-top: 1rem;
}

.help-faq li .card-body p:last-child {
  margin-bottom: 0;
}

.help-faq li .btn {
  font-size: inherit;
  line-height: 1.2;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
  color: #fff;
}

.header,
.footer {
  color: #333;
}

.footer {
  margin-top: auto;
  background-color: #e8e8e8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.footer .footer-links a {
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
  color: #5c66d4;
}

.footer .footer-links a span {
  font-size: 0.8rem;
}

.divider {
  display: none;
}

@media (max-width: 320px) {
  .divider {
    display: none;
  }
}

@media (min-width: 321px) and (max-width: 426px) {
  .h4 {
    font-size: 1.2rem;
  }

  .help-faq h5,
  .footer .h5 {
    font-size: 1.1rem;
  }

  .divider {
    display: block;
  }
}
