.signposts-list{padding:0;margin:0 0 -1em;list-style:none}@media(min-width: 500px){.signposts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-1em}}@media(min-width: 800px){.signposts-list{margin-bottom:-1.5em}}.signpost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1em;border:1px #e7e7e7 solid;margin-bottom:1em;background-color:#fff;font-size:clamp(.85em,2vw,1.4em);font-weight:600;text-decoration:none}@media(min-width: 500px){.signpost{width:calc(50% - .5em);padding:1.2em;margin-bottom:1em}}@media(min-width: 700px){.signpost{padding:1.7em 1.2em}}@media(min-width: 800px){.signpost{width:calc(50% - .75em);margin-bottom:1.5em}}.signpost:hover,.signpostfocus{border-color:var(--c-accent);background-color:var(--c-accent);color:#fff}.signpost .icon{margin-left:1em}