#ez-toc-container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 3px solid #e5e5e5;
  padding-left: 30px; }

#ez-toc-container a {
  color: #0f289b !important; }
  #ez-toc-container a:hover {
    color: #888 !important; }

.ez-toc-title-container {
  margin-top: 15px;
  margin-bottom: 15px; }

div#ez-toc-container p.ez-toc-title {
  color: #333;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.575rem;
  display: inline-block;
  text-transform: uppercase;
  background-color: #F2DF8D;
  padding: 4px 6px; }

.ez-toc-list {
  font-size: 1.275rem;
  list-style: none;
  margin-left: 0; }

div#ez-toc-container ul li {
  margin-bottom: 5px;
  list-style: inherit; }

div#ez-toc-container ul.ez-toc-list a:hover {
  text-decoration: none; }

/* Sticky Table Of Contents
   ========================================================================== */
.sticky-toc {
  display: none;
  opacity: 0;
  pointer-events: none;
  padding-left: 10px;
  background-color: #f7f7f7;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: opacity 0.3s ease;
  border: 1px solid #ccc; }
  .sticky-toc.is-visible {
    display: flex;
    pointer-events: all;
    opacity: 1; }
  @media (max-width: 980px) {
    .sticky-toc {
      padding-left: 0;
      flex-direction: column; }
      .sticky-toc::before {
        display: none; } }

.sticky-toc ul {
  list-style: none;
  display: flex;
  font-size: 0.9rem;
  flex-wrap: wrap;
  transition: max-height .25s ease-in-out; }
  @media (max-width: 980px) {
    .sticky-toc ul {
      flex-direction: column;
      flex-wrap: nowrap;
      max-height: 0px;
      overflow-y: scroll; } }

.sticky-toc li {
  margin-bottom: 5px; }
  @media (max-width: 980px) {
    .sticky-toc li {
      margin-bottom: 0; } }

.sticky-toc a {
  color: #333;
  font-weight: 500;
  padding: 5px; }
  .sticky-toc a:hover {
    text-decoration: none;
    color: #777; }
  @media (max-width: 980px) {
    .sticky-toc a {
      display: inline-block;
      width: 100%; } }

.sticky-toc .active {
  background-color: #F2DF8D; }

.toggle-toc {
  display: none; }

.toggle-toc-btn {
  font-weight: bold;
  font-family: monospace;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem;
  color: #eee;
  background-color: #2c3e50;
  cursor: pointer;
  transition: all 0.25s ease-out;
  display: none; }
  .toggle-toc-btn::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out; }
  @media (max-width: 980px) {
    .toggle-toc-btn {
      display: block; } }

.toggle-toc:checked + .toggle-toc-btn + ul {
  max-height: 350px; }

/*# sourceMappingURL=toc.css.map */
