@import url("https://necolas.github.io/normalize.css/3.0.2/normalize.css");
.unselectable, div.functionbar, a.to_top, body.media-mobile div.functionbar, body.media-mobile div.searchbar.layout-visible {
  -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-left: .4em solid transparent;
}
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-left: 25%;
  }

  to {
    margin-left: -2.6em;
  }
}

@-moz-keyframes drill-down-up-mobile {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: -2.6em;
  }
}

@-webkit-keyframes drill-down-up-mobile {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: -2.6em;
  }
}

@keyframes drill-down-up-mobile {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: -2.6em;
  }
}

@-ms-keyframes drill-down-up-landscape {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: 0;
  }
}

@-moz-keyframes drill-down-up-landscape {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: 0;
  }
}

@-webkit-keyframes drill-down-up-landscape {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: 0;
  }
}

@keyframes drill-down-up-landscape {
  from {
    margin-left: 25%;
  }

  to {
    margin-left: 0;
  }
}

body.media-mobile div.drill-down.toc-holder ul, body.media-landscape div.drill-down.toc-holder ul {
  margin-left: 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-left-width: 0 !important;
}
body.media-mobile div.drill-down.toc-holder li.selected, body.media-landscape div.drill-down.toc-holder li.selected {
  padding-left: 1.55em !important;
  background-position: .4em .8em;
  border-left-width: .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-left: 2.6em !important;
  margin-left: 0;
}
body.media-mobile div.toc-holder ul, body.media-landscape div.toc-holder ul {
  margin-left: .25em;
  /*
  		li.book.loading-book {
  			@include toc-item-background-mobile('loading.gif');
  			background-size: 1em;
  		} commented on 25 april */
}
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 1.75em 0.5em 2em;
  margin-top: .25em;
  margin-bottom: .25em;
  margin-left: -2.6em;
  margin-right: auto;
  min-height: 1.5em;
  vertical-align: middle;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: border-left;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: border-left;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: border-left;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: border-left;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: border-left;
  -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.child, body.media-landscape div.toc-holder ul li.child {
  margin-left: -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-left: 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-left: 2em;
}
body.media-desktop div.toc-holder ul {
  margin: 0;
  padding: 0;
  /*	li.book.loading-book {
  		@include toc-item-background-desktop('loading.gif');
  		background-size: 1em;
  	} commented on 25 april */
}
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: .1em 0;
  margin: .1em 0;
  vertical-align: middle;
}
body.media-desktop div.toc-holder ul li.book {
  cursor: pointer;
}
body.media-desktop div.toc-holder ul li.item a {
  background-position: .55em .15em;
}
body.media-desktop div.toc-holder ul li.url a {
  background-position: .5em .2em;
}
body.media-desktop div.toc-holder ul li.child ul.child {
  list-style: none;
  padding-left: 0;
}

body.media-mobile div.idx-holder div.wIndex, body.media-mobile div.glo-holder div.wGlossary, body.media-landscape div.idx-holder div.wIndex, body.media-landscape div.glo-holder div.wGlossary, body.media-desktop div.idx-holder div.wIndex, body.media-desktop div.glo-holder div.wGlossary {
  width: 100%;
}
body.media-mobile div.idx-holder div.wIndex input, body.media-mobile div.glo-holder div.wGlossary input, body.media-landscape div.idx-holder div.wIndex input, body.media-landscape div.glo-holder div.wGlossary input, body.media-desktop div.idx-holder div.wIndex input, body.media-desktop div.glo-holder div.wGlossary input {
  width: 98%;
  margin: .6em 1% .3em;
  height: 3em;
  padding: 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.wIndex input:focus, body.media-mobile div.glo-holder div.wGlossary input:focus, body.media-landscape div.idx-holder div.wIndex input:focus, body.media-landscape div.glo-holder div.wGlossary input:focus, body.media-desktop div.idx-holder div.wIndex input:focus, body.media-desktop div.glo-holder div.wGlossary input:focus {
  outline: none;
}
body.media-mobile div.idx-holder div.wIndex input::-webkit-input-placeholder, body.media-mobile div.glo-holder div.wGlossary input::-webkit-input-placeholder, body.media-landscape div.idx-holder div.wIndex input::-webkit-input-placeholder, body.media-landscape div.glo-holder div.wGlossary input::-webkit-input-placeholder, body.media-desktop div.idx-holder div.wIndex input::-webkit-input-placeholder, body.media-desktop div.glo-holder div.wGlossary input::-webkit-input-placeholder {
  font-style: italic;
  padding-left: .3em;
}
body.media-mobile div.idx-holder div.wIndex input:-moz-placeholder, body.media-mobile div.glo-holder div.wGlossary input:-moz-placeholder, body.media-landscape div.idx-holder div.wIndex input:-moz-placeholder, body.media-landscape div.glo-holder div.wGlossary input:-moz-placeholder, body.media-desktop div.idx-holder div.wIndex input:-moz-placeholder, body.media-desktop div.glo-holder div.wGlossary input:-moz-placeholder {
  font-style: italic;
  padding-left: .3em;
}
body.media-mobile div.idx-holder div.wIndex input::-moz-placeholder, body.media-mobile div.glo-holder div.wGlossary input::-moz-placeholder, body.media-landscape div.idx-holder div.wIndex input::-moz-placeholder, body.media-landscape div.glo-holder div.wGlossary input::-moz-placeholder, body.media-desktop div.idx-holder div.wIndex input::-moz-placeholder, body.media-desktop div.glo-holder div.wGlossary input::-moz-placeholder {
  font-style: italic;
  padding-left: .3em;
}
body.media-mobile div.idx-holder div.wIndex input::-ms-input-placeholder, body.media-mobile div.glo-holder div.wGlossary input::-ms-input-placeholder, body.media-landscape div.idx-holder div.wIndex input::-ms-input-placeholder, body.media-landscape div.glo-holder div.wGlossary input::-ms-input-placeholder, body.media-desktop div.idx-holder div.wIndex input::-ms-input-placeholder, body.media-desktop div.glo-holder div.wGlossary input::-ms-input-placeholder {
  font-style: italic;
  padding-left: .3em;
}
body.media-mobile div.idx-holder div.wIndex a, body.media-mobile div.glo-holder div.wGlossary a, body.media-landscape div.idx-holder div.wIndex a, body.media-landscape div.glo-holder div.wGlossary a, body.media-desktop div.idx-holder div.wIndex a, body.media-desktop div.glo-holder div.wGlossary a {
  color: inherit !important;
  text-decoration: none;
}
body.media-mobile div.idx-holder div.wIndex a:hover, body.media-mobile div.glo-holder div.wGlossary a:hover, body.media-landscape div.idx-holder div.wIndex a:hover, body.media-landscape div.glo-holder div.wGlossary a:hover, body.media-desktop div.idx-holder div.wIndex a:hover, body.media-desktop div.glo-holder div.wGlossary a:hover, body.media-mobile div.idx-holder div.wIndex a:active, body.media-mobile div.glo-holder div.wGlossary a:active, body.media-landscape div.idx-holder div.wIndex a:active, body.media-landscape div.glo-holder div.wGlossary a:active, body.media-desktop div.idx-holder div.wIndex a:active, body.media-desktop div.glo-holder div.wGlossary a:active {
  text-decoration: underline;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem, body.media-mobile div.glo-holder div.wGlossary div.treeitem, body.media-landscape div.idx-holder div.wIndex div.treeitem, body.media-landscape div.glo-holder div.wGlossary div.treeitem, body.media-desktop div.idx-holder div.wIndex div.treeitem, body.media-desktop div.glo-holder div.wGlossary div.treeitem {
  margin-left: .3em;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxAlphabet, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxAlphabet, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxAlphabet, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxAlphabet, body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxAlphabet, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxAlphabet,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloAlphabet,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloAlphabet,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloAlphabet,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloAlphabet,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloAlphabet,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloAlphabet {
  font-size: 1.2em;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  margin: auto 0.3em 0.5em auto;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxKeyword, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxKeyword, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxKeyword, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxKeyword, body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxKeyword, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxKeyword,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxKeywordHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxKeywordHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxKeywordHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxKeywordHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxKeywordHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxKeywordHover,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLinkHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLinkHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLinkHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLinkHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLinkHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLinkHover,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloTerm,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloTerm,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloTerm,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloTerm,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloTerm,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloTerm,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloTermHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloTermHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloTermHover {
  min-height: 1.2em;
  line-height: 1.5em;
  cursor: pointer;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloTermHover, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloTermHover, body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloTermHover, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloTermHover, body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloTermHover, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloTermHover {
  text-decoration: underline;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLink, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLink, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLink, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLink, body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLink, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLink {
  margin-top: .75em;
  margin-bottom: .75em;
  padding-left: 1.6em;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinition, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinition, body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinition, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinition, body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloDefinition, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover {
  min-height: 1.2em;
  line-height: 1.5em;
  cursor: pointer;
  text-decoration: none;
  margin-left: 2.5em;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock, body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxChildBlock, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock {
  margin-left: 2.5em;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock.wIdxKeywordHover, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock.wIdxKeywordHover, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock.wIdxKeywordHover, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock.wIdxKeywordHover, body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxChildBlock.wIdxKeywordHover, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock.wIdxKeywordHover {
  text-decoration: none;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock .treeitem, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock .treeitem, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock .treeitem, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock .treeitem, body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxChildBlock .treeitem, body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock .treeitem {
  margin-left: 0;
}

body.media-mobile div.idx-holder div.wIndex div.treeitem, body.media-mobile div.glo-holder div.wGlossary div.treeitem, body.media-landscape div.idx-holder div.wIndex div.treeitem, body.media-landscape div.glo-holder div.wGlossary div.treeitem {
  margin-top: .75em;
  margin-bottom: .75em;
  min-height: 1.2em;
  line-height: 1.5em;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinition, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinition, body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinition, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover {
  margin-top: .75em;
  margin-bottom: .75em;
}
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock, body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock, body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock, body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock {
  margin-top: 0;
  margin-bottom: 0;
}

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-left: 2em;
  padding-right: 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: .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: .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;
}
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: .5em;
  font-size: .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.wSearchField {
  width: 98%;
  margin: .6em 1% .3em;
  height: 3em;
  max-height: 3em;
  padding: 0 0.3em 0 0.5em;
  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.wSearchField: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.wSearchField::-webkit-input-placeholder {
  font-style: italic;
  padding-left: .5em;
}
body.media-mobile div.searchbar input:-moz-placeholder, body.media-landscape div.searchbar input:-moz-placeholder, body.media-desktop div.searchbar input.wSearchField:-moz-placeholder {
  font-style: italic;
  padding-left: .5em;
}
body.media-mobile div.searchbar input::-moz-placeholder, body.media-landscape div.searchbar input::-moz-placeholder, body.media-desktop div.searchbar input.wSearchField::-moz-placeholder {
  font-style: italic;
  padding-left: .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.wSearchField::-ms-input-placeholder {
  font-style: italic;
  padding-left: .5em;
}

.unselectable, div.functionbar, a.to_top, body.media-mobile div.searchbar.layout-visible {
  -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.
*
********/
body.media-mobile div.toc-holder, body.media-mobile div.idx-holder, body.media-mobile div.glo-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.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.searchbar, body.media-desktop div.searchresults {
  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
*
********/
/* commented on 25 april
.loading {//Set default loading background image.
	background-image: url('loading.gif') !important;
	min-height: 1.25in !important;
	background-repeat: no-repeat !important;
	background-position: center .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;
}

/********
*
*	Global elements
*
********/
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

span.warning {
  color: #d20000;
  font-weight: bold;
}

div.header {
  color: #333333;
  background: url("https://s3-eu-west-1.amazonaws.com/files.vizrt.com/documentation/Documentation-docs-banner.jpg") no-repeat;
  padding-top: 0;
}
div.header * {
  font-size: 10px;
}
div.header li a {
  color: white;
  text-decoration: none;
}
div.header > div.brs_next, div.header > div.brs_previous, div.header > div.search {
  display: none;
}
div.header div {
  float: none;
}
div.header div.wrapper {
  width: 100%;
}
div.header div.wrapper.minormenu {
  background: rgba(0, 0, 0, 0.5);
  height: 3em;
}
div.header div.wrapper.navbar {
  background: rgba(0, 0, 0, 0.75);
  height: 6em;
}
div.header div.wrapper:before, div.header div.wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
div.header div.wrapper:after {
  clear: both;
}
div.header a.brand {
  background: url("https://s3-eu-west-1.amazonaws.com/files.vizrt.com/documentation/vizlogo_35.png") no-repeat scroll center center transparent;
  z-index: 11;
  height: 2em;
  width: 3em;
  display: block;
  float: left;
  font-size: 20px !important;
  font-weight: 200;
  text-align: center;
  position: relative;
  top: -0.5em;
}
div.header a.brand span {
  display: none;
}
div.header button.btn.btn-navbar {
  display: none;
  float: right;
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: 1px solid;
  padding: 6px 10px;
  border-color: #2e2e2e;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
div.header button.btn.btn-navbar span.hamburger {
  font-size: 14px;
  line-height: 1em;
}
div.header button.btn.btn-navbar span.hamburger:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  color: white;
  font-size: 1em;
  position: inherit;
  top: 0;
  left: 0;
  vertical-align: bottom;
}
div.header .menu.minorHorizontal.minormenu.dark {
  float: right;
  display: block;
  clear: both;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav {
  margin: 0.8em 0;
  list-style: none;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav li {
  float: left;
  position: relative;
  margin-left: 3.3em;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav li.social {
  margin-left: 1.9em;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav li.social:nth-child(5n) {
  margin-left: 3.3em;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://twitter.com/vizrt"]:before {
  font-family: 'FontAwesome';
  content: "\f099";
  color: inherit;
  font-size: 1.4em;
  position: relative;
  top: 0;
  left: 0;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://twitter.com/vizrt"] span {
  display: none;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://twitter.com/vizrt"]:hover {
  color: #fe8503;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://facebook.com/vizrt"]:before {
  font-family: 'FontAwesome';
  content: "\f09a";
  color: inherit;
  font-size: 1.4em;
  position: relative;
  top: 0;
  left: 0;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://facebook.com/vizrt"] span {
  display: none;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://facebook.com/vizrt"]:hover {
  color: #fe8503;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://www.linkedin.com/company/vizrt"]:before {
  font-family: 'FontAwesome';
  content: "\f0e1";
  color: inherit;
  font-size: 1.4em;
  position: relative;
  top: 0;
  left: 0;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://www.linkedin.com/company/vizrt"] span {
  display: none;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://www.linkedin.com/company/vizrt"]:hover {
  color: #fe8503;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://www.youtube.com/channel/UCbm48EShieyuFzgXKwwjzBA"]:before {
  font-family: 'FontAwesome';
  content: "\f16a";
  color: inherit;
  font-size: 1.4em;
  position: relative;
  top: 0;
  left: 0;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://www.youtube.com/channel/UCbm48EShieyuFzgXKwwjzBA"] span {
  display: none;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a[href="https://www.youtube.com/channel/UCbm48EShieyuFzgXKwwjzBA"]:hover {
  color: #fe8503;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a {
  text-align: left;
  padding: 0;
  float: left;
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a span {
  font-size: 1.4em;
  line-height: 1em;
}
div.header .menu.minorHorizontal.minormenu.dark ul.nav a:hover {
  color: #fe8503;
}
div.header .nav-collapse.collapse.no-transition.nav-menu ul.nav {
  list-style: none;
  position: relative;
  display: block;
  top: 0;
  margin: 2.1em !important;
}
div.header .nav-collapse.collapse.no-transition.nav-menu ul.nav li {
  display: inline-block;
  margin-left: 0;
}
div.header .nav-collapse.collapse.no-transition.nav-menu ul.nav li a span {
  font-size: 1.8em;
  line-height: 1em;
}
div.header .widget.search {
  display: block;
  position: absolute;
  top: -1.5em;
  right: 0;
  background: #fff;
}
div.header .widget.search #search-term {
  height: 2em;
}
div.header .widget.search #search-term input.field {
  height: 2em;
  font-size: 1.4em;
  line-height: 2em;
  padding-left: 0.3em;
  margin: 0;
  color: #333;
  border: none;
  border-radius: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
div.header .widget.search #search-term:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #eeeeee;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: -1.5em;
  padding: 5px 0;
}
div.header .widget.search #search-term button {
  display: none;
}

@media (max-width: 979px) {
  div.header button.btn.btn-navbar {
    display: block;
  }
  div.header #nav-collapse-0 {
    visibility: hidden;
  }
  div.header #nav-collapse-0.in {
    visibility: visible;
  }
  div.header div.widget.menu.horizontal.light {
    height: 0;
  }
  div.header div.widget.menu.horizontal.light.in {
    height: auto;
  }
  div.header div.nav-collapse.collapse.no-transition.nav-menu.in ul li {
    width: 100% !important;
  }
  div.header div.nav-collapse.collapse.no-transition.nav-menu ul.nav {
    padding-left: 0px;
    margin-left: 0 !important;
  }
  div.header div.nav-collapse.collapse.no-transition.nav-menu ul.nav > li {
    margin-top: 2em;
    margin-left: 0 !important;
  }
  div.header .widget.search {
    display: none;
  }
  div.header .widget.search.in {
    display: block;
    position: relative;
    margin: 2em;
    width: 100%;
    margin-left: 0;
  }
  div.header .widget.search.in #search-term input.field {
    width: 100%;
  }
  div.header div.wrapper.navbar {
    height: 6em;
    z-index: 11;
    position: relative;
  }
  div.header div.wrapper.navbar.in {
    height: auto;
  }
  div.header div.wrapper.navbar .navbar-inner {
    height: 0;
  }
  div.header div.wrapper.navbar .navbar-inner.in {
    height: auto;
  }
}
div.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  div.container {
    width: 1170px;
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  div.container {
    width: 940px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  div.container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  div.container {
    width: auto;
  }
}

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: white;
}

div.functions {
  overflow: auto;
}

div.sidebarsizer {
  display: none;
}

div.searchbar {
  background-color: #aaaaaa;
}
div.searchbar .mobile_filter {
  display: none;
}

div.searchresults {
  background-color: white;
}

div.topic {
  background-color: white;
}

iframe.topic {
  border: none;
  width: 100%;
  height: 100%;
  margin-top: 18px;
}

div.feedback input.submit-button {
  text-transform: uppercase;
  line-height: 1em;
  display: block;
  position: relative;
  float: left;
  padding: 0.6em 2em;
  background-color: #fe8503;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8503), color-stop(100%, #ef5f16));
  background: -webkit-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -o-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -ms-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: linear-gradient(top, #fe8503 0%, #ef5f16 100%);
}
div.feedback input.submit-button:hover {
  background: -moz-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5f16), color-stop(100%, #fe8503));
  background: -webkit-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -o-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -ms-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: linear-gradient(top, #ef5f16 0%, #fe8503 100%);
}
div.feedback textarea#message {
  width: 100% !important;
  padding: 1%;
  margin: 1em 0;
  border: none;
}
div.feedback button.cancel {
  opacity: 0.5;
  float: right;
  position: relative;
  top: -2em;
  right: -2em;
  height: 2em;
  width: 2em;
  padding: 0;
  background: transparent;
  border: none;
}
div.feedback button.cancel:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  color: #888888;
  font-size: "2em";
  position: "relative";
  top: "0";
  left: "0";
}
div.feedback button.cancel:focus {
  outline: none;
}
div.feedback button.cancel:hover {
  opacity: 1;
}
div.feedback p#feedback-buttons {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 10em;
  padding: 0.4em 1em 0em;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  font-size: 1.2em;
  border-bottom-left-radius: 0;
  border-bottom: 0;
  z-index: 10;
  line-height: 1em;
}
div.feedback p#feedback-buttons.neg-form {
  padding: 2em;
  font-size: 14px;
}
div.feedback p#feedback-buttons.neg-form p {
  margin: 0;
}
div.feedback p#feedback-buttons.neg-form button.cancel {
  top: -3.25em;
}
div.feedback p#feedback-buttons.neg-form #neg-message {
  width: 100%;
  margin: -1em 0 1em;
}
div.feedback p#feedback-buttons p.thank-you {
  margin: 0.7em;
}
div.feedback p#feedback-buttons button {
  position: relative;
  top: -0.25em;
  padding: 0.4em;
  margin: 0.25em 0 0.25em 0.75em;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
}
div.feedback p#feedback-buttons button:before {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
}
div.feedback p#feedback-buttons button#pos-fdbk {
  background-color: #fe8503;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8503), color-stop(100%, #ef5f16));
  background: -webkit-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -o-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -ms-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: linear-gradient(top, #fe8503 0%, #ef5f16 100%);
}
div.feedback p#feedback-buttons button#pos-fdbk:hover {
  background: -moz-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5f16), color-stop(100%, #fe8503));
  background: -webkit-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -o-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -ms-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: linear-gradient(top, #ef5f16 0%, #fe8503 100%);
}
div.feedback p#feedback-buttons button#pos-fdbk:before {
  content: '\f087';
}
div.feedback p#feedback-buttons button#neg-fdbk {
  background-color: #555555;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
  background: -moz-linear-gradient(top, #555555 0, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0, #222222 100%);
  background: -o-linear-gradient(top, #555555 0, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0, #222222 100%);
  background: linear-gradient(top, #555555 0%, #222222 100%);
}
div.feedback p#feedback-buttons button#neg-fdbk:hover {
  background: -moz-linear-gradient(top, #222222 0, #555555 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #555555));
  background: -webkit-linear-gradient(top, #222222 0, #555555 100%);
  background: -o-linear-gradient(top, #222222 0, #555555 100%);
  background: -ms-linear-gradient(top, #222222 0, #555555 100%);
  background: linear-gradient(top, #222222 0%, #555555 100%);
}
div.feedback p#feedback-buttons button#neg-fdbk:before {
  content: '\f088';
}
div.feedback #feedback-form {
  z-index: 10;
  font-size: 14px;
  position: absolute;
  display: block;
  right: 1.5em;
  top: 10em;
  padding: 2em;
  width: 36em;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  display: none;
}
div.feedback #feedback-form label[for='message'] {
  line-height: 1.5em;
}
div.feedback #feedback-form span.error {
  color: #d20000;
  float: right;
  max-width: 330px;
  font-weight: bold;
}

a.to_top {
  display: none;
  z-index: 10;
  position: absolute;
  height: 3.5em;
  width: 3.5em;
  bottom: 0;
  background-color: #fe8503;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8503), color-stop(100%, #ef5f16));
  background: -webkit-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -o-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -ms-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: linear-gradient(top, #fe8503 0%, #ef5f16 100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 10px;
}
a.to_top:hover {
  background: -moz-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5f16), color-stop(100%, #fe8503));
  background: -webkit-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -o-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -ms-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: linear-gradient(top, #ef5f16 0%, #fe8503 100%);
}
a.to_top:before {
  font-family: 'FontAwesome';
  content: "\f062";
  color: white;
  font-size: 1.2em;
  position: absolute;
  top: 1.5em;
  left: 1em;
}
a.to_top:after {
  content: "Top";
  position: absolute;
  left: 0.9em;
  top: 0.5em;
}

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.searchresults.layout-visible, body.media-mobile div.topic, body.media-mobile div.searchbar {
  transition: none;
}

body.media-landscape div.searchbar input {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
  /*
  background-color: #333;
  color: $search-field-text;
  */
  background-color: #eee;
  color: #333;
  border-radius: 3px !important;
  height: 2.2em !important;
  width: 90% !important;
  margin: .1em 5% .25em !important;
  border: 1px solid #aaa;
}

body.media-mobile div.idx-holder div.wIndex input, body.media-mobile div.glo-holder div.wGlossary input, body.media-landscape div.idx-holder div.wIndex input, body.media-landscape div.glo-holder div.wGlossary input, body.media-mobile div.searchbar input {
  border: none;
  width: calc(100% - 26px);
  margin: 13px;
  padding: 13px;
  /*
  background-color: #333;
  color: white;
  */
  background-color: #eee;
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
}

body.media-landscape div.idx-holder input,
body.media-landscape div.glo-holder input,
body.media-landscape div.searchbar input {
  margin: 0.5em !important;
}

body.media-desktop div.idx-holder div.wIndex input, body.media-desktop div.glo-holder div.wGlossary input, body.media-desktop div.searchbar input.wSearchField {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
  background-color: #eee;
  color: #333;
  height: 2.5em !important;
  width: 90% !important;
  margin: 1.3em 5% 0.3em !important;
  border-radius: 3px !important;
  border: 1px solid #aaa;
}

body.media-mobile div.idx-holder div.wIndex, body.media-mobile div.glo-holder div.wGlossary, body.media-landscape div.idx-holder div.wIndex, body.media-landscape div.glo-holder div.wGlossary {
  color: #333333;
}
body.media-mobile div.idx-holder div.wIndex .wIdxAlphabet, body.media-mobile div.glo-holder div.wGlossary .wIdxAlphabet, body.media-landscape div.idx-holder div.wIndex .wIdxAlphabet, body.media-landscape div.glo-holder div.wGlossary .wIdxAlphabet,
body.media-mobile div.idx-holder div.wIndex .wGloAlphabet,
body.media-mobile div.glo-holder div.wGlossary .wGloAlphabet,
body.media-landscape div.idx-holder div.wIndex .wGloAlphabet,
body.media-landscape div.glo-holder div.wGlossary .wGloAlphabet {
  display: none;
}
body.media-mobile div.idx-holder div.wIndex .wIdxLink, body.media-mobile div.glo-holder div.wGlossary .wIdxLink, body.media-landscape div.idx-holder div.wIndex .wIdxLink, body.media-landscape div.glo-holder div.wGlossary .wIdxLink {
  background-image: url("idx_topic.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  padding-left: 1.5em !important;
}
body.media-mobile div.idx-holder div.wIndex div, body.media-mobile div.glo-holder div.wGlossary div, body.media-landscape div.idx-holder div.wIndex div, body.media-landscape div.glo-holder div.wGlossary div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}
body.media-mobile div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock), body.media-mobile div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) {
  margin-left: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #cfcfcf;
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span, body.media-mobile div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span {
  padding-left: .25em;
  padding-right: .25em;
}
body.media-mobile div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock), body.media-mobile div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) {
  margin-left: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #cfcfcf;
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span, body.media-mobile div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span {
  padding-left: .25em;
  padding-right: .25em;
}
body.media-mobile div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock), body.media-mobile div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) {
  margin-left: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #cfcfcf;
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span, body.media-mobile div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span {
  padding-left: .25em;
  padding-right: .25em;
}
body.media-mobile div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock), body.media-mobile div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) {
  margin-left: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #cfcfcf;
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span, body.media-mobile div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span {
  padding-left: .25em;
  padding-right: .25em;
}
body.media-mobile div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock), body.media-mobile div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) {
  margin-left: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #cfcfcf;
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span, body.media-mobile div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span {
  padding-left: .25em;
  padding-right: .25em;
}
body.media-mobile div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock), body.media-mobile div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock), body.media-landscape div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) {
  margin-left: 0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #cfcfcf;
  padding: 0.5em 0 0.5em 0;
}
body.media-mobile div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span, body.media-mobile div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span, body.media-landscape div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span {
  padding-left: .25em;
  padding-right: .25em;
}
body.media-mobile div.idx-holder div.wIndex span.wGloDefinitionText, body.media-mobile div.glo-holder div.wGlossary span.wGloDefinitionText, body.media-landscape div.idx-holder div.wIndex span.wGloDefinitionText, body.media-landscape div.glo-holder div.wGlossary span.wGloDefinitionText {
  color: #333333;
}

body.media-desktop div.idx-holder div.wIndex, body.media-desktop div.glo-holder div.wGlossary {
  color: #333333;
}
body.media-desktop div.idx-holder div.wIndex > div.treeitem, body.media-desktop div.glo-holder div.wGlossary > div.treeitem {
  margin-left: 1.43em !important;
  font-size: 1.4em;
}
body.media-desktop div.idx-holder div.wIndex .wIdxLink, body.media-desktop div.glo-holder div.wGlossary .wIdxLink {
  background-image: url("idx_topic.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  min-height: .9em !important;
  line-height: 1.25em !important;
  margin-top: .3em !important;
  margin-bottom: .3em !important;
}
body.media-desktop div.idx-holder div.wIndex div.treeitem div, body.media-desktop div.glo-holder div.wGlossary div.treeitem div {
  font-size: 100%;
}
body.media-desktop div.idx-holder div.wIndex span.wGloDefinitionText, body.media-desktop div.glo-holder div.wGlossary span.wGloDefinitionText {
  color: #333333;
}
body.media-desktop div.idx-holder div.wIndex .wIdxAlphabet, body.media-desktop div.glo-holder div.wGlossary .wIdxAlphabet,
body.media-desktop div.idx-holder div.wIndex .wGloAlphabet,
body.media-desktop div.glo-holder div.wGlossary .wGloAlphabet {
  display: none;
}

div.toc-holder li {
  color: #333333;
  position: relative;
}
div.toc-holder li.selected {
  color: #333333;
  border-left-color: #cfcfcf;
}
div.toc-holder li.expanded.active {
  border-top: none !important;
}

body.media-mobile div.toc-holder ul li, body.media-landscape div.toc-holder ul li {
  color: #333333;
}
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: #cfcfcf;
  padding: 0.1em 0 0 2.2em;
  margin-top: 0;
  margin-bottom: 0;
}
body.media-mobile div.toc-holder ul li:not(.child).selected, body.media-landscape div.toc-holder ul li:not(.child).selected {
  padding-left: 2.2em !important;
  border-left-width: .2em !important;
  /* Override widget background setting */
  background-position: .6em .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:before, body.media-landscape div.toc-holder ul li.book:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #333333;
  font-size: 1em;
  position: absolute;
  top: 0.5em;
  left: 1em;
}
body.media-mobile div.toc-holder ul li.expanded:before, body.media-landscape div.toc-holder ul li.expanded:before {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #333333;
  font-size: 1em;
  position: absolute;
  top: 0.5em;
  left: 1em;
}
body.media-mobile div.drill-down.toc-holder li.book.expanded:before, body.media-landscape div.drill-down.toc-holder li.book.expanded:before {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #333333;
  font-size: 1em;
  position: absolute;
  top: 0.5em;
  left: 1em;
}
body.media-mobile div.drill-down.toc-holder ul li.selected, body.media-landscape div.drill-down.toc-holder ul li.selected {
  padding-left: 2em !important;
  /* Override widget background setting */
  background-position: .4em .8em;
}

body.media-desktop div.toc-holder ul li {
  color: #333333;
}
body.media-desktop div.toc-holder ul li.book {
  position: relative;
}
body.media-desktop div.toc-holder ul li.book:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #333333;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 1em;
}
body.media-desktop div.toc-holder ul li.expanded {
  position: relative;
}
body.media-desktop div.toc-holder ul li.expanded:before {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #333333;
  font-size: 1em;
  position: absolute;
  top: 2px;
  left: 1em;
}

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: .75em;
  line-height: 1em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

body.media-mobile div.searchresults.layout-visible, body.media-landscape div.searchresults.layout-visible, body.media-desktop div.searchresults.search-content {
  color: #333333;
  background-color: white;
}
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: .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: #fe8503;
}
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: .25em;
  color: #fe8503;
}
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: #333333;
}
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: #cfcfcf;
}
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: .5em;
  margin-bottom: .5em;
}
body.media-mobile div.searchresults.layout-visible .wSearchResultsEnd, body.media-landscape div.searchresults.layout-visible .wSearchResultsEnd, body.media-desktop div.searchresults.search-content .wSearchResultsEnd {
  margin-bottom: 1em;
}

body.media-desktop div.searchresults.search-sidebar {
  padding-top: 1em;
  color: #333333;
}
body.media-desktop div.searchresults.search-sidebar div.search-alert {
  color: #333333;
}
body.media-desktop div.searchresults.search-sidebar .wSearchMessage {
  color: #aaaaaa;
  font-style: italic;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 1em;
}
body.media-desktop div.searchresults.search-sidebar .wSearchMessage span.wSearchMessage {
  border-bottom: none;
  font-size: .9em;
}
body.media-desktop div.searchresults.search-sidebar a {
  color: #333333;
}
body.media-desktop div.searchresults.search-sidebar span.wSearchContext {
  color: #333333;
}
body.media-desktop div.searchresults.search-sidebar span.wSearchURL {
  color: #aaaaaa;
}
body.media-desktop div.searchresults.search-sidebar label.wSearchAndLabelResults {
  color: #333333;
}

/********
*
*	Wireframe
*
********/
body.media-mobile {
  /* We need to fix the position of the body to make sure the menu works on Android in RTL languages. */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 100%;
  /* Display mobile header on mobile */
}
body.media-mobile #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
  font-size: 72%;
}
body.media-mobile div.feedback {
  display: none;
}
body.media-mobile div.toc-holder, body.media-mobile div.idx-holder, body.media-mobile div.glo-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.searchresults.layout-visible, body.media-mobile div.topic {
  position: absolute;
  /* Positioning for when the header is hidden (default) or visible. */
  top: 50px;
  left: 0;
  bottom: 49px;
  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 {
  padding-left: 0.25em;
  padding-right: 0;
  width: 100%;
  z-index: 11;
  background-color: white;
}
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. */
}
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;
}
body.media-mobile div.sidebar-opened.searchbar.layout-visible, body.media-mobile div.sidebar-opened.topic {
  display: none;
}
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.searchbar div.mobileheader, body.media-mobile div.layout-visible.topic div.mobileheader {
  display: block;
}
body.media-mobile div.header {
  display: block;
  width: 100%;
  height: 122px;
  padding-top: 0;
  position: fixed;
  z-index: 3;
}
@media (max-width: 767px) {
  body.media-mobile div.header {
    height: 94px;
  }
  body.media-mobile div.header .minormenu {
    display: none;
  }
}
body.media-mobile div.header button.btn.btn-navbar {
  top: -1.1em;
}
body.media-mobile div.header a.brand {
  top: -17px;
}
body.media-mobile div.header .wrapper.navbar {
  height: 50px;
  padding: 0 1em;
}
body.media-mobile div.header .wrapper.navbar.in {
  height: initial;
}
body.media-mobile div.functionbar {
  background-color: #aaaaaa;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.media-mobile div.functionbar div.nav {
  height: 50px;
  min-width: 250px;
}
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: 200px;
}
body.media-mobile div.functionbar div.nav.no-filter a {
  width: 50px;
}
body.media-mobile div.functionbar div.nav a {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
body.media-mobile div.functionbar div.nav a.active {
  background-color: white;
}
body.media-mobile div.functionbar div.nav a.active.toc:before {
  font-family: 'FontAwesome';
  content: "\f03a";
  color: #888888;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 14px 13px 12px;
}
body.media-mobile div.functionbar div.nav a.active.fts:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #888888;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 12px 13px 14px;
}
body.media-mobile div.functionbar div.nav a.toc:before {
  font-family: 'FontAwesome';
  content: "\f03a";
  color: #333333;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 12px 13px 14px;
}
body.media-mobile div.functionbar div.nav a.fts:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #333333;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 12px 13px 14px;
}
body.media-mobile div.functionbar div.nav a.print {
  display: none;
}
body.media-mobile div.functionbar div.nav a.pdf {
  display: none;
}
body.media-mobile div.functionbar div.nav a.brs_previous, body.media-mobile div.functionbar div.nav a.brs_next {
  display: none;
}
body.media-mobile div.functionbar div.nav a#browseSeqBackMobile {
  float: right;
}
body.media-mobile div.functionbar div.nav a#browseSeqBackMobile:before {
  font-family: 'FontAwesome';
  content: "\f060";
  color: #333333;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 12px 13px 14px;
}
body.media-mobile div.functionbar div.nav a#browseSeqBackMobile[style="visibility: hidden;"] {
  visibility: visible !important;
  cursor: default;
  pointer-events: none;
}
body.media-mobile div.functionbar div.nav a#browseSeqBackMobile[style="visibility: hidden;"]:before {
  color: #888888;
}
body.media-mobile div.functionbar div.nav a#browseSeqNextMobile {
  float: right;
}
body.media-mobile div.functionbar div.nav a#browseSeqNextMobile:before {
  font-family: 'FontAwesome';
  content: "\f061";
  color: #333333;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 12px 13px 14px;
}
body.media-mobile div.functionbar div.nav a#browseSeqNextMobile[style="visibility: hidden;"] {
  visibility: visible !important;
  cursor: default;
  pointer-events: none;
}
body.media-mobile div.functionbar div.nav a#browseSeqNextMobile[style="visibility: hidden;"]:before {
  color: #888888;
}
body.media-mobile div.toc-holder {
  padding-left: 2.6em;
}
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.toc-holder ul.toc > li:first-child {
  border-top: none !important;
}
body.media-mobile div.idx-holder {
  padding-left: 0;
  padding-right: 0;
}
body.media-mobile div.glo-holder {
  padding-left: 0;
  padding-right: 0;
}
body.media-mobile div.searchbar.layout-visible {
  display: block;
  position: absolute;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  height: 118px;
  width: 100%;
  min-width: 15em;
  background-color: white;
}
body.media-mobile div.searchbar.layout-visible a.wSearchLink {
  position: absolute;
  width: 15px;
  top: 76px;
  right: 26px;
  text-decoration: none;
}
body.media-mobile div.searchbar.layout-visible a.wSearchLink:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #eeeeee;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
body.media-mobile div.searchbar input {
  padding-right: 2.2em;
}
body.media-mobile div.searchresults.layout-visible {
  top: 118px;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 13px 0 13px;
}
body.media-mobile div.searchresults.layout-visible label.wSearchAndLabelResults {
  font-size: 0.9em;
  margin: 1em 0;
  background-image: url("andsearch_nomark.png");
  background-repeat: no-repeat;
  background-position: 0.4em 1em;
  background-size: auto 0.8em;
  background-position: left 0;
}
body.media-mobile div.searchresults.layout-visible label.wSearchAndLabelResults.active {
  background-image: url("andsearch_mark.png");
  background-position: left 0;
}
body.media-mobile div.searchresults.layout-visible #searchresults #searchMsg {
  font-size: 0.9em;
  font-style: italic;
}
body.media-mobile div.topic div.topic-state.loading {
  top: 50px;
}
body.media-mobile div.topic div.functionholder {
  display: none;
}
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;
  margin-left: -2.6em;
  font-size: 1.3em;
  color: white;
  text-align: left;
  background-color: #fe8503;
  height: 50px;
  line-height: 50px;
  padding-left: 0.75em;
}
body.media-mobile div.mobileheader > span,
body.media-mobile div.mobile-filter-heading div.page-title > span {
  padding-left: 13px;
  font-style: bold;
}
body.media-mobile div.mobileheader span[data-text="@KEY_LNG.SearchPageTitle"],
body.media-mobile div.mobile-filter-heading div.page-title span[data-text="@KEY_LNG.SearchPageTitle"] {
  margin-left: 2em;
}
body.media-mobile div.mobileheader div.totopic,
body.media-mobile div.mobile-filter-heading div.page-title div.totopic {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
body.media-mobile div.mobileheader div.totopic:before,
body.media-mobile div.mobile-filter-heading div.page-title div.totopic:before {
  font-family: 'FontAwesome';
  content: "\f060";
  color: white;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 13px;
}

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.searchbar, body.media-landscape div.searchresults.layout-visible {
  position: absolute;
  top: 5.625em;
  left: 5em;
  bottom: 0;
  width: 20em;
  background: white;
}
body.media-landscape div.functionbar {
  position: absolute;
  top: 5.625em;
  left: 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.searchbar {
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
}
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.searchbar {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body.media-landscape div.header {
  height: 5.625em;
  position: fixed;
  z-index: 3;
  width: 100%;
}
body.media-landscape div.header div.nav-collapse.collapse.no-transition.nav-menu ul.nav li {
  margin-left: 5em;
}
body.media-landscape div.header button.btn.btn-navbar {
  top: -0.6em;
}
body.media-landscape div.functionbar {
  background-color: #aaaaaa;
  width: 5em;
}
body.media-landscape div.functionbar div.nav {
  padding-top: .4em;
}
body.media-landscape div.functionbar div.nav a {
  position: relative;
  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: white;
}
body.media-landscape div.functionbar div.nav a.active.toc:before {
  font-family: 'FontAwesome';
  content: "\f03a";
  color: #888888;
  font-size: 32px;
  position: absolute;
  top: 1em;
  left: 0.75em;
}
body.media-landscape div.functionbar div.nav a.active.fts:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #888888;
  font-size: 32px;
  position: absolute;
  top: 1em;
  left: 0.75em;
}
body.media-landscape div.functionbar div.nav a.toc:before {
  font-family: 'FontAwesome';
  content: "\f03a";
  color: #eeeeee;
  font-size: 2em;
  position: absolute;
  top: 1em;
  left: 0.75em;
}
body.media-landscape div.functionbar div.nav a.fts:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #eeeeee;
  font-size: 2em;
  position: absolute;
  top: 1em;
  left: 0.75em;
}
body.media-landscape div.functionbar div.nav a.print, body.media-landscape div.functionbar div.nav a.pdf, body.media-landscape div.functionbar div.nav a.brs_previous, body.media-landscape div.functionbar div.nav a.brs_next, body.media-landscape div.functionbar div.nav a#browseSeqBackMobile, body.media-landscape div.functionbar div.nav a#browseSeqNextMobile {
  display: none;
}
body.media-landscape div.toc-holder {
  border-right: 1px solid #cfcfcf;
  padding-left: 0;
}
body.media-landscape div.toc-holder ul {
  margin-left: 0;
}
body.media-landscape div.toc-holder ul li {
  margin-left: 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 ul.toc > li:first-child {
  border-top: none;
}
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-left: 0;
  padding-right: 0;
  padding-top: .5em;
}
body.media-landscape div.glo-holder {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5em;
}
body.media-landscape div.searchbar {
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
  height: 2.7em;
  top: 5.625em;
}
body.media-landscape div.searchbar input {
  width: 96% !important;
}
body.media-landscape div.searchbar a.wSearchLink {
  display: none;
}
body.media-landscape div.searchbar.searchpage-mode ~ div.topic {
  left: 25em;
}
body.media-landscape div.searchresults.layout-visible {
  top: 8.325em;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 1em;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
}
body.media-landscape div.searchresults.layout-visible div.wSearchResultItem a.nolink > div.wSearchResultTitle {
  font-size: 1em;
}
body.media-landscape div.searchresults.layout-visible div.wSearchResultItem div.wSearchContent {
  font-size: .8em;
}
body.media-landscape div.searchresults.layout-visible div.wSearchResultItem div.wSearchURL {
  font-size: 0.6em;
}
body.media-landscape div.searchresults.layout-visible label.wSearchAndLabelResults {
  color: #aaaaaa;
  font-size: 0.875em;
  margin: 0.75em 0;
  background-image: url("andsearch_nomark.png");
  background-repeat: no-repeat;
  background-position: left 0em;
  background-size: auto 0.8em;
}
body.media-landscape div.searchresults.layout-visible label.wSearchAndLabelResults.active {
  background-image: url("andsearch_mark.png");
}
body.media-landscape div.searchresults.layout-visible div.wSearchMessage {
  color: #aaaaaa;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 0.5em;
  font-style: italic;
}
body.media-landscape div.searchresults.layout-visible div.wSearchMessage span.wSearchMessage {
  border-bottom: none;
  font-size: .8em;
}
body.media-landscape div.searchresults.layout-visible div.wSearchResultsEnd span {
  font-size: 0.8em;
}
body.media-landscape div.topic {
  position: absolute;
  top: 5.625em;
  left: 5em;
  right: 0;
  bottom: 0;
  margin-top: 2.6em;
  z-index: 10;
  -o-transition-duration: 0.35s;
  -o-transition-timing-function: ease-out;
  -o-transition-property: left;
  -ms-transition-duration: 0.35s;
  -ms-transition-timing-function: ease-out;
  -ms-transition-property: left;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease-out;
  -moz-transition-property: left;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-property: left;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  transition-property: left;
  -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.sidebar-opened {
  left: 25em;
}
body.media-landscape div.topic div.functionholder {
  display: block;
  height: 4.3em;
  position: absolute;
  top: -4.2em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  padding: 0 1em;
  background-color: #aaaaaa;
  font-size: 10px;
  width: 100%;
}
body.media-landscape div.topic div.functionholder button.feedback {
  margin-top: 1.1em;
  line-height: 1.1em;
  float: right;
  margin: 0;
  top: 0.4em;
  width: auto;
  height: auto;
  position: relative;
  padding: 0.6em 2em;
  font-size: 1.4em;
  text-transform: uppercase;
  overflow: visible;
  background-color: #fe8503;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8503), color-stop(100%, #ef5f16));
  background: -webkit-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -o-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -ms-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: linear-gradient(top, #fe8503 0%, #ef5f16 100%);
}
body.media-landscape div.topic div.functionholder button.feedback:hover {
  background: -moz-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5f16), color-stop(100%, #fe8503));
  background: -webkit-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -o-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -ms-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: linear-gradient(top, #ef5f16 0%, #fe8503 100%);
}
body.media-landscape div.topic div.functionholder > div {
  width: 1em;
  height: 2em;
  margin-left: 3em;
  float: left;
  margin-top: 1.1em;
}
body.media-landscape div.topic div.functionholder > div.brs_previous {
  margin-left: 0;
}
body.media-landscape div.topic div.functionholder > div.functionbar-separator {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  width: 0px;
}
body.media-landscape div.topic div.functionholder > div.twitter-button {
  width: 90px;
  overflow: hidden;
}
body.media-landscape div.topic div.functionholder > div.fb-button {
  width: 150px;
  overflow: hidden;
}
body.media-landscape div.topic div.functionholder > div a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
body.media-landscape div.topic div.functionholder > div a.wBSNextButton {
  position: relative;
}
body.media-landscape div.topic div.functionholder > div a.wBSNextButton:before {
  font-family: 'FontAwesome';
  content: "\f061";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-landscape div.topic div.functionholder > div a.wBSNextButton[style="visibility: hidden;"] {
  visibility: visible !important;
  cursor: default;
  pointer-events: none;
}
body.media-landscape div.topic div.functionholder > div a.wBSNextButton[style="visibility: hidden;"]:before {
  color: #888888;
}
body.media-landscape div.topic div.functionholder > div a.wBSBackButton {
  position: relative;
}
body.media-landscape div.topic div.functionholder > div a.wBSBackButton:before {
  font-family: 'FontAwesome';
  content: "\f060";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-landscape div.topic div.functionholder > div a.wBSBackButton[style="visibility: hidden;"] {
  visibility: visible !important;
  cursor: default;
  pointer-events: none;
}
body.media-landscape div.topic div.functionholder > div a.wBSBackButton[style="visibility: hidden;"]:before {
  color: #888888;
}
body.media-landscape div.topic div.functionholder > div a.print {
  margin: 0;
  position: relative;
}
body.media-landscape div.topic div.functionholder > div a.print:before {
  font-family: 'FontAwesome';
  content: "\f02f";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-landscape div.topic div.functionholder > div a.pdf {
  margin: 0;
  position: relative;
}
body.media-landscape div.topic div.functionholder > div a.pdf:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
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-landscape div.feedback p#feedback-buttons {
  font-size: 0.75em;
}
body.media-landscape a.to_top {
  right: 8em;
  display: block;
}
body.media-landscape.ios div.header div.brs_previous, body.media-landscape.ios div.header div.brs_next {
  display: none;
}
body.media-landscape.ios div.header div.wrapper .container .widget.search.nav-collapse #search-term {
  height: 3em;
}
body.media-landscape.ios div.topic {
  margin-top: 0;
}
body.media-landscape.ios div.topic div.functionholder {
  display: none;
}
body.media-landscape.ios p#feedback-buttons {
  right: 1em;
}
body.media-landscape.ios a.to_top {
  display: none;
}
body.media-landscape #ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container {
  position: absolute;
  top: -19px;
  font-size: 68%;
}
body.media-landscape #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
  font-size: 68%;
}

@media (max-width: 767px) {
  #ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container {
    position: absolute;
    top: -29px;
  }
}
body.media-desktop {
  font-size: 62.5%;
  /* Set the default size to 10px. This makes for easy calculation according to spec */
  /*	$heading-height-desktop: 7em;*/
  /* Elements that are positioned differently for different queries */
}
body.media-desktop div.functionbar {
  position: absolute;
  top: 9em;
  left: 0;
  width: 35em;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
}
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.searchbar.search-sidebar, body.media-desktop div.searchresults.search-sidebar {
  position: absolute;
  top: 13.3em;
  left: 0;
  width: 35em;
  bottom: 0;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: transparent;
  background-color: white;
  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.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: 9em;
  left: 35em;
  right: 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 {
  left: 0;
}
body.media-desktop div.header {
  height: 9em;
  position: fixed;
  z-index: 1;
  width: 100%;
}
body.media-desktop div.header .nav-collapse.collapse.no-transition.nav-menu ul.nav li {
  margin-left: 7em;
}
body.media-desktop div.functionbar {
  background-color: #aaaaaa;
  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: left;
  width: 5em;
  height: 4.3em;
}
body.media-desktop div.functionbar div.nav a.topic {
  display: none;
}
body.media-desktop div.functionbar div.nav a.toc {
       /*
	@include desktop-nav-background('toc_desktop.png');*/
  border-radius: 3px;
  top: 5px;
  position: relative;
}
body.media-desktop div.functionbar div.nav a.toc:before {
  font-family: 'FontAwesome';
  content: "\f03a";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0.5em;
  left: 0.75em;
}
body.media-desktop div.functionbar div.nav a.fts.search-sidebar {
  display: block;
  border-radius: 3px;
  top: 5px;
  position: relative;
}
body.media-desktop div.functionbar div.nav a.fts.search-sidebar:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0.5em;
  left: 0.75em;
}
body.media-desktop div.functionbar div.nav a.print, body.media-desktop div.functionbar div.nav a.pdf, body.media-desktop div.functionbar div.nav a.brs_previous, body.media-desktop div.functionbar div.nav a.brs_next, body.media-desktop div.functionbar div.nav a#browseSeqBackMobile, body.media-desktop div.functionbar div.nav a#browseSeqNextMobile {
  display: none;
}
body.media-desktop div.toc-holder {
  font-size: 1.1em;
}
body.media-desktop div.toc-holder.layout-visible {
  margin-top: 0;
  padding-top: .2em;
  overflow-x: visible;
}
body.media-desktop div.toc-holder.layout-visible * {
  white-space: normal;
}
body.media-desktop div.toc-holder ul a {
  margin-left: 2em;
}
body.media-desktop div.toc-holder > ul.toc > li > a {
  font-weight: bold;
}
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.searchbar.search-content {
  display: none;
}
body.media-desktop div.searchbar a.wSearchLink {
  display: none;
}
body.media-desktop div.searchresults label.wSearchAndLabelResults {
  background-position: left top;
  background-size: auto 100%;
  padding-top: .2em;
  padding-left: 2.5em;
  background-image: url("andsearch_nomark.png");
  background-repeat: no-repeat;
  background-position: left 0.1em;
  background-size: auto 1em;
}
body.media-desktop div.searchresults label.wSearchAndLabelResults.active {
  background-image: url("andsearch_mark.png");
  background-repeat: no-repeat;
  background-position: left 0.1em;
  background-size: auto 1em;
}
body.media-desktop div.searchresults label.wSearchAndLabelResults span {
  font-size: 1.4em;
  color: #aaaaaa;
}
body.media-desktop div.searchresults.search-sidebar {
  padding-right: 2em;
  top: 18.8em;
  left: 0 !important;
}
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem a {
  color: #fe8503;
}
body.media-desktop div.searchresults.search-sidebar > div {
  font-size: 1.3em;
}
body.media-desktop div.searchresults.search-sidebar label.wSearchAndLabelResults {
  line-height: 1.4em;
}
body.media-desktop div.searchresults.search-content {
  z-index: 5;
  top: 15.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-left: 2.5em;
}
body.media-desktop div.searchresults.search-content > div {
  margin-left: 1.5em;
  font-size: 1.6em;
}
body.media-desktop div.sidebarsizer {
  display: block;
  position: absolute;
  top: 9em;
  left: 35em;
  bottom: 0;
  width: 1em;
  cursor: col-resize;
  overflow: visible;
  z-index: 10;
  border-left-width: 0.4em;
  border-left-style: solid;
  border-left-color: #cfcfcf;
}
body.media-desktop div.sidebarsizer a.sidebartoggle {
  position: absolute;
  display: block;
  top: 6.4em;
  left: -0.4em;
  width: 1.6em;
  height: 2.5em;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0 3px 3px 0;
  border-left: none;
}
body.media-desktop div.sidebarsizer a.sidebartoggle:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  color: #aaaaaa;
  font-size: 15px;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
}
body.media-desktop div.sidebarsizer.desktop-sidebar-hidden {
  left: 0;
}
body.media-desktop div.sidebarsizer.desktop-sidebar-hidden a.sidebartoggle {
  background: #fff;
}
body.media-desktop div.sidebarsizer.desktop-sidebar-hidden a.sidebartoggle:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #fe8503;
  font-size: 15px;
  position: absolute;
  top: 0.25em;
  left: 0.4em;
}
body.media-desktop div.topic iframe.topic {
  /* Position content for sidebar button */
  width: calc(100% - 1em);
  height: calc(100% - 6em);
  margin-left: 1em;
}
body.media-desktop div.topic div.functionholder {
  display: block;
  height: 4.3em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  padding: 0 1em;
  background-color: #aaaaaa;
}
body.media-desktop div.topic div.functionholder button.feedback {
  margin-top: 1.1em;
  line-height: 1.1em;
  float: right;
  margin: 0;
  top: 0.4em;
  width: auto;
  height: auto;
  position: relative;
  padding: 0.6em 2em;
  font-size: 1.4em;
  text-transform: uppercase;
  overflow: visible;
  background-color: #fe8503;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: MetaWebPro-Light, Arial, sans-serif;
  color: white;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8503), color-stop(100%, #ef5f16));
  background: -webkit-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -o-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: -ms-linear-gradient(top, #fe8503 0, #ef5f16 100%);
  background: linear-gradient(top, #fe8503 0%, #ef5f16 100%);
}
body.media-desktop div.topic div.functionholder button.feedback:hover {
  background: -moz-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5f16), color-stop(100%, #fe8503));
  background: -webkit-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -o-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: -ms-linear-gradient(top, #ef5f16 0, #fe8503 100%);
  background: linear-gradient(top, #ef5f16 0%, #fe8503 100%);
}
body.media-desktop div.topic div.functionholder > div {
  width: 2.15em;
  height: 2.15em;
  margin-left: 2em;
  float: left;
  margin-top: 1.1em;
}
body.media-desktop div.topic div.functionholder > div.functionbar-separator {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  width: 0px;
}
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 {
  position: relative;
}
body.media-desktop div.topic div.functionholder > div a.wBSNextButton:before {
  font-family: 'FontAwesome';
  content: "\f061";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-desktop div.topic div.functionholder > div a.wBSNextButton[style="visibility: hidden;"] {
  visibility: visible !important;
  cursor: default;
  pointer-events: none;
}
body.media-desktop div.topic div.functionholder > div a.wBSNextButton[style="visibility: hidden;"]:before {
  color: #888888;
}
body.media-desktop div.topic div.functionholder > div a.wBSBackButton {
  position: relative;
}
body.media-desktop div.topic div.functionholder > div a.wBSBackButton:before {
  font-family: 'FontAwesome';
  content: "\f060";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-desktop div.topic div.functionholder > div a.wBSBackButton[style="visibility: hidden;"] {
  visibility: visible !important;
  cursor: default;
  pointer-events: none;
}
body.media-desktop div.topic div.functionholder > div a.wBSBackButton[style="visibility: hidden;"]:before {
  color: #888888;
}
body.media-desktop div.topic div.functionholder > div a.print {
  margin: 0;
  position: relative;
}
body.media-desktop div.topic div.functionholder > div a.print:before {
  font-family: 'FontAwesome';
  content: "\f02f";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-desktop div.topic div.functionholder > div a.pdf {
  margin: 0;
  position: relative;
}
body.media-desktop div.topic div.functionholder > div a.pdf:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  color: #333333;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
body.media-desktop div.topic div.functionholder div.searchbar-extra {
  display: none;
}
body.media-desktop div.idx-holder input,
body.media-desktop div.glo-holder input,
body.media-desktop div.searchbar input {
  font-size: 1.4em !important;
}
body.media-desktop div.social_buttons {
  border-width: .1em !important;
}
body.media-desktop div.social_buttons.opened div.fb-button,
body.media-desktop div.social_buttons.opened div.twitter-button {
  padding-top: .1em;
}
body.media-desktop a.to_top {
  right: 8em;
  display: block;
}

@media (min-width: 768px) and (max-width: 797px) {
  div.header .widget.search.nav-collapse #search-term:before {
    display: none;
  }
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a {
  color: #aaa !important;
}
