html,
body {
  height: 100%;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  background-color: #fff;
  padding: 0 1em;
}

.title-wrapper-holder {
  grid-column: 1/span 4;
  grid-row: 1;
  height: 1rem;
}

.title-wrapper {
  display: flex;
  flex-flow: row;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column: 1/span 4;
  grid-row: 2;
  background: #fff;
  transition: 0.2s;
  z-index: 10;
}
@media only screen and (min-width: 60.25em) {
  .title-wrapper {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (min-width: 65.438em) {
  .title-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 6.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .title-wrapper {
    display: grid;
    grid-template-columns: 12rem auto 19rem;
    grid-template-rows: auto;
  }
}
.title-wrapper .back {
  grid-column: 1/span 1;
  font-size: 0.9em;
}
.title-wrapper .back svg {
  margin-right: 1rem;
}
.title-wrapper .img-wrapper {
  grid-column: 1/span 1;
  grid-row: 2;
}
@media only screen and (min-width: 60.25em) {
  .title-wrapper .img-wrapper {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media only screen and (min-width: 75em) {
  .title-wrapper .img-wrapper {
    grid-column: 1/span 1;
    grid-row: 1;
  }
}
.title-wrapper .img-wrapper .share span[class^=share_]:before,
.title-wrapper .img-wrapper .share span[class*=" share_"]:before {
  font-size: 30px;
  height: 30px;
  width: 30px;
}
.title-wrapper .img-wrapper img {
  max-height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 1em;
}
.title-wrapper .title {
  grid-column: 1/span 2;
  grid-row: 1;
  padding: 0 1em;
}
@media only screen and (min-width: 60.25em) {
  .title-wrapper .title {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}
@media only screen and (min-width: 75em) {
  .title-wrapper .title {
    grid-column: 2/span 1;
    grid-row: 1;
  }
}
.title-wrapper .title p {
  font-size: 0.8em;
}
.title-wrapper .title .orgs {
  font-style: italic;
}
.title-wrapper .cs-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 42.25em) {
  .title-wrapper .cs-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.title-wrapper .cs-title h2 {
  margin-left: 0.6em;
  width: 100%;
}
@media only screen and (min-width: 42.25em) {
  .title-wrapper .cs-title h2 {
    width: auto;
  }
}
.title-wrapper .mobile-cta-buttons {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 42.25em) {
  .title-wrapper .mobile-cta-buttons {
    display: none;
  }
}
.title-wrapper .mobile-cta-buttons .btn-browse {
  background: #fff;
  border: 1px inset #033f63;
  color: #033f63;
}
.title-wrapper .mobile-cta-buttons .btn-browse:hover {
  background: #033f63;
  color: #fff;
}
.title-wrapper .mobile-cta-buttons p {
  margin: 1em 0.5em;
}
.title-wrapper .authors {
  display: none;
}
@media only screen and (min-width: 42.25em) {
  .title-wrapper .authors {
    display: block;
  }
}
.title-wrapper .authors .orgs {
  margin-left: 1em;
}
.title-wrapper .cs-primary-tag {
  align-items: center;
  align-self: center;
  background-color: #0580C3;
  color: #fff;
  display: flex;
  font-weight: bold;
  max-height: 6.25rem;
  max-width: 7.8125rem;
  padding: 1em;
  margin-right: 1em;
}
.title-wrapper .cs-secondary-tags .cs-secondary-tag {
  border-right: 1px solid #cac4ce;
  font-size: 0.85rem;
  padding: 0 0.5em;
}
.title-wrapper .cs-secondary-tags .cs-secondary-tag:last-of-type {
  border-right: none;
}
.title-wrapper .cs-secondary-tags .cs-secondary-tag img {
  height: 0.85rem;
  margin: 0 0.25em 0 0.5em;
  width: auto;
}
.title-wrapper .cs-secondary-tags .cs-keyword {
  border-right: 1px solid #cac4ce;
  font-size: 0.85rem;
  font-style: oblique;
  padding: 0 0.5em;
}
.title-wrapper .cs-secondary-tags .cs-keyword:last-of-type {
  border-right: none;
}
.title-wrapper .cta-wrapper {
  grid-column: 2/span 1;
  grid-row: 2;
  display: none;
  width: 25%;
}
@media only screen and (min-width: 42.25em) {
  .title-wrapper .cta-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 60.25em) {
  .title-wrapper .cta-wrapper {
    grid-column: 3/span 2;
    grid-row: 2;
  }
}
@media only screen and (min-width: 75em) {
  .title-wrapper .cta-wrapper {
    grid-column: 3/span 1;
    grid-row: 1;
  }
}
.title-wrapper .cta-wrapper .views {
  font-style: italic;
  font-size: 0.85em;
  text-align: center;
  margin: 0.5em 0;
}
.title-wrapper .cta-wrapper .cta-buttons {
  text-align: center;
}
.title-wrapper .cta-wrapper .cta-buttons .btn-browse {
  background: #fff;
  border: 1px inset #033f63;
  color: #033f63;
}
.title-wrapper .cta-wrapper .cta-buttons .btn-browse:hover {
  background: #033f63;
  color: #fff;
}
.title-wrapper .cta-wrapper .cta-buttons p {
  display: inline-block;
  margin: 0;
}

.isSticky {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  padding-top: 2.5em;
}
.isSticky .title {
  grid-column: 1/span 2;
}
.isSticky h2 {
  font-size: 0.8rem;
}
@media only screen and (min-width: 42.25em) {
  .isSticky h2 {
    font-size: 1.7rem;
  }
}
.isSticky .cta-wrapper {
  grid-column: 3/span 2;
  grid-row: 1;
}
.isSticky .img-wrapper,
.isSticky .orgs,
.isSticky .usage,
.isSticky .cs-secondary-tags,
.isSticky .cs-video {
  display: none;
}

.content-top {
  grid-column: 1/span 4;
  grid-row: 2;
  display: flex;
  flex-flow: row;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media only screen and (min-width: 60.25em) {
  .content-top {
    grid-template-columns: 12rem auto 19rem;
    grid-template-rows: auto;
  }
}
.content-top .image-wrapper {
  grid-column: 1/span 1;
  grid-row: 2;
  flex-flow: column;
  padding: 1em;
  width: 20%;
}
@media only screen and (min-width: 60.25em) {
  .content-top .image-wrapper {
    grid-column: 1/span 1;
    grid-row: 1;
  }
}
.content-top .image-wrapper img {
  width: 100%;
  max-height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-top .abstract-wrapper {
  grid-column: 1/span 2;
  grid-row: 1;
  width: 60%;
  padding: 1em;
}
@media only screen and (min-width: 60.25em) {
  .content-top .abstract-wrapper {
    grid-column: 2/span 1;
  }
}
.content-top .abstract-wrapper .meta-top {
  font-size: 0.8em;
}
.content-top .abstract-wrapper .meta-top img {
  width: 5rem;
}
.content-top .abstract-wrapper .tags h4 {
  font-size: 1rem;
}
.content-top .abstract-wrapper .high-level-tag-wrapper {
  margin-top: 1em;
}
.content-top .abstract-wrapper .high-level-tag-wrapper .high-level-tag {
  display: inline-block;
  font-size: 0.9rem;
  background-color: #222b37;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid #222b37;
  transition: 0.2s ease;
}
.content-top .abstract-wrapper .high-level-tag-wrapper .high-level-tag:hover {
  color: #222b37;
  background-color: #fff;
}
.content-top .abstract-wrapper .high-level-tag-wrapper .secondary {
  background-color: #fff;
  color: #222b37;
}
.content-top .abstract-wrapper .high-level-tag-wrapper .secondary:hover {
  color: #fff;
  background-color: #222b37;
}
.content-top .files-wrapper {
  grid-column: 2/span 1;
  border-left: 1px solid #c1c1c1;
  width: 25%;
}
@media only screen and (min-width: 60.25em) {
  .content-top .files-wrapper {
    grid-column: 3/span 1;
    grid-row: 1;
  }
}
.content-top .files-wrapper .files {
  padding: 1em;
}
.content-top .files-wrapper .element-list {
  height: 6.5rem;
  overflow: hidden;
}
.content-top .files-wrapper ul {
  list-style-type: none;
  margin: 0 0 0 1em;
}
.content-top .files-wrapper ul li {
  max-width: 12.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-top .files-wrapper ul li img {
  margin-right: 0.2em;
}
.content-top .files-wrapper .more-files {
  margin: 0.5em;
  text-align: center;
}

.content-bottom {
  grid-column: 1/span 4;
  grid-row: 3;
  display: flex;
  flex-flow: row;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  border-top: 1px solid #c1c1c1;
  margin: 1em 0;
}
@media only screen and (min-width: 60.25em) {
  .content-bottom {
    display: grid;
    grid-template-columns: 19rem auto;
    grid-template-rows: auto;
  }
}
.content-bottom .content-wrapper {
  grid-column: 1/span 3;
  grid-row: 2;
  margin-top: 0;
  padding-right: 1.25em;
  word-break: break-word;
  overflow: auto;
}
@media only screen and (min-width: 65.438em) {
  .content-bottom .content-wrapper {
    grid-column: 2/span 2;
    grid-row: 1;
    margin-top: 2em;
  }
}
.content-bottom .content-display {
  padding: 1em;
}
.content-bottom .content-menu-wrapper {
  grid-column: 1/span 3;
  grid-row: 1;
  background-color: #fff;
  left: 1.25em;
  position: fixed;
  transition: 0.1s;
  width: calc(100% - 2.5em);
  z-index: 10;
}
@media only screen and (min-width: 65.438em) {
  .content-bottom .content-menu-wrapper {
    grid-column: 1/span 1;
    grid-row: 1;
    background-color: transparent;
    position: static;
    width: auto;
    z-index: auto;
  }
}
.content-bottom .cs-record-menu-mobile {
  align-items: center;
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  display: flex;
  float: right;
  height: 3rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1em;
  margin-top: 0.6em;
  padding: 0.25em 0.5em;
}
.content-bottom .cs-record-menu-mobile .fas {
  color: #c1c1c1;
  font-size: 1.5rem;
  margin-right: 0.5em;
}
.content-bottom .cs-record-nav {
  position: -webkit-sticky;
  position: sticky;
}
.content-bottom .cs-record-nav .cs-record-menu {
  height: 65vh;
  list-style: none;
  overflow: scroll;
  padding-top: 1em;
}
.content-bottom .cs-record-nav li {
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

h2.anchor {
  border-bottom: 2px solid #0579B8;
  text-transform: uppercase;
}

section[id]::before {
  height: 17rem;
  content: "";
  display: block;
  visibility: hidden;
  margin-top: -17rem;
}

.content-display h2#introduction:after {
  content: unset;
}
.content-display h3,
.content-display h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: #72b832;
          text-decoration-color: #72b832;
  text-underline-offset: 5px;
}
.content-display figure {
  border: 1px solid #cac4ce;
  margin: 0 auto;
  padding: 1.5em;
  width: 70%;
}
.content-display figure img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.content-display .figure-title {
  font-weight: bold;
}

#abstract {
  min-height: 35rem;
}

.article-master-image {
  float: left;
  height: 100%;
  margin-right: 1em;
  max-height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 40%;
}

.mobile-menu-active {
  position: relative;
}
.mobile-menu-active .cs-record-nav {
  background-color: #fff;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 1em 2em;
  position: fixed;
  right: 0;
  z-index: 21;
}
.mobile-menu-active .cs-record-menu {
  height: auto;
  width: auto;
}

.cs-record-menu .active {
  border-bottom: 1px solid #0580c3 !important;
}
.cs-record-menu li a {
  color: #2b2b2b;
  font-family: open_sansregular, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.subMenu {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  text-transform: capitalize;
  transition: max-height 0.15s ease-out;
}
.subMenu li a {
  color: #2b2b2b;
  font-family: open_sansregular, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
.subMenu li:last-of-type {
  border-bottom: none;
}

.show {
  max-height: 40rem !important;
  transition: max-height 0.25s ease-in;
}

.hide-contents {
  display: none !important;
}

@supports (display: grid) {
  .title-wrapper .cta-wrapper {
    width: auto;
  }

  .content-top .image-wrapper {
    width: auto;
  }
  .content-top .abstract-wrapper {
    width: auto;
  }
  .content-top .files-wrapper {
    width: auto;
  }

  .content-bottom .content-wrapper {
    width: auto;
  }
  .content-bottom .content-wrapper .content-display {
    width: auto;
  }
  .content-bottom .content-menu {
    width: auto;
  }
}
table {
  border-collapse: collapse;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  margin-bottom: -4px;
  margin-top: 4px;
  font-family: Optima, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  -epub-hyphens: none;
  color: #000;
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  table-layout: fixed;
}
table blockquote {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
table td, table th {
  font-size: 1em;
  line-height: 1.333;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
table li, table p {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
}
table li {
  list-style-position: outside;
  margin-left: 18px;
}
table thead {
  height: 3.5em;
}
table thead th {
  background-color: #80b546;
  vertical-align: bottom;
  font-size: 1.2em;
  line-height: 1.333;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 14px;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
}
table td[colspan] {
  background-color: #dce7c6;
  vertical-align: bottom;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
}/*# sourceMappingURL=publications.css.map */