body.media-mobile div.filter-holder ul,
body.media-landscape div.filter-holder ul,
body.media-desktop div.filter-holder ul,
body.media-mobile div.filter-holder label,
body.media-landscape div.filter-holder label,
body.media-desktop div.filter-holder label,
.unselectable,
div.functionbar,
div.topic div.functionholder,
div.topic a.to_top,
body.media-mobile div.functionbar,
body.media-mobile div.filter-holder div.mobile-filter-heading,
body.media-mobile div.searchbar.layout-visible,
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  a.wSearchLink,
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND.layout-visible
  label {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.toc-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.toc-holder ul a {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
}
div.toc-holder ul li {
  min-height: 1.2em;
  line-height: 1.5em;
  min-width: 6em;
  border-right: 0.4em solid transparent;
}
div.toc-holder ul li.selected {
  text-decoration: underline;
}
div.toc-holder ul li:not(.show) {
  min-height: 0;
  min-width: 0;
}
div.toc-holder ul li li {
  font-size: 100%;
}
div.toc-holder ul li.child {
  display: block;
  overflow-y: hidden;
  max-height: 0em;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
  -o-transition-property: max-height;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
  -ms-transition-property: max-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
  -moz-transition-property: max-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
  -webkit-transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
  transition-property: max-height;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
div.toc-holder ul li.child:not(.show) {
  overflow-x: hidden;
}
div.toc-holder ul li.child.show {
  max-height: 500em;
  min-height: 0;
  overflow-y: visible;
  -o-transition-duration: 0.7s;
  -o-transition-timing-function: cubic-bezier(1, 0, 1, 0);
  -o-transition-property: max-height;
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 1, 0);
  -ms-transition-property: max-height;
  -moz-transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 1, 0);
  -moz-transition-property: max-height;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0);
  -webkit-transition-property: max-height;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(1, 0, 1, 0);
  transition-property: max-height;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
div.toc-holder ul li.child.expanding.show {
  max-height: 500em;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
div.toc-holder ul li.child.collapsing {
  overflow-x: hidden;
  overflow-y: hidden;
}
div.toc-holder a {
  text-decoration: none;
}
div.toc-holder a:hover {
  text-decoration: underline;
}
div.toc-holder:not(.drill-down) li.child.expanding.show {
  margin-top: -0.14em;
  margin-bottom: -0.14em;
}
div.toc-holder:not(.drill-down) li.child.collapsing {
  margin-top: -0.14em;
  margin-bottom: 0.3em;
}

@-ms-keyframes drill-down-up-mobile {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: -2.6em;
  }
}
@-moz-keyframes drill-down-up-mobile {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: -2.6em;
  }
}
@-webkit-keyframes drill-down-up-mobile {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: -2.6em;
  }
}
@keyframes drill-down-up-mobile {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: -2.6em;
  }
}
@-ms-keyframes drill-down-up-landscape {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: 0;
  }
}
@-moz-keyframes drill-down-up-landscape {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: 0;
  }
}
@-webkit-keyframes drill-down-up-landscape {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: 0;
  }
}
@keyframes drill-down-up-landscape {
  from {
    margin-right: 25%;
  }
  to {
    margin-right: 0;
  }
}
body.media-mobile div.drill-down.toc-holder ul,
body.media-landscape div.drill-down.toc-holder ul {
  margin-right: 0 !important;
}
body.media-mobile div.drill-down.toc-holder ul li.collapsing,
body.media-landscape div.drill-down.toc-holder ul li.collapsing {
  -ms-animation-name: drill-down-up;
  -ms-animation-duration: 0.5s;
  -moz-animation-name: drill-down-up;
  -moz-animation-duration: 0.5s;
  -webkit-animation-name: drill-down-up;
  -webkit-animation-duration: 0.5s;
  animation-name: drill-down-up;
  animation-duration: 0.5s;
}
body.media-mobile div.drill-down.toc-holder ul li.child ul.child,
body.media-landscape div.drill-down.toc-holder ul li.child ul.child {
  overflow: hidden;
}
body.media-mobile div.drill-down.toc-holder li,
body.media-landscape div.drill-down.toc-holder li {
  border-right-width: 0 !important;
}
body.media-mobile div.drill-down.toc-holder li.selected,
body.media-landscape div.drill-down.toc-holder li.selected {
  padding-right: 1.55em !important;
  background-position: 99% 0.8em;
  /* For older browsers that don't support the new 4 property syntax */
  background-position: right 0.4em top 0.8em;
  /* For newer browsers */
  border-right-width: 0.2em !important;
}
body.media-mobile div.drill-down.toc-holder li.active.rh-hide,
body.media-landscape div.drill-down.toc-holder li.active.rh-hide {
  display: list-item !important;
}
body.media-mobile div.drill-down.toc-holder li.inactive,
body.media-landscape div.drill-down.toc-holder li.inactive {
  display: none;
}
body.media-mobile div.drill-down.toc-holder ul.child,
body.media-landscape div.drill-down.toc-holder ul.child {
  padding-right: 2.6em !important;
  margin-right: 0;
}

body.media-mobile div.drill-down.toc-holder li.expanded,
body.media-landscape div.drill-down.toc-holder li.expanded {
  background-position: 99% 0.8em !important;
  /* We need to override here because the icons goes wrong otherwise */
}
body.media-mobile div.drill-down.toc-holder ul.child,
body.media-landscape div.drill-down.toc-holder ul.child {
  padding-right: 2.6em !important;
  margin-right: 0;
}
body.media-mobile div.toc-holder ul,
body.media-landscape div.toc-holder ul {
  margin-right: 0.25em;
}
body.media-mobile div.toc-holder ul li.book,
body.media-landscape div.toc-holder ul li.book,
body.media-mobile div.toc-holder ul li.item,
body.media-landscape div.toc-holder ul li.item,
body.media-mobile div.toc-holder ul li.url,
body.media-landscape div.toc-holder ul li.url {
  padding: 0.5em 2em 0.5em 1.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-right: auto;
  margin-left: 0.5em;
  padding-left: 1.75em;
  min-height: 1.5em;
  vertical-align: middle;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: border-right;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: border-right;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: border-right;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: border-right;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: border-right;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
body.media-mobile div.toc-holder ul li.book,
body.media-landscape div.toc-holder ul li.book {
  cursor: pointer;
}
body.media-mobile div.toc-holder ul li.book.loading-book,
body.media-landscape div.toc-holder ul li.book.loading-book {
  background-image: url("loading.gif");
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url("loading.gif");
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For newer browsers */
  background-size: 1em;
}
body.media-mobile div.toc-holder ul li.child,
body.media-landscape div.toc-holder ul li.child {
  margin-right: -2.6em !important;
}
body.media-mobile div.toc-holder ul li.child ul.child,
body.media-landscape div.toc-holder ul li.child ul.child {
  list-style: none;
  padding-right: 3.4em;
}

body.media-desktop div.toc-holder {
  margin-top: 2em;
}
body.media-desktop div.toc-holder * {
  width: auto;
  white-space: nowrap;
}
body.media-desktop div.toc-holder > ul li {
  padding-right: 2em;
}
body.media-desktop div.toc-holder ul {
  margin: 0;
  padding: 0;
}
body.media-desktop div.toc-holder ul li.book,
body.media-desktop div.toc-holder ul li.item,
body.media-desktop div.toc-holder ul li.url {
  font-size: 1.4em;
  min-height: 1.2em;
  padding: 0.1em 0;
  margin: 0.1em 0;
  vertical-align: middle;
}
body.media-desktop div.toc-holder ul li.book {
  cursor: pointer;
}
body.media-desktop div.toc-holder ul li.book.loading-book {
  padding-right: 2.15em;
  background-image: url("loading.gif");
  background-repeat: no-repeat;
  background-position: 99% 0.4em;
  background-size: auto;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url("loading.gif");
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.4em;
  background-size: auto;
  /* For newer browsers */
  background-size: 1em;
}
body.media-desktop div.toc-holder ul li.item a {
  background-position: 99% 0.15em;
  /* For older browsers that don't support the new 4 property syntax */
  background-position: right 0.55em top 0.15em;
  /* For newer browsers */
}
body.media-desktop div.toc-holder ul li.url a {
  background-position: 99% 0.2em;
  /* For older browsers that don't support the new 4 property syntax */
  background-position: right 0.6em top 0.2em;
  /* For newer browsers */
}
body.media-desktop div.toc-holder ul li.child ul.child {
  list-style: none;
  padding-right: 0;
}

body.media-mobile div.idx-holder div.Index,
body.media-mobile div.glo-holder div.Glossary,
body.media-landscape div.idx-holder div.Index,
body.media-landscape div.glo-holder div.Glossary,
body.media-desktop div.idx-holder div.Index,
body.media-desktop div.glo-holder div.Glossary {
  width: 100%;
}
body.media-mobile div.idx-holder div.Index input,
body.media-mobile div.glo-holder div.Glossary input,
body.media-landscape div.idx-holder div.Index input,
body.media-landscape div.glo-holder div.Glossary input,
body.media-desktop div.idx-holder div.Index input,
body.media-desktop div.glo-holder div.Glossary input {
  width: 98%;
  margin: 0.6em 1% 0.3em;
  height: 3em;
  padding: 0 0.3em;
  font-size: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
body.media-mobile div.idx-holder div.Index input:focus,
body.media-mobile div.glo-holder div.Glossary input:focus,
body.media-landscape div.idx-holder div.Index input:focus,
body.media-landscape div.glo-holder div.Glossary input:focus,
body.media-desktop div.idx-holder div.Index input:focus,
body.media-desktop div.glo-holder div.Glossary input:focus {
  outline: none;
}
body.media-mobile div.idx-holder div.Index input::-webkit-input-placeholder,
body.media-mobile div.glo-holder div.Glossary input::-webkit-input-placeholder,
body.media-landscape div.idx-holder div.Index input::-webkit-input-placeholder,
body.media-landscape
  div.glo-holder
  div.Glossary
  input::-webkit-input-placeholder,
body.media-desktop div.idx-holder div.Index input::-webkit-input-placeholder,
body.media-desktop
  div.glo-holder
  div.Glossary
  input::-webkit-input-placeholder {
  font-style: italic;
  padding-right: 0.3em;
}
body.media-mobile div.idx-holder div.Index input:-moz-placeholder,
body.media-mobile div.glo-holder div.Glossary input:-moz-placeholder,
body.media-landscape div.idx-holder div.Index input:-moz-placeholder,
body.media-landscape div.glo-holder div.Glossary input:-moz-placeholder,
body.media-desktop div.idx-holder div.Index input:-moz-placeholder,
body.media-desktop div.glo-holder div.Glossary input:-moz-placeholder {
  font-style: italic;
  padding-right: 0.3em;
}
body.media-mobile div.idx-holder div.Index input::-moz-placeholder,
body.media-mobile div.glo-holder div.Glossary input::-moz-placeholder,
body.media-landscape div.idx-holder div.Index input::-moz-placeholder,
body.media-landscape div.glo-holder div.Glossary input::-moz-placeholder,
body.media-desktop div.idx-holder div.Index input::-moz-placeholder,
body.media-desktop div.glo-holder div.Glossary input::-moz-placeholder {
  font-style: italic;
  padding-right: 0.3em;
}
body.media-mobile div.idx-holder div.Index input::-ms-input-placeholder,
body.media-mobile div.glo-holder div.Glossary input::-ms-input-placeholder,
body.media-landscape div.idx-holder div.Index input::-ms-input-placeholder,
body.media-landscape div.glo-holder div.Glossary input::-ms-input-placeholder,
body.media-desktop div.idx-holder div.Index input::-ms-input-placeholder,
body.media-desktop div.glo-holder div.Glossary input::-ms-input-placeholder {
  font-style: italic;
  padding-right: 0.3em;
}
body.media-mobile div.idx-holder div.Index a,
body.media-mobile div.glo-holder div.Glossary a,
body.media-landscape div.idx-holder div.Index a,
body.media-landscape div.glo-holder div.Glossary a,
body.media-desktop div.idx-holder div.Index a,
body.media-desktop div.glo-holder div.Glossary a {
  color: inherit !important;
  text-decoration: none;
  display: block;
}
body.media-mobile div.idx-holder div.Index a:hover,
body.media-mobile div.glo-holder div.Glossary a:hover,
body.media-landscape div.idx-holder div.Index a:hover,
body.media-landscape div.glo-holder div.Glossary a:hover,
body.media-desktop div.idx-holder div.Index a:hover,
body.media-desktop div.glo-holder div.Glossary a:hover,
body.media-mobile div.idx-holder div.Index a:active,
body.media-mobile div.glo-holder div.Glossary a:active,
body.media-landscape div.idx-holder div.Index a:active,
body.media-landscape div.glo-holder div.Glossary a:active,
body.media-desktop div.idx-holder div.Index a:active,
body.media-desktop div.glo-holder div.Glossary a:active {
  text-decoration: underline;
}
body.media-mobile div.idx-holder div.Index ul,
body.media-mobile div.glo-holder div.Glossary ul,
body.media-landscape div.idx-holder div.Index ul,
body.media-landscape div.glo-holder div.Glossary ul,
body.media-desktop div.idx-holder div.Index ul,
body.media-desktop div.glo-holder div.Glossary ul {
  padding-right: 0px;
}
body.media-mobile div.idx-holder div.Index li.treeitem,
body.media-mobile div.glo-holder div.Glossary li.treeitem,
body.media-landscape div.idx-holder div.Index li.treeitem,
body.media-landscape div.glo-holder div.Glossary li.treeitem,
body.media-desktop div.idx-holder div.Index li.treeitem,
body.media-desktop div.glo-holder div.Glossary li.treeitem {
  margin-right: 0.3em;
}
body.media-mobile div.idx-holder div.Index li.treeitem.IndexAlphabet,
body.media-mobile div.glo-holder div.Glossary li.treeitem.IndexAlphabet,
body.media-landscape div.idx-holder div.Index li.treeitem.IndexAlphabet,
body.media-landscape div.glo-holder div.Glossary li.treeitem.IndexAlphabet,
body.media-desktop div.idx-holder div.Index li.treeitem.IndexAlphabet,
body.media-desktop div.glo-holder div.Glossary li.treeitem.IndexAlphabet,
body.media-mobile div.idx-holder div.Index li.treeitem.GloAlphabet,
body.media-mobile div.glo-holder div.Glossary li.treeitem.GloAlphabet,
body.media-landscape div.idx-holder div.Index li.treeitem.GloAlphabet,
body.media-landscape div.glo-holder div.Glossary li.treeitem.GloAlphabet,
body.media-desktop div.idx-holder div.Index li.treeitem.GloAlphabet,
body.media-desktop div.glo-holder div.Glossary li.treeitem.GloAlphabet {
  font-size: 1.2em;
  border-bottom-style: solid;
  border-bottom-width: 0.1em;
  margin: auto auto 0.5em 0.3em;
  padding-right: 0.3em;
}
body.media-mobile div.idx-holder div.Index li.treeitem .IndexKeyword,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexKeyword,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexKeyword,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexKeyword,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexKeyword,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexKeyword,
body.media-mobile div.idx-holder div.Index li.treeitem .IndexKeyword:hover,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexKeyword:hover,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexKeyword:hover,
body.media-landscape
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexKeyword:hover,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexKeyword:hover,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexKeyword:hover,
body.media-mobile div.idx-holder div.Index li.treeitem .IndexLink,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexLink,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexLink,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-mobile div.idx-holder div.Index li.treeitem .IndexLink:hover,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexLink:hover,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexLink:hover,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexLink:hover,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexLink:hover,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexLink:hover,
body.media-mobile div.idx-holder div.Index li.treeitem .GlossTerm,
body.media-mobile div.glo-holder div.Glossary li.treeitem .GlossTerm,
body.media-landscape div.idx-holder div.Index li.treeitem .GlossTerm,
body.media-landscape div.glo-holder div.Glossary li.treeitem .GlossTerm,
body.media-desktop div.idx-holder div.Index li.treeitem .GlossTerm,
body.media-desktop div.glo-holder div.Glossary li.treeitem .GlossTerm,
body.media-mobile div.idx-holder div.Index li.treeitem .GlossTerm:hover,
body.media-mobile div.glo-holder div.Glossary li.treeitem .GlossTerm:hover,
body.media-landscape div.idx-holder div.Index li.treeitem .GlossTerm:hover,
body.media-landscape div.glo-holder div.Glossary li.treeitem .GlossTerm:hover,
body.media-desktop div.idx-holder div.Index li.treeitem .GlossTerm:hover,
body.media-desktop div.glo-holder div.Glossary li.treeitem .GlossTerm:hover {
  min-height: 1.2em;
  line-height: 1.5em;
  cursor: pointer;
}
body.media-mobile div.idx-holder div.Index li.treeitem .GlossTerm:hover,
body.media-mobile div.glo-holder div.Glossary li.treeitem .GlossTerm:hover,
body.media-landscape div.idx-holder div.Index li.treeitem .GlossTerm:hover,
body.media-landscape div.glo-holder div.Glossary li.treeitem .GlossTerm:hover,
body.media-desktop div.idx-holder div.Index li.treeitem .GlossTerm:hover,
body.media-desktop div.glo-holder div.Glossary li.treeitem .GlossTerm:hover {
  text-decoration: underline;
}
body.media-mobile div.idx-holder div.Index li.treeitem .IndexLink,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexLink,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexLink,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-mobile div.idx-holder div.Index li.treeitem .IndexLink,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexLink,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexLink,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexLink,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexLink {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-right: 1.6em;
}
body.media-mobile div.idx-holder div.Index li.treeitem .GlossDefinition,
body.media-mobile div.glo-holder div.Glossary li.treeitem .GlossDefinition,
body.media-landscape div.idx-holder div.Index li.treeitem .GlossDefinition,
body.media-landscape div.glo-holder div.Glossary li.treeitem .GlossDefinition,
body.media-desktop div.idx-holder div.Index li.treeitem .GlossDefinition,
body.media-desktop div.glo-holder div.Glossary li.treeitem .GlossDefinition,
body.media-mobile div.idx-holder div.Index li.treeitem .GlossDefinition:hover,
body.media-mobile
  div.glo-holder
  div.Glossary
  li.treeitem
  .GlossDefinition:hover,
body.media-landscape
  div.idx-holder
  div.Index
  li.treeitem
  .GlossDefinition:hover,
body.media-landscape
  div.glo-holder
  div.Glossary
  li.treeitem
  .GlossDefinition:hover,
body.media-desktop div.idx-holder div.Index li.treeitem .GlossDefinition:hover,
body.media-desktop
  div.glo-holder
  div.Glossary
  li.treeitem
  .GlossDefinition:hover {
  min-height: 1.2em;
  line-height: 1.5em;
  cursor: pointer;
  text-decoration: none;
  margin-right: 2.5em;
}
body.media-mobile div.idx-holder div.Index li.treeitem .IndexChildBlock,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexChildBlock,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexChildBlock,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexChildBlock,
body.media-desktop div.idx-holder div.Index li.treeitem .IndexChildBlock,
body.media-desktop div.glo-holder div.Glossary li.treeitem .IndexChildBlock {
  margin-right: 2.5em;
}
body.media-mobile
  div.idx-holder
  div.Index
  li.treeitem
  .IndexChildBlock.IndexKeyword:hover,
body.media-mobile
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexChildBlock.IndexKeyword:hover,
body.media-landscape
  div.idx-holder
  div.Index
  li.treeitem
  .IndexChildBlock.IndexKeyword:hover,
body.media-landscape
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexChildBlock.IndexKeyword:hover,
body.media-desktop
  div.idx-holder
  div.Index
  li.treeitem
  .IndexChildBlock.IndexKeyword:hover,
body.media-desktop
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexChildBlock.IndexKeyword:hover {
  text-decoration: none;
}
body.media-mobile
  div.idx-holder
  div.Index
  li.treeitem
  .IndexChildBlock
  .treeitem,
body.media-mobile
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexChildBlock
  .treeitem,
body.media-landscape
  div.idx-holder
  div.Index
  li.treeitem
  .IndexChildBlock
  .treeitem,
body.media-landscape
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexChildBlock
  .treeitem,
body.media-desktop
  div.idx-holder
  div.Index
  li.treeitem
  .IndexChildBlock
  .treeitem,
body.media-desktop
  div.glo-holder
  div.Glossary
  li.treeitem
  .IndexChildBlock
  .treeitem {
  margin-right: 0;
}
body.media-mobile div.idx-holder div.Index .noResults,
body.media-mobile div.glo-holder div.Glossary .noResults,
body.media-landscape div.idx-holder div.Index .noResults,
body.media-landscape div.glo-holder div.Glossary .noResults,
body.media-desktop div.idx-holder div.Index .noResults,
body.media-desktop div.glo-holder div.Glossary .noResults {
  margin: 1rem 2rem 1rem 1rem;
  font-size: 1em;
}

body.media-mobile div.idx-holder div.Index li.treeitem,
body.media-mobile div.glo-holder div.Glossary li.treeitem,
body.media-landscape div.idx-holder div.Index li.treeitem,
body.media-landscape div.glo-holder div.Glossary li.treeitem {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  min-height: 1.2em;
  line-height: 1.5em;
}
body.media-mobile div.idx-holder div.Index li.treeitem .GlossDefinition,
body.media-mobile div.glo-holder div.Glossary li.treeitem .GlossDefinition,
body.media-landscape div.idx-holder div.Index li.treeitem .GlossDefinition,
body.media-landscape div.glo-holder div.Glossary li.treeitem .GlossDefinition,
body.media-mobile div.idx-holder div.Index li.treeitem .GlossDefinition:hover,
body.media-mobile
  div.glo-holder
  div.Glossary
  li.treeitem
  .GlossDefinition:hover,
body.media-landscape
  div.idx-holder
  div.Index
  li.treeitem
  .GlossDefinition:hover,
body.media-landscape
  div.glo-holder
  div.Glossary
  li.treeitem
  .GlossDefinition:hover {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
body.media-mobile div.idx-holder div.Index li.treeitem .IndexChildBlock,
body.media-mobile div.glo-holder div.Glossary li.treeitem .IndexChildBlock,
body.media-landscape div.idx-holder div.Index li.treeitem .IndexChildBlock,
body.media-landscape div.glo-holder div.Glossary li.treeitem .IndexChildBlock {
  margin-top: 0;
  margin-bottom: 0;
}

body.media-mobile div.filter-holder,
body.media-landscape div.filter-holder,
body.media-desktop div.filter-holder {
  padding-right: 0.25em;
  width: calc(100% - 0.25em);
}
body.media-mobile div.filter-holder p.filter-title,
body.media-landscape div.filter-holder p.filter-title,
body.media-desktop div.filter-holder p.filter-title {
  display: block;
  font-weight: bold;
  padding: 0 0 0.75em 0;
  border-bottom-style: solid;
  border-bottom-width: 0.1em;
  width: 100%;
}
body.media-mobile div.filter-holder p.filter-expression-message,
body.media-landscape div.filter-holder p.filter-expression-message,
body.media-desktop div.filter-holder p.filter-expression-message {
  margin: 0.75em 0.2em 0.2em 0;
}
body.media-mobile div.filter-holder ul,
body.media-landscape div.filter-holder ul,
body.media-desktop div.filter-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.media-mobile div.filter-holder ul li,
body.media-landscape div.filter-holder ul li,
body.media-desktop div.filter-holder ul li {
  min-height: 1.3em;
  line-height: 1.2em;
  margin: 0.75em 0 0.1em 0;
}
body.media-mobile div.filter-holder ul li li,
body.media-landscape div.filter-holder ul li li,
body.media-desktop div.filter-holder ul li li {
  font-weight: normal;
  margin-top: 0.3em;
  font-size: 100%;
}
body.media-mobile div.filter-holder input,
body.media-landscape div.filter-holder input,
body.media-desktop div.filter-holder input {
  opacity: 0;
  width: 1em;
}
body.media-mobile div.filter-holder label,
body.media-landscape div.filter-holder label,
body.media-desktop div.filter-holder label {
  display: block;
  padding: 0.5em 2.5em 0.5em 0.5em;
}

body.media-mobile div.filter-holder {
  width: 100%;
  padding-right: 0;
}

body.media-desktop div.filter-holder p.filter-title {
  display: block;
  color: var(--filter_title_color);
  font-weight: bold;
  padding: 0 0 0.75em 0;
  border-bottom-style: solid;
  border-bottom-width: 0.1em;
  border-bottom-color: var(--filter_title_seperator_color);
  width: 100%;
}
body.media-desktop div.filter-holder > p {
  font-size: 1.4em;
}
body.media-desktop div.filter-holder > ul {
  font-size: 1.4em;
}
body.media-desktop div.filter-holder > ul * {
  font-size: 100%;
}

body.media-mobile div.searchresults.layout-visible,
body.media-landscape div.searchresults.layout-visible,
body.media-desktop div.searchresults.search-content,
body.media-desktop div.searchresults.search-sidebar {
  padding-right: 2em;
  padding-left: 1em;
}
body.media-mobile div.searchresults.layout-visible .wSearchResultSettings,
body.media-landscape div.searchresults.layout-visible .wSearchResultSettings,
body.media-desktop div.searchresults.search-content .wSearchResultSettings,
body.media-desktop div.searchresults.search-sidebar .wSearchResultSettings {
  display: none;
}
body.media-mobile div.searchresults.layout-visible .wSearchMessage,
body.media-landscape div.searchresults.layout-visible .wSearchMessage,
body.media-desktop div.searchresults.search-content .wSearchMessage,
body.media-desktop div.searchresults.search-sidebar .wSearchMessage {
  font-size: 1em;
  margin-bottom: 0.3em;
}
body.media-mobile div.searchresults.layout-visible .wSearchResultItem,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem,
body.media-desktop div.searchresults.search-content .wSearchResultItem,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem {
  margin: 1em 0;
}
body.media-mobile div.searchresults.layout-visible .wSearchResultItem a.nolink,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink,
body.media-desktop div.searchresults.search-content .wSearchResultItem a.nolink,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  a.nolink {
  text-decoration: none;
}
body.media-mobile
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink:hover,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink:hover,
body.media-desktop
  div.searchresults.search-content
  .wSearchResultItem
  a.nolink:hover,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  a.nolink:hover,
body.media-mobile
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink:active,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink:active,
body.media-desktop
  div.searchresults.search-content
  .wSearchResultItem
  a.nolink:active,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  a.nolink:active {
  text-decoration: underline;
}
body.media-mobile
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitle,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitle,
body.media-desktop
  div.searchresults.search-content
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitle,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitle,
body.media-mobile
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitleHover,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitleHover,
body.media-desktop
  div.searchresults.search-content
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitleHover,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  a.nolink
  div.wSearchResultTitleHover {
  font-size: 1.25em;
  margin-bottom: 0.25em;
  word-wrap: break-word;
}
body.media-mobile
  div.searchresults.layout-visible
  .wSearchResultItem
  div.wSearchContext,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  div.wSearchContext,
body.media-desktop
  div.searchresults.search-content
  .wSearchResultItem
  div.wSearchContext,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  div.wSearchContext {
  font-size: 1em;
  overflow-wrap: break-word;
}
body.media-mobile
  div.searchresults.layout-visible
  .wSearchResultItem
  div.wSearchURL,
body.media-landscape
  div.searchresults.layout-visible
  .wSearchResultItem
  div.wSearchURL,
body.media-desktop
  div.searchresults.search-content
  .wSearchResultItem
  div.wSearchURL,
body.media-desktop
  div.searchresults.search-sidebar
  .wSearchResultItem
  div.wSearchURL {
  margin-top: 0.5em;
  font-size: 0.75em;
  word-wrap: break-word;
}
body.media-mobile div.searchresults.layout-visible p.progressbar,
body.media-landscape div.searchresults.layout-visible p.progressbar,
body.media-desktop div.searchresults.search-content p.progressbar,
body.media-desktop div.searchresults.search-sidebar p.progressbar {
  text-align: center;
}

body.media-mobile div.searchbar input,
body.media-landscape div.searchbar input,
body.media-desktop div.searchbar input {
  width: 98%;
  margin: 0.6em 1% 0.3em;
  height: 3em;
  max-height: 3em;
  padding: 0 0.5em 0 0.3em;
  font-size: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
body.media-mobile div.searchbar input:focus,
body.media-landscape div.searchbar input:focus,
body.media-desktop div.searchbar input:focus {
  outline: none;
}
body.media-mobile div.searchbar input::-webkit-input-placeholder,
body.media-landscape div.searchbar input::-webkit-input-placeholder,
body.media-desktop div.searchbar input::-webkit-input-placeholder {
  font-style: italic;
  padding-right: 0.5em;
}
body.media-mobile div.searchbar input:-moz-placeholder,
body.media-landscape div.searchbar input:-moz-placeholder,
body.media-desktop div.searchbar input:-moz-placeholder {
  font-style: italic;
  padding-right: 0.5em;
}
body.media-mobile div.searchbar input::-moz-placeholder,
body.media-landscape div.searchbar input::-moz-placeholder,
body.media-desktop div.searchbar input::-moz-placeholder {
  font-style: italic;
  padding-right: 0.5em;
}
body.media-mobile div.searchbar input::-ms-input-placeholder,
body.media-landscape div.searchbar input::-ms-input-placeholder,
body.media-desktop div.searchbar input::-ms-input-placeholder {
  font-style: italic;
  padding-right: 0.5em;
}

body.media-mobile div.filter-holder ul,
body.media-landscape div.filter-holder ul,
body.media-desktop div.filter-holder ul,
body.media-mobile div.filter-holder label,
body.media-landscape div.filter-holder label,
body.media-desktop div.filter-holder label,
.unselectable,
div.functionbar,
div.topic div.functionholder,
div.topic a.to_top,
body.media-mobile div.functionbar,
body.media-mobile div.filter-holder div.mobile-filter-heading,
body.media-mobile div.searchbar.layout-visible,
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  a.wSearchLink,
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND.layout-visible
  label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/********
*
*	Webkit scrolling bug
*
********/
body.ios {
  /* avoid text zoom on orientation change on iOS */
  -webkit-text-size-adjust: none;
}

body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile.ios div.topic,
body.media-landscape.ios div.topic {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll !important;
}

/********
*
*	Hide and show. We use a custom hiding/loading scheme because data-if sets display to none. We can't animate that.
*
********/
div.filter-holder a.reset-button,
body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchbar,
body.media-mobile div.searchresults,
body.media-landscape div.toc-holder,
body.media-landscape div.idx-holder,
body.media-landscape div.glo-holder,
body.media-landscape div.filter-holder,
body.media-landscape div.searchbar,
body.media-landscape div.searchresults,
body.media-desktop div.toc-holder,
body.media-desktop div.idx-holder,
body.media-desktop div.glo-holder,
body.media-desktop div.filter-holder,
body.media-desktop div.searchbar,
body.media-desktop div.searchresults,
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  z-index: 0;
}

.layout-visible {
  max-height: 10000em !important;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  opacity: 1 !important;
}

/********
*
*	Loading image
*
********/
.loading {
  background-image: url("loading.gif") !important;
  min-height: 1.25in !important;
  background-repeat: no-repeat !important;
  background-position: center 0.25in !important;
  background-size: 1in 1in !important;
}

div.topic-state {
  position: absolute;
  top: 25%;
  width: 100%;
}

div.topic-state.loading {
  bottom: 0;
  background-position: center 25%;
}

.hide-children * {
  display: none !important;
}

.custom-button-0 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_0));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-0 a:focus {
  background-image: url(var(--custom_button_selected_image_0));
}

body.media-landscape div.header div.custom-button-0 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-1 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_1));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-1 a:focus {
  background-image: url(var(--custom_button_selected_image_1));
}

body.media-landscape div.header div.custom-button-1 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-2 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_2));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-2 a:focus {
  background-image: url(var(--custom_button_selected_image_2));
}

body.media-landscape div.header div.custom-button-2 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-3 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_3));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-3 a:focus {
  background-image: url(var(--custom_button_selected_image_3));
}

body.media-landscape div.header div.custom-button-3 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-4 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_4));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-4 a:focus {
  background-image: url(var(--custom_button_selected_image_4));
}

body.media-landscape div.header div.custom-button-4 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-5 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_5));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-5 a:focus {
  background-image: url(var(--custom_button_selected_image_5));
}

body.media-landscape div.header div.custom-button-5 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-6 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_6));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-6 a:focus {
  background-image: url(var(--custom_button_selected_image_6));
}

body.media-landscape div.header div.custom-button-6 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-7 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_7));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-7 a:focus {
  background-image: url(var(--custom_button_selected_image_7));
}

body.media-landscape div.header div.custom-button-7 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-8 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_8));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-8 a:focus {
  background-image: url(var(--custom_button_selected_image_8));
}

body.media-landscape div.header div.custom-button-8 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-9 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_9));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-9 a:focus {
  background-image: url(var(--custom_button_selected_image_9));
}

body.media-landscape div.header div.custom-button-9 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-10 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_10));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-10 a:focus {
  background-image: url(var(--custom_button_selected_image_10));
}

body.media-landscape div.header div.custom-button-10 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-11 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_11));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-11 a:focus {
  background-image: url(var(--custom_button_selected_image_11));
}

body.media-landscape div.header div.custom-button-11 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-12 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_12));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-12 a:focus {
  background-image: url(var(--custom_button_selected_image_12));
}

body.media-landscape div.header div.custom-button-12 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-13 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_13));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-13 a:focus {
  background-image: url(var(--custom_button_selected_image_13));
}

body.media-landscape div.header div.custom-button-13 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-14 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_14));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-14 a:focus {
  background-image: url(var(--custom_button_selected_image_14));
}

body.media-landscape div.header div.custom-button-14 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-15 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_15));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-15 a:focus {
  background-image: url(var(--custom_button_selected_image_15));
}

body.media-landscape div.header div.custom-button-15 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-16 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_16));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-16 a:focus {
  background-image: url(var(--custom_button_selected_image_16));
}

body.media-landscape div.header div.custom-button-16 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-17 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_17));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-17 a:focus {
  background-image: url(var(--custom_button_selected_image_17));
}

body.media-landscape div.header div.custom-button-17 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-18 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_18));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-18 a:focus {
  background-image: url(var(--custom_button_selected_image_18));
}

body.media-landscape div.header div.custom-button-18 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

.custom-button-19 a {
  background-image: url("custom_button_place_holder.png");
  background-image: url(var(--custom_button_image_19));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.custom-button-19 a:focus {
  background-image: url(var(--custom_button_selected_image_19));
}

body.media-landscape div.header div.custom-button-19 {
  float: right;
  width: 1.875em;
  margin-left: 2.5em;
}

/********
*
*	Global elements
*
********/
.rh-hide:not(.rh-animate) {
  display: none !important; }

div.WebHelpPopupMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  visibility: hidden; }

p.WebHelpNavBar {
  text-align: right; }

body {
  font-family: var(--page_font_family);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.header {
  color: var(--header_font_color);
  background-color: var(--header_bgcolor);
  font-family: var(--title_font_family);
}
div.header div.logo {
  background-color: transparent;
  cursor: pointer;
  background-image: url(var(--logo));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--logo_width) var(--logo_height);
}

div.functionbar {
  overflow: visible;
}
div.functionbar div.nav a {
  display: block;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none !important;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: background-color;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: background-color;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: background-color;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: background-color;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: background-color;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
div.functionbar div.nav a.active {
  background-color: #4b4a4a;
}

a.filter {
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: background-image;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: background-image;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: background-image;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: background-image;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: background-image;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

div.functions {
  overflow: auto;
}

div.sidebarsizer {
  display: none;
}

div.searchbar {
  background-color: #777777;
}
div.searchbar .mobile_filter {
  display: none;
}

div.searchresults {
  background-color: #ffffff;
}

div.topic {
  background-color: #ffffff;
}
div.topic a.to_top {
  display: none;
}

iframe.topic {
  border: none;
  width: 100%;
  height: 100%;
}

div.mobileheader {
  display: none;
}

/********
*
*	Widget initialisation. The widgets are loaded for all media or widget placeholders are defined for reuse in devices to minimize local overrides.
*	Also, colours for the widgets are specified here so we keep the included scss free of layout settings
*
********/
body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchresults.layout-visible,
body.media-mobile div.topic,
body.media-mobile div.searchbar {
  transition: none;
}

body.media-mobile div.idx-holder div.Index input,
body.media-mobile div.glo-holder div.Glossary input,
body.media-landscape div.idx-holder div.Index input,
body.media-landscape div.glo-holder div.Glossary input,
body.media-mobile div.searchbar input,
body.media-landscape div.searchbar input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--search_box_mobile_field_border_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--search_box_mobile_field_border_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--search_box_mobile_field_border_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--search_box_mobile_field_border_color);
  background-color: var(--search_box_mobile_field_bgcolor);
  color: var(--search_box_mobile_color);
  height: 2.2em !important;
  width: 90% !important;
  margin: 0.1em 5% 0.25em !important;
}

body.media-landscape div.idx-holder input,
body.media-landscape div.glo-holder input,
body.media-landscape div.searchbar input {
  margin: 0.55em 5% 1em !important;
}

body.media-desktop div.idx-holder div.Index input,
body.media-desktop div.glo-holder div.Glossary input,
div.searchbar input.wSearchField {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #232323;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #232323;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #232323;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #232323;
  background-color: #232323;
  color: #ffffff;
}

body.media-mobile div.idx-holder div.Index,
body.media-mobile div.glo-holder div.Glossary,
body.media-landscape div.idx-holder div.Index,
body.media-landscape div.glo-holder div.Glossary {
  color: var(--index_text_mobtab_color);
}
body.media-mobile div.idx-holder div.Index input,
body.media-mobile div.glo-holder div.Glossary input,
body.media-landscape div.idx-holder div.Index input,
body.media-landscape div.glo-holder div.Glossary input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--index_search_border_mobtab_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--index_search_border_mobtab_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--index_search_border_mobtab_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--index_search_border_mobtab_color);
  background-color: var(--index_search_background_mobtab_color);
  color: var(--index_search_text_mobtab_color);
}
body.media-mobile div.idx-holder div.Index .IndexAlphabet,
body.media-mobile div.glo-holder div.Glossary .IndexAlphabet,
body.media-landscape div.idx-holder div.Index .IndexAlphabet,
body.media-landscape div.glo-holder div.Glossary .IndexAlphabet,
body.media-mobile div.idx-holder div.Index .GloAlphabet,
body.media-mobile div.glo-holder div.Glossary .GloAlphabet,
body.media-landscape div.idx-holder div.Index .GloAlphabet,
body.media-landscape div.glo-holder div.Glossary .GloAlphabet {
  display: none;
}
body.media-mobile div.idx-holder div.Index .IndexLink,
body.media-mobile div.glo-holder div.Glossary .IndexLink,
body.media-landscape div.idx-holder div.Index .IndexLink,
body.media-landscape div.glo-holder div.Glossary .IndexLink {
  background-image: url("idx_topic.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  padding-right: 1.5em !important;
}
body.media-mobile div.idx-holder div.Index div,
body.media-mobile div.glo-holder div.Glossary div,
body.media-landscape div.idx-holder div.Index div,
body.media-landscape div.glo-holder div.Glossary div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.IndexLink:not(.treeitem):not(.IndexChildBlock),
body.media-mobile
  div.glo-holder
  div.Glossary
  div.IndexLink:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.idx-holder
  div.Index
  div.IndexLink:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.glo-holder
  div.Glossary
  div.IndexLink:not(.treeitem):not(.IndexChildBlock) {
  margin-right: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_separator_mobtab_bgcolor);
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.IndexLink:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-mobile
  div.glo-holder
  div.Glossary
  div.IndexLink:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.idx-holder
  div.Index
  div.IndexLink:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.glo-holder
  div.Glossary
  div.IndexLink:not(.treeitem):not(.IndexChildBlock)
  span {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock),
body.media-mobile
  div.glo-holder
  div.Glossary
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.idx-holder
  div.Index
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.glo-holder
  div.Glossary
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock) {
  margin-right: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_separator_mobtab_bgcolor);
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-mobile
  div.glo-holder
  div.Glossary
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.idx-holder
  div.Index
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.glo-holder
  div.Glossary
  div.IndexKeyword:not(.treeitem):not(.IndexChildBlock)
  span {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock),
body.media-mobile
  div.glo-holder
  div.Glossary
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.idx-holder
  div.Index
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.glo-holder
  div.Glossary
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock) {
  margin-right: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_separator_mobtab_bgcolor);
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-mobile
  div.glo-holder
  div.Glossary
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.idx-holder
  div.Index
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.glo-holder
  div.Glossary
  div.IndexKeyword:hover:not(.treeitem):not(.IndexChildBlock)
  span {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock),
body.media-mobile
  div.glo-holder
  div.Glossary
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.idx-holder
  div.Index
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.glo-holder
  div.Glossary
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock) {
  margin-right: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_separator_mobtab_bgcolor);
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-mobile
  div.glo-holder
  div.Glossary
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.idx-holder
  div.Index
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.glo-holder
  div.Glossary
  div.GlossTerm:not(.treeitem):not(.IndexChildBlock)
  span {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock),
body.media-mobile
  div.glo-holder
  div.Glossary
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.idx-holder
  div.Index
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.glo-holder
  div.Glossary
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock) {
  margin-right: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_separator_mobtab_bgcolor);
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-mobile
  div.glo-holder
  div.Glossary
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.idx-holder
  div.Index
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.glo-holder
  div.Glossary
  div.GlossTerm:hover:not(.treeitem):not(.IndexChildBlock)
  span {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock),
body.media-mobile
  div.glo-holder
  div.Glossary
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.idx-holder
  div.Index
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock),
body.media-landscape
  div.glo-holder
  div.Glossary
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock) {
  margin-right: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_separator_mobtab_bgcolor);
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile
  div.idx-holder
  div.Index
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-mobile
  div.glo-holder
  div.Glossary
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.idx-holder
  div.Index
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock)
  span,
body.media-landscape
  div.glo-holder
  div.Glossary
  div.GlossTermSelected:not(.treeitem):not(.IndexChildBlock)
  span {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
body.media-mobile div.idx-holder div.Index span.GlossDefinitionText,
body.media-mobile div.glo-holder div.Glossary span.GlossDefinitionText,
body.media-landscape div.idx-holder div.Index span.GlossDefinitionText,
body.media-landscape div.glo-holder div.Glossary span.GlossDefinitionText {
  color: var(--glossary_definition_mobtab_color);
}

body.media-desktop div.idx-holder div.Index,
body.media-desktop div.glo-holder div.Glossary {
  color: var(--glossary_term_color);
}
body.media-desktop div.idx-holder div.Index input,
body.media-desktop div.glo-holder div.Glossary input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_search_border_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--glossary_search_border_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--glossary_search_border_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--glossary_search_border_color);
  background-color: var(--glossary_search_bgcolor);
  color: var(--glossary_search_text_color);
}
body.media-desktop div.idx-holder div.Index li.treeitem,
body.media-desktop div.glo-holder div.Glossary li.treeitem {
  margin-right: 1.43em !important;
  font-size: 0.875rem;
}
body.media-desktop div.idx-holder div.Index .IndexLink,
body.media-desktop div.glo-holder div.Glossary .IndexLink {
  background-image: url(var(--index_topic_image));
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  min-height: 0.9em !important;
  line-height: 1.25em !important;
  margin-top: 0.3em !important;
  margin-bottom: 0.3em !important;
}
body.media-desktop div.idx-holder div.Index li.treeitem div,
body.media-desktop div.glo-holder div.Glossary li.treeitem div {
  font-size: 100%;
}
body.media-desktop div.idx-holder div.Index span.GlossDefinitionText,
body.media-desktop div.glo-holder div.Glossary span.GlossDefinitionText {
  color: var(--glossary_definition_color);
}
body.media-desktop div.idx-holder div.Index .IndexAlphabet,
body.media-desktop div.glo-holder div.Glossary .IndexAlphabet,
body.media-desktop div.idx-holder div.Index .GloAlphabet,
body.media-desktop div.glo-holder div.Glossary .GloAlphabet {
  display: none;
}

div.toc-holder li {
  color: var(--toc_text_color);
}
div.toc-holder li.selected {
  color: var(--toc_selected_text_color);
  border-right-color: var(--toc_selected_indicator_color);
}

body.media-mobile div.toc-holder ul li,
body.media-landscape div.toc-holder ul li {
  color: var(--toc_mobtab_text_color);
}
body.media-mobile div.toc-holder ul li:not(.child),
body.media-landscape div.toc-holder ul li:not(.child) {
  /* Overrides for the Theme3 TOC which is different than default widget */
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--toc_mobtab_separator_color);
  padding: 0 2.2em 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
body.media-mobile div.toc-holder ul li:not(.child):hover,
body.media-landscape div.toc-holder ul li:not(.child):hover {
  background-color: var(--toc_mobtab_touch_indication_text_color);
}
body.media-mobile div.toc-holder ul li:not(.child).selected,
body.media-landscape div.toc-holder ul li:not(.child).selected {
  padding-right: 2.2em !important;
  border-right-width: 0.2em !important;
  /* Override widget background setting */
  background-position: 99% 0.8em;
  background-position: right 0.6em top 0.8em;
}
body.media-mobile div.toc-holder ul li:not(.child) a,
body.media-landscape div.toc-holder ul li:not(.child) a {
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.toc-holder ul li.book,
body.media-landscape div.toc-holder ul li.book {
  background-image: url(var(--toc_close_book_mobile_image));
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_close_book_mobile_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For newer browsers */
}
body.media-mobile div.toc-holder ul li.expanded,
body.media-landscape div.toc-holder ul li.expanded {
  background-image: url(var(--toc_open_book_mobile_image));
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_open_book_mobile_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For newer browsers */
}
body.media-mobile div.toc-holder ul li.item,
body.media-landscape div.toc-holder ul li.item {
  background-image: url(var(--toc_topic_mobile_image));
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 0.75em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_topic_mobile_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 0.75em 0.9375em;
  /* For newer browsers */
}
body.media-mobile div.toc-holder ul li.url,
body.media-landscape div.toc-holder ul li.url {
  background-image: url(var(--toc_link_mobile_image));
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 1em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_link_mobile_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 1em 0.9375em;
  /* For newer browsers */
}
body.media-mobile div.drill-down.toc-holder li.book.expanded,
body.media-landscape div.drill-down.toc-holder li.book.expanded {
  background-image: url(var(--toc_close_book_mobile_image));
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_close_book_mobile_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For newer browsers */
}
body.media-mobile div.drill-down.toc-holder li.book.active,
body.media-landscape div.drill-down.toc-holder li.book.active {
  background-image: url(var(--toc_up_one_level_mobile_image));
  background-repeat: no-repeat;
  background-position: 99% 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_up_one_level_mobile_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.8em;
  background-size: 0.9375em 0.9375em;
  /* For newer browsers */
}
body.media-mobile div.drill-down.toc-holder ul li.selected,
body.media-landscape div.drill-down.toc-holder ul li.selected {
  padding-right: 2em !important;
  /* Override widget background setting */
  background-position: 99% 0.8em;
  background-position: right 0.4em top 0.8em;
}

body.media-desktop div.toc-holder ul li.book {
  padding-right: 2.15em;
  background-image: url(var(--toc_close_book_image));
  background-repeat: no-repeat;
  background-position: 99% 0.4em;
  background-size: auto;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_close_book_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.4em;
  background-size: auto;
  /* For newer browsers */
}
body.media-desktop div.toc-holder ul li.expanded {
  padding-right: 2.15em;
  background-image: url(var(--toc_open_book_image));
  background-repeat: no-repeat;
  background-position: 99% 0.4em;
  background-size: auto;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_open_book_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.4em;
  background-size: auto;
  /* For newer browsers */
}
body.media-desktop div.toc-holder ul li.item {
  padding-right: 2.15em;
  background-image: url(var(--toc_topic_image));
  background-repeat: no-repeat;
  background-position: 99% 0.4em;
  background-size: auto;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_topic_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.4em;
  background-size: auto;
  /* For newer browsers */
}
body.media-desktop div.toc-holder ul li.url {
  padding-right: 2.15em;
  background-image: url(var(--toc_link_image));
  background-repeat: no-repeat;
  background-position: 99% 0.4em;
  background-size: auto;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--toc_link_image));
  background-repeat: no-repeat;
  background-position: right 0.6em top 0.4em;
  background-size: auto;
  /* For newer browsers */
}

div.filter-holder a.reset-button {
  cursor: pointer;
  background-image: url("filter_clearall.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
div.filter-holder p.filter-title {
  color: #e1e1e1;
  border-bottom-color: #232323;
}
div.filter-holder p.filter-expression-message {
  color: #e1e1e1;
}
div.filter-holder ul.wFltOpts {
  position: absolute;
  top: 2.75em;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}
div.filter-holder ul.wFltOpts.checkbox label {
  background-image: url(var(--filter_inactive_checkbox_image));
  background-repeat: no-repeat;
  background-position: 99% 0.7em;
  background-size: 1em 1em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--filter_inactive_checkbox_image));
  background-repeat: no-repeat;
  background-position: right 0.8em top 0.7em;
  background-size: 1em 1em;
  /* For newer browsers */
}
div.filter-holder ul.wFltOpts.checkbox label.checked {
  background-image: url(var(--filter_active_checkbox_image));
  background-repeat: no-repeat;
  background-position: 99% 0.7em;
  background-size: 1em 1em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--filter_active_checkbox_image));
  background-repeat: no-repeat;
  background-position: right 0.8em top 0.7em;
  background-size: 1em 1em;
  /* For newer browsers */
}
div.filter-holder ul.wFltOpts.radio label {
  background-image: url(var(--filter_incative_radio_image));
  background-repeat: no-repeat;
  background-position: 99% 0.6em;
  background-size: 1em 1em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--filter_incative_radio_image));
  background-repeat: no-repeat;
  background-position: right 0.8em top 0.6em;
  background-size: 1em 1em;
  /* For newer browsers */
}
div.filter-holder ul.wFltOpts.radio label.checked {
  background-image: url(var(--filter_radio_image));
  background-repeat: no-repeat;
  background-position: 99% 0.6em;
  background-size: 1em 1em;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--filter_radio_image));
  background-repeat: no-repeat;
  background-position: right 0.8em top 0.6em;
  background-size: 1em 1em;
  /* For newer browsers */
}
div.filter-holder ul.wFltOpts label {
  color: #e1e1e1;
}
div.filter-holder ul.wFltOpts label.tag-parent {
  background-color: var(--filter_group_bgcolor);
  background-image: none !important;
  font-weight: bold;
  color: var(--filter_entry_color);
}
div.filter-holder ul.wFltOpts label.title {
  padding-right: 1.5em;
}
div.filter-holder ul.wFltOpts.checkbox input {
  display: none; }
div.filter-holder ul.wFltOpts.radio input {
  display: none; }
div.filter-holder ul.wFltOpts input {
  position: absolute;
  width: 0px;
  height: 0px;
}
div.filter-holder ul.wFltOpts input:focus + label {
  outline-style: dashed;
  outline-width: thin;
}

body.media-landscape div.filter-holder a.reset-button,
body.media-mobile div.filter-holder a.reset-button {
  background-size: 60% auto;
}
body.media-landscape div.filter-holder p.filter-title,
body.media-mobile div.filter-holder p.filter-title {
  border-bottom: none;
  color: #575555;
}
body.media-landscape div.filter-holder p.filter-expression-message,
body.media-mobile div.filter-holder p.filter-expression-message {
  border-bottom: none;
  background-color: #3f4344;
  color: #575555;
}
body.media-landscape div.filter-holder ul.wFltOpts label,
body.media-mobile div.filter-holder ul.wFltOpts label {
  color: var(--filter_entry_mobtab_color);
}
body.media-landscape div.filter-holder ul.wFltOpts label.tag-parent,
body.media-mobile div.filter-holder ul.wFltOpts label.tag-parent {
  background-color: var(--filter_group_mobtab_bgcolor);
  color: var(--filter_group_mobtab_color);
}
body.media-landscape div.filter-holder ul.wFltOpts span,
body.media-mobile div.filter-holder ul.wFltOpts span {
  color: #3f4344;
}

body.media-landscape div.filter-holder ul {
  margin-top: 1.5rem;
}
body.media-landscape div.filter-holder ul.wFltOptsGrp {
  margin-top: 0rem;
}

body.media-landscape div.filter-holder a.reset-button {
  background-size: 1.5em auto;
}

body.media-mobile div.searchresults.layout-visible label.wSearchAndLabelResults,
body.media-landscape
  div.searchresults.layout-visible
  label.wSearchAndLabelResults,
body.media-desktop
  div.searchresults.search-content
  label.wSearchAndLabelResults,
body.media-desktop
  div.searchresults.search-sidebar
  label.wSearchAndLabelResults {
  display: block;
  margin-bottom: 0.75em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 1.75em;
}

body.media-mobile div.searchresults.layout-visible,
body.media-landscape div.searchresults.layout-visible,
body.media-desktop div.searchresults.search-content {
  color: #575555;
  background-color: var(--sidebar_mobile_bgcolor);
}
body.media-mobile div.searchresults.layout-visible .search-alert,
body.media-landscape div.searchresults.layout-visible .search-alert,
body.media-desktop div.searchresults.search-content .search-alert {
  margin-bottom: 0.5em;
}
body.media-mobile div.searchresults.layout-visible a,
body.media-landscape div.searchresults.layout-visible a,
body.media-desktop div.searchresults.search-content a {
  color: var(--search_results_title_color);
}
body.media-mobile div.searchresults.layout-visible div.wSearchResultTitle,
body.media-landscape div.searchresults.layout-visible div.wSearchResultTitle,
body.media-desktop div.searchresults.search-content div.wSearchResultTitle {
  margin-top: 0.25em;
}
body.media-mobile div.searchresults.layout-visible div.wSearchContent,
body.media-landscape div.searchresults.layout-visible div.wSearchContent,
body.media-desktop div.searchresults.search-content div.wSearchContent {
  color: var(--search_result_preview_color);
}
body.media-mobile div.searchresults.layout-visible div.wSearchURL,
body.media-landscape div.searchresults.layout-visible div.wSearchURL,
body.media-desktop div.searchresults.search-content div.wSearchURL {
  color: var(--search_results_breadcrumb_color);
}
body.media-mobile div.searchresults.layout-visible .wSearchResultItem,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem,
body.media-desktop div.searchresults.search-content .wSearchResultItem {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #e6e6e6;
}

body.media-desktop div.searchresults.search-sidebar {
  padding-top: 1em;
  color: #e1e1e1;
}
body.media-desktop div.searchresults.search-sidebar div.search-alert {
  color: #e1e1e1;
}
body.media-desktop div.searchresults.search-sidebar .wSearchMessage {
  color: var(--search_results_desktop_message_color);
  font-size: 1rem;
}
body.media-desktop div.searchresults.search-sidebar a {
  color: var(--search_results_desktop_title_color);
}
body.media-desktop div.searchresults.search-sidebar span.wSearchContext {
  color: var(--search_result_desktop_preview_color);
  overflow-wrap: break-word;
}
body.media-desktop div.searchresults.search-sidebar span.wSearchURL {
  color: var(--search_results_desktop_breadcrumb_color);
}
body.media-desktop
  div.searchresults.search-sidebar
  label.wSearchAndLabelResults {
  color: #e1e1e1;
}
div.searchresults .wSearchResultFooter {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div.searchresults .wSearchResultFooter .wSearchResultPaginator {
  display: flex;
  align-items: center;
}
div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorLabel {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  min-width: 5rem;
  text-align: center;
}
div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorPrevLink {
  margin-left: 1rem;
  padding: 0.4375rem;
  background-color: transparent;
  border: none;
}
div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorPrevIcon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorNextLink {
  margin-right: 1rem;
  padding: 0.4375rem;
  background-color: transparent;
  border: none;
}
div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorNextIcon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
div.searchresults .wSearchResultPaginatorLabel {
  color: var(--search_results_message_color);
}
div.social_buttons {
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: width, border-radius;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: width, border-radius;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: width, border-radius;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: width, border-radius;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: width, border-radius;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  font-size: 1.6em;
  background-color: #ffffff;
  position: fixed;
  bottom: 0.8em;
  left: 0;
  z-index: 5000;
  height: 1.6em;
  width: 1.6em;
  border-right-width: 0.05em;
  border-right-style: solid;
  border-right-color: var(--social_media_border_color);
  border-top-width: 0.05em;
  border-top-style: solid;
  border-top-color: var(--social_media_border_color);
  border-bottom-width: 0.05em;
  border-bottom-style: solid;
  border-bottom-color: var(--social_media_border_color);
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  border-top-right-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  border-bottom-right-radius: 0.5em;
}
div.social_buttons a.social_buttons_controller {
  display: block;
  height: 100%;
  float: right;
  width: 1.6em;
  cursor: pointer;
  background: transparent url(var(--social_media_open_image)) no-repeat 0.5em
    center;
  background-size: 1em 1em;
}
div.social_buttons div {
  height: 100%;
  float: right;
}
div.social_buttons div.fb-button,
div.social_buttons div.twitter-button {
  display: none;
}
div.social_buttons.opened {
  width: 25em;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
div.social_buttons.opened a.social_buttons_controller {
  background-image: var(--social_media_close_image);
  background-size: auto 50%;
  max-width: 2em;
  width: 20%;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
div.social_buttons.opened div {
  padding: 0;
  margin: 0;
}
div.social_buttons.opened div iframe {
  width: 100% !important;
}
div.social_buttons.opened div.fb-button {
  display: block;
  max-width: 7.5em;
  width: 40%;
  padding-top: 0.4em;
  /* Will be overwritten for desktop */
}
div.social_buttons.opened div.twitter-button {
  display: block;
  max-width: 7.5em;
  width: 40%;
  padding-top: 0.21em;
  /* Will be overwritten for desktop */
}

div.social_buttons div.fb-button iframe {
  border: none;
  overflow: hidden; }

/********
*
*	Wireframe
*
********/
body.media-mobile {
  /* We need to fix the position of the body to make sure the menu works on Android in RTL languages. */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 100%;
  /* Display mobile header on mobile */
}
body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchbar.layout-visible {
  top: 0 !important;
}
body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchresults.layout-visible,
body.media-mobile div.topic {
  position: absolute;
  /* Positioning for when the header is hidden (default) or visible. */
  top: 3.1em;
  right: 0;
  bottom: 3em;
  width: 100%;
  padding-top: 0em;
  padding-bottom: 0;
}
body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder {
  width: 100%;
  background-color: #ffffff;
}
body.media-mobile div.toc-holder input + *,
body.media-mobile div.idx-holder input + *,
body.media-mobile div.glo-holder input + * {
  margin-top: 1.2em;
}
body.media-mobile div.layout-visible.toc-holder,
body.media-mobile div.layout-visible.idx-holder,
body.media-mobile div.layout-visible.glo-holder {
  /* Show the mobile header when the sidebar is visible. */
  background-color: var(--sidebar_mobile_bgcolor);
}
body.media-mobile div.layout-visible.toc-holder div.mobileheader,
body.media-mobile div.layout-visible.idx-holder div.mobileheader,
body.media-mobile div.layout-visible.glo-holder div.mobileheader {
  display: block;
  font-family: var(--title_mobile_font_family);
  color: var(--title_mobile_font_color);
}
body.media-mobile div.sidebar-opened.filter-holder,
body.media-mobile div.sidebar-opened.searchbar.layout-visible,
body.media-mobile div.sidebar-opened.topic {
  display: none;
}
body.media-mobile div.layout-visible.filter-holder,
body.media-mobile div.layout-visible.searchbar,
body.media-mobile div.layout-visible.topic {
  /* Show the mobile header when the sidebar is visible. */
}
body.media-mobile div.layout-visible.filter-holder div.mobileheader,
body.media-mobile div.layout-visible.searchbar div.mobileheader,
body.media-mobile div.layout-visible.topic div.mobileheader {
  display: block;
}
body.media-mobile div.header {
  display: block;
  height: 3.125em;
  width: 100%;
  padding-top: 0.75em;
}
body.media-mobile div.header div.brs-holder {
  float: left;
  display: flex;
}
body.media-mobile div.header div.title a {
  text-decoration: none;
  color: inherit;
}
body.media-mobile div.header div a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
body.media-mobile div.header div a.brs_next,
body.media-mobile div.header div a.brs_previous {
  display: none;
}
body.media-mobile div.header h1 {
  height: 100%;
}
body.media-mobile div.header div {
  height: 1.625em;
}
body.media-mobile div.header h1 {
  height: 1.625em;
}
body.media-mobile div.header div.logo {
  float: right;
  width: 1.625em;
  margin-right: 1.25em;
  margin-left: 1.625em;
  background-size: auto 100%;
}
body.media-mobile div.header div.title {
  line-height: 100%;
  font-size: 1.225em;
  overflow: auto;
  position: absolute;
  top: 0.7em;
  right: 2.8em;
  left: 4em;
}
body.media-mobile div.header div.title a {
  text-decoration: none;
  color: inherit;
}
body.media-mobile div.header h1.title {
  line-height: 100%;
  font-size: 1.225em;
  overflow: auto;
  position: absolute;
  top: 0.7em;
  margin: 0;
  font-weight: inherit;
  right: 2.8em;
  left: 4em;
}
body.media-mobile div.header h1.title a {
  text-decoration: none;
  color: inherit;
}
body.media-mobile div.header div.brs_next,
body.media-mobile div.header div.brs_previous,
body.media-mobile div.header div.search {
  height: 3.125em;
  width: 3em;
  margin: -0.75em 0 0 0;
}
body.media-mobile div.header div.brs_next.active,
body.media-mobile div.header div.brs_previous.active,
body.media-mobile div.header div.search.active {
  background-color: #676767;
}
body.media-mobile div.header div.brs_next a.fts,
body.media-mobile div.header div.brs_previous a.fts,
body.media-mobile div.header div.search a.fts {
  background-image: url("search_mobile.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em 1.6875em;
}
body.media-mobile div.header div.brs_next a.wBSNextButton,
body.media-mobile div.header div.brs_previous a.wBSNextButton,
body.media-mobile div.header div.search a.wBSNextButton {
  background-image: url(var(--previous_button_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875em 1.6875em;
}
body.media-mobile div.header div.brs_next a.wBSNextButton:active,
body.media-mobile div.header div.brs_previous a.wBSNextButton:active,
body.media-mobile div.header div.search a.wBSNextButton:active {
  background-image: url(var(--previous_button_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875em 1.6875em;
}
body.media-mobile div.header div.brs_next a.wBSBackButton,
body.media-mobile div.header div.brs_previous a.wBSBackButton,
body.media-mobile div.header div.search a.wBSBackButton {
  background-image: url(var(--next_button_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875em 1.6875em;
}
body.media-mobile div.header div.brs_next a.wBSBackButton:active,
body.media-mobile div.header div.brs_previous a.wBSBackButton:active,
body.media-mobile div.header div.search a.wBSBackButton:active {
  background-image: url(var(--next_button_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875em 1.6875em;
}
body.media-mobile div.header div a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
body.media-mobile div.functionbar {
  background-color: var(--sidebar_header_mobile_bgcolor);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3.1em;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
body.media-mobile div.functionbar div.nav {
  height: 3.1em;
  min-width: 100%;
}
body.media-mobile div.functionbar div.nav.no-filter {
  /* When the filter feature is unavailable, make the remaining buttons span the entire width. */
  min-width: 100%;
}
body.media-mobile div.functionbar div.nav.no-filter a {
  width: 25%;
}
body.media-mobile div.functionbar div.nav a {
  float: right;
  width: 20%;
  height: 3.1em;
}
body.media-mobile div.functionbar div.nav a.active {
  background-color: var(--sidebar_active_tab_mobile_bgcolor);
}
body.media-mobile div.functionbar div.nav a.active.toc {
  background-image: url(var(--sidebar_toc_tab_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.25em;
}
body.media-mobile div.functionbar div.nav a.active.idx {
  background-image: url(var(--sidebar_index_tab_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-mobile div.functionbar div.nav a.active.glo {
  background-image: url(var(--sidebar_glossary_tab_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-mobile div.functionbar div.nav a.active.filter {
  background-image: url(var(--sidebar_filter_tab_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-mobile div.functionbar div.nav a.active.filter.filter-applied {
  background-image: url(var(--sidebar_filter_tab_active_aplied_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875em 1.625em;
}
body.media-mobile div.functionbar div.nav a.active.fts {
  background-image: url(var(--sidebar_search_tab_active_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em 1.6875em;
}
body.media-mobile div.functionbar div.nav a.toc {
  background-image: url(var(--sidebar_toc_tab_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.25em;
}
body.media-mobile div.functionbar div.nav a.idx {
  background-image: url(var(--sidebar_index_tab_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-mobile div.functionbar div.nav a.glo {
  background-image: url(var(--sidebar_glossary_tab_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875em 1.25em;
}
body.media-mobile div.functionbar div.nav a.filter {
  background-image: url(var(--sidebar_filter_tab_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-mobile div.functionbar div.nav a.filter.filter-applied {
  background-image: url(var(--sidebar_filter_tab_aplied_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875em 1.625em;
}
body.media-mobile div.functionbar div.nav a.fts {
  background-image: url(var(--sidebar_search_tab_mobile_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em 1.6875em;
}
body.media-mobile div.toc-holder.drill-down ul li.collapsing {
  -ms-animation-name: drill-down-up-mobile;
  -ms-animation-duration: 0.5s;
  -moz-animation-name: drill-down-up-mobile;
  -moz-animation-duration: 0.5s;
  -webkit-animation-name: drill-down-up-mobile;
  -webkit-animation-duration: 0.5s;
  animation-name: drill-down-up-mobile;
  animation-duration: 0.5s;
}
body.media-mobile div.idx-holder {
  padding-right: 0;
  padding-left: 0;
}
body.media-mobile div.idx-holder div.Index li.treeitem {
  border-top-color: var(--index_separator_mobtab_color);
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
body.media-mobile div.idx-holder div.Index li.treeitem .IndexLink {
  border-top-color: var(--index_separator_mobtab_color);
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
body.media-mobile div.glo-holder {
  padding-right: 0;
  padding-left: 0;
}
body.media-mobile div.glo-holder div.Glossary {
  color: var(--glossary_term_mobtab_color);
}
body.media-mobile div.glo-holder div.Glossary input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_search_border_mobtab_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--glossary_search_border_mobtab_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--glossary_search_border_mobtab_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--glossary_search_border_mobtab_color);
  background-color: var(--glossary_search_mobtab_bgcolor);
  color: var(--glossary_search_text_mobtab_color);
}
body.media-mobile div.filter-holder {
  padding: 0;
  background-color: #ffffff;
}
body.media-mobile div.filter-holder > a.reset-button {
  display: none;
}
body.media-mobile div.filter-holder div.mobile-filter-heading {
  height: 2em;
  width: 100%;
  margin-top: 0;
  padding-right: 2.5%;
  padding-left: 0;
}
body.media-mobile div.filter-holder div.mobile-filter-heading a.mobile_back,
body.media-mobile div.filter-holder div.mobile-filter-heading a.reset-button {
  display: inline-block;
  height: 1.625em;
  cursor: pointer;
  width: 7%;
  margin: 0.8em 0 0 0;
}
body.media-mobile div.filter-holder div.mobile-filter-heading a.mobile_back {
  float: left;
  margin-left: 0.25em;
  background-image: url(var(--filter_back_mobtab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.375em 1.0625em;
}
body.media-mobile div.filter-holder div.mobile-filter-heading a.reset-button {
  float: right;
  margin-right: -0.5em;
  background-image: url(var(--filter_reset_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.375em 1.25em;
}
body.media-mobile div.filter-holder div.mobile-filter-heading div.page-title {
  position: absolute;
  top: 0.2em;
  right: 4.23em;
  left: 1.99em;
  padding: 0;
  text-align: center;
  overflow: auto;
}
body.media-mobile div.filter-holder.layout-visible {
  z-index: 50;
  /* Make sure we are on top. */
}
body.media-mobile
  div.filter-holder.layout-visible
  div.mobile-filter-heading
  div.page-title {
  display: block;
  color: var(--filter_title_mobtab_color);
}
body.media-mobile div.searchbar.layout-visible {
  display: block;
  position: absolute;
  right: 0;
  z-index: 5;
  -webkit-transform: translateZ(0);
  height: 5em;
  width: 100%;
  min-width: 15em;
  background-color: #ffffff;
}
body.media-mobile div.searchbar.layout-visible div.mobileheader {
  font-family: var(--title_mobile_font_family);
  color: var(--title_mobile_font_color);
}
body.media-mobile div.searchbar.layout-visible a.wSearchLink {
  width: 2em;
  min-width: 2em;
  position: absolute;
  top: 3.2em;
  left: 6%;
  background-image: url("search_mobile.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-decoration: none;
}
body.media-mobile div.searchbar.layout-visible a.wSearchLink:active {
  background-image: url("search_mobile_active.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-mobile div.searchbar input {
  padding-left: 2.2em;
}
body.media-mobile div.searchresults .wSearchANDCheckbox {
  display: none;
}
body.media-mobile div.searchresults.layout-visible {
  top: 5em;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 0.85em 0 0.85em;
}
body.media-mobile
  div.searchresults.layout-visible
  label.wSearchAndLabelResults {
  background-image: url(var(--and_search_disabled_image));
  background-repeat: no-repeat;
  background-position: 0.4em 1em;
  background-size: auto 0.8em;
  background-position: 99% 1em;
}
body.media-mobile
  div.searchresults.layout-visible
  label.wSearchAndLabelResults.active {
  background-image: url(var(--and_search_enabled_image));
}
body.media-mobile
  div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorPrevIcon {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(var(--next_search_page_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-mobile
  div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorNextIcon {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(var(--prev_search_page_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-mobile div.topic div.functionholder {
  display: block;
  height: 3.1em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--functionbar_border_color);
  padding-top: 0.775em;
  padding-left: 2em;
  width: 100%;
  background-color: var(--functionbar_bgcolor);
}
body.media-mobile div.topic div.functionholder {
  display: block;
  height: 3.1em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--functionbar_border_color);
  padding-top: 0.775em;
  padding-right: 2em;
  width: 100%;
  background-color: var(--functionbar_bgcolor);
}

body.media-mobile div.topic div.functionholder > div {
  width: 1.55em;
  height: 1.55em;
  margin-left: 2em;
  float: right;
}
body.media-mobile div.topic div.functionholder > div a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
body.media-mobile div.topic div.topic-state.loading {
  top: 3.1em;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
body.media-mobile div.topic iframe.topic {
  margin-right: 0.25em;
  margin-left: 0.25em;
  height: calc(100% - 3.1rem);
}

body.media-mobile div.social_buttons {
  bottom: 2.2em;
}
body.media-mobile div.mobileheader,
body.media-mobile div.mobile-filter-heading div.page-title {
  display: none;
  font-size: 1.3em;
  font-weight: bold;
  color: #3f4344;
  text-align: center;
  height: 2em;
  line-height: 2em;
}
body.media-mobile div.mobileheader div.totopic,
body.media-mobile div.mobile-filter-heading div.page-title div.totopic {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 1.6em;
  height: 1.6em;
  cursor: pointer;
  background-image: url(var(--back_to_topic));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.375em 1.375em;
}

body.media-landscape {
  font-size: 100%;
  /* Elements that are positioned differently for different queries */
}
body.media-landscape div.toc-holder,
body.media-landscape div.idx-holder,
body.media-landscape div.glo-holder,
body.media-landscape div.filter-holder,
body.media-landscape div.searchbar,
body.media-landscape div.searchresults.layout-visible {
  position: absolute;
  top: 4em;
  right: 5em;
  bottom: 0;
  width: 20em;
  background: #ffffff;
}
body.media-landscape div.functionbar {
  position: absolute;
  top: 4em;
  right: 0;
  bottom: 0;
}
body.media-landscape div.toc-holder,
body.media-landscape div.idx-holder,
body.media-landscape div.glo-holder,
body.media-landscape div.filter-holder,
body.media-landscape div.searchbar {
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--sidebar_tablet_border_color);
}
body.media-landscape div.layout-visible.toc-holder,
body.media-landscape div.layout-visible.idx-holder,
body.media-landscape div.layout-visible.glo-holder,
body.media-landscape div.layout-visible.filter-holder,
body.media-landscape div.layout-visible.searchbar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.media-landscape div.header {
  height: 4em;
  padding-top: 1.25em;
}
body.media-landscape div.header div.brs-holder {
  float: left;
  display: flex;
}
body.media-landscape div.header div {
  height: 1.875em;
}
body.media-landscape div.header h1 {
  height: 1.875em;
}
body.media-landscape div.header div.logo {
  float: right;
  height: 2.8125em;
  width: 2.8125em;
  margin-left: 1.25em;
  margin-right: 1.25em;
  background-size: auto 100%;
  overflow: visible;
  position: relative;
  top: -0.65625em;
}
body.media-landscape div.header div.title {
  position: absolute;
  top: 0.625em;
  right: 2.8125em;
  left: 4.6875em;
  height: 1.1em;
  line-height: 100%;
  font-size: 1.875em;
  overflow: auto;
}
body.media-landscape div.header div.title a {
  text-decoration: none;
  color: inherit;
}
body.media-landscape div.header h1.title {
  position: absolute;
  top: 0.625em;
  right: 2.8125em;
  left: 4.6875em;
  margin: 0;
  font-weight: inherit;
  height: 1.1em;
  line-height: 100%;
  font-size: 1.875em;
  overflow: auto;
}
body.media-landscape div.header h1.title a {
  text-decoration: none;
  color: inherit;
}
body.media-landscape div.header div.brs_next {
  width: 1.875em;
  margin-left: 2.5em;
}
body.media-landscape div.header div.brs_next a {
  background-image: url(var(--previous_button_tablet_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-landscape div.header div.brs_next a:active {
  background-image: url(var(--previous_button_active_tablet_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-landscape div.header div.brs_previous {
  width: 1.875em;
  margin-left: 1.5em;
}
body.media-landscape div.header div.brs_previous a {
  background-image: url(var(--next_button_tablet_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-landscape div.header div.brs_previous a:active {
  background-image: url(var(--next_button_active_tablet_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-landscape div.header div.search {
  display: none;
}
body.media-landscape div.header div a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
body.media-landscape div.functionbar {
  background-color: var(--sidebar_header_tablet_bgcolor);
  width: 5em;
}
body.media-landscape div.functionbar div.nav {
  padding-top: 0.4em;
}
body.media-landscape div.functionbar div.nav a {
  width: 100%;
  height: 6em;
  /* 2x the margin + the height of the buttons. */
  margin-bottom: 0;
}
body.media-landscape div.functionbar div.nav a.active {
  background-color: var(--sidebar_active_tab_tablet_bgcolor);
}
body.media-landscape div.functionbar div.nav a.active.toc {
  background-image: url(var(--sidebar_toc_tab_active_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.625em;
}
body.media-landscape div.functionbar div.nav a.active.idx {
  background-image: url(var(--sidebar_index_tab_active_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-landscape div.functionbar div.nav a.active.glo {
  background-image: url(var(--sidebar_glossary_tab_active_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875em 1.25em;
}
body.media-landscape div.functionbar div.nav a.active.filter {
  background-image: url(var(--sidebar_filter_tab_active_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5625em 1.4375em;
}
body.media-landscape div.functionbar div.nav a.active.filter.filter-applied {
  background-image: url(var(--sidebar_filter_tab_active_aplied_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5625em 1.4375em;
}
body.media-landscape div.functionbar div.nav a.active.fts {
  background-image: url(var(--sidebar_search_tab_active_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em 1.6875em;
}
body.media-landscape div.functionbar div.nav a.toc {
  background-image: url(var(--sidebar_toc_tab_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.625em;
}
body.media-landscape div.functionbar div.nav a.idx {
  background-image: url(var(--sidebar_index_tab_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.9375em 1.4375em;
}
body.media-landscape div.functionbar div.nav a.glo {
  background-image: url(var(--sidebar_glossary_tab_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875em 1.25em;
}
body.media-landscape div.functionbar div.nav a.filter {
  background-image: url(var(--sidebar_filter_tab_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5625em 1.4375em;
}
body.media-landscape div.functionbar div.nav a.filter.filter-applied {
  background-image: url(var(--sidebar_filter_tab_aplied_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5625em 1.4375em;
}
body.media-landscape div.functionbar div.nav a.fts {
  background-image: url(var(--sidebar_search_tab_tablet_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em 1.6875em;
}
body.media-landscape div.toc-holder {
  padding-right: 0.5em;
}
body.media-landscape div.toc-holder.layout-visible {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--sidebar_tablet_background_color);
}
body.media-landscape div.toc-holder ul {
  margin-right: 0;
}
body.media-landscape div.toc-holder ul li {
  margin-right: 0 !important;
}
body.media-landscape div.toc-holder ul li.collapsing {
  -ms-animation-name: drill-down-up-landscape;
  -ms-animation-duration: 0.5s;
  -moz-animation-name: drill-down-up-landscape;
  -moz-animation-duration: 0.5s;
  -webkit-animation-name: drill-down-up-landscape;
  -webkit-animation-duration: 0.5s;
  animation-name: drill-down-up-landscape;
  animation-duration: 0.5s;
}
body.media-landscape div.toc-holder.drill-down ul li.collapsing {
  -ms-animation-name: drill-down-up-landscape;
  -ms-animation-duration: 0.5s;
  -moz-animation-name: drill-down-up-landscape;
  -moz-animation-duration: 0.5s;
  -webkit-animation-name: drill-down-up-landscape;
  -webkit-animation-duration: 0.5s;
  animation-name: drill-down-up-landscape;
  animation-duration: 0.5s;
}
body.media-landscape div.idx-holder {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0.5em;
}
body.media-landscape div.idx-holder.layout-visible {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--sidebar_tablet_background_color);
}
body.media-landscape div.idx-holder div.Index li.treeitem {
  border-top-color: var(--index_separator_mobtab_color);
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
body.media-landscape div.idx-holder div.Index li.treeitem .IndexLink {
  border-top-color: var(--index_separator_mobtab_color);
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
body.media-landscape div.glo-holder {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0.5em;
}
body.media-landscape div.glo-holder.layout-visible {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--sidebar_tablet_background_color);
}
body.media-landscape div.glo-holder div.Glossary {
  color: var(--glossary_term_mobtab_color);
}
body.media-landscape div.glo-holder div.Glossary input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_search_border_mobtab_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--glossary_search_border_mobtab_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--glossary_search_border_mobtab_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--glossary_search_border_mobtab_color);
  background-color: var(--glossary_search_mobtab_bgcolor);
  color: var(--glossary_search_text_mobtab_color);
}
body.media-landscape div.filter-holder.layout-visible {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--sidebar_tablet_background_color);
}
body.media-landscape div.filter-holder:not(.layout-visible) {
  padding: 0 !important;
}
body.media-landscape div.filter-holder p.filter-title {
  padding-left: 3.25em;
}
body.media-landscape div.filter-holder a.reset-button {
  position: absolute;
  top: 0.35em;
  left: 0.25em;
  height: 2.75em;
  width: 3em;
  background-image: url(var(--filter_reset_image));
}
body.media-landscape div.searchbar {
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #232323;
  height: 3.3em;
  top: 4em;
}
body.media-landscape div.searchbar a.wSearchLink {
  display: none;
}
body.media-landscape div.searchbar.searchpage-mode ~ div.topic {
  right: 25em;
}
body.media-landscape div.searchresults .wSearchANDCheckbox {
  display: none;
}
body.media-landscape div.searchresults.layout-visible {
  background-color: var(--sidebar_tablet_background_color);
  top: 7.3em;
  overflow-x: hidden;
  overflow-y: auto;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #232323;
}
body.media-landscape div.searchresults.layout-visible .wSearchMessage {
  color: var(--search_results_message_color);
  font-size: 1rem;
}
body.media-landscape
  div.searchresults.layout-visible
  label.wSearchAndLabelResults {
  background-image: url(var(--and_search_disabled_image));
  background-repeat: no-repeat;
  background-position: right 1em;
  background-size: auto 0.8em;
}
body.media-landscape
  div.searchresults.layout-visible
  label.wSearchAndLabelResults.active {
  background-image: url(var(--and_search_enabled_image));
}
body.media-landscape
  div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorPrevIcon {
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(var(--next_search_page_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-landscape
  div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorNextIcon {
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(var(--prev_search_page_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-landscape div.topic {
  position: absolute;
  top: 4em;
  right: 5em;
  left: 0;
  bottom: 0;
  z-index: 10;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: right;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: right;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: right;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: right;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: right;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
body.media-landscape div.topic div.functionholder {
  display: block;
  height: 4em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--functionbar_border_color);
  padding-top: 1em;
  padding-left: 2em;
  width: 100%;
  background-color: var(--functionbar_bgcolor);
}
body.media-landscape div.topic div.functionholder div.buttons {
  float: left;
}
body.media-landscape div.topic div.functionholder div.buttons.left {
  float: right;
}
body.media-landscape div.topic div.functionholder div.buttons > div {
  width: 2em;
  height: 2em;
  margin-right: 2em;
  float: right;
}
body.media-landscape div.topic div.functionholder div.buttons > div a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
body.media-landscape div.topic.sidebar-opened {
  right: 25em;
}
body.media-landscape div.idx-holder input,
body.media-landscape div.glo-holder input,
body.media-landscape div.searchbar input {
  font-size: 80% !important;
}

body.media-desktop {
  font-size: 62.5%;
  /* Set the default size to 10px. This makes for easy calculation according to spec */
  /* Elements that are positioned differently for different queries */
}
body.media-desktop div.functionbar {
  position: absolute;
  top: 7em;
  right: 0;
  width: 35em;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #232323;
}
body.media-desktop div.desktop-sidebar-hidden.functionbar {
  display: none;
}
body.media-desktop div.toc-holder.layout-visible,
body.media-desktop div.idx-holder.layout-visible,
body.media-desktop div.glo-holder.layout-visible,
body.media-desktop div.filter-holder.layout-visible,
body.media-desktop div.searchbar.search-sidebar,
body.media-desktop div.searchresults.search-sidebar {
  position: absolute;
  top: 11.3em;
  right: 0;
  width: 35em;
  bottom: 0;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #232323;
  background-color: var(--sidebar_bgcolor);
  overflow: auto;
}
body.media-desktop div.desktop-sidebar-hidden.toc-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.idx-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.glo-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.filter-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.searchbar.search-sidebar,
body.media-desktop div.desktop-sidebar-hidden.searchresults.search-sidebar {
  display: none;
}
body.media-desktop div.searchresults.search-content,
body.media-desktop div.topic {
  position: absolute;
  top: 7em;
  right: 35em;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
body.media-desktop div.desktop-sidebar-hidden.searchresults.search-content,
body.media-desktop div.desktop-sidebar-hidden.topic {
  right: 0;
}
body.media-desktop div.header {
  height: 7em;
  padding: 2em;
}
body.media-desktop div.header div {
  float: right;
}
body.media-desktop div.header h1 {
  float: right;
}
body.media-desktop div.header div.logo {
  height: 7em;
  width: var(--logo_width);
  margin-top: -2em;
  margin-left: 3em;
  background-color: transparent;
  cursor: pointer;
  background-image: url(var(--logo));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--logo_width) var(--logo_height);
}
body.media-desktop div.header div.logo[data-logo-selector="true"] {
  height: 7em;
  width: var(--logo_width);
  margin-top: -2em;
  margin-left: 3em;
  background-color: transparent;
  cursor: pointer;
  background-image: url(var(--logo));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
}
body.media-desktop div.header div.title {
  height: 1.3333333333em;
  line-height: 100%;
  font-size: 3em;
  max-width: 28em;
  overflow: auto;
}
body.media-desktop div.header div.title a {
  text-decoration: none;
  color: inherit;
}
body.media-desktop div.header h1.title {
  height: 1.3333333333em;
  line-height: 100%;
  font-size: 3em;
  max-width: 28em;
  margin: 0;
  font-weight: inherit;
  overflow: auto;
}
body.media-desktop div.header h1.title a {
  text-decoration: none;
  color: inherit;
}
body.media-desktop div.header div.brs_next,
body.media-desktop div.header div.brs_previous,
body.media-desktop div.header div.search {
  display: none;
}
body.media-desktop div.functionbar {
  border-bottom-width: 0.1em;
  background-color: var(--sidebar_header_bgcolor);
  border-bottom-color: var(--sidebar_header_border_color);
  height: 4.3em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  min-width: 33em !important;
}
body.media-desktop div.functionbar.desktop-sidebar-hidden {
  display: none;
}
body.media-desktop div.functionbar div.nav a {
  float: right;
  width: 5.5em;
  height: 4.3em;
}
body.media-desktop div.functionbar div.nav a.topic {
  display: none;
}
body.media-desktop div.functionbar div.nav a.toc {
  background-image: url(var(--toc_tab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
body.media-desktop div.functionbar div.nav a.toc.active {
  background-color: var(--sidebar_active_bgcolor);
}
body.media-desktop div.functionbar div.nav a.idx {
  background-image: url(var(--index_tab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
body.media-desktop div.functionbar div.nav a.idx.active {
  background-color: var(--sidebar_active_bgcolor);
}
body.media-desktop div.functionbar div.nav a.glo {
  background-image: url(var(--glossary_tab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
body.media-desktop div.functionbar div.nav a.glo.active {
  background-color: var(--sidebar_active_bgcolor);
}
body.media-desktop div.functionbar div.nav a.filter {
  background-image: url(var(--filter_tab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
body.media-desktop div.functionbar div.nav a.filter.active {
  background-color: var(--sidebar_active_bgcolor);
}
body.media-desktop div.functionbar div.nav a.filter.filter-applied {
  background-image: url(var(--filter_applied_tab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
body.media-desktop div.functionbar div.nav a.filter.filter-applied.active {
  background-color: var(--sidebar_active_bgcolor);
}
body.media-desktop div.functionbar div.nav a.fts {
  display: none;
  background-image: url(var(--search_tab_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
body.media-desktop div.functionbar div.nav a.fts.search-sidebar {
  display: block;
}
body.media-desktop div.functionbar div.nav a.fts.search-sidebar.active {
  background-color: var(--sidebar_active_bgcolor);
}
body.media-desktop div.toc-holder.layout-visible {
  background-color: var(--sidebar_bgcolor);
  margin-top: 0;
  padding-top: 0.2em;
}
body.media-desktop div.idx-holder div.Index {
  color: var(--index_text_color);
}
body.media-desktop div.idx-holder div.Index input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--index_search_border_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--index_search_border_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--index_search_border_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--index_search_border_color);
  background-color: var(--index_search_background_color);
  color: var(--index_search_text_color);
}
body.media-desktop div.idx-holder.layout-visible {
  background-color: var(--sidebar_bgcolor);
}
body.media-desktop div.glo-holder div.Glossary input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: var(--glossary_search_border_color);
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--glossary_search_border_color);
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: var(--glossary_search_border_color);
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: var(--glossary_search_border_color);
  background-color: var(--glossary_search_bgcolor);
  color: var(--glossary_search_text_color);
}
body.media-desktop div.glo-holder.layout-visible {
  background-color: var(--sidebar_bgcolor);
}
body.media-desktop div.filter-holder {
  display: none;
  /*We need this to let IE11 hide the filter content on desktop (otherwise it will be visible over the sidebar and header.)*/
}
body.media-desktop div.filter-holder.layout-visible {
  background-color: var(--sidebar_bgcolor);
  display: block;
}
body.media-desktop div.filter-holder.layout-visible a.reset-button {
  position: absolute;
  top: 1em;
  left: 0.5em;
  height: 2em;
  width: 2.5em;
  background-image: url(var(--filter_reset_image));
}
body.media-desktop div.searchbar.search-content {
  display: none;
}
body.media-desktop div.searchbar a.wSearchLink {
  display: none;
}
body.media-desktop div.searchresults .wSearchANDCheckbox {
  display: none;
}
body.media-desktop div.searchresults label.wSearchAndLabelResults {
  background-position: right top;
  background-size: auto 100%;
  padding-top: 0.2em;
  padding-right: 2.5em;
  background-image: url(var(--and_search_disabled_image));
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: auto 1em;
}
body.media-desktop div.searchresults label.wSearchAndLabelResults.active {
  background-image: url(var(--and_search_enabled_image));
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: auto 1em;
}
body.media-desktop div.searchresults label.wSearchAndLabelResults span {
  font-size: 1.4em;
}
body.media-desktop div.searchresults.search-sidebar {
  top: 15.8em;
  right: 0 !important;
}
body.media-desktop div.searchresults.search-sidebar > div {
  font-size: 1.4em;
}
body.media-desktop div.searchresults.search-content {
  z-index: 5;
  top: 13.02em;
  overflow: auto !important;
  padding: 1em 0 0 0;
  width: auto !important;
}
body.media-desktop
  div.searchresults.search-content
  label.wSearchAndLabelResults {
  margin-top: 1em;
  margin-right: 2.5em;
}
body.media-desktop div.searchresults.search-content > div {
  margin-right: 1.5em;
  font-size: 1.6em;
}
body.media-desktop
  div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorPrevIcon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(var(--next_search_page_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-desktop
  div.searchresults
  .wSearchResultFooter
  .wSearchResultPaginator
  .wSearchResultPaginatorNextIcon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(var(--prev_search_page_image));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.media-desktop div.sidebarsizer {
  display: block;
  position: absolute;
  top: 7em;
  right: 35em;
  bottom: 0;
  width: 1em;
  cursor: col-resize;
  overflow: visible;
  z-index: 10;
  border-right-width: 0.4em;
  border-right-style: solid;
  border-right-color: #232323;
}
body.media-desktop div.sidebarsizer a.sidebartoggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6em;
  height: 2.5em;
  cursor: pointer;
  background: transparent url(var(--open_sidebar_image)) no-repeat right top;
  background-size: contain;
}
body.media-desktop div.sidebarsizer.desktop-sidebar-hidden {
  right: 0;
}
body.media-desktop div.sidebarsizer.desktop-sidebar-hidden a.sidebartoggle {
  background: transparent url(var(--close_sidebar_image)) no-repeat right top;
  background-size: contain;
}
body.media-desktop div.topic iframe.topic {
  /* Position content for sidebar button */
  width: calc(100% - 1em);
  height: calc(100% - (4.5em + 5em));
  margin-right: 1em;
}
body.media-desktop div.topic div.functionholder {
  display: block;
  position: relative;
  height: 4.3em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: var(--functionbar_border_color);
  padding-top: 1.075em;
  padding-right: 2em;
  background-color: var(--functionbar_bgcolor);
}
body.media-desktop div.topic div.functionholder > div {
  width: 2.15em;
  height: 2.15em;
  margin-right: 2em;
  float: right;
}
body.media-desktop div.topic div.functionholder > div.twitter-button {
  width: 90px;
  overflow: hidden;
}
body.media-desktop div.topic div.functionholder > div.fb-button {
  width: 150px;
  overflow: hidden;
}
body.media-desktop div.topic div.functionholder > div a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
body.media-desktop div.topic div.functionholder > div a.wBSNextButton {
  background-image: url(var(--previous_button_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-desktop div.topic div.functionholder > div a.wBSNextButton:active {
  background-image: url(var(--previous_button_active_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-desktop div.topic div.functionholder > div a.wBSBackButton {
  background-image: url(var(--next_button_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-desktop div.topic div.functionholder > div a.wBSBackButton:active {
  background-image: url(var(--next_button_active_image));
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-desktop div.topic div.functionholder > div a.print {
  background-image: url("print_desktop.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
body.media-desktop div.topic div.functionholder div.searchbar-extra {
  z-index: 100;
  width: 30em;
  height: 95%;
  margin-top: -0.4em;
  margin-left: 2em;
  float: left;
  color: #ffffff;
  background-color: var(--search_box_bgcolor);
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  padding: 0 0.3em;
  z-index: 10;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.search-list {
  background-color: var(--search_box_bgcolor);
  font-size: initial;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.search-list
  .table {
  width: 100%;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.search-list
  .table
  .search-suggestion:hover {
  background-color: gray;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.search-list
  .table
  .search-suggestion
  .search-text-column:hover {
  background-color: gray;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.search-list
  .table
  .search-suggestion
  .search-text-column
  .search-text:hover {
  background-color: gray;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.search-list
  .table
  .search-suggestion.search-selected {
  background-color: gray;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  input.wSearchField {
  display: inline-block;
  font-size: 1.5em;
  height: 1.98em;
  height: 100%;
  width: 17.5em;
  border-color: var(--search_box_field_border_color);
  padding: 0;
  padding-right: 1em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: var(--search_box_field_bgcolor);
  color: var(--search_box_color);
  vertical-align: bottom;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: width;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: width;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: width;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: width;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: width;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  input.wSearchField:focus,
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  input.wSearchField.searchpage-mode {
  outline: 0;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  a.wSearchLink {
  display: inline-block;
  font-size: 1.5em;
  height: 1.98em;
  width: 2em;
  text-decoration: none;
  margin-right: -0.22em;
  padding: 0;
  cursor: pointer;
  vertical-align: bottom;
  background-image: url(var(--search_button_image));
  background-repeat: no-repeat;
  background-position: 99% 0.3em;
  background-size: 22px 22px;
  /* For older browsers that don't support the new 4 property syntax */
  background-image: url(var(--search_button_image));
  background-repeat: no-repeat;
  background-position: right 0.4em top 0.3em;
  background-size: 22px 22px;
  /* For newer browsers */
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  a.wSearchLink:active {
  background-image: url(var(--search_button_active_image));
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND.layout-visible {
  position: relative;
  padding-top: 0.1em;
  color: #ffffff;
  background-color: #232323;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  border-bottom-left-radius: 0.3em;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND.layout-visible
  input {
  display: block;
  float: right;
  margin-top: 0.6em;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND.layout-visible
  label {
  display: block;
  float: right;
  color: #ffffff;
  margin-top: 0.7em;
  cursor: pointer;
}
body.media-desktop
  div.topic
  div.functionholder
  div.searchbar-extra
  div.searchAND.layout-visible
  label
  span {
  font-size: 1.2em;
}
body.media-desktop div.topic a.to_top {
  position: absolute;
  left: 8em;
  bottom: 0;
  display: block;
  height: 3.5em;
  width: 4.5em;
  cursor: pointer;
  background-image: url(var(--goto_top_image));
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
body.media-desktop div.idx-holder input,
body.media-desktop div.glo-holder input,
body.media-desktop div.searchbar input {
  font-size: 1.2em !important;
}
body.media-desktop div.searchbar input {
  background-color: var(--search_results_desktop_field_bgcolor);
  color: var(--search_results_desktop_field_text_color);
}
body.media-desktop div.social_buttons {
  border-width: 0.1em !important;
}
body.media-desktop div.social_buttons.opened div.fb-button,
body.media-desktop div.social_buttons.opened div.twitter-button {
  padding-top: 0.1em;
}

.skip-to-content-container {
  display: flex;
  justify-content: center;
  height: auto;
  background-color: white;
}

.skip-to-content-container button.placeholder.skip-to-content-link {
  width: auto; }

.skip-to-content-link {
  position: absolute;
  top: -2rem;
  margin: 0.25rem;
}

.skip-to-content-link:focus {
  position: relative;
  top: 0;
}

.placeholder {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-shadow: inherit;
  text-align: inherit;
  font: inherit;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible:not(input) {
  outline-width: 0.125rem;
  outline-style: solid;
  outline-color: black;
  outline-color: var(--focus-outline-color);
  outline-offset: -0.125rem;
}

div.idx-holder div.Index ul.index-list li.IndexKeyword ul {
  list-style-type: none; }

div.glo-holder div.Glossary ul {
  list-style: none; }

div.topic.main a.to_top button.placeholder {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: inherit; }
/*# sourceMappingURL=layout.css.map */
