
#anchors { display: flex; flex-wrap: wrap; width: calc(100% + 8px); margin: var(--gutter) 0 0; margin:0;

color: var(--yellow-lightest);   }

#anchors dt,
#anchors dd {
    color: inherit;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    margin-right: 8px;
}
#anchors dt {
    font-weight: 700; font-family: var(--headingfont);
    padding: 12px; padding-left: 0; padding-right: 0;
}

#anchors dd a{
    color: inherit;
}

#anchors dd a{
    display: block;
    position: relative;
    color: inherit;
    font-weight: 400;
    border: 1px solid currentColor;
    padding: 12px; border-radius: 24px;
    border: 1px solid var(--yellow);
    background: transparent;

}


#anchors a:is(:hover,:focus-visible) {
    background-color: var(--yellow-lightest); color: var(--green-darkest); border-color: var(--yellow-lightest);
}

#anchors a:focus-visible {
    box-shadow:0 0 0 3px var(--green-darkest), 0 0 0 5px var(--yellow);
}


@media all and (max-width:1199px) {
   
    #anchors { margin: 32px 0; }


}
@media all and (max-width:899px) {
   
    #anchors { margin: 16px 0; }

}
@media all and (max-width:599px) {

}
@media all and (min-width:1200px) {
   
    #anchors  {
    }




}


   