.dbi-rc-cta,
.dbi-rc-cta *,
.dbi-rc-popup,
.dbi-rc-popup * {
  box-sizing: border-box;
}
.dbi-rc-cta {
  display: block;
  background: #f7f7f7;
  padding: 5px 15px;
  box-shadow: 2px 4px 7px 0 #bbb9b9;
}
.dbi-rc-cta-button,
.dbi-rc-cta-button:hover,
.dbi-rc-cta-button:focus {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 6px 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}
.dbi-rc-cta p {
  margin: 0;
  color: #787878;
  font-size: 0.8rem;
}
.dbi-rc-cta-link {
  display: block;
  color: #fcb526;
  text-decoration: underline;
}
.dbi-rc-cta[hidden],
.dbi-rc-popup[hidden] {
  display: none;
}
.dbi-rc-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(163 162 162 / 45%);
  z-index: 9999999999;
}
.dbi-rc-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background: #fff;
}
.dbi-rc-close,
.dbi-rc-close:hover,
.dbi-rc-close:focus,
.dbi-rc-back,
.dbi-rc-back:hover,
.dbi-rc-back:focus {
  position: absolute;
  top: 15px;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
  letter-spacing: normal;
  cursor: pointer;
}
.dbi-rc-close {
  right: 15px;
  z-index: 3;
}
.dbi-rc-close img {
  display: block;
  width: 15px;
}
.dbi-rc-content {
  width: 100%;
  height: 100%;
  background: var(--dbi-rc-drawer-background) center / cover no-repeat;
  box-shadow: 0 0 10px 5px #8f8f8f;
}
.dbi-rc-categories,
.dbi-rc-articles {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.dbi-rc-categories[hidden],
.dbi-rc-articles[hidden] {
  display: none;
}
.dbi-rc-title {
  display: block;
  background: #1b2b3a;
  padding: 12px 0;
}
.dbi-rc-title h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
.dbi-rc-list-section {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.dbi-rc-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dbi-rc-category {
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.dbi-rc-item {
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #cecbcf;
}
.dbi-rc-item span {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: capitalize;
}
.dbi-rc-category:hover .dbi-rc-item,
.dbi-rc-category.dbi-rc-active .dbi-rc-item {
  background: #fcb526;
}
.dbi-rc-back {
  left: 5px;
  z-index: 9;
  display: flex;
  align-items: center;
  color: #fcb526;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}
.dbi-rc-back img {
  margin-right: 5px;
}
.dbi-rc-subhead {
  margin: 0;
  padding: 30px 20px 0;
  color: #000;
  font-size: 17px;
  text-align: left;
}
.dbi-rc-articles .dbi-rc-list-section {
  padding: 10px 20px;
}
.dbi-rc-article-list {
  display: block;
  max-height: 240px;
  overflow: auto;
  padding: 0 10px 0 0;
}
.dbi-rc-article-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.dbi-rc-article-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.dbi-rc-article-list::-webkit-scrollbar-track {
  background-color: #d2cdc9;
  border-radius: 10px;
}
.dbi-rc-article {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
}
.dbi-rc-article a {
  display: flex;
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
.dbi-rc-article a:hover {
  background: #fcb526;
  color: #334862;
}
.dbi-rc-empty {
  margin: 0;
  color: #000;
  font-size: 13px;
  text-align: left;
}
.dbi-rc-empty[hidden] {
  display: none;
}
.dbi-rc-articles.dbi-rc-loading::after {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: var(--dbi-rc-loader) no-repeat;
  background-size: 50px;
}
.dbi-rc-articles.dbi-rc-loading .dbi-rc-list-section {
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .dbi-rc-cta {
    margin-bottom: 20px;
  }
  .dbi-rc-cta p {
    font-size: 0.9rem;
  }
  .dbi-rc-panel {
    width: 320px;
    max-width: none;
  }
  .dbi-rc-close {
    right: -30px;
  }
  .dbi-rc-title {
    background: #000;
  }
  .dbi-rc-item span {
    font-size: 12px;
    text-transform: uppercase;
  }
  .dbi-rc-subhead {
    font-size: inherit;
  }
  .dbi-rc-article {
    padding: 10px;
    background: #fff;
  }
  .dbi-rc-article a {
    padding: 0;
    background: transparent;
  }
  .dbi-rc-article:hover {
    background: #fcb526;
  }
  .dbi-rc-article:hover a {
    background: transparent;
    color: #334862;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1040px) {
  .dbi-rc-cta p {
    font-size: 0.7rem;
  }
}
