/* Scope to the right‐sidebar TOC container */
.vp-article__aside-right vp-toc {
  /* Remove the border by resetting its variables */
  --_border-width: 0;
  --_border-color: transparent;
}

/* 1a. Remove any border on the nav container */
.vp-article__aside-right vp-toc nav[aria-labelledby="title"] {
  border: none;
}

/* 1b. Remove the left border from nested TOC lists */
.vp-article__aside-right vp-toc nav[aria-labelledby="title"]
  ol.toc-list ol.toc-list {
  border-left: none;
}

/* Scope the variable so only this TOC uses red for its active indicator */
.vp-article__aside-right vp-toc {
  --_foreground-color-selected: #e00;
}

/* Sidebar border color to white */
nav {
	border-color: #fff !important;
}

.tile__headline a:hover {
    color: #EE0000 !important;
}

.header__navigation--logo a img {
        max-height: 30px !important;
        min-width: 30px !important;
   }

.tile__headline a {
    font-size: 1.3rem;
}

.vp-article__aside-left {
  display: none;
}

img.tile__image {
  display: none;
}

.portal__content__heading {
  display: none;
}

.cs-portal-tiles__category-Hide {
  display: none;
}

.py-3 {
    padding-bottom: 0;
    padding-top: .9rem;
}

h1 {
    font-size: 1.8rem;
}

.vp-search-bar__input-container, 
.vp-dropdown__button {
    border-radius: 0 !important;
}

html[data-vp-page-template="portal"] header[data-vp-component="header"] .top-bar .hc-header-font-color, 
    html[data-vp-page-template="portal"] header[data-vp-component="header"] .top-bar .hc-header-font-color > a {
        color: #4B677D !important;
    }

html[data-vp-page-template="content-source"] header[data-vp-component="header"] .top-bar .hc-header-font-color, 
    html[data-vp-page-template="content-source"] header[data-vp-component="header"] .top-bar .hc-header-font-color > a {
        color: #4B677D !important;
    }

html[data-vp-page-template="portal"] header[data-vp-component="header"] #site-navigation .top-bar {
  background-color: #FFFFFF !important;
  }

html[data-vp-page-template="portal"] header[data-vp-component="header"] .hc-header-background-color {
        background-color: #FFFFFF !important;
    }

html[data-vp-page-template="content-source"] header[data-vp-component="header"] #site-navigation .top-bar {
  background-color: #FFFFFF !important;
  }

html[data-vp-page-template="content-source"] header[data-vp-component="header"] .hc-header-background-color {
        background-color: #FFFFFF !important;
    }

div.examples-select {
	display: none !important;
}

div.try-out {
	display: none;
}

.swagger-ui .link {
  display: none;
}

img.footer__logo {
  display: none;
}

ul.footer__attribution-line--copyright {
  font-size: 10px;
}

.auth-wrapper {
  display: none !important;
}
  
.expand-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  }
  
.article__content h2 {
  margin-top: 1.2rem;
  }
  
figure.confluence-embedded-image {
  margin-top: 0.3rem !important;
  margin-bottom: 0.6rem !important;
  }
  
ul {
  margin-top: 0.2rem !important;
  margin-bottom: 0.5rem !important;
  }
  
.vp-dropdown--searchbar .vp-dropdown__button:focus-within, .vp-dropdown--searchbar .vp-dropdown__button[aria-expanded=true] {
        background-color: #2D4659 !important;
   }

img {
    max-width: 80%;
}

.table-wrap {
    margin-bottom: 5px !important;
    padding-top: 5px !important;
    margin-left: 73px;
}

#toggle-open {
  display: none !important;
}

.toggle svg {
  display: none !important;
}

h4 {
  font-size: 0.9rem;
}

.article__content h6 {
    margin-bottom: 0px;
    margin-top: 0px;
}