article nav.book-navigation, article .inline__links .book-add-child, article .inline__links  .book-printer {
  display: none;
}
.book-section {
  margin-bottom: 20px;
}
.accordion-open.level-1.has-children {
  box-shadow: 0px 1px 7px #dfe5f4;
  border-radius: 4px;
  border-bottom: 4px solid #FFC800;
  border-top: 1px solid #dfe5f4;
  border-left: 1px solid #dfe5f4;
  border-right: 1px solid #dfe5f4;
}
.book-section .dropdownnav-item
{
  list-style: none;
}
.book-section .sidebar-nav
{
  padding: inherit;
  margin-bottom: inherit;
}
.book-section .sidebar-nav a {
  padding: 10px 0px 10px 10px;
  font-size: 16px;
  width: 90%;
  color: #003087;
  text-decoration: none;
  white-space: normal;
  max-width: 280px;
  margin-right: 20px;
}
.book-accord a {
  padding: 10px 0px 10px 10px;
  text-decoration: none;
}
.book-section .sidebar-nav a:hover,
.book-accord a:hover
{
  text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;
  text-decoration: none;
}
.book-section .inner {
  overflow: hidden;
  padding: inherit;
  width: 100%;
}

.book-section .sidebar-nav li.dropdown span.book-down::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  border: 0;
  color: #005CB9;
}

.book-section .sidebar-nav li.dropdown span.book-up::after, .non-active-children::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 24px;
  border: 0;
  color: #005CB9;
}
.non-active-children {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.book-section .dropdown-item.active,
.book-section .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: unset;
}
.book-section a:hover {
  color: #304ffe !important;
}

.child-book-links .inner li a
{
  text-decoration: none;
  display: inline-block;
}

.accordion-open .inner li a:hover, .fa-chevron-down:hover, .fa-chevron-right:hover
{
  color:#304ffe;
  text-decoration: none;
  text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;
}

.book-section .dropdown-item
{
  padding: 0px
}

.book-section .dropdown-item:focus,
.book-section .dropdown-item:hover {
  color: inherit;
  background-color: inherit;

}
.book-toplink a
{
  font-size: 18px;
  text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;
  color: #003087;
  text-decoration: none;
  display: inline-block;
}
.book-toplink a:hover
{
  text-decoration: none;
  color:#20294f;
}

/* Mobile Toggle */
.mobile-book-nav
{
  display: none;
  visibility:  hidden;
}
.book-accord{display: block;}

.sidenav-link-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion-open > .sidenav-link-group  {
  border-bottom: 2px solid #DCDEE1;
}
.level-1.accordion-open > .sidenav-link-group {
  padding: 5px 0px;
}
.even-background > .child-book-links {
  background-color: #f2f5f7;
}
.odd-background > .child-book-links {
  background-color: #ffffff !important;
}
.child-book-links {
  border-bottom: 2px solid #DCDEE1;
}
.level-1.accordion-open > .child-book-links {
  border-bottom: none;
}
ul > li:last-child > .child-book-links {
  border-bottom: none !important;
}
.accordion-open > .child-book-links {
  display: block !important;
}
.accordion-open > .sidenav-link-group > .fa-chevron-right, .accordion-close > .sidenav-link-group > .fa-chevron-down {
  display: none !important;
}
.accordion-close > .sidenav-link-group > .fa-chevron-right, .accordion-open > .sidenav-link-group > .fa-chevron-down {
  display: block !important;
}
.book-link-open-close {
  color: #20294f !important;
  padding-right: 10px;
  cursor: pointer;
}
.current_link > a, .current_link > .sidenav-link-group > a {
  text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;
  color: #003087;
  text-decoration: none;
  display: inline-block;
}
.fa-chevron-down:before, .fa-chevron-right:before {
  color: #003087;
}
@media screen and (max-width: 1200px) {
  .book-mobile-nav-div
  {
    /*background-color: #005CB9;*/
    padding: 10px 0px;
    margin: 0px;
  }
  .book-toplink.toplink-level-1 {
    display: none;
  }
  .mobile-book-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    visibility: visible;
    color: #003087;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding-right: 15px;
  }
  .mobile-book-nav:hover,.mobile-book-nav:focus {color: #003087; text-decoration: none;}
  .book-accord{display: none; padding: 0 14px; }
  .main-book-down::after {  top:0; right:20px;    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 20px;
    border: 0;
    top: 0px; }
  .main-book-up::after { top:0; right:20px;    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 20px;
    top: 0px; }
  .book-section .sidebar-nav li.dropdown span.book-down::after {
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 20px;
    border: 0;
    color: #005CB9;
    position: absolute;
    top: 15px;
    right: 5px;
  }

  .book-section .sidebar-nav li.dropdown span.book-up::after {
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 20px;
    border: 0;
    color: #005CB9;
    position: absolute;
    top: 15px;
    right: 5px;
  }
  .fa-chevron-right:before {
    content: "\f067" !important;
  }
  .fa-chevron-down:before {
    content: "\f068" !important;
  }
  .accordion-open.level-1.has-children {
    max-width: 350px;
  }
}
