body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

header {
  padding: 10px 0;
}
header .navbar-toggler {
  border-radius: 0px;
}

header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading h1 {
  margin: 0;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
}

nav a {
  text-decoration: none;
  margin-left: 20px;
}

main {
  min-height: calc(100vh - 200px);
}
main > section:first-child {
  padding-top: 7rem;
}

.hero {
  text-align: center;
  padding: 50px 20px;
}

.card {
  border-radius: 0;
}
.card .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: x-small;
  padding: 8px;
}

.hero h2 {
  margin: 0;
  font-size: 2em;
}

form {
  display: inline-block;
  text-align: left;
}

form label {
  display: block;
  margin-top: 10px;
}

form input,
form button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}

form button {
  border: none;
  cursor: pointer;
}

footer {
  text-align: center;
  padding: 10px 0;
}

.social {
  text-align: right;
  text-decoration: none;
}

.footer_links {
  text-align: left;
  text-decoration: none;
}

.social a,
.footer_links a {
  text-decoration: none;
}

.cell {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 100px;
  min-height: 100px;
}

.heading {
  padding: 2rem;
  text-align: center;
}

.btn-primary {
  border-radius: 0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .sticky_container {
    display: none;
  }
}
.sticky_bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sticky_bar a {
  margin: 0;
}

.sticky_bar .nav-pills .nav-link {
  border-radius: 0;
}

.nwl_sitemap .list-group-flush > .list-group-item {
  background: transparent;
  border: 0;
}

.nwl_sitemap a {
  text-decoration: none;
  margin-left: 20px;
  font-size: 1.2rem;
  border-bottom: 1px solid;
  font-weight: 400;
}

.nwl_sitemap a:hover,
.nwl_sitemap a:focus {
  font-weight: 600;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}

.nwl_faq .accordion-button {
  font-size: 1rem;
  font-weight: 600;
}

.alert {
  border-radius: 0;
  margin: 0px;
}