﻿.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,.air-datepicker-cell.-in-range-.-focus-{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);outline:none}.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}html.template2,html.template3{--primary-color: #652155;--secondary-color: #983281;--tertiary-color: #f0f0f0;--quaternary-color: #eb7200;--quinary-color: #fbe3cc;--pp-agenda-heading-background-color: var(--quaternary-color);--pp-agenda-background-color: var(--quinary-color);--text-color: #000;--menu-color: #fff;--debatrijk-logo-filter: none;color:var(--text-color)}html.template2 body,html.template3 body{background-image:none}html.template2 main>.center,html.template3 main>.center{flex-wrap:wrap}html.template2 form.contact button,html.template2 .dossierresult a.button,html.template2 .dossiergenerator a.button,html.template2 a.btn,html.template3 form.contact button,html.template3 .dossierresult a.button,html.template3 .dossiergenerator a.button,html.template3 a.btn{background:var(--secondary-color)}html.template2 form.contact button:hover,html.template2 .dossierresult a.button:hover,html.template2 .dossiergenerator a.button:hover,html.template2 a.btn:hover,html.template3 form.contact button:hover,html.template3 .dossierresult a.button:hover,html.template3 .dossiergenerator a.button:hover,html.template3 a.btn:hover{background:var(--quaternary-color)}html.template2 .message.neutral,html.template3 .message.neutral{background:#eee}html.template2 aside,html.template3 aside{border-radius:1rem}html.template2 aside form,html.template3 aside form{background:var(--quinary-color);color:var(--text-color);overflow:hidden;margin-top:0}html.template2 aside form::before,html.template3 aside form::before{position:absolute;left:0;top:0;right:0;width:100%;height:40px;background:var(--pp-agenda-heading-background-color);display:block;content:" ";border-radius:1rem 1rem 0 0;overflow:hidden}html.template2 aside form h2:first-child,html.template2 aside form .ordersearchresults,html.template3 aside form h2:first-child,html.template3 aside form .ordersearchresults{margin-top:40px}html.template2 aside form ul.links a,html.template3 aside form ul.links a{color:var(--text-color)}html.template2 aside section button:not(:hover),html.template3 aside section button:not(:hover){background:var(--pp-agenda-heading-background-color)}html.template2 .headerimage,html.template3 .headerimage{height:40vh;max-height:300px;background-position:center center;background-size:cover;background-repeat:no-repeat}html.template2 .headerimage div.center,html.template3 .headerimage div.center{position:relative}html.template2 .headerimage div.center .headerimage-logo,html.template3 .headerimage div.center .headerimage-logo{background:#fff;padding:1rem;position:absolute;top:0px;right:0px}html.template2 .headerimage div.center .headerimage-logo img,html.template3 .headerimage div.center .headerimage-logo img{max-height:7rem;float:left}html.template2 .barcode,html.template3 .barcode{display:none}html.template2 section.header,html.template3 section.header{color:var(--menu-color)}html.template2 section.header .iconlink,html.template3 section.header .iconlink{color:inherit}html.template2 section.header .iconlink:hover,html.template3 section.header .iconlink:hover{color:#fff}html.template2 section.header a.logo i,html.template3 section.header a.logo i{filter:var(--debatrijk-logo-filter, none)}html.template2 section.header ul li .menuitem:hover,html.template3 section.header ul li .menuitem:hover{color:#fff}html.template2 section.header ul li .submenu .tutorial,html.template3 section.header ul li .submenu .tutorial{display:none}html.template2 section.header .headersearch .searchinput input::placeholder,html.template3 section.header .headersearch .searchinput input::placeholder{color:var(--text-color)}html.template2 header .tutorials,html.template3 header .tutorials{display:none}html.template2 header .logo a,html.template3 header .logo a{text-transform:none}html.template2 header .logo a span,html.template3 header .logo a span{color:var(--secondary-color)}html.template2 header .edition-selector,html.template3 header .edition-selector{margin-top:2rem !important;margin-bottom:.75rem !important}html.template2 .editioncontent hr,html.template3 .editioncontent hr{display:none}html.template2 .toolbox .toolbox-options,html.template3 .toolbox .toolbox-options{padding:0rem .75rem}html.template2 .toolbox .toolbox-options a.toolbox-button,html.template3 .toolbox .toolbox-options a.toolbox-button{padding:.5rem 0;border-top:1px var(--tertiary-color) solid}html.template2 .toolbox .toolbox-options a.toolbox-button:first-child,html.template3 .toolbox .toolbox-options a.toolbox-button:first-child{border-top:none}html.template2 aside ul.links a:hover,html.template2 section.header .submenu ul a:hover,html.template2 .document-type-tiles a:hover,html.template2 .document-type-tiles a.current,html.template2 main aside ul li a:hover,html.template2 main aside ul li a.active,html.template3 aside ul.links a:hover,html.template3 section.header .submenu ul a:hover,html.template3 .document-type-tiles a:hover,html.template3 .document-type-tiles a.current,html.template3 main aside ul li a:hover,html.template3 main aside ul li a.active{color:var(--quaternary-color)}html.template2 .edition-selector,html.template3 .edition-selector{margin-top:0;margin-bottom:1.75rem !important;width:100%}html.template2 .edition-selector h2,html.template3 .edition-selector h2{display:none}html.template2 .edition-selector>a,html.template3 .edition-selector>a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--tertiary-color);justify-content:space-between}html.template2 .edition-selector>a span,html.template3 .edition-selector>a span{color:var(--secondary-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-style:italic}html.template2 .edition-selector>a span strong,html.template3 .edition-selector>a span strong{display:inline !important;color:var(--text-color);font-style:normal}html.template2 .edition-selector>a i,html.template3 .edition-selector>a i{order:2}html.template2 .edition-selector>a:hover,html.template3 .edition-selector>a:hover{text-decoration:none;background:var(--secondary-color);color:#fff}html.template2 .edition-selector>a:hover span,html.template2 .edition-selector>a:hover strong,html.template3 .edition-selector>a:hover span,html.template3 .edition-selector>a:hover strong{color:#fff}html.template2 .edition-selector .edition-list a span,html.template3 .edition-selector .edition-list a span{color:var(--secondary-color)}html.template2 main.home .edition-selector,html.template3 main.home .edition-selector{margin-bottom:2.75rem !important}html.template2 body.page-newspaper header,html.template3 body.page-newspaper header{margin-bottom:0}html.template2 body.page-newspaper header .edition-selector,html.template3 body.page-newspaper header .edition-selector{width:280px;margin-top:0 !important;position:relative}html.template2 body.page-newspaper header .edition-selector .edition-list,html.template3 body.page-newspaper header .edition-selector .edition-list{position:absolute;width:100%;background:#fff;padding:1rem;margin-top:0 !important;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2)}html.template2 body.page-newspaper header>div.center,html.template2 body.page-newspaper main>.center,html.template3 body.page-newspaper header>div.center,html.template3 body.page-newspaper main>.center{max-width:1200px}html.template2 body.page-newspaper section.headerimage,html.template3 body.page-newspaper section.headerimage{display:none}html.template2 body.page-newspaper .socials,html.template3 body.page-newspaper .socials{display:none}html.template2 .newspaper article,html.template3 .newspaper article{border-color:var(--primary-color)}html.template2 .newspaper .links a,html.template3 .newspaper .links a{color:var(--text-color)}html.template2 .newspaper section,html.template3 .newspaper section{width:100%}html.template2 .newspaper .justified,html.template3 .newspaper .justified{text-align:left}html.template2 .newspaper>.center,html.template3 .newspaper>.center{flex-direction:column}html.template2 .newspaper .newspaper-left div div:first-child,html.template3 .newspaper .newspaper-left div div:first-child{order:2}html.template2 .newspaper .newspaper-left div div:last-child article.first,html.template3 .newspaper .newspaper-left div div:last-child article.first{border-top:none;padding-top:0}html.template2 .newspaper .newspaper-left>img,html.template3 .newspaper .newspaper-left>img{margin-bottom:2rem}html.template2 .look-ahead,html.template3 .look-ahead{display:flex;gap:0 3rem;margin-top:2rem}html.template2 .look-ahead .look-ahead-left,html.template3 .look-ahead .look-ahead-left{width:300px;flex-shrink:0}html.template2 .look-ahead .look-ahead-left h3.hide,html.template3 .look-ahead .look-ahead-left h3.hide{display:block !important;margin-bottom:.5rem}html.template2 .look-ahead .look-ahead-left .edition-selector-label,html.template3 .look-ahead .look-ahead-left .edition-selector-label{display:none}html.template2 .look-ahead .look-ahead-left .document-type-tiles,html.template3 .look-ahead .look-ahead-left .document-type-tiles{margin-top:3rem;flex-direction:column}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a{display:flex;height:auto;gap:.75rem;font-size:1rem;align-items:center;background:none;color:var(--text-color);border-radius:0 .5rem .5rem 0}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a::after,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a::after{content:" ";width:100%;height:1px;background:var(--tertiary-color);position:absolute;left:0;bottom:0}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a strong,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a strong{font-weight:normal;flex-grow:1}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a i,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a i{position:static;color:var(--secondary-color)}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a i::before,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a i::before{content:""}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a span,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a span{font-size:inherit;text-align:right}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a:hover,html.template2 .look-ahead .look-ahead-left .document-type-tiles>a.active-type,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a:hover,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a.active-type{color:var(--secondary-color);font-weight:bold;background:var(--tertiary-color) !important}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a:hover strong,html.template2 .look-ahead .look-ahead-left .document-type-tiles>a.active-type strong,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a:hover strong,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a.active-type strong{font-weight:bold}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a.active-type,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a.active-type{background:var(--secondary-color) !important;color:#fff}html.template2 .look-ahead .look-ahead-left .document-type-tiles>a.active-type i,html.template3 .look-ahead .look-ahead-left .document-type-tiles>a.active-type i{transform:rotate(180deg);color:inherit}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container{padding:1rem 1rem 1.25rem;background:var(--tertiary-color);margin-top:3rem;margin-bottom:2rem;border-radius:.75rem}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container h3,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container h3{margin-bottom:.5rem}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar{width:100%}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker{width:100%;border-radius:.5rem;border:none;--adp-day-name-color: var(--text-color);--adp-color: var(--text-color);--adp-color-current-date: var(--secondary-color);--adp-font-size: 1rem;--adp-cell-background-color-selected: var(--quinary-color);--adp-background-color-selected-other-month: var(--adp-cell-background-color-selected);--adp-font-family: "Poppins", sans-serif}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body--cells,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body--cells{gap:.25rem;user-select:none}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body--day-name,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body--day-name{font-weight:bold;font-size:.9em}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-cell.-selected-,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-cell.-selected-{border-radius:50%;border:3px solid var(--quaternary-color);color:var(--text-color)}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body.-days- .air-datepicker-cell,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body.-days- .air-datepicker-cell{cursor:default}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body.-days- .air-datepicker-cell.-focus-,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body.-days- .air-datepicker-cell.-focus-{background:inherit}html.template2 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body.-days- .air-datepicker-cell.-selected-,html.template3 .look-ahead .look-ahead-left .meeting-calendar-container .meeting-calendar .air-datepicker .air-datepicker-body.-days- .air-datepicker-cell.-selected-{cursor:pointer}html.template2 .look-ahead #list .video.documentdetails,html.template3 .look-ahead #list .video.documentdetails{margin-top:3rem !important}html.template2 .look-ahead #list h1,html.template3 .look-ahead #list h1{display:none}html.template2 .look-ahead #list h1+.video.documentdetails,html.template3 .look-ahead #list h1+.video.documentdetails{margin-top:0 !important}html.template2 .look-ahead #list .titleprefix,html.template3 .look-ahead #list .titleprefix{color:var(--secondary-color);display:block;font-size:75%;font-weight:normal;margin-bottom:-0.25rem}html.template2 .look-ahead #list .documentdetails .chapter,html.template3 .look-ahead #list .documentdetails .chapter{margin-left:0 !important}html.template2 .look-ahead #list.has-calendar .documentdetails h2,html.template3 .look-ahead #list.has-calendar .documentdetails h2{display:flex;gap:.5rem;cursor:pointer}html.template2 .look-ahead #list.has-calendar .documentdetails h2:hover,html.template3 .look-ahead #list.has-calendar .documentdetails h2:hover{color:var(--secondary-color)}html.template2 .look-ahead #list.has-calendar .documentdetails h2 span,html.template3 .look-ahead #list.has-calendar .documentdetails h2 span{flex-grow:1}html.template2 .look-ahead #list.has-calendar .documentdetails h2 i,html.template3 .look-ahead #list.has-calendar .documentdetails h2 i{align-self:flex-end;top:-0.25rem}html.template2 .look-ahead #list.has-calendar .documentdetails .chapter,html.template3 .look-ahead #list.has-calendar .documentdetails .chapter{display:none}html.template2 .look-ahead #list.has-calendar .documentdetails.opened h2 i::before,html.template3 .look-ahead #list.has-calendar .documentdetails.opened h2 i::before{content:""}html.template2 .look-ahead #list.has-calendar .documentdetails.opened .chapter,html.template3 .look-ahead #list.has-calendar .documentdetails.opened .chapter{display:block}html.template2 .look-ahead:not(.has-chat) #list button.togglebutton.active,html.template3 .look-ahead:not(.has-chat) #list button.togglebutton.active{font-weight:bold}html.template2 .look-ahead:not(.has-chat) #list .chapter button.togglebutton,html.template3 .look-ahead:not(.has-chat) #list .chapter button.togglebutton{width:calc(50% - .625rem)}html.template2 .togglecontainer,html.template3 .togglecontainer{gap:1.25rem;margin-bottom:1rem}html.template2 button.togglebutton,html.template3 button.togglebutton{color:var(--text-color);background:#ddd;display:flex;gap:.5rem;align-items:center;justify-content:space-between;text-transform:capitalize;height:40px;line-height:40px;font-size:1rem}html.template2 button.togglebutton:hover,html.template3 button.togglebutton:hover{background:#c8c8c8}html.template2 button.togglebutton span,html.template3 button.togglebutton span{display:none}html.template2 button.togglebutton i,html.template3 button.togglebutton i{order:2}html.template2 button.togglebutton.active,html.template3 button.togglebutton.active{background:var(--secondary-color);color:#fff}html.template2 .summarycntnr hr,html.template3 .summarycntnr hr{display:none}html.template2 .summarycntnr .summary h3,html.template3 .summarycntnr .summary h3{margin-bottom:1rem;font-size:1.5rem}html.template2 div.chapter h3,html.template3 div.chapter h3{margin-top:1.5rem}html.template2 body:not(.high-contrast) .documentdetails .summarycntnr,html.template3 body:not(.high-contrast) .documentdetails .summarycntnr{background-color:var(--tertiary-color)}html.template2 .newsarticlecolumns,html.template3 .newsarticlecolumns{column-count:1 !important;text-align:left}html.template2 body:not(.high-contrast) .newsarticlecolumns+.summary,html.template2 body:not(.high-contrast) .newsarticle+.summary,html.template3 body:not(.high-contrast) .newsarticlecolumns+.summary,html.template3 body:not(.high-contrast) .newsarticle+.summary{background-color:var(--tertiary-color)}html.template2.pp h1,html.template2.pp h2,html.template3.pp h1,html.template3.pp h2{margin-bottom:1.5rem}html.template2.pp main>.center,html.template3.pp main>.center{gap:0 3rem}html.template2.pp main aside,html.template3.pp main aside{align-self:flex-start;color:var(--text-color);padding:0;background:rgba(0,0,0,0) !important}html.template2.pp main aside .agenda,html.template3.pp main aside .agenda{border-radius:1rem;position:relative;background-color:var(--pp-agenda-background-color);padding:0 1rem 2rem;overflow:hidden;color:var(--text-color) !important;margin-bottom:2rem}html.template2.pp main aside .agenda::before,html.template3.pp main aside .agenda::before{position:absolute;left:0;top:0;right:0;width:100%;height:40px;background:var(--pp-agenda-heading-background-color);display:block;content:" ";border-radius:1rem 1rem 0 0;overflow:hidden}html.template2.pp main aside .agenda h2,html.template3.pp main aside .agenda h2{margin-top:calc(40px + 1rem)}html.template2.pp .landingbuttons,html.template3.pp .landingbuttons{display:flex !important;flex-direction:column;gap:1rem;margin-bottom:3rem}html.template2.pp .landingbuttons>a,html.template3.pp .landingbuttons>a{display:flex;align-items:center;text-decoration:none;justify-content:space-between;padding:1rem;background:var(--tertiary-color);font-weight:bold;color:var(--secondary-color);border-radius:.75rem}html.template2.pp .landingbuttons>a:hover,html.template3.pp .landingbuttons>a:hover{background:var(--secondary-color);color:#fff}html.template2.pp #landingbuttons,html.template3.pp #landingbuttons{display:none}html.template2.pp .editionintro,html.template3.pp .editionintro{border-radius:1rem}html.template2.pp .editionintro .chapterintro,html.template2.pp .editionintro .avatars-titlebar,html.template3.pp .editionintro .chapterintro,html.template3.pp .editionintro .avatars-titlebar{background-color:var(--secondary-color)}html.template2.pp .editioncontent,html.template3.pp .editioncontent{margin-top:1.5rem}@media screen and (min-width: 1024px){html.template2.pp main>.center>section,html.template3.pp main>.center>section{max-width:calc(100% - 300px - 3rem)}}@media screen and (max-width: 1023px){html.template2 header .edition-selector,html.template3 header .edition-selector{margin-top:1.5rem !important}html.template2 section.header ul li.tutorial,html.template3 section.header ul li.tutorial{display:none}html.template2 section.header ul li .submenu .tutorial,html.template3 section.header ul li .submenu .tutorial{display:flex}html.template2 .headerimage,html.template3 .headerimage{max-height:200px}html.template2 .headerimage div.center .headerimage-logo,html.template3 .headerimage div.center .headerimage-logo{right:1rem}html.template2 body.page-newspaper header .edition-selector,html.template3 body.page-newspaper header .edition-selector{margin-top:1rem !important;margin-bottom:0 !important}html.template2 .newspaper,html.template3 .newspaper{margin-top:-2rem}html.template2 .newspaper .newspaper-left,html.template3 .newspaper .newspaper-left{gap:0}html.template2 .newspaper .newspaper-left>img,html.template3 .newspaper .newspaper-left>img{margin-bottom:0}html.template2 .newspaper .newspaper-left div div:first-child article.first,html.template3 .newspaper .newspaper-left div div:first-child article.first{border-top-width:2px;padding-top:2rem;margin-top:2rem}html.template2.pp main aside .agenda,html.template3.pp main aside .agenda{margin-bottom:0}html.template2.pp main aside .landingbuttons,html.template3.pp main aside .landingbuttons{margin-bottom:2rem}}@media screen and (max-width: 767px){html.template2 .look-ahead,html.template3 .look-ahead{flex-direction:column;margin-top:1rem}html.template2 .look-ahead .look-ahead-left,html.template3 .look-ahead .look-ahead-left{width:100%}}@media screen and (max-width: 413px){html.template2 .look-ahead .togglecontainer,html.template3 .look-ahead .togglecontainer{flex-direction:row;gap:.5rem}html.template2 .look-ahead .togglecontainer button.togglebutton,html.template3 .look-ahead .togglecontainer button.togglebutton{padding:0 10px;height:32px;line-height:32px}}
