#featured-projects .card-block > .cell:last-of-type .card-img-container{
border: 2px solid #F5F4F3;
    border-bottom:none;
}
#editorial-guide #alphaList  li > a{
    padding:0;
      margin-bottom:0;
}

#editorial-guide #alphaList  li {
    margin-bottom:0;
    line-height:1.2;
    align-content:center;
    display: inline-block;
    margin-right: 0;
    color: #828282;
    font-size:1.25rem;
    font-weight:800;
    padding: .25rem .25rem;
    mix-width: 24px;
    min-width: 32px;
    text-align: center;
    min-height: 24px;
}

#editorial-guide #alphaList  li:hover {
    background-color:var(--light-gray);
}
#editorial-guide #alphaList  li > a{
 font-weight:800;
 text-decoration:none;
 color:var(--uthblue);
 cursor:pointer;
 display: inline-block;
 min-width: 24px;
 max-width: 24px;
 text-align: center;
}
#editorial-guide #alphaList  li > a:hover{
    text-decoration:underline;
}
#editorial-guide > #alphaList {
    border: var(--uthorange) solid 1px;
    border-radius:3px;
    background-color: #ffffff;
    padding: .875rem 1.125rem;
    border: 2px solid #F5F4F3;
}
#editorial-guide > #alphaList .intro{
font-size:1.125rem;
    margin-bottom:.25rem;
}
#editorial-guide #alphaList > ul {
    list-style-type:none;
    display: flex;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 1rem;
    margin-bottom: 0;
}
#editorial-guide h2{
    font-family:var(--font-serif-stack);
    /* margin-top:1rem; */
    display: flex;
    width: 100%;
    align-items: center;
    align-content: start;
    column-gap: 1rem;
    /* color:#573021; */
    font-size: 3.365rem;
    margin-bottom: 1rem;
    /* padding-right: 2rem; */
}
#editorial-guide h2::after {
    content: "";
    border-top: solid #F5F4F3 2px;

    height: 1px;
    flex: 1 20px;
    /* padding-left:3rem; */
    /* top: 5px; */
    /* gap:1rem; */
}
#editorial-guide h3 {
    color: #945238;
    font-weight: 700;
    font-size: 1.875rem;
    font-family:var(--font-serif-stack);
    margin-top: 0;
}
.writingguideEntry > a {
    display:block;
    display:none;
}
#editorial-guide strong {
    /* color:var(--darksage); */
}
#editorial-guide h2{
    
}

#editorial-guide {
    font-size:1.125rem;
}
li.disabled {
        cursor: not-allowed;
}