/*todo: belongs elsewhere*/
body {
  background-color: #F5F5F6 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.428571429 !important;
  color: #333333 !important;
}

/*todo: belongs elsewhere*/
@media screen and (min-width: 1230px) {
  .container-fluid.body {
    max-width: 1300px;
  }
}

#ftl-sitemap h1 {
  font-weight: bolder;
}

#ftl-sitemap h2,
#ftl-sitemap .signup-text {
  font-weight: bold;
}

#ftl-sitemap h1,
#ftl-sitemap h2 {
  display: inline-block;
}

#ftl-sitemap a:hover h1,
#ftl-sitemap a:hover h2 {
  text-decoration: underline;
}

#ftl-sitemap .container-fluid.body {
  margin: 0 auto 0 auto;
  padding-top: 10px;
  z-index: 0;
}
#ftl-sitemap .layout-card {
  background-color: #ffffff;
  padding: 10px 40px;
  margin-bottom: 1em;
}

#ftl-sitemap .inline {
  display: inline;
}

#ftl-sitemap .member-div {
  margin-top: 20px;
  margin-bottom: 10px;
}

#ftl-sitemap .member-div div:first-of-type {
  margin-bottom: 10px;
}

#ftl-sitemap .pages-div {
  margin-bottom: 4em;
}

#ftl-sitemap ul {
  list-style: none;
  padding-left: 15px;
}

#ftl-sitemap .breadcrumb {
  padding: 8px 0;
  margin-bottom: 0;
  background-color: unset;
}

@media screen and (max-width: 767px) {
  #ftl-sitemap .article-links a,
  #ftl-sitemap .member-content a {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    font-size: 18px;
  }

  #ftl-sitemap .signup-text {
    width: 100%;
    float: left;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  #ftl-sitemap .article-links a {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }

  #ftl-sitemap .signup-text {
    margin-left: 1em;
  }

  #ftl-sitemap .member-content a {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}