/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
.pillar-page-content-menu,
#content-hub .pillar-page-content-menu {
  padding: 32px 15px 45px;
  background-color: #EDF1F6;
  max-width: 224px;
}
.pillar-page-content-menu-wrapper,
#content-hub .pillar-page-content-menu-wrapper {
  position: relative;
  margin-top: 20px;
  z-index: 9;
  height: 100%;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu,
  #content-hub .pillar-page-content-menu {
    max-width: 100%;
    width: 100%;
    padding: 0;
    z-index: 9;
}
}
.pillar-page-content-menu--fixed-to-top,
#content-hub .pillar-page-content-menu--fixed-to-top {
  position: fixed;
  width: 100%;
  top: 94px;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu--fixed-to-top,
  #content-hub .pillar-page-content-menu--fixed-to-top {
    top: 0;
    margin: 0;
}
}
.pillar-page-content-menu--fixed-to-bottom,
#content-hub .pillar-page-content-menu--fixed-to-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pillar-page-content-menu__title,
#content-hub .pillar-page-content-menu__title {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.pillar-page-content-menu__title-book-logo,
#content-hub .pillar-page-content-menu__title-book-logo {
  margin-right: 16px;
  flex-shrink: 0;
}
.pillar-page-content-menu__title-wrapper,
#content-hub .pillar-page-content-menu__title-wrapper {
  margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__title-wrapper,
  #content-hub .pillar-page-content-menu__title-wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px 20px;
}
}
.pillar-page-content-menu__expand-menu-icon,
#content-hub .pillar-page-content-menu__expand-menu-icon {
  display: none;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__expand-menu-icon,
  #content-hub .pillar-page-content-menu__expand-menu-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out;
}
.pillar-page-content-menu__expand-menu-icon:hover,
  #content-hub .pillar-page-content-menu__expand-menu-icon:hover {
    cursor: pointer;
}
.pillar-page-content-menu__expand-menu-icon--opened,
  #content-hub .pillar-page-content-menu__expand-menu-icon--opened {
    transform: rotateX(180deg);
}
}
.pillar-page-content-menu__list,
#content-hub .pillar-page-content-menu__list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__list,
  #content-hub .pillar-page-content-menu__list {
    transition: height 0.4s ease-in-out;
    overflow: hidden;
    padding: 0 20px;
}
}
.pillar-page-content-menu__list-item--selected .pillar-page-content-menu__number, .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__number:hover,
.pillar-page-content-menu__list-item--selected .pillar-page-content-menu__anchor-name,
.pillar-page-content-menu__list-item--selected .pillar-page-content-menu__anchor-name:hover,
.pillar-page-content-menu__list-item--selected .pillar-page-content-menu__list-link,
.pillar-page-content-menu__list-item--selected .pillar-page-content-menu__list-link:hover,
#content-hub .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__number,
#content-hub .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__number:hover,
#content-hub .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__anchor-name,
#content-hub .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__anchor-name:hover,
#content-hub .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__list-link,
#content-hub .pillar-page-content-menu__list-item--selected .pillar-page-content-menu__list-link:hover {
  color: #1964A3;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__list-item:first-child,
  #content-hub .pillar-page-content-menu__list-item:first-child {
    padding: 24px 0 0;
}
}
.pillar-page-content-menu__list-item-link,
#content-hub .pillar-page-content-menu__list-item-link {
  color: #000000;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__list-item-link,
  #content-hub .pillar-page-content-menu__list-item-link {
    display: flex;
    margin: 0;
    padding: 0 0 20px;
}
}
.pillar-page-content-menu__number,
#content-hub .pillar-page-content-menu__number {
  margin: 0;
  padding: 0 0 3px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__number,
  #content-hub .pillar-page-content-menu__number {
    margin: 0 16px 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}
}
.pillar-page-content-menu__anchor-name,
#content-hub .pillar-page-content-menu__anchor-name {
  padding: 0 0 20px;
  margin: 0;
  color: #4E4B48;
  transition: color 0.2s ease-in-out;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.pillar-page-content-menu__anchor-name:hover,
#content-hub .pillar-page-content-menu__anchor-name:hover {
  color: #000000;
}
@media screen and (max-width: 991px) {
.pillar-page-content-menu__anchor-name,
  #content-hub .pillar-page-content-menu__anchor-name {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
}
.pillar-page-content-menu a:hover,
#content-hub .pillar-page-content-menu a:hover {
  text-decoration: none;
  cursor: pointer;
}