.archive-download{padding-top:0}.archive-download__hero{background:var(--hh-color-gradient-tertiary,linear-gradient(90deg,#004033 0,#ddef30 100%));border-radius:calc(var(--hh-border-radius, ".25rem")*2);color:var(--hh-color-white,#fff);padding:2rem 2.5rem}.archive-download__sections{display:flex;flex-direction:column;gap:var(--hh-gutter-width,2rem);margin-top:var(--hh-gutter-width,2rem);padding-bottom:calc(var(--hh-gutter-width, 2rem)*2)}@media(min-width:768px){.archive-download__sections{gap:calc(var(--hh-gutter-width, 2rem)*1.5);margin-top:calc(var(--hh-gutter-width, 2rem)*1.5)}}.archive-download__section-title{font-family:var(--hh-font-bold,"Archivo Bold",sans-serif);font-size:1.75rem;font-weight:var(--hh-font-weight-bold,800);margin:0 0 var(--hh-row-gap-default,2rem)}.archive-download__grid{display:grid;gap:calc(var(--hh-gutter-width, 2rem)/2);grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.archive-download__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.archive-download__grid{gap:var(--hh-gutter-width,2rem);grid-template-columns:repeat(3,1fr)}}.archive-download__search-results{padding-bottom:calc(var(--hh-gutter-width, 2rem)*2)!important}.archive-download__search-heading{font-family:var(--hh-font-semibold,"Archivo Semibold",sans-serif);font-size:1.4rem;margin-top:var(--hh-gutter-width,2rem)}.archive-download__result-group{margin-top:var(--hh-row-gap-large,4rem)}@media(min-width:1024px){.archive-download__result-group{margin-left:auto;margin-right:auto;max-width:60rem}}.archive-download__result-group-title{font-family:var(--hh-font-bold);font-size:1.75rem;font-weight:var(--hh-font-weight-bold,800);margin:0 0 var(--hh-row-gap-default,2rem)}.archive-download__result-list{list-style:none;margin:0;padding:0}.archive-download__result-list-item{border-bottom:1px solid var(--hh-color-border,#d3d3d3);margin:0;padding:0}.archive-download__no-results{padding-bottom:var(--hh-row-gap-large,4rem)!important;padding-top:var(--hh-row-gap-large,4rem)}.archive-download__no-results-text{font-family:var(--hh-font-semibold);font-size:1.4rem;margin-top:var(--hh-gutter-width,2rem);text-align:center}.archive-download .breadcrumbs{margin-bottom:calc(var(--hh-gutter-width, 2rem)/4)}