/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,0,0,0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * 0.5 * (1 - var(--progress,0))) round var(--f-thumb-border-radius,0));transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(0.23,1,0.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical > .swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d;}.swiper-css-mode > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal > .swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical > .swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered > .swiper-wrapper::before{content:'';flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
.grid-container .grid-container{padding-right:0;padding-left:0;}@font-face{font-family:signifier;src:url(/themes/custom/davidson_2024/assets/fonts/signifier/Signifier-Regular.otf) format("opentype");font-style:normal;font-weight:400;}@font-face{font-family:signifier;src:url(/themes/custom/davidson_2024/assets/fonts/signifier/Signifier-RegularItalic.otf) format("opentype");font-style:italic;font-weight:400;}@font-face{font-family:signifier;src:url(/themes/custom/davidson_2024/assets/fonts/signifier/Signifier-Bold.otf) format("opentype");font-style:normal;font-weight:700;}@font-face{font-family:signifier;src:url(/themes/custom/davidson_2024/assets/fonts/signifier/Signifier-BoldItalic.otf) format("opentype");font-style:italic;font-weight:700;}.intro-text p{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.intro-text p{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.intro-text p{font-size:2rem;}}.small-text{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.small-text p{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.tiny-text{font-size:0.75rem;font-weight:400;line-height:2;}.tiny-text p{font-size:0.75rem;font-weight:400;line-height:2;}*{-webkit-box-sizing:border-box;box-sizing:border-box;}@media (prefers-reduced-motion:no-preference){*{scroll-behavior:smooth;}}*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}body{margin:0;color:#000000;font-family:nimbus-sans,verdana,sans-serif;font-size:16px;display:block;}h1,.h1{font-family:signifier,georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:3rem;}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:3.5rem;}}h2,.h2{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:2.25rem;}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:3rem;}}h3,.h3{font-family:signifier,georgia,serif;font-size:1.625rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.875rem;}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2.5rem;}}h4,.h4{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:2rem;}}h5,.h5{font-family:signifier,georgia,serif;font-size:1.25rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.5rem;}}h6,.h6{font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;}@media print,screen and (min-width:64.0625em){h6,.h6{font-size:1.3125rem;}}p,.p{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}main{display:block;}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:auto;height:auto;padding:10px;color:#ffffff;background:#000000;font-family:nimbus-sans,verdana,sans-serif;font-size:22px;font-weight:700;}a{color:#294878;}button{cursor:pointer;font-size:1rem;}ol,ul{list-style-type:none;}iframe{max-width:100%;}img{max-width:100%;height:auto;vertical-align:middle;}dl,pre,figure{margin:0;padding:0;}[data-fancybox-modal]{display:none;}@media print,screen and (min-width:48.0625em){.editorial--aside-left aside.cell{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}}.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;}.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem;max-width:100%;margin-left:auto;margin-right:auto;}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto;}.grid-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%;}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .auto{width:auto;}.grid-x > .shrink{width:auto;}.grid-x > .initial-shrink,.grid-x > .initial-full,.grid-x > .initial-1,.grid-x > .initial-2,.grid-x > .initial-3,.grid-x > .initial-4,.grid-x > .initial-5,.grid-x > .initial-6,.grid-x > .initial-7,.grid-x > .initial-8,.grid-x > .initial-9,.grid-x > .initial-10,.grid-x > .initial-11,.grid-x > .initial-12{-ms-flex-preferred-size:auto;flex-basis:auto;}@media print,screen and (min-width:20.0625em){.grid-x > .tiny-shrink,.grid-x > .tiny-full,.grid-x > .tiny-1,.grid-x > .tiny-2,.grid-x > .tiny-3,.grid-x > .tiny-4,.grid-x > .tiny-5,.grid-x > .tiny-6,.grid-x > .tiny-7,.grid-x > .tiny-8,.grid-x > .tiny-9,.grid-x > .tiny-10,.grid-x > .tiny-11,.grid-x > .tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:40.0625em){.grid-x > .small-shrink,.grid-x > .small-full,.grid-x > .small-1,.grid-x > .small-2,.grid-x > .small-3,.grid-x > .small-4,.grid-x > .small-5,.grid-x > .small-6,.grid-x > .small-7,.grid-x > .small-8,.grid-x > .small-9,.grid-x > .small-10,.grid-x > .small-11,.grid-x > .small-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:48.0625em){.grid-x > .medium-shrink,.grid-x > .medium-full,.grid-x > .medium-1,.grid-x > .medium-2,.grid-x > .medium-3,.grid-x > .medium-4,.grid-x > .medium-5,.grid-x > .medium-6,.grid-x > .medium-7,.grid-x > .medium-8,.grid-x > .medium-9,.grid-x > .medium-10,.grid-x > .medium-11,.grid-x > .medium-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:64.0625em){.grid-x > .large-shrink,.grid-x > .large-full,.grid-x > .large-1,.grid-x > .large-2,.grid-x > .large-3,.grid-x > .large-4,.grid-x > .large-5,.grid-x > .large-6,.grid-x > .large-7,.grid-x > .large-8,.grid-x > .large-9,.grid-x > .large-10,.grid-x > .large-11,.grid-x > .large-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}.grid-x > .initial-12,.grid-x > .initial-11,.grid-x > .initial-10,.grid-x > .initial-9,.grid-x > .initial-8,.grid-x > .initial-7,.grid-x > .initial-6,.grid-x > .initial-5,.grid-x > .initial-4,.grid-x > .initial-3,.grid-x > .initial-2,.grid-x > .initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .initial-1{width:8.3333333333%;}.grid-x > .initial-2{width:16.6666666667%;}.grid-x > .initial-3{width:25%;}.grid-x > .initial-4{width:33.3333333333%;}.grid-x > .initial-5{width:41.6666666667%;}.grid-x > .initial-6{width:50%;}.grid-x > .initial-7{width:58.3333333333%;}.grid-x > .initial-8{width:66.6666666667%;}.grid-x > .initial-9{width:75%;}.grid-x > .initial-10{width:83.3333333333%;}.grid-x > .initial-11{width:91.6666666667%;}.grid-x > .initial-12{width:100%;}@media print,screen and (min-width:20.0625em){.grid-x > .tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .tiny-12,.grid-x > .tiny-11,.grid-x > .tiny-10,.grid-x > .tiny-9,.grid-x > .tiny-8,.grid-x > .tiny-7,.grid-x > .tiny-6,.grid-x > .tiny-5,.grid-x > .tiny-4,.grid-x > .tiny-3,.grid-x > .tiny-2,.grid-x > .tiny-1,.grid-x > .tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .tiny-shrink{width:auto;}.grid-x > .tiny-1{width:8.3333333333%;}.grid-x > .tiny-2{width:16.6666666667%;}.grid-x > .tiny-3{width:25%;}.grid-x > .tiny-4{width:33.3333333333%;}.grid-x > .tiny-5{width:41.6666666667%;}.grid-x > .tiny-6{width:50%;}.grid-x > .tiny-7{width:58.3333333333%;}.grid-x > .tiny-8{width:66.6666666667%;}.grid-x > .tiny-9{width:75%;}.grid-x > .tiny-10{width:83.3333333333%;}.grid-x > .tiny-11{width:91.6666666667%;}.grid-x > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.grid-x > .small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .small-12,.grid-x > .small-11,.grid-x > .small-10,.grid-x > .small-9,.grid-x > .small-8,.grid-x > .small-7,.grid-x > .small-6,.grid-x > .small-5,.grid-x > .small-4,.grid-x > .small-3,.grid-x > .small-2,.grid-x > .small-1,.grid-x > .small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .small-shrink{width:auto;}.grid-x > .small-1{width:8.3333333333%;}.grid-x > .small-2{width:16.6666666667%;}.grid-x > .small-3{width:25%;}.grid-x > .small-4{width:33.3333333333%;}.grid-x > .small-5{width:41.6666666667%;}.grid-x > .small-6{width:50%;}.grid-x > .small-7{width:58.3333333333%;}.grid-x > .small-8{width:66.6666666667%;}.grid-x > .small-9{width:75%;}.grid-x > .small-10{width:83.3333333333%;}.grid-x > .small-11{width:91.6666666667%;}.grid-x > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.grid-x > .medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .medium-12,.grid-x > .medium-11,.grid-x > .medium-10,.grid-x > .medium-9,.grid-x > .medium-8,.grid-x > .medium-7,.grid-x > .medium-6,.grid-x > .medium-5,.grid-x > .medium-4,.grid-x > .medium-3,.grid-x > .medium-2,.grid-x > .medium-1,.grid-x > .medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .medium-shrink{width:auto;}.grid-x > .medium-1{width:8.3333333333%;}.grid-x > .medium-2{width:16.6666666667%;}.grid-x > .medium-3{width:25%;}.grid-x > .medium-4{width:33.3333333333%;}.grid-x > .medium-5{width:41.6666666667%;}.grid-x > .medium-6{width:50%;}.grid-x > .medium-7{width:58.3333333333%;}.grid-x > .medium-8{width:66.6666666667%;}.grid-x > .medium-9{width:75%;}.grid-x > .medium-10{width:83.3333333333%;}.grid-x > .medium-11{width:91.6666666667%;}.grid-x > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.grid-x > .large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .large-12,.grid-x > .large-11,.grid-x > .large-10,.grid-x > .large-9,.grid-x > .large-8,.grid-x > .large-7,.grid-x > .large-6,.grid-x > .large-5,.grid-x > .large-4,.grid-x > .large-3,.grid-x > .large-2,.grid-x > .large-1,.grid-x > .large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .large-shrink{width:auto;}.grid-x > .large-1{width:8.3333333333%;}.grid-x > .large-2{width:16.6666666667%;}.grid-x > .large-3{width:25%;}.grid-x > .large-4{width:33.3333333333%;}.grid-x > .large-5{width:41.6666666667%;}.grid-x > .large-6{width:50%;}.grid-x > .large-7{width:58.3333333333%;}.grid-x > .large-8{width:66.6666666667%;}.grid-x > .large-9{width:75%;}.grid-x > .large-10{width:83.3333333333%;}.grid-x > .large-11{width:91.6666666667%;}.grid-x > .large-12{width:100%;}}.grid-margin-x:not(.grid-x) > .cell{width:auto;}.grid-margin-y:not(.grid-y) > .cell{height:auto;}.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem;}.grid-margin-x > .cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}.grid-margin-x > .auto{width:auto;}.grid-margin-x > .shrink{width:auto;}.grid-margin-x > .initial-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .initial-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .initial-3{width:calc(25% - 2.5rem);}.grid-margin-x > .initial-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .initial-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .initial-6{width:calc(50% - 2.5rem);}.grid-margin-x > .initial-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .initial-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .initial-9{width:calc(75% - 2.5rem);}.grid-margin-x > .initial-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .initial-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .initial-12{width:calc(100% - 2.5rem);}@media print,screen and (min-width:20.0625em){.grid-margin-x > .tiny-auto{width:auto;}.grid-margin-x > .tiny-shrink{width:auto;}.grid-margin-x > .tiny-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .tiny-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .tiny-3{width:calc(25% - 2.5rem);}.grid-margin-x > .tiny-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .tiny-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .tiny-6{width:calc(50% - 2.5rem);}.grid-margin-x > .tiny-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .tiny-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .tiny-9{width:calc(75% - 2.5rem);}.grid-margin-x > .tiny-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .tiny-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .tiny-12{width:calc(100% - 2.5rem);}}@media print,screen and (min-width:40.0625em){.grid-margin-x > .small-auto{width:auto;}.grid-margin-x > .small-shrink{width:auto;}.grid-margin-x > .small-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .small-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .small-3{width:calc(25% - 2.5rem);}.grid-margin-x > .small-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .small-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .small-6{width:calc(50% - 2.5rem);}.grid-margin-x > .small-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .small-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .small-9{width:calc(75% - 2.5rem);}.grid-margin-x > .small-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .small-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .small-12{width:calc(100% - 2.5rem);}}@media print,screen and (min-width:48.0625em){.grid-margin-x > .medium-auto{width:auto;}.grid-margin-x > .medium-shrink{width:auto;}.grid-margin-x > .medium-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .medium-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .medium-3{width:calc(25% - 2.5rem);}.grid-margin-x > .medium-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .medium-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .medium-6{width:calc(50% - 2.5rem);}.grid-margin-x > .medium-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .medium-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .medium-9{width:calc(75% - 2.5rem);}.grid-margin-x > .medium-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .medium-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .medium-12{width:calc(100% - 2.5rem);}}@media print,screen and (min-width:64.0625em){.grid-margin-x > .large-auto{width:auto;}.grid-margin-x > .large-shrink{width:auto;}.grid-margin-x > .large-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .large-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .large-3{width:calc(25% - 2.5rem);}.grid-margin-x > .large-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .large-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .large-6{width:calc(50% - 2.5rem);}.grid-margin-x > .large-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .large-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .large-9{width:calc(75% - 2.5rem);}.grid-margin-x > .large-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .large-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .large-12{width:calc(100% - 2.5rem);}}.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem;}.grid-container:not(.full) > .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem;}.grid-padding-x > .cell{padding-right:1.25rem;padding-left:1.25rem;}.initial-up-1 > .cell{width:100%;}.initial-up-2 > .cell{width:50%;}.initial-up-3 > .cell{width:33.3333333333%;}.initial-up-4 > .cell{width:25%;}.initial-up-5 > .cell{width:20%;}.initial-up-6 > .cell{width:16.6666666667%;}.initial-up-7 > .cell{width:14.2857142857%;}.initial-up-8 > .cell{width:12.5%;}@media print,screen and (min-width:20.0625em){.tiny-up-1 > .cell{width:100%;}.tiny-up-2 > .cell{width:50%;}.tiny-up-3 > .cell{width:33.3333333333%;}.tiny-up-4 > .cell{width:25%;}.tiny-up-5 > .cell{width:20%;}.tiny-up-6 > .cell{width:16.6666666667%;}.tiny-up-7 > .cell{width:14.2857142857%;}.tiny-up-8 > .cell{width:12.5%;}}@media print,screen and (min-width:40.0625em){.small-up-1 > .cell{width:100%;}.small-up-2 > .cell{width:50%;}.small-up-3 > .cell{width:33.3333333333%;}.small-up-4 > .cell{width:25%;}.small-up-5 > .cell{width:20%;}.small-up-6 > .cell{width:16.6666666667%;}.small-up-7 > .cell{width:14.2857142857%;}.small-up-8 > .cell{width:12.5%;}}@media print,screen and (min-width:48.0625em){.medium-up-1 > .cell{width:100%;}.medium-up-2 > .cell{width:50%;}.medium-up-3 > .cell{width:33.3333333333%;}.medium-up-4 > .cell{width:25%;}.medium-up-5 > .cell{width:20%;}.medium-up-6 > .cell{width:16.6666666667%;}.medium-up-7 > .cell{width:14.2857142857%;}.medium-up-8 > .cell{width:12.5%;}}@media print,screen and (min-width:64.0625em){.large-up-1 > .cell{width:100%;}.large-up-2 > .cell{width:50%;}.large-up-3 > .cell{width:33.3333333333%;}.large-up-4 > .cell{width:25%;}.large-up-5 > .cell{width:20%;}.large-up-6 > .cell{width:16.6666666667%;}.large-up-7 > .cell{width:14.2857142857%;}.large-up-8 > .cell{width:12.5%;}}.grid-margin-x.initial-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.initial-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.initial-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.initial-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.initial-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.initial-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.initial-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.initial-up-8 > .cell{width:calc(12.5% - 2.5rem);}@media print,screen and (min-width:20.0625em){.grid-margin-x.tiny-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.tiny-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.tiny-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.tiny-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.tiny-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.tiny-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.tiny-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.tiny-up-8 > .cell{width:calc(12.5% - 2.5rem);}}@media print,screen and (min-width:40.0625em){.grid-margin-x.small-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.small-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.small-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.small-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.small-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.small-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.small-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.small-up-8 > .cell{width:calc(12.5% - 2.5rem);}}@media print,screen and (min-width:48.0625em){.grid-margin-x.medium-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.medium-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.medium-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.medium-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.medium-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.medium-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.medium-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.medium-up-8 > .cell{width:calc(12.5% - 2.5rem);}}@media print,screen and (min-width:64.0625em){.grid-margin-x.large-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.large-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.large-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.large-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.large-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.large-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.large-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.large-up-8 > .cell{width:calc(12.5% - 2.5rem);}}.initial-margin-collapse{margin-right:0;margin-left:0;}.initial-margin-collapse > .cell{margin-right:0;margin-left:0;}.initial-margin-collapse > .initial-1{width:8.3333333333%;}.initial-margin-collapse > .initial-2{width:16.6666666667%;}.initial-margin-collapse > .initial-3{width:25%;}.initial-margin-collapse > .initial-4{width:33.3333333333%;}.initial-margin-collapse > .initial-5{width:41.6666666667%;}.initial-margin-collapse > .initial-6{width:50%;}.initial-margin-collapse > .initial-7{width:58.3333333333%;}.initial-margin-collapse > .initial-8{width:66.6666666667%;}.initial-margin-collapse > .initial-9{width:75%;}.initial-margin-collapse > .initial-10{width:83.3333333333%;}.initial-margin-collapse > .initial-11{width:91.6666666667%;}.initial-margin-collapse > .initial-12{width:100%;}@media print,screen and (min-width:20.0625em){.initial-margin-collapse > .tiny-1{width:8.3333333333%;}.initial-margin-collapse > .tiny-2{width:16.6666666667%;}.initial-margin-collapse > .tiny-3{width:25%;}.initial-margin-collapse > .tiny-4{width:33.3333333333%;}.initial-margin-collapse > .tiny-5{width:41.6666666667%;}.initial-margin-collapse > .tiny-6{width:50%;}.initial-margin-collapse > .tiny-7{width:58.3333333333%;}.initial-margin-collapse > .tiny-8{width:66.6666666667%;}.initial-margin-collapse > .tiny-9{width:75%;}.initial-margin-collapse > .tiny-10{width:83.3333333333%;}.initial-margin-collapse > .tiny-11{width:91.6666666667%;}.initial-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.initial-margin-collapse > .small-1{width:8.3333333333%;}.initial-margin-collapse > .small-2{width:16.6666666667%;}.initial-margin-collapse > .small-3{width:25%;}.initial-margin-collapse > .small-4{width:33.3333333333%;}.initial-margin-collapse > .small-5{width:41.6666666667%;}.initial-margin-collapse > .small-6{width:50%;}.initial-margin-collapse > .small-7{width:58.3333333333%;}.initial-margin-collapse > .small-8{width:66.6666666667%;}.initial-margin-collapse > .small-9{width:75%;}.initial-margin-collapse > .small-10{width:83.3333333333%;}.initial-margin-collapse > .small-11{width:91.6666666667%;}.initial-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.initial-margin-collapse > .medium-1{width:8.3333333333%;}.initial-margin-collapse > .medium-2{width:16.6666666667%;}.initial-margin-collapse > .medium-3{width:25%;}.initial-margin-collapse > .medium-4{width:33.3333333333%;}.initial-margin-collapse > .medium-5{width:41.6666666667%;}.initial-margin-collapse > .medium-6{width:50%;}.initial-margin-collapse > .medium-7{width:58.3333333333%;}.initial-margin-collapse > .medium-8{width:66.6666666667%;}.initial-margin-collapse > .medium-9{width:75%;}.initial-margin-collapse > .medium-10{width:83.3333333333%;}.initial-margin-collapse > .medium-11{width:91.6666666667%;}.initial-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.initial-margin-collapse > .large-1{width:8.3333333333%;}.initial-margin-collapse > .large-2{width:16.6666666667%;}.initial-margin-collapse > .large-3{width:25%;}.initial-margin-collapse > .large-4{width:33.3333333333%;}.initial-margin-collapse > .large-5{width:41.6666666667%;}.initial-margin-collapse > .large-6{width:50%;}.initial-margin-collapse > .large-7{width:58.3333333333%;}.initial-margin-collapse > .large-8{width:66.6666666667%;}.initial-margin-collapse > .large-9{width:75%;}.initial-margin-collapse > .large-10{width:83.3333333333%;}.initial-margin-collapse > .large-11{width:91.6666666667%;}.initial-margin-collapse > .large-12{width:100%;}}.initial-padding-collapse{margin-right:0;margin-left:0;}.initial-padding-collapse > .cell{padding-right:0;padding-left:0;}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse{margin-right:0;margin-left:0;}.tiny-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse > .initial-1{width:8.3333333333%;}.tiny-margin-collapse > .initial-2{width:16.6666666667%;}.tiny-margin-collapse > .initial-3{width:25%;}.tiny-margin-collapse > .initial-4{width:33.3333333333%;}.tiny-margin-collapse > .initial-5{width:41.6666666667%;}.tiny-margin-collapse > .initial-6{width:50%;}.tiny-margin-collapse > .initial-7{width:58.3333333333%;}.tiny-margin-collapse > .initial-8{width:66.6666666667%;}.tiny-margin-collapse > .initial-9{width:75%;}.tiny-margin-collapse > .initial-10{width:83.3333333333%;}.tiny-margin-collapse > .initial-11{width:91.6666666667%;}.tiny-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse > .tiny-1{width:8.3333333333%;}.tiny-margin-collapse > .tiny-2{width:16.6666666667%;}.tiny-margin-collapse > .tiny-3{width:25%;}.tiny-margin-collapse > .tiny-4{width:33.3333333333%;}.tiny-margin-collapse > .tiny-5{width:41.6666666667%;}.tiny-margin-collapse > .tiny-6{width:50%;}.tiny-margin-collapse > .tiny-7{width:58.3333333333%;}.tiny-margin-collapse > .tiny-8{width:66.6666666667%;}.tiny-margin-collapse > .tiny-9{width:75%;}.tiny-margin-collapse > .tiny-10{width:83.3333333333%;}.tiny-margin-collapse > .tiny-11{width:91.6666666667%;}.tiny-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.tiny-margin-collapse > .small-1{width:8.3333333333%;}.tiny-margin-collapse > .small-2{width:16.6666666667%;}.tiny-margin-collapse > .small-3{width:25%;}.tiny-margin-collapse > .small-4{width:33.3333333333%;}.tiny-margin-collapse > .small-5{width:41.6666666667%;}.tiny-margin-collapse > .small-6{width:50%;}.tiny-margin-collapse > .small-7{width:58.3333333333%;}.tiny-margin-collapse > .small-8{width:66.6666666667%;}.tiny-margin-collapse > .small-9{width:75%;}.tiny-margin-collapse > .small-10{width:83.3333333333%;}.tiny-margin-collapse > .small-11{width:91.6666666667%;}.tiny-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.tiny-margin-collapse > .medium-1{width:8.3333333333%;}.tiny-margin-collapse > .medium-2{width:16.6666666667%;}.tiny-margin-collapse > .medium-3{width:25%;}.tiny-margin-collapse > .medium-4{width:33.3333333333%;}.tiny-margin-collapse > .medium-5{width:41.6666666667%;}.tiny-margin-collapse > .medium-6{width:50%;}.tiny-margin-collapse > .medium-7{width:58.3333333333%;}.tiny-margin-collapse > .medium-8{width:66.6666666667%;}.tiny-margin-collapse > .medium-9{width:75%;}.tiny-margin-collapse > .medium-10{width:83.3333333333%;}.tiny-margin-collapse > .medium-11{width:91.6666666667%;}.tiny-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.tiny-margin-collapse > .large-1{width:8.3333333333%;}.tiny-margin-collapse > .large-2{width:16.6666666667%;}.tiny-margin-collapse > .large-3{width:25%;}.tiny-margin-collapse > .large-4{width:33.3333333333%;}.tiny-margin-collapse > .large-5{width:41.6666666667%;}.tiny-margin-collapse > .large-6{width:50%;}.tiny-margin-collapse > .large-7{width:58.3333333333%;}.tiny-margin-collapse > .large-8{width:66.6666666667%;}.tiny-margin-collapse > .large-9{width:75%;}.tiny-margin-collapse > .large-10{width:83.3333333333%;}.tiny-margin-collapse > .large-11{width:91.6666666667%;}.tiny-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:20.0625em){.tiny-padding-collapse{margin-right:0;margin-left:0;}.tiny-padding-collapse > .cell{padding-right:0;padding-left:0;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse{margin-right:0;margin-left:0;}.small-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse > .initial-1{width:8.3333333333%;}.small-margin-collapse > .initial-2{width:16.6666666667%;}.small-margin-collapse > .initial-3{width:25%;}.small-margin-collapse > .initial-4{width:33.3333333333%;}.small-margin-collapse > .initial-5{width:41.6666666667%;}.small-margin-collapse > .initial-6{width:50%;}.small-margin-collapse > .initial-7{width:58.3333333333%;}.small-margin-collapse > .initial-8{width:66.6666666667%;}.small-margin-collapse > .initial-9{width:75%;}.small-margin-collapse > .initial-10{width:83.3333333333%;}.small-margin-collapse > .initial-11{width:91.6666666667%;}.small-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse > .tiny-1{width:8.3333333333%;}.small-margin-collapse > .tiny-2{width:16.6666666667%;}.small-margin-collapse > .tiny-3{width:25%;}.small-margin-collapse > .tiny-4{width:33.3333333333%;}.small-margin-collapse > .tiny-5{width:41.6666666667%;}.small-margin-collapse > .tiny-6{width:50%;}.small-margin-collapse > .tiny-7{width:58.3333333333%;}.small-margin-collapse > .tiny-8{width:66.6666666667%;}.small-margin-collapse > .tiny-9{width:75%;}.small-margin-collapse > .tiny-10{width:83.3333333333%;}.small-margin-collapse > .tiny-11{width:91.6666666667%;}.small-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse > .small-1{width:8.3333333333%;}.small-margin-collapse > .small-2{width:16.6666666667%;}.small-margin-collapse > .small-3{width:25%;}.small-margin-collapse > .small-4{width:33.3333333333%;}.small-margin-collapse > .small-5{width:41.6666666667%;}.small-margin-collapse > .small-6{width:50%;}.small-margin-collapse > .small-7{width:58.3333333333%;}.small-margin-collapse > .small-8{width:66.6666666667%;}.small-margin-collapse > .small-9{width:75%;}.small-margin-collapse > .small-10{width:83.3333333333%;}.small-margin-collapse > .small-11{width:91.6666666667%;}.small-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.small-margin-collapse > .medium-1{width:8.3333333333%;}.small-margin-collapse > .medium-2{width:16.6666666667%;}.small-margin-collapse > .medium-3{width:25%;}.small-margin-collapse > .medium-4{width:33.3333333333%;}.small-margin-collapse > .medium-5{width:41.6666666667%;}.small-margin-collapse > .medium-6{width:50%;}.small-margin-collapse > .medium-7{width:58.3333333333%;}.small-margin-collapse > .medium-8{width:66.6666666667%;}.small-margin-collapse > .medium-9{width:75%;}.small-margin-collapse > .medium-10{width:83.3333333333%;}.small-margin-collapse > .medium-11{width:91.6666666667%;}.small-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.small-margin-collapse > .large-1{width:8.3333333333%;}.small-margin-collapse > .large-2{width:16.6666666667%;}.small-margin-collapse > .large-3{width:25%;}.small-margin-collapse > .large-4{width:33.3333333333%;}.small-margin-collapse > .large-5{width:41.6666666667%;}.small-margin-collapse > .large-6{width:50%;}.small-margin-collapse > .large-7{width:58.3333333333%;}.small-margin-collapse > .large-8{width:66.6666666667%;}.small-margin-collapse > .large-9{width:75%;}.small-margin-collapse > .large-10{width:83.3333333333%;}.small-margin-collapse > .large-11{width:91.6666666667%;}.small-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:40.0625em){.small-padding-collapse{margin-right:0;margin-left:0;}.small-padding-collapse > .cell{padding-right:0;padding-left:0;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse{margin-right:0;margin-left:0;}.medium-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .initial-1{width:8.3333333333%;}.medium-margin-collapse > .initial-2{width:16.6666666667%;}.medium-margin-collapse > .initial-3{width:25%;}.medium-margin-collapse > .initial-4{width:33.3333333333%;}.medium-margin-collapse > .initial-5{width:41.6666666667%;}.medium-margin-collapse > .initial-6{width:50%;}.medium-margin-collapse > .initial-7{width:58.3333333333%;}.medium-margin-collapse > .initial-8{width:66.6666666667%;}.medium-margin-collapse > .initial-9{width:75%;}.medium-margin-collapse > .initial-10{width:83.3333333333%;}.medium-margin-collapse > .initial-11{width:91.6666666667%;}.medium-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .tiny-1{width:8.3333333333%;}.medium-margin-collapse > .tiny-2{width:16.6666666667%;}.medium-margin-collapse > .tiny-3{width:25%;}.medium-margin-collapse > .tiny-4{width:33.3333333333%;}.medium-margin-collapse > .tiny-5{width:41.6666666667%;}.medium-margin-collapse > .tiny-6{width:50%;}.medium-margin-collapse > .tiny-7{width:58.3333333333%;}.medium-margin-collapse > .tiny-8{width:66.6666666667%;}.medium-margin-collapse > .tiny-9{width:75%;}.medium-margin-collapse > .tiny-10{width:83.3333333333%;}.medium-margin-collapse > .tiny-11{width:91.6666666667%;}.medium-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .small-1{width:8.3333333333%;}.medium-margin-collapse > .small-2{width:16.6666666667%;}.medium-margin-collapse > .small-3{width:25%;}.medium-margin-collapse > .small-4{width:33.3333333333%;}.medium-margin-collapse > .small-5{width:41.6666666667%;}.medium-margin-collapse > .small-6{width:50%;}.medium-margin-collapse > .small-7{width:58.3333333333%;}.medium-margin-collapse > .small-8{width:66.6666666667%;}.medium-margin-collapse > .small-9{width:75%;}.medium-margin-collapse > .small-10{width:83.3333333333%;}.medium-margin-collapse > .small-11{width:91.6666666667%;}.medium-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .medium-1{width:8.3333333333%;}.medium-margin-collapse > .medium-2{width:16.6666666667%;}.medium-margin-collapse > .medium-3{width:25%;}.medium-margin-collapse > .medium-4{width:33.3333333333%;}.medium-margin-collapse > .medium-5{width:41.6666666667%;}.medium-margin-collapse > .medium-6{width:50%;}.medium-margin-collapse > .medium-7{width:58.3333333333%;}.medium-margin-collapse > .medium-8{width:66.6666666667%;}.medium-margin-collapse > .medium-9{width:75%;}.medium-margin-collapse > .medium-10{width:83.3333333333%;}.medium-margin-collapse > .medium-11{width:91.6666666667%;}.medium-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.medium-margin-collapse > .large-1{width:8.3333333333%;}.medium-margin-collapse > .large-2{width:16.6666666667%;}.medium-margin-collapse > .large-3{width:25%;}.medium-margin-collapse > .large-4{width:33.3333333333%;}.medium-margin-collapse > .large-5{width:41.6666666667%;}.medium-margin-collapse > .large-6{width:50%;}.medium-margin-collapse > .large-7{width:58.3333333333%;}.medium-margin-collapse > .large-8{width:66.6666666667%;}.medium-margin-collapse > .large-9{width:75%;}.medium-margin-collapse > .large-10{width:83.3333333333%;}.medium-margin-collapse > .large-11{width:91.6666666667%;}.medium-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-padding-collapse{margin-right:0;margin-left:0;}.medium-padding-collapse > .cell{padding-right:0;padding-left:0;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse{margin-right:0;margin-left:0;}.large-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .initial-1{width:8.3333333333%;}.large-margin-collapse > .initial-2{width:16.6666666667%;}.large-margin-collapse > .initial-3{width:25%;}.large-margin-collapse > .initial-4{width:33.3333333333%;}.large-margin-collapse > .initial-5{width:41.6666666667%;}.large-margin-collapse > .initial-6{width:50%;}.large-margin-collapse > .initial-7{width:58.3333333333%;}.large-margin-collapse > .initial-8{width:66.6666666667%;}.large-margin-collapse > .initial-9{width:75%;}.large-margin-collapse > .initial-10{width:83.3333333333%;}.large-margin-collapse > .initial-11{width:91.6666666667%;}.large-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .tiny-1{width:8.3333333333%;}.large-margin-collapse > .tiny-2{width:16.6666666667%;}.large-margin-collapse > .tiny-3{width:25%;}.large-margin-collapse > .tiny-4{width:33.3333333333%;}.large-margin-collapse > .tiny-5{width:41.6666666667%;}.large-margin-collapse > .tiny-6{width:50%;}.large-margin-collapse > .tiny-7{width:58.3333333333%;}.large-margin-collapse > .tiny-8{width:66.6666666667%;}.large-margin-collapse > .tiny-9{width:75%;}.large-margin-collapse > .tiny-10{width:83.3333333333%;}.large-margin-collapse > .tiny-11{width:91.6666666667%;}.large-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .small-1{width:8.3333333333%;}.large-margin-collapse > .small-2{width:16.6666666667%;}.large-margin-collapse > .small-3{width:25%;}.large-margin-collapse > .small-4{width:33.3333333333%;}.large-margin-collapse > .small-5{width:41.6666666667%;}.large-margin-collapse > .small-6{width:50%;}.large-margin-collapse > .small-7{width:58.3333333333%;}.large-margin-collapse > .small-8{width:66.6666666667%;}.large-margin-collapse > .small-9{width:75%;}.large-margin-collapse > .small-10{width:83.3333333333%;}.large-margin-collapse > .small-11{width:91.6666666667%;}.large-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .medium-1{width:8.3333333333%;}.large-margin-collapse > .medium-2{width:16.6666666667%;}.large-margin-collapse > .medium-3{width:25%;}.large-margin-collapse > .medium-4{width:33.3333333333%;}.large-margin-collapse > .medium-5{width:41.6666666667%;}.large-margin-collapse > .medium-6{width:50%;}.large-margin-collapse > .medium-7{width:58.3333333333%;}.large-margin-collapse > .medium-8{width:66.6666666667%;}.large-margin-collapse > .medium-9{width:75%;}.large-margin-collapse > .medium-10{width:83.3333333333%;}.large-margin-collapse > .medium-11{width:91.6666666667%;}.large-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .large-1{width:8.3333333333%;}.large-margin-collapse > .large-2{width:16.6666666667%;}.large-margin-collapse > .large-3{width:25%;}.large-margin-collapse > .large-4{width:33.3333333333%;}.large-margin-collapse > .large-5{width:41.6666666667%;}.large-margin-collapse > .large-6{width:50%;}.large-margin-collapse > .large-7{width:58.3333333333%;}.large-margin-collapse > .large-8{width:66.6666666667%;}.large-margin-collapse > .large-9{width:75%;}.large-margin-collapse > .large-10{width:83.3333333333%;}.large-margin-collapse > .large-11{width:91.6666666667%;}.large-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-padding-collapse{margin-right:0;margin-left:0;}.large-padding-collapse > .cell{padding-right:0;padding-left:0;}}.initial-offset-0{margin-left:0%;}.grid-margin-x > .initial-offset-0{margin-left:calc(0% + 2.5rem / 2);}.initial-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .initial-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.initial-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .initial-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.initial-offset-3{margin-left:25%;}.grid-margin-x > .initial-offset-3{margin-left:calc(25% + 2.5rem / 2);}.initial-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .initial-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.initial-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .initial-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.initial-offset-6{margin-left:50%;}.grid-margin-x > .initial-offset-6{margin-left:calc(50% + 2.5rem / 2);}.initial-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .initial-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.initial-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .initial-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.initial-offset-9{margin-left:75%;}.grid-margin-x > .initial-offset-9{margin-left:calc(75% + 2.5rem / 2);}.initial-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .initial-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.initial-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .initial-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}@media print,screen and (min-width:20.0625em){.tiny-offset-0{margin-left:0%;}.grid-margin-x > .tiny-offset-0{margin-left:calc(0% + 2.5rem / 2);}.tiny-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .tiny-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.tiny-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .tiny-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.tiny-offset-3{margin-left:25%;}.grid-margin-x > .tiny-offset-3{margin-left:calc(25% + 2.5rem / 2);}.tiny-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .tiny-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.tiny-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .tiny-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.tiny-offset-6{margin-left:50%;}.grid-margin-x > .tiny-offset-6{margin-left:calc(50% + 2.5rem / 2);}.tiny-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .tiny-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.tiny-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .tiny-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.tiny-offset-9{margin-left:75%;}.grid-margin-x > .tiny-offset-9{margin-left:calc(75% + 2.5rem / 2);}.tiny-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .tiny-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.tiny-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .tiny-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}@media print,screen and (min-width:40.0625em){.small-offset-0{margin-left:0%;}.grid-margin-x > .small-offset-0{margin-left:calc(0% + 2.5rem / 2);}.small-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .small-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.small-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .small-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.small-offset-3{margin-left:25%;}.grid-margin-x > .small-offset-3{margin-left:calc(25% + 2.5rem / 2);}.small-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .small-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.small-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .small-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.small-offset-6{margin-left:50%;}.grid-margin-x > .small-offset-6{margin-left:calc(50% + 2.5rem / 2);}.small-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .small-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.small-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .small-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.small-offset-9{margin-left:75%;}.grid-margin-x > .small-offset-9{margin-left:calc(75% + 2.5rem / 2);}.small-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .small-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.small-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .small-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}@media print,screen and (min-width:48.0625em){.medium-offset-0{margin-left:0%;}.grid-margin-x > .medium-offset-0{margin-left:calc(0% + 2.5rem / 2);}.medium-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .medium-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.medium-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .medium-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.medium-offset-3{margin-left:25%;}.grid-margin-x > .medium-offset-3{margin-left:calc(25% + 2.5rem / 2);}.medium-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .medium-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.medium-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .medium-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.medium-offset-6{margin-left:50%;}.grid-margin-x > .medium-offset-6{margin-left:calc(50% + 2.5rem / 2);}.medium-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .medium-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.medium-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .medium-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.medium-offset-9{margin-left:75%;}.grid-margin-x > .medium-offset-9{margin-left:calc(75% + 2.5rem / 2);}.medium-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .medium-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.medium-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .medium-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}@media print,screen and (min-width:64.0625em){.large-offset-0{margin-left:0%;}.grid-margin-x > .large-offset-0{margin-left:calc(0% + 2.5rem / 2);}.large-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .large-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.large-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .large-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.large-offset-3{margin-left:25%;}.grid-margin-x > .large-offset-3{margin-left:calc(25% + 2.5rem / 2);}.large-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .large-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.large-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .large-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.large-offset-6{margin-left:50%;}.grid-margin-x > .large-offset-6{margin-left:calc(50% + 2.5rem / 2);}.large-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .large-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.large-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .large-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.large-offset-9{margin-left:75%;}.grid-margin-x > .large-offset-9{margin-left:calc(75% + 2.5rem / 2);}.large-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .large-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.large-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .large-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}.grid-y{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}.grid-y > .cell{height:auto;max-height:none;}.grid-y > .auto{height:auto;}.grid-y > .shrink{height:auto;}.grid-y > .initial-shrink,.grid-y > .initial-full,.grid-y > .initial-1,.grid-y > .initial-2,.grid-y > .initial-3,.grid-y > .initial-4,.grid-y > .initial-5,.grid-y > .initial-6,.grid-y > .initial-7,.grid-y > .initial-8,.grid-y > .initial-9,.grid-y > .initial-10,.grid-y > .initial-11,.grid-y > .initial-12{-ms-flex-preferred-size:auto;flex-basis:auto;}@media print,screen and (min-width:20.0625em){.grid-y > .tiny-shrink,.grid-y > .tiny-full,.grid-y > .tiny-1,.grid-y > .tiny-2,.grid-y > .tiny-3,.grid-y > .tiny-4,.grid-y > .tiny-5,.grid-y > .tiny-6,.grid-y > .tiny-7,.grid-y > .tiny-8,.grid-y > .tiny-9,.grid-y > .tiny-10,.grid-y > .tiny-11,.grid-y > .tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:40.0625em){.grid-y > .small-shrink,.grid-y > .small-full,.grid-y > .small-1,.grid-y > .small-2,.grid-y > .small-3,.grid-y > .small-4,.grid-y > .small-5,.grid-y > .small-6,.grid-y > .small-7,.grid-y > .small-8,.grid-y > .small-9,.grid-y > .small-10,.grid-y > .small-11,.grid-y > .small-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:48.0625em){.grid-y > .medium-shrink,.grid-y > .medium-full,.grid-y > .medium-1,.grid-y > .medium-2,.grid-y > .medium-3,.grid-y > .medium-4,.grid-y > .medium-5,.grid-y > .medium-6,.grid-y > .medium-7,.grid-y > .medium-8,.grid-y > .medium-9,.grid-y > .medium-10,.grid-y > .medium-11,.grid-y > .medium-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:64.0625em){.grid-y > .large-shrink,.grid-y > .large-full,.grid-y > .large-1,.grid-y > .large-2,.grid-y > .large-3,.grid-y > .large-4,.grid-y > .large-5,.grid-y > .large-6,.grid-y > .large-7,.grid-y > .large-8,.grid-y > .large-9,.grid-y > .large-10,.grid-y > .large-11,.grid-y > .large-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}.grid-y > .initial-12,.grid-y > .initial-11,.grid-y > .initial-10,.grid-y > .initial-9,.grid-y > .initial-8,.grid-y > .initial-7,.grid-y > .initial-6,.grid-y > .initial-5,.grid-y > .initial-4,.grid-y > .initial-3,.grid-y > .initial-2,.grid-y > .initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .initial-1{height:8.3333333333%;}.grid-y > .initial-2{height:16.6666666667%;}.grid-y > .initial-3{height:25%;}.grid-y > .initial-4{height:33.3333333333%;}.grid-y > .initial-5{height:41.6666666667%;}.grid-y > .initial-6{height:50%;}.grid-y > .initial-7{height:58.3333333333%;}.grid-y > .initial-8{height:66.6666666667%;}.grid-y > .initial-9{height:75%;}.grid-y > .initial-10{height:83.3333333333%;}.grid-y > .initial-11{height:91.6666666667%;}.grid-y > .initial-12{height:100%;}@media print,screen and (min-width:20.0625em){.grid-y > .tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .tiny-12,.grid-y > .tiny-11,.grid-y > .tiny-10,.grid-y > .tiny-9,.grid-y > .tiny-8,.grid-y > .tiny-7,.grid-y > .tiny-6,.grid-y > .tiny-5,.grid-y > .tiny-4,.grid-y > .tiny-3,.grid-y > .tiny-2,.grid-y > .tiny-1,.grid-y > .tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .tiny-shrink{height:auto;}.grid-y > .tiny-1{height:8.3333333333%;}.grid-y > .tiny-2{height:16.6666666667%;}.grid-y > .tiny-3{height:25%;}.grid-y > .tiny-4{height:33.3333333333%;}.grid-y > .tiny-5{height:41.6666666667%;}.grid-y > .tiny-6{height:50%;}.grid-y > .tiny-7{height:58.3333333333%;}.grid-y > .tiny-8{height:66.6666666667%;}.grid-y > .tiny-9{height:75%;}.grid-y > .tiny-10{height:83.3333333333%;}.grid-y > .tiny-11{height:91.6666666667%;}.grid-y > .tiny-12{height:100%;}}@media print,screen and (min-width:40.0625em){.grid-y > .small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .small-12,.grid-y > .small-11,.grid-y > .small-10,.grid-y > .small-9,.grid-y > .small-8,.grid-y > .small-7,.grid-y > .small-6,.grid-y > .small-5,.grid-y > .small-4,.grid-y > .small-3,.grid-y > .small-2,.grid-y > .small-1,.grid-y > .small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .small-shrink{height:auto;}.grid-y > .small-1{height:8.3333333333%;}.grid-y > .small-2{height:16.6666666667%;}.grid-y > .small-3{height:25%;}.grid-y > .small-4{height:33.3333333333%;}.grid-y > .small-5{height:41.6666666667%;}.grid-y > .small-6{height:50%;}.grid-y > .small-7{height:58.3333333333%;}.grid-y > .small-8{height:66.6666666667%;}.grid-y > .small-9{height:75%;}.grid-y > .small-10{height:83.3333333333%;}.grid-y > .small-11{height:91.6666666667%;}.grid-y > .small-12{height:100%;}}@media print,screen and (min-width:48.0625em){.grid-y > .medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .medium-12,.grid-y > .medium-11,.grid-y > .medium-10,.grid-y > .medium-9,.grid-y > .medium-8,.grid-y > .medium-7,.grid-y > .medium-6,.grid-y > .medium-5,.grid-y > .medium-4,.grid-y > .medium-3,.grid-y > .medium-2,.grid-y > .medium-1,.grid-y > .medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .medium-shrink{height:auto;}.grid-y > .medium-1{height:8.3333333333%;}.grid-y > .medium-2{height:16.6666666667%;}.grid-y > .medium-3{height:25%;}.grid-y > .medium-4{height:33.3333333333%;}.grid-y > .medium-5{height:41.6666666667%;}.grid-y > .medium-6{height:50%;}.grid-y > .medium-7{height:58.3333333333%;}.grid-y > .medium-8{height:66.6666666667%;}.grid-y > .medium-9{height:75%;}.grid-y > .medium-10{height:83.3333333333%;}.grid-y > .medium-11{height:91.6666666667%;}.grid-y > .medium-12{height:100%;}}@media print,screen and (min-width:64.0625em){.grid-y > .large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .large-12,.grid-y > .large-11,.grid-y > .large-10,.grid-y > .large-9,.grid-y > .large-8,.grid-y > .large-7,.grid-y > .large-6,.grid-y > .large-5,.grid-y > .large-4,.grid-y > .large-3,.grid-y > .large-2,.grid-y > .large-1,.grid-y > .large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .large-shrink{height:auto;}.grid-y > .large-1{height:8.3333333333%;}.grid-y > .large-2{height:16.6666666667%;}.grid-y > .large-3{height:25%;}.grid-y > .large-4{height:33.3333333333%;}.grid-y > .large-5{height:41.6666666667%;}.grid-y > .large-6{height:50%;}.grid-y > .large-7{height:58.3333333333%;}.grid-y > .large-8{height:66.6666666667%;}.grid-y > .large-9{height:75%;}.grid-y > .large-10{height:83.3333333333%;}.grid-y > .large-11{height:91.6666666667%;}.grid-y > .large-12{height:100%;}}.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem;}.grid-padding-y > .cell{padding-top:1.25rem;padding-bottom:1.25rem;}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem;}.grid-margin-y > .cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem;}.grid-margin-y > .auto{height:auto;}.grid-margin-y > .shrink{height:auto;}.grid-margin-y > .initial-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .initial-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .initial-3{height:calc(25% - 2.5rem);}.grid-margin-y > .initial-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .initial-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .initial-6{height:calc(50% - 2.5rem);}.grid-margin-y > .initial-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .initial-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .initial-9{height:calc(75% - 2.5rem);}.grid-margin-y > .initial-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .initial-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .initial-12{height:calc(100% - 2.5rem);}@media print,screen and (min-width:20.0625em){.grid-margin-y > .tiny-auto{height:auto;}.grid-margin-y > .tiny-shrink{height:auto;}.grid-margin-y > .tiny-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .tiny-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .tiny-3{height:calc(25% - 2.5rem);}.grid-margin-y > .tiny-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .tiny-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .tiny-6{height:calc(50% - 2.5rem);}.grid-margin-y > .tiny-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .tiny-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .tiny-9{height:calc(75% - 2.5rem);}.grid-margin-y > .tiny-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .tiny-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .tiny-12{height:calc(100% - 2.5rem);}}@media print,screen and (min-width:40.0625em){.grid-margin-y > .small-auto{height:auto;}.grid-margin-y > .small-shrink{height:auto;}.grid-margin-y > .small-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .small-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .small-3{height:calc(25% - 2.5rem);}.grid-margin-y > .small-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .small-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .small-6{height:calc(50% - 2.5rem);}.grid-margin-y > .small-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .small-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .small-9{height:calc(75% - 2.5rem);}.grid-margin-y > .small-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .small-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .small-12{height:calc(100% - 2.5rem);}}@media print,screen and (min-width:48.0625em){.grid-margin-y > .medium-auto{height:auto;}.grid-margin-y > .medium-shrink{height:auto;}.grid-margin-y > .medium-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .medium-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .medium-3{height:calc(25% - 2.5rem);}.grid-margin-y > .medium-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .medium-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .medium-6{height:calc(50% - 2.5rem);}.grid-margin-y > .medium-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .medium-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .medium-9{height:calc(75% - 2.5rem);}.grid-margin-y > .medium-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .medium-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .medium-12{height:calc(100% - 2.5rem);}}@media print,screen and (min-width:64.0625em){.grid-margin-y > .large-auto{height:auto;}.grid-margin-y > .large-shrink{height:auto;}.grid-margin-y > .large-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .large-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .large-3{height:calc(25% - 2.5rem);}.grid-margin-y > .large-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .large-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .large-6{height:calc(50% - 2.5rem);}.grid-margin-y > .large-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .large-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .large-9{height:calc(75% - 2.5rem);}.grid-margin-y > .large-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .large-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .large-12{height:calc(100% - 2.5rem);}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around;}.align-left.vertical.menu > li > a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.align-right.vertical.menu > li > a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.align-center.vertical.menu > li > a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.align-self-top{-ms-flex-item-align:start;align-self:flex-start;}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end;}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.align-self-middle{-ms-flex-item-align:center;align-self:center;}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch;}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;}.initial-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.initial-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.initial-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.initial-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.initial-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.initial-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}@media print,screen and (min-width:20.0625em){.tiny-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.tiny-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.tiny-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.tiny-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.tiny-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.tiny-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}@media print,screen and (min-width:40.0625em){.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}@media print,screen and (min-width:48.0625em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}@media print,screen and (min-width:64.0625em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media print,screen and (min-width:20.0625em){.tiny-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.tiny-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.tiny-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.tiny-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.tiny-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.tiny-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.tiny-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.tiny-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}@media print,screen and (min-width:40.0625em){.small-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.small-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.small-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.small-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.small-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.small-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.small-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.small-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}@media print,screen and (min-width:48.0625em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}@media print,screen and (min-width:64.0625em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.global-spacing--15x{margin-top:3rem;}@media print,screen and (min-width:48.0625em){.global-spacing--15x{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--15x{margin-top:7.5rem;}}.global-spacing--12x{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--12x{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--12x{margin-top:6rem;}}.global-spacing--10x{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--10x{margin-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--10x{margin-top:5rem;}}.global-spacing--8x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{margin-top:4rem;}}.global-spacing--7x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--7x{margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--7x{margin-top:3.5rem;}}.global-spacing--6x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--6x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--6x{margin-top:3rem;}}.global-spacing--5x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--5x{margin-top:2.5rem;}}.global-spacing--4x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:2rem;}}.global-spacing--3x{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.5rem;}}.global-spacing--2x{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--2x{margin-top:1rem;}}.global-spacing--1x{margin-top:0.5rem;}.global-margin--15x{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.global-margin--15x{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-margin--15x{margin-top:7.5rem;margin-bottom:7.5rem;}}.global-margin--12x{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-margin--12x{margin-top:6rem;margin-bottom:6rem;}}.global-margin--10x{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--10x{margin-top:3.5rem;margin-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:5rem;margin-bottom:5rem;}}.global-margin--8x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:3.5rem;margin-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:4rem;margin-bottom:4rem;}}.global-margin--7x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--7x{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.global-margin--7x{margin-top:3.5rem;margin-bottom:3.5rem;}}.global-margin--6x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--6x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--6x{margin-top:3rem;margin-bottom:3rem;}}.global-margin--5x{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2rem;margin-bottom:2rem;}}@media print,screen and (min-width:64.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem;}}.global-margin--4x{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:2rem;margin-bottom:2rem;}}.global-margin--3x{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:1.5rem;margin-bottom:1.5rem;}}.global-margin--2x{margin-top:0.5rem;margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--2x{margin-top:1rem;margin-bottom:1rem;}}.global-margin--1x{margin-top:0.5rem;margin-bottom:0.5rem;}.global-padding--15x{padding-top:3rem;padding-bottom:3rem;}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-top:7.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-bottom:7.5rem;}}.global-padding--12x{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-top:6rem;}}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-bottom:6rem;}}.global-padding--10x{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-top:5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:5rem;}}.global-padding--8x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-top:4rem;}}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-bottom:4rem;}}.global-padding--7x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--7x{padding-top:3rem;}}@media print,screen and (min-width:64.0625em){.global-padding--7x{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--7x{padding-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.global-padding--7x{padding-bottom:3.5rem;}}.global-padding--6x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-top:3rem;}}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-bottom:3rem;}}.global-padding--5x{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2rem;}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2rem;}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-bottom:2.5rem;}}.global-padding--4x{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:2rem;}}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:2rem;}}.global-padding--3x{padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:1.5rem;}}.global-padding--2x{padding-top:0.5rem;padding-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-top:1rem;}}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-bottom:1rem;}}.global-padding--1x{padding-top:0.5rem;padding-bottom:0.5rem;}.show-for-sr,.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.list--comma-separate ul{list-style:none;margin:0;padding:0;}.list--comma-separate li{display:inline-block;}.list--comma-separate li:not(:last-child){margin-right:0.25em;}.list--comma-separate li:nth-last-child(n+2)::after{content:",";}.text-margin-reset h1,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset p,.text-margin-reset span{margin:0;}.oho-animate{-webkit-transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;-webkit-transform:none;transform:none;opacity:1;}.oho-animate--ready{-webkit-transition:none;transition:none;}.oho-animate--ready.fade-in,.oho-animate--out.fade-in{opacity:0;}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0;}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0;}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{-webkit-transform:translateY(-5rem);transform:translateY(-5rem);opacity:0;}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);opacity:0;}.oho-animate:focus{-webkit-transform:none !important;transform:none !important;opacity:1 !important;}.wysiwyg .button,.btn{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.wysiwyg .button:hover,.wysiwyg .button:focus,.btn:hover,.btn:focus{text-decoration:none;outline:none;}.wysiwyg .button:disabled,.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.wysiwyg .button::after,.btn::after{color:#ffffff;}.wysiwyg .button:hover,.wysiwyg .button:focus,.btn:hover,.btn:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.wysiwyg .button:hover::after,.wysiwyg .button:focus::after,.btn:hover::after,.btn:focus::after{color:#ffffff;}@media print,screen and (min-width:48.0625em){.wysiwyg .button,.btn{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.btn--alternate,.btn--inverse{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#0f1012;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.btn--alternate::after,.btn--inverse::after{color:#0f1012;}.btn--alternate:hover,.btn--alternate:focus,.btn--inverse:hover,.btn--inverse:focus{color:#0f1012;background-color:#e9ded3;background-position:99% 100%;border-color:transparent;}.btn--alternate:hover::after,.btn--alternate:focus::after,.btn--inverse:hover::after,.btn--inverse:focus::after{color:#0f1012;}@media print,screen and (min-width:48.0625em){.btn--alternate,.btn--inverse{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.btn--ghost{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;background-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(rgba(249,245,242,0)),color-stop(33.33%,rgba(249,245,242,0)),color-stop(66.66%,rgba(249,245,242,0.5)),to(rgba(249,245,242,0.5)));background-image:linear-gradient(to right,rgba(249,245,242,0) 0%,rgba(249,245,242,0) 33.33%,rgba(249,245,242,0.5) 66.66%,rgba(249,245,242,0.5) 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8),color 800ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8),color 800ms cubic-bezier(1,0.63,0.47,0.8);border-color:#ffffff;position:relative;}.btn--ghost::after{color:#ffffff;-webkit-transition:color 800ms cubic-bezier(1,0.63,0.47,0.8);transition:color 800ms cubic-bezier(1,0.63,0.47,0.8);}.btn--ghost:hover,.btn--ghost:focus{color:#0f1012;background-color:transparent;background-position:99% 100%;border-color:#d4cfce;}.btn--ghost:hover::after,.btn--ghost:focus::after{color:#0f1012;}.btn--ghost:hover::before,.btn--ghost:focus::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #d4cfce;}@media print,screen and (min-width:48.0625em){.btn--ghost{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.btn--small{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;}.btn--align-right{display:table;margin-left:auto;}.btn--align-center{display:table;margin-right:auto;margin-left:auto;}.external{position:relative;}.external:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:0.25em;content:"\f08e";}[href^="/documents"]:after,a[data-entity-type=media]:after,[href$=".doc"]:after,[href$=".docx"]:after,[href$=".pdf"]:after,[href$=".ppt"]:after,[href$=".pptx"]:after,[href$=".xls"]:after,[href$=".xlsx"]:after,[href$=".zip"]:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:0.25em;content:"\f019";}.btn--centered{margin-left:auto;margin-right:auto;display:table;}.link-arrow{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.link-arrow.btn{padding-right:1.875rem;}.link-arrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.link-arrow:hover,.link-arrow:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.link-arrow:hover::after,.link-arrow:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}.link-arrow-alt{color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.link-arrow-alt.btn{padding-right:1.875rem;}.link-arrow-alt::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#ffffff;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.link-arrow-alt:hover,.link-arrow-alt:focus{color:#e9ded3;-webkit-text-decoration-color:#e9ded3;text-decoration-color:#e9ded3;}.link-arrow-alt:hover::after,.link-arrow-alt:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#e9ded3;}.title-arrow a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.title-arrow a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.title-arrow a:hover,.title-arrow a:focus{color:#0f1012;}.title-arrow a:hover::after,.title-arrow a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.title-arrow.title-arrow--headline-group a::after{content:none;}.title-arrow.title-arrow--headline-group a .headline-group__head::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.title-arrow.title-arrow--headline-group a .headline-group:hover .headline-group__head::after,.title-arrow.title-arrow--headline-group a .headline-group:focus .headline-group__head::after{-webkit-transform:translateX(8px);transform:translateX(8px);}.title-arrow.title-arrow--headline-group a .headline-group__superhead,.title-arrow.title-arrow--headline-group a .headline-group__subhead{color:#000;font-size:0.75em;font-weight:500;}a.arrow-link{font-family:nimbus-sans,verdana,sans-serif;font-weight:700;text-decoration:none;color:#d42121;}a.arrow-link::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}a.arrow-link:hover,a.arrow-link:focus{color:#0f1012;}a.arrow-link:hover::after,a.arrow-link:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0.5rem 0.875rem;border-width:1px;border-style:solid;border-color:inherit;border-radius:0;font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;}[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus,[type=date]:hover,[type=date]:focus,[type=datetime]:hover,[type=datetime]:focus,[type=datetime-local]:hover,[type=datetime-local]:focus,[type=month]:hover,[type=month]:focus,[type=week]:hover,[type=week]:focus,[type=email]:hover,[type=email]:focus,[type=number]:hover,[type=number]:focus,[type=search]:hover,[type=search]:focus,[type=tel]:hover,[type=tel]:focus,[type=time]:hover,[type=time]:focus,[type=url]:hover,[type=url]:focus,[type=color]:hover,[type=color]:focus,[type=file]:hover,[type=file]:focus,[type=image]:hover,[type=image]:focus,[type=submit]:hover,[type=submit]:focus,button:hover,button:focus,textarea:hover,textarea:focus,select:hover,select:focus,fieldset:hover,fieldset:focus{text-decoration:none;outline:none;}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,[type=submit]:disabled,button:disabled,textarea:disabled,select:disabled,fieldset:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}select{border-color:#b0abab;color:#000000;text-transform:none;background:#ffffff;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 0.625em) 50%;background-size:1em;}select:disabled{pointer-events:none;}select:hover{border-color:#b0abab;}select:focus{border-color:#8dc63f;}fieldset{display:block;border-color:#b0abab;color:#000000;text-transform:none;background:#ffffff;margin:0;border-width:1px;border-style:solid;border-color:inherit;}fieldset:disabled{pointer-events:none;}fieldset:hover{border-color:#b0abab;}fieldset:focus{border-color:#8dc63f;}button,[type=submit]{color:#ffffff;background-color:#294878;border-color:transparent;margin:0;cursor:pointer;border:0;}button:hover,button:focus,[type=submit]:hover,[type=submit]:focus{color:#ffffff;background-color:#0f1012;border-color:#0f1012;}label{display:block;color:#6a6869;font-family:nimbus-sans,verdana,sans-serif;font-weight:400;margin-bottom:0.5rem;}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],textarea{border-color:#b0abab;color:#000000;text-transform:none;background:#ffffff;margin:0;}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,textarea:disabled{pointer-events:none;}[type=text]:hover,[type=password]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=month]:hover,[type=week]:hover,[type=email]:hover,[type=number]:hover,[type=search]:hover,[type=tel]:hover,[type=time]:hover,[type=url]:hover,[type=color]:hover,[type=file]:hover,[type=image]:hover,textarea:hover{border-color:#b0abab;}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,[type=file]:focus,[type=image]:focus,textarea:focus{border-color:#8dc63f;}[type=text]::-webkit-input-placeholder,[type=password]::-webkit-input-placeholder,[type=date]::-webkit-input-placeholder,[type=datetime]::-webkit-input-placeholder,[type=datetime-local]::-webkit-input-placeholder,[type=month]::-webkit-input-placeholder,[type=week]::-webkit-input-placeholder,[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder,[type=search]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=time]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder,[type=color]::-webkit-input-placeholder,[type=file]::-webkit-input-placeholder,[type=image]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#6a6869;font-family:nimbus-sans,verdana,sans-serif;}[type=text]::-moz-placeholder,[type=password]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime]::-moz-placeholder,[type=datetime-local]::-moz-placeholder,[type=month]::-moz-placeholder,[type=week]::-moz-placeholder,[type=email]::-moz-placeholder,[type=number]::-moz-placeholder,[type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder,[type=color]::-moz-placeholder,[type=file]::-moz-placeholder,[type=image]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#6a6869;font-family:nimbus-sans,verdana,sans-serif;}[type=text]:-ms-input-placeholder,[type=password]:-ms-input-placeholder,[type=date]:-ms-input-placeholder,[type=datetime]:-ms-input-placeholder,[type=datetime-local]:-ms-input-placeholder,[type=month]:-ms-input-placeholder,[type=week]:-ms-input-placeholder,[type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=search]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=time]:-ms-input-placeholder,[type=url]:-ms-input-placeholder,[type=color]:-ms-input-placeholder,[type=file]:-ms-input-placeholder,[type=image]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6a6869;font-family:nimbus-sans,verdana,sans-serif;}[type=checkbox],[type=radio]{margin:0;cursor:pointer;}[type=checkbox] + label,[type=radio] + label{display:inline-block;margin:1rem 0 1rem 4px;cursor:pointer;vertical-align:middle;color:#000000;}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,select:disabled,textarea:disabled{background-color:#d4cfce;}[type=text]:not(:empty):invalid,[type=password]:not(:empty):invalid,[type=date]:not(:empty):invalid,[type=datetime]:not(:empty):invalid,[type=datetime-local]:not(:empty):invalid,[type=month]:not(:empty):invalid,[type=week]:not(:empty):invalid,[type=email]:not(:empty):invalid,[type=number]:not(:empty):invalid,[type=search]:not(:empty):invalid,[type=tel]:not(:empty):invalid,[type=time]:not(:empty):invalid,[type=url]:not(:empty):invalid,[type=color]:not(:empty):invalid,[type=file]:not(:empty):invalid,[type=image]:not(:empty):invalid,textarea:not(:empty):invalid{border-color:#a94442;-webkit-box-shadow:0 0 0 0.0625em #a94442;box-shadow:0 0 0 0.0625em #a94442;}.vaf{padding-top:1.875rem;padding-right:0;padding-left:0;}.vaf__heading{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.active-filters{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;row-gap:1rem;}.active-filters .vaf__group{list-style:none;margin:0;padding:0;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;row-gap:0.5rem;}.active-filters .vaf__item:not(:last-child){margin-right:0.625rem;}.active-filters .vaf__item{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{text-decoration:none;outline:none;}.active-filters .vaf__item:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.active-filters .vaf__item::after{color:#ffffff;}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.active-filters .vaf__item:hover::after,.active-filters .vaf__item:focus::after{color:#ffffff;}.active-filters .vaf__item::after{margin-left:0.9375rem;content:"\f00d";color:#ffffff;font-family:"Font Awesome 6 Pro";font-weight:100;}.active-filters .vaf__clear{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#0f1012;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;float:right;}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{text-decoration:none;outline:none;}.active-filters .vaf__clear:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.active-filters .vaf__clear::after{color:#0f1012;}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{color:#0f1012;background-color:#e9ded3;background-position:99% 100%;border-color:transparent;}.active-filters .vaf__clear:hover::after,.active-filters .vaf__clear:focus::after{color:#0f1012;}.user-login-form,.page--utility .page-wrapper .main-content{margin-top:2rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.user-login-form,.page--utility .page-wrapper .main-content{margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.user-login-form,.page--utility .page-wrapper .main-content{margin-bottom:7.5rem;}}.user-login-form input:not(.form-submit){width:100%;margin-bottom:0;max-width:30rem;}.user-login-form .description{width:100%;font-style:italic;margin-top:0.25rem;}.user-login-form .form-item + .form-item,.user-login-form .form-actions{margin-top:1rem;}.page--utility .main-content .search-form .form-item input{padding-bottom:1.25rem;border-color:gray;}.page--utility .main-content .search-form .form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px;margin-bottom:5px;}ol.search-results{padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){ol.search-results{padding-bottom:1.5rem;}}ol > li.search-result{padding-left:0;}ol > li.search-result::before{display:none;}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;padding:1rem;background:#6a6869;}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none;}.admin-tabs li{display:inline-block;}.admin-tabs li + li{margin-left:8px;}.admin-tabs a{display:block;margin:0;padding:0.5rem 16px;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#ffffff;border-radius:0.25rem;background-color:#d42121;font-size:1.125rem;font-weight:700;}.admin-tabs a:hover{background-color:#767676;}.admin-tabs a.is-active{background-color:#b0abab;}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto;}}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;padding:0.0625rem 0.3125rem 0.125rem;background:rgba(255,255,255,0.75) !important;}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);color:#fe5000;font-family:"Font Awesome 6 Pro";font-size:100px;}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{content:"\f3f4";}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:0.5;}.ajax-progress .throbber,.ajax-progress-fullscreen.ajax-progress .throbber{display:none !important;}[dir=rtl] .ajax-progress,[dir=rtl] .ajax-progress-fullscreen.ajax-progress{float:right;}.ajax-progress .message,.ajax-progress-fullscreen.ajax-progress .message{display:inline;padding:0.0625rem 0.3125rem 0.125rem;}tr .ajax-progress-throbber .throbber{margin:0 0.125rem;}.ajax-progress-bar{width:16rem;}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#ffffff;background-color:#6a6869;}.cookie-compliance-popup .grid-x,.cookie-compliance-popup .grid-container{width:100%;}.cookie-compliance-popup .find-more-button{padding:0;text-decoration:underline;text-transform:none;color:#ffffff;background:none;}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none;}.eu-cookie-compliance-message h2{font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;all:unset;}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.3125rem;}}.eu-cookie-compliance-message .btn{cursor:pointer;}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset;}.form-item{margin-top:0.5rem;position:relative;}@media print,screen and (min-width:48.0625em){.form-item{margin-top:1rem;}}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit;}.form-item [type=checkbox] + label,.form-item [type=radio] + label{position:relative;margin-left:1.5em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);}.form-item [type=checkbox] + label::before,.form-item [type=radio] + label::before{position:absolute;top:0.125em;left:-1.5em;display:block;width:1em;height:1em;content:"";-webkit-transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:1px solid #6a6869;}.form-item [type=checkbox]:disabled,.form-item [type=checkbox]:disabled + label,.form-item [type=radio]:disabled,.form-item [type=radio]:disabled + label{cursor:default;}.form-item [type=checkbox]:focus + label::before,.form-item [type=radio]:focus + label::before{border-color:#8dc63f;}.form-item [type=checkbox]:invalid + label,.form-item [type=radio]:invalid + label{color:#a94442;}.form-item [type=checkbox]:invalid + label::before,.form-item [type=radio]:invalid + label::before{border-color:#a94442;-webkit-box-shadow:0 0 0 0.0625em #a94442;box-shadow:0 0 0 0.0625em #a94442;}.form-item [type=checkbox]:checked + label::before{background-color:#d42121;}.form-item [type=checkbox]:checked + label::after{position:absolute;top:60%;left:-1.125em;display:block;width:0.3125em;height:0.6875em;content:"";-webkit-transform:rotate(45deg) translate(-100%,-50%);transform:rotate(45deg) translate(-100%,-50%);border-width:0 0.125em 0.125em 0;border-style:solid;border-color:#ffffff;}.form-item [type=checkbox]:checked:disabled + label::after{border-color:#6a6869;}.form-item [type=checkbox]:disabled + label::before{background-color:#d4cfce;}.form-item [type=radio] + label::before{border-radius:50%;background-image:radial-gradient(#d42121 0.25em,#ffffff 0.25em,#ffffff 0.5em,#d42121 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0;}.form-item [type=radio]:focus + label::before{border:1px solid #8dc63f;}.form-item [type=radio]:checked + label::before{border-color:#d42121;background-size:1em 1em;}.form-item [type=radio]:checked:disabled + label::before{border-color:#6a6869;background-image:radial-gradient(#6a6869 0.25em,#d4cfce 0.25em,#d4cfce 0.5em,#6a6869 0.5em);}.form-item [type=radio]:checked:invalid + label::before{background-image:radial-gradient(#a94442 0.25em,#ffffff 0.25em,#ffffff 0.5em,#a94442 0.5em);}.form-item [type=radio]:disabled + label::before{background-color:#d4cfce;}.form-required::after{content:"*";color:#a94442;}.webform-element-description{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;margin-top:0.9375rem;}.required > label::after{content:"*";color:#a94442;}[type=checkbox][name*="["] + label,.form-radio + label{margin-top:0.25em;margin-bottom:0.25em;}.webform-managed-file-placeholder{color:#6a6869;font-family:nimbus-sans,verdana,sans-serif;font-weight:400;font-style:italic;}.form-managed-file [type=submit]{margin-top:1em;padding:0.75em;}form[class*=webform] .form-item{width:100%;}form[class*=webform] .form-actions{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:1.5rem;margin-bottom:1.5rem;}}form[class*=webform] [type=text],form[class*=webform] [type=password],form[class*=webform] [type=date],form[class*=webform] [type=datetime],form[class*=webform] [type=datetime-local],form[class*=webform] [type=month],form[class*=webform] [type=week],form[class*=webform] [type=email],form[class*=webform] [type=number],form[class*=webform] [type=search],form[class*=webform] [type=tel],form[class*=webform] [type=time],form[class*=webform] [type=url],form[class*=webform] [type=color],form[class*=webform] [type=file],form[class*=webform] [type=image],form[class*=webform] fieldset,form[class*=webform] select,form[class*=webform] textarea{width:100%;}form[class*=webform] .js-form-type-checkbox + .js-form-type-checkbox,form[class*=webform] .js-form-type-radio + .js-form-type-radio{margin-top:0;}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:0.5rem;}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.embedded-entity:not([class*=align-]){margin-top:1.5rem;width:100%;}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:2rem;}}.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}.maintenance-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh;}.maintenance-page > .main-content{margin-bottom:6.25rem;padding-top:2.5rem;}.maintenance-page > footer{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:end;align-self:flex-end;width:100%;padding-top:1.25rem;}.oho-banner{padding-top:0.5rem;padding-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.oho-banner{padding-top:1rem;padding-bottom:1rem;}}.pager{margin-top:2.5rem;font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:0.9375rem;font-weight:700;}@media print,screen and (min-width:48.0625em){.pager{margin-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.pager{margin-top:5rem;}}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none;}.pager a{display:block;padding:4px 8px;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#0f1012;border:1px solid transparent;}.pager a:hover{text-decoration:none;border-color:#9f8b76;}.pager .is-active a{color:#ffffff;background-color:#d42121;}.pager [aria-hidden=true]{display:none;}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}.pager__item{margin-left:0.25rem;}.pager__item--first a::before{content:"\f323";}.pager__item--previous a::before{content:"\f053";}.pager__item--next a::after{content:"\f054";}.pager__item--last a::after{content:"\f324";}.pager__item--previous,.pager__item--next{padding:0;}@media print,screen and (min-width:48.0625em){.pager__item--previous,.pager__item--next{padding:0 0.5rem;}}@media print,screen and (min-width:64.0625em){.pager__item--previous,.pager__item--next{padding:0 1.5rem;}}.pager__item--first span,.pager__item--last span{text-transform:uppercase;}@media print,screen and (max-width:48.06125em){.pager__item--first span,.pager__item--last span{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}}.pager__item--first span{padding-right:0.5rem;}.pager__item--last span{padding-left:0.5rem;}.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none;}@media print,screen and (min-width:40.0625em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:block;}}.pager__item.is-active{display:block;}.listing__pagination{margin-top:4rem;font-family:nimbus-sans,verdana,sans-serif;font-size:1.25rem;}.view__pagination-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none;gap:0 1rem;}.listing__pagination a{display:block;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);}.listing__pagination a:hover{text-decoration:none;color:#767676;}.view__pagination-number--current span{color:#000000;font-weight:600;}.view__pagination-nav a::before,.view__pagination-nav a::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}.view__pagination-nav span{opacity:0.5;}.view__pagination-nav a:hover span,.view__pagination-nav a:focus span{opacity:1;}.view__pagination-nav--first a::before{content:"\f323";}.view__pagination-nav--previous a::before{content:"\f053";}.view__pagination-nav--next a::after{content:"\f054";}.view__pagination-nav--last a::after{content:"\f324";}.page--search + .page-wrapper .main-content h2{margin-bottom:0.5rem;}.page--search + .page-wrapper .main-content .search-form .form-item{display:inline-block;}.page--search + .page-wrapper .main-content .search-form label{display:block;}.page--search + .page-wrapper .main-content .search-form [type=search]{width:100%;font-size:1rem;}.page--search + .page-wrapper .main-content .search-form a{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;display:inline-block;margin-bottom:1.25rem;}.page--search + .page-wrapper .main-content .search-form a.btn{padding-right:1.875rem;}.page--search + .page-wrapper .main-content .search-form a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.page--search + .page-wrapper .main-content .search-form a:hover,.page--search + .page-wrapper .main-content .search-form a:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.page--search + .page-wrapper .main-content .search-form a:hover::after,.page--search + .page-wrapper .main-content .search-form a:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}.page--search + .page-wrapper .main-content .search-results{padding:0;list-style:none;}.page--search + .page-wrapper .main-content .search-result{padding-left:0;}.page--search + .page-wrapper .main-content .search-result::before{display:none;}.page--search + .page-wrapper .main-content .search-result + .search-result{margin-top:2rem;padding-top:2rem;border-top:1px solid #b0abab;}.page--search + .page-wrapper .main-content .search-result__title{font-family:signifier,georgia,serif;font-size:1.25rem;font-weight:400;line-height:1.3;margin:0;}@media print,screen and (min-width:48.0625em){.page--search + .page-wrapper .main-content .search-result__title{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.page--search + .page-wrapper .main-content .search-result__title{font-size:1.5rem;}}.page--search + .page-wrapper .main-content .search-result__snippet{margin-bottom:0;}.alert{padding-top:1rem;padding-bottom:1rem;background-color:#ffe21a;}@media print,screen and (min-width:48.0625em){.alert{padding-top:1.5rem;padding-bottom:1.5rem;}}.alert h2:first-child{margin-top:0;}.alert .fa{color:#fe5000;font-size:3.5em;}.alert a:not(.btn){color:#000000;}.alert-notice{background-color:#0066bf;}.alert-warning{background-color:#a94442;}.alert-banner{background-color:#fe5000;}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem;}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem;}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem;}}.messages-contain-error .system-messages{position:static;}.messages{margin-top:1rem;padding:1rem;border:0.0625rem solid;border-radius:0.25rem;}.messages ul{margin:0;padding:0;list-style:none;}.messages li + li{margin-top:1rem;}.messages a{text-decoration:underline;color:inherit;font-weight:700;}.messages--status{color:#3c763d;border-color:#67b168;background:#aad4ab;}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0;}.messages--error{color:#a94442;border-color:#ce8483;background:#ebcdcc;}.has-alert .messages{position:absolute;}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer;}.messages__close:hover{text-decoration:underline;}.main-content .gsc-input-box > .mobile-table{margin-top:0;margin-bottom:0;}.main-content td.gsc-result-info-container{padding-left:0;}.main-content .gsc-result-info{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.main-content .gsib_b{width:20px;}.main-content .gsib_b a.gsst_a{text-decoration:none;}.main-content td.gsc-search-button{padding:0;}.main-content .gsc-search-button-v2{padding:21px 32px;background-color:#a94442;}.main-content .gsc-search-button-v2:hover,.main-content .gsc-search-button-v2:focus{background-color:#000000;}.main-content .gsc-control-cse.gsc-control-cse-en{max-width:75rem;margin-right:auto;margin-left:auto;padding-right:0;padding-left:0;}.main-content .gsc-control-cse.gsc-control-cse-en table{border:none;}.main-content .gsc-control-cse.gsc-control-cse-en table,.main-content .gsc-control-cse.gsc-control-cse-en tbody,.main-content .gsc-control-cse.gsc-control-cse-en tr,.main-content .gsc-control-cse.gsc-control-cse-en td{border:none;}.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input{background:none !important;}.main-content table.gsc-input{margin:0;}.main-content table.gsc-search-box td.gsc-input{padding:0;}.main-content .gsc-webResult.gsc-result:hover{border-color:transparent;background-color:#FFFFFF;}.main-content .gsc-control-cse .gs-result .gs-title *{color:#a94442;}.main-content .gsc-control-cse .gs-result .gs-title *,.main-content .gs-title > .gs-title,.main-content .gs-title > .gs-title b{font-size:1.5rem !important;font-weight:600 !important;color:#a94442 !important;}.main-content .gs-title > a.gs-title{text-decoration:none;position:relative;}.main-content .gsc-control-cse,.main-content .gsc-control-cse .gsc-table-result{font-family:nimbus-sans,verdana,sans-serif !important;}.main-content .gsc-control-cse{line-height:1.5;}.main-content .gs-webResult div.gs-visibleUrl{color:#0066bf !important;font-weight:600;}.main-content .gs-bidi-start-align.gs-snippet{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.main-content .gsc-webResult.gsc-result{padding-top:1rem;padding-bottom:1rem;font-size:1rem;}@media print,screen and (min-width:48.0625em){.main-content .gsc-webResult.gsc-result{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:64.0625em){.main-content .gsc-webResult.gsc-result{font-size:1.125rem;}}.main-content .gsc-webResult.gsc-result + .gsc-webResult.gsc-result{border-top:1px solid gray;}.main-content .gsc-table-cell-thumbnail{display:none;}.main-content .gsc-url-top,.main-content .gsc-table-result{margin-top:0.5rem;}.main-content .gsc-cursor{font-size:1.125rem;}.main-content .gsc-results .gsc-cursor-box{margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:5rem;}}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:4px 11px;color:#d42121;display:inline-block;font-weight:700;background-color:transparent;border:none;}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#eee;color:#000000;}#google-search-container .gsc-input-box{padding-top:1px;}#google-search-container td,#google-search-container tr,#google-search-container tbody,#google-search-container table{border:none;}:root{--aspect-ratio:1;}.aspect-ratio-frame{position:relative;}.aspect-ratio-frame::before{display:block;padding-bottom:calc(1 * 100%);content:"";}.aspect-ratio-frame img,.aspect-ratio-frame video,.aspect-ratio-frame .autoplay-video-container,.aspect-ratio-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.aspect-ratio-frame iframe{-o-object-fit:unset;object-fit:unset;}@supports (--css:variables){.aspect-ratio-frame::before{padding-bottom:calc(var(--aspect-ratio) * 100%);content:"";}}.no-aspect-ratio-frame picture{z-index:1;position:relative;}.no-aspect-ratio-frame iframe{z-index:1;}.no-aspect-ratio-frame img{position:relative;width:100%;}.no-aspect-ratio-frame:after{z-index:0 !important;}.more-less{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.more-less [data-more-less-content]{position:relative;overflow:hidden;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.more-less [data-more-less-toggle],.more-less .more-less__toggle{display:none;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.more-less [data-more-less-toggle]::before,.more-less .more-less__toggle::before{content:"See More";}.more-less[data-more-less-init] [data-more-less-toggle],.more-less[data-more-less-init] .more-less__toggle{display:inline-block;}.more-less[data-more-less-init=items] [data-more-less-item]:nth-child(3) ~ [data-more-less-item]{display:none;}.more-less.more-less-open [data-more-less-content]{max-height:none !important;}.more-less.more-less-open [data-more-less-item]{display:block !important;}.more-less.more-less-open [data-more-less-toggle]::before,.more-less.more-less-open .more-less__toggle::before{content:"See Less";}:root:not(.oho-js) .more-less__content{max-height:none !important;}:root:not(.oho-js) .more-less__item{display:block !important;}:root:not(.oho-js) .more-less::after,:root:not(.oho-js) .more-less__toggle,.more-less--inactive::after,.more-less--inactive .more-less__toggle{display:none;}.slide-toggle{--slide-toggle-offset:0;--slide-toggle-scale:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none;}.slide-toggle__button{margin:0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:transparent;}.slide-toggle--line{border-bottom:1px solid #000000;}.slide-toggle--line .slide-toggle__button{color:#000000;}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#d42121;}@supports (--css:variables){.slide-toggle--line::after{bottom:0;height:0.3125em;-webkit-transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#d42121;}}.slide-toggle--pill{padding:1em;background-color:#767676;}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1;}.slide-toggle--pill .slide-toggle__button:hover{background-color:#d42121;}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#d42121;}@supports (--css:variables){.slide-toggle--pill::after{top:1em;bottom:1em;-webkit-transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);background-color:#b0abab;}}@supports (--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform-origin:0 0;transform-origin:0 0;}.slide-toggle .slide-toggle__button{background-color:transparent !important;}}.slider-navigation{display:none;}.swiper-initialized .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;}.slider-navigation__next,.slider-navigation__prev{background-color:#d42121;background-image:-webkit-gradient(linear,left top,right top,from(#294878),color-stop(33.33%,#294878),color-stop(66.66%,#d42121),to(#d42121));background-image:linear-gradient(to right,#294878 0%,#294878 33.33%,#d42121 66.66%,#d42121 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);width:48px;height:48px;}.slider-navigation__next span::before,.slider-navigation__prev span::before{color:#ffffff;font-size:1.5rem;}@media print,screen and (min-width:64.0625em){.slider-navigation__next,.slider-navigation__prev{width:66px;height:66px;}.slider-navigation__next span::before,.slider-navigation__prev span::before{font-size:1.75rem;}}.slider-navigation__next:hover,.slider-navigation__next:focus,.slider-navigation__prev:hover,.slider-navigation__prev:focus{background-position:0% 0%;}.swiper-button-disabled{opacity:0.5;}.swiper-wrapper{list-style:none;}.swiper-wrapper > li{list-style:none;}.swiper-initialized .slider-navigation:has(.swiper-button-disabled + .swiper-button-disabled){display:none;}.tabs__buttons{display:none;margin:0;}@media print,screen and (min-width:48.0625em){.tabs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none;}:root:not(.oho-js) .tabs__buttons{display:none;}}@media print,screen and (min-width:48.0625em){.tabs__button{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:1rem;line-height:1.2;padding:1rem 2rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;margin-bottom:-1px;}.tabs__button:hover,.tabs__button:focus{text-decoration:none;outline:none;}.tabs__button:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.tabs__button::after{color:#ffffff;}.tabs__button:hover,.tabs__button:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.tabs__button:hover::after,.tabs__button:focus::after{color:#ffffff;}.tabs__button[aria-selected=true]{color:#d42121;border-bottom-color:#ffffff;background-color:#ffffff;}}@media print,screen and (min-width:48.0625em){.tabs .accordion{display:block;margin-top:0;padding:1.75rem 28px;border:1px solid #d42121;}.tabs .accordion[aria-hidden=true]{display:none;}.tabs .accordion__button{display:none;}:root:not(.oho-js) .tabs .accordion__button{display:block;}}.tooltip > *{display:inline;}.tooltip{position:relative;z-index:3;}.tooltip p,.tooltip{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.tooltip__toggle{padding:0;color:#d42121;background:none;overflow:visible;padding:0.1875rem;width:1.5625rem;height:1.5625rem;}.tooltip__toggle:hover{background:none;color:#0066bf;}.tooltip__toggle:focus{background:none;color:#0066bf;}.tooltip--open .tooltip__toggle i::before{content:"\f00d";}.tooltip--open .tooltip__toggle::before{content:"▲";width:1.5625rem;height:1.5625rem;-webkit-transform:translateY(13px) translateX(1%);transform:translateY(13px) translateX(1%);position:absolute;right:0;color:white;font-size:23px;text-shadow:0px -3px 5px rgba(0,0,0,0.08);}.tooltip--open{z-index:4;}.tooltip__content{display:none;border-top:0.625rem solid transparent;position:absolute;width:26rem;max-width:80vw;text-align:center;margin-top:-8px;margin-left:calc(var(--tooltip-viewport-offset) - 20px);}@media screen and (min-width:48.0625em){.tooltip__content{width:12rem;}}.tooltip--open .tooltip__content{display:block;}.tooltip__content__inner{padding:0.5rem;background:#ffffff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,0.21);box-shadow:0 0 7px 0 rgba(0,0,0,0.21);color:#000000;}@media screen and (min-width:48.0625em){.tooltip__content__inner{padding:1rem;}}.checkbox-container .tooltip{position:absolute;}.checkbox-container .tooltip__content{-webkit-transform:translateX(-40px);transform:translateX(-40px);}.checkbox-container [type=checkbox] + label,.checkbox-container [type=radio] + label{display:inline;}.checkbox-container .tooltip--open .tooltip__toggle:before,.checkbox-container .tooltip--open .tooltip__toggle:after{-webkit-transform:translateY(20px) translateX(3%);transform:translateY(20px) translateX(3%);}[data-tooltip-active=true]{z-index:5 !important;}.video-play-button{position:absolute;z-index:4;bottom:1.25rem;left:1.25rem;background:none;}.video-play-button::after{content:"\f144";color:#d4cfce;font-family:"Font Awesome 6 Pro";font-size:2.5rem;font-weight:600;}.video-playing .video-play-button::after{content:"\f28b";}.play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0.47;}.play-button path{fill:#ffffff;}@media print,screen and (min-width:48.0625em){.play-button{width:7.8125rem;height:7.8125rem;}}a:hover .play-button,a:focus .play-button{opacity:1;}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media print,screen and (min-width:48.0625em){.alpha-filters{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.alpha-filters .fieldset-wrapper > div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.alpha-filters .form-item [type=radio]:disabled + label{color:#000000;font-weight:300;}.alpha-filters .form-item [type=radio]{height:30px;width:30px;top:50%;left:25%;}.alpha-filters .form-item [type=radio] + label{margin-left:16px;color:#d42121;}.alpha-filters .form-item [type=radio] + label::before{display:none;}.alpha-filters .form-item [type=radio] + label:focus,.alpha-filters .form-item [type=radio] + label:hover{color:#ffe21a;}.alpha-filters .form-item [type=radio]:checked + label::after{content:"";position:absolute;width:100%;height:0.125rem;left:0;bottom:0;background-color:#d42121;}.alpha-filters .form-item [type=radio]:checked + label:focus::after,.alpha-filters .form-item [type=radio]:checked + label:hover::after{background-color:#ffe21a;}blockquote{position:relative;padding:1.5rem 2rem;border:2px solid #d42121;border-width:2px 0 0;background-color:#f9f5f2;margin-right:0;margin-left:0;}@media print,screen and (min-width:48.0625em){blockquote{padding:2.5rem 3.5rem;border-width:0 0 0 2px;}}blockquote p{font-family:signifier,georgia,serif;font-size:1.5rem;font-weight:400;line-height:1.7;}@media print,screen and (min-width:48.0625em){blockquote p{font-size:1.625rem;}}@media print,screen and (min-width:64.0625em){blockquote p{font-size:1.75rem;}}blockquote .attribution{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;font-family:nimbus-sans,verdana,sans-serif;}.date-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;}.eyebrow + .date-block{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.eyebrow + .date-block{margin-top:1rem;}}.date-block .day-number{font-size:2rem;line-height:0.9;}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem;}}.date-block time + time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.date-block time + time::before{margin-right:0.5rem;margin-left:0.5rem;width:1.5rem;height:0.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor;}@media print,screen and (min-width:48.0625em){.date-block time + time::before{margin-right:1rem;margin-left:1rem;}}.date-block span{display:block;}.eyebrow{font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1.2;letter-spacing:0.52px;text-transform:uppercase;}.icon-list{display:block;}.icon-list li:not(:first-child){margin-top:0.5rem;}.icon-list li,.icon-list a{display:block;font-family:nimbus-sans,verdana,sans-serif;}.icon-list li{position:relative;padding-left:1.875rem;}.icon-list a[href^="mailto:"]{display:block;overflow:hidden;text-overflow:ellipsis;}.icon-list__icon{position:absolute;left:0;top:0.125rem;}.icon-list--inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.icon-list--inline li:not(:first-child){margin-top:0;}.icon-list--inline li:not(:last-child){margin-right:1.875rem;}.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.icon .icon__label{white-space:normal;}.icon--no-label .icon-glyph{margin-right:0;}.icon--no-label .icon__label{position:absolute;left:-99999em;}.icon--stacked{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.1;}.icon--stacked .icon__glyph{margin-right:0;font-size:2.5em;}.icon--stacked .icon__label{font-size:0.85em;}.icon--big{font-size:1.25rem;line-height:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:77rem){.icon--big{font-size:1.25rem;line-height:1.5rem;}}.icon--big .icon__glyph{position:relative;-ms-flex-item-align:start;align-self:flex-start;margin-right:0.5em;font-size:2em;}button .icon--big .icon__label,.button .icon--big .icon__label,#sliding-popup .eu-cookie-compliance-banner button .icon--big .icon__label{font-size:1em;line-height:1.1;text-align:left;}@font-face{font-family:"iconfont";src:url(/themes/custom/davidson_2024/assets/fonts/icons/icons-410302241.eot);src:url(/themes/custom/davidson_2024/assets/fonts/icons/icons-410302241.eot#iefix) format("eot"),url(/themes/custom/davidson_2024/assets/fonts/icons/icons-410302241.woff2) format("woff2"),url(/themes/custom/davidson_2024/assets/fonts/icons/icons-410302241.woff) format("woff"),url(/themes/custom/davidson_2024/assets/fonts/icons/icons-410302241.ttf) format("truetype"),url(/themes/custom/davidson_2024/assets/fonts/icons/icons-410302241.svg#icons-410302241) format("svg");font-weight:normal;font-style:normal;}.ic:before{display:inline-block;font-family:"iconfont";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ic--lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-15%;}.ic--2x{font-size:2em;}.ic--3x{font-size:3em;}.ic--4x{font-size:4em;}.ic--5x{font-size:5em;}.ic--fw{width:1.2857142857em;text-align:center;}.ic--alert:before{content:"\ea01";}.ic--angle-left:before{content:"\ea02";}.ic--angle-right:before{content:"\ea03";}.ic--arrow-right:before{content:"\ea04";}.ic--audio:before{content:"\ea05";}.ic--award:before{content:"\ea06";}.ic--bolt:before{content:"\ea07";}.ic--book:before{content:"\ea08";}.ic--bookmark:before{content:"\ea09";}.ic--camera:before{content:"\ea0a";}.ic--chart:before{content:"\ea0b";}.ic--checkmark-circle:before{content:"\ea0c";}.ic--clock:before{content:"\ea0d";}.ic--close:before{content:"\ea0e";}.ic--cog-box:before{content:"\ea0f";}.ic--comment:before{content:"\ea10";}.ic--compass:before{content:"\ea11";}.ic--diamond-arrow:before{content:"\ea12";}.ic--document:before{content:"\ea13";}.ic--dollar:before{content:"\ea14";}.ic--envelope:before{content:"\ea15";}.ic--event:before{content:"\ea16";}.ic--facebook-block:before{content:"\ea17";}.ic--facebook:before{content:"\ea18";}.ic--globe:before{content:"\ea19";}.ic--graduation:before{content:"\ea1a";}.ic--hamburger:before{content:"\ea1b";}.ic--handshake:before{content:"\ea1c";}.ic--heart:before{content:"\ea1d";}.ic--home:before{content:"\ea1e";}.ic--info-circle:before{content:"\ea1f";}.ic--info:before{content:"\ea20";}.ic--instagram-block:before{content:"\ea21";}.ic--instagram:before{content:"\ea22";}.ic--lightbulb:before{content:"\ea23";}.ic--linkedin-block:before{content:"\ea24";}.ic--linkedin:before{content:"\ea25";}.ic--list:before{content:"\ea26";}.ic--magnify-old:before{content:"\ea27";}.ic--magnify:before{content:"\ea28";}.ic--mind:before{content:"\ea29";}.ic--offsite-link:before{content:"\ea2a";}.ic--pause:before{content:"\ea2b";}.ic--pencil:before{content:"\ea2c";}.ic--pin:before{content:"\ea2d";}.ic--pinterest-block:before{content:"\ea2e";}.ic--pinterest:before{content:"\ea2f";}.ic--play-triangle:before{content:"\ea30";}.ic--popup:before{content:"\ea31";}.ic--prince:before{content:"\ea32";}.ic--pushpin:before{content:"\ea33";}.ic--question:before{content:"\ea34";}.ic--quote-close:before{content:"\ea35";}.ic--quote-open:before{content:"\ea36";}.ic--roadsign:before{content:"\ea37";}.ic--rss:before{content:"\ea38";}.ic--share:before{content:"\ea39";}.ic--shield:before{content:"\ea3a";}.ic--shuffle:before{content:"\ea3b";}.ic--snapchat-block:before{content:"\ea3c";}.ic--snapchat:before{content:"\ea3d";}.ic--suitcase:before{content:"\ea3e";}.ic--teacher:before{content:"\ea3f";}.ic--twitter-block:before{content:"\ea40";}.ic--twitter:before{content:"\ea41";}.ic--video:before{content:"\ea42";}.ic--warning-solid:before{content:"\ea43";}.ic--warning:before{content:"\ea44";}.ic--youtube-block:before{content:"\ea45";}.ic--youtube:before{content:"\ea46";}.icon-library .icon--no-label .icon__label{position:static;display:inline;}.intro-text{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.intro-text{font-size:2rem;}}.listing form{padding:1rem 16px;border:1px solid #b0abab;background-color:#d4cfce;}.listing label{color:#000000;}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{width:100%;}.listing [data-drupal-selector=edit-reset]{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#0f1012;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{text-decoration:none;outline:none;}.listing [data-drupal-selector=edit-reset]:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.listing [data-drupal-selector=edit-reset]::after{color:#0f1012;}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{color:#0f1012;background-color:#e9ded3;background-position:99% 100%;border-color:transparent;}.listing [data-drupal-selector=edit-reset]:hover::after,.listing [data-drupal-selector=edit-reset]:focus::after{color:#0f1012;}.listing .listing__form__submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.listing .form-actions{display:-webkit-box;display:-ms-flexbox;display:flex;}.listing [type=submit]{margin:0;padding:1px 16px;}.listing [type=submit] + [type=submit]{margin-left:1em;}@media print,screen and (min-width:40.0625em){.listing form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{margin-bottom:0;}.listing .form-item,.listing .form-actions{margin-bottom:0;}.listing .form-item{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.listing .form-item + .form-item,.listing .form-item + .form-actions{margin-left:16px;}.listing .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}}.card--listing{width:100%;margin-top:2rem;}.card--listing + .card--listing{padding-top:2rem;border-top:1px solid #b0abab;}.listing__rows--grouped{list-style:none;margin-top:0;}.vaf + .listing__rows--grouped{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.vaf + .listing__rows--grouped{margin-top:2rem;}}.listing__rows--grouped .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.listing__rows--grouped > *:nth-child(odd),.listing__rows--grouped > *:nth-child(even){background-color:transparent;}.listing__rows--grouped [data-start-color=true] > li::before{content:"";}.listing__rows--grouped > ol,.listing__rows--grouped > li,.listing__rows--grouped > li > ol,.listing__rows--grouped > li > ol > li{width:100%;margin-top:0;margin-bottom:0;padding:0;}.listing__rows--grouped > li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}.listing__rows--grouped > li::before{display:none;}.listing__rows--grouped > li > .eyebrow{display:block;width:6.25rem;height:1.25rem;margin:2.5rem 0 0;font-family:nimbus-sans,verdana,sans-serif;font-weight:600;color:#000000;}.listing__rows--grouped > li{padding-right:0;padding-left:0;max-width:1160px;margin-left:auto;margin-right:auto;}.offset-border{position:relative;}.offset-border img{z-index:2;}.offset-border::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#e9ded3;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.offset-border.oho-animate--in::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.section-heading__eyebrow{display:block;font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1.2;letter-spacing:0.52px;text-transform:uppercase;margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.section-heading__eyebrow{margin-bottom:1rem;}}.section-heading__title{margin:0;}.section-heading__subheading{margin-top:1rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.section-heading__subheading{margin-top:1.5rem;}}.section-heading__link{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.section-heading__link{margin-top:1rem;}}.section-navigator .jump-links ul{line-height:1.75;padding-left:0;}.section-navigator .jump-links ul li{display:inline;}.section-navigator .jump-links ul li + li::before{content:"/";display:inline-block;padding-right:1em;}.section-navigator .body-section .grid-margin-x > .cell.large-10.large-offset-1,.section-navigator .feed-content .grid-margin-x > .cell.large-10.large-offset-1{width:calc(100% - 2.5rem);margin-left:1.25rem;}.section-navigator .body-section + p:has(.button) .button,.section-navigator .feed-content + p:has(.button) .button{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.section-navigator .body-section + p:has(.button) .button:hover,.section-navigator .body-section + p:has(.button) .button:focus,.section-navigator .feed-content + p:has(.button) .button:hover,.section-navigator .feed-content + p:has(.button) .button:focus{text-decoration:none;outline:none;}.section-navigator .body-section + p:has(.button) .button:disabled,.section-navigator .feed-content + p:has(.button) .button:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.section-navigator .body-section + p:has(.button) .button::after,.section-navigator .feed-content + p:has(.button) .button::after{color:#ffffff;}.section-navigator .body-section + p:has(.button) .button:hover,.section-navigator .body-section + p:has(.button) .button:focus,.section-navigator .feed-content + p:has(.button) .button:hover,.section-navigator .feed-content + p:has(.button) .button:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.section-navigator .body-section + p:has(.button) .button:hover::after,.section-navigator .body-section + p:has(.button) .button:focus::after,.section-navigator .feed-content + p:has(.button) .button:hover::after,.section-navigator .feed-content + p:has(.button) .button:focus::after{color:#ffffff;}@media print,screen and (min-width:48.0625em){.section-navigator .body-section + p:has(.button) .button,.section-navigator .feed-content + p:has(.button) .button{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.link--underline,.editorial__content a:not(.button),.jump-links ul li a{text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.6em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;font-weight:700;}.link--underline:hover,.editorial__content a:not(.button):hover,.jump-links ul li a:hover{background-position:0 0.5em;}.slick-slider{display:block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;}.slick-list{display:block;position:relative;margin:0;padding:0;overflow:hidden;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{display:block;position:relative;top:0;left:0;}.slick-track::before,.slick-track::after{display:table;content:"";}.slick-track::after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{display:none;height:100%;min-height:1px;float:left;}[dir=rtl] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.stat{font-family:signifier,georgia,serif;font-size:4rem;font-weight:400;line-height:1;}@media print,screen and (min-width:48.0625em){.stat{font-size:3.125rem;}}@media print,screen and (min-width:64.0625em){.stat{font-size:4.375rem;}}table{border-collapse:collapse;border-top:1px solid #d4cfce;}table.tablesaw{border-top:1px solid #d4cfce;border-bottom:1px solid #d4cfce;}@media screen and (max-width:640px){table.tablesaw.tablesaw-stack thead{display:none;}table.tablesaw.tablesaw-stack tbody td .tablesaw-cell-label{width:47%;}table.tablesaw.tablesaw-stack tbody td .tablesaw-cell-content{max-width:50%;display:inline-block;}}table[align=left]{float:none;}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:32px;}}table[align=right]{float:none;}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:32px;}}table p{font-size:unset;font-family:unset;line-height:unset;}table.table--stripe tr:nth-child(odd){background-color:#ffffff;}table.table--stripe tr:nth-child(even){background-color:#f9f5f2;}thead,tbody{vertical-align:top;}thead{border-right:1px solid #d4cfce;border-left:1px solid #d4cfce;}thead th{background:#f9f5f2;}tbody{border-top:0;border-left:1px solid #d4cfce;}tr{border-bottom:1px solid #d4cfce;}th{background:#f9f5f2;border-right:1px solid #d4cfce;border-bottom:0;font-weight:700;padding:1rem 1rem 0.6875rem;text-align:left;}td{border-right:1px solid #d4cfce;padding:1rem 1rem 0.6875rem;}.mobile-table--scroll{overflow-y:scroll;}@media print,screen and (min-width:64.0625em){.mobile-table--scroll{overflow-y:hidden;}}.mobile-table{margin-top:1rem;padding:1px 0;}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.5rem;}}.mobile-table--scroll{position:relative;padding:1px 20px 0 !important;overflow-y:scroll;margin-left:-1.25rem;margin-right:-1.25rem;}.mobile-table--scroll::before{background-image:-webkit-gradient(linear,right top,left top,from(rgb(255,255,255)),color-stop(30%,rgba(255,255,255,0)),to(rgba(255,255,255,0)));background-image:linear-gradient(to left,rgb(255,255,255) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%);content:"";display:block;height:100%;opacity:1;position:absolute;width:100vw;z-index:1;top:0;left:0;}.mobile-table--scroll.scrolled::before{opacity:0;pointer-events:none;}.mobile-table--scroll.scrolled table{pointer-events:initial;}.mobile-table--scroll table{position:relative;pointer-events:none;}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .intro-text,.wysiwyg blockquote{margin-top:1.5rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .intro-text,.wysiwyg blockquote{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .intro-text,.wysiwyg blockquote{margin-top:2.5rem;}}.wysiwyg > *:first-child{margin-top:0;}.wysiwyg .btn{margin-top:2px;margin-bottom:2px;}.wysiwyg .btn-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.wysiwyg p{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.wysiwyg p{margin-top:1.5rem;}}.wysiwyg p:first-child{margin-top:0;}.wysiwyg .intro{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.wysiwyg .intro{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .intro{font-size:2rem;}}.wysiwyg .link--fancy{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;text-transform:unset;}.wysiwyg .link--fancy::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.wysiwyg .link--fancy:hover,.wysiwyg .link--fancy:focus{color:#0f1012;}.wysiwyg .link--fancy:hover::after,.wysiwyg .link--fancy:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:64.0625em){.wysiwyg .link--fancy{font-size:1.25rem;}}.wysiwyg hr + p,.wysiwyg blockquote + p{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.wysiwyg hr + p,.wysiwyg blockquote + p{margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg hr + p,.wysiwyg blockquote + p{margin-top:3.5rem;}}.wysiwyg hr{margin-top:2rem;border:0;border-bottom:2px solid #d2d4d8;}@media print,screen and (min-width:48.0625em){.wysiwyg hr{margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg hr{margin-top:3.5rem;}}.wysiwyg ol,.wysiwyg ul{margin-top:1rem;padding-left:0;}@media print,screen and (min-width:48.0625em){.wysiwyg ol,.wysiwyg ul{margin-top:1.5rem;}}.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-bottom:1.5rem;}}.wysiwyg li{margin-top:0.5rem;position:relative;padding-left:2rem;font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.wysiwyg li{margin-top:1rem;}}.wysiwyg table li{font-size:unset;font-family:unset;line-height:unset;}.wysiwyg ul.two-column li{margin-top:0;}.wysiwyg li::before{position:absolute;top:0;left:0;}.wysiwyg ol{counter-reset:li;}.wysiwyg ol > li{counter-increment:li;}.wysiwyg ol > li::before{font-family:nimbus-sans,verdana,sans-serif;color:#d42121;font-weight:700;content:counter(li) ".";}.wysiwyg ul > li::before{content:url(/themes/custom/davidson_2024/assets/img/bullet.svg);}.wysiwyg .align-right,.wysiwyg .obj-right{float:none;margin-top:1.5rem;margin-right:0;margin-bottom:1rem;margin-left:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{float:right;margin-left:1.5rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{margin-left:2rem;}}.wysiwyg .align-right img,.wysiwyg .obj-right img{display:block;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right.responsive-video-iframe,.wysiwyg .obj-right.responsive-video-iframe{width:50%;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-right.responsive-video-iframe,.wysiwyg .obj-right.responsive-video-iframe{width:33%;}}.wysiwyg .align-right:first-child,.wysiwyg .obj-right:first-child{margin-top:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right:first-child + p,.wysiwyg .obj-right:first-child + p{margin-top:0;}}.wysiwyg .align-left,.wysiwyg .obj-left{float:none;margin-top:1.5rem;margin-right:0;margin-bottom:1rem;margin-left:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{float:left;margin-right:1.5rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{margin-right:2rem;}}.wysiwyg .align-left img,.wysiwyg .obj-left img{display:block;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left.responsive-video-iframe,.wysiwyg .obj-left.responsive-video-iframe{width:50%;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-left.responsive-video-iframe,.wysiwyg .obj-left.responsive-video-iframe{width:33%;}}.wysiwyg .align-left:first-child,.wysiwyg .obj-left:first-child{margin-top:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left:first-child + p,.wysiwyg .obj-left:first-child + p{margin-top:0;}}.wysiwyg .align-center,.wysiwyg .obj-center{display:table;margin-top:1.5rem;margin-right:auto;margin-bottom:1rem;margin-left:auto;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-center,.wysiwyg .obj-center{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-center,.wysiwyg .obj-center{margin-top:2.5rem;}}.wysiwyg .align-center img,.wysiwyg .obj-center img{display:block;}.wysiwyg .align-center > .responsive-video-iframe,.wysiwyg .align-center.responsive-video-iframe,.wysiwyg .obj-center > .responsive-video-iframe,.wysiwyg .obj-center.responsive-video-iframe{width:100%;}.wysiwyg figure.align-center:has(.responsive-video-iframe){width:100%;}.wysiwyg > figure:has(img){margin-top:1rem;display:table;}@media print,screen and (min-width:48.0625em){.wysiwyg > figure:has(img){margin-top:1.5rem;}}.wysiwyg > figure:has(img) figcaption{display:table-caption;padding:1rem 0 0.5rem;border-bottom:1px solid #d2d4d8;}.wysiwyg [data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,.wysiwyg [data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%;}.wysiwyg article.align-center img{margin-right:auto;margin-left:auto;}.wysiwyg figure.align-right,.wysiwyg figure.alignright,.wysiwyg figure.obj-right,.wysiwyg figure.align-left,.wysiwyg figure.alignleft,.wysiwyg figure.obj-left,.wysiwyg figure.align-center,.wysiwyg figure.obj-center,.wysiwyg .align-center,.wysiwyg .obj-center{display:table;}.wysiwyg figure.align-right figcaption,.wysiwyg figure.alignright figcaption,.wysiwyg figure.obj-right figcaption,.wysiwyg figure.align-left figcaption,.wysiwyg figure.alignleft figcaption,.wysiwyg figure.obj-left figcaption,.wysiwyg figure.align-center figcaption,.wysiwyg figure.obj-center figcaption,.wysiwyg .align-center figcaption,.wysiwyg .obj-center figcaption{display:table-caption;}.wysiwyg figure.align-right.responsive-video-iframe,.wysiwyg figure.alignright.responsive-video-iframe,.wysiwyg figure.obj-right.responsive-video-iframe,.wysiwyg figure.align-left.responsive-video-iframe,.wysiwyg figure.alignleft.responsive-video-iframe,.wysiwyg figure.obj-left.responsive-video-iframe,.wysiwyg figure.align-center.responsive-video-iframe,.wysiwyg figure.obj-center.responsive-video-iframe,.wysiwyg .align-center.responsive-video-iframe,.wysiwyg .obj-center.responsive-video-iframe{min-width:40%;}.wysiwyg figcaption{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;caption-side:bottom;}.wysiwyg .responsive-video-iframe{position:relative;}.wysiwyg .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625 * 100%);content:"";}.wysiwyg .responsive-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.wysiwyg .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset;}.feature-component .wysiwyg ul,.body-section .wyswiyg ul,.top-content-section-heading .wysiwyg ul{list-style-type:disc;padding-left:24px;}.feature-component .wysiwyg ul > li,.body-section .wyswiyg ul > li,.top-content-section-heading .wysiwyg ul > li{padding-left:0;}.feature-component .wysiwyg ul > li::before,.body-section .wyswiyg ul > li::before,.top-content-section-heading .wysiwyg ul > li::before{display:none;}.feature-component .wysiwyg ul li + li,.body-section .wyswiyg ul li + li,.top-content-section-heading .wysiwyg ul li + li{margin-top:0;}.body-section .wysiwyg a:not(.button,.btn,.link--fancy),.page--event .wysiwyg a:not(.button,.btn,.link--fancy),.top-content-section-heading .wysiwyg a:not(.button,.btn,.link--fancy),.featured-section-heading .wysiwyg a:not(.button,.btn,.link--fancy){text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.56em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;}.body-section .wysiwyg a:not(.button,.btn,.link--fancy):active,.body-section .wysiwyg a:not(.button,.btn,.link--fancy):hover,.page--event .wysiwyg a:not(.button,.btn,.link--fancy):active,.page--event .wysiwyg a:not(.button,.btn,.link--fancy):hover,.top-content-section-heading .wysiwyg a:not(.button,.btn,.link--fancy):active,.top-content-section-heading .wysiwyg a:not(.button,.btn,.link--fancy):hover,.featured-section-heading .wysiwyg a:not(.button,.btn,.link--fancy):active,.featured-section-heading .wysiwyg a:not(.button,.btn,.link--fancy):hover{background-position:0 0.45em;}.quotes--item a:not(.button,.btn,.link--fancy){text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.56em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;background-position:0 0.55em;}.quotes--item a:not(.button,.btn,.link--fancy):active,.quotes--item a:not(.button,.btn,.link--fancy):hover{background-position:0 0.45em;}.accordion__content .wysiwyg a:not(.button,.btn,.link--fancy){background-position:0 0.55em;}.accordion__content .wysiwyg a:not(.button,.btn,.link--fancy):active,.accordion__content .wysiwyg a:not(.button,.btn,.link--fancy):hover{background-position:0 0.41em;}.quotes--item .quotes__link a:not(.button,.btn,.link--fancy){text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.56em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;background-position:0 0.5em;}.quotes--item .quotes__link a:not(.button,.btn,.link--fancy):active,.quotes--item .quotes__link a:not(.button,.btn,.link--fancy):hover{background-position:0 0.45em;}.paragraph--type--introduction p{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.paragraph--type--introduction p{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.paragraph--type--introduction p{font-size:2rem;}}.top-content-section-heading .wysiwyg ul.clean,.top-content-section-heading .wysiwyg ol.clean{margin:0;padding:0;list-style:none;}.top-content-section-heading .wysiwyg ul.piped,.top-content-section-heading .wysiwyg ol.piped{margin-top:1rem;padding:0;}@media print,screen and (min-width:48.0625em){.top-content-section-heading .wysiwyg ul.piped,.top-content-section-heading .wysiwyg ol.piped{margin-top:1.5rem;}}.top-content-section-heading .wysiwyg ul.clean li + li,.top-content-section-heading .wysiwyg ul.loose li + li{margin-top:1rem;}ol.loose li{margin-bottom:1rem;}ol.tight li{margin-bottom:0;}ol.clean{margin:0;padding:0;list-style:none;}ol.clean > li{margin-left:0;text-indent:0;}ol.clean > li::before{display:none;}ol.styled-counter{margin-left:0;list-style:none;counter-reset:base-counter;}ol.styled-counter > li{position:relative;padding-left:2.3em;counter-increment:base-counter;}ol.styled-counter > li::before{display:inline-block;position:absolute;left:0;width:2em;font-weight:bold;text-align:right;content:counter(base-counter) ")";}@media screen and (min-width:35rem){ol.two-column{-webkit-column-count:2;-moz-column-count:2;column-count:2;}ol.two-column li:first-child{margin-top:0;}}@media screen and (min-width:35rem){ol.three-column{-webkit-column-count:3;-moz-column-count:3;column-count:3;}ol.three-column li:first-child{margin-top:0;}}@media screen and (min-width:35rem){ol.two-column,ol.three-column{-webkit-column-gap:3em;-moz-column-gap:3em;column-gap:3em;}ol.two-column li,ol.three-column li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;}}.editorial__content ol.two-column,.editorial__content ol.three-column{margin-bottom:1.875rem;}ul.loose li{margin-bottom:1rem;}ul.tight li{margin-bottom:0;}ul.clean,ul.series,ul.piped,ul.inline,ul.links{margin:0;padding:0;list-style:none;}ul.clean > li,ul.series > li,ul.piped > li,ul.inline > li,ul.links > li{margin-left:0;text-indent:0;}ul.clean > li::before,ul.series > li::before,ul.piped > li::before,ul.inline > li::before,ul.links > li::before{display:none;}ul.series li,ul.piped li,ul.inline li{display:inline;}ul.series li::after{content:", ";}ul.series li:last-child::after{content:"";}ul.links li::before{display:inline-block;padding-right:0.5rem;font-size:1.5625rem;content:"›";}ul.piped li::after{content:" | ";}ul.piped li:last-child::after{content:"";}@media screen and (min-width:35rem){ul.two-column{-webkit-column-count:2;-moz-column-count:2;column-count:2;}}@media screen and (min-width:35rem){ul.three-column{-webkit-column-count:3;-moz-column-count:3;column-count:3;}}@media screen and (min-width:35rem){ul.two-column,ul.three-column{-webkit-column-gap:3em;-moz-column-gap:3em;column-gap:3em;}ul.two-column li,ul.three-column li{padding-bottom:1px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;}}.item-list.editorial{padding:2rem;}.link--underline,.editorial__content a:not(.button),.jump-links ul li a{text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.56em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;font-weight:700;padding-bottom:4px;}.link--underline:active,.link--underline:hover,.editorial__content a:not(.button):active,.editorial__content a:not(.button):hover,.jump-links ul li a:active,.jump-links ul li a:hover{background-position:0 0.45em;}.media-component__caption .link--fancy,.section-heading__subheading .link--fancy{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;text-transform:unset;}.media-component__caption .link--fancy::after,.section-heading__subheading .link--fancy::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.media-component__caption .link--fancy:hover,.media-component__caption .link--fancy:focus,.section-heading__subheading .link--fancy:hover,.section-heading__subheading .link--fancy:focus{color:#0f1012;}.media-component__caption .link--fancy:hover::after,.media-component__caption .link--fancy:focus::after,.section-heading__subheading .link--fancy:hover::after,.section-heading__subheading .link--fancy:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:64.0625em){.media-component__caption .link--fancy,.section-heading__subheading .link--fancy{font-size:1.25rem;}}.slab__wrapper > .wysiwyg-block{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.slab__wrapper > .wysiwyg-block{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.slab__wrapper > .wysiwyg-block{margin-top:2.5rem;}}.middle-content .wysiwyg:last-child{margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .wysiwyg:last-child{margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .wysiwyg:last-child{margin-bottom:3.5rem;}}@-webkit-keyframes slide-in{from{-webkit-transform:none;transform:none;}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);}}@keyframes slide-in{from{-webkit-transform:none;transform:none;}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);}}.cookie-banner{position:fixed;-webkit-transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:none;transform:none;z-index:10;top:100%;left:0;right:0;}.cookie-banner__inner{background-color:#f9f5f2;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.5);box-shadow:0 0 10px 0 rgba(0,0,0,0.5);padding:2.5rem;-webkit-transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);}@media screen and (min-width:83.75em){.cookie-banner__inner{margin-right:-60px;margin-left:-60px;}}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.cookie-banner .btn{margin:0;}html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner{-webkit-animation:slide-in;animation:slide-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1s;animation-delay:1s;}.cookie-compliance-popup{color:#000000;}.eu-cookie-compliance-banner{background-color:#f9f5f2;color:#000000;font-family:nimbus-sans,verdana,sans-serif;padding-top:16px;padding-bottom:16px;}.eu-cookie-compliance-banner p{font-family:nimbus-sans,verdana,sans-serif;}.eu-cookie-compliance-banner p a{color:rgb(41,72,120);}.eu-cookie-compliance-banner p a:hover,.eu-cookie-compliance-banner p a:focus{text-decoration:none;}.eu-cookie-compliance-banner .agree-button{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.eu-cookie-compliance-banner .agree-button:hover,.eu-cookie-compliance-banner .agree-button:focus{text-decoration:none;outline:none;}.eu-cookie-compliance-banner .agree-button:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.eu-cookie-compliance-banner .agree-button::after{color:#ffffff;}.eu-cookie-compliance-banner .agree-button:hover,.eu-cookie-compliance-banner .agree-button:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.eu-cookie-compliance-banner .agree-button:hover::after,.eu-cookie-compliance-banner .agree-button:focus::after{color:#ffffff;}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-banner .agree-button{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.eu-cookie-compliance-banner .grid-x > .medium-7,.eu-cookie-compliance-banner .grid-x > .medium-5{width:100% !important;}}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-banner .grid-x{gap:20px 40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.eu-cookie-compliance-banner .grid-x > .medium-7{all:unset;}.eu-cookie-compliance-banner .grid-x > .medium-5{all:unset;}}.site-footer-landing{padding-top:2rem;padding-bottom:2rem;background-color:#f9f5f2;}@media print,screen and (min-width:48.0625em){.site-footer-landing{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.site-footer-landing{padding-top:3rem;padding-bottom:3rem;}}.site-footer-landing__logo img{width:100%;max-width:200px;}.site-footer-landing p{margin-bottom:0;font-family:nimbus-sans,verdana,sans-serif;}.site-footer-landing__phone-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.5rem;}.site-footer-landing__icon-info{width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:7px;}.site-footer-landing__copyright:before{content:"";display:block;width:100%;height:1px;background-color:#d4cfce;}@media print,screen and (min-width:48.0625em){.site-footer-landing__copyright{margin-top:2rem;}}.site-footer{padding-top:2.5rem;background-color:#0f1012;position:relative;}@media print,screen and (min-width:48.0625em){.site-footer{padding-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.site-footer{padding-top:5rem;}}.site-footer .show-for-sr{color:#ffffff;}.site-footer .grid-container > .grid-x{gap:1.5rem 0;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.site-footer .grid-container > .grid-x{padding-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.site-footer .grid-container > .grid-x{padding-bottom:4rem;}}.site-footer__logo{display:inline-block;width:200px;}.site-footer__logo svg{width:100%;}.site-footer__logo .black,.site-footer__logo .red{fill:#ffffff;-webkit-transition:fill 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:fill 0.3s cubic-bezier(1,0.63,0.47,0.8);}.site-footer__logo:hover .red,.site-footer__logo:focus .red{fill:#d42121;}@media print,screen and (max-width:48.06125em){.site-footer__logo{margin:0 auto;display:block;}}.site-footer__links{color:#ffffff;font-size:17px;}.site-footer__links ul{list-style:none;margin:0;padding:0;}.site-footer__links li{margin-left:16px;position:relative;}.site-footer__links li::before{font-family:"Font Awesome 6 Pro";content:"\f054";display:inline-block;position:absolute;left:-16px;top:2px;font-size:0.75rem;}.site-footer__links li + li{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.site-footer__links li + li{margin-top:1rem;}}.site-footer__links a{color:#ffffff;text-decoration:none;}.site-footer__links a:hover,.site-footer__links a:focus{text-decoration:underline;}.site-footer .social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 24px;}.site-footer .social-media a{font-size:32px;margin:0;color:#ffffff;-webkit-transition:color 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:color 0.3s cubic-bezier(1,0.63,0.47,0.8);}.site-footer .social-media a:hover,.site-footer .social-media a:focus{text-decoration:none;color:#d42121;}.site-footer__address{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.site-footer__address{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.site-footer__address{margin-top:2.5rem;}}.site-footer__address p{margin:0;color:#ffffff;}.site-footer__address p a{color:#ffffff;text-decoration:underline;}.site-footer__address p a:hover,.site-footer__address p a:focus{text-decoration:none;}.site-footer__address p a[href^="tel:"]{text-decoration:none;}.site-footer__address p a[href^="tel:"]:hover,.site-footer__address p a[href^="tel:"]:focus{text-decoration:underline;}.site-footer__legal{border-top:1px solid #6a6869;padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.site-footer__legal{padding-top:2rem;padding-bottom:2rem;}}@media print,screen and (min-width:64.0625em){.site-footer__legal{padding-top:2.5rem;padding-bottom:2.5rem;}}.site-footer__legal ul.piped{color:#ffffff;padding:0;}.site-footer__legal ul.piped a{color:#ffffff;text-decoration:none;}.site-footer__legal ul.piped a:hover,.site-footer__legal ul.piped a:focus{text-decoration:underline;}@media print,screen and (max-width:48.06125em){.site-footer__legal ul.piped li + li{margin-top:8px;}}@media print,screen and (min-width:48.0625em){.site-footer__legal ul.piped{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0 8px;}.site-footer__legal ul.piped li + li::before{content:"";display:inline-block;width:5px;height:5px;background-color:#ffffff;border-radius:50%;margin-right:8px;position:relative;top:-1px;}}.site-footer::after{content:"";display:block;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 300px 0 #0f1012;box-shadow:0 300px 0 #0f1012;}.site-header__logo--mobile{width:128px;display:inline-block;margin:0 auto;}@media print,screen and (min-width:64.0625em){.site-header__logo--mobile{display:none;}}.site-header__logo--desktop{width:140px;display:none;}@media print,screen and (min-width:64.0625em){.site-header__logo--desktop{display:inline-block;margin:14px 0;}}.site-header__logo--desktop .red{-webkit-transition:fill 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:fill 0.3s cubic-bezier(1,0.63,0.47,0.8);}.site-header__logo--desktop:hover .red,.site-header__logo--desktop:focus .red{fill:#0f1012;}.site-header{position:relative;z-index:10;height:3.125rem;}@media print,screen and (min-width:64.0625em){.site-header{height:11.0625rem;}}.site-header__container{background:#ffffff;padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.site-header__container{padding-top:1.5rem;padding-bottom:1.5rem;}}.site-header__container > .grid-container{position:relative;height:100%;}.site-header .site-header__sticky-container{height:100%;background-color:#ffffff;}@media print,screen and (max-width:64.06125em){.site-header .site-header__sticky-container > .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;}}@media print,screen and (min-width:64.0625em){.site-header .site-header__sticky-container > .grid-container{height:11.0625rem;width:100%;max-width:100%;padding:0;margin:0;}}.site-header ul{margin:0;padding:0;list-style:none;}.site-header li{position:relative;}.site-header__logo{display:inline-block;}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;top:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);height:11.0625rem;}.site-header--beyond-threshold .site-header__sticky-container .menu-item--expanded{text-align:center;}.site-header--beyond-threshold .site-header__sticky-container .menu-item--expanded a{padding-left:0;}.site-header--beyond-threshold .site-header__sticky-container .menu .menu,.site-header--beyond-threshold .site-header__sticky-container .main-menu.accessible-menu .menu-item__button{display:none !important;}}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{-webkit-transform:translateY(0);transform:translateY(0);}@media print,screen and (min-width:64.0625em){.site-header__logo{display:block;height:auto;}}.mobile-menu-button{display:none;}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:0;right:0;bottom:0;display:block;width:3.125rem;margin:0;padding:0;background-color:#ffffff;}.mobile-menu-open .mobile-menu-button{background-color:#9f8b76;}.search-panel-open .mobile-menu-button{opacity:0.5;pointer-events:none;}.mobile-menu-button::before{content:"\f0c9";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#d42121;font-family:"Font Awesome 6 Pro";font-size:2rem;font-weight:100;}.mobile-menu-open .mobile-menu-button::before{content:"\f00d";color:#ffffff;}.mobile-menu-button:hover{background-color:#9f8b76;}.mobile-menu-button:hover::before{color:#ffffff;}.mobile-menu-button:focus{background-color:#ffffff;}.mobile-menu-button:focus::before{color:#d42121;}}@media print,screen and (max-width:64.06125em){.mobile-menu-open .site-header__main{height:calc(100dvh - 3.125rem);overflow:auto;background-color:#ffffff;}}@media print,screen and (min-width:64.0625em){.site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:11.0625rem;}.site-header__main .main-menu{padding-right:1.25rem;padding-left:1.25rem;max-width:62.6875rem;margin-left:auto;margin-right:auto;}}@media print,screen and (max-width:64.06125em){.site-header--primary .site-header__main{width:100vw;position:absolute;z-index:1;top:3.125rem;right:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#ffffff;}}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.site-header--primary .site-header__main{width:50vw;}}.mobile-menu-open .site-header__main,.site-header--landing .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;}@media print,screen and (max-width:64.06125em){.site-header--landing .site-header__main{background-color:#ffffff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media print,screen and (max-width:64.06125em){.site-header__top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.site-header__top .site-header__top--wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.site-header__top .site-header__top--last-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.site-header__top .site-header__top--first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media print,screen and (min-width:64.0625em){.site-header__top{-webkit-box-flex:1;-ms-flex:1;flex:1;}.site-header__top > .site-header__top--wrap{background:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:1.25rem;padding-left:1.25rem;max-width:82.5rem;margin-left:auto;margin-right:auto;height:100%;position:relative;}.site-header__top .site-header__top--first-child,.site-header__top .site-header__top--last-child{position:absolute;top:0;height:100%;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.site-header__top .site-header__top--first-child{left:1.25rem;}.site-header__top .site-header__top--last-child{right:3.75rem;gap:0 16px;}.site-header__top .site-header__top--last-child .important-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 16px;}}@media screen and (min-width:75.0625em){.site-header__top .site-header__top--last-child{right:4.5rem;gap:0 32px;}.site-header__top .site-header__top--last-child .important-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 32px;}}.site-header__bottom{position:relative;z-index:1;}@media print,screen and (min-width:64.0625em){.site-header__bottom{background-color:#0f1012;}}.mobile-menu-open{overflow:hidden;}.mobile-menu-open > .page::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,0.5);}.workflow--unpublished::before,.workflow--unpublished::after{content:"This content is not published";padding:1rem;font-weight:bold;background-color:#f7d7d7;display:block;color:#442020;}.workflow--unpublished.workflow--draft::before,.workflow--unpublished.workflow--draft::after{content:"Draft";}.workflow--unpublished.workflow--in_review::before,.workflow--unpublished.workflow--in_review::after{content:"In Review";background-color:#d7f7d7;color:#204420;}.workflow--unpublished.workflow--archived::before,.workflow--unpublished.workflow--archived::after{content:"Archived";background-color:#303030;color:#f7f7f7;}.search-block-form{width:100vw;background-color:#d42121;padding:20px;}.search-block-form > form{border:1px solid #ffffff;padding:8px 8px 8px 32px;max-width:860px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}.search-block-form > form::before{content:"\f002";font-family:"Font Awesome 6 Pro";color:#ffffff;font-size:16px;display:block;position:absolute;top:16px;left:8px;}@media print,screen and (min-width:64.0625em){.search-block-form > form::before{font-size:24px;top:25px;left:24px;}}@media print,screen and (max-width:64.06125em){.search-block-form{display:none;}.search-panel-open .search-block-form{display:block;position:absolute;top:50px;left:0;}}.search-block-form .site-search__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;}.search-block-form .site-search__inputs input{-webkit-box-flex:1;-ms-flex:1;flex:1;background:transparent;color:#ffffff;font-family:signifier,georgia,serif;font-size:16px;}@media print,screen and (min-width:64.0625em){.search-block-form .site-search__inputs input{font-size:24px;}}.search-block-form .site-search__inputs input::-webkit-input-placeholder{color:#ffffff;opacity:1;font-family:signifier,georgia,serif;font-size:16px;}.search-block-form .site-search__inputs input::-moz-placeholder{color:#ffffff;opacity:1;font-family:signifier,georgia,serif;font-size:16px;}.search-block-form .site-search__inputs input:-ms-input-placeholder{color:#ffffff;opacity:1;font-family:signifier,georgia,serif;font-size:16px;}.search-block-form .site-search__inputs input::-ms-input-placeholder{color:#ffffff;opacity:1;font-family:signifier,georgia,serif;font-size:16px;}.search-block-form .site-search__inputs input::placeholder{color:#ffffff;opacity:1;font-family:signifier,georgia,serif;font-size:16px;}@media print,screen and (min-width:64.0625em){.search-block-form .site-search__inputs input::-webkit-input-placeholder{font-size:24px;}.search-block-form .site-search__inputs input::-moz-placeholder{font-size:24px;}.search-block-form .site-search__inputs input:-ms-input-placeholder{font-size:24px;}.search-block-form .site-search__inputs input::-ms-input-placeholder{font-size:24px;}.search-block-form .site-search__inputs input::placeholder{font-size:24px;}}.search-block-form button{color:#000000;font-size:14px;font-weight:700;letter-spacing:0;font-family:nimbus-sans-extended,tahoma,sans-serif;padding:0.75rem 1rem;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);}.search-block-form button:hover,.search-block-form button:focus{background-position:99% 100%;}@media print,screen and (max-width:64.06125em){.site-search{position:absolute;z-index:2;top:0;left:0;}}@media print,screen and (min-width:64.0625em){.site-search{position:absolute;z-index:2;top:0;right:0;}}.site-search .show-for-sr{color:#000000;}.site-search .search-block-form{position:relative;width:100vw;padding:0.5rem;}.site-search .search-block-form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.site-search .search-block-form input{border:0;padding:0.375rem 0.5rem;width:100%;}.site-search .search-block-form input::-webkit-input-placeholder{color:#ffffff;}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#ffffff;}.site-search .search-block-form input:-ms-input-placeholder{color:#ffffff;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form{background-color:#d42121;display:none;padding:1rem;position:absolute;width:100vw;right:0;top:11.0625rem;z-index:2;padding:40px 20px;}.search-panel-open .site-search .search-block-form{display:block;}.site-search .search-block-form > form{padding:1rem 1.5rem 1rem 4.5rem;}}.site-search__toggle{display:block;margin:0;padding:0.5rem;position:absolute;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:transparent;}@media print,screen and (max-width:64.06125em){.site-search__toggle{top:0;left:0;width:50px;height:50px;}}@media print,screen and (min-width:64.0625em){.site-search__toggle{top:40px;right:20px;}}.site-search__toggle::before{content:"\f002";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#d42121;font-family:"Font Awesome 6 Pro";font-size:1.5rem;font-weight:100;}@media print,screen and (min-width:64.0625em){.site-search__toggle::before{font-size:1.125rem;font-weight:400;}}.search-panel-open .site-search__toggle::before{content:"\f00d";}.site-search__toggle:hover,.site-search__toggle:focus{background-color:transparent;}.site-search__toggle:hover::before,.site-search__toggle:focus::before{color:#767676;}@media print,screen and (max-width:64.06125em){.site-search__toggle:hover{background-color:#9f8b76;}.site-search__toggle:hover::before{color:#ffffff;}.site-search__toggle:focus{background-color:#ffffff;}.site-search__toggle:focus::before{color:#d42121;}.search-panel-open .site-search__toggle{background-color:#9f8b76;}.search-panel-open .site-search__toggle::before{color:#ffffff;content:"\f00d";}.mobile-menu-open .site-search__toggle{pointer-events:none;opacity:0.5;}}.site-search__toggle:focus{outline:none;}@media print,screen and (min-width:64.0625em){.site-search__toggle:focus{outline:1px solid;}}.search-panel-open .site-search__toggle{content:"\f00d";}@media screen and (min-width:82.5em){.site-search .site-search__toggle{right:calc(50vw - 640px);}}.sock{position:relative;z-index:1;margin-bottom:-1px;margin-top:-36px;}@media screen and (min-width:58.8125em){.sock{margin-top:0;}.sock .sock-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.sock .sock-container .sock__gallery{width:65.2%;-ms-flex-preferred-size:65.2%;flex-basis:65.2%;}.sock .sock-container .sock__text{-webkit-box-flex:1;-ms-flex:1;flex:1;}}@media screen and (min-width:90em){.sock{background-color:#4a484a;}}.sock .sock-container{max-width:1440px;margin-right:auto;margin-left:auto;}.sock__gallery{max-width:940px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.sock__gallery .aspect-ratio-frame{background-color:#4a484a;}.sock__gallery .aspect-ratio-frame:nth-child(1){width:24.89%;margin:20px 0;}.sock__gallery .aspect-ratio-frame:nth-child(2){width:25.52%;}.sock__gallery .aspect-ratio-frame:nth-child(3){width:26.17%;margin:28px 0;}.sock__gallery .aspect-ratio-frame:nth-child(4){width:23.4%;margin:36px 0;}@media screen and (max-width:58.75em){.sock__gallery{margin-top:-36px 0 -2px;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(50%,#4a484a),to(#4a484a));background-image:linear-gradient(to bottom,transparent 0%,transparent 50%,#4a484a 50%,#4a484a 100%);}}@media screen and (min-width:58.8125em){.sock__gallery{margin:-36px 0;}}.sock__text{background-color:#4a484a;padding:1.875rem 1.25rem 2.5rem;container-type:inline-size;container-name:sock-text;}.sock__text h2{margin:0;color:#ffffff;text-align:center;}.sock__text ul{margin:0;padding:0;margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.sock__text ul{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.sock__text ul{margin-top:2.5rem;}}.sock__text li + li{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.sock__text li + li{margin-top:1rem;}}.sock__text .btn{display:block;text-align:center;}@container sock-text (min-width:560px){.sock__text ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;}.sock__text li{-webkit-box-flex:1;-ms-flex:1;flex:1;}.sock__text li a{height:100%;}.sock__text li + li{margin-top:0;}}@media screen and (min-width:90em){.sock__text{padding:4rem 3.75rem;}}.accessible-menu li{position:relative;}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:transparent;}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item__button{position:absolute;top:0;right:0;width:2em;height:2em;margin:0;padding:0.375em;color:transparent;font-size:1.5rem;}.accessible-menu .menu-item__button::before{display:inline-block;width:100%;content:"\f067";color:#ffffff;font-family:"Font Awesome 6 Pro";}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{position:absolute;bottom:0;left:50%;width:1.5rem;height:1rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;font-size:0;}.accessible-menu .menu-item__button::before{width:100%;content:"\f13a";color:#ffffff;font-family:"Font Awesome 6 Pro";font-size:16px;}.accessible-menu .menu-item__button:focus{opacity:1;}}.accessible-menu .menu-item--open > ul{display:block;}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f068";}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f139";}}.accessible-menu .menu-item__button{opacity:1;}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{opacity:0;left:auto;right:-1.25rem;top:0;height:100%;padding:0;width:2.5rem;}.accessible-menu .menu-item--expanded > a,.accessible-menu .menu-item--expanded > span{padding-right:1.5625rem;}}.alpha-jump-links{padding:2.5rem;background-color:#eeebf2;}.alpha-jump-links ul{margin:0;padding:0;list-style:none;}.alpha-jump-links li{display:inline-block;margin:0 8px 0.5rem 0;color:#808080;font-size:1.5rem;font-weight:600;}.audience-menu{z-index:2;}.audience-menu a,.audience-menu li,.audience-menu span:not(.show-for-sr){display:block;}.audience-menu a,.audience-menu span:not(.show-for-sr){font-family:nimbus-sans,verdana,sans-serif;}.audience-menu span:not(.show-for-sr){cursor:default;}@media print,screen and (max-width:64.06125em){.audience-menu{border-bottom:1px solid #d4cfce;}.audience-menu ul.menu > li > span:not(.show-for-sr){font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:400;font-size:13px;letter-spacing:0.26px;padding:0.75rem 1rem 0.75rem;line-height:1.3;text-transform:uppercase;text-decoration:none;color:#0f1012;position:relative;}.audience-menu ul.menu > li.menu-item--expanded:has(.menu-item__button:hover){background-color:#f9f5f2;}.audience-menu ul.menu > li.menu-item--open > span:not(.show-for-sr){background-color:#e9ded3;}.audience-menu a,.audience-menu span:not(.show-for-sr){padding:0.75rem 48px 0.75rem 0.5rem;color:#ffffff;font-size:1.125rem;font-weight:600;}.audience-menu a:hover,.audience-menu span:not(.show-for-sr):hover{text-decoration:none;}.audience-menu ul ul{display:none;background-color:#f9f5f2;}.audience-menu ul ul li{border-top:1px solid #d4cfce;}.audience-menu ul ul a{padding:0.75rem 0.75rem 0.75rem 2rem;color:#0f1012;font-weight:400;display:block;text-decoration:none;}.audience-menu ul ul a:hover{background-color:#d4cfce;}}@media print,screen and (min-width:64.0625em){.audience-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;}.audience-menu li:hover > ul{display:block;}.audience-menu ul.menu > li > span:not(.show-for-sr){font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:400;font-size:12px;letter-spacing:0.26px;padding:12px 0;line-height:1;text-transform:uppercase;text-decoration:none;color:#0f1012;position:relative;}.audience-menu ul.menu > li > span:not(.show-for-sr)::before{content:"";display:block;position:absolute;bottom:6px;left:0;height:2px;width:calc(100% + 25px);background-color:transparent;}.audience-menu ul.menu > li:hover > span::before{background-color:#d42121;}.audience-menu ul ul{position:absolute;z-index:1;right:0;display:none;min-width:10rem;background-color:#f9f5f2;border:1px solid #d4cfce;}.audience-menu ul ul li{display:block;margin:0;font-size:1.0625rem;line-height:1.2;}.audience-menu ul ul li + li{border-top:1px solid #d4cfce;}.audience-menu ul ul a{padding:1rem;color:#0f1012;text-decoration:none;}.audience-menu ul ul a:hover{background-color:#e9ded3;text-decoration:none;}}@media screen and (min-width:75.0625em){.audience-menu ul.menu > li > span:not(.show-for-sr){font-size:13px;}}@media print,screen and (max-width:64.06125em){.audience-menu.accessible-menu .menu-item__button{top:0;padding:0;width:100%;text-align:right;padding-right:20px;height:33px;}.audience-menu.accessible-menu .menu-item__button::before{color:#d42121;content:"\f078";font-size:16px;position:relative;top:-2px;}.audience-menu.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f077";}}@media print,screen and (min-width:64.0625em){.audience-menu.accessible-menu .menu-item__button{position:relative;opacity:1;color:#d42121;display:inline-block;width:1.25rem;height:auto;-webkit-transform:unset;transform:unset;right:0;pointer-events:none;}.audience-menu.accessible-menu .menu-item__button::before{color:#d42121;content:"\f078";}.audience-menu.accessible-menu .menu-item__button:focus::before{color:#0f1012;text-shadow:0 0 2px #000000;}.audience-menu.accessible-menu .menu-item--open .menu-item__button::before{content:"\f077";}.audience-menu.accessible-menu .menu-item--expanded > a,.audience-menu.accessible-menu .menu-item--expanded > span{padding-right:0;display:inline-block;}}ol.breadcrumbs{list-style:none;margin:0;padding:0;}ol.breadcrumbs li{padding-left:0;display:inline;}ol.breadcrumbs li + li{padding-left:10px;}ol.breadcrumbs li:before{content:none;position:relative;}ol.breadcrumbs li.active{color:#4a484a;font-weight:700;}@media print,screen and (max-width:48.06125em){ol.breadcrumbs li.active{display:none;}}ol.breadcrumbs li:nth-child(n+2)::before{font-family:"Font Awesome 6 Pro";content:"//";font-size:0.75rem;display:inline-block;color:#9f8b76;padding-right:12px;}ol.breadcrumbs a{color:#294878;text-decoration:underline;-webkit-transition:color 0.25s;transition:color 0.25s;}ol.breadcrumbs a:hover,ol.breadcrumbs a:focus{color:#4a484a;text-decoration:none;}.child-page-menu ul,.child-page-menu li{list-style:none;}.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem;}.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}@media print,screen and (min-width:48.0625em){.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}.child-page-menu a{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3;padding-top:0.5rem;padding-bottom:0.5rem;display:block;width:100%;border-top:0.125rem solid #d4cfce;}.child-page-menu a.btn{padding-right:1.875rem;}.child-page-menu a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.child-page-menu a:hover,.child-page-menu a:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.child-page-menu a:hover::after,.child-page-menu a:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:2rem;}}@media print,screen and (min-width:48.0625em){.child-page-menu a{padding-top:1rem;padding-bottom:1rem;}}.child-page-menu li:first-child a{border-top:0;}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0;}}@media print,screen and (max-width:64.06125em){.important-menu li{border-bottom:1px solid #d4cfce;}}.important-menu a{font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:400;font-size:13px;letter-spacing:0.26px;padding:0;line-height:1.3;text-transform:uppercase;text-decoration:none;color:#0f1012;display:block;padding:0.75rem 1rem;}@media print,screen and (min-width:64.0625em){.important-menu a{font-size:12px;}}.important-menu a:hover,.important-menu a:focus{background-color:#f9f5f2;}@media print,screen and (min-width:64.0625em){.important-menu a:hover,.important-menu a:focus{background-color:transparent;text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;text-underline-offset:6px;}}@media screen and (min-width:75.0625em){.important-menu a{font-size:13px;}}.jump-nav{position:sticky;}.main-menu-landing a{color:#ffffff;font-family:nimbus-sans,verdana,sans-serif;font-size:0.875rem;font-weight:600;}.main-menu-landing a:hover{text-decoration:none;}.main-menu-landing > ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:8px;-ms-flex-flow:wrap;flex-flow:wrap;}.main-menu-landing .menu li{background-color:#008af3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.main-menu-landing .menu-item--active-trail > a{color:#d42121 !important;}@media print,screen and (max-width:64.06125em){.main-menu-landing ul{width:100%;}.main-menu-landing li + li{border-top:1px solid #b0abab;}.main-menu-landing a{padding:0.3125rem 0.625rem;}.main-menu-landing a:before{display:none;}.main-menu-landing ul ul{display:none;}.main-menu-landing ul ul li + li{border-top-color:#6a6869;}.main-menu-landing ul ul a{color:#000000;background-color:#b0abab;}}@media print,screen and (min-width:64.0625em){.main-menu-landing > ul > li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.main-menu-landing > ul > li:hover > a{color:#000000;background-color:#b0abab;}.main-menu-landing a{padding:11px 53px;text-align:center;background-color:#008af3;}.main-menu-landing a:focus{color:#000000;background-color:#b0abab;}.main-menu-landing a:before{font-family:"Font Awesome 6 Pro";margin-right:0.5rem;margin-left:-1rem;font-weight:300;}.main-menu-landing ul > li:nth-last-child(-n+1) > ul{right:0;}.main-menu-landing ul ul{position:absolute;display:none;width:auto;min-width:16rem;}.main-menu-landing ul ul li:hover > a{background-color:#d4cfce;}.main-menu-landing ul ul a{padding:0.5rem 16px;text-align:left;color:#000000;background-color:#b0abab;}.main-menu-landing ul ul a:focus{background-color:#d4cfce;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){.main-menu-landing ul li:hover > ul{display:block;}}.main-menu li{display:block;}.main-menu a{display:inline-block;color:#ffffff;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;}.main-menu a:hover{text-decoration:none;}.main-menu a:before{font-family:"Font Awesome 6 Pro";margin-right:0.5rem;margin-left:-1rem;font-weight:300;}@media print,screen and (max-width:64.06125em){.main-menu ul{width:100%;}.main-menu > ul.menu{background-color:#0f1012;}.main-menu > ul.menu > li + li{border-top:1px solid #d4cfce;}.main-menu > ul.menu > li > a{padding:1rem 2.3125rem 1rem 1rem;font-family:signifier,georgia,serif;font-size:22px;font-weight:400;}.main-menu > ul.menu > li > a:hover{background-color:#d42121;}.main-menu > ul.menu > li:has(a:hover){background-color:#d42121;}.main-menu > ul.menu > li > ul.menu{display:none;}.main-menu > ul.menu > li > ul.menu li:has(.repeat-link){display:none;}.main-menu > ul.menu > li.menu-item--open{background-color:#d42121;}.main-menu > ul.menu > li.menu-item--open > ul.menu{display:block;}.main-menu > ul.menu > li > ul.menu ul.menu{background-color:#f9f5f2;}.main-menu > ul.menu > li > ul.menu ul.menu li + li{border-top:1px solid #d4cfce;}.main-menu > ul.menu > li > ul.menu ul.menu a{padding:0.75rem 0.75rem 0.75rem 2rem;color:#0f1012;font-weight:400;display:block;}.main-menu > ul.menu > li > ul.menu ul.menu a:hover,.main-menu > ul.menu > li > ul.menu ul.menu a:focus{background-color:#d4cfce;}}@media print,screen and (min-width:64.0625em){.main-menu > ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}.main-menu > ul.menu > li.menu-item--expanded{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.main-menu > ul.menu > li.menu-item--expanded > .menu-item__button{pointer-events:none;}.main-menu > ul.menu > li.menu-item--expanded:hover{background-color:#d42121;}.main-menu > ul.menu > li.menu-item--expanded:hover > a,.main-menu > ul.menu > li.menu-item--expanded:hover > .menu-item__button{color:#ffffff;}.main-menu > ul.menu > li.menu-item--expanded > .menu-item__button:focus{color:#ffffff;background-color:#d42121;}.main-menu a{padding:0.875rem 0.3125rem 0.875rem 1.5rem;text-align:center;font-family:signifier,georgia,serif;font-size:1.5rem;font-weight:400;}.main-menu a:focus{color:#ffffff;background-color:#d42121;}.main-menu > ul.menu > li:not(.menu-item--expanded) a{padding:0.875rem 1.5rem;}.main-menu > ul.menu > li:not(.menu-item--expanded) a:hover,.main-menu > ul.menu > li:not(.menu-item--expanded) a:focus{color:#ffffff;background-color:#d42121;}.main-menu > ul.menu > li > ul.menu{position:absolute;display:none;width:100%;left:0;min-height:18.6875rem;background-color:#f9f5f2;border-bottom:1px solid #d4cfce;gap:0 3.75rem;padding:2.5rem 1.25rem;top:100%;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){.main-menu > ul.menu > li.menu-item--open > ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){.main-menu > ul.menu > li.menu-item--open > ul.menu:not(:has(.promo-block)){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}@media print,screen and (min-width:64.0625em){.main-menu > ul.menu > li > ul.menu > li > a{color:#0f1012;text-align:right;background-color:transparent;padding:0;text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;text-underline-offset:6px;font-size:2.25rem;line-height:1.3;}.main-menu > ul.menu > li > ul.menu > li > a:hover,.main-menu > ul.menu > li > ul.menu > li > a:focus{text-underline-offset:3px;text-decoration-thickness:5px;outline:none;}}@media print,screen and (min-width:64.0625em){.main-menu > ul.menu > li > ul.menu > li > ul.menu{border-left:1px solid #e9ded3;padding:0 1.875rem;width:260px;}.main-menu > ul.menu > li > ul.menu > li > ul.menu li + li{margin-top:8px;}.main-menu > ul.menu > li > ul.menu > li > ul.menu a{font-family:nimbus-sans,verdana,sans-serif;font-size:17px;font-weight:700;color:#294878;text-align:left;background-color:transparent;padding:0;}.main-menu > ul.menu > li > ul.menu > li > ul.menu a:hover,.main-menu > ul.menu > li > ul.menu > li > ul.menu a:focus{color:#d42121;text-decoration:underline;}}@media screen and (min-width:72.5em){.main-menu > ul.menu > li > ul.menu{padding-left:calc(50% - 580px);padding-right:calc(50% - 580px);}.main-menu > ul.menu > li > ul.menu > li > ul.menu{width:320px;}}.main-menu .promo-block{background-color:#e9ded3;width:419px;min-height:219px;overflow:hidden;}@media print,screen and (max-width:64.06125em){.main-menu .promo-block{width:100%;min-height:unset;}}.main-menu .promo-block p.h3{color:#0f1012;}.main-menu .promo-block p.h3 a{color:#294878;padding:0;background-color:transparent;text-align:left;}.main-menu .promo-block p.h3 a:hover,.main-menu .promo-block p.h3 a:focus{color:#d42121;text-decoration:underline;}.main-menu .promo-block p:not(.h3){margin-top:1rem;font-size:1.0625rem;line-height:1.6;color:#0f1012;}.main-menu .promo-block .promo-block__text:only-child{padding:2.5rem;}.main-menu .promo-block .aspect-ratio-frame{width:230px;position:relative;z-index:1;}@media print,screen and (max-width:64.06125em){.main-menu .promo-block .aspect-ratio-frame{width:33%;}}.main-menu .promo-block:has(figure){display:-webkit-box;display:-ms-flexbox;display:flex;}.main-menu .promo-block:has(figure) .promo-block__text{position:relative;z-index:2;padding:1rem 2.5rem 1rem 0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%;}@media print,screen and (max-width:64.06125em){.main-menu .promo-block:has(figure) .promo-block__text{padding:0.5rem 2.375rem 0.5rem 0.375rem;}}.main-menu .promo-block:has(figure) .promo-block__text::before{content:"";display:block;position:absolute;top:0;right:calc(100% - 1px);height:100%;width:40px;-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%);background:#e9ded3;}@media print,screen and (max-width:64.06125em){.main-menu.accessible-menu .menu-item__button{top:6px;}.main-menu.accessible-menu .menu-item__button::before{content:"\f078";font-size:16px;-webkit-transition:font-size 400ms ease-in-out;transition:font-size 400ms ease-in-out;}.main-menu.accessible-menu .menu-item__button:hover::before{font-size:24px;}}@media print,screen and (min-width:64.0625em){.main-menu.accessible-menu .menu-item__button{opacity:1;position:relative;-webkit-transform:unset;transform:unset;display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:24px;padding-left:5px;top:-3px;left:-5px;pointer-events:none;}.main-menu.accessible-menu .menu-item__button::before{content:"\f078";}.main-menu.accessible-menu .menu-item__button:focus{background-color:#d42121;outline:1px solid rgb(0,95,204);}}.main-menu.accessible-menu .menu-item--open .menu-item__button::before{content:"\f077";}.main-menu.accessible-menu .menu-item--expanded > a{padding-right:5px;}@media print,screen and (min-width:64.0625em){.main-menu.accessible-menu li{position:unset;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){body:not(.search-panel-open) .main-menu > ul.menu > li:hover > ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){body:not(.search-panel-open) .main-menu > ul.menu > li:hover > ul.menu:not(:has(.promo-block)){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.menu-item--disabled > a{cursor:default;}.menu-item--disabled > a button{left:0;width:auto;padding-right:0.625em;text-align:right;background-color:transparent;}.menu-item--overview{display:none !important;}.menu-item--disabled .menu-item--overview{display:block !important;}.sidebar-menu{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;line-height:1.4;}.sidebar-menu h3{margin:0;font-size:1rem;line-height:1;}.sidebar-menu h3 a{padding:1rem;}.sidebar-menu ul{margin:0;padding:0;list-style:none;}.sidebar-menu a{position:relative;display:block;background-color:#f9f5f2;color:#294878;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);padding:1rem;text-decoration:none;}.sidebar-menu a:hover{background-color:#e9ded3;}.sidebar-menu a.is-active{color:#d42121;font-weight:bold;}.sidebar-menu .menu-item__button{top:0;right:0;bottom:0;left:auto;width:calc(3.375rem - 8px);height:3rem;margin:0;-webkit-transform:none;transform:none;opacity:1;background-color:transparent;line-height:1.6;}.sidebar-menu .menu-item__button::before{content:"\f067";color:#4a484a;-webkit-transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);display:inline-block;}.sidebar-menu .menu-item__button:hover::before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);}.sidebar-menu .menu-item--expanded > a{padding:1rem 3rem 1rem 1rem;}.sidebar-menu > ul.menu > li{font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;}.sidebar-menu > ul.menu > li + li{margin-top:4px;}.sidebar-menu > ul.menu ul.menu{border-left:1px solid #d42121;}.sidebar-menu > ul.menu ul.menu > li{font-family:nimbus-sans,verdana,sans-serif;font-weight:400;}.sidebar-menu > ul.menu ul.menu > li a{padding-top:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;}.sidebar-menu > ul.menu ul.menu ul.menu{border:none;}.sidebar-menu > ul.menu ul.menu ul.menu > li a{padding-left:1.75rem;}.sidebar-menu > ul.menu ul.menu ul.menu ul.menu > li a{padding-left:2.625rem;}.sidebar-menu > ul.menu ul.menu ul.menu ul.menu ul.menu > li a{padding-left:3.0625rem;}.sidebar-menu > ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu > li a{padding-left:3.5rem;}.sidebar-menu > ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu > li a{padding-left:3.9375rem;}.sidebar-menu > ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu > li a{padding-left:4.375rem;}.sidebar-menu > ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu ul.menu > li a{padding-left:4.8125rem;}.sidebar-menu__toggle{display:none;}@media print,screen and (max-width:48.06125em){.sidebar-menu__toggle{position:relative;display:block;width:100%;margin:0;padding:1rem 16px;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#d42121;border:0;background:none;}.sidebar-menu__toggle::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;content:"\f078";-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:1.5em;position:absolute;top:50%;right:0.75em;}.sidebar-menu-open .sidebar-menu__toggle::after{content:"\f077";}.sidebar-menu__toggle:hover{color:#767676;background:none;}.sidebar-menu__container{display:none;}}@media print,screen and (min-width:48.0625em){.sidebar-menu__container{display:block !important;}}.sidebar-menu .menu-item--expanded > ul{display:none;}:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul{display:block;}.sidebar-menu .menu-item--open > ul{display:block;}.sidebar-menu .menu-item--open > .menu-item__button::before{content:"\f068";}.sidebar-menu--area .accordion--mobile .accordion__button{background-color:#d42121;}.sidebar-menu--area .accordion--mobile .accordion__button-text{font-weight:700;font-size:16px;}.sidebar-menu--area .accordion--mobile .accordion__icon{right:1rem;}.sidebar-menu--area .accordion--mobile .accordion__icon .fa-regular{color:#ffffff;}.sidebar-menu--area .accordion--mobile .accordion__button:hover{background-color:#294878;}.sidebar-menu--area .accordion--mobile .accordion__button:hover .accordion__button-text,.sidebar-menu--area .accordion--mobile .accordion__button:hover .accordion__icon .fa-regular{color:#ffffff;}.sidebar-menu--area .accordion--mobile .accordion__button:focus .accordion__button-text,.sidebar-menu--area .accordion--mobile .accordion__button:focus .accordion__icon .fa-regular,.sidebar-menu--area .accordion--mobile.accordion--open .accordion__button .accordion__button-text,.sidebar-menu--area .accordion--mobile.accordion--open .accordion__button .accordion__icon .fa-regular{color:#ffffff;}.sidebar-menu--area .accordion--mobile .accordion__content{padding:0.25rem 0 0;}.sidebar-menu > .menu > li:not(.menu-item--active-trail){display:none;}.suppress-top-sidebar-nav .sidebar-menu > ul > li > a,.suppress-top-sidebar-nav .sidebar-menu > ul > li > button{display:none;}.parent-page-link ul{margin:0;padding-left:0;}.parent-page-link ul li + li{display:none;}@media print,screen and (min-width:48.0625em){#more-in-this-section--button:last-child{margin-bottom:3.75rem;}}.social-media{margin:0;padding:0;list-style:none;}.social-media li{display:inline-block;}.social-media a{display:block;margin:0 4px;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.5rem;color:#0f1012;}.social-media a:hover{color:#d42121;}.utility-menu a,.utility-menu li{display:block;}.utility-menu a{font-family:nimbus-sans,verdana,sans-serif;}@media print,screen and (max-width:64.06125em){.utility-menu{padding:16px;}.utility-menu li + li{margin-top:8px;}.utility-menu a{padding:0.75rem 1.5rem 0.75rem;text-align:center;font-family:nimbus-sans-extended,tahoma,sans-serif;color:#0f1012;font-weight:700;font-size:13px;letter-spacing:0.26px;text-transform:uppercase;background-color:#f9f5f2;display:block;text-decoration:none;}.utility-menu a:hover{text-decoration:none;background-color:#d4cfce;}}@media print,screen and (min-width:64.0625em){.utility-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;}.utility-menu a{font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;font-size:15px;letter-spacing:5%;padding:0.75rem 16px;line-height:1;text-transform:uppercase;text-decoration:none;color:#0f1012;}.utility-menu a:hover,.utility-menu a:focus{text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;text-underline-offset:6px;}}.accordion{clear:both;}.accordion + .accordion{margin-top:1.75rem;}.accordion__button{position:relative;width:100%;margin:0;padding:1.6875rem 3.75rem 1.4375rem 1.25rem;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;border:none;font-family:nimbus-sans-extended,tahoma,sans-serif;color:#ffffff;background-color:#9f8b76;background-image:none;font-size:0.9375rem;font-weight:700;}@media print,screen and (min-width:48.0625em){.accordion__button{font-size:1.25rem;}}.accordion__button:hover,.accordion__button:focus{color:#0f1012;background-color:#e9ded3;}.accordion__button:hover path,.accordion__button:focus path{fill:#000000;}.accordion__button:hover .fa-regular,.accordion__button:focus .fa-regular{color:#0f1012;}.accordion__icon{position:absolute;top:0;right:28px;bottom:0;width:20px;height:1.25rem;margin:auto;}.accordion__icon .fa-regular{color:#e9ded3;font-size:24px;line-height:1;}.accordion__icon .fa-minus{display:none;}.accordion__content{display:none;border:none;padding:1.5rem 0;overflow:hidden;}.accordion__content .grid-container{padding-right:0;padding-left:0;}@media print,screen and (min-width:48.0625em){.accordion__content{padding:2rem 0;}}:root:not(.oho-js) .accordion__content{display:block;}.accordion--open > .accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#0f1012;border-bottom:0;background-color:#e9ded3;}.accordion--open > .accordion__button .accordion__icon .fa-minus,:root:not(.oho-js) .accordion__button .accordion__icon .fa-minus{display:block;color:#0f1012;}.accordion--open > .accordion__button .accordion__icon .fa-plus,:root:not(.oho-js) .accordion__button .accordion__icon .fa-plus{display:none;}.accordion--open > .accordion__button .accordion__icon-path,:root:not(.oho-js) .accordion__button .accordion__icon-path{fill:#000000;}.accordion--open > .accordion__button .accordion__icon-path--vertical,:root:not(.oho-js) .accordion__button .accordion__icon-path--vertical{-webkit-transform:scaleY(0);transform:scaleY(0);}.accordion--mobile .accordion__button:disabled{display:none;}.accordion--mobile .accordion__button:disabled + .accordion__content{display:block !important;padding:0;border:0;background-color:transparent;}.accordion .global-margin--15x{margin:0;}.accordion .wysiwyg h3,.accordion .social-directory__list{margin-top:0;}.accordion .social-directory__list h3{margin-bottom:1rem;}.accordion .social-directory__list ul{margin-top:0;list-style:none;}.accordion .social-directory__list li{margin-top:0;line-height:1;}.accordion .social-directory__list .social-media{margin:0;}.wysiwyg .accordions{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions{margin-top:3.5rem;margin-bottom:3.5rem;}}.wysiwyg .accordions h2,.wysiwyg .accordions .section-heading__title{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;text-transform:none;margin:0 !important;}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions h2,.wysiwyg .accordions .section-heading__title{font-size:2.25rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions h2,.wysiwyg .accordions .section-heading__title{font-size:3rem;}}.wysiwyg .accordions .section-heading__subheading{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.wysiwyg .accordions .grid-container{padding:0;}@media print,screen and (min-width:48.0625em){.accordions-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;}}.accordions-vertical .accordion{position:relative;z-index:1;}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion{min-height:480px;width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.accordions-vertical .accordion:before{content:"";display:block;position:absolute;z-index:1;background-position:top center;background-repeat:repeat;background-color:gold;top:-5px;right:-5px;bottom:-5px;left:-5px;opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);-webkit-transform-origin:center;transform-origin:center;}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion:before{top:-32px;right:-2px;bottom:-32px;left:-2px;}}.accordions-vertical .accordion .accordion__button{position:relative;z-index:2;}.accordions-vertical .accordion .accordion__button .accordion__button-text{color:#000000;}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion .accordion__button{background-color:transparent;height:100%;}.accordions-vertical .accordion .accordion__button:hover .accordion__button-text{color:#000000;text-decoration:underline;text-underline-offset:2px;}.accordions-vertical .accordion .accordion__button:focus .accordion__button-text{color:#000000;}}.accordions-vertical .accordion .accordion__button-text{font-weight:300;font-size:1.125rem;-webkit-transition:color 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:color 0.3s cubic-bezier(1,0.63,0.47,0.8);}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion .accordion__button-text{font-size:1.875rem;line-height:1.6;}}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion .accordion__icon-path{display:none;}}.accordions-vertical .accordion .accordion__content{position:relative;z-index:2;}.accordions-vertical .accordion .accordion__content .btn{margin-top:2.5rem;}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion .accordion__button:not(.accordion--open):focus .accordion__button-text{color:#000000;text-decoration:underline;text-underline-offset:2px;}}.accordions-vertical .accordion.accordion--open{z-index:2;}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion.accordion--open{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}}.accordions-vertical .accordion.accordion--open::before{opacity:1;-webkit-transform:scale(1);transform:scale(1);}.accordions-vertical .accordion.accordion--open > .accordion__button{border:none;background-color:transparent;}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion.accordion--open > .accordion__button{pointer-events:none;}}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion.accordion--open > .accordion__button .accordion__icon{display:none;}}.accordions-vertical .accordion.accordion--open .accordion__button-text{font-weight:700;color:#000000;text-decoration:none !important;}.accordions-vertical .accordion.accordion--open .accordion__content{display:block;border:unset;}.accordion-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.accordion-component{margin-top:3.5rem;margin-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.accordion-component{margin-top:4rem;margin-bottom:4rem;}}.accordion-component .accordion-component--set{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.accordion-component .accordion-component--set{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.accordion-component .accordion-component--set{margin-top:2.5rem;}}.wysiwyg .accordions h2{margin:0 !important;}.middle-content .accordion .wysiwyg:last-child,.middle-content .accordion .link-lists-component:last-child{margin-bottom:0;}.alert-component--item{container-type:inline-size;container-name:alert-itself;}.alert-component .global-padding--5x,.feature-component .global-padding--5x{background-color:#e9ded3;padding-left:1.5rem;padding-right:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;}@media print,screen and (min-width:48.0625em){.alert-component .global-padding--5x,.feature-component .global-padding--5x{padding-left:2rem;padding-right:2rem;}}@media print,screen and (min-width:64.0625em){.alert-component .global-padding--5x,.feature-component .global-padding--5x{padding-left:2.5rem;padding-right:2.5rem;}}.alert-component .alert-component--icon span,.feature-component .alert-component--icon span{font-size:48px;}.alert-component .alert-component--icon span .fa,.alert-component .alert-component--icon span .fas,.alert-component .alert-component--icon span .far,.alert-component .alert-component--icon span .fal,.alert-component .alert-component--icon span .fad,.alert-component .alert-component--icon span .fab,.feature-component .alert-component--icon span .fa,.feature-component .alert-component--icon span .fas,.feature-component .alert-component--icon span .far,.feature-component .alert-component--icon span .fal,.feature-component .alert-component--icon span .fad,.feature-component .alert-component--icon span .fab{font-weight:100;}@container alert-itself (min-width:769px){.alert-component .global-padding--5x,.feature-component .global-padding--5x{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.alert-component.alert--info .global-padding--5x,.feature-component.alert--info .global-padding--5x{background-color:#294878;}.alert-component.alert--info .global-padding--5x .btn,.feature-component.alert--info .global-padding--5x .btn{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#0f1012;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.alert-component.alert--info .global-padding--5x .btn::after,.feature-component.alert--info .global-padding--5x .btn::after{color:#0f1012;}.alert-component.alert--info .global-padding--5x .btn:hover,.alert-component.alert--info .global-padding--5x .btn:focus,.feature-component.alert--info .global-padding--5x .btn:hover,.feature-component.alert--info .global-padding--5x .btn:focus{color:#0f1012;background-color:#e9ded3;background-position:99% 100%;border-color:transparent;}.alert-component.alert--info .global-padding--5x .btn:hover::after,.alert-component.alert--info .global-padding--5x .btn:focus::after,.feature-component.alert--info .global-padding--5x .btn:hover::after,.feature-component.alert--info .global-padding--5x .btn:focus::after{color:#0f1012;}@media print,screen and (min-width:48.0625em){.alert-component.alert--info .global-padding--5x .btn,.feature-component.alert--info .global-padding--5x .btn{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.alert-component.alert--warning .global-padding--5x,.feature-component.alert--warning .global-padding--5x{background-color:#6a6869;}.alert-component.alert--warning .global-padding--5x .btn,.feature-component.alert--warning .global-padding--5x .btn{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#0f1012;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.alert-component.alert--warning .global-padding--5x .btn::after,.feature-component.alert--warning .global-padding--5x .btn::after{color:#0f1012;}.alert-component.alert--warning .global-padding--5x .btn:hover,.alert-component.alert--warning .global-padding--5x .btn:focus,.feature-component.alert--warning .global-padding--5x .btn:hover,.feature-component.alert--warning .global-padding--5x .btn:focus{color:#0f1012;background-color:#e9ded3;background-position:99% 100%;border-color:transparent;}.alert-component.alert--warning .global-padding--5x .btn:hover::after,.alert-component.alert--warning .global-padding--5x .btn:focus::after,.feature-component.alert--warning .global-padding--5x .btn:hover::after,.feature-component.alert--warning .global-padding--5x .btn:focus::after{color:#0f1012;}@media print,screen and (min-width:48.0625em){.alert-component.alert--warning .global-padding--5x .btn,.feature-component.alert--warning .global-padding--5x .btn{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.alert-component.alert--emergency .global-padding--5x,.feature-component.alert--emergency .global-padding--5x{background-color:#d42121;}.alert-component.alert--clear .wysiwyg ol > li::before,.feature-component.alert--clear .wysiwyg ol > li::before{color:#000000;}.alert-component.alert--clear .wysiwyg ul > li::before,.feature-component.alert--clear .wysiwyg ul > li::before{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 9 9' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.40039.160156c2.21583 0 4 1.784174 4 3.999994 0 2.18706-1.78417 4.00001-4 4.00001-2.18705 0-3.999999-1.81295-3.999999-4.00001 0-2.21582 1.812949-3.999994 3.999999-3.999994z' fill='%23000000'/%3E%3C/svg%3E");}.alert-component.alert--info h2,.alert-component.alert--info p,.alert-component.alert--info .alert-component--icon span,.alert-component.alert--info .wysiwyg ol > li::before,.alert-component.alert--warning h2,.alert-component.alert--warning p,.alert-component.alert--warning .alert-component--icon span,.alert-component.alert--warning .wysiwyg ol > li::before,.alert-component.alert--emergency h2,.alert-component.alert--emergency p,.alert-component.alert--emergency .alert-component--icon span,.alert-component.alert--emergency .wysiwyg ol > li::before,.feature-component.alert--info h2,.feature-component.alert--info p,.feature-component.alert--info .alert-component--icon span,.feature-component.alert--info .wysiwyg ol > li::before,.feature-component.alert--warning h2,.feature-component.alert--warning p,.feature-component.alert--warning .alert-component--icon span,.feature-component.alert--warning .wysiwyg ol > li::before,.feature-component.alert--emergency h2,.feature-component.alert--emergency p,.feature-component.alert--emergency .alert-component--icon span,.feature-component.alert--emergency .wysiwyg ol > li::before{color:#ffffff;}.alert-component.alert--info .wysiwyg a.link--fancy,.alert-component.alert--warning .wysiwyg a.link--fancy,.alert-component.alert--emergency .wysiwyg a.link--fancy,.feature-component.alert--info .wysiwyg a.link--fancy,.feature-component.alert--warning .wysiwyg a.link--fancy,.feature-component.alert--emergency .wysiwyg a.link--fancy{color:#ffffff;}.alert-component.alert--info .wysiwyg a.link--fancy:after,.alert-component.alert--warning .wysiwyg a.link--fancy:after,.alert-component.alert--emergency .wysiwyg a.link--fancy:after,.feature-component.alert--info .wysiwyg a.link--fancy:after,.feature-component.alert--warning .wysiwyg a.link--fancy:after,.feature-component.alert--emergency .wysiwyg a.link--fancy:after{color:#ffffff;}.alert-component.alert--info .wysiwyg a.link--fancy:hover,.alert-component.alert--info .wysiwyg a.link--fancy:focus,.alert-component.alert--warning .wysiwyg a.link--fancy:hover,.alert-component.alert--warning .wysiwyg a.link--fancy:focus,.alert-component.alert--emergency .wysiwyg a.link--fancy:hover,.alert-component.alert--emergency .wysiwyg a.link--fancy:focus,.feature-component.alert--info .wysiwyg a.link--fancy:hover,.feature-component.alert--info .wysiwyg a.link--fancy:focus,.feature-component.alert--warning .wysiwyg a.link--fancy:hover,.feature-component.alert--warning .wysiwyg a.link--fancy:focus,.feature-component.alert--emergency .wysiwyg a.link--fancy:hover,.feature-component.alert--emergency .wysiwyg a.link--fancy:focus{color:#ffffff;}.alert-component.alert--info .wysiwyg a.link--fancy:hover:after,.alert-component.alert--info .wysiwyg a.link--fancy:focus:after,.alert-component.alert--warning .wysiwyg a.link--fancy:hover:after,.alert-component.alert--warning .wysiwyg a.link--fancy:focus:after,.alert-component.alert--emergency .wysiwyg a.link--fancy:hover:after,.alert-component.alert--emergency .wysiwyg a.link--fancy:focus:after,.feature-component.alert--info .wysiwyg a.link--fancy:hover:after,.feature-component.alert--info .wysiwyg a.link--fancy:focus:after,.feature-component.alert--warning .wysiwyg a.link--fancy:hover:after,.feature-component.alert--warning .wysiwyg a.link--fancy:focus:after,.feature-component.alert--emergency .wysiwyg a.link--fancy:hover:after,.feature-component.alert--emergency .wysiwyg a.link--fancy:focus:after{color:#ffffff;}.alert-component.alert--info .wysiwyg ul > li::before,.alert-component.alert--warning .wysiwyg ul > li::before,.alert-component.alert--emergency .wysiwyg ul > li::before,.feature-component.alert--info .wysiwyg ul > li::before,.feature-component.alert--warning .wysiwyg ul > li::before,.feature-component.alert--emergency .wysiwyg ul > li::before{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 9 9' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.40039.160156c2.21583 0 4 1.784174 4 3.999994 0 2.18706-1.78417 4.00001-4 4.00001-2.18705 0-3.999999-1.81295-3.999999-4.00001 0-2.21582 1.812949-3.999994 3.999999-3.999994z' fill='%23FFFFFF'/%3E%3C/svg%3E");}.alert-component .wysiwyg a.link--fancy{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;text-transform:unset;}.alert-component .wysiwyg a.link--fancy::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.alert-component .wysiwyg a.link--fancy:hover,.alert-component .wysiwyg a.link--fancy:focus{color:#0f1012;}.alert-component .wysiwyg a.link--fancy:hover::after,.alert-component .wysiwyg a.link--fancy:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.alert-component--icon{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.alert-component--icon{margin-top:1.5rem;}}.alert-component--text h2,.alert-component--text h3,.alert-component--text h4,.alert-component--text h5,.alert-component--text h6,.alert-component--text p,.alert-component--text ul,.alert-component--text ol{color:#ffffff;}.alert-component--text a{color:#ffffff;}.alert-component--text a:not(.button,.btn,.link--fancy){text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.56em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ffffff),color-stop(50%,#ffffff),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#ffffff 0,#ffffff 50%,transparent 50%,transparent 100%);background-position:0 0.55em;}.alert-component--text a:not(.button,.btn,.link--fancy):active,.alert-component--text a:not(.button,.btn,.link--fancy):hover{background-position:0 0.45em;}.alert-component--text .wysiwyg ul > li::before{content:"";top:0.5em;height:9px;width:9px;}.alert--clear .alert-component--text h2,.alert--clear .alert-component--text h3,.alert--clear .alert-component--text h4,.alert--clear .alert-component--text h5,.alert--clear .alert-component--text h6,.alert--clear .alert-component--text p,.alert--clear .alert-component--text ul,.alert--clear .alert-component--text ol{color:#000000;}.alert--clear .alert-component--text a{color:#000000;}.alert--clear .alert-component--text a.btn{color:#ffffff;}.alert--clear .alert-component--text a:not(.button,.btn,.link--fancy){background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#000000),color-stop(50%,#000000),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#000000 0,#000000 50%,transparent 50%,transparent 100%);}.alert--clear .alert-component--text a.link--fancy{color:#d42121;-webkit-transition:color 500ms ease-in-out;transition:color 500ms ease-in-out;}.alert--clear .alert-component--text a.link--fancy:after{color:#d42121;}.alert--clear .alert-component--text a.link--fancy:hover,.alert--clear .alert-component--text a.link--fancy:focus{color:#000000;}.alert--clear .alert-component--text a.link--fancy:hover:after,.alert--clear .alert-component--text a.link--fancy:focus:after{color:#d42121;}.alert-component{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.alert-component{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.alert-component{margin-top:7.5rem;margin-bottom:7.5rem;}}.middle-content .alert-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .alert-component{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .alert-component{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .alert-component:first-child{margin-top:0;}.alert.sitewide-banner.alert--clear{background-color:#e9ded3;}.alert.sitewide-banner.alert--info{background-color:#294878;}.alert.sitewide-banner.alert--warning{background-color:#6a6869;}.alert.sitewide-banner.alert--emergency{background-color:#d42121;}.alert.sitewide-banner.alert--info h3,.alert.sitewide-banner.alert--info p,.alert.sitewide-banner.alert--info .icon span,.alert.sitewide-banner.alert--warning h3,.alert.sitewide-banner.alert--warning p,.alert.sitewide-banner.alert--warning .icon span,.alert.sitewide-banner.alert--emergency h3,.alert.sitewide-banner.alert--emergency p,.alert.sitewide-banner.alert--emergency .icon span{color:#ffffff;}.middle-content .alert-component .wysiwyg:last-child{margin-bottom:0;}.body-section--content,.grid-of--content,.feature-component > .grid-container > .grid-x,.body-section > .grid-container > .grid-x,.section-navigator > .grid-container > .grid-x{gap:1.5rem 0;}@media print,screen and (min-width:40.0625em){.body-section--content,.grid-of--content,.feature-component > .grid-container > .grid-x,.body-section > .grid-container > .grid-x,.section-navigator > .grid-container > .grid-x{gap:2.5rem 0;}}ul.grid-of--content{padding-left:0;}@media print,screen and (max-width:48.06125em){.grid-margin-x > .cell.middle-content section{margin-right:-20px;margin-left:-20px;}}.top-content-section-heading > .wysiwyg.global-spacing--3x:first-child{margin-top:0;}.paragraph--type--introduction{margin-right:auto;margin-left:auto;max-width:1200px;padding-right:20px;padding-left:20px;}.middle-content .paragraph--type--introduction{padding-right:0;padding-left:0;}.body-section{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.body-section{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.body-section{margin-top:7.5rem;margin-bottom:7.5rem;}}.body-section.academic-departments{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.body-section.academic-departments{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.body-section.academic-departments{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .body-section{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .body-section{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .body-section{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .body-section > .grid-container{padding-right:0 !important;padding-left:0 !important;}.middle-content .body-section:first-child{margin-top:0;}.section-navigator .global-margin--7x > .body-section,.accordion__content > .body-section{margin-top:0;margin-bottom:0;}.super-title-area + .body-section{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.super-title-area + .body-section{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.super-title-area + .body-section{margin-top:2.5rem;}}.body-section p + .social-media{margin-top:1.5rem;}.body-section p:has(+ .social-media){font-weight:bold;}.body-section::after{content:"";display:block;clear:both;}@media print,screen and (max-width:48.06125em){.body-section .body-section--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2.5rem 0;}}@media print,screen and (min-width:48.0625em){.body-section .body-section--container aside.medium-4{width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;float:right;margin-bottom:0.625rem;}}@media print,screen and (min-width:48.0625em){.body-section.editorial--aside-left .body-section--container aside.medium-4{float:left;margin-right:2rem;margin-left:0;}}.middle-content .body-section--inset .wysiwyg:last-child{margin-bottom:0;}@media print,screen and (min-width:48.0625em){.body-section--inset:has(.stats__itself) .body-section--container aside.medium-4{width:20rem;}}.card-section .bg-gray-light{padding:0.5rem;height:100%;}@media print,screen and (min-width:48.0625em){.card-section .bg-gray-light{padding:1rem;}}.card-section .bg-gray-light .card__content .global-spacing--2x:first-child{margin-top:0;}.card-section .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.card-section .section-heading{text-align:center;}.carousel{background-color:#f9f5f2;}.carousel .carousel--grid-container{overflow:hidden;}.carousel .swiper{overflow:unset;}.carousel .swiper-swapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.carousel .swiper-slide-active .aspect-ratio-frame img{max-height:600px;-o-object-fit:contain;object-fit:contain;background-color:#0f1012;}.carousel .swiper-slide:not(.swiper-slide-active) figcaption{padding-top:0;padding-bottom:0;border-bottom:unset;}.carousel .swiper-slide:not(.swiper-slide-active) figcaption p{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.carousel .swiper-slide:not(.swiper-slide-active) figcaption{max-width:calc(100% - 120px);}}@media print,screen and (min-width:48.0625em){.carousel .swiper-slide:not(.swiper-slide-active) .swiper-slide-active .aspect-ratio-frame:last-child{border-bottom:48px solid transparent;}}.carousel .swiper-slide:not(.swiper-slide-active) figure{background-color:#000000;-webkit-transform:scale(0.7);transform:scale(0.7);}.carousel .swiper-slide:not(.swiper-slide-active) figure img{opacity:0.6;}@media print,screen and (max-width:48.06125em){.carousel .swiper-slide:not(.swiper-slide-active) figure{opacity:0;}}.carousel .swiper-slide:not(.swiper-slide-active).swiper-slide-prev figure{-webkit-transform-origin:right;transform-origin:right;}.carousel .swiper-slide:not(.swiper-slide-active).swiper-slide-next figure{-webkit-transform-origin:left;transform-origin:left;}.carousel .swiper-slide:not(.swiper-slide-active) figcaption{max-height:0;overflow:hidden;}.carousel .swiper-slide:not(.swiper-slide-active) a{pointer-events:none;}.carousel .swiper-slide:not(.swiper-slide-active) .play-button{opacity:0;}.carousel figcaption{background-color:#ffffff;padding:1rem;}@media print,screen and (min-width:64.0625em){.carousel figcaption{padding:1.5rem;}}.carousel figcaption p{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;}.carousel figcaption p + p{margin-top:0.5rem;}.carousel .slider-navigation{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin-left:-20px;position:absolute;top:27vw;}@media screen and (min-width:48.0625em){.carousel .slider-navigation{width:calc(100% + 40px);margin-left:-20px;top:22vw;}}@media screen and (min-width:75em){.carousel .slider-navigation{top:264px;}}.carousel .swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px 24px;padding:1rem 0;width:100%;}@media print,screen and (min-width:64.0625em){.carousel .swiper-pagination{padding:1.5rem 0;}}.carousel .swiper-pagination-bullet{font-size:0;width:10px;height:10px;border-radius:5px;background-color:#8d898a;}.carousel .swiper-pagination-bullet-active{background-color:#000000;}.middle-content .carousel.global-padding--15x{background-color:transparent;padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.middle-content .carousel.global-padding--15x{padding-top:1.5rem;padding-bottom:1.5rem;}}@media screen and (min-width:48.0625em){.middle-content .carousel .slider-navigation{width:100%;margin-left:0;top:22vw;}}@media screen and (min-width:75em){.middle-content .carousel .slider-navigation{top:264px;}}.middle-content .carousel.global-margin--15x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .carousel.global-margin--15x{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .carousel.global-margin--15x{margin-top:3.5rem;margin-bottom:3.5rem;}}.checkerboard-item{padding-right:0;padding-left:0;max-width:100rem;margin-left:auto;margin-right:auto;}@media print,screen and (min-width:48.0625em){.checkerboard-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}}@media print,screen and (min-width:48.0625em){.checkerboard-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}}.checkerboard-item + .checkerboard-item{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.checkerboard-item + .checkerboard-item{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.checkerboard-item + .checkerboard-item{margin-top:2.5rem;}}.checkerboard-item__media{position:relative;}@media print,screen and (min-width:48.0625em){.checkerboard-item__media{width:50%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}}.checkerboard-item__media figure{margin:0;}.checkerboard-item__media figcaption{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.checkerboard-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start;}.checkerboard-item__content li + li{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.checkerboard-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}}.checkerboard-item__content h2{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.checkerboard-item__content h2{font-size:2.25rem;}}@media print,screen and (min-width:64.0625em){.checkerboard-item__content h2{font-size:3rem;}}.checkerboard-item__content p{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.checkerboard-item__content ul{list-style:none;margin:0;padding:0;}.checkerboard-item__content li a{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.checkerboard-item__content li a.btn{padding-right:1.875rem;}.checkerboard-item__content li a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.checkerboard-item__content li a:hover,.checkerboard-item__content li a:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.checkerboard-item__content li a:hover::after,.checkerboard-item__content li a:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}.contact-ref-card{background-color:#e9ded3;padding:1.5rem;border:1px solid #d4cfce;}@media print,screen and (min-width:48.0625em){.contact-ref-card{padding:2rem;}}@media print,screen and (min-width:64.0625em){.contact-ref-card{padding:2.5rem;}}.contact-ref-card h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;color:#0f1012;}.contact-ref-card h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.contact-ref-card h3 a:hover,.contact-ref-card h3 a:focus{color:#0f1012;}.contact-ref-card h3 a:hover::after,.contact-ref-card h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:48.0625em){.contact-ref-card h3 a{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.contact-ref-card h3 a{font-size:1.875rem;}}.contact-ref-card h3 a:hover,.contact-ref-card h3 a:focus{color:#d42121;}.contact-ref-card .wysiwyg,.contact-ref-card .publication{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.contact-ref-card .wysiwyg,.contact-ref-card .publication{margin-top:1rem;}}.contact-ref-card .publication,.contact-ref-card .link{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.contact-ref-card .publication,.contact-ref-card .link{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.contact-ref-card .publication,.contact-ref-card .link{font-size:1.25rem;}}.contact-ref-card .publication{font-weight:700;}.contact-ref-card .link{margin-top:0.5rem;}.contact-card{position:relative;}.contact-card > div{position:relative;z-index:2;background-color:#f9f5f2;padding:0.5rem;}@media print,screen and (min-width:48.0625em){.contact-card > div{padding:1rem;}}.contact-card::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#e9ded3;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.contact-card.oho-animate--in::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.contact-card dd{margin-left:0;}.contact-card dd p{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;font-size:1.0625rem;margin-top:0.5rem;}.contact-card dd + dt{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.contact-card dd + dt{margin-top:1.5rem;}}.contact-card .social-media{color:#0f1012;}.contact-card .social-media:hover,.contact-card .social-media:focus{color:#d42121;}.contact-section{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.contact-section{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.contact-section{padding-top:6rem;padding-bottom:6rem;}}.contact-section__container{padding-top:2rem;padding-bottom:2rem;padding-right:1.5rem;padding-left:1.5rem;background-color:#f9f5f2;}@media print,screen and (min-width:48.0625em){.contact-section__container{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.contact-section__container{padding-top:3rem;padding-bottom:3rem;}}@media print,screen and (min-width:48.0625em){.contact-section__container{padding-right:2rem;padding-left:2rem;}}@media print,screen and (min-width:64.0625em){.contact-section__container{padding-right:2.5rem;padding-left:2.5rem;}}@media print,screen and (min-width:48.0625em){.contact-section__container{max-width:1160px;margin-left:auto;margin-right:auto;}}.contact-section .btn-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.contact-section .btn-row .email{text-align:center;}@media print,screen and (min-width:48.0625em){.contact-section .btn-row .phone{text-align:center;}}@media print,screen and (max-width:48.06125em){.contact-section .grid-x{max-width:400px;}}.content-ref--item{padding:1.5rem;background-color:#f9f5f2;height:100%;}@media print,screen and (min-width:48.0625em){.content-ref--item{padding:2rem;}}@media print,screen and (min-width:64.0625em){.content-ref--item{padding:2.5rem;}}.content-ref--item h3{line-height:1;}.content-ref--item h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;line-height:1.1;color:#0f1012;}.content-ref--item h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.content-ref--item h3 a:hover,.content-ref--item h3 a:focus{color:#0f1012;}.content-ref--item h3 a:hover::after,.content-ref--item h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:48.0625em){.content-ref--item h3 a{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.content-ref--item h3 a{font-size:1.5rem;}}.content-ref--item h3 a:hover,.content-ref--item h3 a:focus{color:#d42121;}.content-ref--item h3 a::after{line-height:1.66;}.content-ref-component .medium-6 > .medium-6{height:100%;}@media print,screen and (min-width:40.0625em){.content-ref-component .grid-of--content .cell.medium-3{width:unset;min-width:calc(50% - 2.5rem);-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;}}@media print,screen and (min-width:64.0625em){.content-ref-component .grid-of--content .cell.medium-3{width:unset;min-width:calc(25% - 2.5rem);-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;}}.content-ref-component .grid-of--content .cell > .cell{height:100%;}.content-ref-component .headline-group__superhead{text-transform:uppercase;font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;font-size:15px !important;color:#6E6E6E !important;margin-bottom:0.5rem;}.content-ref-component .headline-group__head{font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.content-ref-component .headline-group__head{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.content-ref-component .headline-group__head{font-size:1.5rem;}}.content-ref-component .headline-group__subhead{margin-top:0.5rem;}.content-ref-component .headline-group__subhead,.content-ref-component .headline-group__subhead p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;}@media print,screen and (min-width:48.0625em){.content-ref-component .headline-group__subhead,.content-ref-component .headline-group__subhead p{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.content-ref-component .headline-group__subhead,.content-ref-component .headline-group__subhead p{font-size:1.3125rem;}}.middle-content .content-ref-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .content-ref-component{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .content-ref-component{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .content-ref-component .global-spacing--5x{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.middle-content .content-ref-component .global-spacing--5x{margin-top:1.5rem;}}.middle-content .content-ref-component .global-spacing--5x .global-spacing--5x{margin-top:0;}.ctas--item{background-color:#d42121;background-image:-webkit-gradient(linear,left top,right top,from(#294878),color-stop(33.33%,#294878),color-stop(66.66%,#d42121),to(#d42121));background-image:linear-gradient(to right,#294878 0%,#294878 33.33%,#d42121 66.66%,#d42121 100%);padding:2rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;text-decoration:none;}.ctas--item > div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;}.ctas--item h3,.ctas--item p,.ctas--item span{color:#ffffff;text-decoration:none;}@media print,screen and (min-width:64.0625em){.ctas--item h3{font-size:1.875rem;}}.ctas--item p,.ctas--item p > span{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;line-height:1.6;}.ctas--item span[class^=fa]{font-size:3rem;font-weight:300;-webkit-transition:-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.ctas--item:hover span[class^=fa],.ctas--item:focus span[class^=fa]{-webkit-transform:translateX(20px);transform:translateX(20px);}.ctas--set{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;padding:0;list-style:none;}.ctas--set li{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:calc(25% - 60px);}@media print,screen and (max-width:48.06125em){.ctas--set{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.middle-content .ctas-component.global-margin--15x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .ctas-component.global-margin--15x{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .ctas-component.global-margin--15x{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .ctas-component.global-margin--15x .global-spacing--5x:first-child{margin-top:0;}@media print,screen and (min-width:40.0625em){.middle-content .ctas--set{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:24px;grid-row-gap:24px;}}@media print,screen and (min-width:48.0625em){.middle-content .ctas--set{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);}}@media print,screen and (min-width:64.0625em){.middle-content .ctas--set{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);}}.custom-teasers-component{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.custom-teasers-component{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.custom-teasers-component{margin-top:7.5rem;margin-bottom:7.5rem;}}.custom-teasers-component .grid-container + .grid-container{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.custom-teasers-component .grid-container + .grid-container{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.custom-teasers-component .grid-container + .grid-container{margin-top:2.5rem;}}.custom-teasers-component .teasers-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem 0;}@media print,screen and (min-width:48.0625em){.custom-teasers-component .teasers-set{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem 2.5rem;}}.middle-content .custom-teasers-component{margin:0;margin-top:2rem;padding-bottom:0;}@media print,screen and (min-width:48.0625em){.middle-content .custom-teasers-component{margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .custom-teasers-component{margin-top:3.5rem;}}.middle-content .custom-teasers-component:first-child{margin-top:0;}.middle-content .custom-teasers-component:last-child{margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .custom-teasers-component:last-child{margin-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.middle-content .custom-teasers-component:last-child{margin-bottom:4rem;}}@media print,screen and (min-width:48.0625em){.custom-teasers--item{-webkit-box-flex:1;-ms-flex:1;flex:1;}}.custom-teasers--item .aspect-ratio-frame + div,.custom-teasers--item .icon-wrapper + div{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.custom-teasers--item .aspect-ratio-frame + div,.custom-teasers--item .icon-wrapper + div{margin-top:1.5rem;}}.custom-teasers--item .aspect-ratio-frame + div ~ div,.custom-teasers--item .icon-wrapper + div ~ div{margin-top:0.5rem;}.custom-teasers__superhead{text-transform:uppercase;font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;letter-spacing:0.75;color:#4a484a;}.custom-teasers__headline{font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.custom-teasers__headline{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.custom-teasers__headline{font-size:1.5rem;}}.custom-teasers__subhead,.custom-teasers__subhead p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;}@media print,screen and (min-width:48.0625em){.custom-teasers__subhead,.custom-teasers__subhead p{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.custom-teasers__subhead,.custom-teasers__subhead p{font-size:1.3125rem;}}.custom-teasers-component .grid-container:first-child > .teasers-set{margin-top:0;}@media print,screen and (min-width:48.0625em){.custom-teasers-component:has(.custom-teasers--item:nth-of-type(n+4)) .teasers-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem 2.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;}.custom-teasers-component:has(.custom-teasers--item:nth-of-type(n+4)) .custom-teasers--item{-webkit-box-flex:calc(50% - 20px);-ms-flex:calc(50% - 20px);flex:calc(50% - 20px);}}@media print,screen and (min-width:64.0625em){.custom-teasers-component:has(.custom-teasers--item:nth-of-type(n+4)) .custom-teasers--item{-webkit-box-flex:calc(25% - 60px);-ms-flex:calc(25% - 60px);flex:calc(25% - 60px);}}.grid-container .custom-teasers-component .grid-container{padding-right:0;padding-left:0;}.detail-page.detail-page--department{padding-top:0;padding-bottom:3rem;}@media print,screen and (min-width:48.0625em){.detail-page.detail-page--department{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.detail-page.detail-page--department{padding-bottom:7.5rem;}}.detail-page.detail-page--department article.global-margin--15x:last-child,.detail-page.detail-page--department section.global-margin--15x:last-child{margin-bottom:0;}.detail-page--department__content > .grid-x,.dept-detail__title-area{gap:1.5rem 0;}.parent-page-link,.parent-page-link a{font-family:signifier,georgia,serif;font-size:1.25rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.parent-page-link,.parent-page-link a{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.parent-page-link,.parent-page-link a{font-size:1.5rem;}}.parent-page-link a,.parent-page-link a a{text-decoration:none;}.parent-page-link a:hover,.parent-page-link a:focus,.parent-page-link a a:hover,.parent-page-link a a:focus{text-decoration:underline;}.parent-page-link + .accordion--mobile,.parent-page-link a + .accordion--mobile{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.parent-page-link + .accordion--mobile,.parent-page-link a + .accordion--mobile{margin-top:1.5rem;}}.accordion--mobile + .department-contact-box{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.accordion--mobile + .department-contact-box{margin-top:1.5rem;}}.department-contact-box dd,.department-contact-box dd li + li{margin-left:0;margin-top:0.5rem;}.department-contact-box dd ul{padding-left:0;}.department-contact-box dd + dt{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.department-contact-box dd + dt{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.department-contact-box dd + dt{margin-top:2.5rem;}}.department-contact-box dd p{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;margin:0;}.department-contact-box dd p + p{margin:0;}.department-events{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.department-events{margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.department-events{margin-top:3.5rem;}}.department-events h2 + p{margin-top:1rem;font-family:nimbus-sans,verdana,sans-serif;font-weight:300;font-size:20px;}@media print,screen and (min-width:48.0625em){.department-events h2 + p{margin-top:1.5rem;}}.department-events .grid-x{gap:1.5rem 0;margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.department-events .grid-x{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.department-events .grid-x{margin-top:2.5rem;}}.department-events .daterange__date{font-family:nimbus-sans,verdana,sans-serif;font-weight:700;font-size:17px;}.department-events .daterange__time{margin-top:0.5rem;font-family:nimbus-sans,verdana,sans-serif;font-weight:400;font-size:17px;}.department-events h3{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;margin-top:0.5rem;}@media print,screen and (min-width:64.0625em){.department-events h3{font-size:1.25rem;}}@media print,screen and (min-width:48.0625em){.department-events h3{margin-top:1rem;}}.department-events h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.department-events h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.department-events h3 a:hover,.department-events h3 a:focus{color:#0f1012;}.department-events h3 a:hover::after,.department-events h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.detail-page--department .middle-content .body-section > .grid-container{padding-right:1.25rem;padding-left:1.25rem;}.differentiator__item{padding-right:0.5rem;padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;background-color:#ffffff;}@media print,screen and (min-width:48.0625em){.differentiator__item{padding-top:1rem;padding-bottom:1rem;}}@media print,screen and (min-width:48.0625em){.differentiator__item{padding:0.5rem;padding-bottom:3.75rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.differentiator__item{padding:1rem;}}.differentiator__media figcaption{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;}.differentiator__content .stat{font-family:signifier,georgia,serif;font-size:4rem;font-weight:400;line-height:1;}@media print,screen and (min-width:48.0625em){.differentiator__content .stat{font-size:3.125rem;}}@media print,screen and (min-width:64.0625em){.differentiator__content .stat{font-size:4.375rem;}}.differentiator__content a{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.differentiator__content a.btn{padding-right:1.875rem;}.differentiator__content a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.differentiator__content a:hover,.differentiator__content a:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.differentiator__content a:hover::after,.differentiator__content a:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}.differentiator__content p{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.differentiator-slider{overflow:hidden;background-color:#f9f5f2;}.differentiator-slider .swiper{overflow:visible;}.differentiator-slider .swiper-slide-prev,.differentiator-slider .swiper-slide{visibility:hidden;opacity:0;pointer-events:none;}.differentiator-slider .slider-navigation__prev{margin-left:-65px;}.differentiator-slider .slider-navigation__next{margin-right:-65px;}.differentiator-slider .swiper-slide-visible{visibility:visible;opacity:1;pointer-events:unset;}.differentiator-slider .slider-navigation{position:absolute;top:150px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.differentiator-slider .differentiator__item{margin:0;}@media print,screen and (max-width:90.06125em){.differentiator-slider .swiper-container{padding-right:3.125rem;padding-left:3.125rem;max-width:100%;margin-left:auto;margin-right:auto;}}.event__content h3{font-family:signifier,georgia,serif;font-size:1.625rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.event__content h3{font-size:1.875rem;}}@media print,screen and (min-width:64.0625em){.event__content h3{font-size:2.5rem;}}.event__content a{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.event__content a.btn{padding-right:1.875rem;}.event__content a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.event__content a:hover,.event__content a:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.event__content a:hover::after,.event__content a:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}.event__content p{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.page--event .main-content article{padding-top:2rem;padding-bottom:3rem;position:relative;overflow:hidden;}@media print,screen and (min-width:48.0625em){.page--event .main-content article{padding-top:3rem;}}@media print,screen and (min-width:64.0625em){.page--event .main-content article{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.page--event .main-content article{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.page--event .main-content article{padding-bottom:7.5rem;}}.page--event .main-content article .grid-container{position:relative;z-index:2;}.page--event .main-content article .dc{position:absolute;top:-70px;left:0;width:906px;height:800px;background-repeat:no-repeat;background-size:100%;background-position:center;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing-gray.svg);}@media screen and (min-width:48.125em){.page--event .main-content article .dc{top:-100px;left:10%;}}@media screen and (min-width:57.5em){.page--event .main-content article .dc{top:-100px;left:30%;}}@media screen and (min-width:75em){.page--event .main-content article .dc{width:1000px;height:900px;left:50vw;}}.page--event .main-content h1{margin:0;}.page--event .main-content .breadcrumbs{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.page--event .main-content .breadcrumbs{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.page--event .main-content .breadcrumbs{margin-top:2.5rem;}}.page--event .main-content .global-spacing--7x{gap:1.5rem 0;}.page--event .main-content .event__details{background-color:#e9ded3;padding:1rem;}@media print,screen and (min-width:48.0625em){.page--event .main-content .event__details{padding:1.5rem;}}.page--event .main-content .event__details dt{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;line-height:160%;}@media print,screen and (min-width:64.0625em){.page--event .main-content .event__details dt{font-size:1.25rem;}}.page--event .main-content .event__details dt:not(:first-child){margin-top:1rem;}@media print,screen and (min-width:48.0625em){.page--event .main-content .event__details dt:not(:first-child){margin-top:1.5rem;}}.page--event .main-content .event__details dd{margin-left:0;font-size:18px;line-height:160%;}.page--event .main-content .event__details dd p{margin:0;font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;}.page--event .main-content .wysiwyg > *{font-size:18px;line-height:160%;}@media print,screen and (min-width:48.0625em){.page--event .main-content .wysiwyg > *{font-size:20px;}}.page--event .main-content .align-left,.page--event .main-content .align-right{position:relative;display:inline-block;max-width:262px;}.page--event .main-content .align-left img,.page--event .main-content .align-right img{position:relative;z-index:2;}.page--event .main-content .align-left::after,.page--event .main-content .align-right::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#9f8b76;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.page--event .main-content .oho-animate--in .align-left::after,.page--event .main-content .oho-animate--in .align-right::after,.page--event .main-content .oho-animate--in .align-center::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.super-title-area + section{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.super-title-area + section{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.super-title-area + section{margin-top:2.5rem;}}.feature-component .superhead,.feature-component .super{font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;}.feature-component .subhead{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;}@media print,screen and (min-width:48.0625em){.feature-component .subhead{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.feature-component .subhead{font-size:1.3125rem;}}.feature-component h2:not(:first-child),.feature-component .subhead{margin-top:0.5rem;}.feature-component .wysiwyg:not(:first-child){margin-top:1rem;}@media print,screen and (min-width:48.0625em){.feature-component .wysiwyg:not(:first-child){margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.feature-component p{font-size:1.125rem;}}.feature-component a[href^="mailto:"]{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.feature-component .wysiwyg a[href^="mailto:"],.feature-component p a[href^="mailto:"]{display:unset;}.feature-component a:hover,.feature-component a:focus{text-decoration:none;}.feature-component .no-aspect-ratio-frame picture{z-index:1;position:relative;}.feature-component .no-aspect-ratio-frame:after{z-index:0;}@media print,screen and (max-width:48.06125em){.feature-component .grid-container{padding:0 1.25rem;}}.middle-content .feature-component .wysiwyg:last-child{margin-bottom:0;}.feature--transparent{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.feature--transparent{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--transparent{margin-top:7.5rem;margin-bottom:7.5rem;}}.teasers-set .feature--transparent{margin-top:0;margin-bottom:0;}.teasers-set .feature--transparent .custom-teasers__headline.title-arrow{margin-top:0.5rem;margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.teasers-set .feature--transparent .custom-teasers__headline.title-arrow{margin-top:1rem;margin-bottom:1rem;}}.headline-group span{display:block;}.headline-group .head{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.headline-group .head{font-size:2.25rem;}}@media print,screen and (min-width:64.0625em){.headline-group .head{font-size:3rem;}}.headline-group .superhead,.headline-group .super{font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;}.headline-group .subhead{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;}@media print,screen and (min-width:48.0625em){.headline-group .subhead{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.headline-group .subhead{font-size:1.3125rem;}}.headline-group .head:not(:first-child),.headline-group .subhead{margin-top:0.5rem;}.middle-content .feature-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .feature-component{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .feature-component{margin-top:3.5rem;margin-bottom:3.5rem;}}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.middle-content .feature-component .grid-x > .cell.medium-8,.middle-content .feature-component .grid-x > .cell.medium-4{width:calc(50% - 2.5rem);}}.middle-content .feature-component:first-child{margin-top:0;}.feature--transparent{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.feature--transparent{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--transparent{margin-top:7.5rem;margin-bottom:7.5rem;}}.feature--transparent .contact-card::after,.feature--transparent .link-lists--card::after,.feature--transparent .offset-border::after{background-color:#e9ded3;}.feature--lake-blue{padding-top:3rem;padding-bottom:3rem;background-color:#294878;}@media print,screen and (min-width:48.0625em){.feature--lake-blue{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--lake-blue{padding-top:7.5rem;padding-bottom:7.5rem;}}.feature--lake-blue .contact-card::after,.feature--lake-blue .link-lists--card::after,.feature--lake-blue .offset-border::after{background-color:#0f1012;}.feature--lake-blue .super,.feature--lake-blue .superhead,.feature--lake-blue h2,.feature--lake-blue .head,.feature--lake-blue .subhead,.feature--lake-blue .wysiwyg p,.feature--lake-blue .wysiwyg ul,.feature--lake-blue .wysiwyg ol,.feature--lake-blue .wysiwyg li::before,.feature--lake-blue .custom-teasers__superhead,.feature--lake-blue .custom-teasers__subhead,.feature--lake-blue .custom-teasers__desc,.feature--lake-blue .media-component__caption,.feature--lake-blue .media-component__source,.feature--lake-blue .media-component__caption a,.feature--lake-blue .media-component__source a,.feature--lake-blue .wysiwyg a:not(.btn),.feature--lake-blue .title-arrow a,.feature--lake-blue .title-arrow a::after,.feature--darkest-gray .super,.feature--darkest-gray .superhead,.feature--darkest-gray h2,.feature--darkest-gray .head,.feature--darkest-gray .subhead,.feature--darkest-gray .wysiwyg p,.feature--darkest-gray .wysiwyg ul,.feature--darkest-gray .wysiwyg ol,.feature--darkest-gray .wysiwyg li::before,.feature--darkest-gray .custom-teasers__superhead,.feature--darkest-gray .custom-teasers__subhead,.feature--darkest-gray .custom-teasers__desc,.feature--darkest-gray .media-component__caption,.feature--darkest-gray .media-component__source,.feature--darkest-gray .media-component__caption a,.feature--darkest-gray .media-component__source a,.feature--darkest-gray .wysiwyg a:not(.btn),.feature--darkest-gray .title-arrow a,.feature--darkest-gray .title-arrow a::after,.feature--red-monogram .super,.feature--red-monogram .superhead,.feature--red-monogram h2,.feature--red-monogram .head,.feature--red-monogram .subhead,.feature--red-monogram .wysiwyg p,.feature--red-monogram .wysiwyg ul,.feature--red-monogram .wysiwyg ol,.feature--red-monogram .wysiwyg li::before,.feature--red-monogram .custom-teasers__superhead,.feature--red-monogram .custom-teasers__subhead,.feature--red-monogram .custom-teasers__desc,.feature--red-monogram .media-component__caption,.feature--red-monogram .media-component__source,.feature--red-monogram .media-component__caption a,.feature--red-monogram .media-component__source a,.feature--red-monogram .wysiwyg a:not(.btn),.feature--red-monogram .title-arrow a,.feature--red-monogram .title-arrow a::after{color:#ffffff;}.feature--lake-blue .media-component__caption a:hover,.feature--lake-blue .media-component__caption a:focus,.feature--lake-blue .link-lists--card dt a:hover,.feature--lake-blue .link-lists--card dt a:focus,.feature--lake-blue .title-arrow a:hover,.feature--lake-blue .title-arrow a:focus,.feature--darkest-gray .media-component__caption a:hover,.feature--darkest-gray .media-component__caption a:focus,.feature--darkest-gray .link-lists--card dt a:hover,.feature--darkest-gray .link-lists--card dt a:focus,.feature--darkest-gray .title-arrow a:hover,.feature--darkest-gray .title-arrow a:focus,.feature--red-monogram .media-component__caption a:hover,.feature--red-monogram .media-component__caption a:focus,.feature--red-monogram .link-lists--card dt a:hover,.feature--red-monogram .link-lists--card dt a:focus,.feature--red-monogram .title-arrow a:hover,.feature--red-monogram .title-arrow a:focus{color:#e9ded3;}.feature--lake-blue .media-component__caption a:hover::after,.feature--lake-blue .media-component__caption a:focus::after,.feature--lake-blue .link-lists--card dt a:hover::after,.feature--lake-blue .link-lists--card dt a:focus::after,.feature--lake-blue .title-arrow a:hover::after,.feature--lake-blue .title-arrow a:focus::after,.feature--darkest-gray .media-component__caption a:hover::after,.feature--darkest-gray .media-component__caption a:focus::after,.feature--darkest-gray .link-lists--card dt a:hover::after,.feature--darkest-gray .link-lists--card dt a:focus::after,.feature--darkest-gray .title-arrow a:hover::after,.feature--darkest-gray .title-arrow a:focus::after,.feature--red-monogram .media-component__caption a:hover::after,.feature--red-monogram .media-component__caption a:focus::after,.feature--red-monogram .link-lists--card dt a:hover::after,.feature--red-monogram .link-lists--card dt a:focus::after,.feature--red-monogram .title-arrow a:hover::after,.feature--red-monogram .title-arrow a:focus::after{color:#e9ded3;}.feature--lake-blue .alert-component--text h2,.feature--lake-blue .alert-component--text p,.feature--darkest-gray .alert-component--text h2,.feature--darkest-gray .alert-component--text p,.feature--red-monogram .alert-component--text h2,.feature--red-monogram .alert-component--text p{color:#0f1012;}.feature--lake-blue a.arrow-link,.feature--darkest-gray a.arrow-link,.feature--red-monogram a.arrow-link{color:#ffffff;}.feature--lake-blue a.arrow-link::after,.feature--darkest-gray a.arrow-link::after,.feature--red-monogram a.arrow-link::after{color:#ffffff;}.feature--lake-blue a.arrow-link:hover,.feature--lake-blue a.arrow-link:focus,.feature--darkest-gray a.arrow-link:hover,.feature--darkest-gray a.arrow-link:focus,.feature--red-monogram a.arrow-link:hover,.feature--red-monogram a.arrow-link:focus{color:#e9ded3;}.feature--lake-blue a.arrow-link:hover::after,.feature--lake-blue a.arrow-link:focus::after,.feature--darkest-gray a.arrow-link:hover::after,.feature--darkest-gray a.arrow-link:focus::after,.feature--red-monogram a.arrow-link:hover::after,.feature--red-monogram a.arrow-link:focus::after{color:#e9ded3;}.feature--lake-blue .btn,.feature--darkest-gray .btn,.feature--red-monogram .btn{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#0f1012;background-color:#ffffff;background-image:-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(33.33%,#ffffff),color-stop(66.66%,#e9ded3),to(#e9ded3));background-image:linear-gradient(to right,#ffffff 0%,#ffffff 33.33%,#e9ded3 66.66%,#e9ded3 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.feature--lake-blue .btn::after,.feature--darkest-gray .btn::after,.feature--red-monogram .btn::after{color:#0f1012;}.feature--lake-blue .btn:hover,.feature--lake-blue .btn:focus,.feature--darkest-gray .btn:hover,.feature--darkest-gray .btn:focus,.feature--red-monogram .btn:hover,.feature--red-monogram .btn:focus{color:#0f1012;background-color:#e9ded3;background-position:99% 100%;border-color:transparent;}.feature--lake-blue .btn:hover::after,.feature--lake-blue .btn:focus::after,.feature--darkest-gray .btn:hover::after,.feature--darkest-gray .btn:focus::after,.feature--red-monogram .btn:hover::after,.feature--red-monogram .btn:focus::after{color:#0f1012;}@media print,screen and (min-width:48.0625em){.feature--lake-blue .btn,.feature--darkest-gray .btn,.feature--red-monogram .btn{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.feature--lake-blue .contact-card::after,.feature--lake-blue .link-lists--card::after,.feature--lake-blue .offset-border::after,.feature--darkest-gray .contact-card::after,.feature--darkest-gray .link-lists--card::after,.feature--darkest-gray .offset-border::after,.feature--red-monogram .contact-card::after,.feature--red-monogram .link-lists--card::after,.feature--red-monogram .offset-border::after{background-color:#0f1012;}.feature--lake-blue .wysiwyg a:not(.button,.btn,.link--fancy),.feature--darkest-gray .wysiwyg a:not(.button,.btn,.link--fancy),.feature--red-monogram .wysiwyg a:not(.button,.btn,.link--fancy){background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ffffff),color-stop(50%,#ffffff),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#ffffff 0,#ffffff 50%,transparent 50%,transparent 100%);}.feature--lake-blue table a,.feature--lake-blue table .super,.feature--lake-blue table .superhead,.feature--lake-blue table h2,.feature--lake-blue table .head,.feature--lake-blue table .subhead,.feature--lake-blue table .custom-teasers__superhead,.feature--lake-blue table .custom-teasers__subhead,.feature--lake-blue table .custom-teasers__desc,.feature--lake-blue table .media-component__caption,.feature--lake-blue table .media-component__source,.feature--lake-blue table .media-component__caption a,.feature--lake-blue table .media-component__source a,.feature--lake-blue table .title-arrow a,.feature--lake-blue table .title-arrow a::after,.feature--darkest-gray table a,.feature--darkest-gray table .super,.feature--darkest-gray table .superhead,.feature--darkest-gray table h2,.feature--darkest-gray table .head,.feature--darkest-gray table .subhead,.feature--darkest-gray table .custom-teasers__superhead,.feature--darkest-gray table .custom-teasers__subhead,.feature--darkest-gray table .custom-teasers__desc,.feature--darkest-gray table .media-component__caption,.feature--darkest-gray table .media-component__source,.feature--darkest-gray table .media-component__caption a,.feature--darkest-gray table .media-component__source a,.feature--darkest-gray table .title-arrow a,.feature--darkest-gray table .title-arrow a::after,.feature--red-monogram table a,.feature--red-monogram table .super,.feature--red-monogram table .superhead,.feature--red-monogram table h2,.feature--red-monogram table .head,.feature--red-monogram table .subhead,.feature--red-monogram table .custom-teasers__superhead,.feature--red-monogram table .custom-teasers__subhead,.feature--red-monogram table .custom-teasers__desc,.feature--red-monogram table .media-component__caption,.feature--red-monogram table .media-component__source,.feature--red-monogram table .media-component__caption a,.feature--red-monogram table .media-component__source a,.feature--red-monogram table .title-arrow a,.feature--red-monogram table .title-arrow a::after{color:#000000;}.feature--lake-blue .wysiwyg table p,.feature--lake-blue .wysiwyg table ul,.feature--lake-blue .wysiwyg table ol,.feature--lake-blue .wysiwyg table li::before,.feature--lake-blue .wysiwyg table a:not(.btn),.feature--darkest-gray .wysiwyg table p,.feature--darkest-gray .wysiwyg table ul,.feature--darkest-gray .wysiwyg table ol,.feature--darkest-gray .wysiwyg table li::before,.feature--darkest-gray .wysiwyg table a:not(.btn),.feature--red-monogram .wysiwyg table p,.feature--red-monogram .wysiwyg table ul,.feature--red-monogram .wysiwyg table ol,.feature--red-monogram .wysiwyg table li::before,.feature--red-monogram .wysiwyg table a:not(.btn){color:#000000;}.feature--lake-blue .media-component__caption a:hover,.feature--lake-blue .media-component__caption a:focus,.feature--lake-blue .link-lists--card dt a:hover,.feature--lake-blue .link-lists--card dt a:focus,.feature--lake-blue .title-arrow a:hover,.feature--lake-blue .title-arrow a:focus{color:#ffffff;}.feature--lake-blue .media-component__caption .btn{color:#000000;}.feature--lake-blue .media-component__caption .btn:hover,.feature--lake-blue .media-component__caption .btn:focus{color:#000000;}.feature--sandstone{padding-top:3rem;padding-bottom:3rem;background-color:#e9ded3;}@media print,screen and (min-width:48.0625em){.feature--sandstone{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--sandstone{padding-top:7.5rem;padding-bottom:7.5rem;}}.feature--sandstone .title-arrow a,.feature--sandstone a.arrow-link{color:#0f1012;}.feature--sandstone .title-arrow a:hover,.feature--sandstone .title-arrow a:focus,.feature--sandstone a.arrow-link:hover,.feature--sandstone a.arrow-link:focus{color:#d42121;}.feature--sandstone .contact-card::after,.feature--sandstone .link-lists--card::after,.feature--sandstone .offset-border::after{background-color:#9f8b76;}.feature--sandstone .alert-component--item > div{background-color:#f9f5f2;}.feature--sandstone .wysiwyg ol > li::before{color:#000000;}.feature--gray1{padding-top:3rem;padding-bottom:3rem;background-color:#f9f5f2;}@media print,screen and (min-width:48.0625em){.feature--gray1{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--gray1{padding-top:7.5rem;padding-bottom:7.5rem;}}.feature--gray1 .contact-card > div,.feature--gray1 .link-lists--card > div{background-color:#ffffff;}.feature--gray1 .link-lists--card::after,.feature--gray1 .offset-border::after{background-color:#9f8b76;}.feature--darkest-gray{padding-top:3rem;padding-bottom:3rem;background-color:#4a484a;}@media print,screen and (min-width:48.0625em){.feature--darkest-gray{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--darkest-gray{padding-top:7.5rem;padding-bottom:7.5rem;}}.feature--darkest-gray .contact-card::after,.feature--darkest-gray .link-lists--card::after,.feature--darkest-gray .offset-border::after{background-color:#0f1012;}.feature--darkest-gray .media-component__caption .btn{color:#000000;}.feature--darkest-gray .media-component__caption .btn:hover,.feature--darkest-gray .media-component__caption .btn:focus{color:#000000;}.feature--darkest-gray .media-component__caption a.link--fancy:hover,.feature--darkest-gray .media-component__caption a.link--fancy:focus{color:#ffffff;}.feature--red-monogram{padding-top:3rem;padding-bottom:3rem;background-color:#d42121;background-repeat:no-repeat;background-size:125%;background-position:50% 5%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);}@media print,screen and (min-width:48.0625em){.feature--red-monogram{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.feature--red-monogram{padding-top:7.5rem;padding-bottom:7.5rem;}}.feature--red-monogram .contact-card::after,.feature--red-monogram .link-lists--card::after,.feature--red-monogram .offset-border::after{background-color:#0f1012;}.feature--red-monogram + .feature--red-monogram{margin-top:1px;}.feature--red-monogram .media-component__caption .btn{color:#000000;}.feature--red-monogram .media-component__caption .btn:hover,.feature--red-monogram .media-component__caption .btn:focus{color:#000000;}.feature--red-monogram .media-component__caption a.link--fancy:hover,.feature--red-monogram .media-component__caption a.link--fancy:focus{color:#ffffff;}.middle-content .body-section .grid-container{padding-right:0;padding-left:0;}.middle-content .feature-component{padding-top:2rem;padding-bottom:2rem;margin-top:2rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.middle-content .feature-component{padding-top:3rem;padding-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .feature-component{padding-top:3.5rem;padding-bottom:3.5rem;}}@media print,screen and (min-width:48.0625em){.middle-content .feature-component{margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .feature-component{margin-top:3.5rem;}}.middle-content .feature-component:last-child{margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .feature-component:last-child{margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .feature-component:last-child{margin-bottom:3.5rem;}}.middle-content .feature-component:first-child{margin-top:0;}@media print,screen and (min-width:48.0625em){.middle-content .feature-component .grid-container{padding-right:2.5rem;padding-left:2.5rem;}}.middle-content .feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray){padding-top:0;padding-bottom:0;}@media print,screen and (min-width:48.0625em){.middle-content .feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray) .grid-container{padding-right:0;padding-left:0;}}.feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray) + .feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray){margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray) + .feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray){margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray) + .feature-component:not(.feature--lake-blue):not(.feature--darkest-gray):not(.feature--red-monogram):not(.feature--sandstone):not(.feature--gray1):not(.feature--darkest-gray){margin-top:3.5rem;margin-bottom:3.5rem;}}@media screen and (max-width:48em){.grid-margin-x > .cell.middle-content section.feature-component{padding-right:20px;padding-left:20px;}}.feature--lake-blue:last-child,.feature--darkest-gray:last-child,.feature--red-monogram:last-child,.feature--sandstone:last-child,.feature--gray1:last-child{margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.feature--lake-blue:last-child,.feature--darkest-gray:last-child,.feature--red-monogram:last-child,.feature--sandstone:last-child,.feature--gray1:last-child{margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.feature--lake-blue:last-child,.feature--darkest-gray:last-child,.feature--red-monogram:last-child,.feature--sandstone:last-child,.feature--gray1:last-child{margin-bottom:3.5rem;}}.feature--lake-blue a.link--fancy::after,.feature--darkest-gray a.link--fancy::after,.feature--red-monogram a.link--fancy::after{color:#ffffff;}.feature--lake-blue a.link--fancy:hover::after,.feature--lake-blue a.link--fancy:focus::after,.feature--darkest-gray a.link--fancy:hover::after,.feature--darkest-gray a.link--fancy:focus::after,.feature--red-monogram a.link--fancy:hover::after,.feature--red-monogram a.link--fancy:focus::after{color:#f9f5f2;}.featured-feed-component{background-color:#d42121;background-repeat:no-repeat;background-size:125%;background-position:80% 50%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);padding-top:3rem;padding-bottom:3rem;}@media print,screen and (min-width:48.0625em){.featured-feed-component{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.featured-feed-component{padding-top:7.5rem;padding-bottom:7.5rem;}}.featured-feed-component h2.section-heading__title{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.featured-feed-component h2.section-heading__title{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.featured-feed-component h2.section-heading__title{font-size:4rem;}}.featured-feed-component .section-heading__title,.featured-feed-component .section-heading__subheading{color:#ffffff;}.featured-feed-component .section-heading__subheading p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.featured-feed-component .section-heading__subheading p{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.featured-feed-component .section-heading__subheading p{font-size:1.25rem;}}.featured-feed-component .link-arrow{color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.featured-feed-component .link-arrow.btn{padding-right:1.875rem;}.featured-feed-component .link-arrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#ffffff;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.featured-feed-component .link-arrow:hover,.featured-feed-component .link-arrow:focus{color:#e9ded3;-webkit-text-decoration-color:#e9ded3;text-decoration-color:#e9ded3;}.featured-feed-component .link-arrow:hover::after,.featured-feed-component .link-arrow:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#e9ded3;}.featured-feed-component .featured-feed__feature .aspect-ratio-frame img{position:relative;}.featured-feed-component .featured-feed__feature .aspect-ratio-frame::before{display:none;}.featured-feed-component .featured-feed__featured-text > *{color:#ffffff;}.featured-feed-component .featured-feed__featured-text .superhead{font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;}.featured-feed-component .featured-feed__featured-text h3 a{font-family:nimbus-sans,verdana,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;color:#ffffff;}@media print,screen and (min-width:48.0625em){.featured-feed-component .featured-feed__featured-text h3 a{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.featured-feed-component .featured-feed__featured-text h3 a{font-size:1.875rem;}}.featured-feed-component .featured-feed__featured-text h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.featured-feed-component .featured-feed__featured-text h3 a:hover,.featured-feed-component .featured-feed__featured-text h3 a:focus{color:#0f1012;}.featured-feed-component .featured-feed__featured-text h3 a:hover::after,.featured-feed-component .featured-feed__featured-text h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.featured-feed-component .featured-feed__featured-text h3 a::after{color:#e9ded3;line-height:1.33lh;}.featured-feed-component .featured-feed__featured-text h3 a:hover,.featured-feed-component .featured-feed__featured-text h3 a:hover::after{color:#e9ded3;}.featured-feed-component .featured-feed__featured-text h3 a:hover{text-decoration:underline;text-underline-offset:4px;}.featured-feed-component .featured-feed__featured-text h3:not(:first-child){margin-top:0.5rem;}.featured-feed-component .featured-feed__featured-text p{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.featured-feed-component .featured-feed__featured-text p{margin-top:1rem;}}.featured-feed-component .global-spacing--5x > .grid-x{gap:1.5rem 0;}.featured-feed__aside{background-color:#f9f5f2;padding:1rem;}@media print,screen and (min-width:48.0625em){.featured-feed__aside{padding:1.5rem;}}.featured-feed__aside h3{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.featured-feed__aside h3{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.featured-feed__aside h3{font-size:2rem;}}.featured-feed__aside-links ul{padding:0;}.featured-feed__aside-links li{margin-top:1rem;padding-top:1rem;border-top:1px solid #9f8b76;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.featured-feed__aside-links li{margin-top:1.5rem;padding-top:1.5rem;}}@media print,screen and (min-width:64.0625em){.featured-feed__aside-links li{font-size:1.25rem;}}.featured-feed__aside-links li a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.featured-feed__aside-links li a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.featured-feed__aside-links li a:hover,.featured-feed__aside-links li a:focus{color:#0f1012;}.featured-feed__aside-links li a:hover::after,.featured-feed__aside-links li a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.middle-content .featured-feed-component{margin-top:2rem;padding-top:2rem;padding-bottom:2rem;padding-left:0;padding-right:0;background-size:200%;background-position:30% 50%;}@media print,screen and (min-width:48.0625em){.middle-content .featured-feed-component{margin-top:3rem;padding-top:3rem;padding-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .featured-feed-component{margin-top:3.5rem;padding-top:3.5rem;padding-bottom:3.5rem;}}.middle-content .featured-feed-component .grid-container{padding-right:1.25rem;padding-left:1.25rem;margin-right:1.25rem;margin-left:1.25rem;}@media print,screen and (min-width:64.0625em){.middle-content .featured-feed-component h2.section-heading__title{font-size:3rem;}}.featured-feed--events h2.section-heading__title{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.featured-feed--events h2.section-heading__title{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.featured-feed--events h2.section-heading__title{font-size:4rem;}}@media screen and (min-width:75em){.featured-feed--events .aspect-ratio-frame{margin-left:-20px;}}@media screen and (min-width:82.5em){.featured-feed--events .aspect-ratio-frame{margin-left:-60px;}}@media screen and (min-width:90em){.featured-feed--events .aspect-ratio-frame{margin-left:-140px;}}.featured-feed--events .featured-feed__aside-links li:first-child{margin-top:0;padding-top:0;border-top:none;}.featured-feed--events .featured-feed__aside-links .icon-list li{margin-top:0.5rem;border-top:none;padding-top:0;font-size:15px;}.featured-feed--events .featured-feed__aside-links .icon-list .icon-list__icon{color:#9f8b76;}@media print,screen and (max-width:48.06125em){.page--home .featured-feed--events{padding-bottom:84px;}}.middle-content .featured-feed-component{container-type:inline-size;container-name:featuredfeed-item;}.middle-content .featured-feed-component:last-child{margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .featured-feed-component:last-child{margin-bottom:3.5rem;}}@media print,screen and (min-width:64.0625em){.middle-content .featured-feed-component:last-child{margin-bottom:4rem;}}@container featuredfeed-item (max-width:700px){.grid-margin-x > .medium-7,.grid-margin-x > .medium-5{width:calc(100% - 2.5rem);}}.feed-content .grid-of--content a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}.feed-content .grid-of--content a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.feed-content .grid-of--content a:hover,.feed-content .grid-of--content a:focus{color:#0f1012;}.feed-content .grid-of--content a:hover::after,.feed-content .grid-of--content a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:64.0625em){.feed-content .grid-of--content a{font-size:1.25rem;}}.feed-content .people-list .global-spacing--3x{padding-top:1rem;border-top:1px solid #000000;}.feed-content .people-list .global-spacing--3x:first-of-type{margin-top:0;}@media print,screen and (min-width:64.0625em){.feed-content .people-list .global-spacing--3x{padding-top:1.5rem;}}.feed-content .people-list ul{padding-left:0;font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;font-size:1rem !important;}.feed-content .people-list p + ul > li{margin-top:0.5rem;position:relative;padding-left:2rem;}.feed-content .people-list p + ul > li::before{position:absolute;top:0;left:0;content:url(/themes/custom/davidson_2024/assets/img/bullet.svg);}.feed-content .people-list p + ul > li:nth-child(n+4){display:none;}.feed-content .people-list .person-teaser__label{text-transform:none;}.feed-content .people-list .person-teaser__label a{text-transform:none;}.feed-content .people-list .person-teaser__titles{font-size:1.1667rem;line-height:2rem;}.feed-content .people-list .person-teaser__info p{font-family:signifier,georgia,serif;font-size:1.25rem;font-weight:400;line-height:1.3;font-size:1.25rem !important;}@media print,screen and (min-width:48.0625em){.feed-content .people-list .person-teaser__info p{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.feed-content .people-list .person-teaser__info p{font-size:1.5rem;}}.feed-content .people-list p{margin-top:1em;}.feed-content .people-list p:first-of-type{margin-top:0;}@media print,screen and (min-width:48.0625em){.feed-content .people-list .person-teaser__contact{margin-top:2.5em;}.feed-content .people-list .medium-4{width:calc(37.3333333333% - 2.5rem);}.feed-content .people-list .medium-3{width:calc(21% - 2.5rem);}}.button-grid-component .button-set > ul{display:grid;margin:0;padding:0;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));}.button-grid-component .button-set .btn{background-color:#d42121;background-image:-webkit-gradient(linear,left top,right top,from(#294878),color-stop(33.33%,#294878),color-stop(66.66%,#d42121),to(#d42121));background-image:linear-gradient(to right,#294878 0%,#294878 33.33%,#d42121 66.66%,#d42121 100%);height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.375rem 1.5rem;}.button-grid-component .button-set .btn::after{content:"\f061";font-family:"Font Awesome 6 Pro";color:#ffffff;}.feature-component .button-set ul,.body-section .button-set ul{margin:0;padding-left:0;}.feature-component .button-set li + li,.body-section .button-set li + li{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.feature-component .button-set li + li,.body-section .button-set li + li{margin-top:1rem;}}.feature-component .button-set .btn,.body-section .button-set .btn{width:100%;text-align:center;}.feature-component .button-set .aspect-ratio-frame::before,.body-section .button-set .aspect-ratio-frame::before{padding-bottom:72.2%;}.feature-component .button-set .quotes--item .aspect-ratio-frame::before,.body-section .button-set .quotes--item .aspect-ratio-frame::before{padding-bottom:100%;}.middle-content .button-grid-component .button-set > ul{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));}.middle-content .button-grid-component.global-margin--15x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .button-grid-component.global-margin--15x{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .button-grid-component.global-margin--15x{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .button-grid-component.global-margin--15x:first-child{margin-top:0;}.paragraph.paragraph--type--hero-slider{margin:0;background-color:#d42121;background-repeat:no-repeat;background-size:125%;background-position:80% 20%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);padding:20px 24px 50px 20px;overflow:hidden;}@media all and (min-width:1024px){.paragraph.paragraph--type--hero-slider{padding:40px 0;}}@media all and (min-width:1024px){.paragraph.paragraph--type--hero-slide{margin:0 4px;-webkit-box-flex:1;-ms-flex:1 1 23%;flex:1 1 23%;-webkit-transition:-webkit-flex-basis 500ms ease-in-out;transition:-webkit-flex-basis 500ms ease-in-out;transition:flex-basis 500ms ease-in-out;transition:flex-basis 500ms ease-in-out,-webkit-flex-basis 500ms ease-in-out,-ms-flex-preferred-size 500ms ease-in-out;}}.paragraph--type--hero-slider .hero-slider--inner{padding-bottom:60px;}@media print,screen and (min-width:64.0625em){.paragraph--type--hero-slider .hero-slider--inner{padding-bottom:0;}}.paragraph--type--hero-slider .hero-slide--content{background:#fff;}.paragraph--type--hero-slider h2{font-size:24px;line-height:130%;}.paragraph--type--hero-slider .hero-slide--quotation{font-weight:400;font-size:16px;line-height:167.5%;padding-top:24px;margin-top:24px;position:relative;}.paragraph--type--hero-slider .hero-slide--quotation::before{content:"";width:80px;height:1px;border-top:1px solid rgb(159,139,118);position:absolute;top:0;left:calc(50% - 40px);}.paragraph--type--hero-slider .hero-slide--quotation + a{margin-top:1rem;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}@media print,screen and (min-width:48.0625em){.paragraph--type--hero-slider .hero-slide--quotation + a{margin-top:1.5rem;}}.paragraph--type--hero-slider .hero-slide--quotation + a:hover,.paragraph--type--hero-slider .hero-slide--quotation + a:focus{text-decoration:none;outline:none;}.paragraph--type--hero-slider .hero-slide--quotation + a:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.paragraph--type--hero-slider .hero-slide--quotation + a::after{color:#ffffff;}.paragraph--type--hero-slider .hero-slide--quotation + a:hover,.paragraph--type--hero-slider .hero-slide--quotation + a:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.paragraph--type--hero-slider .hero-slide--quotation + a:hover::after,.paragraph--type--hero-slider .hero-slide--quotation + a:focus::after{color:#ffffff;}@media print,screen and (min-width:48.0625em){.paragraph--type--hero-slider .hero-slide--quotation + a{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.paragraph--type--hero-slider .hero-slide--source{font-weight:700;margin-top:8px;font-family:nimbus-sans-condensed,impact,sans-serif;}.paragraph--type--hero-slider ul.clean{padding-top:16px;margin-top:16px;border-top:1px solid #559CB4;}.paragraph--type--hero-slider .desktop-media{display:none;}.paragraph--type--hero-slider .slick-arrow{border:none;background:#e9ded3;height:46px;width:46px;color:#0f1012;font-size:28px;line-height:37px;padding:1px 0;}.paragraph--type--hero-slider .slick-arrow:hover,.paragraph--type--hero-slider .slick-arrow:focus{background:#ffffff;}.paragraph--type--hero-slider .slick-arrow.prev{position:absolute;bottom:0;left:calc(50% - 52px);}.paragraph--type--hero-slider .slick-arrow.next{position:absolute;bottom:0;left:calc(50% + 6px);}.paragraph--type--hero-slider .slick-slide{background:none;opacity:0.5;-webkit-transition:opacity 0.3s,visibility 0.3s;transition:opacity 0.3s,visibility 0.3s;margin:0 4px;}.paragraph--type--hero-slider .slick-slide.slick-active{opacity:1;}.paragraph--type--hero-slider .grid,.paragraph--type--hero-slider .slick-list{overflow:visible;}.paragraph--type--hero-slider .mobile-media .video-modal{position:relative;display:block;}.paragraph--type--hero-slider .mobile-media button{border:2px solid #fff;background:#D42121;color:#fff;border-radius:50%;padding:12px;opacity:0.8;position:absolute;bottom:16px;right:16px;}.paragraph--type--hero-slider .mobile-media button .icon__glyph{position:relative;top:0;left:0;}.paragraph--type--hero-slider .mobile-media button .icon__label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;}.paragraph--type--hero-slider .mobile-media button:hover,.paragraph--type--hero-slider .mobile-media button:focus{background:#294878;}@media all and (min-width:1024px){.paragraph--type--hero-slider{padding:40px 0;}.paragraph--type--hero-slider .hero-slider--inner{min-height:51vw;}.paragraph--type--hero-slider .mobile-media{display:none;}}@media all and (min-width:1300px){.paragraph--type--hero-slider .hero-slider--inner{min-height:816px;}}.paragraph--type--hero-slide .hero-slide--content--inner{text-align:center;padding:24px;}.paragraph--type--hero-slide .hero-slide--content--inner h2{margin-top:0;}.paragraph--type--hero-slide .hero-slide--source-info{font-size:14px;font-family:nimbus-sans,verdana,sans-serif;}@media all and (min-width:1024px){.paragraph--type--hero-slide{-ms-flex-item-align:start;align-self:flex-start;margin:0 4px;-webkit-box-flex:1;-ms-flex:1 1 23%;flex:1 1 23%;-webkit-transition:-webkit-flex-basis 500ms ease-in-out;transition:-webkit-flex-basis 500ms ease-in-out;transition:flex-basis 500ms ease-in-out;transition:flex-basis 500ms ease-in-out,-webkit-flex-basis 500ms ease-in-out,-ms-flex-preferred-size 500ms ease-in-out;}.paragraph--type--hero-slide:not(.active){cursor:pointer;}.paragraph--type--hero-slide:not(.active):hover,.paragraph--type--hero-slide:not(.active):focus{-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%;}.paragraph--type--hero-slide:nth-of-type(2n){margin-top:40px;}.paragraph--type--hero-slide.active{-webkit-box-flex:1;-ms-flex:1 1 31%;flex:1 1 31%;}.paragraph--type--hero-slide.active .desktop-media .inline-video-play{display:block;bottom:257px;}.paragraph--type--hero-slide.active .hero-slide--content{background-color:#fff;color:#000;margin-top:-300px;text-align:center;}.paragraph--type--hero-slide:hover .desktop-media .ambient-video,.paragraph--type--hero-slide:focus .desktop-media .ambient-video{display:block;}.paragraph--type--hero-slide .desktop-media{display:block;position:relative;}.paragraph--type--hero-slide .desktop-media .ambient-video{display:none;position:absolute;top:0;left:0;width:100%;height:100%;min-height:unset;pointer-events:none;}.paragraph--type--hero-slide .desktop-media .ambient-video.ambient-paused .ambientVideo{display:none;}.paragraph--type--hero-slide .desktop-media .ambient-video .ambientVideo{height:100%;width:100%;}.paragraph--type--hero-slide .desktop-media .ambient-video button .icon .icon__label{margin-left:10px;position:relative;height:auto;width:auto;}.paragraph--type--hero-slide .desktop-media iframe{position:relative;top:unset;left:unset;width:100%;height:100%;-webkit-transform:unset;transform:unset;}.paragraph--type--hero-slide .desktop-media .ambient-pause{top:8px;left:8px;bottom:unset;padding:8px;color:#D42121;}.paragraph--type--hero-slide .desktop-media .ambient-pause:hover,.paragraph--type--hero-slide .desktop-media .ambient-pause:focus{color:#fff;}.paragraph--type--hero-slide .desktop-media .inline-video-play{display:none;z-index:1;position:absolute;left:calc(50% - 38px);bottom:22px;-webkit-transition:bottom 500ms ease-in-out;transition:bottom 500ms ease-in-out;}.paragraph--type--hero-slide .desktop-media .inline-video-play button{border:3px solid #fff;background:#D42121;color:#fff;border-radius:50%;padding:28px;}.paragraph--type--hero-slide .desktop-media .inline-video-play button:hover{background:#294878;}.paragraph--type--hero-slide .desktop-media .inline-video-play .icon__label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;}.paragraph--type--hero-slide .desktop-media .inline-video-play .icon__glyph{margin:0;font-size:24px;line-height:21px;position:relative;top:2px;left:2px;}.paragraph--type--hero-slide .desktop-media .inline-video-play .icon__glyph:before{content:none;}.paragraph--type--hero-slide .desktop-media .inline-video-play .icon__glyph::after{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M384 256L0 32V480L384 256z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:24px 24px;height:24px;width:24px;}.paragraph--type--hero-slide .desktop-media iframe.video-embed{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:unset;transform:unset;}.paragraph--type--hero-slide.active.active-video-open .hero-slide--content{margin-top:0;background-color:rgb(233,222,211);color:#000;}.paragraph--type--hero-slide.active.active-video-open .inline-video-play{display:none;}.paragraph--type--hero-slide.active.active-video-open .ambient-pause{display:none;}.paragraph--type--hero-slide.active.active-video-open .close-active-video{position:absolute;top:0;left:calc(50% - 10px);}.paragraph--type--hero-slide .ambient-pause{display:none;}.paragraph--type--hero-slide .close-active-video{background:#D42121;color:#fff;padding:10px 9px 7px 10px;}.paragraph--type--hero-slide .close-active-video:hover,.paragraph--type--hero-slide .close-active-video:focus{background:#fff;color:#D42121;}.paragraph--type--hero-slide .close-active-video .icon__label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;}.paragraph--type--hero-slide .close-active-video .icon__glyph{margin:0;font-size:21px;line-height:21px;}.paragraph--type--hero-slide .hero-slide--content--inner{padding:24px;}.paragraph--type--hero-slide .hero-slide--content--inner > *{max-width:14vw;margin:auto;}.paragraph--type--hero-slide .active .hero-slide--content--inner > *{max-width:18vw;margin:auto;}.paragraph--type--hero-slide .has-video-button.active .hero-slide--content--inner{padding-top:50px;}.paragraph--type--hero-slide .hero-slide--content h2{margin-bottom:0;}.paragraph--type--hero-slide .hero-slide--content{background-color:rgb(233,222,211);color:#000;text-align:center;margin:-60px 40px 0 40px;position:relative;-webkit-transition:color 500ms ease-in-out,background 500ms ease-in-out,margin-top 500ms ease-in-out;transition:color 500ms ease-in-out,background 500ms ease-in-out,margin-top 500ms ease-in-out;}.paragraph--type--hero-slide .hero-slide--content .hero-slide--to-reveal{display:none;}.paragraph--type--hero-slide.active--finished .hero-slide--content .hero-slide--to-reveal{display:block;}}@media all and (min-width:1440px){.paragraph--type--hero-slide{}.paragraph--type--hero-slide .hero-slide--content--inner > *{max-width:157px;}.paragraph--type--hero-slide.active .hero-slide--content--inner > *{max-width:267px;}}@media all and (min-width:1024px){.paragraph--type--hero-slide.has-video-button.active .hero-slide--content--inner{padding-top:60px;}}@media all and (min-width:1024px){.hero-slider--inner{max-width:1440px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.hero{position:relative;background:#b0abab;}@media print,screen and (min-width:48.0625em){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.hero img,.hero video{position:relative;display:block;width:100%;max-width:none;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.hero video{z-index:2;overflow:hidden;max-height:75vh;}.hero.hero--no-img{background:none;}@media print,screen and (min-width:48.0625em){.hero.hero--img{display:block;}}.hero.hero--video img{position:absolute;top:0;left:0;height:100%;}.hero .video-play-button{left:auto;right:0;}.hero__media{display:block;width:100%;max-height:75vh;}.autoplay-video-container{position:relative;}@media print,screen and (min-width:48.0625em){.hero:not(.hero--no-img) .hero__content{position:absolute;right:0;left:0;z-index:2;}}@media print,screen and (min-width:48.0625em){.hero--img .hero__content{bottom:0;}}.hero__content h1{font-family:signifier,georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.3;margin:0;}@media print,screen and (min-width:48.0625em){.hero__content h1{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.hero__content h1{font-size:3.5rem;}}.hero__content--title-wrapper{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}.hero__content--title-wrapper p{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.hero__content--title-wrapper p{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.hero__content--title-wrapper p{font-size:2rem;}}@media print,screen and (min-width:48.0625em){.hero__content--title-wrapper{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(66.6666666667% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;max-width:700px;}}.hero__content--callout{width:100%;}.hero__content--callout h2{font-size:1.5rem;}@media print,screen and (min-width:48.0625em){.hero__content--callout{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;height:0;}}.hero__content--callout-form{position:relative;background-color:#ffffff;padding:1.875rem 0.625rem;z-index:99;border:1px solid #b0abab;}.hero__content--callout-form form{width:100%;padding-top:10px;}.hero__content--callout-form form .form-submit{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;font-size:0.875rem;padding:0.875rem 4.25rem;}.hero__content--callout-form form .form-submit:hover,.hero__content--callout-form form .form-submit:focus{text-decoration:none;outline:none;}.hero__content--callout-form form .form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.hero__content--callout-form form .form-submit::after{color:#ffffff;}.hero__content--callout-form form .form-submit:hover,.hero__content--callout-form form .form-submit:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.hero__content--callout-form form .form-submit:hover::after,.hero__content--callout-form form .form-submit:focus::after{color:#ffffff;}.hero__content--callout-form input:not([type=submit]){width:100%;}@media print,screen and (min-width:48.0625em){.hero__content--callout-form{padding:30px;}}.hero__content--wrapper{padding-right:0;padding-left:0;max-width:1200px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:44px;z-index:99;position:relative;}@media print,screen and (min-width:48.0625em){.hero__content--wrapper{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.hero__overlay{display:none;}@media print,screen and (min-width:48.0625em){.hero__overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.4);}}.hero--top-of-page .hero__media,.hero--full-width .hero__media{overflow:hidden;position:relative;}.hero--top-of-page .hero__media .autoplay-video-container,.hero--full-width .hero__media .autoplay-video-container{width:100%;}.hero--top-of-page figcaption,.hero--full-width figcaption{background-color:#ffffff;padding:0 20px;}.hero--top-of-page figcaption span,.hero--full-width figcaption span{display:block;font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;padding:16px 0 12px;max-width:960px;margin:0 auto;border-bottom:1px solid #d2d4d8;}.hero--top-of-page figcaption p,.hero--full-width figcaption p{margin:0;font-family:unset;font-size:unset;}.hero--top-of-page .video-play-button,.hero--full-width .video-play-button{background-color:rgba(255,255,255,0.9);right:32px;bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0 8px;width:80px;border:1px solid transparent;padding:8px 14px;}.hero--top-of-page .video-play-button .show-for-sr,.hero--full-width .video-play-button .show-for-sr{font-size:14px;color:#d42121;position:relative !important;overflow:initial;clip:unset;width:unset;height:unset;}.hero--top-of-page .video-play-button::after,.hero--full-width .video-play-button::after{content:"\f04c";font-size:14px;color:#d42121;}.hero--top-of-page .video-play-button:hover,.hero--top-of-page .video-play-button:focus,.hero--full-width .video-play-button:hover,.hero--full-width .video-play-button:focus{background-color:#ffffff;border:1px solid #d42121;}.hero--top-of-page .click-to-play-button::after,.hero--top-of-page .video-playing .video-play-button::after,.hero--full-width .click-to-play-button::after,.hero--full-width .video-playing .video-play-button::after{color:#d42121;content:"\f04b";}@media screen and (min-width:75em){.hero--top-of-page .video-play-button{right:calc(50vw - 568px);}}.hero--full-width .hero__media{display:-webkit-box;display:-ms-flexbox;display:flex;}.academic-feature{background-color:#e9ded3;}@media print,screen and (min-width:48.0625em){.academic-feature{display:grid;grid-template-columns:50fr 50fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;}}.admission-feature{background-color:#294878;}@media print,screen and (min-width:48.0625em){.admission-feature{display:grid;grid-template-columns:50fr 50fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;}.admission-feature figure{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:2;}.admission-feature article{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;}}.home-checkerboard__text{padding:0 1.5rem;position:relative;}.home-checkerboard__text h2 + .wysiwyg > p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.home-checkerboard__text h2 + .wysiwyg > p{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.home-checkerboard__text h2 + .wysiwyg > p{font-size:1.25rem;}}.home-checkerboard__text .stat{color:#d42121;}.home-checkerboard__text strong{font-size:1.25rem;}@media print,screen and (min-width:48.0625em){.home-checkerboard__text strong{font-size:1.5rem;}}@media print,screen and (max-width:48.06125em){.academic-feature .home-checkerboard__text::before{content:"";display:block;position:absolute;z-index:2;bottom:calc(100% - 1px);left:0;width:100%;height:60px;max-height:10px;background-color:#e9ded3;-webkit-clip-path:polygon(0 0,0% 100%,100% 100%);clip-path:polygon(0 0,0% 100%,100% 100%);}}@media print,screen and (min-width:48.0625em){.academic-feature .home-checkerboard__text::before{content:"";display:block;position:absolute;z-index:2;top:0;right:calc(100% - 1px);height:100%;width:100px;max-width:20px;background-color:#e9ded3;-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%);}}@media print,screen and (max-width:48.06125em){.admission-feature .home-checkerboard__text::before{content:"";display:block;position:absolute;z-index:2;bottom:calc(100% - 1px);left:0;width:100%;height:60px;max-height:10px;background-color:#294878;-webkit-clip-path:polygon(0 0,0% 100%,100% 100%);clip-path:polygon(0 0,0% 100%,100% 100%);}}@media print,screen and (min-width:48.0625em){.admission-feature .home-checkerboard__text::before{content:"";display:block;position:absolute;z-index:2;top:0;left:calc(100% - 1px);height:100%;width:100px;max-width:20px;background-color:#294878;-webkit-clip-path:polygon(0 0,0% 100%,100% 0);clip-path:polygon(0 0,0% 100%,100% 0);}}@media print,screen and (min-width:48.0625em){.home-checkerboard__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:60px 24px;}}@media screen and (min-width:87.5em){.home-checkerboard__text{padding-top:73px;padding-bottom:73px;}}@media screen and (min-width:75.0625em){.home-checkerboard__text{padding-left:60px;}}@media screen and (min-width:75.0625em){.admission-feature .home-checkerboard__text{padding-right:0;margin-left:calc(50vw - 640px);}}.admission-feature .home-checkerboard__text h2,.admission-feature .home-checkerboard__text p{color:#ffffff;}.home-checkerboard__buttons ul{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.5rem 1rem;}.admission-feature .home-checkerboard__buttons .btn{font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;background-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(rgba(249,245,242,0)),color-stop(33.33%,rgba(249,245,242,0)),color-stop(66.66%,rgba(249,245,242,0.5)),to(rgba(249,245,242,0.5)));background-image:linear-gradient(to right,rgba(249,245,242,0) 0%,rgba(249,245,242,0) 33.33%,rgba(249,245,242,0.5) 66.66%,rgba(249,245,242,0.5) 100%);background-size:300% 100%;background-position:0% 0%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8),color 800ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8),color 800ms cubic-bezier(1,0.63,0.47,0.8);border-color:#ffffff;position:relative;}.admission-feature .home-checkerboard__buttons .btn::after{color:#ffffff;-webkit-transition:color 800ms cubic-bezier(1,0.63,0.47,0.8);transition:color 800ms cubic-bezier(1,0.63,0.47,0.8);}.admission-feature .home-checkerboard__buttons .btn:hover,.admission-feature .home-checkerboard__buttons .btn:focus{color:#0f1012;background-color:transparent;background-position:99% 100%;border-color:#d4cfce;}.admission-feature .home-checkerboard__buttons .btn:hover::after,.admission-feature .home-checkerboard__buttons .btn:focus::after{color:#0f1012;}.admission-feature .home-checkerboard__buttons .btn:hover::before,.admission-feature .home-checkerboard__buttons .btn:focus::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #d4cfce;}@media print,screen and (min-width:48.0625em){.admission-feature .home-checkerboard__buttons .btn{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.home-checkerboard__card--inner{background-color:#f9f5f2;margin-right:-24px;margin-left:-24px;padding:24px;}@media print,screen and (min-width:48.0625em){.home-checkerboard__card--inner{margin-right:0;margin-left:0;padding:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;}}@media print,screen and (min-width:64.0625em){.home-checkerboard__card--inner{width:360px;}}.home-checkerboard{position:relative;}.home-checkerboard > figure{position:relative;z-index:1;}.home-checkerboard > figure::before{content:"";padding-bottom:87.5%;display:block;}.home-checkerboard > figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;}@media print,screen and (max-width:48.06125em){.home-checkerboard > figure::after{content:"";display:block;position:absolute;z-index:2;bottom:0;left:0;width:100%;height:60px;max-height:10px;background-color:#e9ded3;-webkit-clip-path:polygon(0 0,0% 100%,100% 100%);clip-path:polygon(0 0,0% 100%,100% 100%);-webkit-transition:max-height 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:max-height 0.5s cubic-bezier(1,0.63,0.47,0.8);}}@media print,screen and (max-width:48.06125em){.admission-feature > figure::after{background-color:#294878;}}@media print,screen and (min-width:48.0625em){.academic-feature > figure::after{content:"";display:block;position:absolute;z-index:2;top:0;right:0;height:100%;width:100px;max-width:20px;background-color:#e9ded3;-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%);-webkit-transition:max-width 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:max-width 0.5s cubic-bezier(1,0.63,0.47,0.8);}}@media print,screen and (min-width:48.0625em){.admission-feature > figure::after{content:"";display:block;position:absolute;z-index:2;top:0;left:0;height:100%;width:100px;max-width:20px;background-color:#294878;-webkit-clip-path:polygon(0 0,0% 100%,100% 0);clip-path:polygon(0 0,0% 100%,100% 0);-webkit-transition:max-width 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:max-width 0.5s cubic-bezier(1,0.63,0.47,0.8);}}@media print,screen and (max-width:48.06125em){.home-checkerboard.oho-animate--in > figure::after{max-height:40px;}}@media print,screen and (min-width:48.0625em){.home-checkerboard.oho-animate--in > figure::after{max-width:100px;}}.home-checkerboard > article{position:relative;z-index:2;}.home-checkerboard__card{position:relative;}.home-checkerboard__card .home-checkerboard__card--inner{position:relative;z-index:2;}@media print,screen and (min-width:48.0625em){.home-checkerboard__card{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.home-checkerboard__card::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#9f8b76;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}}.admission-feature .home-checkerboard__card--inner{background-color:#e9ded3;}@media print,screen and (min-width:48.0625em){.admission-feature .home-checkerboard__card::after{background-color:#0f1012;}}.home-checkerboard.oho-animate--in .home-checkerboard__card::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.home-featured-news{background-color:#f9f5f2;overflow:hidden;}.home-featured-news h2{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.home-featured-news h2{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.home-featured-news h2{font-size:4rem;}}.home-featured-news h2 + .wysiwyg > p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.home-featured-news h2 + .wysiwyg > p{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.home-featured-news h2 + .wysiwyg > p{font-size:1.25rem;}}.featured-news--featured{gap:1.5rem 0;}.featured-news--featured .medium-5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}@media print,screen and (max-width:48.06125em){.featured-news--featured .aspect-ratio-frame{margin-right:-1.25rem;margin-left:-1.25rem;}}.featured-news--featured__text .superhead{font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;}@media print,screen and (min-width:64.0625em){.featured-news--featured__text .superhead{font-size:1.125rem;}}.featured-news--featured__text h3,.featured-news--featured__text .wysiwyg{margin-top:0.5rem;}.featured-news--featured__text h3{font-family:nimbus-sans,verdana,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.featured-news--featured__text h3{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.featured-news--featured__text h3{font-size:1.875rem;}}.featured-news--featured__text h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.featured-news--featured__text h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.featured-news--featured__text h3 a:hover,.featured-news--featured__text h3 a:focus{color:#0f1012;}.featured-news--featured__text h3 a:hover::after,.featured-news--featured__text h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.featured-news--carousel h3{margin-top:1rem;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:64.0625em){.featured-news--carousel h3{font-size:1.25rem;}}.featured-news--carousel h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.featured-news--carousel h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.featured-news--carousel h3 a:hover,.featured-news--carousel h3 a:focus{color:#0f1012;}.featured-news--carousel h3 a:hover::after,.featured-news--carousel h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.featured-news--carousel.swiper{overflow:visible;margin-right:0;margin-left:0;}@media print,screen and (max-width:48.06125em){.featured-news--carousel.swiper{width:calc(100vw - 92px);}}.featured-news--carousel .swiper-slide{opacity:0.5;}.featured-news--carousel .swiper-slide-visible{opacity:1;}.featured-news--carousel .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin-left:-20px;position:absolute;top:20vw;}@media screen and (min-width:40em){.featured-news--carousel .slider-navigation{top:9vw;}}@media screen and (min-width:48em){.featured-news--carousel .slider-navigation{top:6vw;}}@media screen and (min-width:75em){.featured-news--carousel .slider-navigation{top:78px;margin-left:calc(580px - 50vw);}}.home-video{padding-right:20px;padding-left:20px;}.home-video h2{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.home-video h2{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.home-video h2{font-size:4rem;}}.home-video h2 + .wysiwyg > p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.home-video h2 + .wysiwyg > p{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.home-video h2 + .wysiwyg > p{font-size:1.25rem;}}.home-video article{margin-right:auto;margin-left:auto;max-width:1360px;}@media print,screen and (min-width:48.0625em){.home-video article{display:grid;grid-template-columns:56px 1fr 150px;grid-template-rows:auto 150px auto;grid-column-gap:0px;grid-row-gap:0px;}}@media print,screen and (min-width:48.0625em){.home-video .hero{grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:3;z-index:1;}.home-video .hero video{max-height:unset;}}.home-video .hero__media{max-height:unset;}@media print,screen and (max-width:48.06125em){.home-video .hero.hero--video img{position:relative;}}@media print,screen and (max-width:48.06125em){.home-video .autoplay-video-container{display:none;}}.home-video .video-play-button{background-color:rgba(255,255,255,0.9);right:32px;bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0 8px;width:80px;border:1px solid transparent;}.home-video .video-play-button .show-for-sr{font-size:14px;color:#d42121;position:relative !important;overflow:initial;clip:unset;width:unset;height:unset;}.home-video .video-play-button::after{content:"\f04c";font-size:14px;color:#d42121;}.home-video .video-play-button:hover,.home-video .video-play-button:focus{background-color:#ffffff;border:1px solid #d42121;}.home-video .video-playing .video-play-button::after{color:#d42121;content:"\f04b";}.home-video .card{background-color:#d42121;padding:1.5rem;}@media print,screen and (min-width:48.0625em){.home-video .card{padding:40px 56px;grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:4;z-index:2;max-width:820px;}}.home-video .card h2,.home-video .card .wysiwyg > *{color:#ffffff;}.home-video .card .wysiwyg a{color:#ffffff;text-underline-offset:2px;}.home-video .card .wysiwyg a:hover,.home-video .card .wysiwyg a:focus{text-decoration:none;}@media print,screen and (min-width:40.0625em){.image-grid .glide__slides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.25rem;margin-right:-1.25rem;}.image-grid .glide__arrows{display:none;}}.image-grid .swiper-wrapper{padding-left:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:8px;}@media print,screen and (min-width:40.0625em){.image-grid .swiper-wrapper{margin-left:-20px;margin-right:-20px;padding-left:0;}}.image-grid-item{padding:0;}.image-grid-item__link{position:relative;display:table;margin:0 auto;line-height:1;}.image-grid-item__link::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";-webkit-transition:background-color 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:background-color 0.5s cubic-bezier(1,0.63,0.47,0.8);background-color:rgba(0,0,0,0);z-index:3;}.image-grid-item__link:hover::before,.image-grid-item__link:focus::before{background-color:rgba(0,0,0,0.3);}.image-grid-item__expand{position:absolute;top:0;right:0;display:block;padding:0.5em;background-color:#ffffff;font-size:1.25rem;}.image-grid-item .play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.image-grid-item__toggle{display:inline-block;position:absolute;top:0;right:0;padding:0.5rem 9px;text-align:center;color:transparent;background-color:transparent;font-size:3rem;}.image-grid-item__toggle::before{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"\f31d";font-weight:300;}.image-grid-item__toggle:hover{background-color:transparent;background-image:none;color:transparent;-webkit-transition:color 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:color 0.5s cubic-bezier(1,0.63,0.47,0.8);}.image-grid-item__link:hover .image-grid-item__toggle::before{background-color:transparent;color:#ffffff;-webkit-transition:color 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:color 0.5s cubic-bezier(1,0.63,0.47,0.8);}@media print,screen and (min-width:40.0625em){.image-grid-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;display:block;height:auto;padding-bottom:30px;}}.image-grid-item__link img{position:relative;z-index:2;}.image-grid-item__link .image-grid-item__toggle{z-index:4;}.image-grid-item__link::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#d42121;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.image-grid-item__link:hover::after,.image-grid-item__link:focus::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.image-grid .swiper{overflow:visible;}.image-grid .slider-navigation{position:absolute;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin-left:-20px;top:20vw;}.middle-content .gallery-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .gallery-component{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .gallery-component{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .gallery-component:first-child{margin-top:0;}.info-card-section{overflow:hidden;}.info-card-section .card{padding:1rem;border:1px solid #c4c4c4;}@media print,screen and (min-width:48.0625em){.info-card-section .card{padding:1.5rem;}}@media print,screen and (min-width:48.0625em){.info-card-section .card{height:100%;padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.info-card-section .card{padding-top:2rem;padding-bottom:2rem;}}.info-card-section .swiper-container{padding-right:0.9375rem;padding-left:0.9375rem;max-width:100%;margin-left:auto;margin-right:auto;}.info-card-section .swiper{overflow:visible;}.info-card-section .swiper-slide{visibility:hidden;}.info-card-section .swiper-slide-visible{visibility:visible;}.info-card-section .slider-navigation{position:relative;}@media print,screen and (max-width:48.06125em){.info-card-section .slider-navigation{margin-top:0.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;}}@media print,screen and (min-width:48.0625em){.info-card-section .swiper-container{padding-right:3.125rem;padding-left:3.125rem;max-width:1270px;margin-left:auto;margin-right:auto;}.info-card-section .slider-navigation__prev{margin-left:-50px;}.info-card-section .slider-navigation__next{margin-right:-50px;}.info-card-section .slider-navigation{position:absolute;top:200px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.jump-nav-component{background-color:#f9f5f2;}.jump-nav-component a{text-decoration:underline;text-underline-offset:3px;white-space:nowrap;}.jump-nav-component a:hover{text-decoration:none;}.jump-nav-component__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.25rem;position:relative;min-height:60px;}.jump-nav-component__heading{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:5rem;}@media print,screen and (max-width:48.06125em){.jump-nav-component__heading .jump-nav-component__heading{display:none;}}.jump-nav-component .jump-nav{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-flow:wrap;flex-flow:wrap;row-gap:0.8rem;overflow:hidden;padding-bottom:1px;}.jump-nav-component .accordion--open button{background-color:#008af3;color:#ffffff;}.jump-nav-component .accordion--open a{color:#ffffff;}.jump-nav-component .accordion--open .accordion__content{background-color:#008af3;z-index:9;}.jump-nav-component .accordion__button-text{font-weight:400;}@media print,screen and (max-width:48.06125em){.jump-nav-component .jump-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.jump-nav-component .accordion{position:absolute;right:0;top:0;}.jump-nav-component .accordion__content{position:absolute;right:0;}}@media print,screen and (min-width:48.0625em){.jump-nav-component{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.jump-nav-component{padding-top:2rem;padding-bottom:2rem;}}@media print,screen and (min-width:48.0625em){.jump-nav-component .jump-nav-component__container{padding-right:1.25rem;padding-left:1.25rem;max-width:1160px;margin-left:auto;margin-right:auto;}}@media print,screen and (min-width:48.0625em){.jump-nav-component .accordion{-webkit-box-flex:85%;-ms-flex:85%;flex:85%;}}@media print,screen and (min-width:48.0625em){.jump-nav-component .jump-nav__item:not(:last-child){margin-left:-0.8rem;padding-left:0.8rem;}.jump-nav-component .jump-nav__item:not(:last-child):after{content:"|";margin-right:0.8rem;margin-left:0.8rem;}}@media print,screen and (min-width:48.0625em){.jump-nav-component__heading a{display:none;}}.sticky-header__wrapper{position:sticky;top:0;}.process-steps__jumplinks{z-index:9;position:sticky;top:0;}@media print,screen and (min-width:48.0625em){.process-steps__jumplinks{position:sticky;}}@media print,screen and (max-width:48.06125em){.jump-nav__link--active{border:2px solid white;padding:4px;}}@media print,screen and (min-width:48.0625em){.jump-nav__link--active a{background-color:#008af3;color:#ffffff;}}.current-section{padding:0.9375rem 1.875rem;width:100%;display:block;font-weight:700;}@media print,screen and (min-width:48.0625em){.current-section{display:none;}}.link-lists--card{position:relative;}.link-lists--card > div{position:relative;z-index:2;background-color:#f9f5f2;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:1rem;}@media print,screen and (min-width:48.0625em){.link-lists--card > div{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;}}@media print,screen and (min-width:48.0625em){.link-lists--card > div{padding-right:2rem;}}.link-lists--card::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#e9ded3;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.link-lists--card.oho-animate--in::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.link-lists--card h3,.link-lists--card .headline-group,.link-lists--card .headline-group .head,.link-lists--card .content-ref--item h3 a{font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;color:#0f1012;}@media print,screen and (min-width:48.0625em){.link-lists--card h3,.link-lists--card .headline-group,.link-lists--card .headline-group .head,.link-lists--card .content-ref--item h3 a{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.link-lists--card h3,.link-lists--card .headline-group,.link-lists--card .headline-group .head,.link-lists--card .content-ref--item h3 a{font-size:1.5rem;}}.link-lists--card p,.link-lists--card dd{margin-top:0.5rem;}.link-lists--card dl,.link-lists--card dd + dt{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.link-lists--card dl,.link-lists--card dd + dt{margin-top:1.5rem;}}.link-lists--card dt a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}.link-lists--card dt a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.link-lists--card dt a:hover,.link-lists--card dt a:focus{color:#0f1012;}.link-lists--card dt a:hover::after,.link-lists--card dt a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:64.0625em){.link-lists--card dt a{font-size:1.25rem;}}.link-lists--card dd{margin-left:0;font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;font-size:1.0625rem;}.grid-of--content .link-lists--card,.grid-of--content .link-lists--card > div{height:100%;}aside .content-ref--item h3{line-height:1;}aside .content-ref--item h3 a{font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){aside .content-ref--item h3 a{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){aside .content-ref--item h3 a{font-size:1.5rem;}}@media print,screen and (min-width:48.0625em){.link-lists-component .grid-margin-x > .cell.medium-auto{min-width:calc(50% - 40px);}}@media print,screen and (min-width:48.0625em){.link-lists-component .grid-margin-x > .cell.medium-auto{min-width:calc(33.3333% - 40px);}}.middle-content .link-lists-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .link-lists-component{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .link-lists-component{margin-top:3.5rem;margin-bottom:3.5rem;}}.listing-page{position:relative;overflow:hidden;padding-top:2rem;padding-bottom:3rem;}@media print,screen and (min-width:48.0625em){.listing-page{padding-top:3rem;}}@media print,screen and (min-width:64.0625em){.listing-page{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.listing-page{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.listing-page{padding-bottom:7.5rem;}}.listing-page .grid-container{position:relative;z-index:2;}.listing-page .dc{position:absolute;top:-70px;left:-170px;width:906px;height:800px;background-repeat:no-repeat;background-size:100%;background-position:center;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing-gray.svg);}@media screen and (min-width:48.125em){.listing-page .dc{top:-100px;left:10%;}}@media screen and (min-width:57.5em){.listing-page .dc{top:-100px;left:30%;}}@media screen and (min-width:75em){.listing-page .dc{width:1000px;height:900px;left:50vw;}}.listing-page h1{margin:0;}.listing-page .breadcrumbs{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.listing-page .breadcrumbs{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.listing-page .breadcrumbs{margin-top:2.5rem;}}.listing-page .filter-container{position:relative;margin-bottom:28px;}.listing-page .filter-container .filter-container--inner{position:relative;z-index:2;background-color:#f9f5f2;padding:1.5rem;border:1px solid #e9ded3;}@media print,screen and (min-width:48.0625em){.listing-page .filter-container .filter-container--inner{padding:3.5rem;}}.listing-page .filter-container .filter-container--inner select{width:100%;}.listing-page .filter-container::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#e9ded3;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.listing-page .filter-container.oho-animate--in::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.listing-page .filter-container h2{font-family:signifier,georgia,serif;font-size:1.625rem;font-weight:400;line-height:1.3;margin-top:0;}@media print,screen and (min-width:48.0625em){.listing-page .filter-container h2{font-size:1.875rem;}}@media print,screen and (min-width:64.0625em){.listing-page .filter-container h2{font-size:2.5rem;}}.listing-page .filter-container .grid-x{row-gap:1.5rem;}@media print,screen and (min-width:48.0625em){.listing-page .filter-container .grid-x{row-gap:2rem;}}@media print,screen and (min-width:64.0625em){.listing-page .filter-container .grid-x{row-gap:2.5rem;}}.listing-page .form-submit{-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);font-family:nimbus-sans-extended,tahoma,sans-serif;border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;font-weight:700;font-size:0.75rem;line-height:1.2;padding:0.75rem 1rem;color:#ffffff;font-family:nimbus-sans-extended,tahoma,sans-serif;background-color:#294878;background-image:-webkit-gradient(linear,left top,right top,from(#0f1012),color-stop(33.33%,#0f1012),color-stop(66.66%,#294878),to(#294878));background-image:linear-gradient(to right,#0f1012 0%,#0f1012 33.33%,#294878 66.66%,#294878 100%);background-size:300% 100%;background-position:99% 100%;-webkit-transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);transition:background-position 400ms cubic-bezier(1,0.63,0.47,0.8);border-color:transparent;}.listing-page .form-submit:hover,.listing-page .form-submit:focus{text-decoration:none;outline:none;}.listing-page .form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.listing-page .form-submit::after{color:#ffffff;}.listing-page .form-submit:hover,.listing-page .form-submit:focus{color:#ffffff;background-color:#0f1012;background-position:0% 0%;border-color:transparent;}.listing-page .form-submit:hover::after,.listing-page .form-submit:focus::after{color:#ffffff;}@media print,screen and (min-width:48.0625em){.listing-page .form-submit{font-size:1rem;line-height:1.2;padding:1rem 2rem;}}.listing-page .form-item{margin:0;width:100%;}.listing-page .form-item input{width:100%;padding:0.625rem 1rem;border:none;}.listing-page .form-item .chosen-container{width:100% !important;}.listing-page .form-item input,.listing-page .form-item .chosen-container{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item input::-webkit-input-placeholder,.listing-page .form-item .chosen-container::-webkit-input-placeholder{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item input::-moz-placeholder,.listing-page .form-item .chosen-container::-moz-placeholder{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item input:-ms-input-placeholder,.listing-page .form-item .chosen-container:-ms-input-placeholder{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item input::-ms-input-placeholder,.listing-page .form-item .chosen-container::-ms-input-placeholder{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item input::placeholder,.listing-page .form-item .chosen-container::placeholder{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item .chosen-single{background-color:#ffffff;display:block;width:100%;padding:0.625rem 1rem;border:none;}.listing-page .form-item .chosen-single span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#6a6869;}.listing-page .form-item .chosen-single span::after{content:"\f078";font-family:"Font Awesome 6 Pro";color:#d42121;font-size:18px;}.listing-page .form-item label{font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;font-size:1.125rem !important;color:#0f1012;}@media print,screen and (min-width:64.0625em){.listing-page .form-item label{font-size:1.3125rem;}}.page--event-listing form .feature{max-width:47.5rem;}.listing-event--item{border-top:1px solid #d2d4d8;}.listing-event--item:last-of-type{border-bottom:1px solid #d2d4d8;}.listing-event--item span{display:block;}.listing-event--item h3 span{display:inline;}.listing-event--item .daterange__date{font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;}@media print,screen and (min-width:64.0625em){.listing-event--item .daterange__date{font-size:1.3125rem;}}.listing-event--item .daterange__time{margin-top:0.5rem;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;}@media print,screen and (min-width:48.0625em){.listing-event--item .daterange__time{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.listing-event--item .daterange__time{font-size:1.3125rem;}}.listing-event--item h3{font-family:nimbus-sans,verdana,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;margin-top:1rem;}@media print,screen and (min-width:48.0625em){.listing-event--item h3{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.listing-event--item h3{font-size:1.875rem;}}@media print,screen and (min-width:48.0625em){.listing-event--item h3{margin-top:1.5rem;}}.listing-event--item h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.listing-event--item h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.listing-event--item h3 a:hover,.listing-event--item h3 a:focus{color:#0f1012;}.listing-event--item h3 a:hover::after,.listing-event--item h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.listing-event--item h3 + p{margin-top:0.5rem;}.listing-event--item .aspect-ratio-frame{width:288px;min-width:288px;max-width:288px;height:100%;}@media print,screen and (min-width:48.0625em){.listing-event--item .aspect-ratio-frame{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media print,screen and (min-width:48.0625em){.listing-event--item .listing-event--item__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 2.5rem;}}.listing-event--item .listing-event--item__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;}@media print,screen and (max-width:48.06125em){.listing-event--item .listing-event--item__text{margin-top:1.5rem;}}.listing-page header:not(.site-header){margin-top:2rem;margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.listing-page header:not(.site-header){margin-top:3rem;}}@media print,screen and (min-width:64.0625em){.listing-page header:not(.site-header){margin-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.listing-page header:not(.site-header){margin-bottom:1rem;}}.listing-page header:not(.site-header) p.helper{margin:0;font-family:nimbus-sans-condensed,impact,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;color:#4a484a;}@media print,screen and (min-width:48.0625em){.listing-page header:not(.site-header) p.helper{font-size:1.25rem;}}.listing-page .form-item .chosen-single{max-width:100%;}.chosen-container-single .chosen-single span{margin-right:0;}.chosen-container-single .chosen-single div b{display:none;}.listing-table__container{padding-right:0;padding-left:0;max-width:1240px;margin-left:auto;margin-right:auto;}.listing-table .mobile-table{margin-bottom:0;}.listing-table table{border-top:none;width:100%;}.listing-table tbody{border-left:none;}.listing-table thead,.listing-table th,.listing-table tr{background-color:transparent;border:none;}.listing-table td{border:1px solid #b0abab;}.listing-table__item{border:1px solid #f9f5f2;border-radius:10px;padding:1.25rem;}@media print,screen and (min-width:48.0625em){.listing-table__item{padding:1.625rem 1.25rem;}}@media print,screen and (min-width:48.0625em){.listing-table .section-heading{text-align:center;}.listing-table .mobile-table{margin-top:0;}}.media-component{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.media-component{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.media-component{margin-top:7.5rem;margin-bottom:7.5rem;}}.media-component .aspect-ratio-frame{margin-bottom:8px;}.media-component .aspect-ratio-frame.offset-border::after{background-color:#e9ded3;}.news--detail .media-component .aspect-ratio-frame::before{display:none;}.news--detail .media-component .aspect-ratio-frame img{position:relative;}.media-component .no-aspect-ratio-frame picture{z-index:1;position:relative;}.media-component .no-aspect-ratio-frame:after{z-index:0;}.media-component__text:not(:first-child){padding-top:1rem;}@media print,screen and (min-width:48.0625em){.media-component__text:not(:first-child){padding-top:1.5rem;}}.media-component__text p{font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;}.media-component__text li{margin-top:0.5rem;position:relative;padding-left:1.125rem;font-family:nimbus-sans,verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.3;}.media-component__text li + li{margin-top:0.5rem;}.media-component__text li::before{position:absolute;top:1px;left:0;content:url(/themes/custom/davidson_2024/assets/img/bullet.svg);}.feature-component .button-set .media-component__text li + li{margin-top:0.5rem;}.media-component__caption{border-bottom:1px solid #d2d4d8;padding-bottom:8px;}.media-component__caption a:not(.button,.btn,.link--fancy){text-decoration:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#294878),color-stop(50%,#294878),color-stop(50%,transparent),to(transparent));background-image:linear-gradient(to top,#294878 0,#294878 50%,transparent 50%,transparent 100%);background-repeat:repeat-x;background-position:0 0.56em;-webkit-transition:0.1s background-position ease-out;transition:0.1s background-position ease-out;background-position:0 0.55em;}.media-component__caption a:not(.button,.btn,.link--fancy):active,.media-component__caption a:not(.button,.btn,.link--fancy):hover{background-position:0 0.45em;}.media-component__source p{font-style:italic;margin-top:8px;}@media print,screen and (min-width:48.0625em){.media-component .medium-auto{min-width:calc(33.33% - 40px);}}.aspect-ratio-frame > div[class^=video]{position:relative;z-index:2;top:0;left:0;height:100%;width:100%;}.middle-content .media-component{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .media-component{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .media-component{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .media-component .aspect-ratio-frame{margin-top:0;margin-bottom:0;}.middle-content .media-component .global-spacing--5x:first-child{margin-top:0;}.news--detail .news--detail__main-content .media-component .grid-margin-x > .medium-4{width:auto;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;}.news--detail .news--detail__main-content .media-component .medium-4:only-child{max-width:960px;}.news--detail .news--detail__main-content .media-component .grid-of--content:has(.medium-4:only-child){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.news--detail .news--detail__main-content .media-component .aspect-ratio-frame img{position:relative;}.news-card-component .global-spacing--2x > a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}.news-card-component .global-spacing--2x > a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.news-card-component .global-spacing--2x > a:hover,.news-card-component .global-spacing--2x > a:focus{color:#0f1012;}.news-card-component .global-spacing--2x > a:hover::after,.news-card-component .global-spacing--2x > a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:64.0625em){.news-card-component .global-spacing--2x > a{font-size:1.25rem;}}.middle-content .news-card-component.global-margin--15x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .news-card-component.global-margin--15x{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .news-card-component.global-margin--15x{margin-top:3.5rem;margin-bottom:3.5rem;}}.news-component{padding-top:3rem;padding-bottom:3rem;background-color:#f9f5f2;}@media print,screen and (min-width:48.0625em){.news-component{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.news-component{padding-top:7.5rem;padding-bottom:7.5rem;}}.news-component h2 + .grid-x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.news-component h2 + .grid-x{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.news-component h2 + .grid-x{margin-top:2.5rem;}}.news-component .grid-x{gap:2rem 0;}.news-component article{position:relative;}.news-component article > div{position:relative;z-index:2;background-color:#e9ded3;padding:2rem 1.5rem;}@media print,screen and (min-width:48.0625em){.news-component article > div{padding:3.5rem 2.5rem;}}.news-component article::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#9f8b76;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.news-component article.oho-animate--in::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.news-component article h3{font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.news-component article h3{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.news-component article h3{font-size:1.5rem;}}.news-component article h3 a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;color:#0f1012;}.news-component article h3 a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.news-component article h3 a:hover,.news-component article h3 a:focus{color:#0f1012;}.news-component article h3 a:hover::after,.news-component article h3 a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.news-component article h3 a:hover{color:#d42121;}@media print,screen and (min-width:64.0625em){.news-component article{margin-right:16px;}}.news-component__links ul{padding-left:0;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:64.0625em){.news-component__links ul{font-size:1.25rem;}}.news-component__links li + li{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.news-component__links li + li{margin-top:1.5rem;}}.news-component__links li a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.news-component__links li a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.news-component__links li a:hover,.news-component__links li a:focus{color:#0f1012;}.news-component__links li a:hover::after,.news-component__links li a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.news--detail .breadcrumbs{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.news--detail .breadcrumbs{margin-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.news--detail .breadcrumbs{margin-top:5rem;}}.news--detail .news__title{margin:0;margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.news--detail .news__title{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.news--detail .news__title{margin-top:2.5rem;}}.news--detail .news__title--headline-group{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.news--detail .news__title--headline-group{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.news--detail .news__title--headline-group{margin-top:2.5rem;}}.news--detail .news__title--headline-group h1.headline-group{margin:0;}.news--detail .news__intro-text{margin:0;}.news--detail > .grid-container{position:relative;z-index:2;}.news--detail .dc{position:absolute;top:-70px;left:0;width:906px;height:800px;background-repeat:no-repeat;background-size:100%;background-position:center;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing-gray.svg);}@media screen and (min-width:48.125em){.news--detail .dc{top:-100px;left:10%;}}@media screen and (min-width:57.5em){.news--detail .dc{top:-100px;left:30%;}}@media screen and (min-width:75em){.news--detail .dc{width:1000px;height:900px;left:50vw;}}.news__date{margin:0;font-family:nimbus-sans,verdana,sans-serif;font-size:17px;}dl.news__contact-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 10px;}dl.news__contact-name dd{margin-left:0;}@media print,screen and (min-width:48.0625em){dl.news__contact-name{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}}.news__featured-image figcaption{padding-top:16px;padding-bottom:8px;border-bottom:1px solid #d2d4d8;}.news__featured-image figcaption p{margin:0;font-family:unset;font-size:unset;}.news--detail__main-content article.body-section:first-of-type .wysiwyg > p:first-child::first-letter{-webkit-initial-letter:2;initial-letter:2;font-weight:400;padding-right:0.5rem;}.news--detail__main-content article.body-section:last-of-type .wysiwyg > p:last-of-type{position:relative;}.news--detail__main-content article.body-section:last-of-type .wysiwyg > p:last-of-type::after{content:"";display:inline-block;height:14px;width:16px;margin:10px 0 0 4px;position:absolute;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 16 14' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.9925 10.3197c-1.1908 1.2788-2.5323 1.9182-3.9793 1.9182-2.53228 0-4.46162-1.5539-4.46162-4.16355 0-2.46097 1.64296-4.24535 3.82102-4.24535.5426 0 1.1757.11896 1.9293.40148l2.2308 2.31227h.0076v-2.90706c-1.8088-.30483-3.5949-.48327-4.4541-.48327-3.44418 0-5.87847 2.58736-5.87847 5.50186 0 3.24162 2.59255 5.34572 5.86337 5.34572 2.585 0 4.3109-1.3606 4.9289-3.6654zm-12.04337-.52044v-9.063201h1.95949c2.21573 0 3.64013 1.308551 3.64013 4.527881s-1.4244 4.53532-3.64013 4.53532zm8.23737-4.52788c0-3.30855-2.64528-5.27138-6.45122-5.27138h-5.73528v.00743495l1.38672 1.17472505v8.17844l-1.38672 1.1747v.0075h5.73528c3.80594 0 6.44372-1.96287 6.45122-5.27142z' fill='%23d42121'/%3E%3C/svg%3E");}.news--detail__main-content .section-navigator article.body-section:first-of-type .wysiwyg > p:first-child::first-letter{-webkit-initial-letter:unset;initial-letter:unset;font-weight:unset;padding-right:unset;}.news--detail__main-content .section-navigator article.body-section:last-of-type .wysiwyg > p:last-of-type::after{display:none;}.news--detail__main-content .section-navigator .grid-container,.news--detail__main-content .alert-component .grid-container,.news--detail__main-content .media-component .grid-container,.news--detail__main-content .accordion-component .grid-container,.news--detail__main-content .quotes-component .grid-container,.news--detail__main-content .gallery-component .grid-container,.news--detail__main-content .content-ref-component .grid-container,.news--detail__main-content .photo-table .grid-container,.news--detail__main-content .grid-container:has(.quotes--item) .grid-container,.news--detail__main-content .body-section .grid-container,.news--detail__main-content + .body-section .grid-container{max-width:62.5rem;}.news--detail__main-content .quotes--item{max-width:60rem;margin-right:auto;margin-left:auto;}.news--detail__main-content .section-navigator.global-padding--15x{padding-top:0;padding-bottom:0;}.news--detail__main-content .section-navigator.global-padding--15x,.news--detail__main-content .alert-component,.news--detail__main-content .media-component,.news--detail__main-content .body-section{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.news--detail__main-content .section-navigator.global-padding--15x,.news--detail__main-content .alert-component,.news--detail__main-content .media-component,.news--detail__main-content .body-section{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.news--detail__main-content .section-navigator.global-padding--15x,.news--detail__main-content .alert-component,.news--detail__main-content .media-component,.news--detail__main-content .body-section{margin-top:3.5rem;margin-bottom:3.5rem;}}.news--detail__main-content .accordion__content .body-section{margin-top:0;margin-bottom:0;}.news--detail__main-content .media-component .grid-of--content .aspect-ratio-frame{margin-top:0;margin-bottom:0;}@-moz-document url-prefix(){.news--detail__main-content article.body-section:first-of-type .wysiwyg > p:first-child::first-letter{-webkit-initial-letter:unset;initial-letter:unset;font-weight:unset;padding-right:unset;}}.news--detail__main-content .section-navigator article.body-section:has(.medium-4) .grid-container{padding-right:0;padding-left:0;max-width:75rem;}.news__title--headline-group .headline-group__super{font-size:1.3125rem;line-height:1.2;font-weight:700;font-family:nimbus-sans-extended,tahoma,sans-serif;margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.news__title--headline-group .headline-group__super{margin-bottom:1rem;}}.news__title--headline-group .headline-group__sub{font-size:2rem;margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.news__title--headline-group .headline-group__sub{margin-top:1rem;}}.topics-and-tags h2{padding-top:1.5rem;border-top:1px solid #000000;}@media print,screen and (min-width:48.0625em){.topics-and-tags h2{padding-top:2rem;}}@media print,screen and (min-width:64.0625em){.topics-and-tags h2{padding-top:2.5rem;}}.topics-and-tags .topics-and-tags__row{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 2.5rem;}.topics-and-tags .topics-and-tags__row .item{-webkit-box-flex:1;-ms-flex:1;flex:1;}}.topics-and-tags .topics-and-tags__row + .topics-and-tags__row{margin-top:1.5rem;border-top:1px solid #000000;padding-top:1rem;}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row + .topics-and-tags__row{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.topics-and-tags .topics-and-tags__row + .topics-and-tags__row{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row + .topics-and-tags__row{padding-top:1.5rem;}}.topics-and-tags .topics-and-tags__row:only-child{margin-top:1.5rem;border-top:1px solid #000000;padding-top:1rem;}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row:only-child{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.topics-and-tags .topics-and-tags__row:only-child{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row:only-child{padding-top:1.5rem;}}.topics-and-tags .topics-and-tags__row .item + .item{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row .item + .item{margin-top:0;}}.topics-and-tags .topics-and-tags__row .item > a{display:block;}.topics-and-tags .topics-and-tags__row .item p,.topics-and-tags .topics-and-tags__row .item ul,.topics-and-tags .topics-and-tags__row .item a{margin:0;margin-top:4px;}@media print,screen and (min-width:48.0625em){.topics-and-tags .topics-and-tags__row .item p,.topics-and-tags .topics-and-tags__row .item ul,.topics-and-tags .topics-and-tags__row .item a{margin-top:16px;}}.topics-and-tags .topics-and-tags__row .item p,.topics-and-tags .topics-and-tags__row .item > a{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:400;}.topics-and-tags .topics-and-tags__row .item ul{padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;}.topics-and-tags .topics-and-tags__row .item li{display:inline-block;}.topics-and-tags .topics-and-tags__row .item li a{margin:0;font-family:nimbus-sans,verdana,sans-serif;font-weight:400;display:inline-block;padding:0.375rem 0.75rem;border:1px solid #9f8b76;text-decoration:none;border-radius:18px;color:#294878;}.topics-and-tags .topics-and-tags__row .item li a:hover,.topics-and-tags .topics-and-tags__row .item li a:focus{color:#0f1012;border-color:#d42121;}.topics-and-tags .topics-and-tags__row--second .item li a{padding:0;border:none;color:#000;}.topics-and-tags .topics-and-tags__row--second .item li a:hover,.topics-and-tags .topics-and-tags__row--second .item li a:focus{text-decoration:underline;}.topics-and-tags .paragraph--type--simple-list{font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1.2;letter-spacing:0.52px;text-transform:uppercase;}@media print,screen and (min-width:48.0625em){.topics-and-tags .paragraph--type--simple-list{-webkit-box-flex:1;-ms-flex:1;flex:1;}}.topics-and-tags .paragraph--type--simple-list a{display:block;margin-top:16px;text-transform:none;letter-spacing:0;font-weight:400;font-family:nimbus-sans,verdana,sans-serif;color:#000;text-decoration:none;}.topics-and-tags .paragraph--type--simple-list a:hover,.topics-and-tags .paragraph--type--simple-list a:focus{text-decoration:underline;}.paired-feeds-component{padding-top:3rem;padding-bottom:3rem;background-color:#e9ded3;}@media print,screen and (min-width:48.0625em){.paired-feeds-component{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.paired-feeds-component{padding-top:7.5rem;padding-bottom:7.5rem;}}.paired-feeds-component .global-spacing--5x > .grid-x{gap:1.5rem 0;}.paired-feeds-component h3,.paired-feeds-component h3.headline-group > .head{font-family:signifier,georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.paired-feeds-component h3,.paired-feeds-component h3.headline-group > .head{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.paired-feeds-component h3,.paired-feeds-component h3.headline-group > .head{font-size:2rem;}}.paired-feeds-component p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.paired-feeds-component p{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.paired-feeds-component p{font-size:1.25rem;}}.paired-feeds-component .first-feed ul{padding-left:0;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:64.0625em){.paired-feeds-component .first-feed ul{font-size:1.25rem;}}.paired-feeds-component .first-feed li + li{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.paired-feeds-component .first-feed li + li{margin-top:1.5rem;}}.paired-feeds-component .first-feed li a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;color:#0f1012;}.paired-feeds-component .first-feed li a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.paired-feeds-component .first-feed li a:hover,.paired-feeds-component .first-feed li a:focus{color:#0f1012;}.paired-feeds-component .first-feed li a:hover::after,.paired-feeds-component .first-feed li a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.paired-feeds-component .first-feed li a:hover{color:#d42121;}.paired-feeds-component .second-feed{position:relative;}.paired-feeds-component .second-feed > div{position:relative;z-index:2;background-color:#f9f5f2;padding:1.5rem;}@media print,screen and (min-width:48.0625em){.paired-feeds-component .second-feed > div{padding:2.5rem;}}.paired-feeds-component .second-feed::after{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-color:#9f8b76;-webkit-transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);transition:all 0.5s cubic-bezier(1,0.63,0.47,0.8);}.paired-feeds-component .second-feed.oho-animate--in::after{-webkit-transform:translate(8px,8px);transform:translate(8px,8px);}.paired-feeds-component .second-feed ul{padding-left:0;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:64.0625em){.paired-feeds-component .second-feed ul{font-size:1.25rem;}}.paired-feeds-component .second-feed li + li{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.paired-feeds-component .second-feed li + li{margin-top:1.5rem;}}.paired-feeds-component .second-feed li a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}.paired-feeds-component .second-feed li a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.paired-feeds-component .second-feed li a:hover,.paired-feeds-component .second-feed li a:focus{color:#0f1012;}.paired-feeds-component .second-feed li a:hover::after,.paired-feeds-component .second-feed li a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.detail-page{position:relative;overflow:hidden;padding-top:2rem;}@media print,screen and (min-width:48.0625em){.detail-page{padding-top:3rem;}}@media print,screen and (min-width:64.0625em){.detail-page{padding-top:3.5rem;}}.detail-page .grid-container{position:relative;z-index:2;}.detail-page .dc{position:absolute;top:-70px;left:-170px;width:906px;height:800px;background-repeat:no-repeat;background-size:100%;background-position:center;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing-gray.svg);}@media screen and (min-width:48.125em){.detail-page .dc{top:-100px;left:10%;}}@media screen and (min-width:57.5em){.detail-page .dc{top:-100px;left:30%;}}@media screen and (min-width:75em){.detail-page .dc{width:1000px;height:900px;left:50vw;}}.detail-page .breadcrumbs + h1{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.detail-page .breadcrumbs + h1{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.detail-page .breadcrumbs + h1{margin-top:2.5rem;}}.detail-page p.h4{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.detail-page p.h4{margin-top:1.5rem;}}.detail-page .global-spacing--7x{gap:1.5rem 0;}.person-detail--section > .gird-container{margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.person-detail--section > .gird-container{margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.person-detail--section > .gird-container{margin-bottom:7.5rem;}}.person-detail--section + .person-detail--section{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.person-detail--section + .person-detail--section{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.person-detail--section + .person-detail--section{margin-top:2.5rem;}}.person-detail--section h2 + ul,.person-detail--section h2 + .wysiwyg{margin-top:0.5rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.person-detail--section h2 + ul,.person-detail--section h2 + .wysiwyg{margin-top:1rem;}}.person-detail--section:not(.person-detail__teaching) > ul{list-style-type:disc;padding-left:24px;}.person-detail--section:not(.person-detail__teaching) > ul > li{padding-left:0;font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.person-detail--section:not(.person-detail__teaching) > ul > li::before{display:none;}.person-detail--section:not(.person-detail__teaching) > ul li + li{margin-top:0;}.person-detail--section.person-detail__teaching > ul{padding-left:0;}.person-detail--section.person-detail__teaching > ul li{font-family:signifier,georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.5;}.person-detail--section.person-detail__teaching > ul li + li{margin-top:4px;}.detail-page--person > .grid-container{margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.detail-page--person > .grid-container{margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.detail-page--person > .grid-container{margin-bottom:7.5rem;}}@media print,screen and (max-width:48.06125em){.detail-page--person .contact-box dl{padding-top:1rem;padding-bottom:1rem;border:2px solid #0f1012;border-width:2px 0;}}@media print,screen and (max-width:48.06125em) and (min-width:48.0625em){.detail-page--person .contact-box dl{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em){.detail-page--person .contact-box dl{padding-left:40px;border-left:2px solid #0f1012;}}.detail-page--person .contact-box dt:not(.eyebrow){font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;}@media print,screen and (min-width:64.0625em){.detail-page--person .contact-box dt:not(.eyebrow){font-size:1.3125rem;}}.detail-page--person .contact-box dd,.detail-page--person .contact-box dd li + li{margin-left:0;margin-top:0.5rem;}.detail-page--person .contact-box dd p + p{margin-top:0.375rem;}.detail-page--person .contact-box dd ul{padding-left:0;}.detail-page--person .contact-box dd + dt{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.detail-page--person .contact-box dd + dt{margin-top:1.5rem;}}.detail-page--person .news-card-component:not(:last-of-type){margin-bottom:0;}.detail-page--person .news-card-component + .news-card-component{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.detail-page--person .news-card-component + .news-card-component{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.detail-page--person .news-card-component + .news-card-component{margin-top:2.5rem;}}.detail-page--person .body-section{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.detail-page--person .body-section{margin-top:2rem;margin-bottom:2rem;}}@media print,screen and (min-width:64.0625em){.detail-page--person .body-section{margin-top:2.5rem;margin-bottom:2.5rem;}}.detail-page--person .body-section:last-of-type{margin-bottom:0;}.detail-page--person .body-section h2.headline-group{font-family:signifier,georgia,serif;font-size:1.625rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.detail-page--person .body-section h2.headline-group{font-size:1.875rem;}}@media print,screen and (min-width:64.0625em){.detail-page--person .body-section h2.headline-group{font-size:2.5rem;}}.photo-table .grid-margin-x > .initial-2{min-width:100px;}.photo-table .no-aspect-ratio-frame .offset-border::after{content:none;}.photo-table .section-heading__title:last-child,.photo-table .section-heading__subheading:last-child{margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.photo-table .section-heading__title:last-child,.photo-table .section-heading__subheading:last-child{margin-bottom:2rem;}}.photo-table .global-margin--4x:first-child{margin-top:0;}.middle-content .photo-table.global-margin--15x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .photo-table.global-margin--15x{margin-top:3rem;margin-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .photo-table.global-margin--15x{margin-top:3.5rem;margin-bottom:3.5rem;}}.middle-content .photo-table.global-margin--15x:first-child{margin-top:0 !important;}.profiles{overflow:hidden;}.profile__content h3{font-family:signifier,georgia,serif;font-size:1.625rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.profile__content h3{font-size:1.875rem;}}@media print,screen and (min-width:64.0625em){.profile__content h3{font-size:2.5rem;}}.profile__content a{color:#294878;font-family:nimbus-sans-extended,tahoma,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;-webkit-transition:-webkit-text-decoration-color 300ms ease-in-out;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out,-webkit-text-decoration-color 300ms ease-in-out;}.profile__content a.btn{padding-right:1.875rem;}.profile__content a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:0.625rem;content:"\f061";font-weight:300;color:#294878;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 400ms cubic-bezier(1,0.63,0.47,0.8);}.profile__content a:hover,.profile__content a:focus{color:#d42121;-webkit-text-decoration-color:#d42121;text-decoration-color:#d42121;}.profile__content a:hover::after,.profile__content a:focus::after{-webkit-transform:translateX(8px);transform:translateX(8px);color:#d42121;}.program-icons,.symbol-icons{margin:0;padding-left:32px;}.program-icons li,.symbol-icons li{position:relative;}.program-icons li strong,.program-icons li span,.symbol-icons li strong,.symbol-icons li span{font-size:17px;}.program-icons li span,.symbol-icons li span{display:block;}.program-icons li::before,.symbol-icons li::before{display:block;position:absolute;left:-32px;top:0;color:#d42121;}.program-icons li + li,.symbol-icons li + li{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.program-icons li + li,.symbol-icons li + li{margin-top:1.5rem;}}.program-icons li::before{content:"";width:25px;height:24px;background-repeat:no-repeat;background-position:center;}.program-icons .major::before{background-image:url(/themes/custom/davidson_2024/assets/img/program-icon-major.svg);}.program-icons .minor::before{background-image:url(/themes/custom/davidson_2024/assets/img/program-icon-minor.svg);}.program-icons .pre-prof::before{background-image:url(/themes/custom/davidson_2024/assets/img/program-icon-pre-prof.svg);}.symbol-icons li::before{font-size:30px;font-family:signifier,georgia,serif;font-weight:400;}.symbol-icons .asterisk::before{content:"*";}.symbol-icons .dagger::before{content:"†";}.program-listing__key{position:relative;gap:1.5rem 0;}@media print,screen and (min-width:40.0625em) and (max-width:48.06125em){.program-listing__key::after{content:"";display:block;position:absolute;bottom:0;right:1.25rem;left:1.25rem;height:1px;border-bottom:2px solid #000000;}}@media print,screen and (min-width:48.0625em){.program-listing__key::after{content:"";display:block;position:absolute;bottom:0;top:0;left:0;width:calc(50% - 1px);border-right:2px solid #000000;pointer-events:none;}}@media print,screen and (min-width:40.0625em) and (max-width:48.06125em){.program-listing__key .col-one{padding-bottom:32px;border-bottom:2px solid #000000;}}@media print,screen and (max-width:40.06125em){.program-listing__key .col-two{padding-top:24px;border-top:2px solid #000000;}}@media print,screen and (min-width:40.0625em) and (max-width:48.06125em){.program-listing__key .col-two{padding-top:24px;padding-bottom:24px;}}@media print,screen and (min-width:64.0625em){.program-listing__key .col-two .program-icons{margin-left:20px;}}@media print,screen and (max-width:40.06125em){.program-listing__key .col-three{margin-top:1.5rem;padding-bottom:24px;border-bottom:2px solid #000000;}}@media print,screen and (min-width:40.0625em) and (max-width:48.06125em){.program-listing__key .col-three{padding-top:24px;padding-bottom:24px;}}.program--list{gap:2.5rem 0;}.program--card{background-color:#f9f5f2;height:100%;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8),background-color 400ms cubic-bezier(1,0.63,0.47,0.8),border 400ms cubic-bezier(1,0.63,0.47,0.8);}.program--card .program__info{padding:1rem;}.program--card .program__info .h5 a{text-decoration:none;}.program--card .program__info .h5 a:hover,.program--card .program__info .h5 a:focus{color:#d42121;text-decoration:underline;}.program--card .program__info .h5 a div{display:inline;}@media print,screen and (min-width:48.0625em){.program--card .program__info li + li{margin-top:1.25rem;}}.program--card:has(.h5 a:hover),.program--card:has(.h5 a:focus){background-color:#d4cfce;}.program--card--non-degree .h5::after,.program--card--interdisciplinary .h5::after{content:"";color:#d42121;}.program--card--non-degree .h5::after{content:"†";}.program--card--interdisciplinary .h5::after{content:"*";}.photo-panel{padding-top:3rem;padding-bottom:3rem;background-color:#d42121;background-size:cover;position:relative;background-position:center center;overflow-x:hidden;z-index:auto;}@media print,screen and (min-width:48.0625em){.photo-panel{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.photo-panel{padding-top:7.5rem;padding-bottom:7.5rem;}}.photo-panel__content{z-index:2;position:relative;background-color:#ffffff;padding:1rem;max-width:28.75rem;}@media print,screen and (min-width:48.0625em){.photo-panel__content{padding:1.5rem;}}.photo-panel .text-underlay{background:rgba(197,146,208,0.55);position:absolute;width:100%;height:100%;top:0;}.promo .grid-x{gap:1.5rem 0;}.promo h2 + .wysiwyg > p{font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.promo h2 + .wysiwyg > p{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.promo h2 + .wysiwyg > p{font-size:1.25rem;}}.promo__buttons ul{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.5rem 1rem;}.quotes--item{background-color:#e9ded3;}.quotes--item .quotes__wrap{padding:1.5rem;}@media print,screen and (min-width:48.0625em){.quotes--item .quotes__wrap{padding:2rem;}}@media print,screen and (min-width:64.0625em){.quotes--item .quotes__wrap{padding:2.5rem;}}.quotes--item .aspect-ratio-frame{max-width:10rem;border-radius:5rem;overflow:hidden;}.quotes--item blockquote{padding:0;border:none;background-color:transparent;}.quotes--item blockquote p{font-size:1.5rem;}.quotes--item blockquote p:first-of-type:before{content:"“";height:1px;display:block;margin-left:-0.5em;position:relative;top:2px;}.quotes--item blockquote p:last-of-type:after{content:"”";}.quotes--item .quotes__attribution{margin-top:1rem;padding-top:1.5rem;position:relative;font-family:nimbus-sans-condensed,impact,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.quotes--item .quotes__attribution{font-size:1.25rem;}}.quotes--item .quotes__attribution::before{content:"";display:inline-block;position:absolute;top:0;left:0;width:64px;height:1px;border-top:1px solid #d42121;}.quotes--item .quotes__attribution + p{font-family:signifier,georgia,serif;font-size:17px;font-style:italic;}.quotes--item .quotes__link{margin-top:0.5rem;font-family:nimbus-sans,verdana,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6;}@media print,screen and (min-width:48.0625em){.quotes--item .quotes__link{font-size:1.1875rem;}}@media print,screen and (min-width:64.0625em){.quotes--item .quotes__link{font-size:1.25rem;}}.quotes--item .quotes__link a{color:rgb(41,72,120);font-size:17px;text-underline-offset:2px;}.quotes--item .quotes__link a:hover,.quotes--item .quotes__link a:focus{text-decoration:none;}.grid-of--content:has(.quotes--item){-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin:0;}@media print,screen and (min-width:48.0625em){.grid-of--content:has(.quotes--item) .cell{min-width:calc(50% - 20px);margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;}}.grid-of--content:has(.quotes--item) .cell:only-child{max-width:100%;}.grid-of--content:has(.quotes--item) .quotes--item{height:100%;}.quotes--item{container-type:inline-size;container-name:quotes-item;}@container quotes-item (min-width:720px){.quotes__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 2.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.quotes__wrap .aspect-ratio-frame{width:160px;min-width:160px;max-width:160px;-ms-flex-preferred-size:160px;flex-basis:160px;}.quotes__wrap blockquote.global-spacing--3x{margin-top:0;}}.middle-content .quotes--item{margin-top:0;}.news--detail .quotes-component .grid-margin-x > .medium-4{width:auto;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;}.news--detail .quotes-component .medium-4:only-child{max-width:960px;}.news--detail .quotes-component .grid-of--content:has(.medium-4:only-child){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.detail-page--department__content .quotes-component .grid-container{padding-right:0;padding-left:0;}.related-news-section{background-color:#f9f5f2;}.related-news-section h2{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;text-align:center;}@media print,screen and (min-width:48.0625em){.related-news-section h2{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.related-news-section h2{font-size:4rem;}}.related-news-section .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem 0;}.related-news-section .btn{display:table;margin-right:auto;margin-left:auto;}.related-news-item .aspect-ratio-frame{margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.related-news-item .aspect-ratio-frame{margin-bottom:1rem;}}.related-news-item h3 + .eyebrow{margin-top:0.5rem;}.related-news-item h3{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:64.0625em){.related-news-item h3{font-size:1.25rem;}}.related-news-item h3 a{text-decoration:none;}.related-news-item .headline-group--wrapper{text-decoration:none;}.related-news-item .headline-group__super{font-family:nimbus-sans-condensed,impact,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.1;text-transform:uppercase;color:#4a484a;margin-bottom:0.5rem;}.related-news-item .headline-group__head{font-family:nimbus-sans,verdana,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;}@media print,screen and (min-width:48.0625em){.related-news-item .headline-group__head{font-size:1.375rem;}}@media print,screen and (min-width:64.0625em){.related-news-item .headline-group__head{font-size:1.5rem;}}.related-news-item .headline-group__head::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.related-news-item .headline-group__head:hover,.related-news-item .headline-group__head:focus{color:#0f1012;}.related-news-item .headline-group__head:hover::after,.related-news-item .headline-group__head:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}.related-news-item .headline-group__sub{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;color:#000000;line-height:1.3;margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.related-news-item .headline-group__sub{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.related-news-item .headline-group__sub{font-size:1.3125rem;}}.related-news-item p:first-of-type{margin-top:0;}.related-news-item .eyebrow ul{margin:0;padding:0;}.related-news-item .eyebrow li{display:inline;}.related-news-item .eyebrow li:not(:last-child)::after{content:", ";}.related{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.related{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.related{margin-top:3rem;}}.section-navigtor__feed ul{list-style:none;padding:0;}.section-navigtor__feed li + li{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.section-navigtor__feed li + li{margin-top:1.5rem;}}.section-navigtor__feed a{color:#d42121;-webkit-transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:color 400ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;}.section-navigtor__feed a::after{font-family:"Font Awesome 6 Pro";position:relative;padding-left:0.625rem;margin-right:0.5rem;content:"\f061";font-weight:300;color:#d42121;-webkit-transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);transition:margin 400ms cubic-bezier(1,0.63,0.47,0.8),padding 400ms cubic-bezier(1,0.63,0.47,0.8),color 400ms cubic-bezier(1,0.63,0.47,0.8);}.section-navigtor__feed a:hover,.section-navigtor__feed a:focus{color:#0f1012;}.section-navigtor__feed a:hover::after,.section-navigtor__feed a:focus::after{padding-left:1.125rem;margin-right:0;color:#d42121;}@media print,screen and (min-width:64.0625em){.section-navigtor__feed a{font-size:1.25rem;}}.middle-content section:first-child{margin-top:0;}.social-directory{background-color:#f9f5f2;}.social-directory h2.section-heading__title{font-family:signifier,georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.3;}@media print,screen and (min-width:48.0625em){.social-directory h2.section-heading__title{font-size:3rem;}}@media print,screen and (min-width:64.0625em){.social-directory h2.section-heading__title{font-size:4rem;}}.social-directory .section-heading__subheading p{font-family:nimbus-sans,verdana,sans-serif;}.social-directory .section-heading{margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.social-directory .section-heading{margin-bottom:2rem;}}@media print,screen and (min-width:64.0625em){.social-directory .section-heading{margin-bottom:2.5rem;}}.middle-content .social-directory{background-color:transparent;}.social-directory__list{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.social-directory__list{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.social-directory__list{margin-top:2.5rem;}}.social-directory__list > ul{padding-left:0;}.social-directory__list > ul > li + li{margin-top:0.5rem;}.social-directory__list article{background-color:#e9ded3;padding:1rem 1.5rem 0.75rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;}.social-directory__list article p{margin:0;font-family:nimbus-sans-extended,tahoma,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1.2;letter-spacing:0.52px;text-transform:uppercase;text-transform:none;font-size:1.125rem;}@media print,screen and (min-width:48.0625em){.social-directory__list article p{font-size:1.25rem;}}.social-directory__list .social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:8px;}@media print,screen and (min-width:48.0625em){.social-directory__list .social-media{gap:24px;}}.social-directory__list .social-media a{color:#0f1012;margin:0;}.social-directory__list .social-media a:hover,.social-directory__list .social-media a:focus{color:#d42121;}.stats-component{margin-top:3rem;margin-bottom:3rem;}@media print,screen and (min-width:48.0625em){.stats-component{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.stats-component{margin-top:7.5rem;margin-bottom:7.5rem;}}.stats-component .grid-container > ul{margin-top:1.5rem;display:grid;grid-template-columns:1fr;grid-row-gap:24px;list-style:none;padding:0;}@media print,screen and (min-width:48.0625em){.stats-component .grid-container > ul{margin-top:2rem;}}@media print,screen and (min-width:64.0625em){.stats-component .grid-container > ul{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.stats-component .grid-container > ul{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:40px;grid-row-gap:40px;}}.stats-component .grid-container > ul li{background-color:#e9ded3;padding:2.5rem 1.5rem;color:#0f1012;}@media print,screen and (min-width:48.0625em){.stats-component .grid-container > ul li{padding:4rem 2.5rem;}}.stats-component .grid-container > ul li:first-child{color:#ffffff;background-color:#d42121;background-repeat:no-repeat;background-size:150%;background-position:80% 20%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);}.stats__itself{font-family:signifier,georgia,serif;font-size:4rem;font-weight:400;line-height:1;}@media print,screen and (min-width:48.0625em){.stats__itself{font-size:3.125rem;}}@media print,screen and (min-width:64.0625em){.stats__itself{font-size:4.375rem;}}.stats__itself .headline-group > .head{font-family:signifier,georgia,serif;font-size:4rem;font-weight:400;line-height:1;}@media print,screen and (min-width:48.0625em){.stats__itself .headline-group > .head{font-size:3.125rem;}}@media print,screen and (min-width:64.0625em){.stats__itself .headline-group > .head{font-size:4.375rem;}}.stats__itself + div{font-family:nimbus-sans,verdana,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4;letter-spacing:-0.36px;margin-top:1rem;}@media print,screen and (min-width:48.0625em){.stats__itself + div{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.stats__itself + div{font-size:1.3125rem;}}@media print,screen and (min-width:48.0625em){.stats__itself + div{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.body-section--inset .stats__itself .headline-group > .head{font-size:3.5rem;}}.body-section aside.medium-4 article:has(.stats__itself){background-color:#e9ded3;padding:2.5rem 1.5rem;color:#0f1012;}@media print,screen and (min-width:48.0625em){.body-section aside.medium-4 article:has(.stats__itself){padding:4rem 2.5rem;}}.middle-content .stats-component{margin-top:0;margin-bottom:0;padding-bottom:0;padding-top:2rem;}@media print,screen and (min-width:48.0625em){.middle-content .stats-component{padding-top:3rem;}}@media print,screen and (min-width:64.0625em){.middle-content .stats-component{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.middle-content .stats-component .grid-container{padding-right:0;padding-left:0;}}@media print,screen and (min-width:40.0625em){.middle-content .stats-component .grid-container > ul{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:24px;grid-row-gap:24px;}}@media print,screen and (min-width:48.0625em){.middle-content .stats-component .grid-container > ul{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);}}@media print,screen and (min-width:64.0625em){.middle-content .stats-component .grid-container > ul{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr);}}.feature-component .stats--item{padding:2.5rem 1.5rem;background-color:#e9ded3;color:#0f1012;}.feature-component.feature--transparent .stats--item,.feature-component.feature--sandstone .stats--item,.feature-component.feature--gray1 .stats--item{padding:2.5rem 1.5rem;color:#ffffff;background-color:#d42121;background-repeat:no-repeat;background-size:150%;background-position:80% 20%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);}.grid-container .stats-component .grid-container{padding-right:0;padding-left:0;}@media screen and (max-width:48em){.grid-container .stats-component .grid-container{padding-right:20px;padding-left:20px;}}.super-title-area .super-title__text:only-child{margin-top:2rem;padding-right:20px;padding-left:20px;width:100%;max-width:1200px;margin-right:auto;margin-left:auto;}@media print,screen and (min-width:48.0625em){.super-title-area .super-title__text:only-child{margin-top:3.5rem;}}@media print,screen and (min-width:64.0625em){.super-title-area .super-title__text:only-child{margin-top:4rem;}}.super-title-area .super-title__text:only-child h1{margin:0;}.super-title-area .global-spacing--5x{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.super-title-area .global-spacing--5x{padding-bottom:3rem;}}@media print,screen and (min-width:64.0625em){.super-title-area .global-spacing--5x{padding-bottom:3.5rem;}}@media print,screen and (max-width:48.06125em){.super-title-area .super-title__grid figure{position:relative;}.super-title-area .super-title__grid figure::before{content:"";display:block;padding-bottom:67.18%;}.super-title-area .super-title__grid figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}}.super-title-area .super-title__grid figure + .super-title__text{background-color:#d42121;color:#ffffff;background-repeat:no-repeat;background-size:175%;background-position:62% 72%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);}@media print,screen and (max-width:48.06125em){.super-title-area .super-title__grid figure + .super-title__text{-webkit-clip-path:polygon(0 50px,100% 0,100% 100%,0% 100%);clip-path:polygon(0 50px,100% 0,100% 100%,0% 100%);padding:4.625rem 1.25rem 1.5rem;margin-top:-15vw;}}.super-title-area .super-title__grid figure + .super-title__text h1{margin:0;}@media print,screen and (min-width:48.0625em){.super-title-area .super-title__grid{display:grid;grid-template-columns:66fr 7fr 85fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;min-height:29vw;}.super-title-area .super-title__grid figure{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:2;}.super-title-area .super-title__grid figure + .super-title__text{grid-column-start:2;grid-column-end:4;grid-row-start:1;grid-row-end:2;-webkit-clip-path:polygon(7% 0,100% 0,100% 100%,0% 100%);clip-path:polygon(7% 0,100% 0,100% 100%,0% 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:10%;padding-right:20px;background-repeat:no-repeat;background-size:176%;background-position:55% 77%;background-image:url(/themes/custom/davidson_2024/assets/img/DC-thing.svg);}}@media screen and (min-width:75em){.super-title-area .super-title__grid figure + .super-title__text{padding-right:calc(50vw - 620px) !important;}}.middle-content--area{gap:1.5rem 0;padding-bottom:3rem;}@media print,screen and (min-width:48.0625em){.middle-content--area{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.middle-content--area{padding-bottom:7.5rem;}}.super-title__grid figure > div{height:100%;}.super-title__grid picture{display:block;height:100%;}.super-title__grid img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.tags ul{list-style:none;margin:0;padding:0;display:inline-block;}.tags li{display:inline-block;}.tags li + li{margin-left:4px;}.tags li:nth-last-child(n+2)::after{content:",";}section + .tags{margin-top:2rem;padding-top:2rem;background-image:linear-gradient(to right,#6a6869 0,#6a6869 64px,transparent 64px);background-repeat:no-repeat;background-size:100% 1px;}.testimonial blockquote::before{content:"";}.testimonial blockquote p:before{content:"“";}.testimonial blockquote p:after{content:"”";}.testimonial__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.testimonial__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.testimonial__media{-webkit-box-flex:1;-ms-flex:1;flex:1;}.testimonial__content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.print-only{display:none !important;}@media print{.site-header__top--first-child,.site-header__top--last-child,.site-header__bottom,.site-search,.super-title-area .grid-container,.mobile-menu-button,.cookie-compliance-popup,.sidebar,.si-toggle-container,footer.site-footer,nav.sidebar-menu,.admin-tabs{display:none !important;}.site-header__top--wrap{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;-webkit-box-pack:left !important;-ms-flex-pack:left !important;justify-content:left !important;max-width:1200px !important;width:100%;}.site-header--primary .site-header__main{top:0.5rem;display:block;width:100%;}.super-title__text{margin-top:1rem !important;}.slab__wrapper > .wysiwyg-block{margin-top:0 !important;}.button-grid-component{display:none !important;}.site-header,.site-header .grid-container{height:120px !important;}.site-header__sticky-container{position:relative !important;-webkit-transform:none !important;transform:none !important;}@page{margin:1cm;}*{color:#000 !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important;}abbr[title]::after{content:" (" attr(title) ")";display:inline-block;}a,a:visited{text-decoration:underline;}pre,blockquote{border:1px solid #999999;page-break-inside:avoid;padding:0.5rem 8px;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{display:block;max-width:100% !important;}video{display:none;width:0 !important;height:0 !important;overflow:hidden !important;line-height:0pt !important;white-space:nowrap;}h1,h2,h3,h4,h5,h6{margin-top:0;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.print--full-width{width:100% !important;}.hide-on-print{display:none !important;}.print-only{display:block !important;}.hide-for-print{display:none !important;}.show-for-print{display:inherit !important;}}
