.holder--article-w-sidebar{background-color:var(--white);display:flex;flex-direction:column;max-width:var(--max-width);padding:var(--space-md);width:100%}@media (min-width:720px){.holder--article-w-sidebar{gap:var(--gap-xxx-lg);padding:var(--space-xxx-lg)}}@media (min-width:1024px){.holder--article-w-sidebar{flex-direction:row}}article{display:flex;flex-direction:column;gap:var(--gap-md)}@media (min-width:1024px){article{flex:4}}article .article__resource-type{align-items:center;align-self:flex-start;background:var(--primary-colour);border-radius:.4rem;color:var(--white);display:flex;font-size:1.6rem;gap:.5rem;padding:.8rem 1.5rem .8rem 1.2rem}article .article__resource-type svg{flex-shrink:0;height:2.4rem;position:relative;top:-.1rem;width:2.4rem}article section{display:flex;flex-direction:column;gap:var(--gap-md);width:100%}article section.section--report-problem{border-top:.1rem solid var(--border);margin-top:var(--space-lg);padding-top:var(--space-lg);width:100%}article .article__date-time{align-items:center;display:flex;font-size:var(--font-size-sm);gap:var(--space-x-sm)}article .article__date-time .icon--date{height:var(--space-sm);transform:translateY(-1px);width:var(--space-sm)}article address{padding:var(--space-md) 0}article .article__audio-holder{border:1px solid var(--border);padding:1rem;text-align:center}article .article__audio-holder audio{max-width:30rem;width:100%}article .article__event-cost{align-items:center;display:flex;font-size:var(--font-size-sm);gap:var(--space-x-sm)}article .article__event-cost .icon--event-cost{height:var(--space-sm);transform:translateY(-1px);width:var(--space-sm)}article h1{color:var(--primary-colour)}article p{font-size:var(--font-size-md)}article .btn,article .link-secondary{align-self:flex-start}.container__meet-the-expert-header{position:relative}.container__meet-the-expert-header:before{border-bottom:1px solid #23afe6;content:"";display:block;left:0;margin:.4rem 0 0;position:absolute;right:0;top:50%}.container__meet-the-expert-header img{height:6.9rem;width:12.4rem}.meet-the-expert-header__image-holder{background:#fff;display:table;padding:0 10px 0 0;position:relative;z-index:1}.container__new-study-spotlight-header{position:relative}.container__new-study-spotlight-header:before{border-bottom:1px solid #23afe6;content:"";display:block;left:0;margin:.4rem 0 0;position:absolute;right:0;top:50%}.container__new-study-spotlight-header img{height:6.9rem;width:12.4rem}.new-study-spotlight-header__image-holder{background:#fff;display:table;padding:0 10px 0 0;position:relative;z-index:1}.container__ongoing-research-header{position:relative}.container__ongoing-research-header:before{border-bottom:1px solid #23afe6;content:"";display:block;left:0;margin:.4rem 0 0;position:absolute;right:0;top:50%}.container__ongoing-research-header img{height:5rem;width:9.2rem}.ongoing-research-header__image-holder{background:#fff;display:table;padding:0 10px 0 0;position:relative;z-index:1}.container__research-spotlight-header{position:relative}.container__research-spotlight-header:before{background:#c6e5f1;border-radius:5px;content:"";display:block;height:5px;left:0;margin:.4rem 0 0;position:absolute;right:0;top:50%}.container__research-spotlight-header img{height:7.4rem;width:15.4rem}.research-spotlight-header__image-holder{background:#fff;display:table;padding:0 20px 0 0;position:relative;z-index:1}.container__news-features-header{position:relative}.container__news-features-header:before{border-bottom:5px solid #606;content:"";display:block;left:0;margin:.4rem 0 0;position:absolute;right:0;top:50%}.container__news-features-header img{height:5.2rem;width:17rem}.news-features-header__image-holder{background:#fff;display:table;padding:0 10px 0 0;position:relative;z-index:1}aside{display:flex;flex-direction:column}@media (min-width:1024px){aside{flex:2;flex-direction:column-reverse;justify-content:flex-end}}aside section{border-top:.1rem solid var(--border);display:flex;flex-direction:column;gap:var(--gap-sm);padding:var(--space-md) 0}aside .section__title{color:var(--primary-colour);font-weight:var(--text-bold)}aside .tag{align-self:flex-start;width:auto}aside .tag.tag--peer-reviewed{font-size:var(--font-size-default);height:var(--space-xx-lg);padding:0 var(--space-md) 0 var(--space-sm);width:100%}aside .tag.tag--peer-reviewed svg{height:20px;width:20px}aside .btn{align-self:flex-start;margin-bottom:var(--space-md)}.breadcrumbs{align-items:flex-start;color:var(--primary-colour);font-size:var(--font-size-x-sm);justify-content:flex-start;width:100%}.breadcrumbs,.breadcrumbs li{display:flex;gap:var(--space-x-sm)}.breadcrumbs li{align-items:center;width:auto}.breadcrumbs li svg{display:flex;flex-shrink:0;max-width:-moz-fit-content;max-width:fit-content}.breadcrumbs li a{align-items:center;display:flex;width:auto}.breadcrumbs li:last-child a{pointer-events:none}.breadcrumbs li:last-child svg{display:none}@media (max-width:600px){.breadcrumbs{display:none}}@media (min-width:720px){.breadcrumbs{font-size:var(--font-size-sm)}}.btn{--border-radius:var(--space-x-sm);align-items:center;align-self:center;background:var(--accent);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--white);display:flex;flex-direction:row;gap:var(--gap-sm);height:auto;justify-content:center;padding:var(--space);text-align:center;transition:var(--transition);width:auto}.btn.icon-left{justify-content:flex-start;padding-left:var(--space);text-align:left}.btn.icon-right{padding-right:var(--space)}.btn:focus{outline-color:var(--fimt-blue);outline-offset:4px;outline-style:solid;outline-width:2px}.btn:hover{background:var(--primary-colour-hover);text-decoration:none}.btn:active{background:var(--primary-colour-pressed)}.btn.outlined{background:0 0;border:.1rem solid var(--primary-colour);box-shadow:none;color:var(--primary-colour);padding:var(--space-sm) var(--space)}.btn.outlined:hover{background:var(--primary-colour-tint-light)}.btn.outlined:focus{outline-color:var(--fimt-blue);outline-offset:4px;outline-style:solid;outline-width:2px}.btn.sm{font-size:var(--font-size-sm);padding:var(--space-xx-sm) var(--space-x-sm)}.btn.no-border{border:none;box-shadow:none;color:var(--primary-colour)}.btn.no-border,.btn.no-border:hover{background:0 0}address{align-items:center;border-bottom:.1rem solid var(--black);border-top:.1rem solid var(--black);display:flex;gap:var(--space-x-sm);padding:var(--space-sm) 0}address svg{display:flex;flex-shrink:0}:root{--theme-1:21,102,50;--theme-1-tint:rgba(var(--theme-1),.1);--theme-1-tint2:rgba(var(--theme-1),.05);--theme-2:57,79,20;--theme-2-tint:rgba(var(--theme-2),.1);--theme-2-tint2:rgba(var(--theme-2),.05);--theme-3:115,117,12;--theme-3-tint:rgba(var(--theme-3),.1);--theme-3-tint2:rgba(var(--theme-3),.05);--theme-4:7,66,61;--theme-4-tint:rgba(var(--theme-4),.1);--theme-4-tint2:rgba(var(--theme-4),.05);--theme-5:35,3,66;--theme-5-tint:rgba(var(--theme-5),.1);--theme-5-tint2:rgba(var(--theme-5),.05);--theme-6:21,120,111;--theme-6-tint:rgba(var(--theme-6),.1);--theme-6-tint2:rgba(var(--theme-6),.05);--theme-7:143,0,129;--theme-7-tint:rgba(var(--theme-7),.1);--theme-7-tint2:rgba(var(--theme-7),.05);--theme-8:184,0,185;--theme-8-tint:rgba(var(--theme-8),.1);--theme-8-tint2:rgba(var(--theme-8),.05);--theme-9:117,15,12;--theme-9-tint:rgba(var(--theme-9),.1);--theme-9-tint2:rgba(var(--theme-9),.05);--criminal-justice:rgba(var(--theme-1),1);--criminal-justice-tint:var(--theme-1-tint);--criminal-justice-tint2:var(--theme-1-tint2);--education-training:rgba(var(--theme-2),1);--education-training-tint:var(--theme-2-tint);--education-training-tint2:var(--theme-2-tint2);--employment:rgba(var(--theme-3),1);--employment-tint:var(--theme-3-tint);--employment-tint2:var(--theme-3-tint2);--finance:rgba(var(--theme-4),1);--finance-tint:var(--theme-4-tint);--finance-tint2:var(--theme-4-tint2);--housing:rgba(var(--theme-5),1);--housing-tint:var(--theme-5-tint);--housing-tint2:var(--theme-5-tint2);--family-relationships:rgba(var(--theme-6),1);--family-relationships-tint:var(--theme-6-tint);--family-relationships-tint2:var(--theme-6-tint2);--mental-health:rgba(var(--theme-7),1);--mental-health-tint:var(--theme-7-tint);--mental-health-tint2:var(--theme-7-tint2);--physical-health:rgba(var(--theme-8),1);--physical-health-tint:var(--theme-8-tint);--physical-health-tint2:var(--theme-8-tint2);--well-being:rgba(var(--theme-9),1);--well-being-tint:var(--theme-9-tint);--well-being-tint2:var(--theme-9-tint2)}.theme{align-items:center;border-radius:var(--space-xx-sm);color:#fff;display:flex;flex-direction:column;gap:var(--space-sm);height:100%;justify-content:center;padding:var(--space-x-lg) 0;transition:var(--transition);width:100%}.theme svg{height:64px;width:64px}.theme>div{align-items:center;display:flex;flex-direction:column;gap:var(--space-sm);justify-content:center}.theme__name{color:var(--white);font-size:var(--font-size-x-lg);font-weight:var(--text-semibold)}@media (min-width:720px){.theme__name{font-size:var(--font-size-xx-lg)}}.theme__highlighted{background:hsla(0,0%,100%,.3);border-radius:var(--space-xx-sm);color:var(--white);font-size:var(--font-size-x-sm);letter-spacing:.144rem;line-height:normal;padding:var(--space-x-sm) var(--space);text-transform:uppercase}@media (min-width:720px){.theme__highlighted{font-size:var(--font-size-md)}}.criminal-justice{background:#156632;background:var(--criminal-justice)}.criminal-justice-tint{background:rgba(21,102,50,.1);background:var(--criminal-justice-tint)}.criminal-justice-tint:nth-child(odd){background:rgba(21,102,50,.05);background:var(--criminal-justice-tint2)}.justice-system{background:#156632;background:var(--criminal-justice)}.justice-system-tint{background:rgba(21,102,50,.1);background:var(--criminal-justice-tint)}.justice-system-tint:nth-child(odd){background:rgba(21,102,50,.05);background:var(--criminal-justice-tint2)}.education-training{background:#394f14;background:var(--education-training)}.education-training-tint{background:rgba(57,79,20,.1);background:var(--education-training-tint)}.education-training-tint:nth-child(odd){background:rgba(57,79,20,.05);background:var(--education-training-tint2)}.employment{background:#73750c;background:var(--employment)}.employment-tint{background:rgba(115,117,12,.1);background:var(--employment-tint)}.employment-tint:nth-child(odd){background:rgba(115,117,12,.05);background:var(--employment-tint2)}.family-relationships{background:#15786f;background:var(--family-relationships)}.family-relationships-tint{background:rgba(21,120,111,.1);background:var(--family-relationships-tint)}.family-relationships-tint:nth-child(odd){background:rgba(21,120,111,.05);background:var(--family-relationships-tint2)}.finance{background:#07423d;background:var(--finance)}.finance-tint{background:rgba(7,66,61,.1);background:var(--finance-tint)}.finance-tint:nth-child(odd){background:rgba(7,66,61,.05);background:var(--finance-tint2)}.housing{background:#230342;background:var(--housing)}.housing-tint{background:rgba(35,3,66,.1);background:var(--housing-tint)}.housing-tint:nth-child(odd){background:rgba(35,3,66,.05);background:var(--housing-tint2)}.mental-health{background:#8f0081;background:var(--mental-health)}.mental-health-tint{background:rgba(143,0,129,.1);background:var(--mental-health-tint)}.mental-health-tint:nth-child(odd){background:rgba(143,0,129,.05);background:var(--mental-health-tint2)}.physical-health{background:#b800b9;background:var(--physical-health)}.physical-health-tint{background:rgba(184,0,185,.1);background:var(--physical-health-tint)}.physical-health-tint:nth-child(odd){background:rgba(184,0,185,.05);background:var(--physical-health-tint2)}.well-being{background:#750f0c;background:var(--well-being)}.well-being-tint{background:rgba(117,15,12,.1);background:var(--well-being-tint)}.well-being-tint:nth-child(odd){background:rgba(117,15,12,.05);background:var(--well-being-tint2)}.card{--background:var(--white);--border-radius:.4rem;--title-colour:var(--primary-colour);--title-font-size:2.32rem;--title-line-height:1.2;--job-title-font-size:1.8rem;--title-margin:0 0 var(--space-x-sm);--min-height:40rem;--padding:var(--space-md);--colour:var(--black);--image-margin:0 0 var(--space);background:var(--background);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--colour);display:flex;flex:1;flex-direction:column;gap:var(--gap-x-sm);padding:var(--padding);position:relative;transition:var(--transition)}@media (min-width:600px){.card{--padding:var(--space-lg);--image-margin:0 0 var(--space-lg);--min-height:24rem}}@media (min-width:1024px){.card{--min-height:40rem}}.card .card__date-time{align-items:center;display:inline-flex;font-size:var(--font-size-sm)}.card__title{color:var(--title-colour);font-size:var(--title-font-size);line-height:var(--title-line-height);margin:0}.card__title a{text-decoration:none}.card__title a:active{background:var(--primary-colour-pressed);color:var(--white);text-decoration:none}.card__title a:focus{background-color:var(--blue-tint-light)}.card .card__job-title{flex-grow:0;font-size:var(--job-title-font-size);line-height:var(--title-line-height);margin:0 0 1rem}.card p,.card__teaser{flex-grow:1}.card__teaser{display:flex}.card .tags,.card__btn{margin:var(--space-lg) 0 0}.card__image{height:auto;margin:var(--image-margin);width:100%}[dir=ltr] .card__viewpoint{left:var(--padding)}[dir=rtl] .card__viewpoint{right:var(--padding)}.card__viewpoint{align-items:center;background:var(--white);border:1px solid #ededed;border-left:none;border-radius:0 0 var(--space-xx-sm) 0;border-top:none;color:var(--primary-colour);display:flex;font-size:var(--font-size-default);height:var(--space-xx-lg);padding:0 var(--space-sm);position:absolute;top:var(--padding)}.card__viewpoint svg{margin:0 var(--space-xx-sm) 0 0}.card .btn{align-self:flex-start}.card.card--has-image{gap:0}@media (min-width:720px){.card.card--has-image .card__main{display:flex;flex-direction:row;flex-grow:1;gap:var(--gap-md)}.card.card--has-image .card__main>div{display:flex;flex-direction:column;flex-grow:1}.card.card--has-image .card__main img{height:auto;margin:0;width:50%}}@media (min-width:1024px){.card.card--has-image .card__main{flex-direction:column}.card.card--has-image .card__main img{margin:0;width:100%}.list--cards--search-results .card.card--has-image .card__main{flex-direction:row}.list--cards--search-results .card.card--has-image .card__main img{margin:0 2rem 0 0;width:42%}}.card.lg{border-radius:0;cursor:default;padding:var(--space-xx-lg) var(--space-md);pointer-events:none}.card.lg a{cursor:pointer;pointer-events:auto}.card.lg h2{margin-top:0}.card.lg li,.card.lg p{font-size:var(--font-size-md)}.card.lg .btn{align-self:flex-start}@media (min-width:768px){.card.lg{padding:var(--space-xx-lg)}}@media (min-width:1024px){.card.lg{border-radius:var(--border-radius);max-width:46%}}.card.left{align-self:flex-start}@media (min-width:1024px){.card.left{margin-right:var(--space-xx-lg)}}.card.right{align-self:flex-end}@media (min-width:1024px){.card.right{margin-left:var(--space-xx-lg)}}.card .card__social-links{display:flex;gap:var(--gap-sm);margin-top:var(--gap-lg)}.card .card__social-links a{border-radius:var(--space-xx-lg);color:var(--primary-colour);cursor:pointer;height:var(--space-xx-lg);text-decoration:none;transition:var(--transition);width:var(--space-xx-lg)}.card .card__social-links a:hover{background:var(--primary-colour-tint-light);transform:scale(1.05);transform-origin:center center}.card .card__social-links .icon{height:var(--space-xx-lg);width:var(--space-xx-lg)}.card.card--summary{color:#fff;flex:1;min-height:auto;padding:0;text-align:center}.card.card--summary svg{height:6.4rem;margin:0 0 1rem;width:6.4rem}.card.card--summary .summary__theme{align-self:center;background:hsla(0,0%,100%,.3);border-radius:var(--space-xx-sm);color:var(--white);font-size:1.2rem;letter-spacing:.144rem;line-height:normal;padding:.5rem 1.5rem;text-transform:uppercase}.card.card--summary .theme{justify-content:flex-start;padding:3rem 0}.card.card--summary h3{font-size:2rem;margin:0}.card.card--summary h3 a{color:#fff}.card.card--theme{display:flex;flex-direction:column;gap:0;min-height:auto;padding:0}.card.card--theme .card--theme__teaser{display:none;display:flex;flex-direction:column;gap:var(--space-lg);padding:var(--space-md)}.card.card--theme .card--theme__teaser .btn{align-self:center}.card.card--theme.has-teaser .theme{border-bottom-left-radius:0;border-bottom-right-radius:0;height:19rem}.card.card--theme.has-teaser .card--theme__teaser{display:flex;flex-grow:1}.card.card--theme .theme__name{font-size:2rem}@media (min-width:720px){.card.card--theme .theme__highlighted{font-size:1.2rem}}@media (min-width:600px){.card.card--theme{flex:initial;width:48.5%}}@media (min-width:1024px){.card.card--theme{width:31.75%}}.card.card--sub-theme{flex:initial;min-height:auto;padding:var(--space-md)}.card.card--sub-theme p{font-size:var(--font-size-default);font-weight:var(--text-medium);margin:0}@media (min-width:600px){.card.card--sub-theme{width:48.5%}}@media (min-width:720px){.card.card--sub-theme{width:32.48%}}.card.card--resource{gap:1rem;min-height:auto}.card.card--resource .resource-type{align-items:center;align-self:flex-start;background:var(--primary-colour);border-radius:.4rem;color:var(--white);display:flex;font-size:1.4rem;gap:.4rem;padding:.4rem .7rem .4rem .5rem}.card.card--resource .resource-type svg{flex-shrink:0;height:2rem;position:relative;top:-.1rem;width:2rem}.card.card--resource .card__image{margin:0}.card.card--resource .card__teaser{margin:0 0 1rem}.card.card--resource p{display:flex;flex-grow:0}.card.card--resource .tags,.card.card--resource__btn{margin:0}.card.card--event address,.card.card--event__date-time{align-items:center;display:inline-flex}.card:hover .theme{background:var(--primary-colour-hover);color:var(--white)}.card:hover .card__title,.card:hover .theme__name{text-decoration:none}.card:hover .btn.outlined{background:var(--primary-colour-tint-light)}@media (max-width:720px){.more-in{margin-top:var(--space-md)}}.more-in a{color:var(--primary-colour);font-weight:var(--text-bold);text-decoration:underline}.link-cards{--background:var(--accent);display:flex;gap:1rem;margin:0;padding:0;width:100%}@media (min-width:600px){.link-cards{gap:1.6rem}}@media (min-width:1024px){.link-cards{padding:0 var(--space-xx-lg)}}@media (min-width:1200px){.link-cards{padding:0}}.link-cards li{flex:1;margin:0}.link-cards a{align-items:center;background:var(--background);border-radius:.4rem;box-shadow:var(--box-shadow);color:#fff;display:flex;font-size:1.6rem;font-weight:600;justify-content:space-between;line-height:1.2;padding:1.5rem;text-align:left;width:100%}.link-cards a svg{flex-shrink:0;margin-right:-.3rem}@media (min-width:600px){.link-cards a{font-size:2rem;padding:3rem}}.bg-buttons .slice__holder{max-width:calc(1280px + 14rem);padding:var(--space-x-lg) var(--space-md) 0}@media (min-width:600px){.bg-buttons .slice__holder{margin:0 auto;padding:4rem 2.4rem 0}}@media (min-width:720px){.bg-buttons .slice__holder{padding:4rem 4rem 0}}@media (min-width:1200px){.bg-buttons .slice__holder{padding:7rem 7rem 0}}.summary-links{display:flex;gap:1rem;width:100%}.slice--cards{width:100%}.slice--cards .slice__holder{align-items:center}.list--cards,.slice--cards .slice__holder{display:flex;flex-direction:column;justify-content:center}.list--cards{gap:var(--gap-sm);margin:0 auto;max-width:var(--max-width);padding:0;width:100%}.list--cards+.btn{margin-top:var(--space-md)}@media (min-width:1024px){.list--cards{flex-flow:wrap;flex-direction:row;gap:var(--gap);margin:0 -.8rem;max-width:none;width:calc(100% + 1.6rem)}}.list--cards li{display:flex;flex:1;flex-direction:column;gap:var(--space-x-sm)}@media (min-width:1024px){.list--cards li{flex:0 0 calc(33.333% - var(--gap))}}@media (min-width:600px){.list--cards-themes{flex-flow:wrap;flex-direction:row;gap:var(--gap)}}.list--cards--search-results li{max-width:none;width:100%}@media (min-width:1024px){.list--cards--search-results{flex-direction:column}.list--cards--search-results .card{min-height:auto}.list--cards--search-results .card.card--has-image{gap:0}}@media (min-width:1024px) and (min-width:1024px){.list--cards--search-results .card.card--has-image .card__main{align-items:flex-start;flex-direction:row;gap:var(--gap-md)}}.list--cards-themes{width:100%}@media (min-width:768px){.list--cards-themes{flex-direction:row;flex-wrap:wrap}}.tags{display:flex;flex-wrap:wrap;gap:var(--gap-x-sm)}.tag{--tag-default-background-colour:var(--accent);--tag-default-colour:var(--white);--tag-border-radius:var(--space-xx-sm);align-items:center;background:var(--tag-default-background-colour);border-radius:var(--tag-border-radius);color:var(--tag-default-colour);display:inline-flex;font-size:var(--font-size-sm);font-weight:var(--text-regular);line-height:1.32;min-height:var(--space-lg);padding:var(--space-x-sm) var(--space-sm);text-decoration:none}.tag.sm{align-self:flex-start;font-size:var(--font-size-x-sm);font-weight:var(--text-light);height:var(--space-md);letter-spacing:.075rem;padding:var(--space-x-sm);width:auto}.tag.lg,.tag.sm{line-height:normal}.tag.lg{font-size:var(--font-size-default);height:var(--space-xx-lg);padding:var(--space-md)}.tag.lg svg{height:20px;width:20px}.tag.tag--peer-reviewed{background:0 0;border:.1rem solid var(--peer-reviewed);color:var(--peer-reviewed);gap:var(--space-x-sm)}.tag.criminal-justice{background:#156632;background:var(--criminal-justice)}.tag.education-training{background:#394f14;background:var(--education-training)}.tag.employment{background:#73750c;background:var(--employment)}.tag.family-relationships{background:#15786f;background:var(--family-relationships)}.tag.finance{background:#07423d;background:var(--finance)}.tag.housing{background:#230342;background:var(--housing)}.tag.mental-health{background:#8f0081;background:var(--mental-health)}.tag.physical-health{background:#b800b9;background:var(--physical-health)}.tag.well-being{background:#750f0c;background:var(--well-being)}@media (max-width:1199px){.card .tag{font-size:1.4rem}}.tag:hover{background:var(--primary-colour-hover)}.tag:active,.tag:hover{color:var(--white);text-decoration:none}.tag:active{background:var(--primary-colour-pressed)}.tags-applied{align-items:flex-start;border:.1rem solid var(--accent);border-radius:var(--space-xx-sm);display:flex;flex-direction:column-reverse;gap:var(--space-x-sm);justify-content:space-between;padding:var(--space-x-sm);position:relative}@media (max-width:1023px){.tags-applied{margin-top:1rem}}@media (min-width:1024px){.tags-applied{flex-direction:row}}.tags-applied .btn--clear-all{align-self:flex-end;border-radius:var(--space-xxx-sm);color:var(--accent);margin-top:var(--space-xx-sm);white-space:nowrap}@media (max-width:1023px){.tags-applied .btn--clear-all{background:var(--accent);border-radius:.4rem;bottom:-1.2rem;color:#fff;font-size:1.3rem;margin-top:0;padding:.2rem .5rem;position:absolute;right:-.1rem;z-index:2}}@media (min-width:1024px){.tags-applied .btn--clear-all{align-self:flex-start}}.tags-applied .btn--clear-all:hover{text-decoration:underline}.tags-applied .btn--clear-all:focus{background-color:hsla(0,0%,100%,.48);outline-color:var(--fimt-blue);outline-offset:4px;outline-style:solid;outline-width:2px}.tags-applied__list{display:flex;flex-wrap:wrap;gap:var(--space-x-sm);padding:var(--space-xxx-sm)}.tags-applied__list .tag{cursor:pointer;gap:var(--space-x-sm)}.tags-applied__list .btn--clear-tag{align-items:center;background-color:var(--white);border-radius:var(--space-sm);color:var(--accent);display:flex;flex-shrink:0;justify-content:center}.date .icon--date{transform:translateY(-2px)}.date{align-items:center;display:flex;font-size:var(--font-size-sm);gap:var(--space-x-sm)}.date .icon--date{height:var(--space-sm);transform:translateY(-1px);width:var(--space-sm)}.wrapper--video{height:0;padding-bottom:56.25%;position:relative;width:100%}.wrapper--video embed,.wrapper--video iframe,.wrapper--video object{height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui input[type=range]{color:var(--primary-colour)!important}.plyr__control--overlaid{background:rgba(63,0,66,.8)!important}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--primary-colour)!important}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(63,0,66,.5)!important}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:var(--primary-colour)!important}
/*# sourceMappingURL=maps/article.css.map */
