@import '//anytimefitness.blob.core.windows.net/shared-assets/mocks/af/franchise/css/bootstrap.css';
@import '//anytimefitness.blob.core.windows.net/shared-assets/mocks/af/franchise/css/custom.css';
@import '//anytimefitness.blob.core.windows.net/shared-assets/mocks/af/franchise/Dashboard/css/db.css';
@import url("../fonts/stylesheet.css");


html, body, header, section, footer {
	    	font-family: 'Averta', sans-serif;
		}
strong {
	font-weight: 700;
}
.text-thin {
	 font-weight: 300;
}


img[height=""] {
  height:auto;
}


/* secondary color; used for links, svg-icons … */
/*
*  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; 
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline: auto;
}


/* Branding */
#brand-graphic {
  color:#fff;
  position: relative;
}

/* Hide email fields from Share widget */
#inline-dialog-shareContentPopup .share-content-popup > * {
  display:none;
}
#inline-dialog-shareContentPopup .top-label:first-of-type {
  display:inherit;
}


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

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

html body {

  font-size: medium;
  -webkit-font-smoothing: antialiased;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  height:unset;
}

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

/* --- HEADER ------------------------------------------------------------------------------------------------------- */
#ht-headerbar {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
/*
#ht-headerbar html, #ht-headerbar body, #ht-headerbar div, #ht-headerbar span, #ht-headerbar object, #ht-headerbar iframe, #ht-headerbar h1, #ht-headerbar h2, #ht-headerbar h3, #ht-headerbar h4, #ht-headerbar h5, #ht-headerbar h6, #ht-headerbar p, #ht-headerbar blockquote, #ht-headerbar pre, #ht-headerbar abbr, #ht-headerbar address, #ht-headerbar cite, #ht-headerbar code, #ht-headerbar del, #ht-headerbar dfn, #ht-headerbar em, #ht-headerbar img, #ht-headerbar ins, #ht-headerbar kbd, #ht-headerbar q, #ht-headerbar samp, #ht-headerbar small, #ht-headerbar sub, #ht-headerbar sup, #ht-headerbar var, #ht-headerbar b, #ht-headerbar i, #ht-headerbar dl, #ht-headerbar dt, #ht-headerbar dd, #ht-headerbar ol, #ht-headerbar ul, #ht-headerbar li, #ht-headerbar fieldset, #ht-headerbar form, #ht-headerbar label, #ht-headerbar legend, #ht-headerbar table, #ht-headerbar caption, #ht-headerbar tbody, #ht-headerbar tfoot, #ht-headerbar thead, #ht-headerbar tr, #ht-headerbar th, #ht-headerbar td, #ht-headerbar article, #ht-headerbar aside, #ht-headerbar canvas, #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, #ht-headerbar summary, #ht-headerbar time, #ht-headerbar mark, #ht-headerbar audio, #ht-headerbar video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
*/
#ht-headerbar body {
  line-height: 1;
}
#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;
  vertical-align: baseline;
  background: transparent;
}
*/
#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;
©}
#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 a {
  text-decoration: none;
  /*outline: 0; removed for accessibility*/
}
/*
#ht-headerbar a:hover {
  text-decoration: underline;
}*/
#ht-headerbar img {
  outline: 0;
  border: 0;
}

#ht-headerbar {
  box-shadow: 0px 0.5px 0 rgba(0,0,0,.15);
/*  position: fixed;*/
  z-index: 4;
  top: 0px;
  right: 0px;
  left: 0;
  height: 64px;
  max-width: 100%;
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#ht-headerbar .ht-headerbar-left {
  display: none;
}
#ht-headerbar .ht-headerbar-right {
  padding-right: 12px;
  text-align: right;
}
@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 {
  display: inline-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;
  }
}
#ht-headerbar .ht-headerbar-right .ht-header-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon img, #ht-headerbar .ht-headerbar-right .ht-header-icon svg {
  width: 36px;
  height: 36px;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon svg path {
  fill: #a2b9d0;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon:hover svg path, #ht-headerbar .ht-headerbar-right .ht-header-icon.active svg path {
  fill: #205081;
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-headerbar-right .ht-header-icon {
        width: 16px;
		height: 16px;
		position: absolute;
		right: 0;
		top: 5px;
	  
  }
	.sp-aui-iconfont-confluence:before {
	    font-size: 11px;
	}
  #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;
  }
}
#ht-headerbar a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar {
    
    z-index: 3000000001; /* to layer over the PureChat widget */
    
/* This shrinks the header on smaller screens. Since it's not position: fixed, this may not be necessary    
	top: 0px;
    height: 48px;
    left: 0px !important;
*/
  }
/*  #ht-headerbar .ht-headerbar-right {
    right: 0px;
    height: 48px;
  */
  }
  #ht-headerbar .ht-headerbar-left {
    display: block;
    left: 0px;
    top: 0px;
    height: 48px;
  }
  #ht-headerbar .ht-headerbar-left #ht-menu-toggle {
    position: relative;
    left: 4px;
    padding: 12px;
  }
  #ht-headerbar .ht-headerbar-left #ht-menu-toggle:before {
    margin-top: 8px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-headerbar-right {
    left: 0px;
    pointer-events: auto;
  }
  #ht-headerbar #ht-menu-toggle {
    z-index: 1;
  }
}

#ht-search .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-search .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);
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) and (orientation: landscape) {
 #ht-search .ht-dropdown {
    display: none;
  }
}
#ht-search .ht-dropdown.open {
  margin-top: -2em;
  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-search .ht-dropdown.open {
    max-height: 252px;
  }
}
#ht-search .ht-dropdown ul {
  padding-top: 2px;
}
#ht-search .ht-dropdown li {
  list-style: none;
  display: block; 
}
#ht-search .ht-dropdown li.search-key {
  padding: 1px 0;
}
#ht-search .ht-dropdown li a {
  display: block;
  padding: 7px 10px;
  text-align: left;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media screen and (max-width: 1024px) {
	#ht-search .ht-dropdown li a {
    padding: 14px 10px;
  }
}
#ht-search .ht-dropdown li a:hover {
  text-decoration: none;
}
#ht-search .ht-dropdown ul {
  padding-top: 3em;
  padding-left:.5em;
}

#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-search #ht-search-button {
  margin: 0px;
}
@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: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -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;
}
#ht-search:not(.open) #ht-search-button {
  background-color: rgba(255,255,255,.75);
  border-radius: 100%;
}
#ht-search #ht-search-button svg {
	height: 35px;
	width: auto;
}


@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;
  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;
  z-index:-1;
}
#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.present.open {	
	    position: absolute;
    	left: 2rem;
	    top: 1rem;
	}
	#ht-headerbar #ht-search.open .search-input {
		width: 10rem;
		
	}
}
@media screen and (min-width: 641px) {
	#ht-headerbar #ht-search.present .ht-search-input {
    	background-color: white;
	}
	#ht-headerbar #ht-search.present .ht-search-input {
		border: 1px solid #cccccc;
	}
	#ht-headerbar #ht-search.present .search-input {
		background: transparent;
		width: 200px;
		opacity: 1;
	}
	
	#ht-headerbar #ht-search.present #ht-search-button path {
		    fill: #cccccc;
	}
	
	
	
}
#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 {
  background: transparent;
  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;
  color: black;
  opacity: .75;
}
#ht-headerbar a.ht-search-clear {
  display: none;
}

.search-hero {
  position: relative;
  text-align:center;
  max-width: 24em;
  margin: 4em auto;
}
.search-hero #ht-search-button {
  position: absolute;
  top:.25em;
  right:0;
}
.search-hero input {
    padding: .75em 2em .75em 1em;
    border-radius: 2em;
    border: 1px #ddd solid;
	width: 100%;
}
.search-hero .ht-search-clear {
  display:none;
}

#ht-headerbar {
  align-items: center;
  display:flex;
  justify-content: space-between;
  -moz-transform: translate(0px, auto);
  -o-transform: translate(0px, auto);
  -ms-transform: translate(0px, auto);
  -webkit-transform: translate(0px, auto);
  transform: translate(0px, auto);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}


#ht-headerbar #user {
  border:2px solid #d8d8d8;
  border-radius:100%;
  display:inline-block;
  height:3em;
  overflow:hidden;
  width:3em;
      vertical-align: middle;
}
#ht-headerbar #user > img {
  max-width:100%;
}
.primary-nav ul li {
  display:inline-block;
}
nav.sidebar.condensed {
  width:auto;
}
@media screen and (min-width: 768px) {
  .condensed .nav-label {
    font-size:0;
    -webkit-transition: font-size 100ms ease-in-out;
   -moz-transition: font-size 100ms ease-in-out;
     -o-transition: font-size 100ms ease-in-out;
        transition: font-size 100ms ease-in-out;

       
  }
  .sidebar.condensed:hover {
    box-shadow: 0px 0px 60em rgba(0,0,0,.25)
  }
  .sidebar.condensed:hover .nav-label {
    font-size:inherit;
  }
}
nav.sidebar.condensed a.tile.active {
    background: #f0f0f0;
}
nav.sidebar.condensed .tile .icon {
    margin: .125em;
}

/* --- SIDEBAR ------------------------------------------------------------------------------------------------------ */

#ht-sidebar {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
/*#ht-sidebar html, #ht-sidebar body, #ht-sidebar div, #ht-sidebar span, #ht-sidebar object, #ht-sidebar iframe, #ht-sidebar h1, #ht-sidebar h2, #ht-sidebar h3, #ht-sidebar h4, #ht-sidebar h5, #ht-sidebar h6, #ht-sidebar p, #ht-sidebar blockquote, #ht-sidebar pre, #ht-sidebar abbr, #ht-sidebar address, #ht-sidebar cite, #ht-sidebar code, #ht-sidebar del, #ht-sidebar dfn, #ht-sidebar em, #ht-sidebar img, #ht-sidebar ins, #ht-sidebar kbd, #ht-sidebar q, #ht-sidebar samp, #ht-sidebar small, #ht-sidebar strong, #ht-sidebar sub, #ht-sidebar sup, #ht-sidebar var, #ht-sidebar b, #ht-sidebar i, #ht-sidebar dl, #ht-sidebar dt, #ht-sidebar dd, #ht-sidebar ol, #ht-sidebar ul, #ht-sidebar li, #ht-sidebar fieldset, #ht-sidebar form, #ht-sidebar label, #ht-sidebar legend, #ht-sidebar table, #ht-sidebar caption, #ht-sidebar tbody, #ht-sidebar tfoot, #ht-sidebar thead, #ht-sidebar tr, #ht-sidebar th, #ht-sidebar td, #ht-sidebar article, #ht-sidebar aside, #ht-sidebar canvas, #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, #ht-sidebar summary, #ht-sidebar time, #ht-sidebar mark, #ht-sidebar audio, #ht-sidebar video {
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}
*/
#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 nav.ht-pages-nav > ul > li > ul > li > a {
  font-weight:bold;
}
#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;
  font-size: 100%;
  vertical-align: baseline;
}
#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;
}
#ht-sidebar a {
  text-decoration: none;
}
#ht-sidebar a:hover {
  text-decoration: underline;
}
#ht-sidebar img {
  outline: 0;
  border: 0;
}
#ht-sidebar {
  background-size:100% auto;
/*  
  background:#f0f0f0;
  position: fixed;
*/
  top: 0;
  bottom: 0px;
  overflow: auto;
  
}

@media screen and (min-width: 768px) {
  #ht-sidebar {
      left: 6.25em;
  }
}

@media screen and (max-width: 1024px) {
  #ht-sidebar {
    z-index: 2;
  }
}
@media screen and (max-width: 640px) {
  #ht-sidebar {
    width: 90%;
    overflow: hidden;
  }
}
#ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container {
  width: 17rem;
}
#ht-sidebar.cocked .ht-sidebar-content .ht-sidebar-content-scroll-container {
  width: 0;
}
#ht-sidebar.cocked .ht-sidebar-content .ht-sidebar-content-scroll-container {
  -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
  
}
#ht-sidebar.collapsed .ht-sidebar-content .ht-sidebar-content-scroll-container {
  width: 0;
}
#ht-sidebar .ht-sidebar-header {
  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: 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-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);
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) and (orientation: landscape) {
  #ht-sidebar .ht-scroll-versions-widget .ht-dropdown {
    display: none;
  }
}
#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 {
  font-size: 0.875em;
  margin-bottom: 20px;
  width: 0;
  top: 1rem;
  position: fixed;
  background: #fff;
  opacity: 0;  
  height: 100%;
  -webkit-transition: width 200ms ease-in-out;
  -moz-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;   
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#ht-sidebar.takeover .ht-pages-nav {
  width: 16.5rem;
  opacity: 1;
  overflow: auto;
  
  
}

@media screen and (min-width: 768px) {
  #ht-sidebar .ht-pages-nav {
      top: 4rem;
  }
}

@media (min-width: 992px){
  #ht-sidebar .ht-pages-nav {
    max-width: 17rem;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #ht-sidebar .ht-pages-nav {
    font-size: 1em;
  }
}
#ht-sidebar .ht-pages-nav ul {
  padding-left: 1rem;
}

#ht-sidebar ul.ht-pages-nav-top {
  padding-left:0;
}
/* Hide the aunts and uncles
#ht-sidebar .ht-pages-nav > ul > li.undefined {
  display:none
}
*/
/* Hide the extended family */
#ht-sidebar .ht-pages-nav > ul > li.undefined  {
  display:none
}
/* Don't hide the aunts 
	#ht-sidebar .ht-pages-nav > ul > li.active.open > ul > li.undefined {
	  display:none
	}
*/
.search-results #ht-sidebar .ht-pages-nav > ul > li.undefined,
.search-results #ht-sidebar nav.ht-pages-nav > ul > li > .ht-pages-nav-toggle {
  display:inherit;
}


#ht-sidebar .ht-pages-nav > ul > li.active.open > ul > li.undefined,
#ht-sidebar .ht-pages-nav > ul > li.active.open > ul > li.active.open {
  border-top: 1px solid #fff;
    
}
#ht-sidebar .ht-pages-nav > ul > li.active.open > ul > li.undefined:first-child,
#ht-sidebar .ht-pages-nav > ul > li.active.open > ul > li.active.open:first-child {
  border-top: none;
    
}

#ht-sidebar .ht-pages-nav ul.ht-pages-nav-sub {
  max-height: 0px;
  overflow: hidden;
  -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;
}
/*#ht-sidebar .ht-pages-nav-top li.active li.active > ul.ht-pages-nav-sub li:before {
	content:"•";
    opacity: .25;
    position: absolute;
    top: .25em;
	left:.175em;
}*/
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle svg {
  display: none;
}
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle:before {
  line-height: 22px;
  content: "\f11c";
}
#ht-sidebar .ht-pages-nav ul .open > ul {
  max-height: 9000px;
}
#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle:before {
  line-height: 18px;
  content: "\f15b";
}
@media screen and (max-width: 1024px) {
  
}
#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle:before {
    content: "";
  }
  #ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle #icon-plus {
    display: none;
  }
  #ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle #icon-minus {
    display: block;
  }
#ht-sidebar .ht-pages-nav ul li {
  line-height: 1.250rem;
  position: relative;
  width: 100%;
}

#ht-sidebar .ht-pages-nav-top li.open li.open li {
    border-top: 1px dotted rgba(0,0,0,.125);
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small {
  position: absolute;
  cursor: pointer;
  left: -14px;
  top: 3px;
  height: 22px;
  line-height: 24px;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small:hover {
  text-decoration: none;
}
/* @media screen and (max-width: 1024px) {}*/
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle {
    
    font-size: 0px;
    left: auto;
    width: 0;
/*    top: 7px;    */
    right: .75rem;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle svg {
    position: relative;
    top: 0px;
  }
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle #icon-plus {
    display: block;
    top: 0px;
  }
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle #icon-minus {
    display: none;
  }
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle:before {
    content: "";
  }

#ht-sidebar .ht-pages-nav ul a {
  display: inline-block;
  padding: .5rem;
  margin-right: 1.5rem;
  overflow: hidden;
/*  white-space: nowrap;*/
  text-overflow: ellipsis;
  vertical-align:middle;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-pages-nav ul a {
  	padding-right: 2rem;
    width: auto;
    white-space: normal;
    text-overflow: clip;
  }
  
    
}
/* Page Tree trigger */

.trigger-y {
	border: none;
    bottom: 0;

    top: 0;
    z-index: 4;    

	width: 1rem;
}
.takeover .trigger-y {
   /* margin-left: 1.45rem;*/
    background: #707070;
    color: #d8d8d8;
}
.trigger-y > i {
  	position: fixed;
  	top: 50vh;
}
#ht-sidebar.takeover .ht-sidebar-content {
    max-width:unset;
}
#ht-sidebar.takeover .ht-sidebar-content .ht-sidebar-content-scroll-container {
  width: 16.5rem
  
}  
	

/* Highlight the current parent*/
ul.ht-pages-nav-top > li > ul > li.active.open > .ht-nav-page-link {
  font-weight: bold;
}
#ht-sidebar .ht-pages-nav ul a.current {
  background:#efeff4;
  border-radius: 4px 0 0 4px;
  color: #707070;
  cursor: default;
  display: block;
  margin-right: 0rem;
  padding-right: 2rem;
}

#ht-sidebar .ht-pages-nav ul a.current:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-pages-nav .ht-pages-nav-top {
    padding: 0px;
  }
}
#ht-sidebar .ht-pages-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: 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: 992px) {
  #ht-sidebar .ht-sidebar-content {
    width: 1.5rem;    
    -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;   
  }

  #ht-sidebar.takeover .ht-sidebar-content {   
     width: 18rem;
  }
}  
@media screen and (max-width: 1024px) {
  .show-sidebar {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .show-sidebar body {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .show-sidebar #ht-sidebar {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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);
  }
  .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);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .show-sidebar #ht-wrap-container {
    -moz-transform: translate(90%, 0px);
    -o-transform: translate(90%, 0px);
    -ms-transform: translate(90%, 0px);
    -webkit-transform: translate(90%, 0px);
    transform: translate(90%, 0px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .show-sidebar #ht-headerbar {
    -moz-transform: translate(90%, 0px);
    -o-transform: translate(90%, 0px);
    -ms-transform: translate(90%, 0px);
    -webkit-transform: translate(90%, 0px);
    transform: translate(90%, 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-sidebar .nav-icon {
    font-size: 2em;
    display: block;
	color:var(--primary);
}
#ht-sidebar .tile.active {
    color: var(--primary);
    margin-left: -15px;
    margin-right: -15px;
	margin-top: 1em;
    text-align: center;
    padding: 2em;
}
#ht-sidebar .btn-back {
    background: #000;
    margin: -20px;
    padding: 15px;
    display: block;
	text-align:center;
}
#ht-sidebar .btn-back:hover,
#ht-sidebar .btn-back:focus {
  background: #4f4265;
  text-decoration:none;
}


/* Style the primary subnav item like a heading */
#ht-sidebar nav.ht-pages-nav > ul > li > a {

    font-size: 1.075em;
	display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1rem;
	margin-right: 0;
    color: #333;
	text-align: center;
  	padding-bottom: 1rem;

    padding-top: 1rem;
}
#ht-sidebar nav.ht-pages-nav > ul > li > .ht-pages-nav-toggle {
  display:none;
}

/* --- WRAP-CONTAINER ----------------------------------------------------------------------------------------------- */

#ht-jump-top {
  	position: fixed;
    bottom: 1em;
    right: 1em;
    background: rgba(  239, 239, 244,.8);
    color: var(--primary);
    padding: 1em;
    line-height: 1em;
    border-radius: 10em;
}
#ht-jump-top:before {
	left: .3em;
  	margin:0;
	top: .3em;
}
#ht-wrap-container {
/*  position: absolute;*/
/*  margin-left: 20.5rem;*/
  right: 0px;
  height:100%;
  min-height: 100%;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #ht-wrap-container {
    z-index: 1;
    min-height: 100%;
/*    -webkit-box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.15);*/
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 992px) {
  #ht-wrap-container {
    padding-left: 1.5rem;
  }
  
  .layout-portal #ht-wrap-container {
	 margin-left: 0;
     padding-left: 0;
  }
}

#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 {
/* HIDE THE DRAGBAR */
  display:none;
  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 {
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  max-width: auto;
}
#ht-wrap-container .ht-content img {
  height:auto;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #ht-wrap-container .ht-content {
/*   padding: 0 32px 0;*/
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #ht-wrap-container .ht-content {
/*    padding: 0 16px 0;*/
    padding: 1rem;
  }
}
#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 html, #ht-wrap-container .ht-content .ht-content-header body, #ht-wrap-container .ht-content .ht-content-header div, #ht-wrap-container .ht-content .ht-content-header span, #ht-wrap-container .ht-content .ht-content-header object, #ht-wrap-container .ht-content .ht-content-header iframe, #ht-wrap-container .ht-content .ht-content-header h1, #ht-wrap-container .ht-content .ht-content-header h2, #ht-wrap-container .ht-content .ht-content-header h3, #ht-wrap-container .ht-content .ht-content-header h4, #ht-wrap-container .ht-content .ht-content-header h5, #ht-wrap-container .ht-content .ht-content-header h6, #ht-wrap-container .ht-content .ht-content-header p, #ht-wrap-container .ht-content .ht-content-header blockquote, #ht-wrap-container .ht-content .ht-content-header pre, #ht-wrap-container .ht-content .ht-content-header abbr, #ht-wrap-container .ht-content .ht-content-header address, #ht-wrap-container .ht-content .ht-content-header cite, #ht-wrap-container .ht-content .ht-content-header code, #ht-wrap-container .ht-content .ht-content-header del, #ht-wrap-container .ht-content .ht-content-header dfn, #ht-wrap-container .ht-content .ht-content-header em, #ht-wrap-container .ht-content .ht-content-header img, #ht-wrap-container .ht-content .ht-content-header ins, #ht-wrap-container .ht-content .ht-content-header kbd, #ht-wrap-container .ht-content .ht-content-header q, #ht-wrap-container .ht-content .ht-content-header samp, #ht-wrap-container .ht-content .ht-content-header small, #ht-wrap-container .ht-content .ht-content-header strong, #ht-wrap-container .ht-content .ht-content-header sub, #ht-wrap-container .ht-content .ht-content-header sup, #ht-wrap-container .ht-content .ht-content-header var, #ht-wrap-container .ht-content .ht-content-header b, #ht-wrap-container .ht-content .ht-content-header i, #ht-wrap-container .ht-content .ht-content-header dl, #ht-wrap-container .ht-content .ht-content-header dt, #ht-wrap-container .ht-content .ht-content-header dd, #ht-wrap-container .ht-content .ht-content-header ol, #ht-wrap-container .ht-content .ht-content-header ul, #ht-wrap-container .ht-content .ht-content-header li, #ht-wrap-container .ht-content .ht-content-header fieldset, #ht-wrap-container .ht-content .ht-content-header form, #ht-wrap-container .ht-content .ht-content-header label, #ht-wrap-container .ht-content .ht-content-header legend, #ht-wrap-container .ht-content .ht-content-header table, #ht-wrap-container .ht-content .ht-content-header caption, #ht-wrap-container .ht-content .ht-content-header tbody, #ht-wrap-container .ht-content .ht-content-header tfoot, #ht-wrap-container .ht-content .ht-content-header thead, #ht-wrap-container .ht-content .ht-content-header tr, #ht-wrap-container .ht-content .ht-content-header th, #ht-wrap-container .ht-content .ht-content-header td, #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 canvas, #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, #ht-wrap-container .ht-content .ht-content-header summary, #ht-wrap-container .ht-content .ht-content-header time, #ht-wrap-container .ht-content .ht-content-header mark, #ht-wrap-container .ht-content .ht-content-header audio, #ht-wrap-container .ht-content .ht-content-header 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 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; removed for accessibility*/
}
#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-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb html, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb body, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb div, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb span, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb object, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb iframe, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h1, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h2, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h3, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h4, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h5, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h6, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb p, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb pre, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb abbr, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb address, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb cite, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb code, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb del, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dfn, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb em, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb img, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ins, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb kbd, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb samp, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb small, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb strong, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb sub, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb sup, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb var, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb b, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb i, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dl, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dt, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dd, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ol, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ul, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb fieldset, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb form, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb label, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb legend, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb table, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb caption, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb tbody, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb tfoot, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb thead, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb tr, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb th, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb td, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb article, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb aside, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb canvas, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb details, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figure, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb footer, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb header, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb menu, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb nav, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb section, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb summary, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb time, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb mark, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb audio, #ht-wrap-container .ht-content .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-wrap-container .ht-content .ht-content-header #ht-breadcrumb body {
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb article, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb aside, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb details, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figure, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb footer, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb header, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb menu, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb nav, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb section {
  display: block;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb nav ul {
  list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q {
  quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote:before, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote:after, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q:before, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q:after {
  content: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb del {
  text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb abbr[title], #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb 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-breadcrumb input, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb select {
  vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a {
  color: #000;
  text-decoration: none;
  /*outline: 0; removed for accessibility */
  opacity: 0.60;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a:hover {
  opacity: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb img {
  /*outline: 0;*/
  border: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
  border-bottom: 1px dotted #ddd;
  color: #ccc;
  margin-bottom: 4px;
  padding-bottom: 10px;

}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li {
  list-style: none;
  font-size: 0.875em;
  display: inline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li:after {
  content: "/";
  margin-left: 3px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li:last-child:after {
  content: "";
}
#ht-wrap-container .ht-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: 14px !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;*/
  background-color:yellow;
}


body.search-results #ht-sidebar {
  display: 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 a {
  text-decoration: none;
  /*outline: 0; removed for accessibility*/
}
#ht-wrap-container #ht-post-nav a:hover {
  text-decoration: underline;
}
#ht-wrap-container #ht-post-nav img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-post-nav {
  font-size: 0.875em;
  padding: 0px 40px 112px 30px;
  max-width: auto;
}
#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;
}
#ht-wrap-container #ht-post-nav a:hover span {
  text-decoration: underline;
}
@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 #ht-footer {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-footer html, #ht-wrap-container #ht-footer body, #ht-wrap-container #ht-footer div, #ht-wrap-container #ht-footer span, #ht-wrap-container #ht-footer object, #ht-wrap-container #ht-footer iframe, #ht-wrap-container #ht-footer h1, #ht-wrap-container #ht-footer h2, #ht-wrap-container #ht-footer h3, #ht-wrap-container #ht-footer h4, #ht-wrap-container #ht-footer h5, #ht-wrap-container #ht-footer h6, #ht-wrap-container #ht-footer p, #ht-wrap-container #ht-footer blockquote, #ht-wrap-container #ht-footer pre, #ht-wrap-container #ht-footer abbr, #ht-wrap-container #ht-footer address, #ht-wrap-container #ht-footer cite, #ht-wrap-container #ht-footer code, #ht-wrap-container #ht-footer del, #ht-wrap-container #ht-footer dfn, #ht-wrap-container #ht-footer em, #ht-wrap-container #ht-footer img, #ht-wrap-container #ht-footer ins, #ht-wrap-container #ht-footer kbd, #ht-wrap-container #ht-footer q, #ht-wrap-container #ht-footer samp, #ht-wrap-container #ht-footer small, #ht-wrap-container #ht-footer strong, #ht-wrap-container #ht-footer sub, #ht-wrap-container #ht-footer sup, #ht-wrap-container #ht-footer var, #ht-wrap-container #ht-footer b, #ht-wrap-container #ht-footer i, #ht-wrap-container #ht-footer dl, #ht-wrap-container #ht-footer dt, #ht-wrap-container #ht-footer dd, #ht-wrap-container #ht-footer ol, #ht-wrap-container #ht-footer ul, #ht-wrap-container #ht-footer li, #ht-wrap-container #ht-footer fieldset, #ht-wrap-container #ht-footer form, #ht-wrap-container #ht-footer label, #ht-wrap-container #ht-footer legend, #ht-wrap-container #ht-footer table, #ht-wrap-container #ht-footer caption, #ht-wrap-container #ht-footer tbody, #ht-wrap-container #ht-footer tfoot, #ht-wrap-container #ht-footer thead, #ht-wrap-container #ht-footer tr, #ht-wrap-container #ht-footer th, #ht-wrap-container #ht-footer td, #ht-wrap-container #ht-footer article, #ht-wrap-container #ht-footer aside, #ht-wrap-container #ht-footer canvas, #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, #ht-wrap-container #ht-footer summary, #ht-wrap-container #ht-footer time, #ht-wrap-container #ht-footer mark, #ht-wrap-container #ht-footer audio, #ht-wrap-container #ht-footer 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-footer body {
  line-height: 1;
}
#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; removed for accessibility*/
}
#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 {
  max-width: auto;
  margin: 0px 40px 12px 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@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%;
}

.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;
  /*overflow: inherit;  Tried changing this because tooltips and focus outlines are getting cutoff. Had to restore it because Viewport's grid system relies on it – Jon */
}

.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: 20px;
  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' */
@font-face {
  font-family: "SP Atlassian Icons";
  src: url(../fonts/atlassian-icons.eot);
  src: url(../fonts/atlassian-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/atlassian-icons.woff) format("woff"), url(../fonts/atlassian-icons.ttf) format("truetype"), url(../fonts/atlassian-icons.svg#atlassian-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

.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 {
  font-size: 16px;
  margin-top: -8px;
}

.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: 40%;
}

.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;
}

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

.sp-aui-iconfont-confluence:before {
  content: "\f11f";
  font-size: 18px;
}

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

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

.sp-aui-iconfont-appswitcher:before {
  content: "\f105";
}

.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";
}


.confluence-icon-page, .content-type-page {
    background: none;
	text-indent:0;
  	display:none;
}

.confluence-icon-page, .content-type-page:before {
	color:var(--primary);
	content: "\f15c";
  	font-family: 'db-icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	
}

.jumbotron {
  background: #707070
}
.jumbotron h1.page-title {
  color:#fff;
  font-weight: 600
}
.jumbotron h1.page-title .icon-lg {
    font-size: 8rem;
    opacity: .25;
}


/* Images */

.zoom img:hover { /* Note the script for this is included in theme.main.js line 83 or so */
  cursor: zoom-in!important;
}


/* 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;
}

/** SEB Changes. Alex G. 

#ht-wrap-container .ht-content .ht-content-header h1
{
  font-size: 0px;
  font-weight: normal;
  line-height: 1.25;
}**/

body 
{
  font-size: 12pt;
  font-weight: 400
}


h2 a
{
	color:#7A68AE;
}

@media screen and (max-width: 240px) {
  #ht-headerbar #ht-search.open {
    pointer-events: auto;
    width: auto;
  }
}

.panelContent h1 em
{
	color:var(--primary);
    font-family: "icomoon-afm";
    font-size:2.25em;
    font-style:normal;
    font-weight: normal;
    display:block;
}




/* Users */
.profile-macro .vcard .values {
  width: auto;
}

/* Buttons */
a.rwui_button {
  border-radius: 4px;
  display:inline-block;
  padding:.4em 1.4em;
  -webkit-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    -moz-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    -ms-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    -o-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
}




/* Banners */

@media (min-width: 576px) { 
  .wiki-content h1.page-title {
    font-size:3em;
    padding: 1em 0;
    margin:0 0 1em 0;
  }
}

img.banner {
  width:100%;
  height: auto;
}

.btn-banners a {
	background: #efeff4;
	border-radius:4px;
	display:flex;
 	padding: 1em;
    margin-bottom: 1em;
    -webkit-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    -moz-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    -ms-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    -o-transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
    transition: color .15s linear, background-color .15s linear, border .15s linear, opacity .15s linear;
}
.btn-banners a:hover, .btn-banners a:focus {
  background:#fff;
  text-decoration:none;  
}
.btn-banners h2 {
  font-size:2em;
}
.btn-banners a i {
  	font-size: 40px;
    color: rgba(255,255,255,.5);
    padding: .25em;
    margin-right: 15px;
    border-radius: 4px;
	height:1em;
    width: 1em;
    text-align: center;
}



/* iFRAMES */

iframe.full {
    background: url(https://anytimefitness.blob.core.windows.net/shared-images/animated/spinner-big.gif) no-repeat center;
      position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    top: -23px;
    height: 100%;
}


/* Dumb things that are only for mockup purposes */


#ht-sidebar .ht-pages-nav-top > li:last-child > .sp-aui-icon-small {
  top:15px;
}

/* PORTAL LAYOUT (entry points into the KB that don't have a page tree) */


.layout-portal .page-title {
	text-align:center;
}
.layout-portal #ht-sidebar {
	display:none!important;
}

@media (min-width: 768px) {
/*  .layout-portal #ht-wrap-container {
      margin-left: 5.9em;
  }
*/
}

.wiki-content h1.page-title {
  font-weight: 600
}

/* DOCUMENT TEMPLATES */

	/* Lists */

	.wiki-content li {
      margin-bottom: .5rem;
      margin-top: .5rem;
    }


	/* Overview Cards */

	#card-af:before, #card-vendor:before, #card-faqs:before, #card-fz:before {
      content: "\e937";
      font-family: db-icomoon;
      font-size: 1.5rem;
      background: #CCB9DA;
      line-height: 1.25rem;
      text-align: center;
      padding: 1.25rem 0;
      min-width:40px;
      overflow: hidden;
    }
	#card-af:before {
      content: "\e937";
      color:var(--primary);
    }
	#card-vendor:before {
      content: "\e949";
      color: #AFBC21; 
      background: #DFE4A6;
     
    }
	#card-faqs:before {
      content: "\f059";
      background: #CFEAED;
      color: #237CA9;
    }
	#card-fz:before {
      content: "\e945";
      background: #A9D0E1;
      color: #237CA9;
    }

	.alert-script {
      background-color: var(--gray-light);
      border-color: var(--gray-soft);
    }
	.alert-script h3:before {
      font-family: db-icomoon;
      content: "\e917";
      color:var(--gray);
      margin-right: .5rem;
      font-weight: normal;
    }
	

#toc ul.rwui_children > li,
#toc ul.childpages-macro > li,
#toc ul > li {
  margin-bottom:0;
  margin-top:0;
}
#toc ul.rwui_children > li > a,
#toc ul.childpages-macro a,
#toc ul > li > a{
	background: transparent;
    color: var(--primary);
	display:block;
	font-size: large;
    border-top: 1px solid #efeff4;
    border-bottom: none;
	padding: 8px 15px;
}
#toc ul.rwui_children > li > a:hover,
#toc ul.rwui_children > li > a:focus,
#toc ul.childpages-macro a:hover,
#toc ul.childpages-macro a:focus,
#toc ul > li > a:hover,
#toc ul > li > a:focus{
	background: #efeff4;
	text-decoration: none;
}
#toc ul.childpages-macro,
#toc ul {
  	list-style: none;
    padding: 0;
}

#toc ul.childpages-macro ul.childpages-macro a,
#toc ul.childpages-macro ul a {
  padding-left: 2rem;
  font-size:small;
}




.hero-children > ul {
    align-items: stretch;
/*    display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
	list-style:none;
  	padding:0;
  	margin:0;
}
.hero-children > ul > li {
    background: #f8f8f8;
	margin:.5% .33%;    
	text-align: center;
}
@media (min-width: 768px) {
  .hero-children > ul > li {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .hero-children > ul > li {
    width: 24%;
  }
}
.hero-children > ul > li > a {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 1em 0;
}
.hero-children .childpages-macro {
	text-align: left;
    margin: 1em 0;
}

.d-corp-only {
  display:none;
}

#definitions .confluenceTh, #definitions .confluenceTd {
  background:transparent;
  border:none;  
}

#definitions .panel .panel {

  border:none;
} 

@media (max-width: 639px) {  
  #definitions .panel .panel {

    flex-direction: column;

  }
}
#definitions .panel .panel .card-header,
#definitions .panel .panel .card-body {
  border-color: #fff;
  padding: .5rem;
}
#definitions .panel .panel .card-header {
  background: none;
  font-weight: bold;
  min-width: 8rem;
}
}

/* hide page properties */

.plugin-tabmeta-details {
  display:none;
}

.masthead {   
    font-size: .7em;   
}
.masthead .table-wrap {
  overflow: hidden;
}

@media (min-width: 640px) {


}
.masthead .confluenceTable {
	width: auto;
}
.masthead .confluenceTable .confluenceTd {
  background: #f0f0f0;
  border-color: #fff;
  padding: .5em;
}
.masthead .confluenceTable p {
  margin:0;
}
.masthead #responsible {
  margin:0;
  padding:0;
}
.masthead #responsible > li {
  display:inline-block;
}
.masthead #responsible > li:before {
  content:", "
}
.masthead #responsible > li:first-child:before {
  content:""
}

/* hide certain labels */ 

a[href*="deprecated"] {
  text-decoration: line-through;
}
#linked-labels {
  font-size:0;
}
#linked-labels a {
    background: var(--primary);
    color: #fff;
	font-size:x-small;
    margin-right: .5em;
    padding: .25em .5em;
    border-radius: 4em;
    text-transform: capitalize;
}
#linked-labels a[href*="deprecated"] {
  display:none;
}



.sp-grid-float #sticky.stick {
	box-sizing: border-box;
	max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	position: fixed;
	padding-top: 74px;
	top: 0;
}

.sp-grid-float .sp-grid-40 #sticky.stick {
    max-width: 540.8px;
}



/* Scroll Overrides */

.toc-outline {
  display:none;
}

/* Bootstrap imitators */

.alert .title {
  font-weight: bold;
}


/* Bootstrap extendors */
.h1-wrap * {
    font-size: 2.5rem;
}
.h2-wrap * {
    font-size: 2rem;
}
.border-0-wrap * {
  border:none!important;  
}


.wiki-content .display-4 {
    font-size: 3.5rem;
}


/* Conflunce Overrides */

pre {
   white-space: pre-wrap;
}

.jumbotron h1.page-title {
  padding:initial;
}

#navbar {
  z-index: 40;
}

#ht-headerbar a.logo {
    color: #fff;
    text-decoration: none;
}
#ht-headerbar .logo .icon-running-man {
    color: rgba(255,255,255,.75);
    vertical-align: middle;
}

.alert p:last-child {
  margin-bottom: 0;
}

.wiki-content img.confluence-embedded-image:hover {
  cursor: default;
  
}

/* batch.css restores */


.wiki-content h2 {
  font-weight: bold;
}

h5, h6, .wiki-content h5 {
  color: inherit;
}

.sidebar {
  clear: inherit;
    float: inherit;
    width: inherit;
    margin-left: inherit;
    padding: inherit;
  
}
.tile .icon {
    display: inline-block;
    height: inherit;
    min-width: inherit;
    text-align: inherit;
    text-indent: inherit;
    background-repeat: inherit;
    background-position: inherit;
    font-size: inherit;
    vertical-align: inherit;
}
.recently-updated-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.recently-updated-sidebar .update-item {
    overflow: hidden;
}

.recently-updated-sidebar .update-item:first-child {
    margin-top: 0;
}
.update-item-icon {
    float: left;
}
.update-item-details {
    padding-left: 21px;
    margin-right: 10px;
}
.recently-updated-sidebar .update-item-meta {
    overflow: auto;
    color: #707070;
    font-size: 12px;
    line-height: 16px;
}
.recently-updated-sidebar .update-item-meta>li {
    float: left;
}
.recently-updated-sidebar .update-item-meta>li:first-child:before {
    content: '';
    margin: 0;
}
.recently-updated-sidebar .update-item-meta>li:before {
    content: '\2022';
    margin: 0 5px;
}

.rwui_button.rwui_size_large, 
.rwui_button.rwui_size_large .rwui_content {
    font-size: 1.25rem;
    line-height: 1.5;
}


.aui-icon-small:before {
  font-size: inherit;
}

.expand-control {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
}

.expand-control-icon {
    width: 20px;
}
.expand-control-text {
    vertical-align: top;
    color: var(--primary-color);
}
.expand-content {
    margin: 0 0 10px 20px;
}
.expand-hidden {
    display: none;
    opacity: 0;
}



/* refined.css overrides */


.rwui_children_cards .rwui_item .rwui_item_content .rwui_title {
  height: auto;
}
.rwui_button>span.rwui_content{
  height: auto;
}

.rwui_expandable_item .rwui_expandable_item_body p {
    color: inherit!important;
}

@media (max-width: 639px) {
  
  
  .rwui_step {
    display:flex;
    align-items: flex-start;
  }
  
  .rwui_step .rwui_item_number {
    float: none;
    min-width: 2rem;
    min-height: 2rem;
    margin-left: -1rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    height: auto;
}
  .rwui_step .rwui_item_content {
    margin-left:0;
    margin-top: .25rem;
  }
       
}
ul.rwui_children>li>a, ul.rwui_children>li>a:link, ul.rwui_children>li>a:focus, ul.rwui_children>li>a:visited, .wiki-content ul.rwui_children>li>a, .wiki-content ul.rwui_children>li>a:link, .wiki-content ul.rwui_children>li>a:focus, .wiki-content ul.rwui_children>li>a:visited {    
    background: #efeff4;
    color: var(--primary);
    border-top: 1px solid #fff;
}


/* batch.css overrides */

.wiki-content ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}
h1, h2, h3, h4, .wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4, .pagetitle, .steptitle, .substeptitle, .formtitle, table.confluenceTable td.confluenceTd.highlight, table.confluenceTable td.confluenceTd.highlight > p, table.confluenceTable th.confluenceTh, table.confluenceTable th.confluenceTh > p, .wiki-content .tablesorter-header-inner, table.admin th, .form-element-large, .form-element-small, #toolbar #format-dropdown .format-h1 a, #toolbar #format-dropdown .format-h2 a, #toolbar #format-dropdown .format-h3 a, #toolbar #format-dropdown .format-h4 a {
	color:inherit;
}

.wiki-content .heading {
    font-size: 1.075em;
}


.alert .confluence-information-macro-icon {
  top: 15px;  
}

.icon-info {
  background: none;
}

.aui-button .aui-icon {
  color:inherit;
}
.confluence-information-macro.alert {
  padding-left: 2rem;
}
.confluence-information-macro.has-no-icon {
    padding-left: 1rem;
}
.aui-button.btn-lg {
      font-size: 1.25rem;
  line-height:inherit;
  height:inherit;
}

[data-macro-name="fancy-bullets"] {
  margin-left:1em;
}

.wiki-content blockquote {
    border-left-color: #efeff4;
}
blockquote {
   color: #4f4265;
}

a.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


a.dropdown-item, a.dropdown-item:hover, a.dropdown-item:focus {
  color: #000;
  text-decoration: none;
}


.wiki-content .dropdown-item {
  color: #000!important;
}
.wiki-content .dropdown-item.disabled, .wiki-content .dropdown-item:disabled {
     color: var(--disabled)!important;

}

.content-by-label.macro-blank-experience:before {
  content:"..."
}
.content-by-label.macro-blank-experience {
  background: none;
  border:none;
  color:#707070;
  padding: 0;
  min-height: unset;
}
.content-by-label.macro-blank-experience p,
.content-by-label.macro-blank-experience strong {
  display:none;
}


.content-by-label > li .details { /* added to correct padding on Search page (featured content lists)*/
	padding-left:0;
}


/* Bootstrap overrides */
.aui-progress-tracker-step+.aui-progress-tracker-step>span:after, .aui-progress-tracker-step+.aui-progress-tracker-step>a:after {
    box-sizing: unset;
  }

p {
  margin: 1rem 0;
}

	/* Emphasise links in Resource Center content */
    .template .wiki-content a:not(.btn) {
      border-bottom: 1px dotted;
    }
    .template .wiki-content a:not(.btn):hover {
      border-bottom: 1px solid;
      text-decoration: none;
    }
	/* Exclude image previews from the link emphasis */
		.template .wiki-content a[data-has-thumbnail]:not(.btn){
          border-bottom:inherit;
        }

/* TESTING (tests were successful, work these back in where logical) */
#ht-sidebar .ht-sidebar-content {
  background: #fff;
  bottom:0;
  position:absolute;  
  top: 0;
}
#ht-sidebar.takeover .ht-sidebar-content {
    width: 17.5rem;
    min-width: auto;
    z-index: 3000000000; /* Overlap the PureChat widget */
  
}

@media (min-width: 768px) {
  
  nav.sidebar {
    position: relative;
    top:0;
  }

  header#ht-headerbar {
    z-index:50;
    position: fixed;
  }   
}
@media (min-width: 992px ) {
  #ht-sidebar  {
/*	  min-width:14em;
	  max-width:14em;	*/
	  min-width:18.5rem;
      position:unset;
  }
  #ht-sidebar.cocked {
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
  }
  
  #ht-sidebar.collapsed  {
	  min-width:1.5rem;
	  /*max-width:1.5rem;*/
  }
  #ht-sidebar.collapsed .ht-pages-nav {
	  max-width:0;
	  opacity: 0;
      transition-duration: 100ms;
  }
  
  #ht-sidebar .ht-pages-nav {
      overflow: auto;
	  width: 100%;
  }
  #ht-sidebar.cocked .ht-pages-nav {
	  -webkit-transition: opacity 800ms ease-in-out;
      -moz-transition: opacity 800ms ease-in-out;
      -ms-transition: opacity 800ms ease-in-out;
      -o-transition: opacity 800ms ease-in-out;
      transition: opacity 800ms ease-in-out;
	  
  }
  
}
@media (min-width: 1800px ) {
  #ht-sidebar {
/*	  min-width:16vw;
	  max-width:16vw;    */
  }
  #ht-sidebar .ht-sidebar-content .ht-sidebar-content-scroll-container {
	  width: 15vw;
  }
  #ht-sidebar .ht-pages-nav {
	  max-width:15vw;
  }
}


[href="/af/_navigationtree"] {
  display:none!important;
}