/*  BOF Info For EZpages Articles  dbltoe 02/06/2021 JET */
.articleItem:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
#articleWrapper{text-align:center;}
#articleWrapper h2, .articleItem p{color:#900404;}
#articleWrapper hr{border:1px solid #900404;}
#articleWrapper br{clear:both;}
#articleContainer{display:flex;flex-flow: row wrap;justify-content:space-evenly;}
.articleItem a{text-decoration:none;font-size:1.1em;}
.articleItem a img{padding-top:10px;height:82px;width:108px;box-sizing: border-box;}
.articleItem{order: 0;flex: 0 1 auto;align-self: flex-start;padding:10px;box-sizing: border-box;min-width:200px;max-width:225px;}
.articleItem p{text-align:left;}
/*  EOF Info For EZpages Articles  */


#navEZPagesTOCWrapper {
  width: fit-content; /* Fit the width to the width of the content */
  /*position: fixed;  Fixed/sticky position */
  top:7%; /* Place the TOC 35% from the top */
  right: 10%; /* Place the TOC 10% from the right */
  z-index: 99; /* Make sure it does not overlap */
}

h1#ezPagesHeading {
  text-align: center;
}

#navEZPageNextPrev {
  display: none;
}

#navEZPagesTOC ul li {
  line-height: 200%;
}

/*ul.list-links li a :hover {
    background-image: url("/images/buttonHover.png");
}*/