html section.resources-link-group.resources-link-group{text-align:left;justify-items:stretch;margin-bottom:10px;min-width:500px}html section.resources-link-group.resources-link-group a{margin:7.5px;display:grid;grid-template-columns:95% 5%;border-radius:1em;height:20px;border:2px solid var(--white);color:var(--white);background-color:var(--cardinal-red);padding:15px;text-decoration:none;font-family:Source Sans Pro,sans-serif;font-weight:600;box-shadow:6px 6px 8px 2px #cacaca}html section.resources-link-group.resources-link-group a svg{justify-self:end}html section.resources-link-group.resources-link-group a:hover{opacity:.8}html section.resources-link-group.resources-link-group.two-column a{padding:15px 5px}html section.blue-background .resources-link-group a,html section.red-background .resources-link-group a{border-color:var(--white);color:var(--white);box-shadow:6px 6px 8px 2px rgba(14,14,14,.431372549)}html section.blue-background .resources-link-group a{background-color:var(--buckeye-blue)}@media screen and (max-width:600px){html section.resources-link-group.resources-link-group{min-width:unset}html section.resources-link-group.resources-link-group a{height:unset}}