article {
  /* BEGIN markdown based landing pages */
  /* END markdown based landing pages */
}
article .columnHolder {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: column wrap;
}
article .abstractHolder {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  justify-content: space-between;
}
article .abstract {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.7;
}
article .abstract p:first-child {
  margin-top: 0;
}
article .abstractHolder .menu {
  margin-top: 24px;
}
article .abstractHolder .menu ul {
  margin-left: 0;
  margin-top: 0;
}
article .abstractHolder .menu li {
  line-height: 1.3;
  list-style-type: none;
  margin-top: 12px;
}
article .abstractHolder .menu li:first-child {
  margin-top: 2px;
}
article .abstractHolder .menu .abstract-title {
  padding-bottom: 10px;
}
article .abstractHolder .aside {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
article .abstractHolder .aside a {
  display: inline-block;
  margin-right: 18px;
}
@media (min-width: 450px) {
  article .abstractHolder .aside {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  article .columnHolder .panelContent {
    margin-top: 0;
    margin-bottom: 0;
  }
  article .columnHolder .column50:first-child .panelContent {
    margin-top: 24px;
    margin-bottom: 0;
  }
  article .abstractHolder {
    display: flex;
    flex-direction: column;
  }
  article .abstractHolder .abstract {
    order: 1;
  }
  article .abstractHolder .aside,
  article .abstractHolder .menu {
    order: 2;
    max-width: unset !important;
  }
}
@media (min-width: 1024px) {
  article .abstractHolder {
    flex-direction: row;
    position: relative;
  }
  article .abstract {
    max-width: calc(100% - 315px);
  }
  article .columnHolder {
    flex-direction: row;
  }
  article .column50 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  article .abstractHolder .menu {
    margin-top: 0;
    max-width: 225px;
    margin-left: 48px;
    padding-left: 17px;
    position: absolute;
    top: 0;
  }
  article .abstractHolder .aside {
    order: 2;
    flex-direction: column;
    margin-top: 0;
    margin-left: 24px;
  }
  article .abstractHolder .aside a {
    margin-right: 0;
  }
}
article ul.panelContent {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 24px;
  margin-left: -12px;
}
article ul.panelContent > li {
  list-style-type: none;
  flex: 0 1 100%;
}
article .cardsW + h2 {
  margin-top: 14px;
}
article .cardsW a:hover {
  text-decoration: underline;
}
article ul.spaced > li {
  margin-bottom: 8px;
}
article ul.spaced + h2 {
  margin-top: 34px;
}
article ul.noBullet {
  margin-left: 0;
}
article ul.noBullet > li {
  list-style-type: none;
}
article table.dataMatrix th,
article table.dataMatrix td {
  text-align: center;
}
article table.dataMatrix th span {
  display: block;
}
article table.dataMatrix td:first-child {
  text-align: left;
}
article table.dataMatrix td span.docon-external-link:after {
  font-family: "docons";
  content: get-icon-code("navigate-external");
}
article table.dataMatrix td a:hover {
  text-decoration: none;
}
article table.dataMatrix svg {
  height: 24px;
  width: 24px;
  fill: currentColor;
  forced-color-adjust: auto;
}
article .introHolder {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
article .introHolder + h2 {
  margin-top: 0;
}
article > p:first-child,
article .intro {
  font-size: 1.125rem;
  line-height: 1.7;
  padding-bottom: 36px;
}
article .intro {
  margin-top: 18px;
}
article .introHolder .intro {
  margin-top: 0;
}
article .calloutHolder .callout img {
  float: left;
  height: 50px;
  margin-right: 12px;
  margin-top: 6px;
  width: 50px;
}
@media (min-width: 768px) {
  article .introHolder {
    flex-direction: row;
  }
  article .introHolder .intro {
    max-width: calc(100% - 370px);
    flex-basis: calc(100% - 370px);
  }
  article .introHolder .calloutHolder {
    flex: 0 0 358px;
    max-width: 358px;
    margin-left: 12px;
  }
}
article .downloadHolder {
  margin-top: 48px;
  padding-top: 36px;
  display: none;
}
article .downloadHolder .img {
  width: 50px;
  height: 50px;
  background-image: url(../images/download_hover.svg);
  background-size: cover;
  float: left;
}
article .downloadHolder:hover .img {
  background-position: -50px 0;
}
article .downloadHolder .text {
  padding-left: 60px;
  padding-top: 8px;
}
article[lang=en-us] .downloadHolder {
  display: block;
}
article.os-high-contrast-enabled .downloadHolder .img {
  display: none;
}
article.os-high-contrast-enabled .downloadHolder .text {
  padding-left: 0;
}

/*# sourceMappingURL=landing-page.css.map */
