/*
*  html5 doctor css reset adopted for scoping by K15t | http://html5doctor.com/html-5-reset-stylesheet
*/

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/*
* K15t specific part
*/
html, body {
  background: #F2F2F2 !important;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open sans", Arial, sans-serif;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  position: static;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5 {font-family: "Din Next W01" !important;font-weight:500;color: #222222;line-height: 1.2;}
h1, .h1 {font-size:2rem;line-height:1em;margin: 1em 0 1em 0;}
h2, .h2 {font-size: 1.75rem;margin: 1em 0 0.75em;}
h3, .h3 {font-size:1.5rem;margin: 1em 0 0.6667em 0;}
h4, .h4 {font-size: 1.35em;line-height:1em;margin: 1em 0 0.5em 0;}
h5, .h5 {font-size:1.125rem;line-height:1em;margin: 1em 0 0.5em 0;}

/* Not really a heading */
h6, .h6 { font-size:1em; font-weight:400; margin:0;}

/* Heading counters */
body { counter-reset: h2counter; }
.content-page .ht-content h1 { counter-reset: h2counter; }
.content-page .ht-content h2 { counter-reset: h3counter; counter-increment: h2counter; }
.content-page .ht-content h3 { counter-increment: h3counter; }

.content-page .ht-content h2:before { content: counter(h2counter) ".\0000a0\0000a0";}
.content-page .ht-content h3:before { content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0"; }

/* Small hack to make putting an indent on a heading a shortcut to remove the numbering */
.content-page .ht-content h2[style*="margin-left: 30.0px"] { margin-left:0px !important; }
.content-page .ht-content h3[style*="margin-left: 30.0px"] { margin-left:0px !important; }
.content-page .ht-content h2[style*="margin-left: 30.0px"]:before { content: "";}
.content-page .ht-content h3[style*="margin-left: 30.0px"]:before { content: ""; }

/* --- FORMS ------------------------------------------------------------------------------------------------------- */
input[type=text], input[type=password], input[type=email] {line-height: 2em !important;padding: 0 0.5em !important;border:1px solid #5685c4;border-radius:3px;width: 100% !important;height: 2em;}

h1 u, .h1 u,
h2 u, .h2 u,
h3 u, .h3 u,
h4 u, .h4 u,
h5 u, .h5 u,
h6 u, .h6 u { text-decoration:none; display:flex; align-items:flex-start; }

h1 u:after, .h1 u:after,
h2 u:after, .h2 u:after,
h3 u:after, .h3 u:after,
h4 u:after, .h4 u:after,
h5 u:after, .h5 u:after,
h6 u:after, .h6 u:after {content:"";flex-grow:1;border-bottom: 2px solid #dddddd;margin-left:0.5em;margin-top: 0.5em;position:relative;}

h1 b, .h1 b,
h2 b, .h2 b,
h3 b, .h3 b,
h4 b, .h4 b,
h5 b, .h5 b,
h6 b, .h6 b,
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strongl { font-weight:500; color:#f18800; }

/* --- LOADER ------------------------------------------------------------------------------------------------------- */
#ht-loader {
  position: fixed;
  z-index: 99999;
  background-color: white;
  width: 100%;
  height: 3000px;
  overflow: hidden;
  top: -100px;
}

/* --- HEADER ------------------------------------------------------------------------------------------------------- */
#ht-headerbar .top-navigation {padding:0;overflow: hidden;}
#ht-headerbar .top-navigation #menu-global-navigation .nav-item { font-size:0.875em; margin:0 0 0 1em; line-height:1.714285714285714em;  }
#ht-headerbar .top-navigation #menu-global-navigation .nav-item a {color:#FFFFFF;line-height: 1.857142857142857em;}
#ht-headerbar .top-navigation #menu-global-navigation .nav-item:last-child { font-weight:700; }
#ht-headerbar .site-logo {height: 52px;background-image: url(../images/KB_LOGO.svg);width: 335px;background-position: 0% 0%;margin: -1.857142857142857em 1.5em 0 -1.5em;z-index:100;display: block;background-size: 100% auto;background-repeat: no-repeat;position:  relative;}

#ht-headerbar article, #ht-headerbar aside, #ht-headerbar details, #ht-headerbar figcaption, #ht-headerbar figure, #ht-headerbar footer, #ht-headerbar header, #ht-headerbar hgroup, #ht-headerbar menu, #ht-headerbar nav, #ht-headerbar section {
  display: block;
}
#ht-headerbar nav ul {
  list-style: none;
}
#ht-headerbar blockquote, #ht-headerbar q {
  quotes: none;
}
#ht-headerbar blockquote:before, #ht-headerbar blockquote:after, #ht-headerbar q:before, #ht-headerbar q:after {
  content: none;
}
#ht-headerbar a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
#ht-headerbar ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-headerbar mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-headerbar del {
  text-decoration: line-through;
}
#ht-headerbar abbr[title], #ht-headerbar dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-headerbar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-headerbar hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-headerbar input, #ht-headerbar select {
  vertical-align: middle;
}

#ht-headerbar img {
  outline: 0;
  border: 0;
}

#ht-headerbar .header-container {display:flex;align-items:flex-start;justify-content: space-between;}
#ht-headerbar .header-container .ht-headerbar-left { display: none; }
#ht-headerbar .header-container .ht-headerbar-right {display:flex;min-width: 120px;text-align: right;justify-content: flex-end;height: 36px;}

@media screen and (max-width: 1024px) {
  #ht-headerbar .ht-headerbar-right {
    padding-top: 6px;
  }
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-headerbar-right {
    padding-top: 4px;
  }
}
#ht-headerbar .ht-headerbar-right a.ht-header-icon, #ht-headerbar .ht-headerbar-right #ht-search {
  /* float: right; */
  display: block;
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-headerbar-right a.ht-header-icon.no-mobile, #ht-headerbar .ht-headerbar-right #ht-search.no-mobile {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #ht-headerbar .ht-headerbar-right .ht-header-icon {
    width: 38px;
    height: 38px;
  }
  #ht-headerbar .ht-headerbar-right .ht-header-icon.no-mobile {
    display: none;
  }
  #ht-headerbar .ht-headerbar-right .ht-header-icon img, #ht-headerbar .ht-headerbar-right .ht-header-icon svg {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-headerbar-right {
    pointer-events: auto;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #ht-headerbar {
    top: 0px;
    height: 58px;
    left: 0px !important;
    margin-bottom: 1.2em;
    background:#f18800;
  }
  #ht-headerbar .site-logo {height: 42px; width: 265px;background-position: -30% 0%;background-size:auto 100%;background-repeat: no-repeat;position:  relative;margin: 0 0 0 -2.4em;}

  #ht-headerbar .header-container .ht-headerbar-right {
    position: absolute;
    right: 0px;
    height: 48px;
    display: none;
  }
  #ht-headerbar .header-container .ht-headerbar-left { display: block; }
  .home-page #ht-headerbar .header-container .ht-headerbar-left { display:none; }
  
  #ht-headerbar .header-container .ht-headerbar-left #ht-menu-toggle {
    position: relative;
    display: block;
    width: 1.8em;
    height: 34px;
    font-size: 24px;
    color: #FFFFFF;
    margin-right: -10px;
    border-radius: 5px;
  }

  #ht-headerbar .header-container .ht-headerbar-left #ht-menu-toggle:before {
    color: #FFFFFF;
    background: #f18800;
    line-height: 1.7em;
    width: 1.8em;
    text-align: center;
    margin-top: 0;
    top: 0;
    border-radius: 7px;
  }

  .show-sidebar #ht-headerbar .header-container .ht-headerbar-left #ht-menu-toggle:before {content:'\f016';}
}

#ht-headerbar .ht-dropdown {
  font-size: 0.875em;
  margin-top: -3px;
  position: relative;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-dropdown {
    position: absolute;
    left: -6px;
    right: -12px;
    border: 0px;
    margin-top: 4px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
}
#ht-headerbar .ht-dropdown.open {
  max-height: 300px;
  opacity: 1;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #ht-headerbar .ht-dropdown.open {
    max-height: 252px;
  }
}
#ht-headerbar .ht-dropdown ul {
  padding-top: 2px;
}
#ht-headerbar .ht-dropdown li {
  list-style: none;
}
#ht-headerbar .ht-dropdown li.search-key {
  padding: 1px 0;
}
#ht-headerbar .ht-dropdown li a {
  display: block;
  padding: 7px 10px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar .ht-dropdown li a {
    padding: 14px 10px;
  }
}
#ht-headerbar .ht-dropdown li a:hover {
  text-decoration: none;
}
#ht-headerbar .ht-dropdown ul {
  padding-top: 0;
}

#ht-headerbar #ht-search {
  display: inline-block;
  position: static;
  right: auto;
  height: 36px;
  opacity: 1;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-dropdown {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  }
}
#ht-headerbar #ht-search .ht-header-icon {
  margin: 0px;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-header-icon {
    margin-right: 0px;
  }
}

#ht-headerbar .ht-headerbar-right .ht-header-icon,
#ht-headerbar #ht-search #ht-search-button {
  display: inline-block;
  /* width: 36px; */
  overflow: hidden;
  margin-left: 0.5em;
}

#ht-headerbar .ht-headerbar-right .ht-header-icon:before,
#ht-headerbar #ht-search #ht-search-button:before {line-height: 2em;font-family:lswuiicons;font-size: 1.125em;}

#ht-headerbar #ht-search #ht-search-button:before { content:'\f000'; }

@media screen and (max-width: 1024px) {
  #ht-headerbar #ht-search #ht-search-button {
    pointer-events: auto;
  }
}
#ht-headerbar #ht-search .ht-search-input {
  pointer-events: auto;
  position: relative;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear {
  display: none;
  opacity: 0;
  width: 24px;
  height: 36px;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear.show {
  display: block;
  opacity: 1;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear, #ht-headerbar #ht-search .ht-search-input a#ht-search-button, #ht-headerbar #ht-search .ht-search-input form {
  float: right;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar #ht-search .ht-search-input {
    top: 0px;
    margin-top: 0px;
    right: auto;
  }
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-search-input {
    right: auto;
    left: auto;
    width: auto;
    pointer-events: auto;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
}
#ht-headerbar #ht-search .ht-search-input .search-input {
  height: 36px;
  width: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  outline: 0px;
  font-size: 14px;
  background-repeat: no-repeat;
  border: 0px;
  opacity: 0;
  -webkit-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-search-input .search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
#ht-headerbar #ht-search .ht-dropdown {
  position: absolute;
  left: -1px;
  top: 36px;
  right: -1px;
}
#ht-headerbar #ht-search.open {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search.open {
    pointer-events: auto;
    width: auto;
  }
}
#ht-headerbar #ht-search.open a.ht-search-clear {
  display: block;
}
#ht-headerbar #ht-search.open .ht-search-input {
  border: 1px solid #cccccc;
}
#ht-headerbar #ht-search.open .search-input {
  width: 200px;
  opacity: 1;
}
#ht-headerbar #ht-search.open #ht-search-button {
  pointer-events: none;
  cursor: default;
}
#ht-headerbar #ht-search.open #ht-search-button path {
  fill: #cccccc;
}
#ht-headerbar .ht-search-dropdown li a {
  text-align: left;
}
#ht-headerbar a.ht-search-clear {
  display: none;
}

#ht-headerbar {
  -moz-transform: translate(0px, auto);
  -o-transform: translate(0px, auto);
  -ms-transform: translate(0px, auto);
  -webkit-transform: translate(0px, auto);
  transform: translate(0px, auto);
  transition: transform 0.2s;
  z-index: 1000;
  position:  relative;
  left: 0 !important;
}

/* Search */
.search-wrap {z-index:100 ;position: relative;}
.search-wrap form {width:100%;position:relative;}
.search-wrap form .search-input {font-size:1.25em;padding: 0.125em 2.5em 0.125em 1em !important;border-radius: 5px;height: 2.25em;}
.search-wrap form button {border:none;background:none;position:absolute;right:0.25em;top:0;line-height:1.75em;width:1.5em;text-align:center;font-size:1.125em;right:0.5em;top: 1px;line-height:2.25em;color: #0d3dcf;cursor: pointer;}
.search-wrap form button:after { content:'\f000'; font-family:lswuiicons; }

.search-wrap .ht-search-dropdown {position:absolute;background: #FFFFFF;width: 100%;padding:0;border-radius: 0 0 5px 5px;max-height:0;overflow:hidden;z-index: -1;}
.search-wrap .ht-search-dropdown.open {max-height: 9999em;box-shadow: 0 0 1000px 10000px rgba(0,0,0,0.5);border-top: 2px solid #dddddd;overflow:visible;}
.search-wrap .ht-search-dropdown.open:before {content:"";background:#FFFFFF;height:4px;width: 100%;position: absolute;left: 0;top: -6px;}
.search-wrap .ht-search-dropdown ul {list-style:none;padding:0;margin: 0;}
.search-wrap .ht-search-dropdown ul li {padding: 0.85em 1em 0.5em; display:none; }
.search-wrap .ht-search-dropdown ul li:nth-of-type(1),
.search-wrap .ht-search-dropdown ul li:nth-of-type(2),
.search-wrap .ht-search-dropdown ul li:nth-of-type(3),
.search-wrap .ht-search-dropdown ul li:nth-of-type(4),
.search-wrap .ht-search-dropdown ul li:nth-of-type(5),
.search-wrap .ht-search-dropdown ul li:nth-of-type(6),
.search-wrap .ht-search-dropdown ul li:nth-of-type(7) { display:block; }
.search-wrap .ht-search-dropdown ul li a { color:#555555; }
.search-wrap .ht-search-dropdown ul li.search-key {background:#f2f2f2;border-radius: 0 0 5px 5px;padding: 1em;margin-top: 0.3em; display:block}
.search-wrap .ht-search-dropdown ul li.search-key a {color: #0D3DCF;}

#home-search {background-image:url(../images/HeaderImage.jpg);background-size:cover;background-repeat:no-repeat;margin-top: -2.25em;padding-top: 0.5em;background-position: 50% 50%;}
#home-search .row {height:25vh;min-height:300px;margin-bottom: 3em;}
#home-search .row .search-wrap h1 {text-align:center;color:#FFFFFF;margin-top:0;text-shadow: 0px 1px 11px rgba(0,0,0,0.5);}
#home-search .row .search-wrap form .search-input { border:none; }
#home-search .row .search-wrap .ht-search-dropdown { width:calc(100% - 30px); }

#ht-sidebar { margin-top: 2em; padding: 1em 0; top: 0; align-self: flex-start; position: sticky; }
#ht-sidebar .search-wrap .ht-search-dropdown ul { padding-top:0.5em;}
#ht-sidebar .search-wrap .ht-search-dropdown ul li { font-size:0.875em; padding:0.5em 1em; }
#ht-sidebar .search-wrap .ht-search-dropdown ul li.search-key { padding:1em; }

/* --- SIDEBAR ------------------------------------------------------------------------------------------------------ */
#ht-sidebar {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-sidebar body {
  line-height: 1;
}
#ht-sidebar article, #ht-sidebar aside, #ht-sidebar details, #ht-sidebar figcaption, #ht-sidebar figure, #ht-sidebar footer, #ht-sidebar header, #ht-sidebar hgroup, #ht-sidebar menu, #ht-sidebar nav, #ht-sidebar section {
  display: block;
}
#ht-sidebar nav ul {
  list-style: none;
}
#ht-sidebar blockquote, #ht-sidebar q {
  quotes: none;
}
#ht-sidebar blockquote:before, #ht-sidebar blockquote:after, #ht-sidebar q:before, #ht-sidebar q:after {
  content: none;
}
#ht-sidebar a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
#ht-sidebar ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-sidebar mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-sidebar del {
  text-decoration: line-through;
}
#ht-sidebar abbr[title], #ht-sidebar dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-sidebar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-sidebar hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-sidebar input, #ht-sidebar select {
  vertical-align: middle;
}


@media screen and (max-width: 640px) {
  #ht-sidebar {
    width: 90%;
    overflow: hidden;
  }
}
#ht-sidebar .ht-sidebar-content {/* margin-left: -15px; *//* margin-right: -15px; */}
#ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container > * {background:#FFFFFF;border-radius:5px;}
#ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container #ht-menu-toggle { display: block; color: #f18800; margin-top: 1em; }
#ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container #ht-menu-toggle:before { content:'\f016'; }
#ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container > h5 { background:none; }

#ht-sidebar .ht-sidebar-header {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
#ht-sidebar h1.ht-logo {
  width: 100%;
  margin: 30px 0 10px;
}
#ht-sidebar h1.ht-logo .ht-logo-label {
  display: none;
}
#ht-sidebar h1.ht-logo img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  max-width: 120px;
  max-height: 100px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select {
  position: relative;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select label {
  display: block;
  left: 6px;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select label {
    display: none;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select select {
  position: absolute;
  opacity: 0;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select {
  overflow: visible;
  position: relative;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button {
  font-size: 0.875em;
  line-height: 32px;
  padding-bottom: 2px;
  display: block;
  text-align: right;
  position: relative;
  padding-right: 6px;
  cursor: pointer;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button label {
  position: absolute;
  left: 6px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button label {
    display: none;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button span {
  text-overflow: ellipsis;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  width: inherit;
  cursor: pointer;
  margin-right: 4px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button svg {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button {
    text-align: left;
    text-indent: 2px;
  }
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button svg {
    float: right;
    margin-top: 14px;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover {
  text-decoration: none;
  background-position: right -10px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active {
  text-decoration: none;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active svg {
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (max-width: 640px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button {
    font-size: 1em;
    line-height: 40px;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown {
  position: absolute;
  right: 0px;
  margin-top: 0px;
  max-width: 100%;
  min-width: 100px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown a {
  cursor: pointer;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown a span {
  cursor: pointer;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown {
  font-size: 0.875em;
  margin-top: -3px;
  position: relative;
  z-index: 101;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 640px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-dropdown {
    position: absolute;
    left: -6px;
    right: -12px;
    border: 0px;
    margin-top: 4px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown.open {
  max-height: 300px;
  opacity: 1;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #ht-sidebar .ht-scroll-versions-widget .ht-dropdown.open {
    max-height: 252px;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown ul {
  padding-top: 2px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li {
  list-style: none;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li.search-key {
  padding: 1px 0;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li a {
  display: block;
  padding: 7px 10px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-dropdown li a {
    padding: 14px 10px;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  #ht-sidebar .ht-scroll-versions-widget label {
    display: none;
  }
  #ht-sidebar .ht-scroll-versions-widget .ht-select-button {
    text-align: left;
  }
}
#ht-sidebar .ht-pages-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.875em;
  margin: 1em 0 0.5em;
  width: 100%;
  padding: 1em 1em 1em 1.7em;
}

#ht-sidebar .ht-pages-nav ul {
  padding-left: 1.8em;
  margin-left: -0.8em;
  margin-bottom: 0;
}
#ht-sidebar .ht-pages-nav ul.ht-pages-nav-sub {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle svg {
  display: none;
}

#ht-sidebar .ht-pages-nav ul li a { display: block; width: 100%; overflow: hidden; color: #555555; }
#ht-sidebar .ht-pages-nav ul li.leaf a:before { content:'\f03b'; font-family:lswuiicons; position:absolute; left:-1em;}

#ht-sidebar .ht-pages-nav > ul > li > ul > li > ul li {font-size: 12px;line-height: 1.4em;}
#ht-sidebar .ht-pages-nav > ul > li > ul > li > ul li .ht-pages-nav-toggle:before { font-size:1em; line-height:1.333333333333333em; width:1.333333333333333em; }

#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle:before { line-height: 1.285714285714286em; content: "\f022"; font-family: lswuiicons; background: #5685c4; border-radius: 9999em; width: 1.285714285714286em; text-align: center; color: #FFFFFF; font-size: 1em; transition: 0.5s all; cursor: pointer; left: -1.7em; }
#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle:before { transform: rotate(45deg); background: #f18800; }

#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle:before {}

#ht-sidebar .ht-pages-nav ul .open > ul { max-height: 9000px; }

#ht-sidebar .ht-pages-nav ul li {
  line-height: 1.250rem;
  position: relative;
  width: 100%;
  padding: 0.4em 0 0.4em 0em;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small {
  position: absolute;
  top: 0.4em;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small:hover {
  text-decoration: none;
}


#ht-sidebar .ht-pages-nav ul a.current:hover {
  text-decoration: none;
}

#ht-sidebar.small .ht-scroll-versions-widget label {
  display: none;
}
#ht-sidebar.small .ht-scroll-versions-widget a.ht-select-button {
  text-align: left;
  text-indent: 2px;
}
#ht-sidebar.small .ht-scroll-versions-widget a.ht-select-button svg {
  float: right;
  margin-top: 11px;
}

@media screen and (max-width: 767px) 
{
  #ht-sidebar {
    transition: all 0.2s;
    overflow: hidden;
    position: absolute;
    right: 0;
    background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    top: 0;
    width: 0;
    margin-right: 0;
    transform: translate(320px);
  }

  .show-sidebar {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .show-sidebar body {
    /* height: 100%; */
    /* width: 100%; */
    position: relative;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
  }
  .show-sidebar #ht-sidebar {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 1000px 10000px rgba(0,0,0,0.5);
    transform: translate(0px);
    width: 320px;
    padding: 0 1.125em 1em;
  }
  
  .show-sidebar #ht-wrap-container {
    /* -webkit-transition: -webkit-transform 0.3s ease-out; */
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    /* transition: transform 0.3s ease-out; */
    -moz-transform: translate(-320px, 0px);
    -o-transform: translate(-320px, 0px);
    -ms-transform: translate(-320px, 0px);
    /* -webkit-transform: translate(-320px, 0px); */
    /* transform: translate(-320px, 0px); */
    position: static;
  }
  .show-sidebar #ht-headerbar {
    -moz-transform: translate(-320px, 0px);
    -o-transform: translate(-320px, 0px);
    -ms-transform: translate(-320px, 0px);
    -webkit-transform: translate(-320px, 0px);
    transform: translate(-320px, 0px);
  } 
}

@media screen and (max-width: 640px) 
{
  @-moz-document url-prefix() {
    #ht-sidebar .ht-scroll-versions-widget .ht-dropdown {
      left: auto;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    }
  }
}


#ht-wrap-container #ht-sidebar-dragbar {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-sidebar-dragbar html, #ht-wrap-container #ht-sidebar-dragbar body, #ht-wrap-container #ht-sidebar-dragbar div, #ht-wrap-container #ht-sidebar-dragbar span, #ht-wrap-container #ht-sidebar-dragbar object, #ht-wrap-container #ht-sidebar-dragbar iframe, #ht-wrap-container #ht-sidebar-dragbar h1, #ht-wrap-container #ht-sidebar-dragbar h2, #ht-wrap-container #ht-sidebar-dragbar h3, #ht-wrap-container #ht-sidebar-dragbar h4, #ht-wrap-container #ht-sidebar-dragbar h5, #ht-wrap-container #ht-sidebar-dragbar h6, #ht-wrap-container #ht-sidebar-dragbar p, #ht-wrap-container #ht-sidebar-dragbar blockquote, #ht-wrap-container #ht-sidebar-dragbar pre, #ht-wrap-container #ht-sidebar-dragbar abbr, #ht-wrap-container #ht-sidebar-dragbar address, #ht-wrap-container #ht-sidebar-dragbar cite, #ht-wrap-container #ht-sidebar-dragbar code, #ht-wrap-container #ht-sidebar-dragbar del, #ht-wrap-container #ht-sidebar-dragbar dfn, #ht-wrap-container #ht-sidebar-dragbar em, #ht-wrap-container #ht-sidebar-dragbar img, #ht-wrap-container #ht-sidebar-dragbar ins, #ht-wrap-container #ht-sidebar-dragbar kbd, #ht-wrap-container #ht-sidebar-dragbar q, #ht-wrap-container #ht-sidebar-dragbar samp, #ht-wrap-container #ht-sidebar-dragbar small, #ht-wrap-container #ht-sidebar-dragbar strong, #ht-wrap-container #ht-sidebar-dragbar sub, #ht-wrap-container #ht-sidebar-dragbar sup, #ht-wrap-container #ht-sidebar-dragbar var, #ht-wrap-container #ht-sidebar-dragbar b, #ht-wrap-container #ht-sidebar-dragbar i, #ht-wrap-container #ht-sidebar-dragbar dl, #ht-wrap-container #ht-sidebar-dragbar dt, #ht-wrap-container #ht-sidebar-dragbar dd, #ht-wrap-container #ht-sidebar-dragbar ol, #ht-wrap-container #ht-sidebar-dragbar ul, #ht-wrap-container #ht-sidebar-dragbar li, #ht-wrap-container #ht-sidebar-dragbar fieldset, #ht-wrap-container #ht-sidebar-dragbar form, #ht-wrap-container #ht-sidebar-dragbar label, #ht-wrap-container #ht-sidebar-dragbar legend, #ht-wrap-container #ht-sidebar-dragbar table, #ht-wrap-container #ht-sidebar-dragbar caption, #ht-wrap-container #ht-sidebar-dragbar tbody, #ht-wrap-container #ht-sidebar-dragbar tfoot, #ht-wrap-container #ht-sidebar-dragbar thead, #ht-wrap-container #ht-sidebar-dragbar tr, #ht-wrap-container #ht-sidebar-dragbar th, #ht-wrap-container #ht-sidebar-dragbar td, #ht-wrap-container #ht-sidebar-dragbar article, #ht-wrap-container #ht-sidebar-dragbar aside, #ht-wrap-container #ht-sidebar-dragbar canvas, #ht-wrap-container #ht-sidebar-dragbar details, #ht-wrap-container #ht-sidebar-dragbar figcaption, #ht-wrap-container #ht-sidebar-dragbar figure, #ht-wrap-container #ht-sidebar-dragbar footer, #ht-wrap-container #ht-sidebar-dragbar header, #ht-wrap-container #ht-sidebar-dragbar hgroup, #ht-wrap-container #ht-sidebar-dragbar menu, #ht-wrap-container #ht-sidebar-dragbar nav, #ht-wrap-container #ht-sidebar-dragbar section, #ht-wrap-container #ht-sidebar-dragbar summary, #ht-wrap-container #ht-sidebar-dragbar time, #ht-wrap-container #ht-sidebar-dragbar mark, #ht-wrap-container #ht-sidebar-dragbar audio, #ht-wrap-container #ht-sidebar-dragbar video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container #ht-sidebar-dragbar body {
  line-height: 1;
}
#ht-wrap-container #ht-sidebar-dragbar article, #ht-wrap-container #ht-sidebar-dragbar aside, #ht-wrap-container #ht-sidebar-dragbar details, #ht-wrap-container #ht-sidebar-dragbar figcaption, #ht-wrap-container #ht-sidebar-dragbar figure, #ht-wrap-container #ht-sidebar-dragbar footer, #ht-wrap-container #ht-sidebar-dragbar header, #ht-wrap-container #ht-sidebar-dragbar hgroup, #ht-wrap-container #ht-sidebar-dragbar menu, #ht-wrap-container #ht-sidebar-dragbar nav, #ht-wrap-container #ht-sidebar-dragbar section {
  display: block;
}
#ht-wrap-container #ht-sidebar-dragbar nav ul {
  list-style: none;
}
#ht-wrap-container #ht-sidebar-dragbar blockquote, #ht-wrap-container #ht-sidebar-dragbar q {
  quotes: none;
}
#ht-wrap-container #ht-sidebar-dragbar blockquote:before, #ht-wrap-container #ht-sidebar-dragbar blockquote:after, #ht-wrap-container #ht-sidebar-dragbar q:before, #ht-wrap-container #ht-sidebar-dragbar q:after {
  content: none;
}
#ht-wrap-container #ht-sidebar-dragbar a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container #ht-sidebar-dragbar ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container #ht-sidebar-dragbar mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-sidebar-dragbar del {
  text-decoration: line-through;
}
#ht-wrap-container #ht-sidebar-dragbar abbr[title], #ht-wrap-container #ht-sidebar-dragbar dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container #ht-sidebar-dragbar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container #ht-sidebar-dragbar hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container #ht-sidebar-dragbar input, #ht-wrap-container #ht-sidebar-dragbar select {
  vertical-align: middle;
}
#ht-wrap-container #ht-sidebar-dragbar a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container #ht-sidebar-dragbar a:hover {
  text-decoration: underline;
}
#ht-wrap-container #ht-sidebar-dragbar img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-sidebar-dragbar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -10px;
  width: 10px;
  cursor: col-resize;
}
@media screen and (max-width: 1024px) {
  #ht-wrap-container #ht-sidebar-dragbar {
    display: none;
  }
}
#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle {
  height: 12px;
  width: 2px;
  position: fixed;
  top: 50%;
  margin-top: -6px;
}
#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle span {
  display: block;
  width: 2px;
  height: 2px;
  margin: 0px 2px 3px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
#ht-wrap-container .ht-content .ht-content-header {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}

#ht-wrap-container .ht-content .ht-content-header body {
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header article, #ht-wrap-container .ht-content .ht-content-header aside, #ht-wrap-container .ht-content .ht-content-header details, #ht-wrap-container .ht-content .ht-content-header figcaption, #ht-wrap-container .ht-content .ht-content-header figure, #ht-wrap-container .ht-content .ht-content-header footer, #ht-wrap-container .ht-content .ht-content-header header, #ht-wrap-container .ht-content .ht-content-header hgroup, #ht-wrap-container .ht-content .ht-content-header menu, #ht-wrap-container .ht-content .ht-content-header nav, #ht-wrap-container .ht-content .ht-content-header section {
  display: block;
}
#ht-wrap-container .ht-content .ht-content-header nav ul {
  list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header blockquote, #ht-wrap-container .ht-content .ht-content-header q {
  quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header blockquote:before, #ht-wrap-container .ht-content .ht-content-header blockquote:after, #ht-wrap-container .ht-content .ht-content-header q:before, #ht-wrap-container .ht-content .ht-content-header q:after {
  content: none;
}
#ht-wrap-container .ht-content .ht-content-header a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header del {
  text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header abbr[title], #ht-wrap-container .ht-content .ht-content-header dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container .ht-content .ht-content-header input, #ht-wrap-container .ht-content .ht-content-header select {
  vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container .ht-content .ht-content-header a:hover {
  text-decoration: underline;
}
#ht-wrap-container .ht-content .ht-content-header img {
  outline: 0;
  border: 0;
}
#ht-wrap-container .ht-content .ht-content-header {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  #ht-wrap-container .ht-content .ht-content-header {
    margin-bottom: 18px;
  }
}
.ht-content-header #ht-breadcrumb {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
.ht-content-header #ht-breadcrumb html, .ht-content-header #ht-breadcrumb body, .ht-content-header #ht-breadcrumb div, .ht-content-header #ht-breadcrumb span, .ht-content-header #ht-breadcrumb object, .ht-content-header #ht-breadcrumb iframe, .ht-content-header #ht-breadcrumb h1, .ht-content-header #ht-breadcrumb h2, .ht-content-header #ht-breadcrumb h3, .ht-content-header #ht-breadcrumb h4, .ht-content-header #ht-breadcrumb h5, .ht-content-header #ht-breadcrumb h6, .ht-content-header #ht-breadcrumb p, .ht-content-header #ht-breadcrumb blockquote, .ht-content-header #ht-breadcrumb pre, .ht-content-header #ht-breadcrumb abbr, .ht-content-header #ht-breadcrumb address, .ht-content-header #ht-breadcrumb cite, .ht-content-header #ht-breadcrumb code, .ht-content-header #ht-breadcrumb del, .ht-content-header #ht-breadcrumb dfn, .ht-content-header #ht-breadcrumb em, .ht-content-header #ht-breadcrumb img, .ht-content-header #ht-breadcrumb ins, .ht-content-header #ht-breadcrumb kbd, .ht-content-header #ht-breadcrumb q, .ht-content-header #ht-breadcrumb samp, .ht-content-header #ht-breadcrumb small, .ht-content-header #ht-breadcrumb strong, .ht-content-header #ht-breadcrumb sub, .ht-content-header #ht-breadcrumb sup, .ht-content-header #ht-breadcrumb var, .ht-content-header #ht-breadcrumb b, .ht-content-header #ht-breadcrumb i, .ht-content-header #ht-breadcrumb dl, .ht-content-header #ht-breadcrumb dt, .ht-content-header #ht-breadcrumb dd, .ht-content-header #ht-breadcrumb ol, .ht-content-header #ht-breadcrumb ul, .ht-content-header #ht-breadcrumb li, .ht-content-header #ht-breadcrumb fieldset, .ht-content-header #ht-breadcrumb form, .ht-content-header #ht-breadcrumb label, .ht-content-header #ht-breadcrumb legend, .ht-content-header #ht-breadcrumb table, .ht-content-header #ht-breadcrumb caption, .ht-content-header #ht-breadcrumb tbody, .ht-content-header #ht-breadcrumb tfoot, .ht-content-header #ht-breadcrumb thead, .ht-content-header #ht-breadcrumb tr, .ht-content-header #ht-breadcrumb th, .ht-content-header #ht-breadcrumb td, .ht-content-header #ht-breadcrumb article, .ht-content-header #ht-breadcrumb aside, .ht-content-header #ht-breadcrumb canvas, .ht-content-header #ht-breadcrumb details, .ht-content-header #ht-breadcrumb figcaption, .ht-content-header #ht-breadcrumb figure, .ht-content-header #ht-breadcrumb footer, .ht-content-header #ht-breadcrumb header, .ht-content-header #ht-breadcrumb hgroup, .ht-content-header #ht-breadcrumb menu, .ht-content-header #ht-breadcrumb nav, .ht-content-header #ht-breadcrumb section, .ht-content-header #ht-breadcrumb summary, .ht-content-header #ht-breadcrumb time, .ht-content-header #ht-breadcrumb mark, .ht-content-header #ht-breadcrumb audio, .ht-content-header #ht-breadcrumb video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
.ht-content-header #ht-breadcrumb body { line-height: 1; }
.ht-content-header #ht-breadcrumb nav ul { list-style: none; }
.ht-content-header #ht-breadcrumb blockquote, 
.ht-content-header #ht-breadcrumb a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.ht-content-header #ht-breadcrumb ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.ht-content-header #ht-breadcrumb mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.ht-content-header #ht-breadcrumb del {
  text-decoration: line-through;
}
.ht-content-header #ht-breadcrumb abbr[title], .ht-content-header #ht-breadcrumb dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.ht-content-header #ht-breadcrumb table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ht-content-header #ht-breadcrumb hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.ht-content-header #ht-breadcrumb input, .ht-content-header #ht-breadcrumb select {
  vertical-align: middle;
}
.ht-content-header #ht-breadcrumb a {
  text-decoration: none;
  outline: 0;
}
.ht-content-header #ht-breadcrumb a:hover {
  text-decoration: underline;
}
.ht-content-header #ht-breadcrumb img {
  outline: 0;
  border: 0;
}
.ht-content-header #ht-breadcrumb {
  font-size:0.75em;
  margin-bottom: 1em;
  opacity:0.75;
  padding-left: 0 !important;
}
.ht-content-header #ht-breadcrumb li {
  list-style: none;
  display: inline;
}
.ht-content-header #ht-breadcrumb li:after {
  content: "/";
  margin-left: 3px;
}
.ht-content-header #ht-breadcrumb li:last-child:after {
  content: "";
}
.ht-content-header #ht-breadcrumb .shortcut {
  display: none !important;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle html, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle body, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle div, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle span, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle object, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle iframe, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h1, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h2, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h3, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h4, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h5, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h6, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle p, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle pre, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle abbr, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle address, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle cite, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle code, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle del, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dfn, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle em, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle img, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ins, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle kbd, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle samp, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle small, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle strong, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle sub, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle sup, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle var, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle b, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle i, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dl, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dt, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dd, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ol, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ul, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle fieldset, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle form, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle label, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle legend, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle table, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle caption, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle tbody, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle tfoot, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle thead, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle tr, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle th, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle td, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle article, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle aside, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle canvas, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle details, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figure, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle footer, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle header, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle menu, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle nav, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle section, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle summary, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle time, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle mark, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle audio, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle body {
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle article, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle aside, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle details, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figure, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle footer, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle header, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle menu, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle nav, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle section {
  display: block;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle nav ul {
  list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q {
  quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote:before, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote:after, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q:before, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q:after {
  content: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle del {
  text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle abbr[title], #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle input, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle select {
  vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle a:hover {
  text-decoration: underline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle img {
  outline: 0;
  border: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle {
  margin-bottom: 4px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li {
  list-style: none;
  font-size: 0.875em;
  display: inline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li:after {
  content: "/";
  margin-left: 3px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li:last-child:after {
  content: "";
}

#ht-wrap-container .ht-content .ht-content-header p {
  font-size: 0.875em;
  line-height: 1.250rem;
  margin-bottom: 0.938rem;
}
@media screen and (max-width: 640px) {
  #ht-wrap-container .ht-content .ht-content-header p {
    font-size: 1.125em;
    line-height: 1.6rem;
  }
}
#ht-wrap-container .ht-content #main-content {
  font-size: 0.875em !important;
  line-height: 1.42857142857143 !important;
  word-wrap: break-word;
}
#ht-wrap-container .ht-content #search-results .search-result h2 {
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1.25;
}
#ht-wrap-container .ht-content #search-results .search-result h2 a {
  text-decoration: none;
}
#ht-wrap-container .ht-content #search-results .search-result p {
  margin-bottom: 8px;
}
#ht-wrap-container .ht-content #search-results .search-result p.search-result-link {
  color: #999999;
}
#ht-wrap-container .ht-content #search-results .search-result a {
  font-size: 0.875em;
}
#ht-wrap-container .ht-content #search-results .search-result hr {
  width: 100%;
  margin: 29px 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
#ht-wrap-container .ht-content #search-results .search-result .sp-search-highlight {
  font-size: larger;
  font-style: italic;
  font-weight: bold;
}

#ht-wrap-container .sectionColumnWrapper { margin-bottom:30px; }
#ht-wrap-container .sectionColumnWrapper .sectionMacro .sectionMacroRow {display:flex;margin-left:-15px;margin-right:-15px;flex-wrap: wrap;}
#ht-wrap-container .sectionColumnWrapper .sectionMacro .sectionMacroRow .columnMacro {padding:0 15px;}
#ht-wrap-container .sectionColumnWrapper .sectionMacro .sectionMacroRow .columnMacro img {max-width: none;}

#ht-wrap-container #ht-post-nav {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-post-nav html, #ht-wrap-container #ht-post-nav body, #ht-wrap-container #ht-post-nav div, #ht-wrap-container #ht-post-nav span, #ht-wrap-container #ht-post-nav object, #ht-wrap-container #ht-post-nav iframe, #ht-wrap-container #ht-post-nav h1, #ht-wrap-container #ht-post-nav h2, #ht-wrap-container #ht-post-nav h3, #ht-wrap-container #ht-post-nav h4, #ht-wrap-container #ht-post-nav h5, #ht-wrap-container #ht-post-nav h6, #ht-wrap-container #ht-post-nav p, #ht-wrap-container #ht-post-nav blockquote, #ht-wrap-container #ht-post-nav pre, #ht-wrap-container #ht-post-nav abbr, #ht-wrap-container #ht-post-nav address, #ht-wrap-container #ht-post-nav cite, #ht-wrap-container #ht-post-nav code, #ht-wrap-container #ht-post-nav del, #ht-wrap-container #ht-post-nav dfn, #ht-wrap-container #ht-post-nav em, #ht-wrap-container #ht-post-nav img, #ht-wrap-container #ht-post-nav ins, #ht-wrap-container #ht-post-nav kbd, #ht-wrap-container #ht-post-nav q, #ht-wrap-container #ht-post-nav samp, #ht-wrap-container #ht-post-nav small, #ht-wrap-container #ht-post-nav strong, #ht-wrap-container #ht-post-nav sub, #ht-wrap-container #ht-post-nav sup, #ht-wrap-container #ht-post-nav var, #ht-wrap-container #ht-post-nav b, #ht-wrap-container #ht-post-nav i, #ht-wrap-container #ht-post-nav dl, #ht-wrap-container #ht-post-nav dt, #ht-wrap-container #ht-post-nav dd, #ht-wrap-container #ht-post-nav ol, #ht-wrap-container #ht-post-nav ul, #ht-wrap-container #ht-post-nav li, #ht-wrap-container #ht-post-nav fieldset, #ht-wrap-container #ht-post-nav form, #ht-wrap-container #ht-post-nav label, #ht-wrap-container #ht-post-nav legend, #ht-wrap-container #ht-post-nav table, #ht-wrap-container #ht-post-nav caption, #ht-wrap-container #ht-post-nav tbody, #ht-wrap-container #ht-post-nav tfoot, #ht-wrap-container #ht-post-nav thead, #ht-wrap-container #ht-post-nav tr, #ht-wrap-container #ht-post-nav th, #ht-wrap-container #ht-post-nav td, #ht-wrap-container #ht-post-nav article, #ht-wrap-container #ht-post-nav aside, #ht-wrap-container #ht-post-nav canvas, #ht-wrap-container #ht-post-nav details, #ht-wrap-container #ht-post-nav figcaption, #ht-wrap-container #ht-post-nav figure, #ht-wrap-container #ht-post-nav footer, #ht-wrap-container #ht-post-nav header, #ht-wrap-container #ht-post-nav hgroup, #ht-wrap-container #ht-post-nav menu, #ht-wrap-container #ht-post-nav nav, #ht-wrap-container #ht-post-nav section, #ht-wrap-container #ht-post-nav summary, #ht-wrap-container #ht-post-nav time, #ht-wrap-container #ht-post-nav mark, #ht-wrap-container #ht-post-nav audio, #ht-wrap-container #ht-post-nav video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container #ht-post-nav body {
  line-height: 1;
}
#ht-wrap-container #ht-post-nav article, #ht-wrap-container #ht-post-nav aside, #ht-wrap-container #ht-post-nav details, #ht-wrap-container #ht-post-nav figcaption, #ht-wrap-container #ht-post-nav figure, #ht-wrap-container #ht-post-nav footer, #ht-wrap-container #ht-post-nav header, #ht-wrap-container #ht-post-nav hgroup, #ht-wrap-container #ht-post-nav menu, #ht-wrap-container #ht-post-nav nav, #ht-wrap-container #ht-post-nav section {
  display: block;
}
#ht-wrap-container #ht-post-nav nav ul {
  list-style: none;
}
#ht-wrap-container #ht-post-nav blockquote, #ht-wrap-container #ht-post-nav q {
  quotes: none;
}
#ht-wrap-container #ht-post-nav blockquote:before, #ht-wrap-container #ht-post-nav blockquote:after, #ht-wrap-container #ht-post-nav q:before, #ht-wrap-container #ht-post-nav q:after {
  content: none;
}
#ht-wrap-container #ht-post-nav a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container #ht-post-nav ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container #ht-post-nav mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-post-nav del {
  text-decoration: line-through;
}
#ht-wrap-container #ht-post-nav abbr[title], #ht-wrap-container #ht-post-nav dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container #ht-post-nav table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container #ht-post-nav hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container #ht-post-nav input, #ht-wrap-container #ht-post-nav select {
  vertical-align: middle;
}

#ht-wrap-container #ht-post-nav img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-post-nav {
  font-size: 0.875em;
  padding: 1em 0px 2em 0px;
  border-top: 2px solid #dddddd;
  margin-top: 2em;
}
#ht-wrap-container #ht-post-nav svg {
  width: 14px;
  height: 14px;
  float: left;
}
#ht-wrap-container #ht-post-nav span {
  float: left;
  padding-bottom: 5px;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next {
  float: right;
  text-align: right;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next span {
  float: right;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next svg {
  float: right;
}
#ht-wrap-container #ht-post-nav a {
  display: inline-block;
  width: 33%;
}
#ht-wrap-container #ht-post-nav a span {
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 640px) {
  #ht-wrap-container #ht-post-nav {
    font-size: 24px;
    padding: 0px 16px 72px 16px;
    margin-bottom: 48px;
  }
  #ht-wrap-container #ht-post-nav .ht-post-nav-prev {
    padding: 10px 0px 10px 0px;
  }
  #ht-wrap-container #ht-post-nav .ht-post-nav-next {
    padding: 10px 0px 10px 0px;
  }
  #ht-wrap-container #ht-post-nav a span {
    width: 65%;
    display: none;
  }
  #ht-wrap-container .sectionColumnWrapper .sectionMacro .sectionMacroRow .columnMacro {padding:0 15px;min-width: 50% !important;max-width: 100% !important;}
}
#ht-wrap-container #ht-footer {
  background:#555555;
}
#ht-wrap-container #ht-footer article, #ht-wrap-container #ht-footer aside, #ht-wrap-container #ht-footer details, #ht-wrap-container #ht-footer figcaption, #ht-wrap-container #ht-footer figure, #ht-wrap-container #ht-footer footer, #ht-wrap-container #ht-footer header, #ht-wrap-container #ht-footer hgroup, #ht-wrap-container #ht-footer menu, #ht-wrap-container #ht-footer nav, #ht-wrap-container #ht-footer section {
  display: block;
}
#ht-wrap-container #ht-footer nav ul {
  list-style: none;
}
#ht-wrap-container #ht-footer blockquote, #ht-wrap-container #ht-footer q {
  quotes: none;
}
#ht-wrap-container #ht-footer blockquote:before, #ht-wrap-container #ht-footer blockquote:after, #ht-wrap-container #ht-footer q:before, #ht-wrap-container #ht-footer q:after {
  content: none;
}
#ht-wrap-container #ht-footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container #ht-footer ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container #ht-footer mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-footer del {
  text-decoration: line-through;
}
#ht-wrap-container #ht-footer abbr[title], #ht-wrap-container #ht-footer dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container #ht-footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container #ht-footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container #ht-footer input, #ht-wrap-container #ht-footer select {
  vertical-align: middle;
}
#ht-wrap-container #ht-footer a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container #ht-footer a:hover {
  text-decoration: underline;
}
#ht-wrap-container #ht-footer img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-footer {
  width: 100%;
  margin: 0px 40px 53px 30px;
} 

@media screen and (max-width: 1024px) {
  #ht-wrap-container #ht-footer {
    margin: 0px 40px 12px 32px;
  }
}
@media screen and (max-width: 640px) {
  #ht-wrap-container #ht-footer {
    margin: 0px 19px 12px 19px;
  }
}
#ht-wrap-container #ht-footer small {
  font-size: 0.7em;
  max-width: 75%;
}
#ht-wrap-container #ht-footer a {
  text-decoration: underline;
}
#ht-wrap-container #ht-footer #ht-jump-top {
  display: none;
  float: right;
  margin-top: -4px;
}
#ht-wrap-container #ht-footer #ht-jump-top:before {
  font-size: 24px;
}
#ht-wrap-container #ht-footer #ht-jump-top:hover {
  text-decoration: none;
}

/* --- MEDIA-QUERY-DETECTION ---------------------------------------------------------------------------------------- */
#ht-mq-detect {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-mq-detect html, #ht-mq-detect body, #ht-mq-detect div, #ht-mq-detect span, #ht-mq-detect object, #ht-mq-detect iframe, #ht-mq-detect h1, #ht-mq-detect h2, #ht-mq-detect h3, #ht-mq-detect h4, #ht-mq-detect h5, #ht-mq-detect h6, #ht-mq-detect p, #ht-mq-detect blockquote, #ht-mq-detect pre, #ht-mq-detect abbr, #ht-mq-detect address, #ht-mq-detect cite, #ht-mq-detect code, #ht-mq-detect del, #ht-mq-detect dfn, #ht-mq-detect em, #ht-mq-detect img, #ht-mq-detect ins, #ht-mq-detect kbd, #ht-mq-detect q, #ht-mq-detect samp, #ht-mq-detect small, #ht-mq-detect strong, #ht-mq-detect sub, #ht-mq-detect sup, #ht-mq-detect var, #ht-mq-detect b, #ht-mq-detect i, #ht-mq-detect dl, #ht-mq-detect dt, #ht-mq-detect dd, #ht-mq-detect ol, #ht-mq-detect ul, #ht-mq-detect li, #ht-mq-detect fieldset, #ht-mq-detect form, #ht-mq-detect label, #ht-mq-detect legend, #ht-mq-detect table, #ht-mq-detect caption, #ht-mq-detect tbody, #ht-mq-detect tfoot, #ht-mq-detect thead, #ht-mq-detect tr, #ht-mq-detect th, #ht-mq-detect td, #ht-mq-detect article, #ht-mq-detect aside, #ht-mq-detect canvas, #ht-mq-detect details, #ht-mq-detect figcaption, #ht-mq-detect figure, #ht-mq-detect footer, #ht-mq-detect header, #ht-mq-detect hgroup, #ht-mq-detect menu, #ht-mq-detect nav, #ht-mq-detect section, #ht-mq-detect summary, #ht-mq-detect time, #ht-mq-detect mark, #ht-mq-detect audio, #ht-mq-detect video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-mq-detect body {
  line-height: 1;
}
#ht-mq-detect article, #ht-mq-detect aside, #ht-mq-detect details, #ht-mq-detect figcaption, #ht-mq-detect figure, #ht-mq-detect footer, #ht-mq-detect header, #ht-mq-detect hgroup, #ht-mq-detect menu, #ht-mq-detect nav, #ht-mq-detect section {
  display: block;
}
#ht-mq-detect nav ul {
  list-style: none;
}
#ht-mq-detect blockquote, #ht-mq-detect q {
  quotes: none;
}
#ht-mq-detect blockquote:before, #ht-mq-detect blockquote:after, #ht-mq-detect q:before, #ht-mq-detect q:after {
  content: none;
}
#ht-mq-detect a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-mq-detect ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-mq-detect mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-mq-detect del {
  text-decoration: line-through;
}
#ht-mq-detect abbr[title], #ht-mq-detect dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-mq-detect table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-mq-detect hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-mq-detect input, #ht-mq-detect select {
  vertical-align: middle;
}
#ht-mq-detect a {
  text-decoration: none;
  outline: 0;
}
#ht-mq-detect a:hover {
  text-decoration: underline;
}
#ht-mq-detect img {
  outline: 0;
  border: 0;
}

#ht-mq-detect {
  width: 5px;
}
@media screen and (max-width: 1440px) {
  #ht-mq-detect {
    width: 4px;
  }
}
@media screen and (max-width: 1024px) {
  #ht-mq-detect {
    width: 3px;
  }
}
@media screen and (max-width: 800px) {
  #ht-mq-detect {
    width: 2px;
  }
}
@media screen and (max-width: 640px) {
  #ht-mq-detect {
    width: 1px;
  }
}

/* --- GRID --------------------------------------------------------------------------------------------------------- */
.sp-grid-float .sp-grid-20, .sp-grid-float .sp-grid-33, .sp-grid-float .sp-grid-40, .sp-grid-float .sp-grid-50, .sp-grid-float .sp-grid-60 {
  float: left;
}

.sp-grid-float .sp-grid-20 {
  width: 20%;
}

.sp-grid-float .sp-grid-33 {
  width: 33.333%;
}

.sp-grid-float .sp-grid-40 {
  width: 40%;
}

.sp-grid-float .sp-grid-50 {
  width: 50%;
}

.sp-grid-float .sp-grid-60 {
  width: 60%;
}

.sp-grid-float .sp-grid-section {
  padding-bottom: 10px;
  overflow: hidden;
}

.sp-grid-float .sp-grid-section:last-child {
  padding-bottom: 0px;
}

.sp-grid-float .sp-grid-section:after {
  display: table;
  content: " ";
}

.sp-grid-float .sp-grid-cell {
  padding-right: 30px;
  box-sizing: border-box;
}

.sp-grid-float .sp-grid-cell:last-child {
  padding-right: 0px;
  box-sizing: border-box;
}

.sp-grid-fluid .sp-grid-section {
  padding-bottom: 10px;
  overflow: hidden;
}

.sp-grid-fluid .sp-grid-section:last-child {
  padding-bottom: 0px;
}

.sp-grid-fluid .sp-grid-section:after {
  display: table;
  content: " ";
}

.sp-grid-fluid .sp-grid-cell {
  padding-bottom: 10px;
}

.sp-grid-fluid .sp-grid-cell:last-child {
  padding-bottom: 0px;
}

/* --- ICONS -------------------------------------------------------------------------------------------------------- */
/* This file contains a subset of the AUI iconfont (atlassian-aui-adg-dist-f26920e2e1da) scoped to class 'sp' */

.sp-aui-icon-small {
  height: 16px;
  width: 16px;
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}

.sp-aui-iconfont-close-dialog:before {
  content: "\f11b";
}

.sp-aui-icon-small:before {
  margin-top: -0.55em;
}

.sp-aui-icon-small:before, .sp-aui-icon-large:before {
  color: inherit;
  font-family: "SP Atlassian Icons";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  speak: none;
  top: 50%;
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}

.sp-aui-iconfont-arrows-up:before {
  content: "\f109";
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: 0;
  position: relative;
  vertical-align: text-top;
  color: #FFFFFF;
}

.sp-aui-iconfont-delete:before {
  content: "\f122";
}

.sp-aui-iconfont-confluence:before {
  content: "\f01f";
  font-size: 18px;
  font-family:'lswuiicons';
}

.sp-aui-iconfont-approve:before {
  content: "\f104";
}

.sp-aui-iconfont-remove:before {
  content: "\f188";
}

.sp-aui-iconfont-appswitcher:before {
  content: "\f00a";
  font-family: 'lswuiicons';
}

.sp-aui-iconfont-group:before {
  content: "\f167";
}

.sp-aui-iconfont-editor-mention:before {
  content: "\f152";
}

.sp-aui-iconfont-user:before {
  content: "\f1ad";
}

.sp-aui-iconfont-flag:before {
  content: "\f165";
}

@font-face {
  font-family: 'k15t-icons';
  src: url("../fonts/k15t-icons.eot");
  src: url("../fonts/k15t-icons.eoth#iefix") format("embedded-opentype"), url("../fonts/k15t-icons.ttf") format("truetype"), url("../fonts/k15t-icons.woff") format("woff"), url("../fonts/k15t-icons.svg#k15t-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="k15t-icon-"], [class*=" k15t-icon-"] {
  font-family: 'k15t-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.k15t-icon-viewport:before {
  content: "\e1701";
}

/* PAGES */
/*=====================================
=            Error Page               =
=======================================*/
.ht-error-page h1 {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 800;
}

.ht-error-page h3 {
  font-size: 30px;
}

.ht-error-page-search {
  margin-top: 60px;
}

.ht-error-page-search-input .search-input {
  height: 36px;
  width: 240px;
  border: 1px solid black;
  font-size: 14pt;
  padding-left: 10px;
}

/* Dale's Additions */
.conf-macro[data-macro-name="children"] { margin-bottom: 1em; }
.conf-macro[data-macro-name="children"] h6 {padding: 0.5em 0;display: block;}
.conf-macro[data-macro-name="children"] h6 a { color:#555555; }
.conf-macro[data-macro-name="children"] h6 a:hover { color:#2d2e86; }
.conf-macro[data-macro-name="children"]>li>.childpages-macro { margin-top:0.5em; }

#ht-wrap-container .ht-content {max-width: 100%;}
#ht-wrap-container .ht-content img {max-width: 100%;width: auto !important;height: auto !important;margin-top:0.5em;margin-bottom:0.5em;}
#ht-wrap-container .ht-content img.confluence-content-image-border { border:1px solid #cccccc; box-shadow:1px 1px 3px 1px rgba(0,0,0,0.05); border-radius:3px; }

#ht-wrap-container .ht-content .toc-macro {font-size:1.125em;font-family: "Din Next W01";margin-bottom: 2em;}
#ht-wrap-container .ht-content .toc-macro ul {list-style: none !important;padding-left: 1rem;}
#ht-wrap-container .ht-content .toc-macro ul li .toc-item-body .toc-outline {font-weight:700;margin-right: 0.75em;display:inline-block;/* min-width: 1.5em; */color: #0D3DCF;/* position:  absolute; */}
#ht-wrap-container .ht-content .toc-macro > ul { padding-left:0.25em; }
#ht-wrap-container .ht-content .toc-macro > ul li { margin-bottom:0em; }
#ht-wrap-container .ht-content .toc-macro > ul li a {margin-bottom: 0.5em;display:inline-block;/* padding-left: 2em; */}
#ht-wrap-container .ht-content .toc-macro > ul > li {margin-bottom: 0.25em;}
#ht-wrap-container .ht-content .toc-macro > ul > li > ul {padding-left: 1.5em; }

#ht-wrap-container .ht-content ol,
#ht-wrap-container .ht-content ul {padding-left: 1.6em;}
#ht-wrap-container .ht-content ol li,
#ht-wrap-container .ht-content ul li {margin-bottom: 0.5em;}

.table-wrap {overflow-x: auto; -webkit-overflow-scrolling:touch; }

.confluenceTable { margin-bottom:1em; }
.confluenceTable tr { border-bottom:3px solid #f2f2f2; }
.confluenceTable tr > th {font-size: 1.125em;}
.confluenceTable tr > th b,
.confluenceTable tr > th strong { font-size:1.055555555555556em; }
.confluenceTable tr > * {background:#FFFFFF;padding: 0.65em 1em;vertical-align: top;}
.confluenceTable tr > *:first-child { border-radius:3px 0 0 3px; }
.confluenceTable tr > *:last-child { border-radius:0 3px 3px 0; }

.home-page #ht-wrap-container .ht-content { padding-bottom:2em; }

.home-page .sp-grid-section:nth-of-type(2) .sp-grid-cell > * { background:#FFFFFF; margin:0; }

.home-page .sp-grid-section:nth-of-type(2) .sp-grid-cell h3 {position:relative;flex: 1;border-radius: 5px 0 0 0;background-position: 0% 50%;background-size: cover;-webkit-mask-image: url(../images/Hexagon2.svg);mask-image: url(../images/Hexagon2.svg);-webkit-mask-size: 200%;-webkit-mask-position: 74% 100%;-webkit-mask-repeat:  no-repeat;background-color: #DDDDDD;color: #FFFFFF !important;padding: 0.2em 1em 0em;line-height: 1.5em;font-size: 1.5em;display: inline-block;padding-right: 3em;}
.home-page .sp-grid-section:nth-of-type(2) .sp-grid-cell h3 strong { color:#FFFFFF; }

.home-page .sp-grid-section:nth-of-type(2) .sp-grid-cell .plugin_pagetree {padding: 3.25em 1.125em 1.25em 0;margin: -2.5em 0 2em;border-radius: 5px;}

.home-page .plugin_pagetree .plugin_pagetree_children_list ul {list-style:none;margin:0;/* padding-left: 0 !important; */}
.home-page .plugin_pagetree .plugin_pagetree_children_list.plugin_pagetree_children_list_noleftspace {}

.plugin_pagetree .plugin_pagetree_children_list li {margin-top: 0.75em;}
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_childtoggle_container {/* display:inline-block; */position: relative;/* margin-left: -1.7em; */}
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_childtoggle_container > * {position: absolute;margin-left: -1.6em;left: 0;}
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_childtoggle_container > *:before {line-height: 1.285714285714286em;content: "\f022";font-family: lswuiicons;background: #5685c4;border-radius: 9999em;width: 1.285714285714286em;text-align: center;color: #FFFFFF;font-size: 1em;transition: 0.5s all;cursor: pointer;/* left: -1.7em; */display: block;}
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_childtoggle_container .aui-iconfont-chevron-down:before { background:#f18800; transform:rotate(45deg); }
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_childtoggle_container .no-children:before { background:none; content:"\f03b"; color:#555555; }
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_children_content {/* display:inline-block; */}
.plugin_pagetree .plugin_pagetree_children_list li .plugin_pagetree_children_content a { color:#555555; }

/* Sidebar */
#ht-sidebar .search-wrap .ht-search-dropdown.open { border-top-color:#FFFFFF; }

#ht-sidebar .ht-pages-nav > ul > li > ul > li > ul li {font-size: 12px;line-height: 1.4em;}
#ht-sidebar .ht-pages-nav > ul > li > ul > li > ul li .ht-pages-nav-toggle:before { font-size:1em; line-height:1.333333333333333em; width:1.333333333333333em; }



/* Style homepage FAQs */
.home-page .output-block .sp-grid-section:nth-of-type(4) { }
.home-page .output-block .sp-grid-section:nth-of-type(4) .sp-grid-cell.sp-grid-33 ul {list-style:none;padding-left: 0 !important;margin-bottom: 1.25em;}
.home-page .output-block .sp-grid-section:nth-of-type(4) .sp-grid-cell.sp-grid-33 ul li a { color:#555555;}

/* Footer */
#ht-footer {padding-top: 4em;padding-bottom:5em;background:#555555;color:#FFFFFF;margin-top:2em;font-size: 0.875em;}
#ht-footer h4 {color:#FFFFFF;margin-top: 0.5em;}
#ht-footer h4.h1 { margin-top:0; }
#ht-footer strong,
#ht-footer b { color:#FFFFFF; }
#ht-footer .fa-chat + strong { cursor:pointer; }
#ht-footer .bottom-social { margin:1.5em 0; }
#ht-footer .bottom-social a {font-size:1.5em;background:#FFFFFF;border-radius:9999em;color: #f18800 !important;line-height: 1.6em;width: 1.6em;display: inline-block;text-align: center;margin-right: 0.75em;}
#ht-footer #ht-jump-top {color:#FFFFFF;font-size:2em;position:absolute;right: 2%;width: 1em;}
#ht-footer #ht-jump-top:before{ background:rgba(255,255,255,0.5); border-radius:5px; }

/* Newletter form */
.mktoForm .mktoGutter,
.mktoForm .mktoOffset,
.mktoForm .mktoRequiredField label.mktoLabel[for=Email] { display:none; }
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {float: none !important;}

.mktoForm.newsletter-form {width:100% !important;position: relative;padding: 0 !important;}
.mktoForm.newsletter-form .mktoFieldWrap label { display:none; }
.mktoForm.newsletter-form .mktoFieldWrap input {border-color:#FFFFFF;font-size:1rem;line-height: 2.25em !important;height: auto !important;}
.mktoForm.newsletter-form .mktoButtonRow {position:static;}
.mktoForm.newsletter-form .mktoButtonRow button.mktoButton {position:absolute;right:0;top:0;background: #f18800!important;border-color: #FFFFFF;color: #FFFFFF;border-radius:0 3px 3px 0;}

/* Expand Macro */
.expand-control .expand-control-icon { display:inline-block; }
.expand-control .expand-control-icon:before {line-height: 1.285714285714286em;content: "\f022";font-family: lswuiicons;background: #5685c4;border-radius: 9999em;width: 1.285714285714286em;text-align: center;color: #FFFFFF;font-size: 1em;transition: 0.5s all;cursor: pointer;left: -1.7em;display: inline-block;}
.expand-control .expand-control-icon.expanded:before {transform: rotate(45deg);background: #f18800;}
.expand-control .expand-control-text { color:#5685c4; cursor:pointer; }
.expand-content.expand-hidden { display:none; }

/* Information blocks */
.confluence-information-macro {}
.confluence-information-macro .confluence-information-macro-body *:first-child { margin-top:0.3em; }
.confluence-information-macro .confluence-information-macro-body *:last-child  { margin-bottom:0.3em; }

.confluence-information-macro,
.confluence-information-macro-tip,
.confluence-information-macro-information,
.confluence-information-macro-note,
.confluence-information-macro-warning {border:1px solid;border-radius:5px;padding: 1em 1em 1em 3em;margin-bottom:1em;position:relative;}

.confluence-information-macro-tip:before,
.confluence-information-macro-information:before,
.confluence-information-macro-note:before,
.confluence-information-macro-warning:before {font-family:'lswuiicons';content:'\f01d';position:absolute;left: 0.5em;top:0.4em;font-size:1.5em;}

.confluence-information-macro-tip .title,
.confluence-information-macro-information .title,
.confluence-information-macro-note .title,
.confluence-information-macro-warning .title {font-family: "Din Next W01" !important;font-weight:500;color: #222222;line-height: 1.2; font-size:1.25em}

.confluence-information-macro-tip { border-color:#83B91E; background-color:#e1e9d2; }
.confluence-information-macro-tip:before { color:#83B91E; content:'\f090'; }

.confluence-information-macro-information { border-color:#2d2e86; background-color:#ecedf4; }
.confluence-information-macro-information:before { color:#2d2e86; content:'\f090'; }

.confluence-information-macro-note { border-color:#8d5096; background-color:#f3eaf4; }
.confluence-information-macro-note:before { color:#8d5096; content:'\f090'; }

.confluence-information-macro-warning {border-color: #d73775;background-color:#f3eaf4;}
.confluence-information-macro-warning:before {color: #d73775;transform: rotate(180deg);}

/* Tab Macro */
.rwui_tabs .rwui_tabs_menu {list-style:none;border-bottom:3px solid #dddddd;padding: 0 !important;margin: 0rem 0 2rem 0;}
.rwui_tabs .rwui_tabs_menu li {display:inline-block;margin: 0 !important;}
.rwui_tabs .rwui_tabs_menu li .rwui_tab_button {display: block;line-height: 2em;border-bottom: 3px solid transparent;margin-bottom: -3px;font-size: 1.125rem;margin-right: 2em;cursor: pointer;}
.rwui_tabs .rwui_tabs_menu li .rwui_tab_button.rw_active {color: #0D3DCF;border-bottom-color: #0D3DCF;font-weight: 700;}

.rwui_tabs .rwui_tab_content { display:none; }
.rwui_tabs .rwui_tab_content.rw_active { display:block; }

/* Contact Box */
.contact-box:before { content:" "; position:fixed; opacity:0.3; width:100%; height:100%; left:0; top:0; right:0; bottom:0; background:#000000; z-index:-1;}
.contact-prompt,
.contact-box {position:fixed;right: 3%;bottom: 5%;max-width:94%;cursor:pointer;z-index: 100000;}
.contact-prompt { background:url(../images/support-box.png); background-size:cover; width: 229px; height: 71px; cursor: pointer; }
.contact-box {width: 400px;overflow: visible !important; display:none;}
.contact-box .card-header:after { content:" "; position:absolute; background:url(../images/support-people.png); width:70px; height:66px; right:0; top:-5px; }

/*  */
div#ki-ze.ki-ze {opacity:0;}

@media (max-width: 1023px)
{
    #ht-headerbar .top-navigation:after {content:"";position:absolute;height:100%;width:1em;background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);right:0;top: 0;}
    #ht-headerbar .top-navigation .container { overflow-x:scroll; -webkit-overflow-scrolling: touch; }
  
    #menu-global-navigation.navbar-nav {width:100%;display:flex;flex-direction:row;direction: rtl;}
    #menu-global-navigation.navbar-nav li { padding:0 0.5em; white-space:nowrap; }
    #ht-headerbar .site-logo {margin-top:0;/* position:absolute; */width:260px;/* background-size:100% auto; */}
    #home-search { margin-top:-3.4em; }

    .contact-prompt { width: 180px; height: 55px; cursor: pointer; }
}
/* Translation edit - JW 05/09/22 search-wrap z-index from 100 to 0 
29/09/22 - back to 100 + #ht-sidebar .ht-scroll-versions-widget .ht-dropdown z-index 101*/
.ht-dropdown.ht-dropdown-select.open {
    background-color: #ffffff;
}

.ht-dropdown.ht-dropdown-select.open ul {
    padding-left: 0px;
	text-align: center;
} 

.hidden-outline .toc-outline {
        display: none;
    }
    .toc-outline {
        padding-right: .25em;
    }

