.ribbon-rjc {
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.span-rjc{
    padding: 20px;
    font-weight: bolder;
}

.u-pearl.current::after, .u-pearl.current::before {
  background-color: green !important;
}

.u-pearl.current .u-pearl-icon, .u-pearl.current .u-pearl-number {
  color: black;
  border-color: #e6edef;
  background-color: #fbfeff;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.divShow{
    display: grid;
}

.divHide{
    display: none;
}

button.divShow{
    display: block;
}

span.u-pearl-title{
    font-size: 10px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
  margin-left: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.u-pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #fbfeff;
  border: 2px solid #e6edef;
  border-radius: 50%;
}