﻿@import"../foundation-sites/foundation.min.css";.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:hsla(0,0%,100%,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.no-js .defer-img{opacity:1;filter:sepia(0)}.grecaptcha-badge{visibility:hidden}.EditMode .aos-init{opacity:1 !important;transform:none !important}.ContentFrame [data-aos^=fade][data-aos^=fade]{opacity:1 !important}.ContentFrame .wrapper-head{position:static}:root{interpolate-size:allow-keywords}html{scroll-behavior:smooth}body{font-family:"Public Sans",sans-serif}.grid-container,hr{max-width:77rem}select{background-image:url("data:image/svg+xml,%3Csvg height='7px' version='1.1' viewBox='0 0 10 7' width='10px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23000000' id='Core' transform='translate(-469.000000, -9.000000)'%3E%3Cg id='arrow-drop-down' transform='translate(469.000000, 9.500000)'%3E%3Cpath d='M0,0 L5,5 L10,0 L0,0 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-origin:content-box;background-position:right -0.5rem center;background-repeat:no-repeat;background-size:10px 10px}@font-face{font-family:"icomoon";src:url("../icons/icomoon.ttf?dlzl4g") format("truetype"),url("../icons/icomoon.woff?dlzl4g") format("woff"),url("../icons/icomoon.svg?dlzl4g#icomoon") format("svg");font-weight:normal;font-style:normal}[class^=szicon-],[class*=" szicon-"]{font-family:"icomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.szicon-rss-feed:before{content:""}.szicon-tiktok:before{content:""}.szicon-threads:before{content:""}.szicon-play_circle_outline:before{content:""}.szicon-pause_circle_outline:before{content:""}.szicon-bluesky:before{content:""}.szicon-info:before{content:""}.szicon-minus:before{content:""}.szicon-plus:before{content:""}.szicon-menu:before{content:""}.szicon-play:before{content:""}.szicon-chevron-down:before{content:""}.szicon-search:before{content:""}.szicon-arrow-right:before{content:""}.szicon-plus-circle:before{content:""}.szicon-minus-circle:before{content:""}.szicon-chevron-up:before{content:""}.szicon-calendar:before{content:""}.szicon-facebook:before{content:""}.szicon-instagram:before{content:""}.szicon-twitter:before{content:""}.szicon-youtube:before{content:""}.szicon-linkedin:before{content:""}.szicon-chevron-right:before{content:""}.szicon-cross:before{content:""}.szicon-cancel:before{content:""}h1,h2,h3,h4,h5,h6{font-family:"Public Sans",sans-serif;font-weight:600;color:#1d1d1b}p,li,span,td,input,cite,a,button,select,textarea,label{font-family:"Public Sans",sans-serif}a{color:#165163}p{color:#1d1d1b}p.intro{font-size:1.15rem;line-height:1.4}.txt-red{color:#a21926}.section-title{font-size:1.75rem;line-height:1.2;margin-bottom:.6rem}.section-title--small{font-size:1.6rem;margin-bottom:1.5rem}.section-title--white{color:#fff}.section-subtitle{font-size:1.5rem;line-height:1.3;margin-bottom:.5rem}.section-heading{font-size:1.625rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.sub-heading{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.section-underline{border-bottom:1px solid rgba(29,29,27,.25);margin-bottom:2rem}.section-underline .cta-main{margin-bottom:.6rem}.section-underline .date{display:inline-block;font-size:1rem;font-weight:500;color:#fff;line-height:1;background-color:#a21926;border-radius:2px;padding:.25rem .4rem .2rem;margin-bottom:.8rem}.section-underline p.intro{font-size:1.2rem;font-weight:600;color:#1d1d1b}.section-underline.no-line{border-bottom:0;margin-bottom:1rem}.section-underline--white{border-bottom-color:hsla(0,0%,100%,.5)}.section-underline--white .section-title{color:#fff}.news-category{display:inline-block;background-color:#a21926;font-size:.75rem;font-weight:700;color:#fff;line-height:1;padding:.65rem .8rem .6rem;border-radius:1rem;margin-bottom:.8rem}.news-category--purple{background-color:#7914a6}.section-header{border-bottom:1px solid rgba(29,29,27,.25);padding-bottom:.5rem;margin-bottom:1rem}.section-header .title{font-size:1.625rem;font-weight:700;margin-bottom:0}.oflow{overflow:hidden}.content-padder-right{padding-right:3rem}.text-red{color:#a21926 !important}.grid-row-gap{row-gap:30px}.m-t-0{margin-top:0rem}.m-b-0{margin-bottom:0rem}.p-t-0{padding-top:0rem}.p-b-0{padding-bottom:0rem}.m-t-1{margin-top:1rem}.m-b-1{margin-bottom:1rem}.p-t-1{padding-top:1rem}.p-b-1{padding-bottom:1rem}.m-t-2{margin-top:2rem}.m-b-2{margin-bottom:2rem}.p-t-2{padding-top:2rem}.p-b-2{padding-bottom:2rem}.m-t-3{margin-top:3rem}.m-b-3{margin-bottom:3rem}.p-t-3{padding-top:3rem}.p-b-3{padding-bottom:3rem}.m-t-4{margin-top:4rem}.m-b-4{margin-bottom:4rem}.p-t-4{padding-top:4rem}.p-b-4{padding-bottom:4rem}.m-t-5{margin-top:5rem}.m-b-5{margin-bottom:5rem}.p-t-5{padding-top:5rem}.p-b-5{padding-bottom:5rem}.m-t-6{margin-top:6rem}.m-b-6{margin-bottom:6rem}.p-t-6{padding-top:6rem}.p-b-6{padding-bottom:6rem}.m-t-7{margin-top:7rem}.m-b-7{margin-bottom:7rem}.p-t-7{padding-top:7rem}.p-b-7{padding-bottom:7rem}.m-t-8{margin-top:8rem}.m-b-8{margin-bottom:8rem}.p-t-8{padding-top:8rem}.p-b-8{padding-bottom:8rem}.m-t-9{margin-top:9rem}.m-b-9{margin-bottom:9rem}.p-t-9{padding-top:9rem}.p-b-9{padding-bottom:9rem}.flex-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:0;width:100%}.flex-container.flex-column{flex-direction:column;flex-wrap:nowrap}.flex-container.flex-column *{margin-bottom:0}.flex-container.flex-column--h100{height:100%}.flex-container.flex-between{justify-content:space-between}.flex-container.flex-around{justify-content:space-around}.flex-container.flex-evenly{justify-content:space-evenly}.flex-container.flex-stretch{align-items:stretch}.flex-container.flex-stretch>*{flex:1}.flex-container.flex-gap-4{gap:0.25rem}.flex-container.flex-row-gap-4{row-gap:0.25rem}.flex-container.flex-gap-10{gap:0.625rem}.flex-container.flex-row-gap-10{row-gap:0.625rem}.flex-container.flex-gap-15{gap:0.9375rem}.flex-container.flex-row-gap-15{row-gap:0.9375rem}.flex-container.flex-gap-20{gap:1.25rem}.flex-container.flex-row-gap-20{row-gap:1.25rem}.flex-container.flex-gap-30{gap:1.875rem}.flex-container.flex-row-gap-30{row-gap:1.875rem}.animated{animation-duration:1s;animation-fill-mode:both}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@-webkit-keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 10%, 0)}to{opacity:1;transform:none}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 10%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.wrapper-header{background-color:#fff;padding:1.3rem 0}.wrapper-header .logo img{max-height:56px}.wrapper-nav{background-color:#f1f1f1}.wrapper-nav .grid-container{position:relative}.wrapper-nav--red{background-color:#a21926}.wrapper-nav--red .main-nav .nav-item{color:#fff}.wrapper-nav--red .main-nav .nav-item:hover,.wrapper-nav--red .main-nav .nav-item:focus{border-color:#fff}.main-nav{list-style:none;margin:0;display:flex;justify-content:space-around}.main-nav .nav-item{display:inline-block;font-size:1.15rem;font-weight:600;line-height:1.6;color:#2e2e2b;border-bottom:4px solid rgba(0,0,0,0);padding:.65rem 0 .45rem;transition:.3s ease-out}.main-nav .nav-item:hover,.main-nav .nav-item:focus{border-color:#a21926}.sub-nav{list-style:none;margin:0 0 .5rem 0}.sub-nav>li{margin-bottom:.1rem}.sub-nav>li:first-child{margin-bottom:.15rem}.sub-nav>li:first-child>a{color:#a21926;font-size:.9375rem;font-weight:600}.sub-nav>li>a{display:inline-block;font-size:.875rem;color:#1d1d1b}.sub-nav>li>a:hover,.sub-nav>li>a:focus{text-decoration:underline}.wrapper-footer{z-index:1;position:relative;background-color:#2e2e2b;padding:3rem 0 1.8rem}.wrapper-footer.pull-up{margin-top:-23px}.wrapper-footer p{color:#fff;font-size:.875rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.wrapper-footer .footer-title{font-size:.9rem;font-weight:600;line-height:1.4;color:#f7f7f7;margin-bottom:.35rem}.wrapper-footer .footer-links{list-style:none;margin:0 0 .8rem 0}.wrapper-footer .footer-links li{margin-bottom:.15rem}.wrapper-footer .footer-links a{display:inline-block;font-size:.8125rem;line-height:1.4;color:#f7f7f7}.wrapper-footer .footer-links a:hover,.wrapper-footer .footer-links a:focus{color:#f7f7f7;text-decoration:underline}.wrapper-footer hr{border-bottom:2px solid hsla(0,0%,100%,.05);margin:.8rem auto 1.2rem}.social-menu-rules{font-size:.875rem;color:#fff;text-decoration:underline;transition:.3s ease-out}.social-menu-rules:hover,.social-menu-rules:focus{color:#fff;opacity:.8}.social-menu{list-style:none;margin:0 0 .5rem 0}.social-menu li{display:inline-block;font-size:.875rem;font-weight:500;color:#fff;margin-right:.8rem;margin-top:.15rem;vertical-align:middle}.social-menu li:last-child{margin-right:0}.social-menu li>a{display:flex;justify-content:center;align-items:center;font-size:1.15rem;font-weight:normal;height:38px;width:38px;border-radius:50%;background-color:#a21926;color:#fff;transition:.3s ease-out}.social-menu li>a:hover,.social-menu li>a:focus{background-color:#fff;color:#a21926}.footer-newsletter-snippet{text-align:left;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.footer-newsletter-snippet label{font-size:.875rem;font-weight:500;color:#fff;width:100%;text-align:left;margin-bottom:.3rem}.footer-newsletter-snippet label a{color:#fff;text-decoration:underline;transition:opacity .3s}.footer-newsletter-snippet label a:hover,.footer-newsletter-snippet label a:focus{opacity:.8}.footer-newsletter-snippet .grid-x{width:100%}.footer-newsletter-snippet .checkbox-container{display:flex;flex-direction:row;align-items:flex-start;gap:.625rem;margin-top:1rem}.footer-newsletter-snippet .checkbox-container input{margin:2px 0 0 0}.footer-newsletter-snippet .checkbox-container label{flex:1;font-size:.875rem;line-height:1.3;margin-bottom:0}.footer-newsletter-snippet .entry{flex:1;height:40px;background-color:hsla(0,0%,100%,.17);border:0;box-shadow:none;color:#fff;margin-bottom:0;border-radius:4px;font-family:"Public Sans",sans-serif;font-size:.875rem;font-weight:500;padding-left:.8rem}.footer-newsletter-snippet .entry::placeholder{color:#bcbcbc}.footer-newsletter-snippet .cta{height:40px;background-color:#a21926;color:#fff;padding:.5rem 1.1rem;border-radius:20px;font-weight:600;font-size:.875rem;white-space:nowrap;margin-left:.6rem;transition:.3s ease-out}.footer-newsletter-snippet .cta:hover,.footer-newsletter-snippet .cta:focus{background-color:#fff;color:#a21926}@media screen and (max-width: 39.9375em){.footer-newsletter-snippet{margin:1rem 0;justify-content:stretch}.footer-newsletter-snippet .entry{margin-bottom:1rem}.footer-newsletter-snippet .checkbox-container{margin-top:0}}@media screen and (min-width: 40em)and (max-width: 63.9375em){.footer-newsletter-snippet .checkbox-container{flex-wrap:wrap;margin-top:0}.footer-newsletter-snippet .entry{margin-bottom:1rem}}.footer-newsletter{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;max-width:280px}.footer-newsletter .pre-text{color:#fff;text-align:left;margin-top:.9rem;margin-bottom:0;font-size:.875rem;text-align:left !important;width:100%;display:none;font-weight:600;line-height:1.3;color:#000;background-color:#f2cc0c;padding:.2rem 1rem;border-left:2px solid #000}.footer-newsletter .pre-text--error{display:block}.footer-newsletter label{font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.3rem;width:100%;text-align:left}.footer-newsletter .entry{flex:1;height:40px;background-color:hsla(0,0%,100%,.17);border:0;box-shadow:none;color:#fff;margin-bottom:0;border-radius:4px;font-family:"Public Sans",sans-serif;font-size:.875rem;font-weight:500;padding-left:.8rem}.footer-newsletter .entry::placeholder{color:#bcbcbc}.footer-newsletter .chk-container{color:#fff;margin-top:.8rem;font-size:.675rem;padding-left:20px;margin-bottom:0}.footer-newsletter .chk-container .checkmark{border:1px solid #fff;background-color:hsla(0,0%,100%,0);top:2px}.footer-newsletter .chk-container a{color:#fff;text-decoration:underline;word-break:break-word;transition:opacity .3s;opacity:1}.footer-newsletter .chk-container a:hover,.footer-newsletter .chk-container a:focus{opacity:.8}.footer-newsletter .cta{height:40px;background-color:#a21926;color:#fff;padding:.5rem 1.1rem;border-radius:20px;font-weight:600;font-size:.875rem;white-space:nowrap;margin-left:.6rem;transition:.3s ease-out}.footer-newsletter .cta:hover,.footer-newsletter .cta:focus{background-color:#fff;color:#a21926}.wrapper-base{background-color:#525252;padding:1rem 0}.wrapper-base .base-links{list-style:none;margin:0}.wrapper-base .base-links li{position:relative;display:inline-block;line-height:1;font-size:.875rem;font-weight:500;padding-right:.5rem;margin-right:.1rem;color:#f7f7f7}.wrapper-base .base-links li:after{content:"";position:absolute;right:0;top:0;height:100%;width:1px;background-color:#f7f7f7}.wrapper-base .base-links li:last-child{padding-right:0;margin-right:0}.wrapper-base .base-links li:last-child:after{display:none}.wrapper-base .base-links li>a{color:#f7f7f7}.wrapper-base .base-links li>a:hover,.wrapper-base .base-links li>a:focus{text-decoration:underline}.wrapper-hero{position:relative;background-color:#a21926;padding:1.8rem 0 1.2rem}.wrapper-hero .hero-img-right{position:absolute;width:50%;height:100%;top:0;right:0;bottom:0;object-fit:cover;object-position:bottom}.wrapper-hero .sub-heading{color:#363636;text-transform:uppercase;font-size:1rem;font-weight:700}.wrapper-hero .hero-title{font-size:1.8rem;color:#fff;line-height:1.1;margin-bottom:0}.wrapper-hero .hero-title:has(+p){margin-bottom:.7rem}.wrapper-hero p{font-size:1.2rem;color:#fff;line-height:1.5;margin-bottom:1.5rem}.wrapper-hero.slim-top{padding-top:1.5rem}.wrapper-hero--home{padding:0;border-bottom:1px solid rgba(29,29,27,.15)}.wrapper-hero--home .grid-container{position:relative;z-index:1}.wrapper-hero--home .hero-content{position:relative;padding:7rem 0}.wrapper-hero--home .hero-content .hero-title{max-width:470px;font-size:2.2rem}.wrapper-hero--home .hero-content p{max-width:400px}.wrapper-hero--home .hero-content:before{content:"";width:24px;height:100%;background-color:#f1f1f1;border-radius:12px;position:absolute;top:0;right:-24px;z-index:1}.wrapper-hero--sub{padding:3.8rem 0 4.2rem}.wrapper-hero--sub .hero-title{font-size:1.8rem}.wrapper-hero--sub p{margin-bottom:1.2rem}.wrapper-hero--grey{background-color:#f1f1f1}.wrapper-hero--grey .hero-title{color:#a21926}.wrapper-hero--homegrey{background-color:#f1f1f1;border-bottom:1px solid rgba(29,29,27,.25)}.wrapper-hero--homegrey .hero-content .hero-title{color:#a21926}.wrapper-hero--homegrey .hero-content p{color:#1d1d1b}.wrapper-hero--homegrey .hero-content:before{background-color:#f1f1f1}.wrapper-hero--search{padding:1.7rem 0 1.5rem}.wrapper-hero--search .hero-title{margin-bottom:.2rem}.wrapper-hero.padder-bottom{padding-bottom:4rem}.wrapper-hero--news{padding:1.8rem 0 4rem}.wrapper-hero--news .hero-title{font-size:2.2rem}.wrapper-hero--video,.wrapper-hero--media{padding:4.25rem 0}.wrapper-hero--video .btn-video-toggle,.wrapper-hero--media .btn-video-toggle{position:absolute;background-color:#fff;display:inline-flex;justify-content:center;align-items:center;right:1rem;bottom:1rem;border-radius:50%;height:48px;width:48px;transition:background-color .3s;line-height:1.6}@media screen and (max-width: 39.9375em){.wrapper-hero--video .btn-video-toggle,.wrapper-hero--media .btn-video-toggle{bottom:auto;top:1rem}}.wrapper-hero--video .btn-video-toggle span,.wrapper-hero--media .btn-video-toggle span{font-size:2.8rem;color:#a21926;transition:color .3s;line-height:1.6}.wrapper-hero--video .btn-video-toggle:focus,.wrapper-hero--video .btn-video-toggle:hover,.wrapper-hero--media .btn-video-toggle:focus,.wrapper-hero--media .btn-video-toggle:hover{background-color:#a21926}.wrapper-hero--video .btn-video-toggle:focus span,.wrapper-hero--video .btn-video-toggle:hover span,.wrapper-hero--media .btn-video-toggle:focus span,.wrapper-hero--media .btn-video-toggle:hover span{color:#fff}.wrapper-hero--video .bg-video,.wrapper-hero--media .bg-video{z-index:0;width:100%;height:100%;min-height:inherit;position:absolute;top:0;left:0;overflow:hidden}.wrapper-hero--video .bg-video video,.wrapper-hero--media .bg-video video{background-size:cover !important;position:absolute;margin:0 auto;left:0;right:0;min-width:100%;min-height:100%;width:auto;height:100%;object-fit:cover;z-index:-2}.wrapper-hero--video .bg-img,.wrapper-hero--media .bg-img{position:absolute;top:0;left:0;width:100%;height:100%}.wrapper-hero--video .bg-img img,.wrapper-hero--media .bg-img img{object-fit:cover;object-position:center;width:100%;height:100%}.wrapper-hero--video .grid-container,.wrapper-hero--media .grid-container{position:relative;z-index:1}.wrapper-hero--video .hero-content,.wrapper-hero--media .hero-content{background-color:rgba(241,241,241,.9);padding:2rem 2.5rem 2.2rem;border-radius:8px;max-width:500px;margin:0;text-align:left;box-shadow:0 0 10px rgba(0,0,0,.1)}.wrapper-hero--video .hero-content p,.wrapper-hero--media .hero-content p{color:#1d1d1b;margin-bottom:0}.wrapper-hero--video .hero-content .cta-main,.wrapper-hero--video .hero-content .btn-main,.wrapper-hero--media .hero-content .cta-main,.wrapper-hero--media .hero-content .btn-main{margin-block-start:1rem}.wrapper-hero--video .hero-title,.wrapper-hero--media .hero-title{color:#a21926;font-size:2.2rem}.wrapper-hero--campaign{padding:clamp(3rem,1.2456rem + 8.7719vw,8rem) 0;position:relative;background-color:#1d1d1b}@media screen and (max-width: 39.9375em){.wrapper-hero--campaign.wrapper-hero{padding:4rem .625rem}.wrapper-hero--campaign.wrapper-hero .bg-img{display:none}}.wrapper-hero--campaign .bg-img{position:absolute;top:0;left:0;width:100%;height:100%}.wrapper-hero--campaign .bg-img img{object-fit:cover;object-position:center;width:100%;height:100%}.wrapper-hero--campaign .grid-container{position:relative;z-index:1}.wrapper-hero--campaign .hero-content{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start;background-color:hsla(0,0%,100%,.6);padding:2rem 2.5rem 2.2rem;border-radius:8px;backdrop-filter:blur(10px)}.wrapper-hero--campaign .hero-content .hero-title,.wrapper-hero--campaign .hero-content p{color:#1d1d1b}.wrapper-hero--campaign .hero-content--simple{background-color:rgba(0,0,0,0);padding:0}.wrapper-hero--campaign .hero-content--simple .hero-title,.wrapper-hero--campaign .hero-content--simple p{color:#1d1d1b}.wrapper-hero--campaign .hero-content *{margin-bottom:0}.wrapper-hero--votes{padding:3rem 0}.wrapper-hero--votes .hero-title{font-size:1.65rem;line-height:1.3;margin-bottom:1rem}.wrapper-hero--votes .content{padding-right:2rem}.wrapper-hero--split{background-color:#a21926;padding:0}.wrapper-hero--split .img-bg{height:100%;max-height:350px}.wrapper-hero--split .img{height:100%;width:100%;object-fit:cover;object-position:center}.wrapper-hero--split .content{padding:2.5rem 1rem 2.5rem 3.5rem;max-width:850px}.wrapper-hero--split .section-title{color:#fff}.wrapper-hero--split p{color:#fff;line-height:1.5;font-size:1.25rem}.wrapper-hero table{color:#fff;max-width:90%}.wrapper-hero table tbody{border:0;background-color:rgba(0,0,0,0)}.wrapper-hero table tbody tr:nth-child(even){background-color:rgba(0,0,0,0)}.wrapper-hero table td{padding:.1rem .5rem .1rem 0;font-size:1.05rem;vertical-align:top}.wrapper-hero table a{color:#fff;font-weight:600;text-decoration:underline}.wrapper-section{padding:3.5rem 0 3.5rem}.wrapper-section--grey{background-color:#f1f1f1}.wrapper-section--red{background-color:#a21926}.wrapper-section--red .section-underline{border-bottom:1px solid hsla(0,0%,100%,.25)}.wrapper-section--red .section-title,.wrapper-section--red .section-intro p{color:#fff}.wrapper-section--red .wysiwyg{color:#fff}.wrapper-section--red .wysiwyg table th{color:#fff;background-color:rgba(0,0,0,0)}.wrapper-section--red .wysiwyg table tfoot,.wrapper-section--red .wysiwyg table thead{background:rgba(0,0,0,0)}.wrapper-section--red .wysiwyg h1,.wrapper-section--red .wysiwyg h2,.wrapper-section--red .wysiwyg h3,.wrapper-section--red .wysiwyg h4,.wrapper-section--red .wysiwyg h5,.wrapper-section--red .wysiwyg h6,.wrapper-section--red .wysiwyg p,.wrapper-section--red .wysiwyg li,.wrapper-section--red .wysiwyg td,.wrapper-section--red .wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){color:#fff !important}.wrapper-section--red .wysiwyg blockquote{background:#a21926;border-left:8px solid #1d1d1b}.wrapper-section--red .wysiwyg blockquote p{color:#fff}.wrapper-section--red .wysiwyg blockquote cite{color:#fff}.wrapper-section--dark-grey{background-color:#1d1d1b}.wrapper-section--dark-grey .section-underline{border-bottom:1px solid hsla(0,0%,100%,.25)}.wrapper-section--dark-grey .section-title,.wrapper-section--dark-grey .section-intro p{color:#fff}.wrapper-section--dark-grey .wysiwyg{color:#fff}.wrapper-section--dark-grey .wysiwyg table th{color:#fff;background-color:rgba(0,0,0,0)}.wrapper-section--dark-grey .wysiwyg table tfoot,.wrapper-section--dark-grey .wysiwyg table thead{background:rgba(0,0,0,0)}.wrapper-section--dark-grey .wysiwyg h1,.wrapper-section--dark-grey .wysiwyg h2,.wrapper-section--dark-grey .wysiwyg h3,.wrapper-section--dark-grey .wysiwyg h4,.wrapper-section--dark-grey .wysiwyg h5,.wrapper-section--dark-grey .wysiwyg h6,.wrapper-section--dark-grey .wysiwyg p,.wrapper-section--dark-grey .wysiwyg li,.wrapper-section--dark-grey .wysiwyg td,.wrapper-section--dark-grey .wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){color:#fff !important}.wrapper-section--dark-grey .wysiwyg blockquote{background:#1d1d1b;border-left:8px solid #a21926}.wrapper-section--dark-grey .wysiwyg blockquote p{color:#fff}.wrapper-section--dark-grey .wysiwyg blockquote cite{color:#fff}.wrapper-section.extra-pad{padding:6rem 0}.wrapper-section.no-pad-top{padding-top:0}.wrapper-section.no-pad-bottom{padding-bottom:.5rem}.wrapper-section.slim{padding:2.5rem 0 2rem}.wrapper-section.slim-top{padding-top:2.5rem}.wrapper-section.slim-bottom{padding-bottom:2.5rem}.wrapper-section.filters-top{padding-top:0}.wrapper-widget.padder-top{padding-top:3.5rem}.wrapper-widget.padder-bottom{padding-bottom:3.5rem}.wrapper-widget--red{background-color:#a21926}.wrapper-widget--red .wysiwyg h1,.wrapper-widget--red .wysiwyg h2,.wrapper-widget--red .wysiwyg h3,.wrapper-widget--red .wysiwyg h4,.wrapper-widget--red .wysiwyg h5,.wrapper-widget--red .wysiwyg h6,.wrapper-widget--red .wysiwyg p,.wrapper-widget--red .wysiwyg li{color:#fff}.wrapper-widget--red .btn-main{background-color:#1d1d1b}.wrapper-widget--red .btn-main:hover,.wrapper-widget--red .btn-main:focus{background-color:#fff;color:#a21926}.wrapper-intro{background-color:#f1f1f1;padding:1.8rem 0 3.8rem}.wrapper-intro p.intro{max-width:610px}.wrapper-intro p.intro.wide{max-width:850px}.wrapper-intro--white{background-color:#fff;padding:1.8rem 0}.wrapper-intro.slim{padding:1.8rem 0 1.2rem}.wrapper-find-rep{background-color:#a21926;padding:3.125rem 0 3.5rem}.wrapper-find-rep .content{padding-left:2rem}.wrapper-find-rep .section-title{color:#fff}.wrapper-find-rep p{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.wrapper-find-rep .postcode-search{background-color:#fff;border-radius:8px;padding:1.3rem 2rem 1.7rem}.wrapper-find-rep .postcode-search label{font-size:1.25rem;font-weight:600;color:#1d1d1b;margin-bottom:.4rem}.wrapper-find-rep .postcode-search .entry-field{display:flex}.wrapper-find-rep .postcode-search .entry-field .entry{height:60px;margin-bottom:0;box-shadow:none;border-radius:8px;border:1px solid #e2e2e2;background-color:#f1f1f1;font-family:"Public Sans",sans-serif;font-weight:500;font-size:1rem;color:#1d1d1b;padding-left:1.5rem;margin-right:1.2rem}.wrapper-find-rep .postcode-search .entry-field .entry::placeholder{color:#1d1d1b}.wrapper-find-rep .postcode-search .entry-field .cta{height:60px;background-color:#1d1d1b;font-weight:700;font-size:1rem;color:#fff;border-radius:30px;padding:.5rem 2.5rem;transition:.3s ease-out}.wrapper-find-rep .postcode-search .entry-field .cta:hover,.wrapper-find-rep .postcode-search .entry-field .cta:focus{background-color:#a21926}.wrapper-newsletter{background-color:#a21926}.wrapper-newsletter .img{height:100%;width:100%;object-fit:cover;object-position:bottom}.wrapper-newsletter .content{padding:3.7rem 1rem 4.25rem 3.25rem;max-width:850px}.wrapper-newsletter .section-title{color:#fff;margin-bottom:1.5rem}.wrapper-newsletter p{color:#fff;line-height:1.5}.wrapper-newsletter .pre-text{font-size:.9rem;margin-top:.5rem;margin-bottom:.5rem;display:none;font-weight:600;color:#000;background-color:#f2cc0c;padding:.2rem 1rem;border-left:3px solid #000}.wrapper-newsletter .pre-text--error{display:inline-block}.wrapper-newsletter:has(.form-sign-up-snippet) .section-title{margin-bottom:.5rem}.wrapper-newsletter .form-sign-up-snippet label{color:#fff}.wrapper-newsletter .form-sign-up-snippet label a{color:#fff;text-decoration:underline;transition:opacity .3s}.wrapper-newsletter .form-sign-up-snippet label a:hover,.wrapper-newsletter .form-sign-up-snippet label a:focus{opacity:.9}.wrapper-newsletter .form-sign-up-snippet .checkbox-container{display:flex;flex-direction:row;gap:.425rem;margin-bottom:1rem;align-items:flex-start}.wrapper-newsletter .form-sign-up-snippet .checkbox-container input{margin:5px 0 0 0}.wrapper-newsletter .form-sign-up-snippet .entry{margin-bottom:0;box-shadow:none;border-radius:4px;border:1px solid #fddbdb;background-color:#fdf0f0;font-family:"Public Sans",sans-serif;font-weight:500;font-size:1rem;color:#1d1d1b;margin-bottom:1rem}.wrapper-newsletter .form-sign-up-snippet .entry::placeholder{color:#1d1d1b}.wrapper-newsletter .form-sign-up-snippet .entry:focus::placeholder{color:rgba(0,0,0,0)}.wrapper-newsletter .form-sign-up-snippet .cta{white-space:nowrap;background-color:#1d1d1b;font-weight:700;font-size:1rem;color:#fff;border-radius:4px;padding:.8rem 1.5rem;transition:.3s ease-out}.wrapper-newsletter .form-sign-up-snippet .cta:hover,.wrapper-newsletter .form-sign-up-snippet .cta:focus{background-color:#fdf0f0;color:#a21926}.wrapper-newsletter .newsletter-field{display:flex;margin-bottom:1.2rem}.wrapper-newsletter .newsletter-field label{color:#fff}.wrapper-newsletter .newsletter-field .entry{height:60px;margin-bottom:0;box-shadow:none;border-radius:8px;border:1px solid #fddbdb;background-color:#fdf0f0;font-family:"Public Sans",sans-serif;font-weight:500;font-size:1rem;color:#1d1d1b;padding-left:1.5rem;margin-right:1.2rem}.wrapper-newsletter .newsletter-field .entry::placeholder{color:#1d1d1b}.wrapper-newsletter .newsletter-field .cta{white-space:nowrap;height:60px;background-color:#1d1d1b;font-weight:700;font-size:1rem;color:#fff;border-radius:30px;padding:.5rem 2.5rem;transition:.3s ease-out}.wrapper-newsletter .newsletter-field .cta:hover,.wrapper-newsletter .newsletter-field .cta:focus{background-color:#fdf0f0;color:#a21926}.wrapper-newsletter .chk-container{color:#fff;margin-bottom:5px}.wrapper-newsletter .chk-container .checkmark{border-color:hsla(0,0%,100%,.5)}.wrapper-newsletter .chk-container .checkmark:after{border-color:#a21926}.wrapper-newsletter .chk-container a{color:#fff;text-decoration:underline;transition:opacity .3s;opacity:1}.wrapper-newsletter .chk-container a:hover,.wrapper-newsletter .chk-container a:focus{opacity:.8}.wrapper-newsletter .chk-container input:checked~.checkmark{background-color:#fff;border-color:#fff}.topics-container .card-topic{display:none}.topics-container .card-topic.show{display:block}.event-container{border-radius:4px;box-shadow:0px 0px 12px 0px rgba(0,0,0,.08);margin-bottom:2.5rem}.event-container .event-date{margin-bottom:0;font-size:1.25rem;font-weight:700;line-height:1.2;padding:1rem 1.3rem 0}.event-container .event-content{padding:1rem 1.3rem 1.3rem}.event-container .event-content .event-item:last-child{margin-bottom:0}.wrapper-member{background-color:#f1f1f1;padding:2rem 0}.wrapper-member .member-img{height:380px;width:100%;object-fit:cover;object-position:top;border:3px solid #fff;border-radius:8px;margin-bottom:1rem}.wrapper-member .content{padding:0 1rem 0 1.2rem}.wrapper-member .content p{font-size:1.1rem;line-height:1.4;margin-bottom:.1rem}.wrapper-member .content p strong{font-weight:700}.wrapper-member .content p.party{padding:.5rem 0}.wrapper-member .content ul li{font-size:1.1rem;margin-bottom:.3rem}.wrapper-member .content ul li::marker{color:#a21926}.wrapper-member .member-name{font-size:1.525rem;font-weight:600;color:#1d1d1b;margin-bottom:.8rem}.wrapper-member .member-info{position:relative;background-color:#fff;border-radius:8px;padding:1.1rem 1.3rem .95rem;box-shadow:0px 0px 6px 0px rgba(0,0,0,.1)}.wrapper-member .member-info:after{content:"";width:100%;height:7px;background-color:#a21926;border-radius:0 0 8px 8px;position:absolute;left:0;bottom:0}.wrapper-member .member-info p{font-size:1rem;font-weight:500;line-height:1.2;margin-bottom:.45rem}.wrapper-member .member-info p strong{font-weight:600}.wrapper-member .member-info p .txt-red{font-weight:600;display:block}.wrapper-member .member-info p a{color:#a21926;font-weight:500;word-break:break-all}.wrapper-member .member-info p a:hover,.wrapper-member .member-info p a:focus{text-decoration:underline}.wrapper-member .member-info .social-details{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-around}.wrapper-member .member-info .social-details p{flex-basis:50%;flex-grow:1;margin-bottom:.45rem;font-size:1rem;color:#1d1d1b;font-weight:600;line-height:1.2}.wrapper-member .member-info .social-details p:first-child{flex-basis:100%}.wrapper-member .member-info .social-details--single{display:block;font-size:1rem;line-height:1.2}.wrapper-member .member-info .social-details--single .grid-x{margin-bottom:.6rem}.wrapper-member .member-info .social-details--single .small-3{font-weight:600}.wrapper-member .member-info .social-details--single a{color:#a21926;word-break:break-all;font-weight:600;transition:opacity .3s;opacity:1}.wrapper-member .member-info .social-details--single a:hover,.wrapper-member .member-info .social-details--single a:focus{opacity:.8}.wrapper-member .member-info .social-channels a{display:flex;align-items:center;justify-content:center;border-radius:3px;background-color:#a21926;height:32px;width:32px;transition:background-color .3s !important}.wrapper-member .member-info .social-channels a span{color:#fff;font-size:1rem}.wrapper-member .member-info .social-channels a:hover,.wrapper-member .member-info .social-channels a:focus{background-color:#1d1d1b;opacity:1}.wrapper-member .member-info .memb-updates{margin-top:.4rem;padding-top:.8rem;border-top:1px solid #dedede}.wrapper-member .member-info .memb-updates .cta-main{font-size:.95rem}.wrapper-member .member-info .memb-updates .cta-main:after{top:.3rem}.wrapper-member .member-info .member-langs{padding-top:.8rem;border-top:1px solid #dedede}.wrapper-member .member-info .member-langs p{display:flex;align-items:center;color:#a21926;font-weight:600}.wrapper-member .member-info .member-langs p strong{font-weight:400;color:#1d1d1b;font-size:.95rem}.wrapper-member .member-info .member-langs .flag{background-size:cover;height:20px;width:32px;margin-left:.8rem;display:inline-block;border:1px solid #a21926}.wrapper-member--white{background-color:#fff;padding-bottom:0}.wrapper-member--white .member-img{border-color:#f1f1f1}.wrapper-member--white .member-info{background-color:#f1f1f1;box-shadow:none}.watch-feature-block{margin-bottom:2.5rem}.watch-feature-block .watch-video{position:relative;display:block;height:340px}.watch-feature-block .watch-video .poster{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:8px}.watch-feature-block .watch-video:after{content:"";font-family:"icomoon";color:#fff;font-size:2.2rem;padding-left:.3rem;display:flex;justify-content:center;align-items:center;position:absolute;height:100px;width:100px;border-radius:50%;background-color:rgba(162,25,38,.85);top:50%;left:50%;transform:translate(-50%, -50%);transition:.3s ease-out}.watch-feature-block .watch-video:hover:after,.watch-feature-block .watch-video:focus:after{background-color:hsla(0,0%,100%,.85);color:#a21926}.watch-feature-block .content{padding-left:.7rem}.watch-feature-block .content p{font-size:1.1rem}.watch-feature-block .live-sign{font-size:1.2rem;padding:.35rem .7rem;margin-bottom:.8rem}.watch-feature-block .title{font-size:1.525rem;font-weight:600;line-height:1.3;margin-bottom:.8rem}.wrapper-split-section{background-color:#a21926}.wrapper-split-section .img{height:100%;width:100%;object-fit:cover;object-position:bottom}.wrapper-split-section .content{padding:4.8rem 1rem 5rem 3.5rem;max-width:780px}.wrapper-split-section .section-title{color:#fff}.wrapper-split-section p{color:#fff;line-height:1.5;font-size:1.1rem}.wrapper-split-section--small p{font-size:1rem}.split-column-block{column-count:2;column-gap:6rem}.split-column-block.wysiwyg h1,.split-column-block.wysiwyg h2,.split-column-block.wysiwyg h3,.split-column-block.wysiwyg h4,.split-column-block.wysiwyg h5,.split-column-block.wysiwyg h6{border-bottom:1px solid #d2d2d2;padding-bottom:.5rem;margin-bottom:.8rem}.split-column-block.wysiwyg h1:first-child,.split-column-block.wysiwyg h2:first-child,.split-column-block.wysiwyg h3:first-child,.split-column-block.wysiwyg h4:first-child,.split-column-block.wysiwyg h5:first-child,.split-column-block.wysiwyg h6:first-child{padding-top:.75rem}.two-col-block .grid-x .cell:first-child{padding-right:2rem}.two-col-block .grid-x .cell:last-child{padding-left:2rem}.two-col-block .wysiwyg h1,.two-col-block .wysiwyg h2,.two-col-block .wysiwyg h3,.two-col-block .wysiwyg h4,.two-col-block .wysiwyg h5,.two-col-block .wysiwyg h6{border-bottom:1px solid #d2d2d2;padding-bottom:.5rem;margin-bottom:.8rem}.two-col-block .wysiwyg h1:first-child,.two-col-block .wysiwyg h2:first-child,.two-col-block .wysiwyg h3:first-child,.two-col-block .wysiwyg h4:first-child,.two-col-block .wysiwyg h5:first-child,.two-col-block .wysiwyg h6:first-child{padding-top:.75rem}.title-button-strip{display:flex;justify-content:space-between;align-items:start}.title-button-strip h1,.title-button-strip h2,.title-button-strip h3,.title-button-strip h4,.title-button-strip h5,.title-button-strip h6{margin-top:.275rem}.title-button-strip .btn-main{margin-left:1rem;white-space:nowrap}.large-8 .wrapper-widget>.grid-container{padding:0}.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip h1,.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip h2,.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip h3,.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip h4,.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip h5,.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip h6{margin-right:1rem}.large-8 .wrapper-widget>.grid-container .wysiwyg .title-button-strip .btn-main{margin-left:0;white-space:nowrap}.social-strip-container.wrapper-section{--sa-social-container-title: #1D1D1B;--sa-social-bg: #A21926;--sa-social-fg: #fff;--sa-social-hover-bg: #1D1D1B;--sa-social-hover-fg: #fff}.social-strip-container.wrapper-section .section-title{color:var(--sa-social-container-title)}.social-strip-container.wrapper-section .social-strip{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.825rem}.social-strip-container.wrapper-section .social-strip a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:3px;background-color:var(--sa-social-bg);color:var(--sa-social-fg);font-size:1.5rem;transition:transform .3s,background-color .3s,color .3s}.social-strip-container.wrapper-section .social-strip a:hover,.social-strip-container.wrapper-section .social-strip a:focus-visible{background-color:var(--sa-social-hover-bg);color:var(--sa-social-hover-fg);transform:translateY(-3px)}.social-strip-container.wrapper-section--red:not(.social-strip-container.wrapper-section[class*=campaign--]){--sa-social-container-title: #fff;--sa-social-bg: #fff;--sa-social-fg: #1D1D1B;--sa-social-hover-bg: #1D1D1B;--sa-social-hover-fg: #fff}.social-strip-container.wrapper-section--dark-grey:not(.social-strip-container.wrapper-section[class*=campaign--]){--sa-social-container-title: #fff;--sa-social-bg: #fff;--sa-social-fg: #A21926;--sa-social-hover-bg: #A21926;--sa-social-hover-fg: #fff}button{cursor:pointer}.skip-to-content-link{background:#363636;color:#fff;font-family:"Public Sans",sans-serif;line-height:1;left:0;padding:.5rem .8rem;position:absolute;transform:translateY(-100%)}.skip-to-content-link:focus{transform:translateY(0%);color:#fff}.btn-main{display:inline-flex;vertical-align:middle;padding:.85rem 1.65rem;border-radius:28px;font-family:"Public Sans",sans-serif;font-size:.925rem;font-weight:600;line-height:1;justify-content:center;align-items:center;cursor:pointer;background-color:#a21926;color:#fff;transition:.3s ease-out}.btn-main [class^=szicon]{color:inherit;margin-left:.65rem;line-height:1;font-size:.75rem;font-weight:normal}.btn-main .szicon-rss-feed{font-size:1rem}.btn-main--expanded{display:block;width:100%}.btn-main:hover,.btn-main:focus{background-color:#1d1d1b;color:#fff}.btn-main--white{background-color:#fff;color:#1d1d1b}.btn-main--white [class^=szicon]{color:#a21926}.cta-main{position:relative;display:inline-block;font-size:1rem;font-weight:700;color:#1d1d1b;border-bottom:1px solid rgba(0,0,0,0);padding:2px 0;padding-right:1.5rem;transition:.3s ease-out}.cta-main:before,.cta-main:after{content:"";font-family:"icomoon";font-size:.6rem;font-weight:normal;color:#a21926;position:absolute;top:.5rem;right:0;transform:translateX(-2px);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.cta-main:before{opacity:0;transform:translate(-100%, -50%)}.cta-main:hover,.cta-main:focus{color:#1d1d1b;border-color:#a21926}.cta-main:hover:after,.cta-main:focus:after{transform:translateX(3px)}.cta-main--white{color:#fff;border-color:#fff}.cta-main--white:before,.cta-main--white:after{color:#fff}.cta-main--white:hover,.cta-main--white:focus{color:#fff;border-color:#fff}.cta-main--white:hover:before,.cta-main--white:hover:after,.cta-main--white:focus:before,.cta-main--white:focus:after{color:#fff}.cta-main.cta-bottom-margin{margin-bottom:1rem}.btn-play-video{position:relative;display:inline-block;font-size:1.05rem;font-weight:700;line-height:1.3;color:#fff;background-color:rgba(162,25,38,.9);max-width:250px;padding:.55rem .8rem .55rem 3rem;margin-bottom:1.8rem;text-align:left;border-radius:8px;transition:.3s ease-out}.btn-play-video:before{content:"";font-family:"icomoon";position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);font-size:.925rem}.btn-play-video:hover,.btn-play-video:focus{background-color:hsla(0,0%,100%,.9);color:#1d1d1b}.btn-play-video:hover:before,.btn-play-video:focus:before{color:#a21926}.add-to-calendar{position:relative;display:inline-block;font-size:.75rem;font-weight:500;color:#a21926;line-height:1;padding:.5rem .5rem .5rem 1.5rem;border:1px solid #a21926;border-radius:4px;margin-bottom:.8rem;text-align:center;transition:.3s ease-out}.add-to-calendar:before{content:"";font-family:"icomoon";position:absolute;left:.45rem;top:50%;transform:translateY(-50%)}.add-to-calendar:hover,.add-to-calendar:focus{background-color:#a21926;color:#fff}.cta-view{display:inline-block;min-width:122px;font-size:.75rem;font-weight:500;color:#a21926;line-height:1;padding:.5rem 1rem;border:1px solid #a21926;border-radius:4px;margin:.6rem 0;text-align:center;transition:.3s ease-out}.cta-view:hover,.cta-view:focus{background-color:#a21926;color:#fff}#ctaShowMore{display:none}#ctaShowLess{display:none}#ctaHidePanel{display:none}.btn-expand{position:relative;display:inline-block;font-size:1rem;font-weight:700;color:#1d1d1b;padding-right:1.5rem;margin-top:1rem;margin-bottom:1.5rem;transition:color .3s ease-out}.btn-expand:after{content:"";font-family:"icomoon";font-size:1.1rem;font-weight:normal;color:#a21926;position:absolute;right:0;top:50%;transform:translateY(-50%)}.btn-expand.close:after{content:""}.btn-expand:hover,.btn-expand:focus{color:#a21926}.back-to-top{opacity:0;z-index:10;display:flex;position:fixed;bottom:2.7rem;right:1.5rem;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background-color:#a21926;color:#fff;font-size:.7rem;height:50px;width:50px;transition:.3s ease-out}.link{display:block;color:#1d1d1b;font-weight:600;text-decoration:underline;margin-bottom:.7rem}.toggle-description [class^=szicon-],.toggle-description [class*=" szicon-"]{color:#fff;font-size:1.1rem;font-weight:600;display:inline-block;transition:transform .2s}.toggle-description [class^=szicon-]:before,.toggle-description [class*=" szicon-"]:before{content:""}.toggle-description:hover [class^=szicon-],.toggle-description:hover [class*=" szicon-"]{rotate:20deg}.toggle-description.is-active [class^=szicon-],.toggle-description.is-active [class*=" szicon-"]{rotate:180deg}.toggle-description.is-active [class^=szicon-]:before,.toggle-description.is-active [class*=" szicon-"]:before{content:""}.toggle-description-panel{display:none;background-color:#f1f1f1;padding:1rem;border-radius:4px;width:100%;margin-bottom:1rem}@media screen and (max-width: 39.9375em){.toggle-description-panel{display:block}}.toggle-description-panel p:last-of-type{margin-bottom:0}.toggle-description-panel.is-open{display:block}.wrapper-mobile-menu{display:none;opacity:0;overflow:hidden;z-index:100;position:absolute;top:72px;right:0;height:calc(100% - 68px);width:280px;background-color:#f1f1f1;box-shadow:-30px 10px 20px 0px rgba(0,0,0,.3)}.wrapper-mobile-menu.is-visible{display:block;opacity:1;animation:menuMobileOpen .2s linear forwards}.wrapper-mobile-menu .mobile-menu,.wrapper-mobile-menu .sub-menu{list-style:none;margin:0}.wrapper-mobile-menu .mobile-menu li,.wrapper-mobile-menu .sub-menu li{border-bottom:1px solid rgba(162,25,38,.1)}.wrapper-mobile-menu .mobile-menu a,.wrapper-mobile-menu .sub-menu a{position:relative;display:block;font-size:1.1rem;font-weight:500;line-height:1;color:#1d1d1b;padding:.9rem 1.8rem}.wrapper-mobile-menu .mobile-menu a:before,.wrapper-mobile-menu .sub-menu a:before{content:"";position:absolute;top:4px;left:.5rem;height:calc(100% - 8px);width:4px;background-color:#a21926;border-radius:2px}.wrapper-mobile-menu .mobile-menu a.nested:after,.wrapper-mobile-menu .sub-menu a.nested:after{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;right:.8rem;top:50%;transform:translateY(-50%)}.wrapper-mobile-menu .mobile-menu a.is-active,.wrapper-mobile-menu .sub-menu a.is-active{color:#a21926}.wrapper-mobile-menu .sub-menu{padding-bottom:3rem}.header .menu-container{height:86vh;overflow-y:scroll;background:#f1f1f1}.header .menu-container:nth-child(2),.header .menu-container:nth-child(3){position:absolute;top:0;left:0;right:0;transform:translateX(100%);backface-visibility:hidden;transition:transform .5s}.header .menu-container:nth-child(2).is-visible,.header .menu-container:nth-child(3).is-visible{transform:none}.header .menu-container:nth-child(1)>ul>li>.sub-menu,.header .menu-container:nth-child(2) .level-3{display:none}.header .back-one-level{position:relative;display:block;font-size:1.1rem;font-weight:500;line-height:1;color:#1d1d1b;width:100%;text-align:left;padding:.9rem 1.8rem;border-bottom:1px solid rgba(162,25,38,.1)}.header .back-one-level:before{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;left:.5rem;top:50%;transform:translateY(-50%) rotate(180deg)}.mobile-social-menu{display:flex;justify-content:space-between;list-style:none;padding:0 .8rem;margin:1.2rem 0}.mobile-social-menu a{display:flex;justify-content:center;align-items:center;height:38px;width:38px;font-size:1rem;background-color:#a21926;border-radius:50%;color:#fff}.is-open{display:block;opacity:1;animation:menuMobileOpen .3s linear forwards}@keyframes menuMobileOpen{0%{opacity:0}100%{opacity:1}}.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible;vertical-align:middle}.hamburger .name{display:block;font-size:.725rem;font-weight:600;line-height:1;margin-top:-2px;letter-spacing:1px;text-transform:uppercase;color:#1d1d1b}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px;width:40px;height:4px;background-color:#1d1d1b;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#1d1d1b;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--elastic .hamburger-inner{top:0;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;transition:transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(-270deg);transition-delay:.075s}.cta-nav-side{display:block;margin-bottom:1rem;padding:.5rem 1rem;font-size:1.125rem;text-transform:uppercase;transition:color .3s,background-color .3s;position:relative;background-color:#363636;color:#fff}.cta-nav-side:hover,.cta-nav-side:focus{background-color:#363636;color:#fff}.nav-submenu{margin-bottom:2rem;margin-left:0;list-style:none;border-top:1px solid #e4e4e4}.nav-submenu a{display:block;padding:.6rem 2rem .6rem .5rem;font-size:1rem;color:#363636;border-bottom:1px solid #e4e4e4;line-height:1.2;position:relative;transition:background-color .3s}.nav-submenu a:hover,.nav-submenu a.is-active{background-color:#f2f2f2}.nav-submenu ul{margin-left:0;list-style:none;background-color:#f2f2f2}.breadcrumbs li{font-size:.8rem;text-transform:none;color:#363636;font-weight:600}.breadcrumbs li *{line-height:1}.breadcrumbs li a{color:#363636;font-weight:400}.pagination{padding-top:1rem}.pagination li{border-radius:0;margin-right:.2rem}.pagination a,.pagination button{min-width:32px;color:#1d1d1b;font-size:.95rem;font-weight:500;border-radius:50%;background-color:rgba(0,0,0,0);border:1px solid #cfd0d1;padding:.2rem .65rem;transition:.2s ease-out}.pagination a:hover,.pagination a:focus,.pagination button:hover,.pagination button:focus{background-color:#cfd0d1}.pagination .disabled{padding:0}.pagination .current{color:#fff;font-size:.95rem;font-weight:500;border-radius:50%;background-color:#a21926;border:1px solid #a21926;padding:.2rem .65rem}.pagination .pagination-previous a::before,.pagination .pagination-previous.disabled::before{display:none}.pagination .pagination-next a::after,.pagination .pagination-next.disabled::after{display:none}#dropdownNav{position:relative;z-index:10}.dropdown-nav{list-style:none;margin:0}.dropdown-nav .dropdown-panel{z-index:1;position:absolute;top:100%;left:15px;visibility:hidden;opacity:0;margin:0;padding:2.25rem 2rem 2.25rem 3.8rem;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0px 10px 20px 0px rgba(0,0,0,.2);text-align:left}.dropdown-nav .dropdown-panel:after{content:"";height:10px;width:100%;background-color:#f5f5f5;position:absolute;left:0;bottom:0;border-radius:0 0 8px 8px}.dropdown-nav [aria-expanded=true]:after{opacity:1}.dropdown-nav.no-js li:hover>.dropdown-panel{visibility:visible;opacity:1}.dropdown-nav.no-js li:focus-within>.dropdown-panel{visibility:visible;opacity:1}.dropdown-nav .dropdown-panel[aria-hidden=false]{visibility:visible;opacity:1}.dropdown-nav [aria-expanded=true] svg{transform:scaleY(-1)}.dropdown-nav .dropdown-panel[aria-hidden=false]{position:static;width:calc(100% - 30px);flex:0 0 auto}@media(min-width: 540px){.dropdown-nav .dropdown-panel[aria-hidden=false]{position:absolute;width:calc(100% - 30px)}}.feature-card{position:relative;display:block;border-radius:8px;margin-bottom:1.8rem;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.15);transition:.3s ease-out}.feature-card .img{object-fit:cover;object-position:center;height:195px;width:100%;border-radius:8px 8px 0 0;margin-bottom:0 !important}.feature-card .content{position:relative;display:flex;flex-direction:column;padding:2.5rem 1.5rem 1.8rem}.feature-card .content:before{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;bottom:.8rem;right:1rem;transform:translateX(0);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.feature-card .content:before{transform:translateX(-3px)}.feature-card .group{position:absolute;left:1.5rem;top:-1.1rem;display:inline-block;background-color:#a21926;font-size:.75rem;font-weight:700;color:#fff;line-height:1;padding:.65rem .7rem;border-radius:1rem}.feature-card .group--purple{background-color:#7914a6}.feature-card .group--blue{background-color:#1441a6}.feature-card .group--green{background-color:#0f8542}.feature-card p{font-size:1.2rem;line-height:1.3}.feature-card .title{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.feature-card .sub-title{font-size:1.15rem;font-weight:500;margin-bottom:.25rem}.feature-card .date{font-size:.875rem;font-weight:600;color:rgba(29,29,27,.7);display:inline-block;margin-top:auto;max-width:80%}.feature-card .category{font-size:.875rem;font-weight:600;color:rgba(29,29,27,.7);display:inline-block;margin-top:auto;max-width:80%}.feature-card:hover,.feature-card:focus{transform:translateY(-5px);box-shadow:0px 5px 15px 0px rgba(0,0,0,.15)}.feature-card--review .content{position:relative;padding:2rem 1.5rem 1.5rem 1.5rem}.feature-card--review .content:before{content:none}.feature-card--review .content .title{margin-bottom:1rem;text-wrap:balance}.feature-card--review .content .meta{font-size:.875rem;font-weight:600;color:rgba(29,29,27,.7);display:inline-block;margin-bottom:.3rem;max-width:90%}.feature-card--review .content .meta:last-of-type{margin-bottom:0}.feature-card--arrow .img{height:230px}.feature-card--arrow .content{position:relative;padding:1.5rem 1.5rem 2.5rem}.feature-card--arrow .content:before{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;bottom:1.1rem;right:1.5rem;transform:translateX(0);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.feature-card--arrow .content:before{transform:translateX(-3px)}.feature-card--arrow p{margin-bottom:.5rem}.feature-card--arrow .title{margin-bottom:.25rem}.feature-card--arrow:hover .content:before,.feature-card--arrow:focus .content:before{opacity:1;transform:translateX(0)}.feature-card--arrow:hover .content:after,.feature-card--arrow:focus .content:after{opacity:0;transform:translateX(100%)}.feature-card--news-arrow .content{position:relative}.feature-card--news-arrow .content:before{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;bottom:1.3rem;right:1.5rem;transform:translateX(0);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.feature-card--news-arrow .content:before{transform:translateX(-3px)}.feature-card--news-arrow:hover .content:before,.feature-card--news-arrow:focus .content:before{opacity:1;transform:translateX(0)}.feature-card--news-arrow:hover .content:after,.feature-card--news-arrow:focus .content:after{opacity:0;transform:translateX(100%)}.feature-card--logo .logo{padding:3rem 3rem 1rem 3rem}.feature-card--logo .logo img{height:80px;width:100%;object-fit:contain;object-position:center}.feature-card--logo .content{padding:2rem 1.5rem 2rem;position:relative}.feature-card--logo .content:before{content:none}.feature-card--logo .title{min-height:0;text-align:center;margin-bottom:0}.feature-card--simple .img{height:230px}.feature-card--simple .logo{padding:2cqi}.feature-card--simple .logo img{height:80px;width:100%;object-fit:contain;object-position:center}.feature-card--simple .content{padding:1.5rem 1.5rem 1.2rem;position:relative}.feature-card--simple .content:before{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;bottom:1.1rem;right:1.3rem;transform:translateX(0);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.feature-card--simple .content:before{transform:translateX(-3px)}.feature-card--simple .title{min-height:60px}.feature-card--basic .content{padding:1.5rem 1.5rem 2.2rem;position:relative}.feature-card--basic .content:before{content:"";font-family:"icomoon";font-size:.9rem;color:#a21926;position:absolute;bottom:1.1rem;right:1.3rem;transform:translateX(0);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.feature-card--basic .content:before{transform:translateX(-3px)}.feature-card--basic .title{margin-bottom:.5rem}.feature-card--video:before{content:"";font-family:"icomoon";font-size:1.4rem;color:#fff;position:absolute;top:4.3rem;left:50%;transform:translateX(-50%);height:65px;width:65px;background-color:rgba(162,25,38,.85);border-radius:50%;text-align:center;padding-top:1rem;padding-left:5px}.card-event{min-height:210px;position:relative;display:flex;flex-direction:column;background-color:#fff;padding:1.3rem 1.3rem .5rem 2rem;border-radius:8px;margin-bottom:1rem;box-shadow:0px 0px 20px 0px rgba(0,0,0,.1)}.card-event:before{content:"";position:absolute;left:0;top:0;height:100%;width:10px;background-color:#a21926;border-radius:8px 0 0 8px}.card-event .date{display:block;font-size:.875rem;margin-bottom:.25rem;color:#1d1d1b}.card-event .title{display:block;font-size:1.125rem;font-weight:700;line-height:1.4;color:#1d1d1b;margin-bottom:1rem;max-width:300px}.card-event a.title{text-decoration:underline;transition:.3s ease-out}.card-event a.title:hover,.card-event a.title:focus{color:#a21926}.card-event p{font-size:.875rem;margin-bottom:.8rem;line-height:1.4}.card-event .details{margin-top:auto}.card-event .details p{font-size:.875rem;margin-bottom:.8rem;line-height:1.4}.card-event .details p strong{font-weight:600}.card-event .add-to-calendar{color:#000}.card-event--purple a.title:hover,.card-event--purple a.title:focus{color:#a21926}.card-event--purple:before{background-color:#7914a6}.card-event--purple .add-to-calendar{color:#000;border-color:#7914a6}.card-event--purple .add-to-calendar:hover,.card-event--purple .add-to-calendar:focus{background-color:#7914a6;color:#fff}.card-event--orange a.title:hover,.card-event--orange a.title:focus{color:#a21926}.card-event--orange:before{background-color:#f98a29}.card-event--orange .add-to-calendar{color:#000;border-color:#f98a29}.card-event--orange .add-to-calendar:hover,.card-event--orange .add-to-calendar:focus{background-color:#f98a29;color:#fff}.card-event--yellow a.title:hover,.card-event--yellow a.title:focus{color:#a21926}.card-event--yellow:before{background-color:#f2cc0c}.card-event--yellow .add-to-calendar{color:#000;border-color:#f2cc0c}.card-event--yellow .add-to-calendar:hover,.card-event--yellow .add-to-calendar:focus{background-color:#f2cc0c;color:#000}.card-event--green a.title:hover,.card-event--green a.title:focus{color:#a21926}.card-event--green:before{background-color:#00b291}.card-event--green .add-to-calendar{color:#000;border-color:#00b291}.card-event--green .add-to-calendar:hover,.card-event--green .add-to-calendar:focus{background-color:#00b291;color:#fff}.feature-item{background-color:#f1f1f1;padding:2rem 1.5rem 1.5rem;border-radius:8px;margin-bottom:4rem}.feature-item--bottom{margin-bottom:1rem}.feature-item .section-underline{padding-bottom:.35rem;margin-bottom:1.25rem}.feature-item .content{padding-bottom:.25rem}.feature-item iframe{margin-bottom:1rem}.feature-item .body iframe{width:100%;aspect-ratio:16/9;margin-bottom:0}.feature-item p a{font-weight:700;text-decoration:underline;color:#1d1d1b;transition:color .3s ease-out}.feature-item p a:hover,.feature-item p a:focus{color:#a21926}.feature-item .link-item{display:inline-block;font-size:1rem;font-weight:700;color:#1d1d1b;text-decoration:underline;margin-bottom:1.2rem}.feature-item .img{height:235px;width:100%;border-radius:8px;object-fit:cover;object-position:center}.feature-item .video-item{position:relative;display:block;height:285px;border-radius:8px}.feature-item .video-item .poster{object-fit:cover;object-position:center;height:100%;width:100%;border-radius:8px}.feature-item .video-item:after{content:"";font-family:"icomoon";font-size:1.8rem;color:#fff;height:78px;width:78px;background-color:rgba(162,25,38,.87);border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);padding-left:5px;transition:.3s ease-out}.feature-item .video-item:hover:after,.feature-item .video-item:focus:after{background-color:hsla(0,0%,100%,.87);color:#a21926}.vote-results-block{background-color:#fff;border-radius:8px;padding:1rem;margin-bottom:.25rem}.vote-results-block .vote-results-title{font-size:.75rem;font-weight:500;color:#1d1d1b;margin-bottom:.6rem}.vote-results-block .vote-results{position:relative;height:245px}.vote-results-block .vote-result-items{display:flex;list-style:none;margin:0;flex-flow:column;justify-content:space-around;height:100%}.vote-results-block .vote-result-items li{color:#1d1d1b;font-size:.9rem;line-height:1.1;font-weight:600}.vote-results-block .vote-result-items li:first-child{margin-top:0}.vote-results-block .vote-result-items li:last-child{margin-bottom:0}.vote-results-block--simple{padding:.9rem 1.2rem 1rem;margin-bottom:.5rem;background-color:#f1f1f1;float:right}.vote-results-block--simple p{color:#1d1d1b;font-size:.8125rem}.vote-results-block--simple p:last-of-type{margin-bottom:0}.vote-results-block--simple .szicon-info{font-size:2rem;margin-bottom:.5rem;margin-left:1rem;float:right;color:#a21926}.vote-results-block--full{padding:.8rem 1.2rem;margin-bottom:0}.vote-results-block--full .vote-results{height:250px}.vote-results-block--full .vote-result-items li{font-size:1rem}.card-topic{--card-accent: transparent;--card-accent-arrow: #A21926;display:block;border-radius:8px;background-color:#fff;margin-bottom:2.25rem;box-shadow:0px 0px 15px 0px rgba(0,0,0,.1);transition:.3s ease-out;position:relative}.card-topic:before{content:"";position:absolute;left:0;top:0;height:100%;width:8px;background-color:var(--card-accent);border-radius:8px 0 0 8px}.card-topic .content{min-height:75px;padding:.6rem 1.5rem}.card-topic .content:before{content:"";font-family:"icomoon";font-size:.75rem;background-color:var(--card-accent-arrow);color:#fff;position:absolute;bottom:0;right:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;transform:translateX(0%);transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08);border-radius:8px 0 8px 0}.card-topic .topic{font-size:1.125rem;font-weight:600;margin-bottom:0;line-height:1.4}.card-topic .img{object-fit:cover;object-position:center;height:120px;width:100%;border-radius:0 0 8px 8px}.card-topic:hover,.card-topic:focus{transform:translateY(-5px);box-shadow:0px 5px 15px 0px rgba(0,0,0,.15)}.event-item{position:relative;background-color:#f1f1f1;padding:1.1rem 1.3rem .8rem 1.8rem;border-radius:8px;margin-bottom:1.3rem}.event-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:6px;background-color:#a21926;border-radius:4px 0 0 4px}.event-item .divider{border-right:2px solid rgba(112,112,112,.25)}.event-item p{font-size:1rem;line-height:1.4;margin-bottom:.4rem}.event-item .title{font-size:1.125rem;font-weight:700}.event-item .event-type{font-size:.875rem;font-weight:600;margin:.4rem 0}.event-item .links a{display:block;padding:.5rem 0;color:#a21926;text-decoration:underline;transition:opacity .3s;opacity:1}.event-item .links a:hover,.event-item .links a:focus{opacity:.8}.event-item .links a:last-of-type{border-bottom:0}.event-item .links{margin-bottom:.5rem}.event-item .debate-title{font-weight:700;display:inline-flex;flex-direction:row;align-items:center;transition:color .3s}.event-item .debate-title [class^=szicon-],.event-item .debate-title [class*=" szicon-"]{color:#a21926;font-weight:600;display:inline-block;transition:transform .2s;margin-left:.3rem;margin-bottom:2px}.event-item .debate-title [class^=szicon-]:before,.event-item .debate-title [class*=" szicon-"]:before{content:""}.event-item .debate-title:hover{color:#a21926}.event-item .debate-title.is-active [class^=szicon-],.event-item .debate-title.is-active [class*=" szicon-"]{transform:rotate(180deg)}.event-item .debate-title.is-active [class^=szicon-]:before,.event-item .debate-title.is-active [class*=" szicon-"]:before{content:""}.event-item .links-lists{display:none}.event-item .links-lists.is-open{display:block}.event-item .cta-view{color:#fff;border-color:#a21926;background-color:#a21926}.event-item .cta-view:hover,.event-item .cta-view:focus{border-color:#363636;background-color:#363636;color:#fff}.event-item .cta-more-less{display:inline-block;font-size:1.1rem;font-weight:700;color:#1d1d1b;transition:.3s ease-out;margin-left:.5rem;color:#a21926;transition:transform .2s}.event-item .cta-more-less:hover,.event-item .cta-more-less:focus{color:#a21926}.event-item .cta-more-less.is-active{transform:rotate(180deg)}.event-item .date{font-size:1.25rem;font-weight:700;line-height:1.2;color:#1d1d1b;margin-bottom:.5rem !important}.event-item .add-to-calendar{color:#000}.event-item .add-to-calendar:hover,.event-item .add-to-calendar:focus{color:#fff}.event-item--feature{padding-left:2.2rem;margin:1.5rem 0 2rem}.event-item--feature:before{width:10px;border-radius:8px 0 0 8px}.event-item--feature p{font-weight:500;line-height:1.3;margin-bottom:.2rem !important}.event-item--feature .add-to-calendar{margin-bottom:.2rem}.event-item--purple:before{background-color:#7914a6}.event-item--purple .cta-main:before,.event-item--purple .cta-main:after{color:#7914a6}.event-item--purple .cta-main:hover,.event-item--purple .cta-main:focus{border-color:#7914a6}.event-item--purple .cta-view{color:#fff;border-color:#7914a6;background-color:#7914a6}.event-item--purple .cta-view:hover,.event-item--purple .cta-view:focus{border-color:#363636;background-color:#363636;color:#fff}.event-item--purple .add-to-calendar{color:#000;border-color:#7914a6}.event-item--purple .add-to-calendar:hover,.event-item--purple .add-to-calendar:focus{background-color:#7914a6;color:#fff}.event-item--orange:before{background-color:#f98a29}.event-item--orange .cta-main:before,.event-item--orange .cta-main:after{color:#f98a29}.event-item--orange .cta-main:hover,.event-item--orange .cta-main:focus{border-color:#f98a29}.event-item--orange .cta-view{color:#000;border-color:#f98a29;background-color:#f98a29}.event-item--orange .cta-view:hover,.event-item--orange .cta-view:focus{border-color:#363636;background-color:#363636;color:#fff}.event-item--orange .add-to-calendar{color:#000;border-color:#f98a29}.event-item--orange .add-to-calendar:hover,.event-item--orange .add-to-calendar:focus{background-color:#f98a29;color:#fff}.event-item--yellow:before{background-color:#f2cc0c}.event-item--yellow .cta-main:before,.event-item--yellow .cta-main:after{color:#f2cc0c}.event-item--yellow .cta-main:hover,.event-item--yellow .cta-main:focus{border-color:#f2cc0c}.event-item--yellow .cta-view{color:#000;border-color:#f2cc0c;background-color:#f2cc0c}.event-item--yellow .cta-view:hover,.event-item--yellow .cta-view:focus{border-color:#363636;background-color:#363636;color:#fff}.event-item--yellow .add-to-calendar{color:#000;border-color:#f2cc0c}.event-item--yellow .add-to-calendar:hover,.event-item--yellow .add-to-calendar:focus{background-color:#f2cc0c;color:#000}.event-item--blue:before{background-color:#1441a6}.event-item--blue .cta-main:before,.event-item--blue .cta-main:after{color:#1441a6}.event-item--blue .cta-main:hover,.event-item--blue .cta-main:focus{border-color:#1441a6}.event-item--blue .cta-view{color:#fff;border-color:#1441a6;background-color:#1441a6}.event-item--blue .cta-view:hover,.event-item--blue .cta-view:focus{border-color:#363636;background-color:#363636;color:#fff}.event-item--blue .add-to-calendar{color:#000;border-color:#1441a6}.event-item--blue .add-to-calendar:hover,.event-item--blue .add-to-calendar:focus{background-color:#1441a6;color:#fff}.event-item--green:before{background-color:#03a65a}.event-item--green .cta-main:before,.event-item--green .cta-main:after{color:#03a65a}.event-item--green .cta-main:hover,.event-item--green .cta-main:focus{border-color:#03a65a}.event-item--green .cta-view{color:#000;border-color:#03a65a;background-color:#03a65a}.event-item--green .cta-view:hover,.event-item--green .cta-view:focus{border-color:#363636;background-color:#363636;color:#fff}.event-item--green .add-to-calendar{color:#000;border-color:#03a65a}.event-item--green .add-to-calendar:hover,.event-item--green .add-to-calendar:focus{background-color:#03a65a;color:#fff}.member-card{display:block;margin-bottom:1.8rem;position:relative}.member-card .img{height:100%;width:100%;object-fit:cover;object-position:top;border:3px solid #ededed;border-radius:7px;margin-bottom:.6rem;transition:border-color .3s ease-out}.member-card .img-container{position:relative;height:200px}.member-card .pill{background-color:#1441a6;color:#fff;display:inline-block;font-size:.95rem;line-height:1.2;width:100%;padding:.3rem 1rem;position:absolute;bottom:0;left:0;text-align:center;border-radius:0 0 7px 7px}.member-card .pill--red{background-color:#a21926}.member-card .pill--purple{background-color:#7914a6}.member-card .pill--green{background-color:#0f8542}.member-card p{font-size:.875rem;line-height:1.5;margin-bottom:.1rem}.member-card .name{padding-top:.5rem;font-size:1rem;color:#a21926;font-weight:600;transition:color .3s ease-out;text-decoration:underline}.member-card[style*="cursor:default;"] .name{text-decoration:none}.member-card:hover,.member-card:focus{outline:rgba(0,0,0,0)}.member-card:hover .img,.member-card:focus .img{border-color:#a21926}.member-card:hover .name,.member-card:focus .name{color:rgba(162,25,38,.8)}.member-card.pour .img{border-color:#03a65a}.member-card.pour .pill{color:#000;background-color:#03a65a}.member-card.contre .img{border-color:#a21926}.member-card.contre .pill{color:#fff;background-color:#a21926}.member-card.abstain .img{border-color:#f2cc0c}.member-card.abstain .pill{color:#000;background-color:#f2cc0c}.member-card.declared-an-interest .img{border-color:#f98a29}.member-card.declared-an-interest .pill{color:#000;background-color:#f98a29}.member-card.absent .img{border-color:#1441a6}.member-card.absent .img .pill{color:#fff;background-color:#1441a6}.video-card{position:relative;display:block;border-radius:4px;margin-bottom:2rem;text-decoration:none !important;background-color:#fff;transition:background-color .3s}.video-card .img{aspect-ratio:16/9;width:100%;position:relative;overflow:clip}.video-card .img img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:4px}.video-card .img:after{content:"";font-family:"icomoon";color:#fff;font-size:1rem;padding-left:.15rem;display:flex;justify-content:center;align-items:center;position:absolute;height:44px;width:44px;border-radius:50%;background-color:rgba(162,25,38,.85);top:50%;transform:translateY(-50%);left:0;right:0;margin:0 auto;transition:background-color .3s ease-out,color .3s ease-out}.video-card .content{position:relative;padding:1rem .8rem .6rem}.video-card .content:has(.group){padding:1.7rem .8rem .6rem}.video-card .group{position:absolute;left:.8rem;top:-1.1rem;display:inline-block;background-color:#a21926;font-size:.75rem;font-weight:700;color:#fff;line-height:1;padding:.65rem .7rem;border-radius:1rem}.video-card .group--purple{background-color:#7914a6}.video-card .group--blue{background-color:#1441a6}.video-card .group--green{background-color:#0f8542}.video-card .sub-group{display:inline-block;font-size:.825rem;font-weight:600;line-height:1.4;color:rgba(29,29,27,.8);margin-bottom:.45rem}.video-card .title{font-size:1rem;font-weight:600;color:#1d1d1b;line-height:1.3;margin-bottom:.5rem}.video-card .date{color:#6f6e6e;font-size:.6875rem;margin-bottom:0}.video-card:hover,.video-card:focus{background-color:#f1f1f1}.video-card:hover:after,.video-card:focus:after{background-color:hsla(0,0%,100%,.85);color:#a21926}.arrow-item{position:relative;display:block;min-height:120px;border-radius:8px;font-size:1.125rem;font-weight:600;color:#1d1d1b;line-height:1.3;background-color:#f1f1f1;margin-bottom:1.3rem;padding:1.2rem 1.65rem 2.3rem;transition:.3s ease-out}.arrow-item:before{content:"";position:absolute;top:0;left:0;width:10px;height:100%;background-color:#a21926;border-radius:8px 0 0 8px}.arrow-item:after{content:"";font-family:"icomoon";font-size:1rem;font-weight:normal;line-height:1;position:absolute;right:1.3rem;bottom:1.1rem;color:#a21926;transition:.3s ease-out}.arrow-item:hover,.arrow-item:focus{color:#1d1d1b;transform:translateY(-3px);box-shadow:0px 3px 10px 0px rgba(0,0,0,.1)}.arrow-item:hover:after,.arrow-item:focus:after{transform:translateX(3px)}.member-item{display:flex;align-items:center;margin-bottom:.1rem;border-radius:4px;transition:.3s ease-out}.member-item:last-of-type{margin-bottom:0}.member-item .img{height:115px;width:110px;object-fit:cover;object-position:top;border-radius:4px;border:3px solid #fff}.member-item .info{padding:.3rem .5rem}.member-item .info p{font-size:.875rem;color:#1d1d1b;line-height:1.5;margin-bottom:0}.member-item .info .name{font-size:1rem;font-weight:600;color:#a21926}.member-item:has(.img){margin-bottom:1rem}.member-item:has(.img) .info{padding:0 0 0 1rem}.member-item a{color:#a21926;text-decoration:underline;transition:opacity .3s;opacity:1}.member-item a:hover,.member-item a:focus{opacity:.8}a.member-item:hover,a.member-item:focus{background-color:#fff}.votes-item{display:block;border-radius:4px;margin-bottom:1.25rem}.votes-item .content{position:relative;padding:.8rem 1rem .8rem 1.5rem;background-color:#f1f1f1}.votes-item .content:before{content:"";height:100%;width:6px;border-radius:4px 0 0 4px;position:absolute;top:0;left:0}.votes-item p{font-size:1rem;line-height:1.4;margin-bottom:.3rem}.votes-item .title{font-size:1.15rem;font-weight:700;margin-bottom:.2rem}.votes-item .date{color:rgba(29,29,27,.9);font-size:.875rem}.votes-item .result{position:relative;display:flex;height:100%;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem;border-radius:0 4px 4px 0}.votes-item .result p{font-weight:700;font-size:.875rem;margin-bottom:0}.votes-item .result:before{content:"";background-size:100% 100%;background-position:center right;background-repeat:no-repeat;position:absolute;height:100%;width:16px;top:0;left:0}.votes-item .result:after{content:"";height:22px;width:22px;background-image:url(../img/layout/grey-diamond.svg);background-size:100% 100%;position:absolute;top:50%;left:-11px;transform:translateY(-50%)}.votes-item :is(a):hover .title,.votes-item :is(a):focus .title{text-decoration:underline}.votes-item--neutral .content:before{background-color:#1d1d1b}.votes-item--neutral .result{background-color:#e9e9e9}.votes-item--neutral .result:before{background-image:url(../img/layout/sep-line-neutral.svg)}.votes-item--purple .content:before{background-color:#7914a6}.votes-item--purple .result{background-color:rgba(121,20,166,.15)}.votes-item--purple .result:before{background-image:url(../img/layout/sep-line-purple.svg)}.votes-item--blue .content:before{background-color:#1441a6}.votes-item--blue .result{background-color:rgba(20,65,166,.15)}.votes-item--blue .result:before{background-image:url(../img/layout/sep-line-blue.svg)}.votes-item--orange .content:before{background-color:#f98a29}.votes-item--orange .result{background-color:rgba(249,138,41,.15)}.votes-item--orange .result:before{background-image:url(../img/layout/sep-line-orange.svg)}.votes-item--green .content:before{background-color:#03a65a}.votes-item--green .result{background-color:rgba(3,166,90,.15)}.votes-item--green .result:before{background-image:url(../img/layout/sep-line-green.svg)}.votes-item--red .content:before{background-color:#a21926}.votes-item--red .result{background-color:rgba(162,25,38,.1)}.votes-item--red .result:before{background-image:url(../img/layout/sep-line-red.svg)}.votes-item--yellow .content:before{background-color:#f2cc0c}.votes-item--yellow .result{background-color:rgba(242,204,12,.15)}.votes-item--yellow .result:before{background-image:url(../img/layout/sep-line-yellow.svg)}.partner-logo{display:flex;align-items:center;color:#1d1d1b;margin:.75rem 0 1rem}.partner-logo .logo{width:60px;margin-right:1rem}.partner-logo .name{font-size:1.125rem;font-weight:500;margin-bottom:0}.partner-logo:hover .name,.partner-logo:focus .name{text-decoration:underline}.video-feature{position:relative;display:block;height:320px;margin:1rem 0;width:100%}.video-feature--sm{height:auto;aspect-ratio:16/9}.video-feature .poster{height:100% !important;width:100%;object-fit:cover;object-position:center;border-radius:8px}.video-feature:after{content:"";font-family:"icomoon";color:#fff;font-size:2.2rem;padding-left:.3rem;display:flex;justify-content:center;align-items:center;position:absolute;height:100px;width:100px;border-radius:50%;background-color:rgba(162,25,38,.85);top:50%;left:50%;transform:translate(-50%, -50%);transition:.3s ease-out}.video-feature:hover:after,.video-feature:focus:after{background-color:hsla(0,0%,100%,.85);color:#a21926}.title-anchor-block{margin-bottom:1rem}.title-anchor-block p{margin-bottom:0 !important;font-weight:600}.feature-constit{border-bottom:1px solid rgba(29,29,27,.25);margin-bottom:2rem;padding-bottom:1rem}.feature-constit .imgs img{margin-bottom:1rem;max-width:50px}.grid-container .feature-constit:last-child{border-bottom:0}.counter-block{border:1px solid #a21926;border-radius:8px;margin-bottom:3rem;padding:1.5rem .5rem 1.5rem .5rem;animation-duration:1s;animation-fill-mode:both;animation-name:fadeIn;background-color:#a21926}@media screen and (max-width: 39.9375em){.counter-block{margin-bottom:1rem}}.counter-block p{margin-bottom:0;color:#fff}.counter-block p a{font-weight:600;color:#fff;font-size:1.1rem;line-height:1.3;text-decoration:underline}.counter-block p a:hover{text-decoration:none}.counter-block svg,.counter-block img{max-height:clamp(40px,3vw,60px);margin-bottom:.5rem}.counter-block .number{font-size:clamp(2rem,3vw,3.6rem);font-weight:700;margin-bottom:.5rem;line-height:1}.petition-card{background-color:#a21926;border-radius:.5625rem}.petition-card:has(~.petition-card){margin-bottom:1.875rem}.petition-card .content{background-color:#f1f1f1;padding:1.5rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.25rem}@media screen and (max-width: 63.9375em){.petition-card .content{height:auto !important}}.petition-card .content *{margin:0}.petition-card .content a{font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.5625rem;display:block;color:#1d1d1b;transition:color .3s}.petition-card .content a:hover,.petition-card .content a:focus{color:#a21926;text-decoration:underline}.petition-card .content .footer{font-size:.875rem;font-style:normal;font-weight:500;line-height:1.6;color:#636363}.petition-card .count{display:flex;flex-direction:column;justify-content:center;gap:.88rem;padding:1.5rem;background-color:#a21926;border-radius:0 .5625rem .5625rem 0;text-align:center}@media screen and (max-width: 39.9375em){.petition-card .count{border-radius:0 0 .5625rem .5625rem;flex-direction:row;align-items:center}}.petition-card .count *{margin:0;color:#fff;font-style:normal;font-weight:600;line-height:1.5625rem}.petition-card .count .total{font-size:2.25rem}.petition-card .count .count-label{font-size:1.3125rem}.media-card-grid{row-gap:35px}.media-card-item{--media-card-surface: #525251;--media-card-surface-hover: rgb(42.2053571429, 42.2053571429, 39.2946428571);--media-card-surface-selected: #A21926;--media-card-surface-focus: rgb(42.2053571429, 42.2053571429, 39.2946428571);--media-card-text: #ffffff;--media-card-text-hover: #ffffff;--media-card-indicator-bg: rgba(247, 247, 247, 0.4);--media-card-indicator-border: #f7f7f7;--media-card-indicator-selected-bg: #A21926;--media-card-indicator-selected-border: #ffffff;--media-card-indicator-focus-outline: #ffffff;--media-card-icon: #ffffff;display:flex;flex-direction:column;gap:1rem;position:relative}.media-card-item:has(input:checked) .img-select{background-color:var(--media-card-surface-selected)}.media-card-item:has(.card-indicator:hover) .img-select,.media-card-item:has(input:focus-visible) .img-select,.media-card-item:has(.title:hover) .img-select{background-color:var(--media-card-surface-focus)}.media-card-item .card-text{display:flex;flex-direction:column;gap:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M21.448 20A10.856 10.856 0 0 0 24 13a11 11 0 1 0-11 11a10.856 10.856 0 0 0 7-2.552L27.586 29L29 27.586ZM13 22a9 9 0 1 1 9-9a9.01 9.01 0 0 1-9 9Z'/%3E%3Cpath fill='%23ffffff' d='M10 12H8v-2a2.002 2.002 0 0 1 2-2h2v2h-2zm8 0h-2v-2h-2V8h2a2.002 2.002 0 0 1 2 2zm-6 6h-2a2.002 2.002 0 0 1-2-2v-2h2v2h2zm4 0h-2v-2h2v-2h2v2a2.002 2.002 0 0 1-2 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right top 3px;background-size:24px;padding-right:1.6rem}.media-card-item .card-text .title{color:var(--media-card-text);text-decoration:none !important;margin-bottom:0 !important;font-size:1rem;border-bottom:1px solid rgba(0,0,0,0);transition:border-bottom-color .3s !important;font-weight:500}.media-card-item .card-text .title:is(:hover,:focus-visible){border-bottom-color:var(--media-card-text-hover)}.media-card-item .card-text .title:before{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;z-index:5}.media-card-item .card-text h3,.media-card-item .card-text p{line-height:1;margin-bottom:0 !important;font-weight:400;color:var(--media-card-text)}.media-card-item .img-select{height:200px;background-color:var(--media-card-surface);display:flex;flex-direction:column;justify-content:center;transition:background-color .3s}.media-card-item .img-select img{height:160px !important;max-width:100%;width:auto !important;object-fit:contain;object-position:center;margin-bottom:0 !important}.media-card-item .img-select .card-select{position:absolute;top:0;right:0;cursor:pointer;z-index:15}.media-card-item .img-select .card-select .card-indicator{position:absolute;top:10px;right:14px;width:24px;height:24px;border-radius:50%;background-color:var(--media-card-indicator-bg);border:2px solid var(--media-card-indicator-border);box-sizing:border-box;display:block;transition:background-color .3s,border-color .3s}.media-card-item .img-select .card-select input{width:0;height:0;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}.media-card-item .img-select .card-select input:checked+.card-indicator{background-color:var(--media-card-indicator-selected-bg);border-color:var(--media-card-indicator-selected-border)}.media-card-item .img-select .card-select input:focus-visible+.card-indicator{outline:3px solid var(--media-card-indicator-focus-outline);outline-offset:2px}.center-wysiwyg-block{max-width:900px;margin:0 auto}.wysiwyg{color:#363636;overflow:auto}.wysiwyg>*:last-child{margin-bottom:0 !important}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin-bottom:.7rem;font-weight:600;text-align:left;color:#1d1d1b;line-height:1.2}.wysiwyg h1.small-heading,.wysiwyg h2.small-heading,.wysiwyg h3.small-heading,.wysiwyg h4.small-heading,.wysiwyg h5.small-heading,.wysiwyg h6.small-heading{font-size:1rem;font-weight:700;margin-bottom:.5rem}.wysiwyg h1 em,.wysiwyg h2 em,.wysiwyg h3 em,.wysiwyg h4 em,.wysiwyg h5 em,.wysiwyg h6 em{color:#a21926;font-style:normal;font-weight:400}.wysiwyg .small-heading+img{margin-top:1rem}.wysiwyg h1{font-size:1.65rem}.wysiwyg h2{font-size:1.525rem}.wysiwyg h3{font-size:1.45rem}.wysiwyg h4{font-size:1.3rem}.wysiwyg h5{font-size:1.25rem}.wysiwyg h6{font-size:1.1rem}.wysiwyg .underline-heading{border-bottom:1px solid #d2d2d2;font-size:1.25rem;padding-bottom:.5rem;margin-bottom:.8rem}.wysiwyg p:not(.video-card p):not(.event-type){font-size:1rem;margin-bottom:.8rem}.wysiwyg p:not(.video-card p):not(.event-type).date{font-size:1rem;line-height:1.2;margin-bottom:1.2rem}.wysiwyg p:not(.video-card p):not(.event-type).lead{font-size:1.25rem;line-height:1.4}.wysiwyg p:not(.video-card p):not(.event-type)>img{margin-bottom:1rem}.wysiwyg p+h1,.wysiwyg p+h2,.wysiwyg p+h3,.wysiwyg p+h4,.wysiwyg p+h5,.wysiwyg p+h6,.wysiwyg ul+h1,.wysiwyg ul+h2,.wysiwyg ul+h3,.wysiwyg ul+h4,.wysiwyg ul+h5,.wysiwyg ul+h6,.wysiwyg ol+h1,.wysiwyg ol+h2,.wysiwyg ol+h3,.wysiwyg ol+h4,.wysiwyg ol+h5,.wysiwyg ol+h6{padding-top:.75rem}.wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature):not(.video-card):not(.card-text .title){transition:opacity .5s;font-weight:500;color:#1d1d1b;text-decoration:underline;word-break:break-word}.wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature):not(.video-card):not(.card-text .title):hover,.wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature):not(.video-card):not(.card-text .title):focus{opacity:.8}.wysiwyg .txt-red{color:#a21926}.wysiwyg .txt-red a:not([class]){color:#a21926 !important}.wysiwyg .section-underline{margin-bottom:1.3rem}.wysiwyg ol,.wysiwyg ul{padding:0 0 0 1.4rem;margin-bottom:.8rem;position:relative}.wysiwyg ol li,.wysiwyg ul li{padding:0 10px 8px 0;font-size:1rem}.wysiwyg ol li:last-child,.wysiwyg ul li:last-child{padding-bottom:0}.wysiwyg ol li ul,.wysiwyg ol li ol,.wysiwyg ul li ul,.wysiwyg ul li ol{margin:.5rem 0}.wysiwyg ol li>ul,.wysiwyg ul li>ul{margin-left:0;list-style:circle}.wysiwyg ol li:first-letter,.wysiwyg ul li:first-letter{text-transform:capitalize}.wysiwyg img:not(.img):not(.banner-image img):not(.img-select img){width:auto;margin-bottom:1.8rem;border-radius:8px;height:auto !important}.wysiwyg img:not(.img):not(.banner-image img):not(.img-select img).right{float:right;width:45%;margin-left:2rem}.wysiwyg img:not(.img):not(.banner-image img):not(.img-select img).shallow-img{object-fit:cover;object-position:center;width:100%;height:250px !important;margin-bottom:1.8rem;border-radius:8px}.wysiwyg img:not(.img):not(.banner-image img):not(.img-select img).left{float:left;width:45%;margin-right:2rem}.wysiwyg img:not(.img):not(.banner-image img):not(.img-select img).full{width:100%}.wysiwyg img:not(.img):not(.banner-image img):not(.img-select img).landscape-img{height:320px !important;width:100%;object-fit:cover;object-position:center}.wysiwyg img[style*="float: left"]{margin:1rem 1.5rem 1rem 0;width:300px}.wysiwyg img[style*="float: right"]{margin:1rem 0 1.5rem 1rem;width:300px}.wysiwyg .feature-card .content{padding:1.2rem 1.5rem 1rem}.wysiwyg .feature-card .title{font-size:1.05rem;margin-bottom:.8rem}.wysiwyg .wysiwyg-card{padding:0 .5rem 1.5rem}.wysiwyg .wysiwyg-card img{display:block;height:180px !important;margin:0 auto 1.2rem;border-radius:0 !important}.wysiwyg .news-img{position:relative;padding-bottom:1.25rem;margin-bottom:1.25rem}.wysiwyg .news-img img{width:100%;margin-bottom:0}.wysiwyg .news-img .news-category{position:absolute;left:1rem;bottom:0;margin-bottom:0;font-size:.875rem;padding:.8rem 1rem;border-radius:1.5rem}.wysiwyg hr{margin:1rem auto 1.3rem auto;border-color:#b6b6b6}.wysiwyg table{width:100%;position:relative;margin-bottom:1.2rem}.wysiwyg table tbody{border:0;border-top:1px solid hsl(0,0%,89.5098039216%);background-color:rgba(0,0,0,0)}.wysiwyg table tbody{border-top-color:#353535 !important}.wysiwyg table tr{border-bottom-color:#353535 !important}.wysiwyg table caption{text-align:left;font-weight:600;color:#1d1d1b;display:none}.wysiwyg table tr{border-bottom:1px solid hsl(0,0%,89.5098039216%)}.wysiwyg table th{border-top:1px solid hsl(0,0%,89.5098039216%);font-size:1rem;color:#1d1d1b;background-color:#f1f1f1;font-weight:600;font-family:"Public Sans",sans-serif;text-align:left;padding:.5rem 1rem .5rem .3rem !important}.wysiwyg table td{color:#1d1d1b;font-size:1rem;line-height:1.3;vertical-align:top;font-weight:400;padding:.55rem 1rem .5rem .3rem !important}.wysiwyg table td ul,.wysiwyg table td ol{margin:0;margin-block:.8rem}.wysiwyg table tfoot,.wysiwyg table thead{background:#e4e4e4}.wysiwyg table tbody tr:nth-child(even){background-color:rgba(0,0,0,0)}.wysiwyg table.info-table{margin-bottom:.8rem}.wysiwyg table.info-table td{padding:.55rem .5rem .5rem 0}.wysiwyg table.info-table tr:last-child{border-bottom:0}.wysiwyg:not(.aspose-converted) td,.wysiwyg:not(.aspose-converted) th{width:auto}.wysiwyg blockquote{position:relative;background:#f1f1f1;padding:2rem 3rem;border:0;margin-bottom:2rem;border-left:8px solid #a21926;font-size:1.125rem;font-weight:300;color:#1d1d1b}.wysiwyg blockquote p,.wysiwyg blockquote div,.wysiwyg blockquote li{font-size:1.125rem;font-weight:300;color:#1d1d1b;margin-bottom:.25rem}.wysiwyg blockquote cite{position:relative;z-index:1;color:#1d1d1b;font-size:.875rem;font-style:normal;font-weight:600}.wysiwyg .fluid-width-video-wrapper{border:none;border-radius:8px;margin-bottom:2.5rem;width:100%;aspect-ratio:16/9}.wysiwyg .fluid-width-video-wrapper iframe{margin-bottom:0 !important}.wysiwyg .accordion{list-style:none;margin:1.5rem 0 2rem;padding:0}.wysiwyg .accordion li{padding:0}.wysiwyg:has(.accordion:only-child) .accordion{margin:0}.wysiwyg.wysiwyg-intro p{font-size:1.125rem}.wysiwyg .video-container{position:relative;margin-bottom:2rem;aspect-ratio:16/9}.wysiwyg .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.split-content-img{height:100%;display:block}.split-content-img img:not(.crest-logo):not(.logo){object-fit:cover;object-position:center;height:100%;max-height:500px;width:100%;border-radius:8px}.split-content-img--xsmall img{max-height:100px !important}.split-content-img--sm img,.split-content-img--small img{max-height:200px !important}.split-content-img--medium img{max-height:300px !important}.split-content-img--large img{max-height:400px !important}.split-content-img--full img{max-height:none !important}.split-content-img--square img{max-height:none !important;height:auto !important;aspect-ratio:1/1 !important}.split-content-img.align-crest-logos{display:flex;padding-top:1.5rem;flex-wrap:wrap}.split-block .title{font-size:1.65rem;margin-bottom:.7rem}img[title]{pointer-events:none}.banner-image img{object-fit:cover;object-position:center;width:100%;height:200px;margin-bottom:1.8rem;border-radius:8px}.wysiwyg .aspose-converted>*:last-child{margin-bottom:0 !important}.wysiwyg .aspose-converted table tbody{border-top-color:#353535 !important}.wysiwyg .aspose-converted table tr{border-bottom-color:#353535 !important}.wysiwyg .aspose-converted ul li,.wysiwyg .aspose-converted ol li{text-indent:0 !important}.wysiwyg .aspose-converted .date-span-emphasis{font-weight:600;font-size:1rem !important}.wysiwyg .aspose-converted .date-span-emphasis span{font-size:1rem !important}.wysiwyg table{width:unset;overflow-x:auto}.wysiwyg .table-content{margin-bottom:2rem}.wysiwyg.convertedHTML table{width:100%}.inner-msg{background-color:#fdf0f0;padding:1.5rem;border-radius:8px;margin-block-end:1.25rem}.inner-msg .grid-x{row-gap:.9375rem}@media screen and (max-width: 39.9375em){.inner-msg .grid-x{row-gap:.625rem}}.inner-msg p{margin-bottom:0 !important}.inner-msg p+p{margin-block-start:.9375rem}.inner-msg p,.inner-msg a{font-size:.975rem !important}.inner-msg a:not([class]){color:#1d1d1b;text-decoration:underline;text-underline-offset:3px}.inner-msg+.inner-msg{margin-block-start:1.25rem}.inner-msg--sec{background-color:#f1f1f1}.inner-msg--lg p{font-size:1.125rem !important}.inner-msg--info{position:relative;padding-right:2.75rem;margin-block-start:12px}.inner-msg--info:before{content:"\e90d"/"";font-family:"icomoon" !important;position:absolute;top:-12px;right:0;width:40px;height:40px;background-color:#fdf0f0;color:#a21926;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.alert-strip{width:100%;background-color:#f2cc0c;padding:.4rem 0}.alert-strip--hidden{display:none}.alert-strip .alert-title{position:relative;font-family:"Public Sans",sans-serif;font-size:1rem;font-weight:600;line-height:1.2;text-transform:uppercase;padding-left:1.5rem}.alert-strip .alert-title:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-0.4rem;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTgwQ0I5RkM2ODlCMTFFQThBMUU4NTYxMDZGRENFNEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTgwQ0I5RkQ2ODlCMTFFQThBMUU4NTYxMDZGRENFNEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEM0REOTM3RjY3QTUxMUVBOEExRTg1NjEwNkZEQ0U0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEM0REOTM4MDY3QTUxMUVBOEExRTg1NjEwNkZEQ0U0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp4vntMAAAShSURBVHjavFdbSKxVFPafGXV0nDE1dQwrs2C80kM6aEhejzeMDETwxhkRH4zsJR+clEJLDcwHE30pvJ6ECFTQk+alwrBwxgfxmIyIoiI6Hp1MZ3TUUaf9HViHKc78zjHHHxasvde31/r+vfdae2/OarW63OS7vLwUrq6uvr68vKxAOywsTBcaGromFAovb+QQRJ5XGAnB5ORkanJy8s9+fn77EOhTU1MpsN3E542I7O/v+yUmJv4qEAjw95hSK/SkpKRfYLszIu3t7R9wHHcFAu7u7qcQ6Ojr6OiouBMiKysrbwQFBW1T4LKysm8hRAw2YJxK5PT01L2wsPA7Wg6FQqFbWloKh0Cn/qKiogdnZ2duTiMyMDDwvq+vrwHBXF1dz5ubm6vOz89dIdDRBxswg4ODuU4hsru7G5CTkzOMJYAkJCT8ptPpFGSHjj6yA4sxt0rk4uJC2NnZWerj4/MX/tjLy8uITXl1dcURBjr6YAMG2K6uLhXG3hoRvV4fGBcX9wftgZSUlCmDweB7cnLigSUYGhp6Dzr6YCNcfHz87xh7a0QaGxvVrGJewLlIJLJoNJpY9Le2tn4UEBCwGxgYqIeOvtnZWSUwwGJMU1NT9a0QYWU8VCKRmKhoVVZWfk220tLSTtoT0KkfGCp2WCr4+F9ETCaTJC8v7wea6oiIiD/X1tZeI7tKpeoiG3TqBwZYsuXn538PX3yxBHzn0PDw8LsTExP3oLNZOS4vL/8mODh467rzCxhgMQbt8fHx9JGRkRy+MXaJbG1tBff09Nw/OjqSsam3xsbGanNzc4dYrbBcRwQYYDEG7cPDQ+/u7m4VfD4XERzxo6OjWdPT0++waePYOptKSkr6QkJC1h091YEtLi5+IJVKjfABX2NjY5kszQUOXwPW19dfjYmJ0dIaZ2Vl/chmRvpfnL09QsJmQpaZmTlKGDZDmo2NjVcc3qw1NTVfULrKZLLDubm5t56Fs5c1tqLVamPgg9K5trb2c4eILCwsRFO6QjDQtoLaCmxubm5nEHsBMBY/Rv7gGzF4iZjNZnF6evpPdMRHRUU94quMBwcHLzQ0NHwCgW4Pt7OzI4cvuiogBmI9kwiYs519n6aRbbIjnB0Wi0VkLwDK+szMzNsQ6PZw8AFf8EnL3dvbW2I70/+qoKmpqZOoiGCekZExtrm5+TJfEerr6ysODw9fgkDnw2KTYibgGzHS0tImbIvjU8ZtbW0fisViMxh7e3v/3d/fX2Bvb5BUVFR0wCkEOh8WvuATvhEDsXDlpNP5abpGRkYu0obKzs5+yLckJKxi3sM4CPTr8PCJUkBxsG8onZ8A1Gp1Ixn9/f0fz8/Pv+nohWZvb+9FiKN4+EYMSghkFPo5vEPkcrmeOfNHKa+qqvqqurr6SxcnfuxqoG5pafkYFZddIx6zzJRzWDtPT88TdjEWgwh7LBk8PDzMziTCUheXKLx/OMQ6Pj6WPJmugoKCftvH0l0JYuJVAA4iMKyvr/+U1QFPdvNSGo1GqcsdfDgMlUqlpq6u7jO0KT257e3tlxYXF6PYBcYLbWeSwBbAiR4dHf2IPch20P5HgAEAfTXHziSxIkUAAAAASUVORK5CYII=");background-position:center;background-size:contain;background-repeat:no-repeat;width:22px;height:22px}.alert-strip p{font-size:1rem;font-weight:600;margin-bottom:0}.alert-strip .cta-alert-info{display:inline-block;font-family:"Public Sans",sans-serif;font-size:.85rem;color:#363636;border:2px solid #363636;line-height:1;padding:.3rem .8rem;transition:.3s ease-out}.alert-strip .cta-alert-info:hover{background-color:#363636;color:#fafad2}.alert-strip .close-alert{background-position:center;background-size:contain;background-repeat:no-repeat;width:30px;height:30px;cursor:pointer;margin-top:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAgAElEQVR4Xu2dCdh+1bj/P39FIxXSLA1EmpChUqkM1TFUJBlKyaw6hDidzHPiyBRSMiVJhqNkSjqVITRJaKA00UhFRP/rW+vH29v7/p7n2c/ee91r7e+6ruf6ubTXWvf63Ot91vdZe637/n+4mIAJmIAJmIAJDI7A/xvciD1gEzABEzABEzABLAA8CUzABEzABExggAQsAAbodA/ZBEzABEzABCwAPAdMwARMwARMYIAELAAG6HQP2QRMwARMwAQsADwHTMAETMAETGCABCwABuh0D9kETMAETMAELAA8B0zABEzABExggAQsAAbodA/ZBEzABEzABCwAPAdMwARMwARMYIAELAAG6HQP2QRMwARMwAQsADwHTMAETMAETGCABCwABuh0D9kETMAETMAELAA8B0zABEzABExggAQsAAbodA/ZBEzABEzABCwAPAdMwARMwARMYIAELAAG6HQP2QRMwARMwAQsADwHTMAETMAETGCABCwABuh0D9kETMAETMAELAA8B0zABEzABExggAQsAAbodA/ZBEzABEzABCwAPAdMwARMwARMYIAELAAG6HQP2QRMwARMwAQsADwHTMAETMAETGCABCwABuh0D9kETMAETMAELAA8B0zABEzABExggAQsAAbodA/ZBEzABEzABCwAPAdMwARMwARMYIAELAAG6HQP2QRMwARMwAQsADwHTMAETMAETGCABCwABuh0D9kETMAETMAELAA8B0ygDAL6W10OWAG4H3Df9Ll3+v+XAe4147MUsDiwZPr37sA9AP27KLDIrGH/A7gV+Dvwt/TvX4GbAf17E/CnGZ8bgOuAa4Gr0+cPwFXp/7+tDKy20gSGS8ACYLi+98hjEdBCviawevo8AFgVWCn9q4Vfi3cJRSJCQuD3wBXp398Cv0ufi5JwKGEsttEEqiVgAVCtaz2wgASWBh484/NAQB8t/PoFP6SiHQQJgd+kz/nAgs+NQwLhsZpALgIWALnIu9+aCdwtLfIbABsC+veh6Zd9zeNua2zaKfgFcDZwVvpX4uCfbXXgdkzABMACwLPABKYjoMV+XeCRwMbAw9Kir3fvLu0R0FkEiYGfA2cAPwHOsyhoD7BbGh4BC4Dh+dwjno7AssAmwGbAo4FHpYN307Xq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")}.accordion .accordion-item .accordion-button{cursor:pointer;position:relative;z-index:1;width:100%;text-align:left;font-size:1.1rem;font-weight:500;padding:.8rem 2rem .9rem .25rem;border-top:1px solid #ccc;transition:background-color .3s}.accordion .accordion-item .accordion-button:before{content:"";font-family:"icomoon";font-size:.9rem;position:absolute;right:.8rem;top:.9rem;transition:transform .2s}.accordion .accordion-item .accordion-button:hover,.accordion .accordion-item .accordion-button:focus{background-color:hsla(0,0%,80%,.25)}.accordion .accordion-item .accordion-button.active:before{transform:rotate(180deg)}.accordion .accordion-item .accordion-panel{max-height:0;overflow:hidden;visibility:hidden;transition-duration:.4s;transition-property:max-height,visibility}.accordion .accordion-item .inner-panel{padding:.25rem}.accordion .accordion-item:last-child{border-bottom:1px solid #ccc}.accordion .accordion-panel.open{visibility:visible;max-height:initial;transition-duration:.4s;transition-property:max-height,visibility}.accordion--footer{border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:1.5rem}.accordion--footer .accordion-item .accordion-button{border-top:1px solid hsla(0,0%,100%,.1);padding:.8rem 1.5rem .8rem .5rem;font-size:1rem;font-weight:500;color:#f7f7f7}.accordion--footer .accordion-item .accordion-button:before{font-size:.5rem;right:.5rem;top:1rem}.accordion--footer .accordion-item .accordion-button:hover,.accordion--footer .accordion-item .accordion-button:focus{background-color:#525252}.accordion--footer .accordion-submenu{margin:0;list-style:none}.accordion--footer .accordion-submenu>li{border-top:1px solid hsla(0,0%,100%,.1)}.accordion--footer .accordion-submenu>li a{display:block;font-size:.9rem;color:#f7f7f7;padding:.4rem .5rem .5rem}.accordion--bold .accordion-item:not(:last-child){margin-block-end:1rem}.accordion--bold .accordion-item{border-bottom:0 !important}.accordion--bold .accordion-item .accordion-button{font-size:1.25rem;font-weight:600;color:#1d1d1b;padding:1.125rem;background-color:rgba(29,29,27,.05);color:#1d1d1b;border-radius:4px;border:1px solid #1d1d1b}.accordion--bold .accordion-item .accordion-button:before{content:"";font-family:"icomoon" !important;color:#1d1d1b;font-size:1.1rem;font-weight:600;top:20px;position:absolute}.accordion--bold .accordion-item .accordion-button:hover,.accordion--bold .accordion-item .accordion-button:focus{background-color:#1d1d1b;color:#fff}.accordion--bold .accordion-item .accordion-button:hover:before,.accordion--bold .accordion-item .accordion-button:focus:before{color:#fff}.accordion--bold .accordion-item .accordion-button.active{border-radius:4px 4px 0 0;background-color:#1d1d1b;color:#fff}.accordion--bold .accordion-item .accordion-button.active:before{content:"";color:#fff}.accordion--bold .accordion-item .accordion-panel{border:1px solid #1d1d1b;border-top:0;border-radius:0 0 4px 4px}.accordion--bold .accordion-item .inner-panel{background-color:rgba(0,0,0,0);padding:1.4rem 1.2rem 1rem}.accordion--feature .accordion-item .accordion-button{font-size:1.25rem;font-weight:600;color:#1d1d1b;padding:1.1rem 2.5rem 1.2rem .15rem}.accordion--feature .accordion-item .accordion-button:hover{background-color:#f1f1f1}.accordion--feature .accordion-item .accordion-button:focus{background-color:rgba(0,0,0,0)}.accordion--feature .accordion-item .accordion-button:before{content:"";font-family:"icomoon" !important;color:#a21926;font-size:1.1rem;font-weight:600;top:20px;position:absolute}.accordion--feature .accordion-item .accordion-button.active:before{content:""}.accordion--feature .accordion-item .inner-panel{background-color:#f1f1f1;padding:1.4rem 1.2rem 1rem}.accordion--feature .accordion-item .inner-panel:has(.media-card-grid){padding:1.4rem 0 2rem}.side-accordion{list-style:none;margin-left:0;margin-bottom:2rem}.side-accordion .side-accordion-item .side-accordion-button{position:relative;display:block;width:100%;font-size:1.2rem;font-weight:700;line-height:1.2;color:#fff;text-align:left;background-color:#a21926;padding:.8rem 2rem .8rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsla(0,0%,100%,.2);transition:.3s ease-out}.side-accordion .side-accordion-item .side-accordion-button:before{content:"+";font-family:"Public Sans",sans-serif;font-weight:normal;color:#fff;font-size:1.8rem;line-height:1;position:absolute;right:.8rem;top:.7rem}.side-accordion .side-accordion-item .side-accordion-button:hover,.side-accordion .side-accordion-item .side-accordion-button:focus{background-color:rgb(139.9090909091,21.5909090909,32.8181818182)}.side-accordion .side-accordion-item .side-accordion-button.active:before{content:"_";transform:none;top:-2px}.side-accordion .side-accordion-item:first-child .side-accordion-button{border-radius:8px 8px 0 0}.side-accordion .side-accordion-item:last-child .side-accordion-button{border-bottom:0}.side-accordion .side-accordion-item .side-accordion-panel{max-height:0;overflow:hidden;visibility:hidden;transition-duration:.4s;transition-property:max-height,visibility}.side-accordion .side-accordion-item .side-accordion-panel.open{visibility:visible;max-height:initial;transition-duration:.4s;transition-property:max-height,visibility}.side-accordion .side-accordion-item .content{background-color:#f1f1f1;padding:1.2rem 1.5rem}.wrapper-section--grey .accordion--feature .accordion-item .accordion-button:hover{background-color:rgb(215.5,215.5,215.5)}.wrapper-section--grey .accordion--feature .accordion-item .inner-panel{background-color:#fff}.wrapper-section--dark-grey .accordion--feature .accordion-item .accordion-button,.wrapper-section--dark-grey .accordion--bold .accordion-item .accordion-button{color:#fff}.wrapper-section--dark-grey .accordion--feature .accordion-item .accordion-button::before,.wrapper-section--dark-grey .accordion--bold .accordion-item .accordion-button::before{color:#fff}.wrapper-section--dark-grey .accordion--feature .accordion-item .accordion-button:hover,.wrapper-section--dark-grey .accordion--bold .accordion-item .accordion-button:hover{background-color:#a21926}.wrapper-section--dark-grey .accordion--feature .accordion-item .inner-panel,.wrapper-section--dark-grey .accordion--bold .accordion-item .inner-panel{background-color:#1d1d1b}.wrapper-section--dark-grey .accordion--bold .accordion-item .accordion-button{border-color:#fff}.wrapper-section--dark-grey .accordion--bold .accordion-item .accordion-panel{border-color:#fff}.wrapper-section--red .accordion--feature .accordion-item .accordion-button,.wrapper-section--red .accordion--bold .accordion-item .accordion-button{color:#fff}.wrapper-section--red .accordion--feature .accordion-item .accordion-button::before,.wrapper-section--red .accordion--bold .accordion-item .accordion-button::before{color:#fff}.wrapper-section--red .accordion--feature .accordion-item .accordion-button:hover,.wrapper-section--red .accordion--bold .accordion-item .accordion-button:hover{background-color:rgb(117.8181818182,18.1818181818,27.6363636364)}.wrapper-section--red .accordion--feature .accordion-item .inner-panel,.wrapper-section--red .accordion--bold .accordion-item .inner-panel{background-color:#1d1d1b}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:2333.3333333333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:1.4285714286%;height:10px;float:left}.tns-nav{text-align:center;margin:10px 0}.tns-nav>[aria-controls]{width:9px;height:9px;padding:0;margin:0 5px;border-radius:50%;background:#ddd;border:0}.tns-nav>.tns-nav-active{background:#999}.tns-controls{text-align:center;margin-bottom:10px}.tns-controls [aria-controls]{font-size:15px;margin:0 5px;padding:0 1em;height:2.5em;color:#000;background:#6cf;border-radius:3px;border:0}.mobile-slider .item{padding:5px 2px 0}.gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border: #A21926;--col-gall-nav-outline: #A21926;--col-gall-nav-active-bg: #A21926;--col-gall-arrow-fg: #A21926;--col-gall-arrow-hover-fg: #fff;--col-gall-arrow-hover-bg: #A21926}.gallery-carousel .tiny-slider>div{padding-top:.36rem}.gallery-carousel .tns-outer{position:relative}.gallery-carousel .tns-nav>[aria-controls]{width:22px;height:22px;padding:0;margin:0 5px;border-radius:50%;background-color:var(--col-gall-nav-bg);border:0;border:2px solid var(--col-gall-nav-border)}.gallery-carousel .tns-nav>[aria-controls]:is(:hover,:focus-visible){outline:2px solid var(--col-gall-nav-outline);outline-offset:2px}.gallery-carousel .tns-nav>.tns-nav-active{background-color:var(--col-gall-nav-active-bg)}.gallery-carousel .tns-controls{position:absolute;width:100%;top:40%;transform:translateY(-40%);pointer-events:none;margin-bottom:0;display:flex;justify-content:space-between}.gallery-carousel .tns-controls [aria-controls]{margin:0;padding:.4rem;background-color:rgba(0,0,0,0);position:absolute;pointer-events:all;transition:background-color .3s}.gallery-carousel .tns-controls [aria-controls] .szicon-chevron-down{display:inline-flex;color:var(--col-gall-arrow-fg);transition:color .3s}.gallery-carousel .tns-controls [aria-controls]:is(:hover,:focus-visible){background-color:var(--col-gall-arrow-hover-bg)}.gallery-carousel .tns-controls [aria-controls]:is(:hover,:focus-visible) .szicon-chevron-down{color:var(--col-gall-arrow-hover-fg)}.gallery-carousel .tns-controls button[disabled]{opacity:.5;pointer-events:none}.gallery-carousel .tns-controls button[data-controls=prev]{left:-3rem}.gallery-carousel .tns-controls button[data-controls=prev] .szicon-chevron-down{rotate:90deg}.gallery-carousel .tns-controls button[data-controls=next]{right:-3rem}.gallery-carousel .tns-controls button[data-controls=next] .szicon-chevron-down{rotate:-90deg}.gallery-carousel .feature-card{position:relative;margin-block:10px}.gallery-carousel .feature-card:after{content:"";position:absolute;background-color:#a21926;width:50px;height:50px;top:0;right:0;border-radius:0 8px 0 8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M21.448 20A10.856 10.856 0 0 0 24 13a11 11 0 1 0-11 11a10.856 10.856 0 0 0 7-2.552L27.586 29L29 27.586ZM13 22a9 9 0 1 1 9-9a9.01 9.01 0 0 1-9 9Z'/%3E%3Cpath fill='%23ffffff' d='M10 12H8v-2a2.002 2.002 0 0 1 2-2h2v2h-2zm8 0h-2v-2h-2V8h2a2.002 2.002 0 0 1 2 2zm-6 6h-2a2.002 2.002 0 0 1-2-2v-2h2v2h2zm4 0h-2v-2h2v-2h2v2a2.002 2.002 0 0 1-2 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:50% 50%;background-position:center;transition:background-color .3s}.gallery-carousel .feature-card img{border-radius:8px;height:auto;aspect-ratio:5/3.8}.gallery-carousel .feature-card .summary{position:absolute;bottom:.5rem;left:.5rem;width:calc(100% - 1rem);background-color:hsla(0,0%,100%,.95);padding:1rem;border-radius:8px;text-wrap:balance;margin-bottom:0}.gallery-carousel .feature-card:is(:hover,:focus-visible):after{background-color:#1d1d1b}.wrapper-section--red .gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border: #fff;--col-gall-nav-outline: #fff;--col-gall-nav-active-bg: #A21926;--col-gall-arrow-fg: #fff;--col-gall-arrow-hover-fg: #A21926;--col-gall-arrow-hover-bg: #fff}.wrapper-section--dark-grey .gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border: #fff;--col-gall-nav-outline: #fff;--col-gall-nav-active-bg: #1D1D1B;--col-gall-arrow-fg: #fff;--col-gall-arrow-hover-fg: #A21926;--col-gall-arrow-hover-bg: #fff}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none !important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none !important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px;z-index:500}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0px}.pswp__button--arrow--next{right:0px}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1, 1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__custom-caption{position:absolute;left:0;right:0;bottom:2rem;padding:12px 16px;background:rgba(0,0,0,.6);color:#fff;font-size:1.25rem;line-height:1.4;width:100%;text-align:center}.feature-modal{width:100%;height:100%;position:fixed;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.8);z-index:1000;top:0;left:0;display:none;opacity:0}.feature-modal .modal-content{background-color:#fff;padding:2rem;text-align:left;min-width:650px;max-width:650px;position:relative}.feature-modal .btn-modal-close{overflow:visible;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:1046;width:32px;height:32px;line-height:32px;position:absolute;right:0;top:0;text-decoration:none;font-style:normal;font-size:28px;font-family:"Public Sans",sans-serif;color:#000;transition:color .3s,background-color .3s}.feature-modal .btn-modal-close:hover,.feature-modal .btn-modal-close:focus-visible{color:#fff;background-color:#a21926;outline-color:rgba(0,0,0,0);outline-width:0}.feature-modal:has(.modal-image-info){background-color:#1d1d1b}.feature-modal:has(.modal-image-info) .btn-modal-close{color:#fff;right:0;top:-3.5rem;width:auto;height:auto;font-size:1rem;font-style:normal;font-weight:600;display:inline-flex;gap:.5rem;border:2px solid rgba(0,0,0,0);padding:.1rem .5rem;transition:border .3s}.feature-modal:has(.modal-image-info) .btn-modal-close span{font-weight:400;font-size:1.4rem}.feature-modal:has(.modal-image-info) .btn-modal-close:is(:hover,:focus-visible){background-color:rgba(0,0,0,0);border:2px solid #fff}.feature-modal .modal-image-info{width:73rem;max-width:100%;position:relative;padding-inline:1rem}@media screen and (max-width: 39.9375em){.feature-modal .modal-image-info .wysiwyg{max-height:300px;overflow-y:auto}}.feature-modal .image-container{background-color:#525251;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;max-height:500px;min-height:500px}@media screen and (max-width: 39.9375em){.feature-modal .image-container{max-height:180px;min-height:180px}}.feature-modal .image-container img{object-fit:contain;margin:0 !important;max-height:100%}.feature-modal.is-open{display:flex;opacity:1;animation:fadeModal .3s linear forwards}.feature-modal.is-closing{display:flex;animation:fadeOutModal .3s linear forwards}.feature-modal.is-image .modal-content{max-width:1024px;max-width:none;min-width:0;position:relative;box-shadow:0 0 8px rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.feature-modal.is-image .modal-content img{max-height:50rem;width:auto;max-width:100%;object-fit:contain}.feature-modal.is-image .modal-content p{margin:0;font-weight:600}@media screen and (max-width: 39.9375em){.feature-modal.is-image .modal-content{width:100%;padding:2rem}}@media screen and (min-width: 40em)and (max-width: 63.9375em){.feature-modal.is-image .modal-content{width:80%;padding:2rem}}.feature-modal.is-video .modal-content{padding:0;width:800px;max-width:none;position:relative;box-shadow:0 0 8px rgba(0,0,0,.6)}.feature-modal.is-video iframe{display:block;width:800px;height:450px;background:#000;position:relative;z-index:2000}.feature-modal.is-video .btn-modal-close{color:#fff;position:absolute;top:-40px}@keyframes fadeModal{0%{opacity:0}100%{opacity:1}}@keyframes fadeOutModal{0%{opacity:1}100%{opacity:0}}@media screen and (max-width: 39.9375em){.feature-modal .modal-content{padding:2rem 1rem;min-width:300px;max-width:100vw}.feature-modal.is-video .modal-content{width:100vw}.feature-modal.is-video .modal-content iframe{width:100vw;height:225px}}.form-general,.ktc-default-section{margin-bottom:1rem}.form-general hr,.ktc-default-section hr{margin:1.5rem auto 1.5rem auto;border-color:#e4e4e4}.form-general label,.form-general legend,.ktc-default-section label,.ktc-default-section legend{color:#363636;font-weight:600;font-size:1rem;display:inline-block;margin-bottom:.5rem}.form-general input,.form-general select,.ktc-default-section input,.ktc-default-section select{background-color:#f8f8f8;color:#363636;box-shadow:none;font-size:1rem;margin-bottom:1rem;border:1px solid #333}.form-general input[type=file],.form-general input[type=checkbox],.form-general input[type=radio],.form-general select[type=file],.form-general select[type=checkbox],.form-general select[type=radio],.ktc-default-section input[type=file],.ktc-default-section input[type=checkbox],.ktc-default-section input[type=radio],.ktc-default-section select[type=file],.ktc-default-section select[type=checkbox],.ktc-default-section select[type=radio]{box-shadow:none}.form-general select,.ktc-default-section select{background-color:#f8f8f8}.form-general input::placeholder,.ktc-default-section input::placeholder{color:#1d1d1b;transition:color .3s}.form-general input:focus::placeholder,.ktc-default-section input:focus::placeholder{color:rgba(0,0,0,0)}.form-general textarea,.ktc-default-section textarea{background-color:#f8f8f8;color:#363636;box-shadow:none;height:150px;font-size:1rem;font-weight:400;margin-bottom:1rem;border:1px solid #333}.form-general textarea:focus,.ktc-default-section textarea:focus{background-color:#fff}.form-general fieldset label,.ktc-default-section fieldset label{display:inline-block;font-weight:400;font-size:1rem}.form-general .checkbox-list,.ktc-default-section .checkbox-list{background-color:#f3f3f3;padding:.8rem 1.2rem;border-radius:3px;border:1px solid #363636}.form-general .checkbox-list label,.ktc-default-section .checkbox-list label{font-family:"Public Sans",sans-serif;font-size:.98rem}.form-general .checkbox-list input[type=checkbox],.form-general .checkbox-list input[type=radio],.ktc-default-section .checkbox-list input[type=checkbox],.ktc-default-section .checkbox-list input[type=radio]{margin-bottom:.6rem;margin-right:.3rem}.form-general .error-field,.ktc-default-section .error-field{border-color:#91071a;background-color:rgb(254.4842105263,244.3157894737,245.7157894737)}.form-general .error-text,.form-general .field-validation-error,.ktc-default-section .error-text,.ktc-default-section .field-validation-error{display:block;color:#91071a;font-size:1rem;margin-top:-0.5rem;margin-bottom:1rem;padding-left:.425rem;border-left:3px solid #91071a;text-transform:lowercase}form input[type=button],form input[type=submit],form input[type=reset]{background-color:#a21926;padding:.86rem 2rem;border-radius:2px;font-size:.875rem;font-weight:700;color:#fff;transition:.3s ease-out;display:inline-block;border-radius:4px;cursor:pointer}form input[type=button]:hover,form input[type=button]:focus,form input[type=submit]:hover,form input[type=submit]:focus,form input[type=reset]:hover,form input[type=reset]:focus{background-color:#1d1d1b}.msg-sent-ok,.mc4wp-success p{display:block;position:relative;padding:1rem 1rem 1rem 1rem;margin:0 0 .8rem 0;border-left:4px solid #60b676;font-family:"Public Sans",sans-serif;font-size:1.05rem;color:#363636;background-color:rgb(228.8198275862,242.9801724138,232.4422413793);line-height:1.2;border-radius:2px}.msg-validation-error,.mc4wp-error p{display:block;position:relative;padding:1rem 1rem 1rem 1rem;margin:0 0 .8rem 0;border-left:4px solid #91071a;font-family:"Public Sans",sans-serif;font-size:1.05rem;color:#363636;background-color:rgb(253.7796052632,229.7203947368,233.0328947368);line-height:1;border-radius:2px}.search-field{display:inline-flex;width:550px;height:48px;background-color:#fff;border-radius:24px;border:1px solid #919191;padding:.25rem}.search-field input{height:100%;margin:0;border:0;background-color:rgba(0,0,0,0);border-radius:24px;color:#1d1d1b;font-family:"Public Sans",sans-serif;font-size:1rem;box-shadow:none;padding:.3rem 1rem;margin-right:.5rem}.search-field input:focus{background-color:rgba(0,0,0,0);box-shadow:none;border:0}.search-field input::placeholder{color:#1d1d1b;transition:color .3s}.search-field input:focus::placeholder{color:rgba(0,0,0,0)}.search-field .cta{height:100%;font-size:1.2rem;background-color:#a21926;color:#fff;padding:0 .6rem;border-radius:50%;transition:.2s ease-out}.search-field .cta:hover,.search-field .cta:focus{background-color:#1d1d1b}.search-field--mobile{display:flex;width:100%;height:42px;background-color:#fff}.search-field--mobile input{font-size:.925rem;padding:.2rem .8rem}.search-field--mobile .cta{font-size:1rem;padding:0 .5rem}.search-field--main{display:flex;height:68px;width:100%;border-radius:34px;padding:.4rem .45rem}.search-field--main input{font-size:1.125rem;font-weight:500;padding-left:1.5rem}.search-field--main input::placeholder{color:#1d1d1b;transition:color .3s}.search-field--main input:focus::placeholder{color:rgba(0,0,0,0)}.search-field--main .cta{font-family:"Public Sans",sans-serif;font-size:1.125rem;font-weight:700;background-color:#1d1d1b;border-radius:26px;padding:0 2.5rem}.search-field--main .cta:hover,.search-field--main .cta:focus{background-color:#a21926}.mobile-search-toggle{display:inline-block;height:45px;width:45px;border-radius:50%;background-color:#a21926;color:#fff;justify-content:center;align-items:center;font-size:1.2rem;margin-right:.5rem}.mobile-search-toggle .name{display:block;font-size:.725rem;font-weight:600;line-height:1;margin-top:-2px;letter-spacing:1px;text-transform:uppercase;color:#1d1d1b}.mobile-search-panel{display:none;opacity:0;z-index:100;position:absolute;top:72px;left:0;width:100%;background-color:#f1f1f1;padding:1rem 3rem 1rem .625rem;box-shadow:0px 20px 20px 0px rgba(0,0,0,.25)}.mobile-search-panel .close-search{display:flex;justify-content:center;align-items:center;height:32px;width:32px;border-radius:50%;border:2px solid rgba(29,29,27,.7);position:absolute;right:.625rem;top:50%;transform:translateY(-50%);color:rgba(29,29,27,.7);font-size:.9rem}.open{display:block;opacity:1;animation:panelOpen .3s linear forwards}@keyframes panelOpen{0%{opacity:0}100%{opacity:1}}.search-results-block{margin-bottom:2.5rem}.search-results-block .search-title{font-size:1.625rem;font-weight:700;border-bottom:1px solid rgba(29,29,27,.25);padding-bottom:.5rem;margin-bottom:1rem}.search-results-block .search-header{border-bottom:1px solid rgba(29,29,27,.25);padding-bottom:.5rem;margin-bottom:1rem}.search-results-block .search-header .title{font-size:1.5rem;font-weight:700;margin-bottom:0}.search-results-block .search-header .title small{font-size:.875rem;font-weight:400}.search-results-block .search-header .title [class^=szicon-],.search-results-block .search-header .title [class*=" szicon-"]{color:#a21926;font-size:1.1rem;display:inline-block}.search-results-block .search-header .title .search-description [class^=szicon-],.search-results-block .search-header .title .search-description [class*=" szicon-"]{color:#a21926;font-size:1.1rem;font-weight:600;display:inline-block;transition:transform .2s}.search-results-block .search-header .title .search-description [class^=szicon-]:before,.search-results-block .search-header .title .search-description [class*=" szicon-"]:before{content:""}.search-results-block .search-header .title .search-description.is-active [class^=szicon-],.search-results-block .search-header .title .search-description.is-active [class*=" szicon-"]{transform:rotate(180deg)}.search-results-block .search-header .title .search-description.is-active [class^=szicon-]:before,.search-results-block .search-header .title .search-description.is-active [class*=" szicon-"]:before{content:""}.search-results-block .search-description-panel{display:none;background-color:rgb(246.1,246.1,246.1);padding:1rem 1rem 0 1rem;border-radius:4px;width:100%}.search-results-block .search-description-panel.is-open{display:block}.search-item{position:relative;display:block;background-color:#f1f1f1;border-radius:4px;padding:.8rem 2.5rem .8rem 1.5rem;margin-bottom:1rem;transition:.3s ease-out}.search-item:before{content:"";height:100%;width:6px;border-radius:4px 0 0 4px;background-color:#a21926;position:absolute;top:0;left:0}.search-item:after{content:"";font-family:"icomoon";font-size:.7rem;color:#a21926;position:absolute;bottom:1rem;right:1.2rem}.search-item p{font-size:1rem;margin-bottom:.3rem}.search-item p strong{font-weight:600}.search-item .title{font-size:1.2rem;font-weight:700;line-height:1.3}.search-item .date,.search-item .meta{display:inline-block;font-size:.875rem}.search-item .date{display:inline-block;font-size:.875rem;color:rgba(29,29,27,.7)}.search-item:hover,.search-item:focus{background-color:hsl(0,0%,91.5098039216%)}.wrapper-search{background-color:#f1f1f1;padding:2rem 0 1rem}.wrapper-search label{font-size:2.2rem;font-weight:600;color:#1d1d1b}.wrapper-search .search-field--main{background-color:#fff;border-width:2px;margin-bottom:.8rem}.search-tags{list-style:none;margin:0;text-align:right}.search-tags li{position:relative;display:inline-block;padding-left:.7rem}.search-tags li:before{content:"-";position:absolute;left:.1rem;top:50%;transform:translateY(-50%);color:#6f6e6e}.search-tags li:first-child{padding-left:0}.search-tags li:first-child:before{display:none}.search-tags a,.search-tags button{display:inline-block;font-size:.875rem;color:#6f6e6e}.search-tags a.active,.search-tags button.active{text-decoration:underline;font-weight:500}.search-cta-right{text-align:right;padding-right:1.15rem}.generic-list-item{border-bottom:1px solid #ccc;padding:1.8rem 0}.generic-list-item .img{display:block;min-height:200px;height:100%;max-height:220px;background-position:center;background-size:cover}.generic-list-item .img:hover{opacity:.9}.generic-list-item .title{display:block;color:#363636;font-size:1.3rem;line-height:1.1;margin-bottom:.5rem;margin-top:.3rem;font-weight:500;transition:opacity .3s;opacity:1}.generic-list-item .title:hover,.generic-list-item .title:focus{opacity:.8}.generic-list-item .category{display:block;font-size:.9rem;text-transform:uppercase;color:#363636}.generic-list-item p{margin-bottom:.5rem}.generic-list-item .cta{display:block;color:#363636;margin-top:1.5rem;position:relative;font-size:.9rem;transition:opacity .3s;opacity:1}.generic-list-item .cta:hover,.generic-list-item .cta:focus{opacity:.8}.lang-select{z-index:10;position:relative;display:inline-block;margin-left:1rem;vertical-align:bottom}.lang-select .toggle-options{position:relative;font-weight:700;font-size:.625rem;color:#5c5c5c;padding:1.5rem .8rem .8rem .8rem;height:48px;border:1px solid #ebebeb;border-radius:2px}.lang-select .toggle-options:after{content:"";font-family:"icomoon";font-size:5px;color:#5c5c5c;position:absolute;bottom:.275rem;left:50%;transform:translateX(-50%)}.lang-select .en:before{content:"";height:14px;width:18px;background-position:center;background-size:cover;background-repeat:no-repeat;position:absolute;left:50%;top:.3rem;transform:translateX(-50%)}.lang-select .en:before{background-image:url(../img/layout/en-flag.svg)}.lang-select .lang-options{display:none;position:absolute;background-color:#fff;list-style:none;margin:0;text-align:left;border-radius:0 0 2px 2px;border:1px solid #ebebeb;border-top:0}.lang-select .lang-options li{border-bottom:1px solid #ebebeb}.lang-select .lang-options li:last-child{border-bottom:0}.lang-select .lang-options li a{position:relative;display:block;padding:1.2rem .8rem 0 .8rem;font-size:.625rem;font-weight:700;color:#5c5c5c;border-bottom:1px solid rgba(0,0,0,0);transition:.3s ease-out}.lang-select .lang-options li a:hover{background-color:#f7f7f7}.lang-select .lang-options.show{display:block}.lang-options{display:inline-block;margin-left:.5rem;vertical-align:middle}.translate-dropdown .goog-te-gadget-icon{display:none}.translate-dropdown .goog-te-gadget-simple{border:1px solid #919191;border-radius:4px;padding:.725rem .3rem;color:#1d1d1b}.crest-logo{display:block;height:90px;margin:0 auto .8rem}.live-sign{display:inline-block;background-color:#0f8542;color:#fff;text-transform:uppercase;font-size:.75rem;font-weight:700;line-height:1;padding:.125rem .25rem;border:1px solid #fff;margin:0 .2rem;vertical-align:text-top}.publication-items{list-style:none;margin:0;columns:2;column-gap:2rem}.publication-items>li{border-top:1px solid #c8c8c8}.publication-items>li:last-child{border-bottom:1px solid #c8c8c8}.publication-items>li:nth-child(5){border-bottom:1px solid #c8c8c8}.publication-items>li>a{position:relative;display:block;font-size:1.125rem;font-weight:600;color:#1d1d1b;padding:.8rem 2.5rem .8rem .8rem;transition:.3s ease-out}.publication-items>li>a:before{content:"";font-family:"icomoon";font-weight:normal;font-size:.9rem;color:#a21926;position:absolute;top:1rem;right:.8rem;transition:transform .5s cubic-bezier(0.25, 0.25, 0.08, 1.08)}.publication-items>li>a:hover,.publication-items>li>a:focus{color:#1d1d1b;background-color:rgb(230.8,230.8,230.8)}.publication-items>li>a:hover:before,.publication-items>li>a:focus:before{transform:translateX(3px)}.publication-items--scrutiny>li{border-bottom:0 !important}.publication-items--scrutiny>li:nth-child(5){border-bottom:0}.related-links{list-style:none;margin:0}.related-links li{font-size:.875rem;font-weight:600;color:#1d1d1b;text-transform:uppercase;margin-bottom:.5rem}.related-links li:first-child{margin-bottom:.2rem}.related-links a{text-transform:none;color:#a21926;font-size:.9375rem;font-weight:500;line-height:1;text-decoration:underline}.related-links a:hover{color:#1d1d1b}.side-container{margin-bottom:2rem}.side-container .title{font-size:1.2rem;font-weight:700;line-height:1.2;color:#fff;background-color:#a21926;padding:.8rem 1.5rem;border-radius:8px 8px 0 0;margin-bottom:0}.side-container .content{background-color:#f1f1f1;padding:1.2rem 1.5rem;border-radius:0 0 8px 8px}.side-container .sub-title{font-size:1.15rem;font-weight:600;color:#1d1d1b;border-bottom:1px solid rgba(29,29,27,.4);padding-bottom:.3rem;margin-bottom:.6rem}.side-container .item{margin-bottom:1.5rem}.side-container .item .name{display:block;color:#1d1d1b;font-size:1.0625rem;font-weight:600;line-height:1.3;margin-bottom:.25rem;transition:.3s ease-out;text-decoration:underline}.side-container .item .name:hover,.side-container .item .name:focus{color:#a21926}.side-container .item .date{font-size:.875rem;font-weight:600;color:rgba(29,29,27,.7);display:inline-block}.side-container .item:last-child{margin-bottom:0}.side-container .link-items{list-style:none;margin:0}.side-container .link-items li{position:relative;margin-bottom:.7rem;padding-left:1rem;font-size:1rem;font-weight:700}.side-container .link-items li:before{content:"";font-family:"icomoon";font-size:.68rem;position:absolute;left:0;top:4px;color:#a21926}.side-container .link-items li a{display:inline-block;line-height:1.4;color:#a21926}.side-container .link-items li a:hover,.side-container .link-items li a:focus{color:#a21926;text-decoration:underline}.side-container .img-item{display:flex;margin-bottom:1rem;border-radius:4px;transition:.3s ease-out}.side-container .img-item .img{height:80px;width:80px;object-fit:cover;object-position:top;border-radius:4px;border:3px solid #fff}.side-container .img-item p{padding-left:.9rem;padding-right:.5rem;font-size:1.05rem;font-weight:600;line-height:1.4;color:#1d1d1b;text-decoration:underline;margin-bottom:0;margin-top:.2rem}.side-container .img-item:hover,.side-container .img-item:focus{background-color:#fff}.side-container .news-item{display:flex;margin-bottom:1rem;border-radius:4px;transition:.3s ease-out}.side-container .news-item:last-of-type{margin-bottom:0}.side-container .news-item .img{height:80px;width:80px;object-fit:cover;object-position:top;border-radius:4px;border:3px solid #fff}.side-container .news-item:has(.img) .item-content{padding-left:.8rem}.side-container .news-item .item-content{padding-left:.8rem;padding-top:.2rem}.side-container .news-item .name{font-size:.915rem;font-weight:600;line-height:1.3;color:#1d1d1b;text-decoration:underline;margin-bottom:0}.side-container .news-item .date{font-size:.8rem;font-weight:600;color:rgba(29,29,27,.7);display:inline-block}.side-container .news-item:hover,.side-container .news-item:focus{background-color:#fff}.nested-amendments li{list-style-type:square;margin-bottom:.5rem !important}.nested-amendments li::marker{color:#a21926}.nested-amendments li:has(>ul)::marker{content:""}.nested-amendments li>ul{margin-left:1rem}.nested-amendments li>ul li{list-style:none}.nested-amendments li>ul li::marker{color:#1d1d1b}.nested-amendments li>ul .name{font-size:.975rem !important;font-weight:400 !important}.nested-amendments>li>ul{margin-left:0}.quick-links{margin-bottom:2rem}.quick-links>.title{font-size:1.375rem;font-weight:600;color:#1d1d1b;border-bottom:1px solid rgba(29,29,27,.4);padding-bottom:.3rem;margin-bottom:1rem}.quick-links ul{list-style:none;margin:0}.quick-links ul li{margin-bottom:.8rem}.quick-links ul a{display:inline-block;color:#a21926;font-size:.9375rem;font-weight:500;line-height:1.5;text-decoration:underline}.quick-links ul a:hover{color:#1d1d1b}.social-block-links{margin-bottom:2rem}.social-block-links .title{font-size:1.375rem;font-weight:600;color:#1d1d1b;border-bottom:1px solid rgba(29,29,27,.4);padding-bottom:.3rem;margin-bottom:1rem}.social-block-links .social-menu a{border:1px solid #a21926}.event-datepicker{margin-bottom:1.5rem}.event-datepicker .air-datepicker{width:100%;background:#f1f1f1;font-family:"Public Sans",sans-serif;font-size:1rem;color:#000;border-radius:8px}.event-datepicker .air-datepicker.-inline-{border:0}.event-datepicker .air-datepicker--content{padding:.5rem 1rem 1rem}.event-datepicker .air-datepicker-body--day-name{text-transform:none;color:#a21926;font-size:.875rem}.event-datepicker .air-datepicker-body--cells.-days-{grid-gap:.5rem}.event-datepicker .air-datepicker-nav{padding:.75rem}.event-datepicker .air-datepicker-nav--title{order:1;font-size:1.125rem;color:#1d1d1b;font-weight:600;width:100%;justify-content:flex-start}.event-datepicker .air-datepicker-nav--title i{color:#1d1d1b}.event-datepicker .air-datepicker-nav--title:hover{background-color:rgba(0,0,0,0)}.event-datepicker .air-datepicker-nav--action{order:2;border:1px solid rgba(162,25,38,.25);border-radius:2px;margin-left:.3rem;transition:.2s ease-out}.event-datepicker .air-datepicker-nav--action path{stroke:#a21926}.event-datepicker .air-datepicker-nav--action:hover{background-color:rgba(162,25,38,.1)}.event-datepicker .air-datepicker-cell{border-radius:50%;justify-self:center;min-width:32px;padding:0 .4rem}.event-datepicker .air-datepicker-cell:hover{background-color:rgb(220.6,220.6,220.6)}.event-datepicker .air-datepicker-cell.-current-{color:#000}.event-datepicker .air-datepicker-cell.-year-.-other-decade-,.event-datepicker .air-datepicker-cell.-day-.-other-month-{color:#363636}.event-datepicker .air-datepicker-cell.-year-.-other-decade-.-disabled-,.event-datepicker .air-datepicker-cell.-day-.-other-month-.-disabled-{color:#363636}.event-datepicker .air-datepicker-cell.-has-event-{background-color:#707070;color:#fff}.event-datepicker .air-datepicker-cell.-selected-{background-color:#a21926;color:#fff;font-weight:600}.event-datepicker .air-datepicker-cell.-other-month-.-has-event-{color:#fff}.event-datepicker .air-datepicker-cell.-disabled-{color:#000}.event-datepicker .air-datepicker-cell.-disabled-:hover,.event-datepicker .air-datepicker-cell.-disabled-:focus{background-color:rgba(0,0,0,0);color:#000}.event-datepicker .-selected-.air-datepicker-cell.-year-.-other-decade-,.event-datepicker .-selected-.air-datepicker-cell.-day-.-other-month-{background-color:#a21926}.chk-container{font-family:"Public Sans",sans-serif;display:block;position:relative;padding-left:25px;margin-bottom:1rem;cursor:pointer;font-size:.875rem;color:#1d1d1b;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chk-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.chk-container input:focus+.checkmark{outline:2px solid #1d1d1b}.chk-container .checkmark{position:absolute;top:4px;left:0;height:15px;width:15px;border:1px solid #1d1d1b;border-radius:2px;background-color:rgba(0,0,0,0);transition:background-color .2s}.chk-container .checkmark:after{content:"";position:absolute;display:none}.chk-container .checkmark:after{left:4px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.chk-container input:checked~.checkmark{background-color:#a21926;border-color:#a21926}.chk-container input:checked~.checkmark:after{display:block}.role-list{margin-bottom:1rem}.role-list ul{margin-bottom:0}.role-list a{color:#a21926;text-decoration:underline;transition:opacity .3s;opacity:1}.role-list a:hover,.role-list a:focus{opacity:.8}.role-list p{position:relative;padding-left:1.25rem}.role-list p:before{content:"";height:6px;width:6px;background-color:#a21926;border-radius:50%;position:absolute;left:2px;top:9px}.notification-strip{--notification-strip-padding: 1.4rem 0;width:100%;padding:var(--notification-strip-padding);background-color:#1441a6;color:#fff}.notification-strip .title,.notification-strip p{color:#fff;margin:0}.notification-strip [class^=szicon-]{color:#fff}.notification-strip .btn-close-notif{color:#fff}.notification-strip .btn-close-notif{border-radius:50%;width:30px;height:30px;padding:.2rem;font-size:1.2rem;background-color:rgba(0,0,0,0);transition:background-color .3s,color .3s}.notification-strip .btn-close-notif:is(:hover,:focus-visible){background-color:#a21926;color:#fff}.notification-strip .title{font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.75rem}.notification-strip p{font-size:1rem;font-style:normal;font-weight:400;line-height:1.6rem}.notification-strip p a{text-decoration:underline;text-underline-offset:2px;color:inherit}.notification-strip [class^=szicon-]{font-size:1.6rem;flex-shrink:0;margin-block-start:.3rem}.notification-strip .content-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:0;width:100%;flex-wrap:nowrap;gap:1.6rem}.notification-strip .content{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:.25rem;width:100%;align-items:stretch;flex-shrink:1}.notification-strip--primary{background-color:#1441a6;color:#fff}.notification-strip--primary .title,.notification-strip--primary p{color:#fff;margin:0}.notification-strip--primary [class^=szicon-]{color:#fff}.notification-strip--primary .btn-close-notif{color:#fff}.notification-strip--warning{background-color:#f2cc0c;color:#000}.notification-strip--warning .title,.notification-strip--warning p{color:#000;margin:0}.notification-strip--warning [class^=szicon-]{color:#000}.notification-strip--warning .btn-close-notif{color:#000}.notification-strip--alert{background-color:#a21926;color:#fff}.notification-strip--alert .title,.notification-strip--alert p{color:#fff;margin:0}.notification-strip--alert [class^=szicon-]{color:#fff}.notification-strip--alert .btn-close-notif{color:#fff}.notification-strip--secondary{background-color:#1d1d1b;color:#fff}.notification-strip--secondary .title,.notification-strip--secondary p{color:#fff;margin:0}.notification-strip--secondary [class^=szicon-]{color:#fff}.notification-strip--secondary .btn-close-notif{color:#fff}.cell .notification-strip{--notification-strip-padding: 2rem}.toggle-panel,#togglePanel{padding-right:.8rem}.filter-container{background-color:#f1f1f1;border-radius:8px;margin-bottom:1.5rem}.filter-container .filter-header{padding:1rem 1.6rem .8rem;font-size:1.25rem;font-weight:600;line-height:1.2;margin-bottom:0;border-bottom:1px solid rgba(112,112,112,.15)}.filter-container .filter-intro{padding:.8rem 1.6rem .8rem;border-bottom:1px solid rgba(112,112,112,.15)}.filter-container .filter-intro p{font-size:.875rem;margin-bottom:0}.filter-container .filter-content{padding:1.2rem 1.6rem 1.6rem}.filter-container .filter-content .filter-note{padding:0 .2rem;border-bottom:0}.filter-container .filter-content .filter-note p{font-size:.875rem}.filter-container select,.filter-container input{height:44px;border:1px solid #bcbcbc;border-radius:4px;margin-bottom:.875rem;font-size:1rem;color:#1d1d1b;box-shadow:none}.filter-container input::placeholder{color:#1d1d1b;transition:color .3s}.filter-container input:focus::placeholder{color:rgba(0,0,0,0)}.filter-container select{background-image:url(../img/layout/chevron-down.svg);background-size:11px 6px;padding-right:1.8rem}.filter-container .cta{font-family:"Public Sans",sans-serif;font-weight:700;font-size:.875rem;margin-top:.3rem;background-color:#a21926;border-radius:4px;padding:.85rem 0;color:#fff;transition:background-color .3s,color .3s}.filter-container .cta:hover{background-color:#1d1d1b}.filter-container .cta--ghost{color:#6f6e6e;background-color:rgba(0,0,0,0);text-align:left}.filter-container .cta--ghost:hover{color:#1d1d1b;background-color:rgba(0,0,0,0)}.filter-container .chk-container{font-size:1rem;line-height:1.4;padding-left:35px;margin-bottom:.4rem}.filter-container .chk-container .checkmark{height:18px;width:18px;top:1px}.filter-container .chk-container .checkmark:after{width:8px;height:10px;left:4px}.filter-container .chk-container.purple input:checked~.checkmark{background-color:#7914a6;border-color:#7914a6}.filter-container .chk-container.orange input:checked~.checkmark{background-color:#f98a29;border-color:#f98a29}.filter-container .chk-container.yellow input:checked~.checkmark{background-color:#f2cc0c;border-color:#f2cc0c}.filter-container .chk-container.yellow input:checked~.checkmark:after{border-color:#000}.filter-container .chk-container.green input:checked~.checkmark{background-color:#03a65a;border-color:#03a65a}.filter-container .chk-container.blue input:checked~.checkmark{background-color:#1441a6;border-color:#1441a6}.filter-container .chk-container:last-child{margin-bottom:0}.filter-container .filter-sub-items{border-radius:5px;padding:.5rem .8rem;margin-bottom:.8rem;background-color:hsl(0,0%,97.5098039216%)}.filter-container .filter-sub-items .chk-container:last-child{margin-bottom:0 !important}.filter-container .filter-accordion{position:relative}.filter-container .filter-accordion>label{width:80%}.filter-container .filter-accordion .filter-sub-items{display:none}.filter-container .filter-accordion .filter-sub-items.is-open{display:block}.filter-container .filter-accordion .btn-filter-open{position:absolute;top:0;right:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.filter-container .filter-accordion .btn-filter-open [class^=szicon-],.filter-container .filter-accordion .btn-filter-open [class*=" szicon-"]{color:#1d1d1b;font-size:1.1rem;font-weight:600;display:inline-block;transition:transform .2s;color:#a21926;transition:color .3s}.filter-container .filter-accordion .btn-filter-open:hover{background-color:#a21926}.filter-container .filter-accordion .btn-filter-open:hover span{color:#fff}.filter-container .filter-accordion .btn-filter-open.is-active [class^=szicon-],.filter-container .filter-accordion .btn-filter-open.is-active [class*=" szicon-"]{transform:rotate(180deg)}.filter-container .filter-accordion .btn-filter-open.is-active [class^=szicon-]:before,.filter-container .filter-accordion .btn-filter-open.is-active [class*=" szicon-"]:before{content:""}.filter-container .toggle-dropdown{position:relative;height:44px;width:100%;background-color:#fff;text-align:left;border:1px solid #bcbcbc;border-radius:4px;margin-bottom:.875rem;font-size:1rem;padding-left:.5rem;color:#1d1d1b}.filter-container .toggle-dropdown:after{content:"";font-family:"icomoon" !important;color:#a21926;position:absolute;right:.75rem;top:12px}.filter-container .group-title{display:block;font-size:1.1rem;font-weight:600;color:#1d1d1b;border-bottom:1px solid rgba(29,29,27,.2);padding-bottom:.2rem;margin-bottom:.7rem;margin-top:.7rem}.filter-container .cta-clear{color:#a21926;font-size:.875rem;text-decoration:underline;margin-bottom:1.2rem}.filter-container .additional-filters{display:none;opacity:0;padding-left:1rem;transition-behavior:allow-discrete;transition:display .3s,opacity .3s}.filter-container .additional-filters.open{display:block;opacity:1}.filter-container .additional-filters .chk-container:last-child{margin-bottom:1.5rem}.filter-cta{font-family:"Public Sans",sans-serif;font-weight:700;font-size:.875rem;margin-top:.3rem;background-color:#a21926;border-radius:4px;padding:.85rem 0;color:#fff;transition:background-color .3s,color .3s}.filter-cta:hover{background-color:#1d1d1b}.filter-cta--ghost{color:#6f6e6e;background-color:rgba(0,0,0,0);text-align:left}.filter-cta--ghost:hover{color:#1d1d1b;background-color:rgba(0,0,0,0)}.filter-group-items{display:flex;justify-content:space-between}.filter-group-items input,.filter-group-items select,.filter-group-items .cta,.filter-group-items .filter-cta{width:47%}.filter-dropdown{display:flex;align-items:center;justify-content:flex-end;margin-bottom:.4rem}.filter-dropdown label{white-space:nowrap;font-size:.875rem;font-weight:700;color:#1d1d1b}.filter-dropdown select{font-size:.875rem;color:#1d1d1b;margin-bottom:0;height:auto;width:auto;padding:0 2rem 0 1rem;border:0;box-shadow:none;background-image:url(../img/layout/chevron-down.svg);background-position:right -24px center;background-size:11px 6px}.filter-select{height:44px;margin-bottom:1.5rem;border:1px solid rgba(112,112,112,.5);border-radius:4px;font-size:1rem;font-weight:500;color:#1d1d1b;padding-left:1rem;padding-right:2rem;background-image:url(../img/layout/chevron-down.svg);background-size:11px 6px}.cell:has(>.filter-tabs){container-type:inline-size;container-name:tabs-container}.filter-tabs{list-style:none;border-bottom:1px solid rgba(29,29,27,.25);margin:0 0 1.8rem 0;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:1.5rem;row-gap:.5rem}@container tabs-container (min-width: 1024px){.filter-tabs{justify-content:space-between}}.filter-tabs li{display:block;margin-right:0}.filter-tabs li:last-child{margin-right:0}.filter-tabs .tab{display:inline-block;border-bottom:4px solid rgba(0,0,0,0);font-size:1.125rem;font-weight:600;line-height:1.5;color:#1d1d1b;transition:.3s ease-out}.filter-tabs .tab:hover,.filter-tabs .tab:focus{color:#a21926;border-color:#1d1d1b}.filter-tabs .tab.active{border-color:#a21926}.filter-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:1rem;row-gap:.5rem;margin-block-end:1.875rem}.filter-options .option{--col-filter-option-surface: #fff;--col-filter-option-text: #363636;--col-filter-option-border: #A21926;background-color:var(--col-filter-option-surface);border:2px solid var(--col-filter-option-border);color:var(--col-filter-option-text);padding:.85rem 1rem;border-radius:4px;font-family:"Public Sans",sans-serif;font-size:.925rem;font-weight:600;line-height:1;position:relative;transition:background-color .3s,color .3s,border-color .3s}.filter-options .option:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:15px 0px 0px 15px;border-radius:0 4px 0 0;transform:rotate(0deg);border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.red:after{border-color:#a21926 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.purple:after{border-color:#7914a6 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.orange:after{border-color:#f98a29 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.yellow:after{border-color:#f2cc0c rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.green:after{border-color:#0f8542 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.blue:after{border-color:#1441a6 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.filter-options .option.is-active{--col-filter-option-surface: #A21926;--col-filter-option-text: #fff}.filter-options .option.is-active:after{content:none}.filter-options .option:is(:hover,:focus-visible){--col-filter-option-surface: #1D1D1B;--col-filter-option-text: #fff;--col-filter-option-border: #1D1D1B}.filter-options--solid{border-bottom:1px solid rgba(29,29,27,.15);margin:0 0 1rem 0}.filter-options--solid .option{--col-filter-option-surface: #1D1D1B;--col-filter-option-text: #fff;--col-filter-option-border: #A21926;border-bottom-left-radius:0;border-bottom-right-radius:0}.filter-options--solid .option:after{content:none}.filter-options--solid .option:before{content:"";position:absolute;bottom:2px;left:0;right:0;margin:0 auto;width:88%;border:0;border-bottom:4px solid var(--col-filter-option-text);border-radius:2px;opacity:0;transition:opacity .3s}.filter-options--solid .option.default{--col-filter-option-surface: #1D1D1B;--col-filter-option-text: #fff;--col-filter-option-border: #1D1D1B}.filter-options--solid .option.red{--col-filter-option-surface: #A21926;--col-filter-option-text: #fff;--col-filter-option-border: #A21926}.filter-options--solid .option.purple{--col-filter-option-surface: #7914A6;--col-filter-option-text: #fff;--col-filter-option-border: #7914A6}.filter-options--solid .option.orange{--col-filter-option-surface: #F98A29;--col-filter-option-text: #1a1a1a;--col-filter-option-border: #F98A29}.filter-options--solid .option.yellow{--col-filter-option-surface: #F2CC0C;--col-filter-option-text: #363636;--col-filter-option-border: #F2CC0C}.filter-options--solid .option.green{--col-filter-option-surface: #0F8542;--col-filter-option-text: #fff;--col-filter-option-border: #0F8542}.filter-options--solid .option.blue{--col-filter-option-surface: #1441A6;--col-filter-option-text: #fff;--col-filter-option-border: #1441A6}.filter-options--solid .option.is-active:before{opacity:1}.filter-options--solid .option:is(:hover,:focus-visible):before{opacity:.7}.filter-options--solid .option:focus-visible{outline:1px solid var(--col-filter-option-border);outline-offset:2px}.pullup-filters{position:relative;margin-top:-3rem;background-color:#fff;padding:1.3rem .5rem}.pullup-filters .toggle-panel,.pullup-filters #togglePanel{padding-right:0}.pullup-filters:before,.pullup-filters:after{content:"";position:absolute;top:0;height:100%;width:.9375rem;background-color:inherit}.pullup-filters:before{left:-0.9375rem;border-top-left-radius:8px}.pullup-filters:after{right:-0.9375rem;border-top-right-radius:8px}.pullup-filters label{font-size:.75rem;font-weight:600;color:#1d1d1b;text-transform:uppercase;line-height:1.2;margin-bottom:.4rem}.pullup-filters select{margin-bottom:.6rem;height:44px;border:1px solid rgba(112,112,112,.5);border-radius:4px;font-size:.98rem;font-weight:500;color:#1d1d1b;padding-left:.8rem;padding-right:2rem;background-image:url(../img/layout/chevron-down.svg);background-size:11px 6px}.pullup-filters .note{font-size:.95rem;margin-bottom:1rem;color:#6f6e6e}.pullup-filters .note a{font-weight:600;text-decoration:underline;color:#6f6e6e}.filter-block{padding:1rem 0 2.5rem}.filter-block .toggle-panel,.filter-block #togglePanel{padding-right:0}.filter-block label{font-size:.75rem;font-weight:600;color:#1d1d1b;text-transform:uppercase;line-height:1.2;margin-bottom:.4rem}.filter-block input{margin-bottom:.6rem;height:44px;border:1px solid rgba(112,112,112,.5);border-radius:4px;font-size:1rem;font-weight:500;color:#1d1d1b;padding-left:.8rem}.filter-block input::placeholder{color:#1d1d1b;transition:color .3s}.filter-block input:focus::placeholder{color:rgba(0,0,0,0)}.filter-block select{margin-bottom:.6rem;height:44px;border:1px solid rgba(112,112,112,.5);border-radius:4px;font-size:1rem;font-weight:500;color:#1d1d1b;padding-left:.8rem;padding-right:2rem;background-image:url(../img/layout/chevron-down.svg);background-size:11px 6px}.filter-block .btn-main--expanded{margin-bottom:.7rem}.filter-block .note{font-size:.95rem;margin-bottom:1rem;color:#6f6e6e}.filter-block .note a{font-weight:600;text-decoration:underline;color:#6f6e6e}.filter-block--top{padding:0 0 2.5rem}.filter-search{display:flex;height:44px;border:1px solid rgba(112,112,112,.5);margin-bottom:.6rem;border-radius:4px;padding:1px;background-color:#fff}.filter-search .entry{height:100%;background-color:rgba(0,0,0,0);border:0;box-shadow:none;font-family:"Public Sans",sans-serif;font-size:1rem;color:#1d1d1b}.filter-search .entry::placeholder{color:#1d1d1b;transition:color .3s}.filter-search .entry:focus::placeholder{color:rgba(0,0,0,0)}.filter-search .cta{height:100%;background-color:#a21926;padding:0 1.2rem;border-radius:2px;font-size:.875rem;font-weight:700;color:#fff;transition:.3s ease-out}.filter-search .cta:hover,.filter-search .cta:focus{background-color:#1d1d1b}.filter-button{padding-top:22px}.filter-button .cta{height:100%;background-color:#a21926;padding:.86rem 1.2rem;border-radius:2px;font-size:.875rem;font-weight:700;color:#fff;transition:.3s ease-out;display:block;width:100%;border-radius:4px}.filter-button .cta:hover,.filter-button .cta:focus{background-color:#1d1d1b}.search-container{background-color:#f1f1f1;border-radius:8px;padding:.7rem 1.6rem;margin-bottom:1.2rem}.search-container label{font-size:.75rem;font-weight:600;color:#1d1d1b;text-transform:uppercase;margin-bottom:.15rem}:root{--timeline-line: #A21926;--timeline-circle: #A21926;--timeline-circle-line: #A21926;--timeline-circle-bg: #fff;--timeline-summary-bg: #A21926;--timeline-summary-fg: #fff;--timeline-summary-hover-bg: #1D1D1B;--timeline-summary-hover-fg: #fff;--timeline-summary-active-bg: #A21926;--timeline-summary-active-fg: #fff;--timeline-content-bg: #fff;--timeline-content-border: #fff}.timeline-component{display:flex;flex-direction:column;gap:1rem;position:relative}.timeline-component>div{position:relative;padding-left:3rem}.timeline-component>div:before{content:"";position:absolute;left:0;top:9px;width:30px;height:30px;border:2px solid var(--timeline-circle);background-color:var(--timeline-circle-bg);border-radius:50%;transition:background-color .3s;z-index:2}.timeline-component>div:after{content:"";position:absolute;left:14px;top:30px;width:2px;height:var(--line-height, 0px);background-color:var(--timeline-line);z-index:1}.timeline-component .static-item{display:flex;flex-direction:column;gap:.8rem;width:100%;border-radius:4px;border:1px solid var(--timeline-summary-active-bg);font-size:1.125rem;font-weight:700;padding:.75rem 1rem;background-color:var(--timeline-summary-bg);color:var(--timeline-summary-fg)}.timeline-component .static-item p{margin:0;color:var(--timeline-summary-fg)}.timeline-component details{width:100%;overflow:hidden;border-radius:0;border:0 solid var(--timeline-summary-active-bg)}.timeline-component details[open] summary{border-radius:4px 4px 0 0;background-color:var(--timeline-summary-active-bg);color:var(--timeline-summary-active-fg)}.timeline-component details[open] summary [class^=szicon-],.timeline-component details[open] summary [class*=" szicon-"]{color:var(--timeline-summary-active-fg)}.timeline-component details[open] [class^=szicon-],.timeline-component details[open] [class*=" szicon-"]{rotate:180deg}.timeline-component details[open] [class^=szicon-]:before,.timeline-component details[open] [class*=" szicon-"]:before{content:""}.timeline-component details[open] .content{border:1px solid var(--timeline-summary-active-bg)}.timeline-component details summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;gap:2rem;font-size:1.125rem;font-weight:700;padding:.75rem 1rem;background-color:var(--timeline-summary-bg);color:var(--timeline-summary-fg);transition:background-color .3s,color .3s;border-radius:4px}.timeline-component details summary [class^=szicon-],.timeline-component details summary [class*=" szicon-"]{transition:rotate .3s,color .3s;font-weight:700;display:inline-block;padding:0}.timeline-component details summary:hover,.timeline-component details summary:focus-visible{background-color:var(--timeline-summary-hover-bg);color:var(--timeline-summary-hover-fg)}.timeline-component details summary:hover [class^=szicon-],.timeline-component details summary:hover [class*=" szicon-"],.timeline-component details summary:focus-visible [class^=szicon-],.timeline-component details summary:focus-visible [class*=" szicon-"]{color:var(--timeline-summary-hover-fg)}.timeline-component details::details-content{block-size:0;transition:block-size .3s,content-visibility .3s;transition-behavior:allow-discrete}.timeline-component details[open]::details-content{block-size:auto}.timeline-component details .content{padding:1rem;background-color:var(--timeline-content-bg);border-radius:0 0 4px 4px;border:1px solid rgba(0,0,0,0);transition:border .3s}.timeline-component details .content>*{margin-top:0 !important;margin-bottom:0 !important;color:#1d1d1b !important}.timeline-component details .content>*+*{margin-block-start:1.4rem !important}.wrapper-section--red{--timeline-line: #E6E6E6;--timeline-circle: #E6E6E6;--timeline-circle-line: #E6E6E6;--timeline-circle-bg: #A21926;--timeline-summary-bg: #E6E6E6;--timeline-summary-fg: #1D1D1B;--timeline-summary-hover-bg: #1D1D1B;--timeline-summary-hover-fg: #E6E6E6;--timeline-summary-active-bg: #E6E6E6;--timeline-summary-active-fg: #1D1D1B;--timeline-content-bg: #fff}.wrapper-section--dark-grey{--timeline-line: #E6E6E6;--timeline-circle: #E6E6E6;--timeline-circle-line: #E6E6E6;--timeline-circle-bg: #1D1D1B;--timeline-summary-bg: #E6E6E6;--timeline-summary-fg: #1D1D1B;--timeline-summary-hover-bg: #A21926;--timeline-summary-hover-fg: #E6E6E6;--timeline-summary-active-bg: #E6E6E6;--timeline-summary-active-fg: #1D1D1B;--timeline-content-bg: #fff}.tabs .tab-list{list-style:none;margin:0 0 2rem 0}.tabs .tab-list li{border-bottom:1px solid rgba(162,25,38,.1)}.tabs .tab-list .tab-trigger{position:relative;display:block;font-size:.9375rem;font-weight:500;line-height:1;color:#1d1d1b;padding:.7rem 1.8rem .75rem;transition:.3s ease-out}.tabs .tab-list .tab-trigger font{pointer-events:none}.tabs .tab-list .tab-trigger:before{content:"";position:absolute;top:4px;left:.5rem;height:calc(100% - 8px);width:4px;background-color:#a21926;border-radius:2px}.tabs .tab-list .tab-trigger:after{content:"";font-family:"icomoon";font-size:.8rem;color:#a21926;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.tabs .tab-list .tab-trigger:hover,.tabs .tab-list .tab-trigger:focus{background-color:#f1f1f1}.tabs .tab-list .tab-trigger.is-selected{background-color:#f1f1f1}.tabs .tab-header{background-color:#a21926;color:#fff;font-size:1.2rem;font-weight:600;line-height:1.2;padding:.6rem .875rem;border-radius:4px;margin-bottom:1.3rem}.tabs .tab-content{padding-left:.875rem}.tabs .tab-content p+ul{margin-top:-0.8rem}.tabs .tab-content li:first-letter{text-transform:capitalize}.tabs .tab-content ul li>ul{margin-left:0}.tabs .tab-content a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){transition:opacity .5s;font-weight:500;color:#1d1d1b;text-decoration:underline;word-break:break-word}.tabs .tab-content a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature):hover,.tabs .tab-content a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature):focus{opacity:.8}.tabs .tab-panel{display:none;opacity:1;padding-left:1.2rem;animation:panelFadeIn .4s forwards}.tabs .tab-panel.hidden{display:none}.tabs.is-initialized .tab-panel{display:inherit}.tabs.is-initialized .tab-panel.hidden{display:none}.tabs .tab-trigger-mobile{position:relative;display:block;width:100%;background-color:#a21926;color:#fff;font-size:1rem;font-weight:600;line-height:1.2;text-align:left;padding:.6rem 1.5rem .6rem .875rem;border-radius:4px;margin-bottom:.8rem}.tabs .tab-trigger-mobile:after{content:"";font-family:"icomoon";font-weight:normal;font-size:1rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.tabs .tab-trigger-mobile.active:after{content:""}.tabs--horizontal .underline{border-bottom:1px solid #707070;margin-bottom:1rem}.tabs--horizontal .filter-dropdown{margin-bottom:0}.tabs--horizontal .tab-list{margin-bottom:-1px}.tabs--horizontal .tab-list li{display:inline-block;border:0}.tabs--horizontal .tab-list .tab-trigger{font-size:1.1rem;font-weight:500;border:2px solid rgba(0,0,0,0);color:rgba(29,29,27,.7);padding:.3rem .5rem .35rem}.tabs--horizontal .tab-list .tab-trigger font{pointer-events:none}.tabs--horizontal .tab-list .tab-trigger:before,.tabs--horizontal .tab-list .tab-trigger:after{display:none;content:"";background-color:rgba(0,0,0,0);position:absolute;top:unset;left:50%;transform:translateX(-50%);width:0;height:0}.tabs--horizontal .tab-list .tab-trigger:before{bottom:-9px;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-top:9px solid #1d1d1b}.tabs--horizontal .tab-list .tab-trigger:after{bottom:-6px;left:50%;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #f1f1f1}.tabs--horizontal .tab-list .tab-trigger:hover,.tabs--horizontal .tab-list .tab-trigger:focus{border-color:rgba(29,29,27,.5)}.tabs--horizontal .tab-list .tab-trigger.is-selected{font-weight:600;border-color:#1d1d1b;color:#1d1d1b}.tabs--horizontal .tab-list .tab-trigger.is-selected:before,.tabs--horizontal .tab-list .tab-trigger.is-selected:after{display:block}.tabs--horizontal .tab-list .tab-trigger.green.is-selected{border-color:#03a65a;background-color:#e0f4eb}.tabs--horizontal .tab-list .tab-trigger.green.is-selected:before{border-top-color:#03a65a}.tabs--horizontal .tab-list .tab-trigger.green.is-selected:after{border-top-color:#e0f4eb}.tabs--horizontal .tab-list .tab-trigger.red.is-selected{border-color:#a21926;background-color:#f5e9eb}.tabs--horizontal .tab-list .tab-trigger.red.is-selected:before{border-top-color:#a21926}.tabs--horizontal .tab-list .tab-trigger.red.is-selected:after{border-top-color:#f5e9eb}.tabs--horizontal .tab-list .tab-trigger.yellow.is-selected{border-color:#f2cc0c;background-color:#fdf5d0}.tabs--horizontal .tab-list .tab-trigger.yellow.is-selected:before{border-top-color:#f2cc0c}.tabs--horizontal .tab-list .tab-trigger.yellow.is-selected:after{border-top-color:#fdf5d0}.tabs--horizontal .tab-list .tab-trigger.orange.is-selected{border-color:#f98a29;background-color:#fcebe0}.tabs--horizontal .tab-list .tab-trigger.orange.is-selected:before{border-top-color:#f98a29}.tabs--horizontal .tab-list .tab-trigger.orange.is-selected:after{border-top-color:#fcebe0}.tabs--horizontal .tab-list .tab-trigger.blue.is-selected{border-color:#1441a6;background-color:#dfe4f2}.tabs--horizontal .tab-list .tab-trigger.blue.is-selected:before{border-top-color:#1441a6}.tabs--horizontal .tab-list .tab-trigger.blue.is-selected:after{border-top-color:#dfe4f2}.tabs--horizontal .tab-panel{padding:0;min-height:100px}@keyframes panelFadeIn{from{opacity:0}to{opacity:1}}@media screen and (max-width: 39.9375em){.translate-dropdown{border-bottom:1px solid rgba(162,25,38,.1)}.translate-dropdown .goog-te-gadget-simple{border:0;background-color:rgba(0,0,0,0);padding:.7rem 1.5rem !important;font-size:.95rem}.small-text-center{text-align:center}.small-text-left{text-align:left}.content-padder-right{padding-right:0}.section-title{font-size:1.6rem}.section-title--small{font-size:1.4rem;margin-bottom:1.2rem}.section-underline{margin-bottom:1.5rem}.section-underline p.intro{font-size:1rem}.section-subtitle{font-size:1.3rem}.section-heading{font-size:1.2rem;margin-bottom:.15rem}p.intro{font-size:1.1rem}.back-to-top{right:.3rem;bottom:.3rem;height:40px;width:40px;font-size:.5rem}.search-field--mobile{width:100% !important}.search-field--main{height:46px;padding:.2rem}.search-field--main input{font-size:.925rem;padding-left:1rem}.search-field--main .cta{font-size:.9rem;padding:0 1.2rem}.wrapper-header{padding:.8rem 0;height:72px}.wrapper-header .logo img{max-height:45px}.wrapper-section{padding:3rem .5rem}.wrapper-section.extra-pad-sm{padding:6rem .5rem}.wrapper-section.no-pad-top-sm{padding-top:0}.wrapper-section.no-pad-bottom-sm{padding-bottom:0}.wrapper-section.slim-sm{padding:2.5rem .5rem 2rem}.wrapper-section.slim-top-sm{padding-top:1rem}.wrapper-section.slim-bottom-sm{padding-bottom:1rem}.wrapper-section.slim-top{padding-top:1rem}.wrapper-intro{padding:1.5rem .5rem 1rem}.wrapper-intro.slim{padding:1.5rem .5rem 1rem}.wrapper-hero{padding:1.5rem .5rem 1rem}.wrapper-hero .hero-title{font-size:1.5rem;line-height:1.2;margin-bottom:0}.wrapper-hero .hero-title:has(+p){margin-bottom:.7rem}.wrapper-hero p{font-size:1rem;margin-bottom:1rem}.wrapper-hero .small-4 .btn-main{padding:.5rem .8rem}.wrapper-hero--home{padding:0}.wrapper-hero--home .hero-content{padding:2rem .5rem 2.2rem}.wrapper-hero--home .hero-content .hero-title{font-size:1.7rem}.wrapper-hero--home .hero-content:before{top:unset;right:unset;left:-0.625rem;bottom:-12px;width:calc(100% + 1.25rem);height:24px}.wrapper-hero--home .grid-x .cell:last-child{height:220px;display:flex;justify-content:flex-end}.wrapper-hero--home .hero-img-right{width:100%;height:220px;top:unset}.wrapper-hero--home .btn-play-video{display:inline-flex;margin-top:auto;font-size:.85rem;margin-bottom:.8rem;max-width:190px;padding:.45rem .6rem .45rem 2rem}.wrapper-hero--home .btn-play-video:before{font-size:.725rem;left:.8rem}.wrapper-hero--sub{padding:2rem .5rem 2.2rem}.wrapper-hero--search{padding:1.4rem .5rem}.wrapper-hero.padder-bottom{padding-bottom:1.25rem}.wrapper-hero--video{padding:15rem 0 .8rem}.wrapper-hero--video .bg-video video{left:50%;top:50%;transform:translate(-50%, -50%)}.wrapper-hero--video .hero-content{padding:1rem 1.4rem 1.4rem;max-width:100%}.wrapper-hero--video .hero-title{font-size:1.3rem;margin-bottom:.5rem}.wrapper-hero--video p{font-size:.925rem;margin-bottom:.6rem}.wrapper-hero--votes{padding:1.5rem .5rem 2rem}.wrapper-hero--votes .hero-title{font-size:1.4rem;margin-bottom:.5rem}.wrapper-hero--votes .content{padding:0 0 1rem}.wrapper-hero--split{padding:0}.wrapper-hero--split .content{padding:2em 1.5rem 2.5rem 1.8rem}.wrapper-hero table{margin-bottom:.5rem}.wrapper-hero table td{font-size:.9rem}.card-event{min-height:0;padding:1rem 1rem .25rem 1.8rem;margin-bottom:1.3rem}.card-event .title{font-size:1rem;margin-bottom:1rem}.card-event .date{font-size:.825rem}.card-event .details p{font-size:.825rem}.feature-item{padding:1.2rem 1rem;margin-bottom:2.5rem}.feature-item .section-underline{padding-bottom:0;margin-bottom:.8rem}.feature-item .section-title{font-size:1.5rem}.feature-item p{font-size:.9rem}.feature-item .img{height:180px;margin-bottom:1.1rem}.feature-item .video-item{height:180px;margin-bottom:1.1rem}.feature-item .body iframe{margin-bottom:1rem}.vote-results-block{margin-bottom:1.3rem;padding:.7rem .5rem}.vote-results-block .vote-results{height:150px}.vote-results-block .vote-result-items li{font-size:.72rem}.vote-results-block--full .vote-results{height:170px}.vote-results-block--full .vote-result-items li{font-size:.72rem}.feature-card{margin-bottom:1.5rem}.feature-card p{font-size:.95rem;margin-bottom:.5rem}.feature-card .title{font-size:1rem}.feature-card .sub-title{font-size:.95rem}.feature-card .content{padding-top:1.9rem}.feature-card .date{font-size:.8rem;position:static !important}.feature-card .group{left:1.3rem}.feature-card--arrow .img{height:180px}.feature-card--arrow .content{padding:1.3rem 3rem 1.3rem 1.2rem;height:auto !important}.feature-card--arrow .content:before,.feature-card--arrow .content:after{right:1rem;top:1.5rem;bottom:auto;font-size:.7rem}.feature-card--news-arrow .content{padding:1.8rem 3rem 1.3rem 1.2rem;height:auto !important}.feature-card--news-arrow .content .title{margin-bottom:1rem;height:auto !important}.feature-card--news-arrow .content:before,.feature-card--news-arrow .content:after{right:1rem;top:1.4rem;bottom:auto;font-size:.7rem}.feature-card--news-arrow .content:has(.group):before,.feature-card--news-arrow .content:has(.group):after{top:1.9rem}.feature-card--simple .img{height:180px}.feature-card--simple .content{padding:1.2rem}.feature-card--simple .content:before,.feature-card--simple .content:after{right:1.2rem;bottom:1.2rem;font-size:.7rem}.feature-card--simple .title{min-height:0}.feature-card--basic .content{padding:1.2rem 1.2rem 2rem}.feature-card--basic .content:before,.feature-card--basic .content:after{right:.9rem;bottom:1.1rem;font-size:.7rem}.feature-card--basic .title{margin-bottom:.25rem}.wrapper-find-rep .map-img{max-height:180px;margin-bottom:1rem}.wrapper-find-rep .section-title{font-size:1.4rem}.wrapper-find-rep p{font-size:1rem}.wrapper-find-rep .content{padding:0 .5rem}.wrapper-find-rep .postcode-search{padding:1rem 1.2rem 1.2rem}.wrapper-find-rep .postcode-search label{font-size:1rem}.wrapper-find-rep .postcode-search .entry-field .entry{height:42px;margin-right:.7rem;font-size:.9rem;padding-left:.8rem}.wrapper-find-rep .postcode-search .entry-field .cta{height:42px;font-size:.9rem;padding:.5rem 1.5rem}.wrapper-split-section .content{padding:2.2rem 1rem 2.8rem}.wrapper-split-section p{font-size:1rem}.wrapper-split-section .img{max-height:220px}.publication-items{columns:1;margin-bottom:2rem}.publication-items>li:nth-child(5){border-bottom:0}.publication-items>li>a{font-size:1rem;padding:.6rem 2.5rem .6rem .4rem}.publication-items>li>a:before,.publication-items>li>a:after{font-size:.7rem;right:.4rem}.publication-items--scrutiny>li:nth-child(3){border-bottom:0}.card-topic{margin-bottom:1.2rem}.card-topic .img{height:80px}.card-topic .topic{font-size:.9rem;line-height:1.2}.card-topic .content{min-height:55px;padding:.7rem .8rem}.wrapper-newsletter .img{max-height:200px}.wrapper-newsletter .content{padding:1.8rem 1.2rem 2.5rem}.wrapper-newsletter .section-title{font-size:1.4rem}.wrapper-newsletter p{font-size:.875rem}.wrapper-newsletter .newsletter-field .entry{height:42px;font-size:.9rem;padding-left:.7rem;margin-right:.5rem}.wrapper-newsletter .newsletter-field .cta{height:42px;padding:.2rem 1rem;font-size:.9rem}.wrapper-footer{border-radius:16px 16px 0 0;padding:2rem .5rem 1.2rem}.wrapper-footer .footer-logo{width:100%}.social-menu{margin-bottom:1rem}.footer-newsletter{max-width:100%;margin-bottom:1.3rem}.wrapper-base{padding-bottom:3rem}.search-results-block .search-title{font-size:1.25rem}.search-results-block .search-header .title{font-size:1.1rem}.search-item p{font-size:.85rem;margin-bottom:.2rem}.search-item .title{font-size:1rem}.search-item .date{font-size:.8rem}.search-item:after{right:1rem;bottom:.9rem}.pagination{padding-top:.5rem}.pagination li{display:inline-block}.filter-dropdown{margin-bottom:0}.filter-container{margin-right:0;margin-bottom:1.5rem}.filter-container .filter-header{font-size:1rem;padding:1rem 1.2rem .8rem}.filter-container .filter-content{padding:1.2rem}.filter-container select,.filter-container input{height:34px;font-size:.8rem}.filter-container .cta{font-size:.8rem}.filter-container .toggle-dropdown{height:34px;font-size:.8rem}.filter-container .toggle-dropdown:after{top:10px}.filter-container .group-title{font-size:.95rem}.filter-container .chk-container{font-size:.8rem;padding-left:25px}.filter-container .chk-container .checkmark{height:15px;width:15px}.filter-container .chk-container .checkmark:after{width:5px;height:9px;left:4px}.filter-cta{font-size:.8rem}.filter-group-items{margin-bottom:1rem}.pullup-filters select,.pullup-filters input,.filter-block select,.filter-block input{height:34px;font-size:.8rem;padding-left:.5rem}.pullup-filters .note,.filter-block .note{font-size:.85rem;margin-bottom:.5rem}.search-container{padding:.6rem 1.2rem}.search-container label{font-size:.7rem}.filter-search{height:34px}.filter-search .entry{font-size:.8rem;padding-left:.3rem}.filter-search .cta{font-size:.8rem}.section-header .title{font-size:1.25rem;line-height:1.2;margin-bottom:.5rem}.section-header .filter-dropdown{justify-content:center}.toggle-panel,#togglePanel{display:none;padding-right:0}.filter-tabs{margin-top:.5rem}.filter-tabs .tab{font-size:1rem}.event-container .event-date{font-size:1rem;padding:.8rem .8rem 0}.event-container .event-content{padding:.8rem}.event-item{padding:.8rem 1rem .5rem 1.4rem}.event-item .divider{border-right:0}.event-item p{font-size:.9rem}.event-item .title{font-size:1rem}.event-item .cta-main{font-size:.95rem}.event-item .event-type{display:inline-block;font-size:.825rem}.event-item .date{margin-bottom:1rem !important}.event-item--feature p{margin-bottom:.5rem !important}.cta-view{margin-right:.5rem}.pullup-filters{margin-top:0;padding:1rem 0;margin-bottom:0}.member-card .img-container{height:170px}.member-card p{font-size:.8rem}.member-card .name{font-size:.9rem}.wrapper-member{padding:2rem .5rem}.wrapper-member .content{padding:0 0 .5rem}.wrapper-member .content p,.wrapper-member .content ul li{font-size:.95rem}.wrapper-member .member-name{font-size:1.3rem}.wrapper-member .member-info p{font-size:.925rem}.wrapper-member .member-info .cell{font-size:.925rem}.wrapper-member .member-info .social-details p{font-size:.925rem}.tabs{margin-bottom:1rem}.tabs .tab-header{font-size:1rem;margin-bottom:1rem}.tabs .tab-content{padding:0 .875rem .5rem;max-height:0;overflow:hidden;visibility:hidden;transition-duration:.4s;transition-property:max-height,visibility}.tabs .tab-content p,.tabs .tab-content li{font-size:.95rem}.tabs .tab-content.open{visibility:visible;max-height:initial;transition-duration:.4s;transition-property:max-height,visibility}.tabs .tab-panel{padding-left:0}.tabs.is-initialized .tab-panel.hidden{display:block}.tabs--horizontal .filter-dropdown{justify-content:center;margin-bottom:.5rem}.tabs--horizontal .tab-list{text-align:center;margin-bottom:.3rem}.tabs--horizontal .tab-list .tab-trigger{margin-bottom:.3rem;font-size:1rem;padding:.25rem .4rem .3rem}.tabs--horizontal.is-initialized .tab-panel{display:inherit}.tabs--horizontal.is-initialized .tab-panel.hidden{display:none}.wrapper-search{padding:1.5rem .5rem}.wrapper-search label{font-size:1.5rem}.side-container{margin-bottom:2rem;margin-top:1rem}.side-container .title{font-size:1.1rem;padding:.7rem 1rem}.side-container .content{padding:.8rem 1rem}.side-container .item{margin-bottom:.8rem}.side-container .item .name{font-size:1rem}.side-container .item .date{font-size:.8rem}.side-accordion .side-accordion-item .side-accordion-button{font-size:1.1rem;padding:.7rem 2rem .7rem 1rem}.side-accordion .side-accordion-item .side-accordion-button:before{top:.45rem}.side-accordion .side-accordion-item .side-accordion-button.active:before{top:-3px}.side-accordion .side-accordion-item .content{padding:.8rem 1rem}.quick-links .title{font-size:1.15rem}.watch-feature-block{margin-bottom:.5rem}.watch-feature-block .watch-video{height:250px;margin-bottom:1rem}.watch-feature-block .watch-video:after{right:1rem;bottom:1rem}.watch-feature-block .live-sign{font-size:1.2rem}.watch-feature-block .content{padding-left:0}.watch-feature-block .content p{font-size:1rem}.watch-feature-block .title{font-size:1.55rem}.video-feature{height:220px;margin:.5rem 0}.video-feature:after{right:1rem;bottom:1rem}.filter-block{padding:0 0 .5rem}.video-card .group{font-size:.7rem}.video-card .sub-group{font-size:.75rem;margin-bottom:.3rem}.video-card .title{font-size:.85rem}.arrow-item{min-height:0;font-size:.9rem;padding:.8rem 1rem 1.8rem 1.3rem;margin-bottom:1rem}.arrow-item:before{width:8px}.arrow-item:after{font-size:.75rem;bottom:.8rem;right:.8rem}.accordion--feature .accordion-item .accordion-button{font-size:1.1rem;padding:.9rem 2.5rem 1rem .15rem}.accordion--feature .accordion-item .accordion-button:before{top:.8rem}.accordion--feature .accordion-item .inner-panel{padding:1.2rem 1rem .9rem}.votes-item .content{padding:.6rem 1rem .5rem 1.2rem}.votes-item p{font-size:.8rem}.votes-item .date{font-size:.78rem}.votes-item .title{font-size:.875rem;line-height:1.4}.votes-item .result{padding:0 .5rem 0 1rem}.votes-item .result p{font-size:.75rem}.votes-item .result:before{width:12px}.votes-item .result:after{height:18px;width:18px}.partner-logo .logo{width:40px;margin-right:.5rem}.partner-logo .name{font-size:.875rem}.split-column-block{column-count:1}.two-col-block .grid-x .cell:first-child{padding-right:0}.two-col-block .grid-x .cell:last-child{padding-left:0}.crest-logo{display:inline-block;margin:0 .5rem .5rem}.wysiwyg h1{font-size:1.5rem}.wysiwyg h2{font-size:1.3rem}.wysiwyg h3{font-size:1.2rem}.wysiwyg h4{font-size:1.15rem}.wysiwyg h5{font-size:1.1rem}.wysiwyg h6{font-size:1.05rem}.wysiwyg p.date{font-size:.925rem}.wysiwyg p.lead{font-size:1.15rem}.wysiwyg img{margin-bottom:1.2rem}.wysiwyg img.right,.wysiwyg img.left{float:none;width:100%;margin-left:0;margin-right:0}.wysiwyg img:not(.img).landscape-img{height:200px !important}.wysiwyg .news-img .news-category{left:.7rem}.wysiwyg table th,.wysiwyg table td{font-size:.825rem}.wysiwyg blockquote{padding:1.5rem 1.8rem}.wysiwyg blockquote p{font-size:1.1rem}.filter-button{margin:0 0 1rem 0}.title-button-strip{display:block}.title-button-strip .btn-main{margin-left:0;margin-top:.25rem}.split-content-img{margin-bottom:2rem}.split-content-img.align-crest-logos{padding-top:0}.split-content-img:not(.split-content-img--square) img{max-height:230px !important}.role-list p:before{height:5px;width:5px;top:8px;left:4px}.title-anchor-block p{margin-bottom:.5rem !important}.member-langs .large-3 p{margin-bottom:1rem}}@media screen and (max-width: 1220px){.search-field{width:290px;height:42px}.search-field input{font-size:.95rem;padding:.3rem .7rem}.search-field .cta{font-size:1rem;padding:0 .55rem}.search-field--main{width:100%}.translate-dropdown .goog-te-gadget-simple{padding:.55rem .2rem}}@media screen and (max-width: 750px){.search-field{width:210px;height:37px}.search-field input{font-size:.77rem;padding:.3rem .4rem}.search-field .cta{font-size:.85rem;padding:0 .45rem}.search-field--main{width:100%}.translate-dropdown .goog-te-gadget-simple{padding:.45rem .2rem .425rem}}@media screen and (min-width: 40em)and (max-width: 63.9375em){.content-padder-right{padding-right:1rem}.section-title{font-size:1.7rem}.section-title--small{font-size:1.5rem}p.intro{font-size:1.1rem}.section-underline p.intro{font-size:1.1rem}.cta-main{font-size:.925rem}.main-nav .nav-item{font-size:.925rem}.dropdown-nav .dropdown-panel{padding:2rem .9rem}.search-field--main{height:60px}.wrapper-hero p{font-size:1rem}.wrapper-hero .hero-title{font-size:1.7rem;margin-bottom:0}.wrapper-hero .hero-title:has(+p){margin-bottom:.7rem}.wrapper-hero--home .hero-content{padding:5rem 0}.wrapper-hero--home .hero-content .hero-title{font-size:1.8rem}.wrapper-hero--sub{padding:2.5rem 0 2.7rem}.wrapper-hero--video{padding:3rem 0}.wrapper-hero--video .hero-content{padding:1.5rem 1.5rem 1.7rem;max-width:400px}.wrapper-hero--video .hero-title{font-size:1.8rem}.wrapper-hero--video p{font-size:1rem;margin-bottom:.7rem}.wrapper-hero--votes{padding:2rem 0}.wrapper-hero--votes .hero-title{font-size:1.8rem;margin-bottom:.5rem}.wrapper-hero--votes .content{padding:0 0 1rem}.wrapper-hero--news .hero-title{font-size:1.9rem}.wrapper-hero--split .content{padding:2.5rem 1.5rem 3rem 2.5rem}.wrapper-hero table td{font-size:.95rem}.card-event{padding:.8rem .8rem .5rem 1.4rem}.card-event .date{font-size:.75rem}.card-event .title{font-size:.925rem;margin-bottom:.8rem}.card-event .details p{font-size:.7rem}.event-item p{font-size:.85rem}.event-item .title{font-size:.95rem}.feature-item{margin-bottom:1.8rem}.feature-item .video-item{height:280px}.feature-item .section-title{font-size:1.7rem}.wrapper-find-rep .section-title{font-size:1.75rem}.wrapper-find-rep p{font-size:1rem}.wrapper-find-rep .postcode-search{padding:.9rem 1.2rem 1.3rem}.wrapper-find-rep .postcode-search label{font-size:1rem}.wrapper-find-rep .postcode-search .entry-field .entry{height:48px;padding-left:.8rem}.wrapper-find-rep .postcode-search .entry-field .cta{height:48px}.feature-card .img{height:150px}.feature-card p{font-size:.95rem;line-height:1.4}.feature-card .title{font-size:1rem}.feature-card .sub-title{font-size:.95rem}.feature-card .content{padding:1.7rem 1.2rem 1.2rem}.feature-card .group{left:1rem;font-size:.65rem}.feature-card .date{font-size:.8rem}.feature-card--arrow .img{height:150px}.feature-card--arrow .content{padding:1.2rem 1.2rem 2.5rem}.feature-card--arrow .content:before,.feature-card--arrow .content:after{right:1.2rem}.feature-card--video:before{top:2.8rem}.feature-card--news-arrow .content:before,.feature-card--news-arrow .content:after{right:1rem;bottom:1.15rem}.feature-card--simple .content{padding:1.2rem}.feature-card--simple .content:before,.feature-card--simple .content:after{right:.9rem;bottom:1.1rem}.feature-card--basic .content{padding:1.2rem 1.2rem 2rem}.feature-card--basic .content:before,.feature-card--basic .content:after{right:.9rem;bottom:1.1rem}.feature-card--basic .title{margin-bottom:.25rem}.publication-items{columns:1}.publication-items>li>a{font-size:1rem;line-height:1.2;padding:.7rem 2rem .7rem .3rem}.publication-items>li>a:before,.publication-items>li>a:after{right:.3rem;font-size:.75rem}.card-topic{margin-bottom:1.8rem}.card-topic .img{height:90px}.card-topic .topic{font-size:1rem;line-height:1.2}.card-topic .content{min-height:60px;padding:.8rem 1rem}.wrapper-newsletter .content{padding:2.5rem 1rem 2.5rem 1.8rem}.wrapper-newsletter p{font-size:.875rem}.wrapper-newsletter .newsletter-field .entry{height:42px;font-size:.9rem;padding-left:.7rem;margin-right:.5rem}.wrapper-newsletter .newsletter-field .cta{height:42px;padding:.2rem 1rem;font-size:.9rem}.back-to-top{right:.6rem;bottom:.6rem}.wrapper-base{padding-bottom:4.5rem}.social-menu li{margin-right:.5rem}.social-menu li>a{height:32px;width:32px;font-size:1rem}.filter-container{margin-right:0}.filter-container .filter-header{font-size:.95rem;padding:1rem .8rem .8rem}.filter-container .filter-content{padding:1.2rem .8rem 1.2rem}.filter-container select,.filter-container input{height:34px;font-size:.8rem}.filter-container .cta{font-size:.8rem}.filter-container .toggle-dropdown{height:34px;font-size:.8rem}.filter-container .toggle-dropdown:after{top:10px}.filter-container .group-title{font-size:.95rem}.filter-container .chk-container{font-size:.8rem;padding-left:25px}.filter-container .chk-container .checkmark{height:15px;width:15px}.pullup-filters select,.pullup-filters input,.filter-block select,.filter-block input{height:34px;font-size:.8rem;padding-left:.5rem}.pullup-filters .note,.filter-block .note{font-size:.85rem;margin-bottom:.5rem}.pullup-filters .filter-button .cta,.filter-block .filter-button .cta{padding:.63rem 1.2rem;font-size:.8rem}.search-container{padding:.6rem .8rem}.search-container label{font-size:.7rem}.filter-search{height:34px}.filter-search .entry{font-size:.78rem;padding-left:.3rem}.filter-search .cta{font-size:.7rem;padding:0 .5rem}.section-header .title{font-size:1.3rem;margin-bottom:.3rem}.search-results-block .search-title{font-size:1.25rem}.search-item p{font-size:.825rem;margin-bottom:.2rem}.search-item .title{font-size:1rem}.search-item .date{font-size:.8rem}.toggle-panel,#togglePanel{padding-right:0}.event-datepicker .air-datepicker{font-size:.825rem}.event-datepicker .air-datepicker--content{padding:.2rem}.event-datepicker .air-datepicker-body--day-name{text-transform:none;color:#a21926;font-size:.725rem}.event-datepicker .air-datepicker-body--cells.-days-{grid-gap:0}.event-datepicker .air-datepicker-nav{padding:.25rem}.event-datepicker .air-datepicker-nav--title{font-size:1rem}.event-datepicker .air-datepicker-cell{min-width:26px;max-height:26px;padding:0}.member-card .img-container{height:170px}.member-card p{font-size:.8rem}.member-card .name{font-size:.9rem}.wrapper-member .member-img{height:230px}.wrapper-member .content{padding:0}.wrapper-member .content p,.wrapper-member .content ul li{font-size:.85rem}.wrapper-member .member-name{font-size:1.15rem}.wrapper-member .member-info{padding:.8rem .95rem .7rem}.wrapper-member .member-info p{font-size:.76rem;margin-bottom:.3rem}.wrapper-member .member-info .cell{font-size:.76rem}.wrapper-member .member-info .member-langs p strong{font-size:.76rem}.wrapper-member .member-info .social-details p{font-size:.76rem;margin-bottom:.3rem}.tabs .tab-list .tab-trigger{font-size:.875rem;line-height:1.3;padding:.5rem 1rem .55rem}.tabs .tab-list .tab-trigger:before{left:0}.tabs .tab-list .tab-trigger:after{right:.2rem;font-size:.65rem}.tabs .tab-header{font-size:1rem;margin-bottom:1rem}.tabs .tab-content p,.tabs .tab-content li{font-size:.95rem}.tabs .tab-panel{padding-left:0}.tabs--horizontal .tab-list .tab-trigger{font-size:.85rem;padding:.25rem .25rem .3rem}.tabs--horizontal .tab-list .tab-trigger:before{left:50%}.wrapper-search label{font-size:1.9rem}.side-container{margin-bottom:2rem}.side-container p{font-size:.9rem}.side-container .title{font-size:1rem;padding:.65rem .8rem}.side-container .content{padding:.65rem .8rem}.side-container .item{margin-bottom:.8rem}.side-container .item .name{font-size:1rem}.side-container .item .date{font-size:.8rem}.side-container .link-items li{margin-bottom:.5rem}.side-container .link-items li:before{font-size:.55rem;top:6px}.side-container .link-items li a{font-size:.9rem}.side-container .img-item{margin-bottom:.8rem}.side-container .img-item .img{height:55px;width:55px;border-width:2px}.side-container .img-item p{padding-left:.5rem;padding-right:0;font-size:.8rem;margin-top:0}.side-container .news-item .img{height:45px;width:45px;border-width:2px}.side-container .news-item .item-content{padding-top:0;padding-left:.5rem}.side-container .news-item .name{font-size:.875rem}.member-item .img{height:70px;width:55px;border-width:2px}.member-item .info{padding-left:.3rem}.member-item .info p{font-size:.725rem;line-height:1.3;word-break:break-all}.member-item .info .name{font-size:.75rem;line-height:1.2;word-break:normal;margin-bottom:.15rem}.side-accordion .side-accordion-item .side-accordion-button{font-size:1rem;padding:.65rem 2rem .65rem .8rem}.side-accordion .side-accordion-item .side-accordion-button:before{top:.35rem}.side-accordion .side-accordion-item .side-accordion-button.active:before{top:-5px}.side-accordion .side-accordion-item .content{padding:.65rem .8rem}.quick-links .title{font-size:1.15rem}.watch-feature-block .watch-video{height:320px}.watch-feature-block .content{padding-left:0}.watch-feature-block .content p{font-size:1rem}.watch-feature-block .title{font-size:1.55rem}.video-feature{height:220px}.video-feature:after{right:1rem;bottom:1rem}.votes-item p{font-size:.95rem}.votes-item .title{font-size:1.05rem}.votes-item .result{padding:0 1.2rem}.votes-item .result p{font-size:.7rem}.partner-logo .logo{width:50px;margin-right:.75rem}.partner-logo .name{font-size:1rem}.split-column-block{column-gap:2rem}.two-col-block .grid-x .cell:first-child{padding-right:.5rem}.two-col-block .grid-x .cell:last-child{padding-left:.5rem}.wysiwyg .news-img .news-category{left:.7rem}.wysiwyg img:not(.img).landscape-img{height:220px !important}.pad-left-l{padding-left:4rem}.pad-right-l{padding-right:4rem}.role-list p:before{height:4px;width:4px;top:7px;left:5px}}@media only screen and (min-device-width: 1024px)and (max-device-width: 1366px)and (-webkit-min-device-pixel-ratio: 1.5){.filter-block label{font-size:.54rem}}@media screen and (min-width: 64em){.pad-left-s{padding-left:1.5rem}.pad-right-s{padding-right:1.5rem}.pad-left{padding-left:2rem}.pad-right{padding-right:2rem}.pad-left-m{padding-left:5rem}.pad-right-m{padding-right:5rem}.pad-left-l{padding-left:10rem}.pad-right-l{padding-right:10rem}}@media print,screen and (min-width: 40em){.grid-container{padding-left:2rem;padding-right:2rem}}:root{--col-campaign-bg-purple: #d6c9ff;--col-campaign-bg-green: #d8ecd8;--col-campaign-bg-blue: #c7eafb;--col-campaign-bg-yellow: #ffe3a6;--col-campaign-fg-purple: #551b57;--col-campaign-fg-green: #336043;--col-campaign-fg-blue: #005478;--col-campaign-fg-yellow: #de771c}.grid-row-gap{row-gap:1.875rem}.grid-row-gap .feature-card{margin-bottom:0}.campaign--purple{background-color:var(--col-campaign-bg-purple)}.campaign--purple .feature-card--simple .content{background-color:var(--col-campaign-fg-purple)}.campaign--purple .feature-card--simple .content p{color:#fff}.campaign--purple .feature-card--simple .content:before{color:var(--col-campaign-bg-purple)}.campaign--purple .feature-card--arrow .content:before{color:var(--col-campaign-fg-purple)}.campaign--purple .gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border:var(--col-campaign-fg-purple);--col-gall-nav-outline: var(--col-campaign-fg-purple);--col-gall-nav-active-bg: var(--col-campaign-fg-purple);--col-gall-arrow-fg: var(--col-campaign-fg-purple);--col-gall-arrow-hover-fg: #fff;--col-gall-arrow-hover-bg: var(--col-campaign-fg-purple)}.campaign--purple .btn-main{background-color:var(--col-campaign-fg-purple);color:#fff}.campaign--purple .btn-main:hover,.campaign--purple .btn-main:focus{background-color:#1d1d1b;color:#fff}.campaign--purple .social-strip a{background-color:var(--col-campaign-fg-purple) !important;color:var(--col-campaign-bg-purple) !important}.campaign--purple .social-strip a:hover,.campaign--purple .social-strip a:focus-visible{background-color:#1d1d1b !important;color:#fff !important}.campaign--purple .wysiwyg{color:#1d1d1b}.campaign--purple .wysiwyg table th{color:#fff;background-color:var(--col-campaign-fg-purple)}.campaign--purple .wysiwyg table tfoot,.campaign--purple .wysiwyg table thead{background:rgba(0,0,0,0)}.campaign--purple .wysiwyg h1,.campaign--purple .wysiwyg h2,.campaign--purple .wysiwyg h3,.campaign--purple .wysiwyg h4,.campaign--purple .wysiwyg h5,.campaign--purple .wysiwyg h6,.campaign--purple .wysiwyg p,.campaign--purple .wysiwyg li,.campaign--purple .wysiwyg td,.campaign--purple .wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){color:#1d1d1b !important}.campaign--purple .wysiwyg blockquote{background:rgba(0,0,0,0);border-left:8px solid var(--col-campaign-fg-purple)}.campaign--purple .wysiwyg blockquote p,.campaign--purple .wysiwyg blockquote cite{color:#1d1d1b}.campaign--green{background-color:var(--col-campaign-bg-green)}.campaign--green .feature-card--simple .content{background-color:var(--col-campaign-fg-green)}.campaign--green .feature-card--simple .content p{color:#fff}.campaign--green .feature-card--simple .content:before{color:var(--col-campaign-bg-green)}.campaign--green .feature-card--arrow .content:before{color:var(--col-campaign-fg-green)}.campaign--green .gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border:var(--col-campaign-fg-green);--col-gall-nav-outline: var(--col-campaign-fg-green);--col-gall-nav-active-bg: var(--col-campaign-fg-green);--col-gall-arrow-fg: var(--col-campaign-fg-green);--col-gall-arrow-hover-fg: #fff;--col-gall-arrow-hover-bg: var(--col-campaign-fg-green)}.campaign--green .btn-main{background-color:var(--col-campaign-fg-green);color:#fff}.campaign--green .btn-main:hover,.campaign--green .btn-main:focus{background-color:#1d1d1b;color:#fff}.campaign--green .social-strip a{background-color:var(--col-campaign-fg-green) !important;color:var(--col-campaign-bg-green) !important}.campaign--green .social-strip a:hover,.campaign--green .social-strip a:focus-visible{background-color:#1d1d1b !important;color:#fff !important}.campaign--green .wysiwyg{color:#1d1d1b}.campaign--green .wysiwyg table th{color:#fff;background-color:var(--col-campaign-fg-green)}.campaign--green .wysiwyg table tfoot,.campaign--green .wysiwyg table thead{background:rgba(0,0,0,0)}.campaign--green .wysiwyg h1,.campaign--green .wysiwyg h2,.campaign--green .wysiwyg h3,.campaign--green .wysiwyg h4,.campaign--green .wysiwyg h5,.campaign--green .wysiwyg h6,.campaign--green .wysiwyg p,.campaign--green .wysiwyg li,.campaign--green .wysiwyg td,.campaign--green .wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){color:#1d1d1b !important}.campaign--green .wysiwyg blockquote{background:rgba(0,0,0,0);border-left:8px solid var(--col-campaign-fg-green)}.campaign--green .wysiwyg blockquote p,.campaign--green .wysiwyg blockquote cite{color:#1d1d1b}.campaign--blue{background-color:var(--col-campaign-bg-blue)}.campaign--blue .feature-card--simple .content{background-color:var(--col-campaign-fg-blue)}.campaign--blue .feature-card--simple .content p{color:#fff}.campaign--blue .feature-card--simple .content:before{color:var(--col-campaign-bg-blue)}.campaign--blue .feature-card--arrow .content:before{color:var(--col-campaign-fg-blue)}.campaign--blue .gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border:var(--col-campaign-fg-blue);--col-gall-nav-outline: var(--col-campaign-fg-blue);--col-gall-nav-active-bg: var(--col-campaign-fg-blue);--col-gall-arrow-fg: var(--col-campaign-fg-blue);--col-gall-arrow-hover-fg: #fff;--col-gall-arrow-hover-bg: var(--col-campaign-fg-blue)}.campaign--blue .btn-main{background-color:var(--col-campaign-fg-blue);color:#fff}.campaign--blue .btn-main:hover,.campaign--blue .btn-main:focus{background-color:#1d1d1b;color:#fff}.campaign--blue .social-strip a{background-color:var(--col-campaign-fg-blue) !important;color:var(--col-campaign-bg-blue) !important}.campaign--blue .social-strip a:hover,.campaign--blue .social-strip a:focus-visible{background-color:#1d1d1b !important;color:#fff !important}.campaign--blue .wysiwyg{color:#1d1d1b}.campaign--blue .wysiwyg table th{color:#fff;background-color:var(--col-campaign-fg-blue)}.campaign--blue .wysiwyg table tfoot,.campaign--blue .wysiwyg table thead{background:rgba(0,0,0,0)}.campaign--blue .wysiwyg h1,.campaign--blue .wysiwyg h2,.campaign--blue .wysiwyg h3,.campaign--blue .wysiwyg h4,.campaign--blue .wysiwyg h5,.campaign--blue .wysiwyg h6,.campaign--blue .wysiwyg p,.campaign--blue .wysiwyg li,.campaign--blue .wysiwyg td,.campaign--blue .wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){color:#1d1d1b !important}.campaign--blue .wysiwyg blockquote{background:rgba(0,0,0,0);border-left:8px solid var(--col-campaign-fg-blue)}.campaign--blue .wysiwyg blockquote p,.campaign--blue .wysiwyg blockquote cite{color:#1d1d1b}.campaign--yellow{background-color:var(--col-campaign-bg-yellow)}.campaign--yellow .feature-card--simple .content{background-color:var(--col-campaign-fg-yellow)}.campaign--yellow .feature-card--simple .content p{color:#fff}.campaign--yellow .feature-card--simple .content:before{color:var(--col-campaign-bg-yellow)}.campaign--yellow .feature-card--arrow .content:before{color:var(--col-campaign-fg-yellow)}.campaign--yellow .gallery-carousel{--col-gall-nav-bg: #fff;--col-gall-nav-border:var(--col-campaign-fg-yellow);--col-gall-nav-outline: var(--col-campaign-fg-yellow);--col-gall-nav-active-bg: var(--col-campaign-fg-yellow);--col-gall-arrow-fg: var(--col-campaign-fg-yellow);--col-gall-arrow-hover-fg: #fff;--col-gall-arrow-hover-bg: var(--col-campaign-fg-yellow)}.campaign--yellow .btn-main{background-color:var(--col-campaign-fg-yellow);color:#fff}.campaign--yellow .btn-main:hover,.campaign--yellow .btn-main:focus{background-color:#1d1d1b;color:#fff}.campaign--yellow .social-strip a{background-color:var(--col-campaign-fg-yellow) !important;color:var(--col-campaign-bg-yellow) !important}.campaign--yellow .social-strip a:hover,.campaign--yellow .social-strip a:focus-visible{background-color:#1d1d1b !important;color:#fff !important}.campaign--yellow .wysiwyg{color:#1d1d1b}.campaign--yellow .wysiwyg table th{color:#fff;background-color:var(--col-campaign-fg-yellow)}.campaign--yellow .wysiwyg table tfoot,.campaign--yellow .wysiwyg table thead{background:rgba(0,0,0,0)}.campaign--yellow .wysiwyg h1,.campaign--yellow .wysiwyg h2,.campaign--yellow .wysiwyg h3,.campaign--yellow .wysiwyg h4,.campaign--yellow .wysiwyg h5,.campaign--yellow .wysiwyg h6,.campaign--yellow .wysiwyg p,.campaign--yellow .wysiwyg li,.campaign--yellow .wysiwyg td,.campaign--yellow .wysiwyg a:not(.cta-main):not(.btn-main):not(.cta-view):not(.add-to-calendar):not(.feature-card):not(.video-feature){color:#1d1d1b !important}.campaign--yellow .wysiwyg blockquote{background:rgba(0,0,0,0);border-left:8px solid var(--col-campaign-fg-yellow)}.campaign--yellow .wysiwyg blockquote p,.campaign--yellow .wysiwyg blockquote cite{color:#1d1d1b}.blocks--dark-grey .counter-block{background-color:#1d1d1b;border-color:#1d1d1b}.blocks--dark-grey .petition-card{background-color:#1d1d1b}.blocks--dark-grey .petition-card .count{background-color:#1d1d1b}.blocks--dark-grey .petition-card .content{background-color:#fff}.blocks--grey .counter-block{background-color:#1d1d1b;border-color:#1d1d1b}.blocks--grey .petition-card{background-color:#1d1d1b}.blocks--grey .petition-card .count{background-color:#1d1d1b}.blocks--white .counter-block{background-color:#fff;border-color:#fff}.blocks--white .counter-block *{color:#000}.blocks--white .petition-card{background-color:#fff}.blocks--white .petition-card .count{background-color:#fff}.blocks--white .petition-card .count *{color:#000}.topic{--col-topic-fg: #1E1E1E;--col-topic-bg: #FDF0F0;--col-topic-accent: #A21926}.topic--agriculture{--col-topic-bg: #d8ecd8;--col-topic-accent: #8DC78D}.topic .wrapper-hero--video .hero-title,.topic .wrapper-hero--media .hero-title{color:var(--col-topic-fg)}.topic .wrapper-hero--video .sub-heading,.topic .wrapper-hero--media .sub-heading{color:#a21926;margin-bottom:.5rem}.topic .wrapper-hero--video .hero-content,.topic .wrapper-hero--media .hero-content{border-left:12px solid var(--col-topic-accent)}.topic .accordion--feature .accordion-item .inner-panel{background-color:rgba(0,0,0,0) !important;padding-top:.5rem !important}.topic .wrapper-section--default .accordion--feature .accordion-item .accordion-button{border-top-color:#fff}.topic .wrapper-section--default .accordion--feature .accordion-item .accordion-button:hover{background-color:#fff}.topic .wrapper-section--default .accordion--feature .search-item{background-color:#fff}.topic .wrapper-section--default .accordion--feature .search-item:hover,.topic .wrapper-section--default .accordion--feature .search-item:focus{background-color:hsl(0,0%,91.5098039216%)}.topic .wrapper-section--default .accordion--feature .accordion-item:last-child{border-bottom-color:#fff}.topic .sticky-strip{background-color:var(--col-topic-bg)}.sticky-strip{z-index:100;position:fixed;top:0;left:0;right:0;opacity:0;transform:translateY(-100%);transition:opacity .4s ease,transform .4s ease;background-color:#f1f1f1;border-bottom:4px solid #fff;overflow-x:hidden;margin-bottom:5px;box-shadow:0px 0px 5px 0px rgba(0,0,0,.2)}.sticky-strip.visible{opacity:1;transform:translateY(0);pointer-events:auto}.sticky-strip .title{margin:0;padding:.5rem 0;font-size:clamp(1rem,0.8947368421rem + 0.5263157895vw,1.3rem);font-weight:600;color:var(--col-topic-fg)}.btn-txt-size{cursor:pointer;line-height:1;border:2px solid #cacaca;height:28px;width:28px;text-align:center;margin-right:5px;vertical-align:middle}.btn-txt-size.txt-small{font-size:.8rem}.btn-txt-size.txt-medium{font-size:1rem}.btn-txt-size.txt-large{font-size:1.25rem}.btn-txt-size.active{background-color:#177bb8;color:#fff;border-color:#177bb8}input:focus~.switch-paddle{background:red}html.access-colour-contrast{background-color:#000 !important}html.access-colour-contrast body{background-color:#000 !important}html.access-colour-contrast h1,html.access-colour-contrast h2,html.access-colour-contrast h3,html.access-colour-contrast h4,html.access-colour-contrast h5,html.access-colour-contrast h6,html.access-colour-contrast p,html.access-colour-contrast span,html.access-colour-contrast li,html.access-colour-contrast td{color:#ff0 !important}html.access-colour-contrast .switch.small .switch-paddle{background-color:#000 !important;border:1px solid #ff0 !important}html.access-colour-contrast .switch.small .switch-paddle span{color:#ff0 !important}html.access-colour-contrast .switch.small .switch-paddle::after{background-color:#000}html.access-colour-contrast .btn-txt-size{border-color:#ff0;color:#ff0}html.access-colour-contrast .btn-txt-size.active{background-color:#ff0;color:#000}html.access-colour-contrast .btn-demo{border-color:#ff0;color:#ff0}html.access-colour-contrast .btn-demo:hover{background-color:#ff0;color:#000;border-color:#ff0}html.access-colour-contrast *{background-color:#000 !important;color:#ff0 !important}html.access-colour-contrast .grid-container,html.access-colour-contrast .grid-x,html.access-colour-contrast .cell{background-color:rgba(0,0,0,0) !important}html.access-colour-sepia{background-color:#cc9 !important}html.access-colour-sepia body{background-color:#cc9 !important}html.access-colour-sepia h1,html.access-colour-sepia h2,html.access-colour-sepia h3,html.access-colour-sepia h4,html.access-colour-sepia h5,html.access-colour-sepia h6,html.access-colour-sepia p,html.access-colour-sepia span,html.access-colour-sepia li,html.access-colour-sepia td{color:#009 !important}html.access-colour-sepia .switch.small .switch-paddle{background-color:#cc9 !important;border:1px solid #009 !important}html.access-colour-sepia .switch.small .switch-paddle span{color:#009 !important}html.access-colour-sepia .switch.small .switch-paddle::after{background-color:#000}html.access-colour-sepia .btn-txt-size{border-color:#009;color:#009}html.access-colour-sepia .btn-txt-size.active{background-color:#009;color:#cc9}html.access-colour-sepia .btn-demo{border-color:#009;color:#009}html.access-colour-sepia .btn-demo:hover{background-color:#009;color:#000;border-color:#009}html.access-colour-sepia *{background-color:#cc9 !important;color:#009 !important}html.access-colour-sepia .grid-container,html.access-colour-sepia .grid-x,html.access-colour-sepia .cell{background-color:rgba(0,0,0,0) !important}html.access-anims-off *{animation-duration:.01ms !important;animation-iteration-count:1 !important;animation-delay:0s !important}html.access-anims-off .aos-init,html.access-anims-off .aos-animate{opacity:1 !important;transform:none !important;transition-duration:0s !important;transition-delay:0s !important;transition-property:none !important}@media screen and (prefers-reduced-motion: reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;animation-delay:0s !important}.aos-init,.aos-animate{opacity:1 !important;transform:none !important;transition-duration:0s !important;transition-delay:0s !important;transition-property:none !important}}@media print{*{animation-duration:.01ms !important;animation-iteration-count:1 !important;animation-delay:0s !important}a[href]:after{content:none !important}.aos-init,.aos-animate{opacity:1 !important;transform:none !important;transition-duration:0s !important;transition-delay:0s !important;transition-property:none !important}.print-full{width:100%;display:block}.wrapper-header,.wrapper-footer,.wrapper-newsletter,.wrapper-hero .hero-img-right,.btn-play-video,.feature-card--arrow .content:before,.cta-main:before,.cta-main:after{display:none}}/*# sourceMappingURL=main.min.css.map */