:root {
  scroll-behavior: auto;
}

.site {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.site-header {
}
.site-footer {
}

.content {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: -100px;
}
.main {
}

.sidebar {
}
.sidebar-1 {
  display: flex;
  position: absolute;
  top: 0;
  left: 100%;
  width: 20rem;
  white-space: pre-line;
  padding: 1rem;
  margin-top: 2rem;
}

.site-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.site-logo img {
  display: block;
}

.hentry {
}
.entry-header {
}
.entry-title {
  margin-bottom: 1rem;
}
.entry-description {
  display: none;
  white-space: pre-line;
}
.entry-content {
}
.entry-footer {
}

.card-wrapper .card {
}
.card-wrapper .card-header {
  padding: 0;
  background: #ffffff;
}
.card-wrapper .card-body {
  padding: 0;
}

.step-nav {
}
.step-nav-item {
  padding: 0.5rem 1rem;
}
.step-nav-item.active {
  color: #0d6efd;
}
.step-nav-item.complete {
  background-color: #0d6efd;
  color: #ffffff;
}

@media (max-width: 1280px) {
  .site {
    height: auto;
  }
}

@media (max-width: 1199.98px) {
  .content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .site {
    padding-top: 2rem;
  }
}
