.sh-b-types{--type-button-color:var(--color-primary-500);align-items:baseline;display:grid;gap:20px;grid-template-columns:auto 1fr}.sh-b-types__label{font-weight:700;line-height:1;padding:5px 30px;white-space:nowrap}.sh-b-types__list{display:flex;flex-flow:row wrap;gap:20px}.sh-b-type{flex:0 0 auto;position:relative}.sh-b-type__input{height:0;position:absolute;width:0}.sh-b-type__name{background:transparent;border:1px solid var(--type-button-color);border-radius:5px;color:var(--type-button-color);cursor:pointer;display:block;font-size:15px;font-weight:700;padding:10px 30px;position:relative;transition:color .3s ease,background-color .3s ease,border-color .3s ease}.sh-b-type small{font-size:100%;font-weight:400;margin-left:5px}.sh-b-type__name:after{aspect-ratio:1;background:#000;border:1px solid #fff;border-radius:50%;color:#fff;content:"✔";display:none;font-size:8px;line-height:14px;position:absolute;right:0;text-align:center;top:50%;transform:translate(50%,-50%);width:16px}.sh-b-type:hover .sh-b-type__name,.sh-b-type__input:checked+.sh-b-type__name{background:var(--type-button-color);color:#fff}.sh-b-type__input:checked+.sh-b-type__name:after{display:block}.sh-b-type__name._blog{--type-button-color:var(--color-primary-700)}.sh-b-type__name._podcast{--type-button-color:#56175e}.sh-b-type__name._faq{--type-button-color:#ad6714}.sh-b-type__input:disabled+.sh-b-type__name{--type-button-color:var(--color-greys-300);background-color:transparent;color:var(--type-button-color);cursor:default}.sh-b-search{display:grid;gap:10px;grid-template-areas:"search-form" "filter-trigger" "filters";grid-template-columns:1fr}.sh-b-search__form{grid-area:search-form}.sh-b-search__trigger{grid-area:filter-trigger}.sh-b-search__filters{display:grid;grid-area:filters;grid-template-rows:0fr;transition:grid-template-rows .3s ease,padding .3s ease}.sh-b-search__filters._open{grid-template-rows:1fr;padding-block:15px}.sh-b-search__filters-inner{display:flex;flex-flow:row wrap;gap:10px;overflow:hidden}@media (min-width:37.5em){.sh-b-search{grid-template-areas:"search-form filter-trigger" "filters filters";grid-template-columns:1fr auto}}.sh-blog__pre-title{color:var(--color-secondary-500);font-size:18px;font-weight:700;text-transform:uppercase}.kb-card{background:#5a8324;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.08);color:#fff;display:flex;flex-flow:column nowrap;height:100%;overflow:hidden}.kb-card._faq{background:#ad6714}.kb-card._podcast{background:#56175e}.kb-card__media{display:block;height:200px;position:relative}.kb-card__media img{height:100%;object-fit:cover;position:absolute;width:100%}.kb-card__body{align-items:stretch;display:flex;flex:1 1 auto;flex-flow:column nowrap;padding:1rem 1.25rem}.kb-card__author,.kb-card__title{margin-bottom:.8rem}.kb-card__title{font-family:var(--font-heading);font-size:18px;font-weight:700;line-height:1.4}.kb-card__more{align-self:flex-start;margin-top:auto}.kb-author{display:flex;flex-flow:row nowrap}.kb-author__photo{align-self:flex-start;aspect-ratio:1;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.5);flex:0 0 auto;margin-right:.75rem;overflow:hidden;width:50px}.kb-author__photo img{display:block}.kb-author__body{flex:1 1 auto}.kb-author__name{display:block;font-family:var(--font-heading);font-size:18px;font-weight:700;line-height:1.2;margin-bottom:.5rem}.kb-author__date{display:block;font-size:12px;line-height:1.1}.sh-pagination{display:grid;gap:var(--grid-gutter);grid-template-columns:1fr}.sh-pagination__nav{align-items:stretch;display:flex;flex-flow:row wrap;gap:5px}.sh-pagination__total{font-size:18px}.sh-pagination__link,.sh-pagination__total{font-family:var(--font-heading);font-weight:700}.sh-pagination__link{aspect-ratio:1;border:1px solid var(--color-greys-300);border-radius:5px;flex:0 0 auto;font-size:16px;line-height:38px;text-align:center;width:40px}.sh-pagination__link._current,.sh-pagination__link:focus,.sh-pagination__link:hover{background:var(--color-greys-100);color:var(--color-secondary-500)}.sh-pagination__link._next,.sh-pagination__link._prev{color:var(--color-secondary-500)}.sh-pagination__link._next svg{transform:rotate(180deg)}.sh-pagination__link._disabled{background:#fff;border:0;color:var(--color-greys-300);cursor:default}@media (min-width:37.5em){.sh-pagination{grid-template-columns:1fr auto}.sh-pagination__link{font-size:18px}}.sh-s-form{border:2px solid var(--color-secondary-500);border-radius:5px;overflow:hidden}.sh-s-form,.sh-s-form__field{display:flex;flex-flow:row nowrap}.sh-s-form__field{flex:1 1 auto}.sh-s-form__label{background:var(--color-greys-100);flex:0 0 auto;font-weight:700;line-height:1;padding:15px 30px;white-space:nowrap}.sh-s-form__for-md{display:none}.sh-s-form__input{border:0;flex:1 1 auto;min-width:0;padding-inline:15px;width:100%}.sh-s-form__submit{background:transparent;border:0;cursor:pointer;flex:0 0 auto;padding-inline:20px}@media (min-width:60em){.sh-s-form__for-md{display:inline}}