.header__navigation--heading {
  text-indent: -9999px;
  line-height: 0;
}

#jsd-widget {
  z-index: -1 !important;
}

.space-overview__hero__header__content__intro--intro {
  color: white;  
}

.header__navigation--heading:after {
  content: 'Knowledge Base';
  text-indent: 0;
  display: block;
  line-height: initial;
}

.space-overview__hero__header__content__intro--heading {
 display: none;
}

.space-overview__content>:not(:last-child) {
border-bottom: none;
      margin-bottom: 0;
    padding-bottom: 0;
}

.tile-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  margin-top: 20px;
  font-size: 52px;
  color: #0d284f;		     margin-left: 5px;
}

hr {
 display: none 
}

.hc-spaceHome-background-image {
  background-image: linear-gradient(90deg,hsl(207,100%,17%) 0%,hsl(207,100%,27%) 100%) !important;
}

ul.render-links > li:nth-child(2) > a {
  background-color: #003057;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 7px;
}

ul.render-links > li:nth-child(2) > a:hover  {
  background-color: #004c8a;
}

a[aria-label="Contact Support"] {
  background-color: #003057;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 7px;
}

a[aria-label="Contact Support"]:hover {
  background-color: #004c8a;
}

.space-overview__hero__header__content__intro--intro {
  font-size: 36px;  
}



.space-overview__content {
  display: flex;
  max-width: 1200px;
}

.space-overview__topics {
  width: 70%
}

@media screen and (max-width: 600px) {
  .sidebar {
    display: none;
  }
  
  .space-overview__topics {
    width: 100%
  }
}

.sidebar {
  background: #f4f5f5;
  padding: 1.5em 3.5em;
  margin-left: 45px;
  height: 100%;
  border-radius: 4px;
}

.sidebar ul {
 list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.2; 
}

.sidebar a {
 color: #0d284f;
 padding-left: 10px;
}

.sidebar li {
  display: flex;
  align-items: center; 
}

.sidebar-title {
   font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.75rem; 
  }

.vp-article {
  --_content-width: var(--content-width,875px);
}

.scrollable-content div {
  padding-bottom: 10px;
}
.scrollable-content ul {
  list-style: inside !important;
}
.scrollable-content h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.scrollable-content h3 {
  padding-bottom: 10px;
  padding-top: 15px;
}
.scrollable-content h2, h3 {
  text-align: center
}

.scrollable-content h4 {
  font-weight: 600;
}
.scrollable-content th {
  font-weight: 500;
}

.scrollable-content .prior-account {
  text-align: right;
  padding-top: 0;
  font-weight: 400;
  background: #f4f5f5;
  margin-top: -16px;
  padding-bottom: 4px;
  padding-right: 6px;
  font-size: 14px;
}

.training-course h4 {
  padding-bottom: 7px;
}

.training-header {
  padding-bottom: 10px;
}

.gray-block {
  background: #f4f5f5;
  padding: 1.5em 1.5em;
  border-radius: 4px;
  display: inline-flex;
  width: 100%;
}

.left-side {
  width: 100%;
  padding-right:15px
}

.right-side {
  align-items: center;
  display: flex;
  width: 190px;
  justify-content: center;
}

.narrow-list {
  margin: 0;
  padding-left: 20px;
}

.content {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  left: 25%;
  padding: 40px;
  background: white;
  border-radius: 20px;
  transform: translateY(25%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.scrollable-content {
  overflow: scroll;
  height: 450px;
  overflow-x: hidden;
}

.gone {
  display: none
}

.right-side button {
  background-color: #003057;
  color: #fff !important;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 7px;
  width: 140px;
}

.right-side button:hover {
  background-color: #004c8a;
  text-decoration: underline;
}

.training-course table {
  width: 100%;
  text-align: center;
}

.modalDialog {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: min-content;
}

.close {
  text-decoration: none;
  font-weight: bold;
  float: right;
  color: #787878;
  font-stretch: expanded;
  font-style: normal;
}

.close:hover {
  color: #000;
}

#training-schedule {
  padding-top: 20px;
  padding-left: 20px;
}

#show-schedule {
  padding-bottom: 0px;
}

#loader {
  border: 3.5px solid #f3f3f3;
  border-top: 3.5px solid #3498db;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 2s linear infinite;
  margin-left: 45px;
  padding: 0px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.tile--topics {
  display: block;
}