/* @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:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease 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) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{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.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{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-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)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}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__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.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-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.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:var(--f-interface-enter-duration,0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,0.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:var(--f-interface-exit-duration,0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,0.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:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.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:16px;--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;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.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);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(--f-thumb-clip-width,0))*-0.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .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))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;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-modern .f-thumbs__slide__button{--clip-path:inset(0 calc(((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0))) * (1 - var(--progress,0)) * 0.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .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{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{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;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:16px;--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;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}.grid-container{max-width:82.5rem;margin-left:auto;margin-right:auto;padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:48.0625em){.grid-container{padding-right:1.5625rem;padding-left:1.5625rem}}.grid-container.fluid{max-width:100%;margin-left:auto;margin-right:auto;padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:48.0625em){.grid-container.fluid{padding-right:1.5625rem;padding-left:1.5625rem}}.grid-container.full{max-width:100%;margin-left:auto;margin-right:auto;padding-right:0;padding-left:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{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{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{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{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{flex-basis:auto}}@media screen and (min-width:90.0625em){.grid-x>.xlarge-shrink,.grid-x>.xlarge-full,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12{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{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:40.0625em){.grid-x>.small-auto{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{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{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{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{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{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%}}@media screen and (min-width:90.0625em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-12,.grid-x>.xlarge-11,.grid-x>.xlarge-10,.grid-x>.xlarge-9,.grid-x>.xlarge-8,.grid-x>.xlarge-7,.grid-x>.xlarge-6,.grid-x>.xlarge-5,.grid-x>.xlarge-4,.grid-x>.xlarge-3,.grid-x>.xlarge-2,.grid-x>.xlarge-1,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-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}@media print,screen and (min-width:48.0625em){.grid-margin-x{margin-left:-1.5625rem;margin-right:-1.5625rem}}.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width:48.0625em){.grid-margin-x>.cell{width:calc(100% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}.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: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>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.initial-1{width:calc(8.3333333333% - 3.125rem)}.grid-margin-x>.initial-2{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x>.initial-3{width:calc(25% - 3.125rem)}.grid-margin-x>.initial-4{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x>.initial-5{width:calc(41.6666666667% - 3.125rem)}.grid-margin-x>.initial-6{width:calc(50% - 3.125rem)}.grid-margin-x>.initial-7{width:calc(58.3333333333% - 3.125rem)}.grid-margin-x>.initial-8{width:calc(66.6666666667% - 3.125rem)}.grid-margin-x>.initial-9{width:calc(75% - 3.125rem)}.grid-margin-x>.initial-10{width:calc(83.3333333333% - 3.125rem)}.grid-margin-x>.initial-11{width:calc(91.6666666667% - 3.125rem)}.grid-margin-x>.initial-12{width:calc(100% - 3.125rem)}.grid-margin-x>.tiny-auto{width:auto}.grid-margin-x>.tiny-shrink{width:auto}.grid-margin-x>.tiny-1{width:calc(8.3333333333% - 3.125rem)}.grid-margin-x>.tiny-2{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x>.tiny-3{width:calc(25% - 3.125rem)}.grid-margin-x>.tiny-4{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x>.tiny-5{width:calc(41.6666666667% - 3.125rem)}.grid-margin-x>.tiny-6{width:calc(50% - 3.125rem)}.grid-margin-x>.tiny-7{width:calc(58.3333333333% - 3.125rem)}.grid-margin-x>.tiny-8{width:calc(66.6666666667% - 3.125rem)}.grid-margin-x>.tiny-9{width:calc(75% - 3.125rem)}.grid-margin-x>.tiny-10{width:calc(83.3333333333% - 3.125rem)}.grid-margin-x>.tiny-11{width:calc(91.6666666667% - 3.125rem)}.grid-margin-x>.tiny-12{width:calc(100% - 3.125rem)}.grid-margin-x>.small-auto{width:auto}.grid-margin-x>.small-shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 3.125rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x>.small-3{width:calc(25% - 3.125rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 3.125rem)}.grid-margin-x>.small-6{width:calc(50% - 3.125rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 3.125rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 3.125rem)}.grid-margin-x>.small-9{width:calc(75% - 3.125rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 3.125rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 3.125rem)}.grid-margin-x>.small-12{width:calc(100% - 3.125rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 3.125rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x>.medium-3{width:calc(25% - 3.125rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 3.125rem)}.grid-margin-x>.medium-6{width:calc(50% - 3.125rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 3.125rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 3.125rem)}.grid-margin-x>.medium-9{width:calc(75% - 3.125rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 3.125rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 3.125rem)}.grid-margin-x>.medium-12{width:calc(100% - 3.125rem)}}@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% - 3.125rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x>.large-3{width:calc(25% - 3.125rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 3.125rem)}.grid-margin-x>.large-6{width:calc(50% - 3.125rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 3.125rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 3.125rem)}.grid-margin-x>.large-9{width:calc(75% - 3.125rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 3.125rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 3.125rem)}.grid-margin-x>.large-12{width:calc(100% - 3.125rem)}}@media screen and (min-width:90.0625em){.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.3333333333% - 3.125rem)}.grid-margin-x>.xlarge-2{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 3.125rem)}.grid-margin-x>.xlarge-4{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x>.xlarge-5{width:calc(41.6666666667% - 3.125rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 3.125rem)}.grid-margin-x>.xlarge-7{width:calc(58.3333333333% - 3.125rem)}.grid-margin-x>.xlarge-8{width:calc(66.6666666667% - 3.125rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 3.125rem)}.grid-margin-x>.xlarge-10{width:calc(83.3333333333% - 3.125rem)}.grid-margin-x>.xlarge-11{width:calc(91.6666666667% - 3.125rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 3.125rem)}}.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}@media print,screen and (min-width:48.0625em){.grid-padding-x .grid-padding-x{margin-right:-1.5625rem;margin-left:-1.5625rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}@media print,screen and (min-width:48.0625em){.grid-container:not(.full)>.grid-padding-x{margin-right:-1.5625rem;margin-left:-1.5625rem}}.grid-padding-x>.cell{padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:48.0625em){.grid-padding-x>.cell{padding-right:1.5625rem;padding-left:1.5625rem}}.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: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%}}@media screen and (min-width:90.0625em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-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: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.initial-up-1>.cell{width:calc(100% - 3.125rem)}.grid-margin-x.initial-up-2>.cell{width:calc(50% - 3.125rem)}.grid-margin-x.initial-up-3>.cell{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x.initial-up-4>.cell{width:calc(25% - 3.125rem)}.grid-margin-x.initial-up-5>.cell{width:calc(20% - 3.125rem)}.grid-margin-x.initial-up-6>.cell{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x.initial-up-7>.cell{width:calc(14.2857142857% - 3.125rem)}.grid-margin-x.initial-up-8>.cell{width:calc(12.5% - 3.125rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 3.125rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 3.125rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 3.125rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 3.125rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 3.125rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 3.125rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 3.125rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 3.125rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 3.125rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 3.125rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 3.125rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 3.125rem)}}@media screen and (min-width:90.0625em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 3.125rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 3.125rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.3333333333% - 3.125rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 3.125rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 3.125rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.6666666667% - 3.125rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.2857142857% - 3.125rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 3.125rem)}}.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: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%}}@media screen and (min-width:90.0625em){.initial-margin-collapse>.xlarge-1{width:8.3333333333%}.initial-margin-collapse>.xlarge-2{width:16.6666666667%}.initial-margin-collapse>.xlarge-3{width:25%}.initial-margin-collapse>.xlarge-4{width:33.3333333333%}.initial-margin-collapse>.xlarge-5{width:41.6666666667%}.initial-margin-collapse>.xlarge-6{width:50%}.initial-margin-collapse>.xlarge-7{width:58.3333333333%}.initial-margin-collapse>.xlarge-8{width:66.6666666667%}.initial-margin-collapse>.xlarge-9{width:75%}.initial-margin-collapse>.xlarge-10{width:83.3333333333%}.initial-margin-collapse>.xlarge-11{width:91.6666666667%}.initial-margin-collapse>.xlarge-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: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>.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 screen and (min-width:90.0625em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-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>.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 screen and (min-width:90.0625em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-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>.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 screen and (min-width:90.0625em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-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}}@media screen and (min-width:90.0625em){.xlarge-margin-collapse{margin-right:0;margin-left:0}.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:90.0625em){.xlarge-margin-collapse>.initial-1{width:8.3333333333%}.xlarge-margin-collapse>.initial-2{width:16.6666666667%}.xlarge-margin-collapse>.initial-3{width:25%}.xlarge-margin-collapse>.initial-4{width:33.3333333333%}.xlarge-margin-collapse>.initial-5{width:41.6666666667%}.xlarge-margin-collapse>.initial-6{width:50%}.xlarge-margin-collapse>.initial-7{width:58.3333333333%}.xlarge-margin-collapse>.initial-8{width:66.6666666667%}.xlarge-margin-collapse>.initial-9{width:75%}.xlarge-margin-collapse>.initial-10{width:83.3333333333%}.xlarge-margin-collapse>.initial-11{width:91.6666666667%}.xlarge-margin-collapse>.initial-12{width:100%}}@media screen and (min-width:90.0625em){.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width:90.0625em){.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width:90.0625em){.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90.0625em){.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90.0625em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-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: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% + 3.125rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 3.125rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 3.125rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 3.125rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 3.125rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 3.125rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 3.125rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 3.125rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 3.125rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 3.125rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 3.125rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 3.125rem / 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% + 3.125rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 3.125rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 3.125rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 3.125rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 3.125rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 3.125rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 3.125rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 3.125rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 3.125rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 3.125rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 3.125rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 3.125rem / 2)}}@media screen and (min-width:90.0625em){.xlarge-offset-0{margin-left:0%}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0% + 3.125rem / 2)}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.3333333333% + 3.125rem / 2)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.6666666667% + 3.125rem / 2)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + 3.125rem / 2)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.3333333333% + 3.125rem / 2)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.6666666667% + 3.125rem / 2)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + 3.125rem / 2)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.3333333333% + 3.125rem / 2)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.6666666667% + 3.125rem / 2)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + 3.125rem / 2)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.3333333333% + 3.125rem / 2)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.6666666667% + 3.125rem / 2)}}.grid-y{display:flex;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{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{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{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{flex-basis:auto}}@media screen and (min-width:90.0625em){.grid-y>.xlarge-shrink,.grid-y>.xlarge-full,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12{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{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:40.0625em){.grid-y>.small-auto{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{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{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{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{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{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%}}@media screen and (min-width:90.0625em){.grid-y>.xlarge-auto{flex:1 1 0;height:auto}.grid-y>.xlarge-12,.grid-y>.xlarge-11,.grid-y>.xlarge-10,.grid-y>.xlarge-9,.grid-y>.xlarge-8,.grid-y>.xlarge-7,.grid-y>.xlarge-6,.grid-y>.xlarge-5,.grid-y>.xlarge-4,.grid-y>.xlarge-3,.grid-y>.xlarge-2,.grid-y>.xlarge-1,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem}@media print,screen and (min-width:48.0625em){.grid-padding-y .grid-padding-y{margin-top:-1.5625rem;margin-bottom:-1.5625rem}}.grid-padding-y>.cell{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.grid-padding-y>.cell{padding-top:1.5625rem;padding-bottom:1.5625rem}}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}@media print,screen and (min-width:48.0625em){.grid-margin-y{margin-top:-1.5625rem;margin-bottom:-1.5625rem}}.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.grid-margin-y>.cell{height:calc(100% - 3.125rem);margin-top:1.5625rem;margin-bottom:1.5625rem}}.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: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>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.initial-1{height:calc(8.3333333333% - 3.125rem)}.grid-margin-y>.initial-2{height:calc(16.6666666667% - 3.125rem)}.grid-margin-y>.initial-3{height:calc(25% - 3.125rem)}.grid-margin-y>.initial-4{height:calc(33.3333333333% - 3.125rem)}.grid-margin-y>.initial-5{height:calc(41.6666666667% - 3.125rem)}.grid-margin-y>.initial-6{height:calc(50% - 3.125rem)}.grid-margin-y>.initial-7{height:calc(58.3333333333% - 3.125rem)}.grid-margin-y>.initial-8{height:calc(66.6666666667% - 3.125rem)}.grid-margin-y>.initial-9{height:calc(75% - 3.125rem)}.grid-margin-y>.initial-10{height:calc(83.3333333333% - 3.125rem)}.grid-margin-y>.initial-11{height:calc(91.6666666667% - 3.125rem)}.grid-margin-y>.initial-12{height:calc(100% - 3.125rem)}.grid-margin-y>.tiny-auto{height:auto}.grid-margin-y>.tiny-shrink{height:auto}.grid-margin-y>.tiny-1{height:calc(8.3333333333% - 3.125rem)}.grid-margin-y>.tiny-2{height:calc(16.6666666667% - 3.125rem)}.grid-margin-y>.tiny-3{height:calc(25% - 3.125rem)}.grid-margin-y>.tiny-4{height:calc(33.3333333333% - 3.125rem)}.grid-margin-y>.tiny-5{height:calc(41.6666666667% - 3.125rem)}.grid-margin-y>.tiny-6{height:calc(50% - 3.125rem)}.grid-margin-y>.tiny-7{height:calc(58.3333333333% - 3.125rem)}.grid-margin-y>.tiny-8{height:calc(66.6666666667% - 3.125rem)}.grid-margin-y>.tiny-9{height:calc(75% - 3.125rem)}.grid-margin-y>.tiny-10{height:calc(83.3333333333% - 3.125rem)}.grid-margin-y>.tiny-11{height:calc(91.6666666667% - 3.125rem)}.grid-margin-y>.tiny-12{height:calc(100% - 3.125rem)}.grid-margin-y>.small-auto{height:auto}.grid-margin-y>.small-shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 3.125rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 3.125rem)}.grid-margin-y>.small-3{height:calc(25% - 3.125rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 3.125rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 3.125rem)}.grid-margin-y>.small-6{height:calc(50% - 3.125rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 3.125rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 3.125rem)}.grid-margin-y>.small-9{height:calc(75% - 3.125rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 3.125rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 3.125rem)}.grid-margin-y>.small-12{height:calc(100% - 3.125rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 3.125rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 3.125rem)}.grid-margin-y>.medium-3{height:calc(25% - 3.125rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 3.125rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 3.125rem)}.grid-margin-y>.medium-6{height:calc(50% - 3.125rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 3.125rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 3.125rem)}.grid-margin-y>.medium-9{height:calc(75% - 3.125rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 3.125rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 3.125rem)}.grid-margin-y>.medium-12{height:calc(100% - 3.125rem)}}@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% - 3.125rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 3.125rem)}.grid-margin-y>.large-3{height:calc(25% - 3.125rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 3.125rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 3.125rem)}.grid-margin-y>.large-6{height:calc(50% - 3.125rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 3.125rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 3.125rem)}.grid-margin-y>.large-9{height:calc(75% - 3.125rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 3.125rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 3.125rem)}.grid-margin-y>.large-12{height:calc(100% - 3.125rem)}}@media screen and (min-width:90.0625em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.3333333333% - 3.125rem)}.grid-margin-y>.xlarge-2{height:calc(16.6666666667% - 3.125rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 3.125rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 3.125rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 3.125rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 3.125rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 3.125rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 3.125rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 3.125rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 3.125rem)}.grid-margin-y>.xlarge-11{height:calc(91.6666666667% - 3.125rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 3.125rem)}}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.initial-order-1{order:1}.initial-order-2{order:2}.initial-order-3{order:3}.initial-order-4{order:4}.initial-order-5{order:5}.initial-order-6{order:6}@media print,screen and (min-width:40.0625em){.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}}@media print,screen and (min-width:48.0625em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64.0625em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width:90.0625em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:40.0625em){.small-flex-container{display:flex}.small-flex-child-auto{flex:1 1 auto}.small-flex-child-grow{flex:1 0 auto}.small-flex-child-shrink{flex:0 1 auto}.small-flex-dir-row{flex-direction:row}.small-flex-dir-row-reverse{flex-direction:row-reverse}.small-flex-dir-column{flex-direction:column}.small-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:48.0625em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64.0625em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90.0625em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@font-face{font-family:"benton";font-weight:300;font-style:normal;src:url(/themes/custom/harvard_community/assets/fonts/BentonSansBook.otf) format("opentype")}@font-face{font-family:"benton";font-weight:400;font-style:normal;src:url(/themes/custom/harvard_community/assets/fonts/BentonSansRegular.otf) format("opentype")}@font-face{font-family:"benton";font-weight:500;font-style:normal;src:url(/themes/custom/harvard_community/assets/fonts/BentonSansMedium.otf) format("opentype")}@font-face{font-family:"benton";font-weight:600;font-style:normal;src:url(/themes/custom/harvard_community/assets/fonts/BentonSansBold.otf) format("opentype")}:root{--color-gray-light:#ededed;--color-gray:#a6a6a6;--color-gray-dark:#696969;--white:#fff;--black:#000;--charcoal:#1e1e1e;--gray:#8c8179;--light-gray:#f3f3f1;--light-gray2:#F7F7F7;--gray-line:#C1C1C1;--cream-background:#fdf6e9;--line:#d9d9d9;--line-30:#d9d9d94d;--gray-background:#f7f6f5;--Harvard-Crimson:#A51C30;--Harvard-Navy:#293352;--Harvard-Blue:#4e84c4;--Harvard-Gold:#906F14;--Harvard-Cream:#f4edca;--teal:#0095AF;--dark-teal:#0a7386;--yellow:#ffc20e;--dark-yellow:#eca020;--deep-red:#690F1C;--coral:#F15b5b;--dark-coral:#a74946;--deep-navy:#0a1434;--dark-navy:#000412;--white-20:rgba(255,255,255,0.20);--gray-40:rgba(140,129,121,0.40);--black-gradient:linear-gradient(100.18deg,rgba(0,0,0,0.7) 1.93%,rgba(0,0,0,0) 64.71%);--red-gradient:linear-gradient(98.45deg,#720717 3.98%,var(--Harvard-Crimson) 90.31%);--gold-gradient:linear-gradient(205.76deg,#E6CC7E 7.75%,var(--white) 97.38%)}*{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){*{scroll-behavior:smooth}}*::before,*::after{box-sizing:border-box}body{margin:0;color:#000;font-family:"benton",Helvetica,sans-serif;font-size:16px;display:block}h1,.h1{font-family:benton,Helvetica,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25;letter-spacing:-0.5px}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:3.4375rem;line-height:1.2;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:4rem}}h2,.h2{font-family:benton,Helvetica,sans-serif;font-size:2.125rem;font-weight:600;line-height:1.1;letter-spacing:-1.25px}@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:2.5rem}}h3,.h3{font-family:benton,Helvetica,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.875rem;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2rem}}h4,.h4{font-family:benton,Helvetica,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.625rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.75rem}}h5,.h5{font-family:benton,Helvetica,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-0.25px}@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:benton,Helvetica,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.25rem;letter-spacing:-0.5px}}p,.p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){p,.p{font-size:1.125rem}}.intro-text{font-family:benton,Helvetica,sans-serif;font-weight:300;font-size:1.25rem;line-height:1.6}@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:1.75rem}}.eyebrow{font-family:benton,Helvetica,sans-serif;font-size:1rem;font-weight:600;line-height:1.25}@media print,screen and (min-width:64.0625em){.eyebrow{font-size:1.125rem}}.small-text{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.small-text{font-size:1rem}}.small-text p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.small-text p{font-size:1rem}}.tiny-text{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.tiny-text p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.card-title{font-family:anziano,Times,serif;font-weight:400;font-size:1.75rem;line-height:1.15;letter-spacing:-0.5px}@media print,screen and (min-width:64.0625em){.card-title{font-size:1.875rem;letter-spacing:-0.75px}}.component-quote{font-family:anziano,Times,serif;font-weight:400;font-size:1.75rem;line-height:1.25;letter-spacing:-1px}@media print,screen and (min-width:48.0625em){.component-quote{font-size:2rem;letter-spacing:-1.25px}}@media print,screen and (min-width:64.0625em){.component-quote{font-size:2.5rem;letter-spacing:-1.75px}}.skip-link a:focus-visible{position:absolute !important;z-index:999;overflow:visible;clip:unset;display:block;width:100%;height:auto;padding:10px;color:#fff;background:var(--dark-coral);font-family:"benton",Helvetica,sans-serif;font-size:22px;font-weight:bold;text-align:center}.skip-link a+a:focus-visible{background:var(--dark-teal)}a{color:#2b689b}a:hover{color:#022e68}button{cursor:pointer;font-size:1rem}ol,ul{list-style-type:none}iframe{max-width:100%}img{max-width:100%;height:auto}dl,pre,figure{margin:0;padding:0}.stat .special{font-weight:400;font-size:.6em}[data-fancybox-modal]{display:none}:root{--iframe-height:9;--iframe-width:16}.global-spacing--15x{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--15x{margin-top:6.25rem}}@media print,screen and (min-width:64.0625em){.global-spacing--15x{margin-top:9.375rem}}.global-spacing--12x{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--12x{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--12x{margin-top:7.5rem}}.global-spacing--10x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--10x{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--10x{margin-top:6.25rem}}.global-spacing--8x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{margin-top:5rem}}.global-spacing--6x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--6x{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--6x{margin-top:3.75rem}}.global-spacing--5x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:3.125rem}}.global-spacing--4x{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:2.5rem}}.global-spacing--3x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.875rem}}.global-spacing--2x{margin-top:1.25rem}.global-spacing--1_5x{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-spacing--1_5x{margin-top:0.9375rem}}.global-spacing--1x{margin-top:0.625rem}.global-margin--15x{margin-top:3.125rem}.global-margin--15x{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--15x{margin-top:6.25rem}.global-margin--15x{margin-bottom:6.25rem}}@media print,screen and (min-width:64.0625em){.global-margin--15x{margin-top:9.375rem}.global-margin--15x{margin-bottom:9.375rem}}.global-margin--12x{margin-top:3.125rem}.global-margin--12x{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:5rem}.global-margin--12x{margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-margin--12x{margin-top:7.5rem}.global-margin--12x{margin-bottom:7.5rem}}.global-margin--10x{margin-top:2.5rem}.global-margin--10x{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--10x{margin-top:3.125rem}.global-margin--10x{margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:6.25rem}.global-margin--10x{margin-bottom:6.25rem}}.global-margin--8x{margin-top:2.5rem}.global-margin--8x{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:3.125rem}.global-margin--8x{margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:5rem}.global-margin--8x{margin-bottom:5rem}}.global-margin--6x{margin-top:2.5rem}.global-margin--6x{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--6x{margin-top:3.125rem}.global-margin--6x{margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--6x{margin-top:3.75rem}.global-margin--6x{margin-bottom:3.75rem}}.global-margin--5x{margin-top:2.5rem}.global-margin--5x{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:3.125rem}.global-margin--5x{margin-bottom:3.125rem}}.global-margin--4x{margin-top:1.875rem}.global-margin--4x{margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:2.5rem}.global-margin--4x{margin-bottom:2.5rem}}.global-margin--3x{margin-top:1.25rem}.global-margin--3x{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:1.875rem}.global-margin--3x{margin-bottom:1.875rem}}.global-margin--2x{margin-top:1.25rem}.global-margin--2x{margin-bottom:1.25rem}.global-margin--1_5x{margin-top:0.625rem}.global-margin--1_5x{margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-margin--1_5x{margin-top:0.9375rem}.global-margin--1_5x{margin-bottom:0.9375rem}}.global-margin--1x{margin-top:0.625rem}.global-margin--1x{margin-bottom:0.625rem}.global-padding--15x{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-top:6.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-top:9.375rem}}.global-padding--15x{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-bottom:6.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-bottom:9.375rem}}.global-padding--12x{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-top:7.5rem}}.global-padding--12x{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-bottom:7.5rem}}.global-padding--10x{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-top:6.25rem}}.global-padding--10x{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:6.25rem}}.global-padding--8x{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-top:5rem}}.global-padding--8x{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-bottom:5rem}}.global-padding--6x{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-top:3.75rem}}.global-padding--6x{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-bottom:3.75rem}}.global-padding--5x{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:3.125rem}}.global-padding--5x{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:3.125rem}}.global-padding--4x{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:2.5rem}}.global-padding--4x{padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:2.5rem}}.global-padding--3x{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:1.875rem}}.global-padding--3x{padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:1.875rem}}.global-padding--2x{padding-top:1.25rem}.global-padding--2x{padding-bottom:1.25rem}.global-padding--1_5x{padding-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding--1_5x{padding-top:0.9375rem}}.global-padding--1_5x{padding-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding--1_5x{padding-bottom:0.9375rem}}.global-padding--1x{padding-top:0.625rem}.global-padding--1x{padding-bottom:0.625rem}.gold-gradient-text{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding-top:2px}.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}.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:.25em}.list--comma-separate li:nth-last-child(n+2)::after{content:","}.oho-animate{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;transform:none;opacity:1}.oho-animate--ready{transition:none}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{transform:translateY(5rem);opacity:0}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{transform:translateX(5rem);opacity:0}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{transform:translateY(-5rem);opacity:0}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{transform:translateX(-5rem);opacity:0}.oho-animate:focus{transform:none !important;opacity:1 !important}.btn::before,.btn--alternate::before{font-family:"Font Awesome 6 Pro";margin-right:.5rem}.btn{transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98),background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),border 300ms cubic-bezier(0.42,0.08,0.06,0.98);border-width:.125rem;border-style:solid;display:inline-block;position:relative;line-height:1;text-decoration:none;font-family:"benton",Helvetica,sans-serif;font-weight:600;border-radius:3.125rem;font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--white);background-color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson)}.btn:hover,.btn:focus-visible{text-decoration:none;outline:none}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.btn::before,.btn::after{color:var(--white)}.btn:hover{color:var(--Harvard-Crimson);background-color:rgba(0,0,0,0);border-color:var(--Harvard-Crimson)}.btn:hover::before,.btn:hover::after{color:var(--Harvard-Crimson)}.btn:focus-visible:not(:hover){background-color:var(--black);border-color:var(--black)}@media print,screen and (min-width:48.0625em){.btn{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}.btn--alternate{font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--black);background-color:var(--white);border-color:var(--white)}.btn--alternate::before,.btn--alternate::after{color:var(--black)}.btn--alternate:hover{color:var(--white);background-color:var(--black);border-color:var(--black)}.btn--alternate:hover::before,.btn--alternate:hover::after{color:var(--white)}.btn--alternate:focus-visible:not(:hover){color:var(--white);background-color:rgba(0,0,0,0);border-color:var(--white)}.btn--alternate:focus-visible:not(:hover)::before,.btn--alternate:focus-visible:not(:hover)::after{color:var(--white)}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}.btn--ghost{font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--white);background-color:rgba(0,0,0,0);border-color:var(--yellow)}.btn--ghost::before,.btn--ghost::after{color:var(--white)}.btn--ghost:hover{color:var(--Harvard-Crimson);background-color:var(--white);border-color:var(--white)}.btn--ghost:hover::before,.btn--ghost:hover::after{color:var(--Harvard-Crimson)}.btn--ghost:focus-visible:not(:hover){color:var(--black);background-color:var(--yellow);border-color:var(--yellow)}.btn--ghost:focus-visible:not(:hover)::before,.btn--ghost:focus-visible:not(:hover)::after{color:var(--black)}@media print,screen and (min-width:48.0625em){.btn--ghost{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}.btn--ghostgray{font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--Harvard-Crimson);background-color:var(--white);border-color:var(--line)}.btn--ghostgray::before,.btn--ghostgray::after{color:var(--Harvard-Crimson)}.btn--ghostgray:hover{color:var(--white);background-color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson)}.btn--ghostgray:hover::before,.btn--ghostgray:hover::after{color:var(--white)}.btn--ghostgray:focus-visible:not(:hover){color:var(--white);background-color:var(--black);border-color:var(--black)}.btn--ghostgray:focus-visible:not(:hover)::before,.btn--ghostgray:focus-visible:not(:hover)::after{color:var(--white)}@media print,screen and (min-width:48.0625em){.btn--ghostgray{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}.btn--tag{font-size:.875rem;padding:.75rem .9375rem .5625rem;border-color:var(--line);background:var(--white);color:var(--dark-teal)}.btn--tag:hover{color:var(--Harvard-Crimson);background-color:rgba(0,0,0,0);border-color:var(--Harvard-Crimson)}.btn--tag:hover::before,.btn--tag:hover::after{color:var(--Harvard-Crimson)}.btn--tag:focus-visible:not(:hover){background-color:var(--black);border-color:var(--black);color:var(--white)}.btn--small{font-size:.875rem;padding:.9375rem;padding-top:1.0625rem}.btn--tiny{font-size:.75rem;padding:.625rem .9375rem .5625rem}.btn--align-right{display:table;margin-left:auto}.btn--align-center{display:table;margin-right:auto;margin-left:auto}.btn--centered{margin-left:auto;margin-right:auto;display:table}[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{content:"" !important;font-family:"Font Awesome 6 Pro";font-size:.8125rem;font-weight:400;line-height:1.2;margin-left:.3125rem}.link-arrow{color:#2b689b;text-decoration:none}.link-arrow::after{font-family:"Font Awesome 6 Pro";content:"";display:inline;padding-right:.625rem;margin-left:.625rem;color:#2b689b;transition:padding-right 300ms cubic-bezier(0.42,0.08,0.06,0.98),margin-left 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.link-arrow:hover::after,.link-arrow:focus-visible::after{padding-right:.875rem;margin-left:.875rem}.link-arrow.btn{padding-right:1.875rem}.link-arrow-alt{color:#2b689b;text-decoration:none;color:#022e68}.link-arrow-alt::after{font-family:"Font Awesome 6 Pro";content:"";display:inline;padding-right:.625rem;margin-left:.625rem;color:#2b689b;transition:padding-right 300ms cubic-bezier(0.42,0.08,0.06,0.98),margin-left 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.link-arrow-alt:hover::after,.link-arrow-alt:focus-visible::after{padding-right:.875rem;margin-left:.875rem}.link-arrow-alt.btn{padding-right:1.875rem}.link-arrow-alt::after{color:#022e68}.harvard-link{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.harvard-link{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.harvard-link::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.harvard-link:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.harvard-link:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.harvard-link-basic{font-family:"benton",Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:-0.25px}@media print,screen and (min-width:48.0625em){.harvard-link-basic{font-size:16px}}.harvard-link-basic::after{font-size:10px}@media print,screen and (min-width:48.0625em){.harvard-link-basic::after{font-size:12px}}.harvard-link-on-dark{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){.harvard-link-on-dark{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.harvard-link-on-dark::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.harvard-link-on-dark:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.harvard-link-on-dark:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.harvard-link-on-dark::after{color:var(--yellow)}.harvard-link-on-dark:hover{color:var(--white);text-decoration-color:var(--coral)}.harvard-link-on-dark:hover::after{color:var(--coral)}.harvard-link-on-dark:focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.harvard-link-on-dark:focus-visible::after{color:var(--Harvard-Cream)}label{display:block;margin-bottom:.3125rem;color:var(--black);font-family:"benton",Helvetica,sans-serif;font-weight:600;font-size:.875rem;line-height:1.4}[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,select,fieldset{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:.9375rem;border:0;border-radius:0;background-color:var(--gray-background);font-family:"benton",Helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}[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{color:var(--black)}[type=text]::placeholder,[type=password]::placeholder,[type=date]::placeholder,[type=datetime]::placeholder,[type=datetime-local]::placeholder,[type=month]::placeholder,[type=week]::placeholder,[type=email]::placeholder,[type=number]::placeholder,[type=search]::placeholder,[type=tel]::placeholder,[type=time]::placeholder,[type=url]::placeholder,[type=color]::placeholder,[type=file]::placeholder,[type=image]::placeholder,textarea::placeholder{color:var(--black)}[type=search]{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSA2LjVDMTEuNSA0LjcxODc1IDEwLjUzMTIgMy4wOTM3NSA5IDIuMTg3NUM3LjQzNzUgMS4yODEyNSA1LjUzMTI1IDEuMjgxMjUgNCAyLjE4NzVDMi40Mzc1IDMuMDkzNzUgMS41IDQuNzE4NzUgMS41IDYuNUMxLjUgOC4zMTI1IDIuNDM3NSA5LjkzNzUgNCAxMC44NDM4QzUuNTMxMjUgMTEuNzUgNy40Mzc1IDExLjc1IDkgMTAuODQzOEMxMC41MzEyIDkuOTM3NSAxMS41IDguMzEyNSAxMS41IDYuNVpNMTAuNTMxMiAxMS42MjVDOS40MDYyNSAxMi41IDggMTMgNi41IDEzQzIuOTA2MjUgMTMgMCAxMC4wOTM4IDAgNi41QzAgMi45Mzc1IDIuOTA2MjUgMCA2LjUgMEMxMC4wNjI1IDAgMTMgMi45Mzc1IDEzIDYuNUMxMyA4LjAzMTI1IDEyLjQ2ODggOS40Mzc1IDExLjU5MzggMTAuNTYyNUwxNS43ODEyIDE0LjcxODhDMTYuMDYyNSAxNS4wMzEyIDE2LjA2MjUgMTUuNSAxNS43ODEyIDE1Ljc4MTJDMTUuNDY4OCAxNi4wOTM4IDE1IDE2LjA5MzggMTQuNzE4OCAxNS43ODEyTDEwLjUzMTIgMTEuNjI1WiIgZmlsbD0iIzY5MEYxQyIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:.9375rem calc(50% - 1px);padding-left:2.625rem}select{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDY4NzUgNy41MzEyNUwwLjQ2ODc1IDEuNTMxMjVDMC4xNTYyNSAxLjI1IDAuMTU2MjUgMC43ODEyNSAwLjQ2ODc1IDAuNDY4NzVDMC43NSAwLjE4NzUgMS4yMTg3NSAwLjE4NzUgMS41MzEyNSAwLjQ2ODc1TDcgNS45Njg3NUwxMi40Njg4IDAuNUMxMi43NSAwLjE4NzUgMTMuMjE4OCAwLjE4NzUgMTMuNTMxMiAwLjVDMTMuODEyNSAwLjc4MTI1IDEzLjgxMjUgMS4yNSAxMy41MzEyIDEuNTMxMjVMNy41IDcuNTMxMjVDNy4yMTg3NSA3Ljg0Mzc1IDYuNzUgNy44NDM3NSA2LjQ2ODc1IDcuNTMxMjVaIiBmaWxsPSIjNjkwRjFDIi8+PC9zdmc+");background-repeat:no-repeat;background-position:calc(100% - 0.9375rem) center;padding-right:2.6875rem}fieldset{display:block}[type=checkbox],[type=radio]{cursor:pointer}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:1rem 0 .25rem;cursor:pointer;vertical-align:middle;color:#000}button,[type=submit]{cursor:pointer;transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98),background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),border 300ms cubic-bezier(0.42,0.08,0.06,0.98);border-width:.125rem;border-style:solid;display:inline-block;position:relative;line-height:1;text-decoration:none;font-family:"benton",Helvetica,sans-serif;font-weight:600;border-radius:3.125rem;font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--white);background-color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson)}button:hover,button:focus-visible,[type=submit]:hover,[type=submit]:focus-visible{text-decoration:none;outline:none}button:disabled,[type=submit]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}button::before,button::after,[type=submit]::before,[type=submit]::after{color:var(--white)}button:hover,[type=submit]:hover{color:var(--Harvard-Crimson);background-color:rgba(0,0,0,0);border-color:var(--Harvard-Crimson)}button:hover::before,button:hover::after,[type=submit]:hover::before,[type=submit]:hover::after{color:var(--Harvard-Crimson)}button:focus-visible:not(:hover),[type=submit]:focus-visible:not(:hover){background-color:var(--black);border-color:var(--black)}@media print,screen and (min-width:48.0625em){button,[type=submit]{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}[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:var(--color-gray-light)}[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:var(--Harvard-Crimson);box-shadow:0 0 0 .0625em var(--Harvard-Crimson)}.row-gap{row-gap:1.875rem}@media print,screen and (min-width:48.0625em){.row-gap{row-gap:2.5rem}}.active-filters{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0;margin:0}.active-filters{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.active-filters{margin-bottom:1.875rem}}.active-filters__list{display:flex;flex-direction:row;align-items:flex-start;gap:.625rem;margin-top:-.625rem}.active-filters__list::before{content:"";flex-basis:100%}.active-filters__title{flex-basis:100%}.active-filters__title h3{margin:0;color:var(--white);font-family:"benton",Helvetica,sans-serif;font-weight:600;font-size:.875rem;line-height:1.4;letter-spacing:0}.active-filters__item{margin:0}.active-filters__clear{padding:.375rem 0 0;color:var(--white);border:0;border-radius:0;border-bottom:1px solid var(--yellow);background:none;font-size:1rem;font-weight:400;line-height:1.6}.active-filters__clear:hover{color:var(--coral);border-bottom-color:var(--yellow)}.user-login-form,.page--utility .main-content{margin-top:2rem;margin-bottom:2rem}.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:.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:flex;justify-content:flex-start;align-items:flex-end;gap:5px;margin-bottom:5px}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;background:var(--color-gray-dark)}@media print,screen and (min-width:48.0625em){.admin-tabs{right:calc(3.125rem / 2);bottom:calc(3.125rem / 2);left:calc(3.125rem / 2)}}.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:.5rem 16px;transition:background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#fff;border-radius:.25rem;background-color:#2b689b;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#022e68}.admin-tabs a.is-active{background-color:var(--color-gray)}@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:flex;justify-content:center;align-items:center;width:100vw;height:100vh;padding:.0625rem .3125rem .125rem;background:hsla(0,0%,100%,.75) !important}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;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:""}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:.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:.0625rem .3125rem .125rem}tr .ajax-progress-throbber .throbber{margin:0 .125rem}.ajax-progress-bar{width:16rem}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#fff;background-color:var(--color-gray-dark)}.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:#fff;background:none}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none}.eu-cookie-compliance-message h2{all:unset;font-family:benton,Helvetica,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.25rem;letter-spacing:-0.5px}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}.form-item{position:relative}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;transition:border-color 300ms cubic-bezier(0.42,0.08,0.06,0.98);transform:translateY(-50%);opacity:0;font-size:inherit}.form-item [type=checkbox]+label,.form-item [type=radio]+label{position:relative;margin-left:1.5em;transition:color 300ms 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:.125em;left:-1.5em;display:block;width:1em;height:1em;content:"";transition:background 300ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 300ms cubic-bezier(0.42,0.08,0.06,0.98);border:1px solid var(--color-gray-dark)}.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;box-shadow:0 0 0 .0625em #a94442}.form-item [type=checkbox]:checked+label::before{background-color:#2b689b}.form-item [type=checkbox]:checked+label::after{position:absolute;top:60%;left:-1.125em;display:block;width:.3125em;height:.6875em;content:"";transform:rotate(45deg) translate(-100%,-50%);border-width:0 .125em .125em 0;border-style:solid;border-color:#fff}.form-item [type=checkbox]:checked:disabled+label::after{border-color:var(--color-gray-dark)}.form-item [type=checkbox]:disabled+label::before{background-color:var(--color-gray-light)}.form-item [type=radio]+label::before{border-radius:50%;background-image:radial-gradient(#2b689b 0.25em,#ffffff 0.25em,#ffffff 0.5em,#2b689b 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:#2b689b;background-size:1em 1em}.form-item [type=radio]:checked:disabled+label::before{border-color:var(--color-gray-dark);background-image:radial-gradient(var(--color-gray-dark) 0.25em,var(--color-gray-light) 0.25em,var(--color-gray-light) 0.5em,var(--color-gray-dark) 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:var(--color-gray-light)}.form-required::after{content:"*";color:#a94442}.webform-element-description{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6;margin-top:.9375rem}@media print,screen and (min-width:64.0625em){.webform-element-description{font-size:1rem}}.required>label::after{content:"*";color:#a94442}[type=checkbox][name*="["]+label,.form-radio+label{margin-top:.25em;margin-bottom:.25em}.webform-managed-file-placeholder{color:var(--color-gray-dark);font-family:"benton",Helvetica,sans-serif;font-weight:400;font-style:italic}.form-managed-file [type=submit]{margin-left:1em;padding:.75em}form[class*=webform] .form-item{width:100%}form[class*=webform] .form-actions{margin-top:1.25rem}form[class*=webform] .form-actions{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:1.875rem}form[class*=webform] .form-actions{margin-bottom:1.875rem}}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:.5rem}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.embedded-entity:not([class*=align-]){width:100%}.embedded-entity:not([class*=align-]){margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:2.5rem}}.js .js-hide{display:none}.js-show{display:none}.js .js-show{display:block}.maintenance-page{display:flex;flex-direction:column;align-items:stretch;height:100vh}.maintenance-page>.main-content{margin-bottom:6.25rem;padding-top:2.5rem}.maintenance-page>footer{flex:1 1 auto;align-self:flex-end;width:100%;padding-top:1.25rem}.pager{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.pager{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.pager{margin-top:5rem}}.pager__items{display:flex;justify-content:center;align-items:center;margin:0;padding:0;list-style:none}.pager a{display:block;text-align:center;min-width:2.5rem;height:2.5rem;padding:.9375rem;color:var(--charcoal);font-family:"benton",Helvetica,sans-serif;font-size:1rem;font-weight:600;line-height:.7;letter-spacing:-0.25px}.pager :not([class*=pager__item--]):first-child{margin-left:auto}.pager :not([class*=pager__item--]):last-child{margin-right:auto}.pager .pager__item--first a{padding-left:0}.pager .pager__item--last a{padding-right:0}.pager [class*=pager__item--] [aria-hidden=true],.pager [class=pager__item] a{text-decoration-line:underline;text-decoration-color:#c4961a;text-decoration-thickness:2px;text-underline-offset:.25rem}.pager [class=pager__item] a:hover,.pager [class*=pager__item--] a:hover [aria-hidden=true]{text-decoration-color:var(--coral)}.pager .is-active a{background-color:var(--gray-background);text-decoration:none}.pager [class*=pager__item--] a{text-decoration:none}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{color:var(--Harvard-Crimson);font-size:.75rem;font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}.pager [class*=pager__item--] a::before{margin-right:.25rem}.pager [class*=pager__item--] a::after{margin-left:.25rem}.pager__item--first a::before{content:""}.pager__item--previous{margin-right:auto}.pager__item--previous a::before{content:""}.pager__item--next{margin-left:auto}.pager__item--next a::after{content:""}.pager__item--last a::after{content:""}@media print,screen and (max-width:64.06125em){.pager a{padding-right:.625rem;padding-left:.625rem}}.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 !important}.search-block-form h2{margin-bottom:.5rem}.search-block-form .search-form .form-item{display:inline-block}.search-block-form .search-form label{display:block}.search-block-form .search-form [type=search]{width:100%;font-size:1rem}.search-block-form .search-form a{display:inline-block;margin-bottom:1.25rem;color:#2b689b;text-decoration:none}.search-block-form .search-form a::after{font-family:"Font Awesome 6 Pro";content:"";display:inline;padding-right:.625rem;margin-left:.625rem;color:#2b689b;transition:padding-right 300ms cubic-bezier(0.42,0.08,0.06,0.98),margin-left 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.search-block-form .search-form a:hover::after,.search-block-form .search-form a:focus-visible::after{padding-right:.875rem;margin-left:.875rem}.search-block-form .search-form a.btn{padding-right:1.875rem}.search-results{margin:0;padding:0;list-style:none}.search-result{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.search-result{margin-top:1.875rem}}.search-result+.search-result{border-top:1px solid var(--line)}.search-result+.search-result{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.search-result+.search-result{padding-top:1.875rem}}.search-result__title{margin:0}.search-result__title a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.search-result__title a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.search-result__title a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.search-result__title a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.search-result__title a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.search-result__snippet{margin:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}.search-result__snippet{margin-top:0.625rem}@media print,screen and (min-width:64.0625em){.search-result__snippet{font-size:1rem}}div[data-sitewide-alert]{position:relative;z-index:3}.alert{background-color:var(--charcoal);color:var(--white)}.alert{padding-top:1.25rem}.alert{padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.alert{padding-top:1.875rem}.alert{padding-bottom:1.875rem}}.alert h2{font-family:benton,Helvetica,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-0.25px}@media print,screen and (min-width:48.0625em){.alert h2{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.alert h2{font-size:1.5rem}}.alert p:not(:first-child){margin-top:.625rem}.alert p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.alert p{font-size:1rem}}.alert h2:first-child{margin-top:0}.alert .fa{color:var(--white);font-size:2rem}.alert .cell:has(>.fa){max-width:2rem;margin-right:0}@media print,screen and (max-width:48.06125em){.alert .cell:has(>.fa){margin-top:.125rem}}.alert a:not(.btn){color:#000}.alert .wysiwyg{margin-top:.4375rem;overflow:hidden}@media print,screen and (max-width:48.06125em){.alert .wysiwyg{margin-top:1.5625rem}}.alert .grid-x{position:relative}.alert .cell:has(>.close){max-width:2.5rem;margin-left:0}@media print,screen and (max-width:48.06125em){.alert .cell:has(>.close){position:absolute;right:20px;top:-5px}}.alert .close{font-size:2rem;background-color:var(--white);color:var(--deep-red);padding:.125rem .5rem 0;border:2px solid var(--white)}.alert .close:hover,.alert .close:focus-visible{background-color:rgba(0,0,0,0);color:var(--white)}@media print,screen and (min-width:48.0625em){.alert .close{margin-top:-3px}}.alert .close span{display:block;line-height:1.3}.alert-notice{background-color:var(--charcoal)}.alert-notice .fa{color:var(--coral)}.alert-notice .close{background-color:var(--coral);border-color:var(--coral);color:var(--white)}.alert-warning{background-color:var(--deep-red)}.alert-banner{background-color:var(--deep-navy)}.alert-banner .wysiwyg{display:flex;-moz-column-gap:.625rem;column-gap:.625rem;flex-wrap:wrap}.alert-banner h2{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.alert-banner h2{font-size:1rem}}.alert-banner h2{font-weight:bold}.alert-banner .fa{color:var(--teal)}.alert-banner p:first-child,.alert-banner p:first-of-type{margin-top:0}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem;z-index:502}@media print,screen and (min-width:48.0625em){.system-messages{right:calc(3.125rem / 2);left:calc(3.125rem / 2)}}@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:3.75rem}}.messages-contain-error .system-messages{position:static}.messages{margin-top:1rem;padding:1rem;border:.0625rem solid;border-radius:.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{border-color:rgb(82.3820224719,162.0179775281,83.7550561798);background:rgb(122.9460674157,187.8539325843,124.0651685393)}.messages--warning{border-color:rgb(255,179.4142857143,26.2);background:rgb(255,207.7589285714,112)}.messages--error{border-color:hsl(1.1650485437,43.829787234%,56.862745098%);background:hsl(1.1650485437,43.829787234%,67.6470588235%)}.has-alert .messages{position:absolute;color:red}.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:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.main-content .gsc-result-info{font-size:1rem}}.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:24px 32px;background-color:#a94442}.main-content .gsc-search-button-v2:hover,.main-content .gsc-search-button-v2:focus{background-color:#000}.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:rgba(0,0,0,0);background-color:#fff}.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:"benton",Helvetica,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:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){.main-content .gs-bidi-start-align.gs-snippet{font-size:1.125rem}}.main-content .gsc-webResult.gsc-result{font-size:1rem}.main-content .gsc-webResult.gsc-result{padding-top:1.25rem}.main-content .gsc-webResult.gsc-result{padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.main-content .gsc-webResult.gsc-result{padding-top:1.875rem}.main-content .gsc-webResult.gsc-result{padding-bottom:1.875rem}}@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:1rem}.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.125rem}}@media print,screen and (min-width:64.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:6.25rem}}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:4px 11px;color:#2b689b;display:inline-block;font-weight:700;background-color:rgba(0,0,0,0);border:none}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#eee;color:#000}: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:""}}.more-less{position:relative;display:flex;flex-direction:column-reverse}.more-less [data-more-less-content]{position:relative;overflow:hidden;order:1}.more-less [data-more-less-toggle],.more-less .more-less__toggle{display:none;order:2}.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}: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:flex;margin:0;padding:0;list-style:none}.slide-toggle__button{margin:0;transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0)}.slide-toggle--line{border-bottom:1px solid #000}.slide-toggle--line .slide-toggle__button{color:#000}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#2b689b}@supports(--css:variables){.slide-toggle--line::after{bottom:0;height:.3125em;transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#2b689b}}.slide-toggle--pill{padding:1em;background-color:#022e68}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1}.slide-toggle--pill .slide-toggle__button:hover{background-color:#2b689b}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#2b689b}@supports(--css:variables){.slide-toggle--pill::after{top:1em;bottom:1em;transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);background-color:var(--color-gray)}}@supports(--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";transition:transform 300ms cubic-bezier(0.42,0.08,0.06,0.98);transform-origin:0 0}.slide-toggle .slide-toggle__button{background-color:rgba(0,0,0,0) !important}}.slider-navigation{display:none}.swiper-initialized .slider-navigation{display:flex}.slider-navigation__next i::before,.slider-navigation__prev i::before{color:#008af3;font-size:2rem}.slider-navigation__next:hover i::before,.slider-navigation__prev:hover i::before{color:#fff}.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: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{transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98),background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),border 300ms cubic-bezier(0.42,0.08,0.06,0.98);border-width:.125rem;border-style:solid;display:inline-block;position:relative;line-height:1;text-decoration:none;font-family:"benton",Helvetica,sans-serif;font-weight:600;border-radius:3.125rem;font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem;color:var(--white);background-color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson);margin-bottom:-1px}.tabs__button:hover,.tabs__button:focus-visible{text-decoration:none;outline:none}.tabs__button:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.tabs__button::before,.tabs__button::after{color:var(--white)}.tabs__button:hover{color:var(--Harvard-Crimson);background-color:rgba(0,0,0,0);border-color:var(--Harvard-Crimson)}.tabs__button:hover::before,.tabs__button:hover::after{color:var(--Harvard-Crimson)}.tabs__button:focus-visible:not(:hover){background-color:var(--black);border-color:var(--black)}.tabs__button[aria-selected=true]{color:#2b689b;border-bottom-color:#fff;background-color:#fff}}.tabs .accordion--open>.accordion__button .accordion__icon{rotate:unset}.tabs .accordion--open .accordion__button{background-color:#008af3}@media print,screen and (min-width:48.0625em){.tabs .accordion{display:block;margin-top:0;padding:1.75rem 28px;border:1px solid #2b689b}.tabs .accordion[aria-hidden=true]{display:none}.tabs .accordion__button{display:none}:root:not(.oho-js) .tabs .accordion__button{display:block}}.tabs .tab-accordion--open .accordion__icon{rotate:180deg !important}.tabs .tab-accordion--open .accordion__content{display:block !important}.tabs--stacked .tabs__buttons{display:block}.tabs--stacked .tabs__panel{display:block;margin-top:0;padding:1.75rem 28px;border:1px solid #2b689b}.tabs--stacked [aria-hidden=true]{display:none}.tooltip>*{display:inline}.tooltip{position:relative;z-index:3}.tooltip p,.tooltip{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.tooltip p,.tooltip{font-size:1rem}}.tooltip__toggle{padding:0;color:#2b689b;background:none;overflow:visible;padding:.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:""}.tooltip--open .tooltip__toggle::before{content:"▲";width:1.5625rem;height:1.5625rem;transform:translateY(13px) translateX(1%);position:absolute;right:0;color:#fff;font-size:23px;text-shadow:0px -3px 5px rgba(0,0,0,.08)}.tooltip--open{z-index:4}.tooltip__content{display:none;border-top:.625rem solid rgba(0,0,0,0);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:.5rem;background:#fff;box-shadow:0 0 7px 0 rgba(0,0,0,.21);color:#000}@media screen and (min-width:48.0625em){.tooltip__content__inner{padding:1rem}}.checkbox-container .tooltip{position:absolute}.checkbox-container .tooltip__content{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{transform:translateY(20px) translateX(3%)}[data-tooltip-active=true]{z-index:5 !important}.autoplay-video-container{position:relative;display:none}@media print,screen and (min-width:48.0625em){.autoplay-video-container{display:block}}.video-play-button{position:absolute;z-index:4;bottom:1.25rem;left:1.25rem;background:none;border:2px solid var(--yellow);border-radius:100%;width:60px;height:60px}.video-play-button::after{content:"";color:var(--white);font-family:"Font Awesome 6 Sharp";font-size:1.5rem;font-weight:600}.video-playing .video-play-button::after{content:""}.video-play-button:hover,.video-play-button:focus-visible{background:var(--white);border-color:var(--white)}.video-play-button:hover::after,.video-play-button:focus-visible::after{color:var(--Harvard-Crimson)}.play-button{position:absolute;top:50%;left:50%;width:4.6875rem;height:4.6875rem;transform:translate(-50%,-50%);transition:all .3s ease-in-out;padding-left:.4rem;background-color:#fff;border-radius:6.25rem;display:flex;justify-content:center;align-items:center}@media print,screen and (min-width:48.0625em){.play-button{width:6.625rem;height:6.625rem}}.play-button i{font-size:1.875rem}.play-button i::before{color:var(--teal)}.play-button path{fill:#fff}a:hover .play-button,a:focus-visible .play-button{transform:translate(-50%,-50%) scale(1.1)}.alpha-filters{display:flex;justify-content:flex-start}@media print,screen and (min-width:48.0625em){.alpha-filters{justify-content:center}}.alpha-filters .fieldset-wrapper>div{display:flex;flex-wrap:wrap}.alpha-filters .form-item [type=radio]:disabled+label{color:#000;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:#2b689b}.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:.125rem;left:0;bottom:0;background-color:#2b689b}.alpha-filters .form-item [type=radio]:checked+label:focus::after,.alpha-filters .form-item [type=radio]:checked+label:hover::after{background-color:#ffe21a}.blockquote-heading{display:flex;-moz-column-gap:.625rem;column-gap:.625rem;align-items:flex-end}.blockquote-line{display:block;position:relative;width:100%;height:1px}.blockquote-line::after{content:"";display:block;border-bottom:1px solid var(--line);width:100%;position:absolute;bottom:0}blockquote{position:relative;margin:0}blockquote{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){blockquote{padding-top:3.125rem}}blockquote .attribution{font-family:"benton",Helvetica,sans-serif;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){blockquote .attribution{font-size:1.125rem}}.wysiwyg blockquote{position:relative}@media print,screen and (max-width:48.06125em){.wysiwyg blockquote::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:20px;border-bottom:1px solid var(--line)}.wysiwyg blockquote::after{content:"";display:block;position:absolute;z-index:2;top:-6px;left:0;width:50px;height:27px;background-color:var(--white);background-image:url("data:image/svg+xml,%3Csvg width='50' height='34' viewBox='0 0 50 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5792 34V16.4436L39.1089 0H48.2673L43.0693 14.8364H50V34H29.5792ZM0 34V16.4436L9.5297 0H18.8119L13.4901 14.8364H20.4208V34H0Z' fill='%23F15B5B'/%3E%3C/svg%3E%0A");background-size:40px 27px;background-repeat:no-repeat}}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote{padding:2.6875rem 0 2.6875rem 4.375rem}.wysiwyg blockquote::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;width:25px;height:100%;border-right:1px solid var(--line)}.wysiwyg blockquote::after{content:"";display:block;position:absolute;z-index:2;top:30px;left:0;width:50px;height:54px;background-color:var(--white);background-image:url("data:image/svg+xml,%3Csvg width='50' height='34' viewBox='0 0 50 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5792 34V16.4436L39.1089 0H48.2673L43.0693 14.8364H50V34H29.5792ZM0 34V16.4436L9.5297 0H18.8119L13.4901 14.8364H20.4208V34H0Z' fill='%23F15B5B'/%3E%3C/svg%3E%0A");background-size:50px 30px;background-repeat:no-repeat;background-position:center}}.wysiwyg blockquote p{font-style:normal;font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-weight:300;font-size:1.5rem;line-height:1.25;letter-spacing:-0.5px}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote p{font-size:2rem}}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote p{font-size:2.25rem}}.wysiwyg blockquote p:first-child{margin-top:0}.wysiwyg blockquote .attribution{font-family:"benton",Helvetica,sans-serif;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote .attribution{font-size:1.125rem}}.callout-block{background-color:var(--cream-background);padding:1.25rem}@media print,screen and (min-width:48.0625em){.callout-block{padding:1.875rem}}@media screen and (min-width:75.0625em){.callout-block{padding:3.125rem}}@media screen and (min-width:90.0625em){.callout-block{padding:3.75rem;margin-right:-60px}}.callout-block .wysiwyg p{margin-top:0.625rem}.date-block{display:flex;align-items:center;text-align:center}.eyebrow+.date-block{margin-top:1.25rem}.date-block .day-number{font-size:2rem;line-height:.9}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem}}.date-block time+time{display:flex;align-items:center}.date-block time+time::before{width:1.5rem;height:.125rem;content:"";transform:translateY(-14px);background-color:currentColor}.date-block time+time::before{margin-right:1.25rem}.date-block time+time::before{margin-left:1.25rem}.date-block span{display:block}.oho-date-block{background-color:#fff;text-align:center;height:auto;width:unset;padding:5px 5px 5px 5px}.oho-date-block time{width:unset;float:none}.oho-date-block--day,.oho-date-block--weekday,.oho-date-block--month,.oho-date-block--year{line-height:1;text-transform:uppercase}.oho-date-block .oho-date-block--weekday,.oho-date-block .oho-date-block--month,.oho-date-block .oho-date-block--year{font-size:1.3em}.oho-date-block .oho-date-block--day{font-size:2.4em}.icon-list{display:block;padding-left:0;margin:0}.icon-list li:not(:first-child){margin-top:0.625rem}.icon-list li,.icon-list a{display:block;font-family:"benton",Helvetica,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}.icon-list__icon::before{color:var(--gray);font-size:.8125rem}.icon-list__content{font-size:.875rem;line-height:1.4}.icon-list .fa-envelope{top:-1px}.icon-list--inline{display:flex;flex-wrap:wrap}.icon-list--inline li{padding-left:1.25rem}.icon-list--inline li:not(:first-child){margin-top:0}.icon-list--inline li:not(:last-child){margin-right:1.875rem}.listing-page__background{background-color:#01061b;background-position:top;background-attachment:fixed;background-image:linear-gradient(190deg,#000820 12.89%,#0B1B4B 54.83%,#08143A 85.58%)}.listing-page__hero{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.listing-page__hero{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.listing-page__hero{padding-top:5rem}}.listing-page__hero{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.listing-page__hero{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.listing-page__hero{padding-bottom:3.75rem}}.listing-page__hero-content{color:var(--white)}.listing-page__hero-callout{display:none}@media print,screen and (min-width:64.0625em){.listing-page__hero-callout{display:block}}.listing-page__title{margin:0}.listing-page__title span{color:var(--coral)}.listing-page__description{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.listing-page__description{margin-top:0.9375rem}}.listing-page__description p{margin:0;font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-weight:400;font-size:1.375rem;line-height:1.4;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){.listing-page__description p{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.listing-page__description p{font-size:1.75rem}}.listing-page__description a{color:var(--white)}.listing-page__description a:hover{text-decoration-color:var(--coral)}.listing-page .breadcrumbs{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.listing-page .breadcrumbs{margin-top:3.125rem}}.listing{overflow:hidden;background-position:top;background-attachment:fixed;background-image:linear-gradient(190deg,#000820 12.89%,#0B1B4B 54.83%,#08143A 85.58%)}.listing__filters{position:relative;z-index:2}.listing__filters form{background:var(--white);box-shadow:0 .1875rem .75rem 0 rgba(0,0,0,.06)}.listing__filters form{padding:2.5rem}@media print,screen and (min-width:48.0625em){.listing__filters form{padding:3.125rem}}@media print,screen and (min-width:64.0625em){.listing__filters form{padding:3.75rem}}.listing__filters .listing__filters-heading,.listing__filters [for^=edit-search],.listing__filters [for^=edit-keys]{margin:0}.listing__filters .listing__filters-heading,.listing__filters [for^=edit-search],.listing__filters [for^=edit-keys]{margin-bottom:1.25rem}.listing__filters [type=submit]{margin-top:0.625rem}.listing__filters [for^=edit-search],.listing__filters [for^=edit-keys]{font-family:benton,Helvetica,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-0.25px}@media print,screen and (min-width:48.0625em){.listing__filters [for^=edit-search],.listing__filters [for^=edit-keys]{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.listing__filters [for^=edit-search],.listing__filters [for^=edit-keys]{font-size:1.5rem}}.listing__filters input:not([type=submit]),.listing__filters select{width:100%}.listing__filters input:not([type=submit]),.listing__filters select{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.listing__filters input:not([type=submit]),.listing__filters select{margin-bottom:1.875rem}}.listing__filters [name=search],.listing__filters [name=keys]{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSA2LjVDMTEuNSA0LjcxODc1IDEwLjUzMTIgMy4wOTM3NSA5IDIuMTg3NUM3LjQzNzUgMS4yODEyNSA1LjUzMTI1IDEuMjgxMjUgNCAyLjE4NzVDMi40Mzc1IDMuMDkzNzUgMS41IDQuNzE4NzUgMS41IDYuNUMxLjUgOC4zMTI1IDIuNDM3NSA5LjkzNzUgNCAxMC44NDM4QzUuNTMxMjUgMTEuNzUgNy40Mzc1IDExLjc1IDkgMTAuODQzOEMxMC41MzEyIDkuOTM3NSAxMS41IDguMzEyNSAxMS41IDYuNVpNMTAuNTMxMiAxMS42MjVDOS40MDYyNSAxMi41IDggMTMgNi41IDEzQzIuOTA2MjUgMTMgMCAxMC4wOTM4IDAgNi41QzAgMi45Mzc1IDIuOTA2MjUgMCA2LjUgMEMxMC4wNjI1IDAgMTMgMi45Mzc1IDEzIDYuNUMxMyA4LjAzMTI1IDEyLjQ2ODggOS40Mzc1IDExLjU5MzggMTAuNTYyNUwxNS43ODEyIDE0LjcxODhDMTYuMDYyNSAxNS4wMzEyIDE2LjA2MjUgMTUuNSAxNS43ODEyIDE1Ljc4MTJDMTUuNDY4OCAxNi4wOTM4IDE1IDE2LjA5MzggMTQuNzE4OCAxNS43ODEyTDEwLjUzMTIgMTEuNjI1WiIgZmlsbD0iIzY5MEYxQyIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:.9375rem calc(50% - 1px);padding-left:2.625rem}@media print,screen and (max-width:64.06125em){.listing__header{margin-top:1.875rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.listing__header{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.listing__header{min-height:5.4375rem}}.listing__result{margin:0;border-top:1px solid var(--line-30);color:var(--white);font-family:benton,Helvetica,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3}.listing__result{padding-top:1.25rem}.listing__result{padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.listing__result{padding-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.listing__result{font-size:1.25rem;letter-spacing:-0.5px}}.listing__rows{position:relative;z-index:1;background:var(--white)}.listing__rows{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.listing__rows{padding-top:1.875rem}}.listing__rows{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.listing__rows{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.listing__rows{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.listing__rows{min-height:43.75rem}}.listing__rows::before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:-100vw;display:block;width:400vw;background:var(--white)}.callout-below{padding-top:2.5rem}.callout-below{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.callout-below{padding-top:3.125rem}.callout-below{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.callout-below{padding-top:3.75rem}.callout-below{padding-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.callout-below{display:none}}.section-background{position:relative}.section-background:not(:has(.section-background__image)){background:var(--charcoal)}.section-background__image::before,.section-background__image::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.section-background__image::before{z-index:-3;background-color:#000}.section-background__image::after{z-index:-1;background:linear-gradient(100deg,rgba(0,0,0,0.7) 0,rgba(0,0,0,0) 67%)}.section-background__image img{position:absolute;z-index:-2;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.4}@media print,screen and (max-width:48.06125em){.section-heading .medium-shrink{margin-top:.625rem}}@media print,screen and (min-width:48.0625em){.section-heading .medium-shrink{display:flex;flex-direction:column-reverse}}.section-heading__title{margin:0}@media print,screen and (min-width:48.0625em){.section-heading__title{text-box:trim-both cap alphabetic}}.darkmode .section-heading__title{color:var(--white)}.section-heading__link{margin:0;position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;font-family:"benton",Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:-0.25px}@media print,screen and (min-width:48.0625em){.section-heading__link{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.section-heading__link::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.section-heading__link:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.section-heading__link:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}@media print,screen and (min-width:48.0625em){.section-heading__link{font-size:16px}}.section-heading__link::after{font-size:10px}@media print,screen and (min-width:48.0625em){.section-heading__link::after{font-size:12px}}.darkmode .section-heading__link{color:var(--white);text-decoration-color:var(--yellow)}.darkmode .section-heading__link::after{color:var(--yellow)}.darkmode .section-heading__link:hover{color:var(--white);text-decoration-color:var(--coral)}.darkmode .section-heading__link:hover::after{color:var(--coral)}.darkmode .section-heading__link:focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.darkmode .section-heading__link:focus-visible::after{color:var(--Harvard-Cream)}.section-heading__line{height:4px;display:flex;gap:0 10px}.section-heading__line::before{content:"";display:block;width:113px;height:4px;background-color:var(--teal)}.section-heading__line::after{content:"";display:block;flex:1;height:4px;border-bottom:1px solid var(--line)}.section-heading__line.alternate::before{background-color:var(--coral)}.darkmode .section-heading__line::after{border-bottom:1px solid hsla(0,0%,100%,.4)}.stat{font-size:3.125rem;font-weight:600;line-height:1}@media print,screen and (min-width:48.0625em){.stat{font-size:5rem}}table{border-collapse:collapse;border-top:1px solid rgba(0,0,0,.1)}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}}thead,tbody{vertical-align:top}thead{border-right:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}thead th{background:var(--Harvard-Crimson)}tbody{border-top:0;border-left:1px solid rgba(0,0,0,.1)}tr{border-bottom:1px solid rgba(0,0,0,.1)}th{background:var(--Harvard-Crimson);border-right:1px solid rgba(0,0,0,.1);border-bottom:0;font-weight:600;color:var(--white);padding:.625rem .9375rem;text-align:left}td{border-right:1px solid rgba(0,0,0,.1);padding:.625rem .9375rem}.mobile-table--scroll{overflow-y:scroll}@media print,screen and (min-width:64.0625em){.mobile-table--scroll{overflow-y:hidden}}.mobile-table{padding:1px 0}.mobile-table{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.875rem}}.mobile-table--scroll{position:relative;padding:1px 20px 0 !important;overflow-y:scroll;margin-left:-1.25rem;margin-right:-1.25rem}@media print,screen and (min-width:48.0625em){.mobile-table--scroll{margin-left:-1.5625rem;margin-right:-1.5625rem}}.mobile-table--scroll::before{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:100%;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-block:has(.sidebar-menu) .grid-x{row-gap:3.125rem}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg article,.wysiwyg picture,.wysiwyg .video{margin-bottom:0}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg article,.wysiwyg picture,.wysiwyg .video{margin-top:1.875rem}@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,.wysiwyg article,.wysiwyg picture,.wysiwyg .video{margin-top:2.5rem}}.wysiwyg>*:first-child{margin-top:0}.wysiwyg .btn{margin-top:0}.wysiwyg a:not(.btn){color:var(--Harvard-Crimson);font-weight:600;text-decoration:underline;text-decoration-color:var(--gray);text-underline-offset:3px;text-decoration-thickness:1px}.wysiwyg a:not(.btn):hover{color:var(--charcoal);text-decoration-color:var(--coral)}.wysiwyg a:not(.btn):focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray)}.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{clear:both}.wysiwyg h2+p,.wysiwyg h3+p,.wysiwyg h4+p,.wysiwyg h5+p,.wysiwyg h6+p{margin-top:1.25rem}.wysiwyg hr{border:none;border-top:2px solid var(--gray)}.wysiwyg hr{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg hr{margin-top:2.5rem}}.wysiwyg ol{list-style-type:decimal}.wysiwyg ul{list-style-type:disc}.wysiwyg ol,.wysiwyg ul{padding-left:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.wysiwyg ol,.wysiwyg ul{font-size:1rem}}.wysiwyg ol,.wysiwyg ul{margin-top:1.25rem}.wysiwyg ol,.wysiwyg ul{margin-bottom:1.25rem}.wysiwyg ol,.wysiwyg ul{margin-left:1.25rem}@media print,screen and (min-width:48.0625em){.wysiwyg ol,.wysiwyg ul{margin-top:1.875rem}.wysiwyg ol,.wysiwyg ul{margin-bottom:1.875rem}.wysiwyg ol,.wysiwyg ul{margin-left:1.875rem}}.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-left:16px}.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:0.625rem}.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-bottom:0.625rem}.wysiwyg ol ol,.wysiwyg ul ol{list-style-type:lower-latin}.wysiwyg ol ul,.wysiwyg ul ul{list-style-type:square}.wysiwyg ol ol ol,.wysiwyg ol ul ol,.wysiwyg ul ol ol,.wysiwyg ul ul ol{list-style-type:lower-roman}.wysiwyg ol ol ul,.wysiwyg ol ul ul,.wysiwyg ul ol ul,.wysiwyg ul ul ul{list-style-type:circle}.wysiwyg li{position:relative;padding-left:1.25rem}.wysiwyg li{margin-top:1.25rem}.wysiwyg ol>li::marker{display:inline-block;font-weight:600;color:var(--Harvard-Crimson)}.wysiwyg ul>li::marker{color:var(--Harvard-Crimson)}.wysiwyg figure>picture{margin-top:0}.wysiwyg picture{display:block}.wysiwyg .align-right,.wysiwyg .obj-right{float:none;margin-right:0;margin-bottom:1rem;margin-left:0}@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:has(.video),.wysiwyg .obj-right:has(.video){width:50%}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-right:has(.video),.wysiwyg .obj-right:has(.video){width:33%}}.wysiwyg .align-left,.wysiwyg .obj-left{float:none;margin-right:0;margin-bottom:1rem;margin-left:0}@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:has(.video),.wysiwyg .obj-left:has(.video){width:50%}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-left:has(.video),.wysiwyg .obj-left:has(.video){width:33%}}.wysiwyg .align-center,.wysiwyg .obj-center{display:table;margin-right:auto;margin-bottom:1rem;margin-left:auto}.wysiwyg .align-center img,.wysiwyg .obj-center img{display:block}.wysiwyg .align-center>.responsive-video-iframe,.wysiwyg .align-center>.video,.wysiwyg .obj-center>.responsive-video-iframe,.wysiwyg .obj-center>.video{width:100%}.wysiwyg .align-center:has(.video),.wysiwyg .align-center:has(iframe),.wysiwyg .obj-center:has(.video),.wysiwyg .obj-center:has(iframe){width:100%}.wysiwyg figure.align-center:has(.responsive-video-iframe){width:100%}.wysiwyg>figure:has(img){display:table}.wysiwyg>figure:has(img){margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg>figure:has(img){margin-top:2.5rem}}.wysiwyg>figure:has(img) figcaption{display:table-caption}.wysiwyg>figure:has(img) figcaption{padding-top:0.625rem}@media print,screen and (min-width:48.0625em){.wysiwyg>figure:has(img) figcaption{padding-top:0.9375rem}}.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 .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:benton,Helvetica,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4;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}.wysiwyg .video{position:relative}.wysiwyg .video::before{content:"";display:block;padding-bottom:calc(var(--iframe-height)/var(--iframe-width)*100%)}.wysiwyg .video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.btn-row{display:flex;flex-wrap:wrap;gap:1em;align-items:center;padding:0;margin:0}.site-footer{color:var(--white);background-color:var(--black)}.site-footer{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.site-footer{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.site-footer{padding-top:7.5rem}}@media print,screen and (min-width:48.0625em){.site-footer{padding-bottom:2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.site-footer{padding-bottom:3.125rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.site-footer{padding-bottom:3.75rem}}.site-footer .grid-container{max-width:82.5rem}@media print,screen and (max-width:48.06125em){.site-footer .audience-menu-wrapper{border-top:1px solid var(--gray-40);margin-top:1.875rem;padding-top:1.875rem}}.site-footer .audience-menu-wrapper span{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-footer .audience-menu-wrapper li+li{margin-top:.9375rem}@media print,screen and (max-width:48.06125em){.site-footer .newsletter-wrapper{border-top:1px solid var(--gray-40);margin-top:1.875rem;padding-top:1.875rem}}.site-footer .icon-list .icon-list__icon::before{color:var(--coral);font-size:1rem;line-height:1.5}.site-footer .icon-list .icon-list__icon.fa-location-dot{top:-2px}.site-footer .icon-list .icon-list__content{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.site-footer .icon-list .icon-list__content{font-size:1rem}}.site-footer .icon-list .icon-list__content{line-height:1.6}.site-footer .menu .menu li+li{margin-top:.9375rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{line-height:1.6}.site-footer p{margin-top:.3125rem;line-height:1.6}@media print,screen and (min-width:48.0625em){.site-footer p{margin-top:0.625rem}}.site-footer p:has(>.btn){margin-top:.9375rem}.site-footer a:not(.btn){position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){.site-footer a:not(.btn){text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.site-footer a:not(.btn)::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.site-footer a:not(.btn):hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-footer a:not(.btn):focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-footer a:not(.btn)::after{color:var(--yellow)}.site-footer a:not(.btn):hover{color:var(--white);text-decoration-color:var(--coral)}.site-footer a:not(.btn):hover::after{color:var(--coral)}.site-footer a:not(.btn):focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.site-footer a:not(.btn):focus-visible::after{color:var(--Harvard-Cream)}.site-footer__info-wrapper{background-color:var(--charcoal);color:var(--white);margin:0 -20px;margin-top:1.875rem;padding:1.875rem 1.25rem}@media print,screen and (min-width:48.0625em){.site-footer__info-wrapper{display:flex;flex-wrap:wrap;gap:1.5625rem;align-items:center;justify-content:space-between;margin:1.875rem 0 0;padding:0 1.5625rem}.site-footer__info-wrapper{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.site-footer__info-wrapper{margin-top:3.125rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.site-footer__info-wrapper{margin-top:3.75rem}}@media print,screen and (min-width:48.0625em){.site-footer__info-wrapper{padding-top:1.25rem}.site-footer__info-wrapper{padding-bottom:1.25rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.site-footer__info-wrapper{padding-top:1.875rem}.site-footer__info-wrapper{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.site-footer__info-wrapper{padding-left:2.5rem}.site-footer__info-wrapper{padding-right:2.5rem}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.site-footer__info-wrapper{padding-left:3.125rem}.site-footer__info-wrapper{padding-right:3.125rem}}@media print,screen and (min-width:64.0625em)and (min-width:64.0625em){.site-footer__info-wrapper{padding-left:3.75rem}.site-footer__info-wrapper{padding-right:3.75rem}}@media screen and (min-width:90.0625em){.site-footer__info-wrapper{margin:60px -45px 0}}.site-footer__info{display:flex;flex-direction:column;flex-wrap:wrap;gap:.9375rem}@media print,screen and (max-width:48.06125em){.site-footer__info{margin-top:1.875rem}}@media print,screen and (min-width:48.0625em){.site-footer__info{flex-direction:row;gap:1.875rem}}.site-footer__info a{line-height:1.6}@media print,screen and (min-width:48.0625em){.site-footer__border{margin-left:0;padding-right:1.5625rem;border-right:1px solid var(--charcoal)}}.site-header{position:relative;z-index:10;background:var(--dark-navy)}@media print,screen and (min-width:64.0625em){.site-header{background-position:top;background-attachment:fixed;background-image:linear-gradient(190deg,#000820 12.89%,#0B1B4B 54.83%,#08143A 85.58%);height:11.0625rem}}.site-header ul{list-style:none;margin:0;padding:0}.site-header li{position:relative}.site-header .site-header__sticky-container{height:4.375rem}@media print,screen and (min-width:64.0625em){.site-header .site-header__sticky-container{height:11.0625rem}}.site-header .site-header__logo{display:inline-block;transition:transform .3s ease-in}.site-header .site-header__logo:hover,.site-header .site-header__logo:focus-visible{transform:scale(1.05);transform-origin:center}.site-header .site-header__logo img{display:block}.site-header .site-header__logo svg{width:auto;height:37px}@media print,screen and (min-width:64.0625em){.site-header .site-header__logo svg{height:76px}}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-header__sticky-container{height:11.0625rem;width:100%;z-index:10;top:0}}.site-header--beyond-threshold .site-header__top{display:none}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold-animate .site-header__sticky-container{transition:transform 300ms cubic-bezier(0.42,0.08,0.06,0.98)}}@media print,screen and (min-width:64.0625em){.site-header--near-threshold-animate .site-header__sticky-container{transition:transform 300ms cubic-bezier(0.42,0.08,0.06,0.98)}}@media print,screen and (min-width:64.0625em){.node--home .site-header,.node--home-page .site-header{background:linear-gradient(180deg,rgba(10,20,52,0.9) 0%,rgba(10,20,52,0.85) 100%)}}.site-header__wrapper{align-items:center;display:flex;height:100%}@media print,screen and (min-width:64.0625em){.site-header__wrapper{height:calc(100% - 40px)}}@media print,screen and (max-width:64.06125em){.site-header__logo{margin-right:auto}}@media print,screen and (max-width:64.06125em){.mobile-menu-button{padding:20px;margin-right:-20px}.mobile-menu-button,.mobile-menu-button:hover,.mobile-menu-button:focus-visible{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.mobile-menu-button:focus-visible:not(:hover){border-color:var(--yellow)}.mobile-menu-button::before{content:"";font-family:"Font Awesome 6 Pro";transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.25rem}.mobile-menu-open .mobile-menu-button::before{content:"";color:var(--coral)}.mobile-menu-button:hover::before,.mobile-menu-button:focus-visible::before{color:var(--yellow)}}@media print,screen and (max-width:64.06125em){.site-header__main{background-color:var(--charcoal);display:none;flex-direction:column;position:absolute;width:50vw;z-index:1;top:4.375rem;right:0}.mobile-menu-open .site-header__main{max-height:calc(100dvh - (var(--sitewide-alert-height,0px) + 4.375rem));overflow:auto}}@media print,screen and (max-width:48.06125em){.site-header__main{width:100vw}}@media print,screen and (max-width:64.06125em){.mobile-menu-open .site-header__main{display:flex}}@media print,screen and (max-width:64.06125em){.site-header--landing .site-header__main{background-color:#fff;align-items:center}}@media print,screen and (max-width:64.06125em){.mobile-menu-open,.search-panel-open{overflow:hidden}}@media print,screen and (max-width:64.06125em){.mobile-menu-open body::after,.mobile-menu-open main:after,.search-panel-open body::after,.search-panel-open main:after{background-color:rgba(0,0,0,.5);content:"";display:block;height:100%;position:absolute;width:100%;z-index:2;top:0;left:0}}@media print,screen and (min-width:64.0625em){.site-header__wrapper{justify-content:space-between;position:relative}}@media print,screen and (min-width:64.0625em){.site-header__main{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-top:15px;padding-bottom:12px}}@media print,screen and (max-width:64.06125em){.site-header__bottom{order:-1}}@media print,screen and (max-width:64.06125em){.site-header__top{background-color:#fff}}@media print,screen and (min-width:64.0625em){.site-header__top{display:flex;align-items:center}}@media print,screen and (min-width:64.0625em){.mobile-menu-button{display:none}}@keyframes slideDownHeader{from{transform:translateY(-100%)}to{transform:translateY(0)}}@media print,screen and (max-width:64.06125em){.edu-link{display:none}}@media print,screen and (min-width:64.0625em){.edu-link{display:flex;justify-content:space-between;align-items:center;background-color:var(--black);padding:10px 20px}}.edu-link a{transition:opacity .3s ease-in}.edu-link a:hover,.edu-link a:focus{opacity:.6}main.main-content:has(.search-block-form){margin-top:3.125rem}main.main-content:has(.search-block-form){margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){main.main-content:has(.search-block-form){margin-top:5rem}main.main-content:has(.search-block-form){margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){main.main-content:has(.search-block-form){margin-top:7.5rem}main.main-content:has(.search-block-form){margin-bottom:7.5rem}}main.main-content:has(.search-block-form) h1{margin:0}.search-block-form form{background:none;border:none;padding:0}.search-block-form .form-item+.form-actions{margin:0}.search-block-form .form--inline{display:flex;align-items:flex-end;width:100%;max-width:46.875rem}.search-block-form .form--inline label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.search-block-form .form--inline .form-type-textfield{width:100%}.search-block-form input.form-text{background-color:var(--white);padding:1.5625rem;display:flex;align-items:flex-end;position:relative;width:100%}.search-block-form input.form-submit{border:2px solid rgba(0,0,0,0);background-color:var(--Harvard-Crimson);font-weight:bold;padding:1.5rem .75rem}@media print,screen and (min-width:48.0625em){.search-block-form input.form-submit{padding:1.5rem}}.search-block-form input.form-submit:hover,.search-block-form input.form-submit:focus-visible{color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson);background-color:var(--white)}.search-block-form .search-results{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.search-block-form .search-results{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.search-block-form .search-results{margin-top:3.75rem}}.search-block-form .search-result+.search-result{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.search-block-form .search-result+.search-result{margin-top:1.875rem}}.search-block-form .search-result+.search-result{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.search-block-form .search-result+.search-result{padding-top:1.875rem}}.search-block-form .search-result__title,.search-block-form .search-result__title a{color:var(--Harvard-Crimson);font-weight:600;text-decoration:underline;text-decoration-color:var(--gray);text-underline-offset:3px;text-decoration-thickness:1px}.search-block-form .search-result__title:hover,.search-block-form .search-result__title a:hover{color:var(--charcoal);text-decoration-color:var(--coral)}.search-block-form .search-result__title:focus-visible,.search-block-form .search-result__title a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray)}.search-block-form .search-result__snippet{margin-top:0.625rem}.site-search .site-search__toggle{padding:.875rem;width:44px}.site-search .site-search__toggle,.site-search .site-search__toggle:hover,.site-search .site-search__toggle:focus-visible{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.site-search .site-search__toggle:focus-visible{outline:-webkit-focus-ring-color auto 1px;outline-offset:1px}.site-search .site-search__toggle::before{content:"";font-family:"Font Awesome 6 Pro";font-size:16px;color:var(--yellow);font-weight:900}.site-search .site-search__toggle:hover::before{color:var(--white)}.search-panel-open .site-search .site-search__toggle::before{content:""}@media print,screen and (max-width:64.06125em){.site-search .site-search__toggle{display:none}}.site-search>form,.site-search .search-block-form{background-color:var(--white);display:none;padding:.5rem;position:absolute;z-index:2;top:0;right:0}@media print,screen and (min-width:64.0625em){.site-search>form,.site-search .search-block-form{top:70px}}@media print,screen and (max-width:64.06125em){.site-search>form,.site-search .search-block-form{display:block;position:relative}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.site-search>form,.site-search .search-block-form{width:50vw}}@media print,screen and (max-width:48.06125em){.site-search>form,.site-search .search-block-form{width:100%}}.search-panel-open .site-search>form,.search-panel-open .site-search .search-block-form{display:flex}.site-search>form label,.site-search .search-block-form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-search>form input,.site-search .search-block-form input{border:0;width:100%}.site-search>form input::-moz-placeholder,.site-search .search-block-form input::-moz-placeholder{color:var(--color-gray-light)}.site-search>form input::placeholder,.site-search .search-block-form input::placeholder{color:var(--color-gray-light)}.site-search>form input:focus-visible,.site-search .search-block-form input:focus-visible{outline:-webkit-focus-ring-color auto 1px;outline-offset:1px}@media print,screen and (max-width:64.06125em){.site-search>form,.site-search .search-block-form{background-color:var(--gray-background);padding:1.875rem 1.25rem;border-bottom:2px solid var(--coral);display:flex;align-items:flex-end}.site-search>form .form-item,.site-search .search-block-form .form-item{margin:0}.site-search>form .form-text,.site-search .search-block-form .form-text{border-bottom:1px solid var(--line);color:var(--black);font-weight:500;padding:0 .625rem .4375rem 0;background-color:rgba(0,0,0,0)}.site-search>form .form-text::-moz-placeholder,.site-search .search-block-form .form-text::-moz-placeholder{color:var(--black);font-weight:500}.site-search>form .form-text::placeholder,.site-search .search-block-form .form-text::placeholder{color:var(--black);font-weight:500}.site-search>form .form-submit,.site-search .search-block-form .form-submit{background-color:rgba(0,0,0,0);font-size:0;width:28px;height:28px;padding:0;background-repeat:no-repeat;background-size:19px;background-position:right center;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='19' viewBox='0 0 19 19' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.9375 7.5625c0-2.00391-1.0898-3.83203-2.8125-4.85156-1.75781-1.01953-3.90234-1.01953-5.625 0-1.75781 1.01953-2.8125 2.84765-2.8125 4.85156 0 2.03906 1.05469 3.8672 2.8125 4.8867 1.72266 1.0196 3.86719 1.0196 5.625 0 1.7227-1.0195 2.8125-2.84764 2.8125-4.8867zm-1.0898 5.7656c-1.2657.9844-2.8477 1.5469-4.5352 1.5469-4.04297 0-7.3125-3.2695-7.3125-7.3125 0-4.00781 3.26953-7.3125 7.3125-7.3125 4.0078 0 7.3125 3.30469 7.3125 7.3125 0 1.72266-.5977 3.3047-1.582 4.5703l4.7109 4.6758c.3164.3516.3164.8789 0 1.1953-.3516.3516-.8789.3516-1.1953 0z' fill='%23a51c30'/%3E%3C/svg%3E")}.site-search>form .form-submit:hover,.site-search>form .form-submit:focus-visible,.site-search .search-block-form .form-submit:hover,.site-search .search-block-form .form-submit:focus-visible{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg fill='none' height='19' viewBox='0 0 19 19' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.9375 7.5625c0-2.00391-1.0898-3.83203-2.8125-4.85156-1.75781-1.01953-3.90234-1.01953-5.625 0-1.75781 1.01953-2.8125 2.84765-2.8125 4.85156 0 2.03906 1.05469 3.8672 2.8125 4.8867 1.72266 1.0196 3.86719 1.0196 5.625 0 1.7227-1.0195 2.8125-2.84764 2.8125-4.8867zm-1.0898 5.7656c-1.2657.9844-2.8477 1.5469-4.5352 1.5469-4.04297 0-7.3125-3.2695-7.3125-7.3125 0-4.00781 3.26953-7.3125 7.3125-7.3125 4.0078 0 7.3125 3.30469 7.3125 7.3125 0 1.72266-.5977 3.3047-1.582 4.5703l4.7109 4.6758c.3164.3516.3164.8789 0 1.1953-.3516.3516-.8789.3516-1.1953 0z' fill='%23000412'/%3E%3C/svg%3E")}.site-search>form .form-submit[type=submit]:focus-visible:not(:hover),.site-search>form .form-submit:hover,.site-search>form .form-submit:focus-visible{background-color:rgba(0,0,0,0)}}@media print,screen and (min-width:64.0625em){.site-search>form,.site-search .search-block-form{background-color:var(--white);padding:1.5625rem;display:flex;align-items:flex-end;width:46.875rem;position:relative;box-shadow:0px 0px 16px 0px rgba(168,153,104,.3)}.site-search>form::before,.site-search .search-block-form::before{content:"";display:block;pointer-events:none;position:absolute;bottom:calc(100% - 2px);right:35px;width:0px;height:0px;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-bottom:12px solid var(--white)}.site-search>form .form-item,.site-search .search-block-form .form-item{margin-top:0;flex:1}.site-search>form .form-text,.site-search .search-block-form .form-text{border-bottom:1px solid var(--line);color:var(--black);font-weight:500;padding:0 .625rem .9375rem 0;background-color:rgba(0,0,0,0)}.site-search>form .form-text::-moz-placeholder,.site-search .search-block-form .form-text::-moz-placeholder{color:var(--black);font-weight:500}.site-search>form .form-text::placeholder,.site-search .search-block-form .form-text::placeholder{color:var(--black);font-weight:500}.site-search>form .form-submit,.site-search .search-block-form .form-submit{background-color:rgba(0,0,0,0);font-size:0;width:40px;height:30px;background-repeat:no-repeat;background-size:30px;background-position:right center;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' height='30' maskUnits='userSpaceOnUse' width='30' x='0' y='0'%3E%3Cpath d='m0 0h30v30h-30z' fill='%23d9d9d9'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m24.4853 26.5337-7.9273-7.9273c-.6201.4801-1.3351.861-2.1451 1.1427s-1.6758.4225-2.5975.4225c-2.31564 0-4.27737-.8039-5.88516-2.4117-1.60779-1.6077-2.41169-3.5695-2.41169-5.8851 0-2.31571.8039-4.27744 2.41169-5.88523s3.56952-2.41169 5.88516-2.41169c2.3157 0 4.2774.8039 5.8852 2.41169s2.4117 3.56952 2.4117 5.88523c0 .9266-.1408 1.7924-.4226 2.5975-.2816.805-.6625 1.515-1.1426 2.1301l7.9348 7.9422zm-12.6699-9.2058c1.5177 0 2.806-.5295 3.8648-1.5883 1.0589-1.0589 1.5884-2.3472 1.5884-3.8648 0-1.5177-.5295-2.80598-1.5884-3.86486-1.0588-1.05887-2.3471-1.58831-3.8648-1.58831-1.5176 0-2.80591.52944-3.86478 1.58831-1.05888 1.05888-1.58831 2.34716-1.58831 3.86486 0 1.5176.52943 2.8059 1.58831 3.8648 1.05887 1.0588 2.34718 1.5883 3.86478 1.5883z' fill='%23a51c30'/%3E%3C/g%3E%3C/svg%3E");padding:0}.site-search>form .form-submit:hover,.site-search>form .form-submit:focus-visible,.site-search .search-block-form .form-submit:hover,.site-search .search-block-form .form-submit:focus-visible{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' height='30' maskUnits='userSpaceOnUse' width='30' x='0' y='0'%3E%3Cpath d='m0 0h30v30h-30z' fill='%23d9d9d9'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m24.4853 26.5337-7.9273-7.9273c-.6201.4801-1.3351.861-2.1451 1.1427s-1.6758.4225-2.5975.4225c-2.31564 0-4.27737-.8039-5.88516-2.4117-1.60779-1.6077-2.41169-3.5695-2.41169-5.8851 0-2.31571.8039-4.27744 2.41169-5.88523s3.56952-2.41169 5.88516-2.41169c2.3157 0 4.2774.8039 5.8852 2.41169s2.4117 3.56952 2.4117 5.88523c0 .9266-.1408 1.7924-.4226 2.5975-.2816.805-.6625 1.515-1.1426 2.1301l7.9348 7.9422zm-12.6699-9.2058c1.5177 0 2.806-.5295 3.8648-1.5883 1.0589-1.0589 1.5884-2.3472 1.5884-3.8648 0-1.5177-.5295-2.80598-1.5884-3.86486-1.0588-1.05887-2.3471-1.58831-3.8648-1.58831-1.5176 0-2.80591.52944-3.86478 1.58831-1.05888 1.05888-1.58831 2.34716-1.58831 3.86486 0 1.5176.52943 2.8059 1.58831 3.8648 1.05887 1.0588 2.34718 1.5883 3.86478 1.5883z' fill='%23000412'/%3E%3C/g%3E%3C/svg%3E");background-color:rgba(0,0,0,0)}.site-search>form,.site-search .search-block-form{display:none;position:absolute;z-index:2}.search-panel-open .site-search>form,.search-panel-open .site-search .search-block-form{display:flex}}.sock{background-color:#cbd8e9}.sock__links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.accessible-menu li{position:relative}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:rgba(0,0,0,0)}@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:.375em;color:rgba(0,0,0,0);font-size:1.5rem}.accessible-menu .menu-item__button::before{display:inline-block;width:100%;content:"+";color:#fff;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;transition:opacity 300ms cubic-bezier(0.42,0.08,0.06,0.98);transform:translateX(-50%);opacity:0;font-size:0}.accessible-menu .menu-item__button::before{width:100%;content:"";color:#000;font-family:"Font Awesome 6 Pro";font-size:16px}.accessible-menu .menu-item__button:focus-visible{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:""}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open>.menu-item__button::before{content:""}}.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.75rem;top:0;height:100%;padding:0;width:2.5rem}}@media print and (hover:none),screen and (min-width:64.0625em)and (hover:none){.accessible-menu .menu-item__button{opacity:1}}@media print,screen and (min-width:64.0625em){.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 .5rem 0;color:gray;font-size:1.5rem;font-weight:600}.audience-menu a,.audience-menu li,.audience-menu span{display:block}.audience-menu span{cursor:default}@media print,screen and (max-width:64.06125em){.audience-menu a,.audience-menu span{padding:.5rem 8px;padding-right:48px}.audience-menu ul ul{display:none}.audience-menu ul ul li+li{border-top:1px solid var(--color-gray-dark)}}@media print,screen and (min-width:64.0625em){.audience-menu ul{display:flex}}@media print and (hover:hover),screen and (min-width:64.0625em)and (hover:hover){.audience-menu li:hover>ul{display:block}}@media print,screen and (min-width:64.0625em){.audience-menu a,.audience-menu span{padding:.75rem 16px}.audience-menu ul ul{display:none;position:absolute;min-width:10rem;z-index:1;background-color:var(--color-gray-light);right:0}.audience-menu ul ul li{display:block;margin:0}}nav:has(.breadcrumbs){max-width:82.5rem;margin-left:auto;margin-right:auto;padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:48.0625em){nav:has(.breadcrumbs){padding-right:1.5625rem;padding-left:1.5625rem}}ol.breadcrumbs{list-style:none;margin:0;padding:0}ol.breadcrumbs li:before{content:none;position:relative}ol.breadcrumbs li{padding-left:0;display:inline-block;line-height:2}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li:not(:first-child){padding-left:12px}}ol.breadcrumbs li a{font-weight:600;position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}ol.breadcrumbs li a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}ol.breadcrumbs li a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}ol.breadcrumbs li a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}ol.breadcrumbs li a::after{color:var(--yellow)}ol.breadcrumbs li a:hover{color:var(--white);text-decoration-color:var(--coral)}ol.breadcrumbs li a:hover::after{color:var(--coral)}ol.breadcrumbs li a:focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}ol.breadcrumbs li a:focus-visible::after{color:var(--Harvard-Cream)}ol.breadcrumbs li:not(:nth-last-child(2)){display:none}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li:not(:nth-last-child(2)){display:inline-block}}ol.breadcrumbs li+li::before{font-family:"Font Awesome 6 Pro";content:"";font-size:.75rem;top:.09375rem;display:inline-block;color:var(--coral);padding-right:15px}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li+li::before{content:""}}@media print,screen and (max-width:48.06125em){ol.breadcrumbs li:nth-last-child(2)::before{font-family:"Font Awesome 6 Pro";content:"";font-size:.75rem;top:.09375rem;display:inline-block;color:var(--coral);padding-right:15px}}.child-page-menu{background:var(--deep-navy);color:var(--white)}@media print,screen and (min-width:48.0625em){.child-page-menu{background:#000412}}.child-page-menu{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.child-page-menu{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.child-page-menu{padding-bottom:6.25rem}}.child-page-menu li{line-height:1.4;letter-spacing:-0.25px;font-size:.875rem}@media print,screen and (min-width:64.0625em){.child-page-menu li{font-size:1rem}}.child-page-menu a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){.child-page-menu a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.child-page-menu a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.child-page-menu a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.child-page-menu a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.child-page-menu a::after{color:var(--yellow)}.child-page-menu a:hover{color:var(--white);text-decoration-color:var(--coral)}.child-page-menu a:hover::after{color:var(--coral)}.child-page-menu a:focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.child-page-menu a:focus-visible::after{color:var(--Harvard-Cream)}.child-page-menu .section-heading__line::after{border-color:#3d3d3d}.child-menu__wrapper{position:relative;overflow:hidden;width:100%}.child-menu__wrapper{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.child-menu__wrapper{padding-top:3.125rem}}.child-page-menu__heading{padding-top:.125rem}.child-page-menu .menu{list-style:none;margin:0;padding:0}.child-page-menu .menu{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.child-page-menu .menu{padding-top:3.125rem}}@media print,screen and (min-width:40.0625em){.child-page-menu .menu{-moz-column-count:2;column-count:2}}@media print,screen and (min-width:48.0625em){.child-page-menu .menu{-moz-column-count:3;column-count:3;row-gap:1.25rem;-moz-column-gap:3.125rem;column-gap:3.125rem}}.child-page-menu .menu li{margin-bottom:.9375rem}@media print,screen and (min-width:48.0625em){.child-page-menu .menu li{margin-bottom:1.25rem}}.child-page-menu .menu li:last-child{margin-bottom:0}.jump-nav{position:sticky}.main-menu li,.main-menu a{display:block}@media print,screen and (max-width:64.06125em){.main-menu{background-color:var(--dark-navy);padding:.625rem 1.25rem}.main-menu>ul>li>a{padding:1.25rem 1.875rem 1.25rem 0;color:var(--white);font-size:1.125rem;font-weight:600;text-decoration:none}.main-menu>ul>li>a:hover,.main-menu>ul>li>a:focus-visible{color:var(--yellow)}.main-menu>ul>li+li{border-top:1px solid var(--teal)}.main-menu>ul ul{background-color:var(--white);padding:1.25rem .9375rem}.main-menu>ul ul li+li{margin-top:.9375rem}.main-menu>ul ul a{font-size:.9375rem;font-weight:600;letter-spacing:-.015625rem;text-decoration:none;color:var(--Harvard-Crimson)}.main-menu>ul ul a:hover,.main-menu>ul ul a:focus-visible{color:var(--Harvard-Navy)}.main-menu .menu-item__button{height:min(100%,2rem)}.main-menu a{padding-right:48px}.main-menu ul ul{display:none}}@media print,screen and (min-width:64.0625em){.main-menu>ul{display:flex;gap:0 30px}.main-menu a{padding:0 0 1.125rem}.main-menu>ul>li>a{color:var(--white);font-size:1.125rem;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--yellow);text-decoration-thickness:1px}.main-menu>ul>li>a:has(~ul)::after{content:"";display:inline-block;width:15px;height:15px;margin-left:10px;background-image:url(/themes/custom/harvard_community/assets/img/arrow.svg);background-repeat:no-repeat;vertical-align:middle}}@media print and (hover:hover),screen and (min-width:64.0625em)and (hover:hover){.main-menu ul li:hover>a{text-decoration:none}.main-menu ul li:hover>ul{display:block}}@media print,screen and (min-width:64.0625em){.main-menu ul>li:nth-last-child(1)>ul{right:0}.main-menu ul>li:nth-last-child(1)>ul::before{content:"";display:block;pointer-events:none;position:absolute;bottom:calc(100% - 2px);right:12px;width:0px;height:0px;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-bottom:12px solid var(--white)}.main-menu ul>li:not(:last-child) ul::before{content:"";display:block;position:absolute;pointer-events:none;bottom:calc(100% - 2px);left:12px;width:0px;height:0px;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-bottom:12px solid var(--white)}.main-menu ul ul{display:none;min-width:16rem;position:absolute;width:auto;background-color:var(--white);padding:1.875rem 1.25rem;margin-left:-20px;box-shadow:0px 0px 16px 0px rgba(168,153,104,.3)}.main-menu ul ul li+li{margin-top:.9375rem}.main-menu ul ul a{padding:0;font-size:1rem;font-weight:600;text-decoration:none;color:var(--Harvard-Crimson)}.main-menu ul ul a:hover,.main-menu ul ul a:focus-visible{color:var(--Harvard-Navy)}}@media print,screen and (max-width:64.06125em){.main-menu.accessible-menu .menu-item__button{padding-right:0;width:auto;top:6px}.main-menu.accessible-menu .menu-item__button::before{font-size:1.25rem;color:var(--yellow)}.main-menu.accessible-menu .menu-item__button:hover::before,.main-menu.accessible-menu .menu-item__button:focus-visible::before{color:var(--teal)}.main-menu.accessible-menu .menu-item--open .menu-item__button::before{color:var(--coral)}.main-menu.accessible-menu .menu-item--open .menu-item__button:hover::before,.main-menu.accessible-menu .menu-item--open .menu-item__button:focus-visible::before{color:var(--teal)}}@media print,screen and (min-width:64.0625em){.main-menu.accessible-menu .menu-item--expanded>a{padding-right:0}.main-menu.accessible-menu .menu-item__button{right:unset;top:24px;left:50%}.main-menu.accessible-menu .menu-item__button::before{content:"";font-weight:900;color:var(--white)}}@media print and (hover:hover),screen and (min-width:64.0625em)and (hover:hover){.main-menu.accessible-menu .menu-item__button{pointer-events:none}}@media print,screen and (min-width:64.0625em){.main-menu.accessible-menu .menu-item--open .menu-item__button::before{color:rgba(0,0,0,0)}.main-menu.accessible-menu .menu-item--expanded:last-child .menu-item__button{left:unset;right:-15px}}@media print,screen and (max-width:64.06125em){.main-menu ul .menu-item--expanded:has(p) p{margin-top:.625rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line);margin-bottom:1.25rem;font-size:.875rem}}@media print,screen and (min-width:64.0625em){.main-menu ul .menu-item--expanded:has(p) p{font-size:1rem !important}.main-menu ul .menu-item--expanded:has(p)>ul{display:none;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto auto auto 1fr;gap:0px 30px;padding:30px 20px;width:900px;right:-350px;grid-auto-flow:row;grid-template-areas:"first second third" "first second fourth" "first second fifth" "first second sixth" "first second seventh" "first second eighth" "first second ninth" "first second tenth"}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(1){grid-area:first}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(2){grid-area:second;margin-top:0}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(3){grid-area:third;margin-top:0}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(4){grid-area:fourth}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(5){grid-area:fifth}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(6){grid-area:sixth}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(7){grid-area:seventh}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(8){grid-area:eighth}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(9){grid-area:ninth}.main-menu ul .menu-item--expanded:has(p)>ul li:nth-child(10){grid-area:tenth}.main-menu ul .menu-item--expanded:has(p)>ul::before{left:354px}.main-menu ul .menu-item--expanded:has(p)>ul p{margin-top:10px;border-top:1px solid var(--line);padding-top:10px;margin-bottom:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.main-menu ul .menu-item--expanded:has(p).menu-item--open>ul{display:grid}}@media print and (hover:hover),screen and (min-width:64.0625em)and (hover:hover){.main-menu ul .menu-item--expanded:has(p):hover>ul{display:grid}}.menu-item--disabled>a{cursor:default}.menu-item--disabled>a button{left:0;width:auto;padding-right:.625em;text-align:right;background-color:rgba(0,0,0,0)}.menu-item--overview{display:none !important}.menu-item--disabled .menu-item--overview{display:block !important}.sidebar-parent-page-link{margin-left:1.875rem}.sidebar-parent-page-link{margin-top:1.25rem}.sidebar-parent-page-link{margin-bottom:1.25rem}@media print,screen and (max-width:48.06125em){.sidebar-parent-page-link{display:none}}.sidebar-parent-page-link a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.sidebar-parent-page-link a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.sidebar-parent-page-link a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.sidebar-parent-page-link a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.sidebar-parent-page-link a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}@media print,screen and (max-width:48.06125em){.sidebar-parent-page-link+.accordion{margin:-40px -20px -20px}}.sidebar-menu{font-family:"benton",Helvetica,sans-serif}@media print,screen and (min-width:48.0625em){.sidebar-menu{margin-right:2.5rem}}.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 li.menu-item--expanded{background-color:var(--gray-background)}.sidebar-menu li.menu-item--active-trail{background-color:var(--Harvard-Crimson)}.sidebar-menu a{display:block;background-color:var(--gray-background);color:var(--charcoal);position:relative;font-size:.9375rem;font-weight:600;line-height:1.6;padding:1.25rem 1.875rem;transition:background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none}.sidebar-menu a:hover,.sidebar-menu a:focus-visible{background-color:var(--Harvard-Crimson);color:var(--white)}.sidebar-menu .menu-item__button{top:0;right:0;bottom:0;left:auto;width:3.75rem;height:min(100%,64px);margin:0;transform:none;opacity:1;line-height:1;background-color:var(--gray-background);border-radius:0}.sidebar-menu .menu-item__button::before{color:var(--coral);content:"+";font-size:1.125rem;font-weight:300}.sidebar-menu .menu-item__button:hover,.sidebar-menu .menu-item__button:focus-visible{background-color:var(--Harvard-Crimson)}.sidebar-menu .menu-item__button:hover::before,.sidebar-menu .menu-item__button:focus-visible::before{color:var(--white)}.sidebar-menu .menu-item--active-trail>a{background-color:var(--Harvard-Crimson);color:var(--white)}.sidebar-menu .menu-item--active-trail>a+.menu-item__button{background-color:var(--Harvard-Crimson)}.sidebar-menu .menu-item--active-trail>a+.menu-item__button::before{color:var(--white)}.sidebar-menu>ul>li+li{margin-top:.3125rem}.sidebar-menu>ul>li.menu-item--open>.menu-item__button{background-color:var(--deep-navy);color:var(--white)}.sidebar-menu>ul>li.menu-item--open>.menu-item__button::before{color:var(--white)}.sidebar-menu>ul>li.menu-item--open>.menu-item__button:hover,.sidebar-menu>ul>li.menu-item--open>.menu-item__button:focus-visible{background-color:var(--Harvard-Crimson)}.sidebar-menu>ul>li.menu-item--active-trail>.menu-item__button{background-color:var(--Harvard-Crimson);color:var(--white)}.sidebar-menu>ul>li.menu-item--active-trail>.menu-item__button::before{color:var(--white)}.sidebar-menu>ul ul>li+li{border-top:1px solid var(--white-20);margin-top:-1px}.sidebar-menu>ul ul>li a{background-color:var(--deep-navy);color:var(--white);font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.sidebar-menu>ul ul>li a{font-weight:500}.sidebar-menu>ul ul ul ul>li a{padding-left:54px}.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;transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98);color:#2b689b;border:0;background:none}.sidebar-menu__toggle::after{content:"";transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:1.5em;position:absolute;top:50%;right:.75em}.sidebar-menu-open .sidebar-menu__toggle::after{content:""}.sidebar-menu__toggle:hover{color:#022e68;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:""}#more-in-this-section .accordion__button-text.card-title{font-family:"benton",Helvetica,sans-serif;font-size:1.125rem;font-weight:600;color:var(--deep-navy)}#more-in-this-section .accordion__button{background-color:var(--gray-background)}#more-in-this-section .accordion__button:hover,#more-in-this-section .accordion__button:focus-visible{background-color:var(--cream-background)}#more-in-this-section .accordion__button:hover .accordion__icon i::before,#more-in-this-section .accordion__button:focus-visible .accordion__icon i::before{color:var(--teal)}#more-in-this-section.accordion--open>.accordion__button{background-color:var(--dark-navy)}#more-in-this-section.accordion--open>.accordion__button:hover,#more-in-this-section.accordion--open>.accordion__button:focus-visible{background-color:var(--charcoal)}#more-in-this-section.accordion--open>.accordion__button:hover .accordion__icon i::before,#more-in-this-section.accordion--open>.accordion__button:focus-visible .accordion__icon i::before{color:var(--white)}#more-in-this-section.accordion--open>.accordion__button .accordion__button-text.card-title{color:var(--white)}#more-in-this-section.accordion--open>.accordion__button .accordion__icon i::before{color:var(--yellow)}#more-in-this-section .accordion__content{padding:0}.sidebar-menu .menu-item--expanded:has(.menu-item__button)>a{width:calc(100% - 3.75rem)}.social-media{margin:0;padding:0;list-style:none}.social-media li{display:inline-block}.social-media a{display:block;transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:24px}.social-media a:hover{color:#022e68}.site-footer .social-media{display:flex;-moz-column-gap:10px;column-gap:10px;flex-direction:row}.site-footer .social-media{margin-top:1.25rem}@media print,screen and (max-width:48.06125em){.site-footer .social-media{margin-top:1.5625rem}}.site-footer .social-media span::before{font-size:1.5rem;color:var(--teal)}.site-footer .social-media a:hover span::before,.site-footer .social-media a:focus-visible span::before{color:var(--coral)}.utility-menu a,.utility-menu li{display:block}.utility-menu [href^="/user/log"]{position:relative;top:.1875rem;padding:.5rem .9375rem .375rem;background-color:rgba(0,0,0,.2);border:2px solid var(--teal);border-radius:24px}.utility-menu [href^="/user/log"]::before{content:"";font-family:"Font Awesome 6 Sharp";color:var(--coral);padding-right:10px}.utility-menu [href^="/user/log"]:hover,.utility-menu [href^="/user/log"]:focus-visible{background-color:rgba(0,0,0,.9);text-decoration:none}.utility-menu [href^="/user/log"]:hover::before,.utility-menu [href^="/user/log"]:focus-visible::before{color:var(--yellow)}@media print,screen and (max-width:64.06125em){.utility-menu{padding:.9375rem 1.25rem;background-color:var(--white)}.utility-menu>ul{display:flex;flex-direction:column}.utility-menu>ul li:has([href^="/user/log"]){order:-1;border:0}.utility-menu li{padding:.9375rem 0;border-top:1px solid var(--line)}.utility-menu [href^="/user/log"]{top:0;padding:.625rem .9375rem .5rem;background-color:var(--deep-navy);width:-moz-fit-content;width:fit-content;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--white);border:0}.utility-menu a:not([href^="/user/log"]){padding:0;font-size:.875rem;font-weight:600;color:var(--Harvard-Crimson);text-decoration:none}.utility-menu a:not([href^="/user/log"]):hover,.utility-menu a:not([href^="/user/log"]):focus-visible{color:var(--Harvard-Navy);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:var(--Harvard-Crimson)}}@media print,screen and (min-width:64.0625em){.utility-menu ul{display:flex;padding-right:30px;border-right:1px solid hsla(0,0%,100%,.25);margin-right:15px}.utility-menu li:last-child{display:none}.utility-menu a{padding:.9375rem;color:var(--white);font-weight:600;font-size:.875rem;text-decoration:none}.utility-menu a:hover,.utility-menu a:focus-visible{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:var(--yellow)}}.accordion{clear:both}.accordion+.accordion{border-top:1px solid #c4961a}.accordion .wysiwyg{color:var(--charcoal)}.accordion__button{color:var(--charcoal);background-color:var(--light-gray2);border:none;border-radius:0;line-height:1.1;letter-spacing:-1px;position:relative;text-align:left;width:100%;margin:0;padding-right:3.75rem}.accordion__button{padding-left:1.25rem}.accordion__button{padding-top:1.25rem}.accordion__button{padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.accordion__button{padding-left:1.875rem}.accordion__button{padding-top:1.875rem}.accordion__button{padding-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.accordion__button{padding-right:5.6875rem}}@media print,screen and (min-width:64.0625em){.accordion__button{font-size:1.875rem}}.accordion__button:hover,.accordion__button:focus-visible{background-color:var(--deep-red);color:#fff}.accordion__button:hover .accordion__icon,.accordion__button:focus-visible .accordion__icon{outline:-webkit-focus-ring-color auto 1px;outline-offset:1px}.accordion__button:hover i::before,.accordion__button:focus-visible i::before{color:var(--yellow)}.accordion__icon{color:var(--Harvard-Crimson);width:1.3125rem;height:1.5rem;margin:auto;position:absolute;top:50%;right:10px;transform:translate(-50%,-50%)}@media print,screen and (min-width:48.0625em){.accordion__icon{right:20px}}.accordion__icon i{font-size:1.5rem;position:absolute;top:0}.accordion__icon-path{fill:#fff;transition:fill 300ms cubic-bezier(0.42,0.08,0.06,0.98),transform 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.accordion__icon-path--vertical{transform:scaleY(1);transform-origin-y:50%}.accordion__content{background-color:var(--light-gray2);border-top:0;display:none;overflow:hidden}.accordion__content{padding:1.25rem}@media print,screen and (min-width:48.0625em){.accordion__content{padding:1.875rem}}:root:not(.oho-js) .accordion__content{display:block}.accordion--open>.accordion__button,:root:not(.oho-js) .accordion__button{transition:background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),color 300ms cubic-bezier(0.42,0.08,0.06,0.98);color:#000;border-bottom:0;background-color:var(--Harvard-Gold)}.accordion--open>.accordion__button .accordion__icon i::before,:root:not(.oho-js) .accordion__button .accordion__icon i::before{content:""}.accordion--open>.accordion__button .accordion__icon-path,:root:not(.oho-js) .accordion__button .accordion__icon-path{fill:#000}.accordion--open>.accordion__button .accordion__icon-path--vertical,:root:not(.oho-js) .accordion__button .accordion__icon-path--vertical{transform:scaleY(0)}.accordion--open>.accordion__button .accordion__button-text{color:var(--white)}.accordion--open>.accordion__button i::before{color:var(--white)}.accordion--mobile .accordion__button:disabled{display:none}.accordion--mobile .accordion__button:disabled+.accordion__content{display:block !important;padding:0;border:0;background-color:rgba(0,0,0,0)}.wysiwyg .accordions{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:2.5rem}}.wysiwyg .accordions .section-heading__heading{text-transform:none;font-family:benton,Helvetica,sans-serif;font-size:2.125rem;font-weight:600;line-height:1.1;letter-spacing:-1.25px}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__heading{font-size:2.25rem}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__heading{font-size:2.5rem}}.wysiwyg .accordions .section-heading__subheading{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__subheading{font-size:1.125rem}}.wysiwyg .accordions .grid-container{padding:0}@media print,screen and (min-width:48.0625em){.accordions-vertical{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:flex;justify-content:center;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;transform:scale(0.9);transition:transform .3s cubic-bezier(1,0.63,0.47,0.8);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:var(--charcoal)}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion .accordion__button{background-color:rgba(0,0,0,0);height:100%}.accordions-vertical .accordion .accordion__button:hover .accordion__button-text{color:#000;text-decoration:underline;text-underline-offset:2px}.accordions-vertical .accordion .accordion__button:focus .accordion__button-text{color:#000}}.accordions-vertical .accordion .accordion__button-text{font-weight:300;font-size:1.125rem;transition:color .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:#000;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%;flex-direction:column;justify-content:center;height:-moz-fit-content;height:fit-content}}.accordions-vertical .accordion.accordion--open::before{opacity:1;transform:scale(1)}.accordions-vertical .accordion.accordion--open>.accordion__button{border:none;background-color:rgba(0,0,0,0)}@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:#000;text-decoration:none !important}.accordions-vertical .accordion.accordion--open .accordion__content{display:block;border:unset}.audience-pathways{overflow:hidden;color:var(--white)}.audience-pathways{margin-top:3.125rem}.audience-pathways{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.audience-pathways{margin-top:5rem}.audience-pathways{margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.audience-pathways{margin-top:7.5rem}.audience-pathways{margin-bottom:7.5rem}}.audience-pathways__background{position:relative;left:50%;transform:translateX(-50%);width:calc(100% + 7.5rem);max-width:calc(100vw - 40px);background:var(--deep-navy)}.audience-pathways__background{padding:2.5rem}@media print,screen and (min-width:48.0625em){.audience-pathways__background{padding:3.125rem}}@media print,screen and (min-width:64.0625em){.audience-pathways__background{padding:3.75rem}}@media print,screen and (max-width:64.06125em){.audience-pathways__visitor{margin-bottom:2.5rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.audience-pathways__visitor{margin-bottom:3.125rem}}@media print,screen and (max-width:64.06125em)and (min-width:64.0625em){.audience-pathways__visitor{margin-bottom:3.75rem}}@media print,screen and (max-width:48.06125em){.audience-pathways__image{max-width:24.375rem}.audience-pathways__image{margin-bottom:1.25rem}}.audience-pathways__icon{padding-right:.25rem;color:var(--coral)}.audience-pathways__title{margin:0}.audience-pathways__title:not(:first-child){margin-top:1.25rem}.audience-pathways__description{margin:0;font-size:1rem;line-height:1.6}.audience-pathways__description{margin-top:0.625rem}.audience-pathways__links{margin:0}.audience-pathways__links{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.audience-pathways__links{margin-top:1.875rem}}.home .audience-pathways{overflow:visible;margin:0}.home .audience-pathways{padding-top:2.5rem}.home .audience-pathways{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.home .audience-pathways{padding-top:3.125rem}.home .audience-pathways{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.home .audience-pathways{padding-top:3.75rem}.home .audience-pathways{padding-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.home .audience-pathways{padding:0}}.home .audience-pathways__background{position:static;transform:none;width:100%;max-width:none;padding:0;background:none}@media print,screen and (min-width:40.0625em){.home .audience-pathways__visitors,.home .audience-pathways__sign-in{flex:0 0 auto;width:calc(50% - 40px);margin-left:1.25rem;margin-right:1.25rem}}@media print,screen and (min-width:40.0625em)and (min-width:48.0625em){.home .audience-pathways__visitors,.home .audience-pathways__sign-in{width:calc(50% - 50px)}}@media print,screen and (min-width:40.0625em)and (min-width:48.0625em){.home .audience-pathways__visitors,.home .audience-pathways__sign-in{margin-left:1.5625rem;margin-right:1.5625rem}}.home .audience-pathways__visitor-image,.home .audience-pathways__visitor-content{flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}.home .audience-pathways__visitor-image{order:2}.home .audience-pathways__visitor-image{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.home .audience-pathways__visitor-image{margin-top:2.5rem}}.home .audience-pathways__visitor-content{order:1}.body-section .grid-x{row-gap:1.875rem}.card-section a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.card-section a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.card-section a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.card-section a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.card-section a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.card-section a{color:var(--black);font-weight:600}.card-section__items .grid-x{row-gap:3.125rem}.checkerboard{background-color:var(--gray-background)}.checkerboard h3{font-family:"anziano",Times,serif;font-weight:400}.checkerboard-item{background-color:var(--white);max-width:100rem;margin-left:auto;margin-right:auto;padding-right:0;padding-left:0}@media print,screen and (min-width:48.0625em){.checkerboard-item{display:flex;justify-content:center;align-items:stretch}}@media print,screen and (min-width:48.0625em){.checkerboard-item:nth-child(even){flex-direction:row-reverse}}.checkerboard-item+.checkerboard-item{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.checkerboard-item+.checkerboard-item{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.checkerboard-item+.checkerboard-item{margin-top:3.75rem}}.checkerboard-item__media{position:relative;width:100%}@media print,screen and (min-width:48.0625em){.checkerboard-item__media{max-width:50%;display:flex;flex-direction:column;align-self:flex-start}}@media screen and (min-width:82.5em){.checkerboard-item__media{max-width:45rem}}.checkerboard-item__media .aspect-ratio-frame a{display:block;position:absolute;top:0;left:0;height:100%;width:100%}.checkerboard-item__media .aspect-ratio-frame a:focus-visible{outline:1px solid #2b689b;outline-offset:10px}.checkerboard-item__media figure{margin:0;position:relative;height:100%}.checkerboard-item__media .aspect-ratio-frame{height:100%}.checkerboard-item__media figcaption{padding:.625rem 1.25rem .3125rem;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.checkerboard-item__media figcaption{font-size:1rem}}@media screen and (min-width:60em){.checkerboard-item__media figcaption{background-color:var(--gray-background);position:absolute;bottom:0;max-width:75%}}.checkerboard-item__content{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:1.25rem}@media print,screen and (min-width:48.0625em){.checkerboard-item__content{padding:1.875rem;max-width:50%}}@media print,screen and (min-width:64.0625em){.checkerboard-item__content{padding:3.125rem}}@media screen and (min-width:82.5em){.checkerboard-item__content{max-width:34.375rem}}.checkerboard-item__content li+li{margin-top:0.625rem}.checkerboard-item__content h2{font-family:benton,Helvetica,sans-serif;font-size:2.125rem;font-weight:600;line-height:1.1;letter-spacing:-1.25px}@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:2.5rem}}.checkerboard-item__content p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){.checkerboard-item__content p{font-size:1.125rem}}.checkerboard-item__content ul{list-style:none;margin:0;padding:0}.checkerboard-item__content li a{color:#2b689b;text-decoration:none}.checkerboard-item__content li a::after{font-family:"Font Awesome 6 Pro";content:"";display:inline;padding-right:.625rem;margin-left:.625rem;color:#2b689b;transition:padding-right 300ms cubic-bezier(0.42,0.08,0.06,0.98),margin-left 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.checkerboard-item__content li a:hover::after,.checkerboard-item__content li a:focus-visible::after{padding-right:.875rem;margin-left:.875rem}.checkerboard-item__content li a.btn{padding-right:1.875rem}.checkerboard-item__content .btn{transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98),background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),border 300ms cubic-bezier(0.42,0.08,0.06,0.98);border-width:.125rem;border-style:solid;display:inline-block;position:relative;line-height:1;text-decoration:none;font-family:"benton",Helvetica,sans-serif;font-weight:600;border-radius:3.125rem;font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--white);background-color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson)}.checkerboard-item__content .btn:hover,.checkerboard-item__content .btn:focus-visible{text-decoration:none;outline:none}.checkerboard-item__content .btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.checkerboard-item__content .btn::before,.checkerboard-item__content .btn::after{color:var(--white)}.checkerboard-item__content .btn:hover{color:var(--Harvard-Crimson);background-color:rgba(0,0,0,0);border-color:var(--Harvard-Crimson)}.checkerboard-item__content .btn:hover::before,.checkerboard-item__content .btn:hover::after{color:var(--Harvard-Crimson)}.checkerboard-item__content .btn:focus-visible:not(:hover){background-color:var(--black);border-color:var(--black)}.contact-section a:not(.icon-list a){position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.contact-section a:not(.icon-list a){text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.contact-section a:not(.icon-list a)::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.contact-section a:not(.icon-list a):hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.contact-section a:not(.icon-list a):focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.contact-section__items{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.contact-section__items{margin-top:3.125rem}}@media print,screen and (min-width:48.0625em){.contact-section__items{margin-top:0}}@media print,screen and (min-width:48.0625em){.contact-section__item{display:flex;-moz-column-gap:3.125rem;column-gap:3.125rem;align-items:center}}.contact-section__item+.contact-section__item{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.contact-section__item+.contact-section__item{margin-top:3.125rem}}@media print,screen and (min-width:48.0625em){.contact-section__item+.contact-section__item{margin-top:1.25rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.contact-section__item+.contact-section__item{margin-top:1.875rem}}.contact-section__item figure{min-width:10.625rem;max-width:10.625rem}@media print,screen and (min-width:48.0625em){.contact-section__item figure{flex-basis:10.625rem}}.contact-section__content{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.contact-section__content{margin-top:1.875rem}}@media print,screen and (min-width:48.0625em){.contact-section__content{margin-top:0}}.contact-section__content h3+ul.icon-list,.contact-section__content h3+ul.list--comma-separate{margin-top:.625rem}.contact-section__content .list--comma-separate{margin:0;padding:0;margin-top:.5rem}.contact-section__content .list--comma-separate li:nth-last-child(n+2)::after{content:";"}.contact-section__content .icon-list{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.contact-section__content .icon-list{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center}}.contact-section__content .icon-list li{padding-left:1.125rem}@media print,screen and (min-width:48.0625em){.contact-section__content .icon-list li{margin-top:0}}.contact-section__content .icon-list__content span,.contact-section__content .icon-list__content a{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.contact-section__content .icon-list__content a{color:var(--dark-teal);text-decoration:none;font-weight:500}.contact-section__content .icon-list__content a:hover{color:var(--charcoal)}.contact-section__content .icon-list__content a:focus-visible{color:var(--dark-teal)}.contact-secton__description-wrapper{margin-top:1rem}.contact-secton__link-wrapper{margin-top:1rem}@media screen and (max-width:40em){.differentiator .swiper-wrapper{flex-direction:column;gap:1.25rem}}.differentiator__item{background-color:#fff;height:auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}.differentiator__item{padding:1.25rem}@media print,screen and (min-width:48.0625em){.differentiator__item{padding:1.875rem}}@media print,screen and (min-width:48.0625em){.differentiator__item{flex:0 0 auto;width:calc(33.3333333333% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}.differentiator__media figcaption{font-family:benton,Helvetica,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4}.differentiator-slider{overflow:hidden;background-color:#add8e6}.differentiator-slider .swiper{overflow:visible}.differentiator-slider .swiper-slide-prev,.differentiator-slider .swiper-slide{visibility:hidden;opacity:0;pointer-events:none}.differentiator-slider .swiper-slide-visible{visibility:visible;opacity:1;pointer-events:unset}.differentiator-slider .slider-navigation{position:absolute;top:11.0625rem;width:100%;justify-content:space-between}.differentiator-slider .differentiator__item{margin:0}@media print,screen and (max-width:48.06125em){.differentiator-slider .slider-navigation{display:none}}@media print,screen and (min-width:48.0625em){.differentiator-slider .swiper-container{margin-right:1.25rem;margin-left:1.25rem}.differentiator-slider .slider-navigation__prev{transition:margin-left 1s ease-in-out;margin-left:-20px}.differentiator-slider .slider-navigation__next{transition:margin-right 1s ease-in-out;margin-right:-20px}}@media screen and (min-width:83.125em){.differentiator-slider .swiper-container{margin-right:0;margin-left:0}.differentiator-slider .slider-navigation__prev{margin-left:-80px}.differentiator-slider .slider-navigation__next{margin-right:-80px}}.this-event-details{background-color:#fff;box-shadow:2px 4px 12px rgba(0,0,0,.15)}.this-event-details{padding:1.25rem}@media print,screen and (min-width:48.0625em){.this-event-details{padding:1.875rem}}.event-detail__title{background-color:var(--color-gray-light)}.event-detail__title .oho-date-block__wrap{margin-top:1.25rem}.oho-date-block__wrap{background-color:#fff;box-shadow:2px 4px 12px rgba(0,0,0,.15);width:-moz-fit-content;width:fit-content}.oho-date-block__wrap div:first-child:not(.oho-date-block),.oho-date-block__wrap div:last-child:not(.oho-date-block){padding:8px;text-align:center;background-color:rgba(247,242,231,.5);letter-spacing:1px}.oho-date-block{padding:24px}.oho-date-block span{display:block;text-align:center}.oho-date-block--weekday{font-weight:700}.oho-date-block--month{letter-spacing:1px}.oho-date-block--day{font-size:2rem;line-height:.9}@media print,screen and (min-width:48.0625em){.oho-date-block--day{font-size:3.75rem}}@media print,screen and (max-width:48.06125em){.oho-date-block__wrap{display:flex;align-items:center;gap:0 4px;flex-wrap:wrap;box-shadow:unset;padding:0}.oho-date-block__wrap div:first-child:not(.oho-date-block),.oho-date-block__wrap div:last-child:not(.oho-date-block){background-color:rgba(0,0,0,0)}.oho-date-block{padding:0}.oho-date-block time{padding:12px;display:flex;align-items:center;flex-direction:row;gap:0 8px;background:rgba(247,242,231,.5)}}.event-detail__details article{background-color:var(--color-gray-light)}.event-detail__details article{padding:1.25rem}.event-detail__details article{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.event-detail__details article{padding:1.875rem}.event-detail__details article{margin-top:1.875rem}}.event-detail__details h2.h4{font-family:benton,Helvetica,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){.event-detail__details h2.h4{font-size:1.875rem;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){.event-detail__details h2.h4{font-size:2rem}}.event-detail__details h3+p{margin-top:0.625rem}.event-detail__details h3:not(:first-child),.event-detail__details .topics-set{margin-top:1.25rem}.event-detail__details h3:not(:first-child) ul,.event-detail__details .topics-set ul{list-style:none;margin:0;padding:0}.event-detail__details h4{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.event-detail__details .grid-x{gap:1.25rem 0}.event-detail__details .grid-x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.event-detail__details .grid-x{margin-top:1.875rem}}.tags-set p{margin-top:0.625rem}.tags-set h3+a{margin-top:0.625rem}.tags-set a{text-decoration:none;display:inline-block;background-color:#f7e7c6;color:#88001e;font-size:.813rem;font-weight:bold;padding:.25rem .625rem;border:1px solid #c8a55f}.tags-set a:hover,.tags-set a:focus{background-color:#e8cd97;color:#88001e}.expandable-section{background:var(--red-gradient);color:#fff}.expandable-section a:not(.btn){position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){.expandable-section a:not(.btn){text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.expandable-section a:not(.btn)::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.expandable-section a:not(.btn):hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.expandable-section a:not(.btn):focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.expandable-section a:not(.btn)::after{color:var(--yellow)}.expandable-section a:not(.btn):hover{color:var(--white);text-decoration-color:var(--coral)}.expandable-section a:not(.btn):hover::after{color:var(--coral)}.expandable-section a:not(.btn):focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.expandable-section a:not(.btn):focus-visible::after{color:var(--Harvard-Cream)}.expandable-section__items{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.expandable-section__items{margin-top:3.125rem}}@media print,screen and (min-width:48.0625em){.expandable-section__items{margin-top:0}}.expandable-section__items p:has(a){margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.expandable-section__items p:has(a){margin-top:1.875rem}}.expandable-section__items a:not(.btn){position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.expandable-section__items a:not(.btn){text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.expandable-section__items a:not(.btn)::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.expandable-section__items a:not(.btn):hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.expandable-section__items a:not(.btn):focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.flexible-cards-section{background:var(--black);color:#fff;position:relative}.flexible-cards-section:last-child{padding-bottom:0}.flexible-cards-section .grid-container{max-width:91.25rem}.flexible-cards-section span[class^=fa]{font-size:4rem}.flexible-cards-section span[class^=fa]::before{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding-top:2px}.flexible-cards-section .section-heading .grid-container{max-width:82.5rem}.flexible-cards-section__items .grid-x{row-gap:1.25rem}@media print,screen and (min-width:40.0625em){.flexible-cards-section__items .grid-x{row-gap:2.5rem}}@media print,screen and (min-width:48.0625em){.flexible-cards-section__items .grid-x{row-gap:3.125rem}}.flexible-cards-section__item{background-color:var(--charcoal);color:var(--white);height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item{padding:1.875rem}}@media screen and (min-width:75.0625em){.flexible-cards-section__item{padding:3.125rem}}@media screen and (min-width:90.0625em){.flexible-cards-section__item{padding:3.75rem}}.flexible-cards-section__item:has(.flexible-cards-section__item__image) .card-title{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item:has(.flexible-cards-section__item__image) .card-title{margin-top:3.75rem}}@media screen and (min-width:75.0625em){.flexible-cards-section__item:has(.flexible-cards-section__item__image) .card-title{margin-top:6.25rem}}@media screen and (min-width:90.0625em){.flexible-cards-section__item:has(.flexible-cards-section__item__image) .card-title{margin-top:6.875rem}}.flexible-cards-section__item:not(:has(.flexible-cards-section__item__image)) .card-title{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item:not(:has(.flexible-cards-section__item__image)) .card-title{margin-top:1.875rem}}.flexible-cards-section__item .stat{text-box-trim:trim-both}.flexible-cards-section__item .flexible-cards-section__item__image{margin:-20px}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item .flexible-cards-section__item__image{margin:-30px}}@media screen and (min-width:75.0625em){.flexible-cards-section__item .flexible-cards-section__item__image{margin:-50px}}@media screen and (min-width:90.0625em){.flexible-cards-section__item .flexible-cards-section__item__image{margin:-60px}}.flexible-cards-section__item .icon-list{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item .icon-list{margin-top:0.9375rem}}.flexible-cards-section__item .icon-list li{padding-left:1.125rem}.flexible-cards-section__item .icon-list__icon{top:-2px}.flexible-cards-section__item .icon-list__icon::before{color:var(--coral);font-size:.875rem}.flexible-cards-section__item a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.flexible-cards-section__item a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.flexible-cards-section__item a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.flexible-cards-section__item a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.flexible-cards-section__item a::after{color:var(--yellow)}.flexible-cards-section__item a:hover{color:var(--white);text-decoration-color:var(--coral)}.flexible-cards-section__item a:hover::after{color:var(--coral)}.flexible-cards-section__item a:focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.flexible-cards-section__item a:focus-visible::after{color:var(--Harvard-Cream)}.flexible-cards-section__item a::after{position:absolute;bottom:.25em}.flexible-cards-section__item__content{display:flex;flex-direction:column;justify-content:space-between}.flexible-cards-section__item__link{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.flexible-cards-section__item__link{margin-top:1.875rem}}.flexible-cards-section__item__link a{line-height:1.8;display:inline-block}.flexible-cards-section__item__link a::after{position:initial;display:inline-block}.hero-general{background-position:top;background-attachment:fixed;background-image:linear-gradient(190deg,#000820 12.89%,#0B1B4B 54.83%,#08143A 85.58%);color:var(--white)}.hero-general{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.hero-general{padding-top:2.5rem}}.hero-general{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.hero-general{padding-bottom:3.125rem}}.hero-general .grid-x{row-gap:2.5rem}.hero-general h1 span{color:var(--coral)}@media screen and (min-width:90em){.hero-general figure{margin-right:-60px;margin-left:-60px}}@media screen and (min-width:100em){.hero-general figure{margin-right:-120px;margin-left:-60px}}.hero-general figcaption{margin-top:1.25rem;font-family:benton,Helvetica,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4}.hero-general__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%}@media print,screen and (min-width:64.0625em){.hero-general__text{max-width:35.3125rem}.hero-general__text h1{max-width:32.75rem}}.hero-general__text .intro-text,.hero-general__text .intro-text p{font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-weight:400;font-size:1.375rem;line-height:1.4;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){.hero-general__text .intro-text,.hero-general__text .intro-text p{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.hero-general__text .intro-text,.hero-general__text .intro-text p{font-size:1.75rem}}.hero-general__text .intro-text a{color:var(--white);text-underline-offset:3px}.hero-general__text .intro-text a:hover,.hero-general__text .intro-text a:focus-visible{text-decoration-color:var(--coral)}.hero-general__text ul.btn-row{padding-left:0}.hero-general__text nav:has(.breadcrumbs){padding:0;margin:0}@media print,screen and (min-width:64.0625em){.cell:only-child .hero-general__text{max-width:64.75rem}.cell:only-child .hero-general__text h1{max-width:64.75rem}}@media print,screen and (min-width:48.0625em){body.node--home .home-page:has(.home-hero-section+.body-section) .home-hero-section::before,body.node--home .home-page:has(.home-hero-section+.what-we-do) .home-hero-section::before,body.node--home .home-page:has(.home-hero-section+.news-hub) .home-hero-section::before,body.node--home .home-page:has(.home-hero-section+.quote-section) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.body-section) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.what-we-do) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.news-hub) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.quote-section) .home-hero-section::before{padding-bottom:400px}body.node--home .home-page:has(.home-hero-section+.body-section) .home-hero-section,body.node--home .home-page:has(.home-hero-section+.what-we-do) .home-hero-section,body.node--home .home-page:has(.home-hero-section+.news-hub) .home-hero-section,body.node--home .home-page:has(.home-hero-section+.quote-section) .home-hero-section,body.node--home-page .home-page:has(.home-hero-section+.body-section) .home-hero-section,body.node--home-page .home-page:has(.home-hero-section+.what-we-do) .home-hero-section,body.node--home-page .home-page:has(.home-hero-section+.news-hub) .home-hero-section,body.node--home-page .home-page:has(.home-hero-section+.quote-section) .home-hero-section{padding-bottom:400px}body.node--home .home-page:has(.home-hero-section+.body-section) .home-hero-section::before,body.node--home .home-page:has(.home-hero-section+.what-we-do) .home-hero-section::before,body.node--home .home-page:has(.home-hero-section+.news-hub) .home-hero-section::before,body.node--home .home-page:has(.home-hero-section+.quote-section) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.body-section) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.what-we-do) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.news-hub) .home-hero-section::before,body.node--home-page .home-page:has(.home-hero-section+.quote-section) .home-hero-section::before{height:calc(80vw + 400px)}body.node--home .home-page:has(.home-hero-section+.body-section) .home-hero-section+.what-we-do,body.node--home .home-page:has(.home-hero-section+.body-section) .home-hero-section+.news-hub,body.node--home .home-page:has(.home-hero-section+.body-section) .home-hero-section+.quote-section,body.node--home .home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.what-we-do,body.node--home .home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.news-hub,body.node--home .home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.quote-section,body.node--home .home-page:has(.home-hero-section+.news-hub) .home-hero-section+.what-we-do,body.node--home .home-page:has(.home-hero-section+.news-hub) .home-hero-section+.news-hub,body.node--home .home-page:has(.home-hero-section+.news-hub) .home-hero-section+.quote-section,body.node--home .home-page:has(.home-hero-section+.quote-section) .home-hero-section+.what-we-do,body.node--home .home-page:has(.home-hero-section+.quote-section) .home-hero-section+.news-hub,body.node--home .home-page:has(.home-hero-section+.quote-section) .home-hero-section+.quote-section,body.node--home-page .home-page:has(.home-hero-section+.body-section) .home-hero-section+.what-we-do,body.node--home-page .home-page:has(.home-hero-section+.body-section) .home-hero-section+.news-hub,body.node--home-page .home-page:has(.home-hero-section+.body-section) .home-hero-section+.quote-section,body.node--home-page .home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.what-we-do,body.node--home-page .home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.news-hub,body.node--home-page .home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.quote-section,body.node--home-page .home-page:has(.home-hero-section+.news-hub) .home-hero-section+.what-we-do,body.node--home-page .home-page:has(.home-hero-section+.news-hub) .home-hero-section+.news-hub,body.node--home-page .home-page:has(.home-hero-section+.news-hub) .home-hero-section+.quote-section,body.node--home-page .home-page:has(.home-hero-section+.quote-section) .home-hero-section+.what-we-do,body.node--home-page .home-page:has(.home-hero-section+.quote-section) .home-hero-section+.news-hub,body.node--home-page .home-page:has(.home-hero-section+.quote-section) .home-hero-section+.quote-section{margin-top:-256px;position:relative;z-index:2;background-image:linear-gradient(to top,rgb(255,255,255) 0,rgb(255,255,255) 75%,rgba(255,255,255,0) 100%)}}@media print,screen and (min-width:64.0625em){body.node--home,body.node--home-page{background-image:linear-gradient(to bottom,black 0,black 177px,transparent 177px,transparent)}}body.node--home .autoplay-video-container,body.node--home-page .autoplay-video-container{display:block}@media print,screen and (max-width:48.06125em){body.node--home .autoplay-video,body.node--home-page .autoplay-video{display:none}}@media print,screen and (max-width:48.06125em){body.node--home .video-play-button,body.node--home-page .video-play-button{display:none}}@media print,screen and (min-width:48.0625em){body.node--home .video-play-button,body.node--home-page .video-play-button{padding:0 20px}}.home-hero-section{position:relative;overflow:hidden;background-color:var(--deep-navy);color:var(--white)}@media print,screen and (min-width:64.0625em){.home-hero-section{margin-top:-138px}}@media print,screen and (min-width:48.0625em){.home-hero-section:last-child{padding-bottom:6.25rem}}.home-hero-section svg{display:none;position:absolute;width:0;height:0}.home-hero-section:has(.hh--set) svg{display:block}.home-hero-section:not(:has(.hh--set)) .hero__content{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.home-hero-section:not(:has(.hh--set)) .hero__content{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.home-hero-section:not(:has(.hh--set)) .hero__content{padding-bottom:6.25rem}}.home-hero-section .hero{background:rgba(0,0,0,0);position:relative;z-index:2}@media print,screen and (min-width:48.0625em){.home-hero-section .hero::before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(187deg,rgba(10,20,52,0) 32.46%,rgba(10,20,52,0.9) 71.21%,#0A1434 78.92%)}}.home-hero-section .hero__media{position:relative;z-index:1;height:75vw;max-height:80vh}.home-hero-section .hero__media .autoplay-video,.home-hero-section .hero__media video,.home-hero-section .hero__media img{position:absolute;top:0;left:0;height:100%;width:100%}.home-hero-section .hero__media video,.home-hero-section .hero__media img{-o-object-fit:cover;object-fit:cover}.home-hero-section .hero__media .autoplay-video{z-index:2}.home-hero-section .hero__media img{z-index:1}.home-hero-section .hero__content{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.home-hero-section .hero__content{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.home-hero-section .hero__content{padding-top:6.25rem}}.home-hero-section .hero__content h1{font-family:benton,Helvetica,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25;letter-spacing:-0.5px;max-width:1020px}@media print,screen and (min-width:48.0625em){.home-hero-section .hero__content h1{font-size:4rem;line-height:1.2;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){.home-hero-section .hero__content h1{font-size:5.625rem;line-height:1.1}}.home-hero-section .hero__content h1 span{color:var(--coral);font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-size:3.4375rem;font-weight:400;font-style:italic;line-height:0.8;letter-spacing:-1px}@media print,screen and (min-width:48.0625em){.home-hero-section .hero__content h1 span{font-size:4.375rem;line-height:0.85;letter-spacing:-0.25px}}@media print,screen and (min-width:64.0625em){.home-hero-section .hero__content h1 span{font-size:6.875rem;line-height:0.9;letter-spacing:-2px}}.home-hero-section .hero__content p{font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-weight:400;font-size:1.375rem;line-height:1.4;letter-spacing:-0.75px;max-width:810px}@media print,screen and (min-width:48.0625em){.home-hero-section .hero__content p{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.home-hero-section .hero__content p{font-size:1.75rem}}.home-hero-section .hero__content--text__inner{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.home-hero-section .hero__content--text__inner .video-play-button{position:relative}.home-hero-section .hh--set{position:relative;z-index:2}.home-hero-section .hh--set .hh__set--primary:only-child{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.home-hero-section .hh--set .hh__set--primary:only-child{padding-bottom:12.5rem}}@media print,screen and (min-width:64.0625em){.home-hero-section .hh--set .hh__set--primary:only-child{padding-bottom:15.625rem}}@media screen and (min-width:75.0625em){.home-hero-section .hh--set .hh__set--primary:only-child{padding-bottom:18.75rem}}.home-hero-section .hh--set .eyebrow{display:flex;gap:10px}.home-hero-section .hh--set .eyebrow span::before{color:var(--Harvard-Crimson)}.home-hero-section .hh--set .eyebrow{margin-bottom:1.25rem}.home-hero-section .hh--set .hh__set--primary{gap:2.5rem 0}.home-hero-section .hh__wysiwyg .section-heading__line{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__wysiwyg .section-heading__line{margin-bottom:1.875rem}}.home-hero-section .hh__wysiwyg .section-heading__line::before{background-color:var(--coral)}.home-hero-section .hh__wysiwyg a{color:var(--white)}.home-hero-section .hh__wysiwyg a:hover,.home-hero-section .hh__wysiwyg a:focus-visible{text-decoration:none;color:var(--Harvard-Crimson)}.home-hero-section .hh__wysiwyg li::marker{color:var(--yellow);font-size:1.25rem;line-height:1}@media screen and (min-width:75.0625em){.home-hero-section .hh--set .grid-x:has(.hh__promo:only-child){padding-bottom:7.5rem}}.home-hero-section .cell:has(+.cell .hh__visitor) .hh__promo{flex-wrap:wrap}@media print,screen and (min-width:48.0625em){.home-hero-section .cell:not(:has(+.cell .hh__visitor)) figure+.hh__promo__content{flex-basis:calc(100% - 420px)}}.home-hero-section .hh__promo{background-color:var(--Harvard-Crimson);padding:2.5rem 1.25rem;display:flex;flex-direction:column;row-gap:1.25rem;max-width:55.625rem}@media print,screen and (max-width:48.06125em){.home-hero-section .hh__promo{margin-right:-20px;margin-left:-20px}}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__promo{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.home-hero-section .hh__promo{padding:3.75rem}}@media screen and (min-width:90.0625em){.home-hero-section .hh__promo{margin-left:-60px}}.home-hero-section .hh__promo .icon-list li{padding-left:1.5625rem}.home-hero-section .hh__promo .icon-list li+li{margin-top:.3125rem}.home-hero-section .hh__promo .icon-list__icon{font-size:.875rem}.home-hero-section .hh__promo .icon-list__icon::before{color:#fff}.home-hero-section .hh__promo .icon-list__content,.home-hero-section .hh__promo .icon-list__content a{color:#fff;font-family:"benton",Helvetica,sans-serif;text-decoration:none;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.home-hero-section .hh__promo .icon-list__content a:hover,.home-hero-section .hh__promo .icon-list__content a:focus-visible{text-decoration:underline}.home-hero-section .hh__promo .wysiwyg *{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.home-hero-section .hh__promo .wysiwyg *{font-size:1rem}}.home-hero-section .hh__promo figure{width:100%}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__promo figure{flex-basis:23.75rem;max-width:23.75rem}}.home-hero-section .hh__visitor{display:flex;flex-direction:column;gap:40px 40px}@media print,screen and (max-width:48.06125em){.home-hero-section .hh__visitor{padding-top:40px;padding-bottom:40px;flex-direction:column-reverse}}.home-hero-section .hh__visitor .hh-visitor__text,.home-hero-section .hh__visitor .hh-visitor__photo{flex:1}.home-hero-section .hh__visitor .wysiwyg *{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.home-hero-section .hh__visitor .wysiwyg *{font-size:1rem}}.home-hero-section .hh__visitor .aspect-ratio-frame{width:100%}.home-hero-section .hh__visitor:not(.crimson) .btn{font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--white);background-color:rgba(0,0,0,0);border-color:var(--yellow)}.home-hero-section .hh__visitor:not(.crimson) .btn::before,.home-hero-section .hh__visitor:not(.crimson) .btn::after{color:var(--white)}.home-hero-section .hh__visitor:not(.crimson) .btn:hover{color:var(--Harvard-Crimson);background-color:var(--white);border-color:var(--white)}.home-hero-section .hh__visitor:not(.crimson) .btn:hover::before,.home-hero-section .hh__visitor:not(.crimson) .btn:hover::after{color:var(--Harvard-Crimson)}.home-hero-section .hh__visitor:not(.crimson) .btn:focus-visible:not(:hover){color:var(--black);background-color:var(--yellow);border-color:var(--yellow)}.home-hero-section .hh__visitor:not(.crimson) .btn:focus-visible:not(:hover)::before,.home-hero-section .hh__visitor:not(.crimson) .btn:focus-visible:not(:hover)::after{color:var(--black)}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__visitor:not(.crimson) .btn{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}.home-hero-section .hh__visitor.crimson{background-color:var(--Harvard-Crimson);padding:2.5rem 1.25rem}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__visitor.crimson{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.home-hero-section .hh__visitor.crimson{padding:3.75rem}}@media screen and (min-width:90.0625em){.home-hero-section .hh__visitor.crimson{margin-left:-60px}}.home-hero-section .hh__visitor.crimson .btn{font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--black);background-color:var(--white);border-color:var(--white)}.home-hero-section .hh__visitor.crimson .btn::before,.home-hero-section .hh__visitor.crimson .btn::after{color:var(--black)}.home-hero-section .hh__visitor.crimson .btn:hover{color:var(--white);background-color:var(--black);border-color:var(--black)}.home-hero-section .hh__visitor.crimson .btn:hover::before,.home-hero-section .hh__visitor.crimson .btn:hover::after{color:var(--white)}.home-hero-section .hh__visitor.crimson .btn:focus-visible:not(:hover){color:var(--white);background-color:rgba(0,0,0,0);border-color:var(--white)}.home-hero-section .hh__visitor.crimson .btn:focus-visible:not(:hover)::before,.home-hero-section .hh__visitor.crimson .btn:focus-visible:not(:hover)::after{color:var(--white)}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__visitor.crimson .btn{font-size:.875rem;padding:.9375rem 1.25rem;padding-top:1.0625rem}}.home-hero-section .hh__visitor.crimson span::before{color:var(--black)}@media print,screen and (min-width:48.0625em){.home-hero-section .cell:first-child .hh__visitor{flex-direction:row-reverse}}.home-hero-section .hh__signin .wysiwyg *{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.home-hero-section .hh__signin .wysiwyg *{font-size:1rem}}@media print,screen and (max-width:48.06125em){.home-hero-section .hh__signin,.home-hero-section .hh__highlight{border-top:5px solid var(--teal);padding-top:40px;padding-bottom:50px}}.home-hero-section .hh__highlight .stat{text-box-trim:trim-both}.home-hero-section .hh__highlight h2>span+span{display:block;font-family:anziano,Times,serif;font-weight:400;font-size:1.75rem;line-height:1.15;letter-spacing:-0.5px}@media print,screen and (min-width:64.0625em){.home-hero-section .hh__highlight h2>span+span{font-size:1.875rem;letter-spacing:-0.75px}}.home-hero-section .hh__highlight h2>span+span{padding-top:0.625rem}.home-hero-section .hh__highlight figure{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__highlight figure{margin-bottom:1.875rem}}.home-hero-section .hh__highlight .icon-list li:not(:has([class*=fa])){padding-left:0}.home-hero-section .hh__highlight .icon-list span:not(.icon-list__content){position:absolute;left:0}.home-hero-section .hh__highlight .icon-list span:not(.icon-list__content)::before{color:var(--coral)}.home-hero-section .hh__highlight .hh__highlight--link a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;color:var(--white);text-decoration-color:var(--yellow)}@media print,screen and (min-width:48.0625em){.home-hero-section .hh__highlight .hh__highlight--link a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.home-hero-section .hh__highlight .hh__highlight--link a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.home-hero-section .hh__highlight .hh__highlight--link a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.home-hero-section .hh__highlight .hh__highlight--link a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.home-hero-section .hh__highlight .hh__highlight--link a::after{color:var(--yellow)}.home-hero-section .hh__highlight .hh__highlight--link a:hover{color:var(--white);text-decoration-color:var(--coral)}.home-hero-section .hh__highlight .hh__highlight--link a:hover::after{color:var(--coral)}.home-hero-section .hh__highlight .hh__highlight--link a:focus-visible{color:var(--Harvard-Cream);text-decoration-color:var(--white)}.home-hero-section .hh__highlight .hh__highlight--link a:focus-visible::after{color:var(--Harvard-Cream)}.home-hero-section .hh__highlight .hh__highlight--link a::after{position:absolute;bottom:.25em}@media print,screen and (min-width:48.0625em){.home-hero-section::before{content:"";position:absolute;z-index:1;bottom:-42vw;left:-10%;width:150%;height:80vw;background-color:var(--white);background-image:linear-gradient(to right,rgb(223,219,208),rgb(255,255,255),rgb(255,255,255));background-size:cover;clip-path:url(#my-clip-path)}}@media print,screen and (min-width:48.0625em){.home-page:has(.home-hero-section+.body-section) .home-hero-section::before,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section::before,.home-page:has(.home-hero-section+.news-hub) .home-hero-section::before,.home-page:has(.home-hero-section+.quote-section) .home-hero-section::before{padding-bottom:400px}.home-page:has(.home-hero-section+.body-section) .home-hero-section,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section,.home-page:has(.home-hero-section+.news-hub) .home-hero-section,.home-page:has(.home-hero-section+.quote-section) .home-hero-section{padding-bottom:400px}.home-page:has(.home-hero-section+.body-section) .home-hero-section::before,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section::before,.home-page:has(.home-hero-section+.news-hub) .home-hero-section::before,.home-page:has(.home-hero-section+.quote-section) .home-hero-section::before{height:calc(80vw + 400px)}.home-page:has(.home-hero-section+.body-section) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.body-section) .home-hero-section+.what-we-do,.home-page:has(.home-hero-section+.body-section) .home-hero-section+.news-hub,.home-page:has(.home-hero-section+.body-section) .home-hero-section+.quote-section,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.what-we-do,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.news-hub,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.quote-section,.home-page:has(.home-hero-section+.news-hub) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.news-hub) .home-hero-section+.what-we-do,.home-page:has(.home-hero-section+.news-hub) .home-hero-section+.news-hub,.home-page:has(.home-hero-section+.news-hub) .home-hero-section+.quote-section,.home-page:has(.home-hero-section+.quote-section) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.quote-section) .home-hero-section+.what-we-do,.home-page:has(.home-hero-section+.quote-section) .home-hero-section+.news-hub,.home-page:has(.home-hero-section+.quote-section) .home-hero-section+.quote-section{margin-top:-256px;position:relative;z-index:2;background-image:linear-gradient(to top,rgb(255,255,255) 0,rgb(255,255,255) 75%,rgba(255,255,255,0) 100%)}.home-page:has(.home-hero-section+.body-section) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.what-we-do) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.news-hub) .home-hero-section+.body-section,.home-page:has(.home-hero-section+.quote-section) .home-hero-section+.body-section{margin-top:-240px}}.hero--landing{position:relative;overflow:hidden;color:var(--white);background-color:var(--deep-navy)}@media print,screen and (min-width:48.0625em){.hero--landing{background-position:top;background-attachment:fixed;background-image:linear-gradient(190deg,#000820 12.89%,#0B1B4B 54.83%,#08143A 85.58%)}}.hero--landing{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.hero--landing{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.hero--landing{padding-bottom:7.5rem}}.hero--landing h1 span{color:var(--coral)}.hero--landing a:not(.btn){color:var(--white);text-underline-offset:3px}.hero--landing a:not(.btn):hover,.hero--landing a:not(.btn):focus-visible{text-decoration-color:var(--coral)}.hero--landing .global-padding--8x{max-width:950px}.hero--landing .global-padding--8x p{font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-weight:400;font-size:1.375rem;line-height:1.4;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){.hero--landing .global-padding--8x p{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.hero--landing .global-padding--8x p{font-size:1.75rem}}.hero--landing figcaption{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}.hero--landing figcaption{padding-top:0.625rem}@media print,screen and (min-width:48.0625em){.hero--landing figcaption{padding-top:0.9375rem}}@media print,screen and (min-width:64.0625em){.hero--landing figcaption{font-size:1rem}}.hero--landing .grid-container,.hero--landing .hero-landing__primary-media,.hero--landing .hero-landing__secondary-media{position:relative;z-index:2}.hero--landing svg{position:absolute;width:0;height:0}.hero-landing__primary-media{max-width:1600px;margin-right:auto;margin-left:auto}.hero-landing__primary-media .aspect-ratio-frame::before{padding-bottom:62.8%}@media print,screen and (min-width:48.0625em){.hero-landing__primary-media .aspect-ratio-frame::before{padding-bottom:50.3%}}@media print,screen and (min-width:48.0625em){.hero-landing__primary-media{padding-left:20px}}@media screen and (min-width:90em){.hero-landing__primary-media{padding-left:105px}}.hero-landing__primary-media figcaption{padding-right:20px;padding-left:20px}@media print,screen and (min-width:48.0625em){.hero-landing__primary-media figcaption{padding-right:20px;padding-left:0}}.hero-landing__secondary-media{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.hero-landing__secondary-media{margin-top:1.875rem}}.hero-landing__secondary-media figure:nth-of-type(1) .aspect-ratio-frame::before{padding-bottom:108.6%}.hero-landing__secondary-media figure:nth-of-type(2) .aspect-ratio-frame::before{padding-bottom:75.75%}@media print,screen and (max-width:48.06125em){.hero-landing__secondary-media figure+figure{margin-top:1.25rem}}@media print,screen and (min-width:48.0625em){.hero-landing__secondary-media{padding-left:80px}}@media screen and (min-width:90em){.hero-landing__secondary-media{padding-left:0}}@media print,screen and (min-width:48.0625em){.hero-landing__secondary-media .grid-container{display:grid;grid-template-columns:58fr 66fr;grid-template-rows:auto;gap:30px 30px;grid-auto-flow:row}}@media print,screen and (min-width:48.0625em){.hero--landing::before{content:"";position:absolute;z-index:1;bottom:-42vw;right:0;width:150%;height:80vw;background:#000412;background-size:cover;clip-path:url(#my-clip-path)}}.hero{position:relative;background:var(--color-gray)}.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}.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%}@media print,screen and (min-width:48.0625em){.hero:not(.hero--no-img) .hero__content{position:absolute;right:0;left:0;z-index:2;bottom:0}}@media print,screen and (min-width:40.0625em){.image-grid .glide__slides{display:flex;flex-flow:row wrap;margin-left:-1.25rem;margin-right:-1.25rem}}@media print,screen and (min-width:40.0625em)and (min-width:48.0625em){.image-grid .glide__slides{margin-left:-1.5625rem;margin-right:-1.5625rem}}@media print,screen and (min-width:40.0625em){.image-grid .glide__arrows{display:none}}.image-grid .swiper-wrapper{padding-left:0;box-sizing:border-box}.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:"";transition:background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(43,104,155,0)}.image-grid-item__link:hover::before,.image-grid-item__link:focus::before{background-color:rgba(43,104,155,.333)}.image-grid-item__expand{position:absolute;top:0;right:0;display:block;padding:.5em;background-color:#fff;font-size:1.25rem}.image-grid-item .play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;transform:translate(-50%,-50%)}.image-grid-item__toggle{display:none}@media print,screen and (min-width:40.0625em){.image-grid-item{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__toggle{display:inline-block;position:absolute;top:0;right:0;padding:.5rem 9px;text-align:center;color:#2b689b;background-color:#fff;font-size:1.25rem}.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:"";font-weight:300}}.info-card-section{overflow:hidden}.info-card-section .card{border:1px solid #c4c4c4}.info-card-section .card{padding:1.25rem}@media print,screen and (min-width:48.0625em){.info-card-section .card{padding:1.875rem}}@media print,screen and (min-width:48.0625em){.info-card-section .card{height:100%}.info-card-section .card{padding-top:1.875rem}.info-card-section .card{padding-bottom:1.875rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.info-card-section .card{padding-top:2.5rem}.info-card-section .card{padding-bottom:2.5rem}}.info-card-section .swiper-container{max-width:100%;margin-left:auto;margin-right:auto;padding-right:0.9375rem;padding-left:0.9375rem}.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{justify-content:center;gap:1rem}.info-card-section .slider-navigation{margin-top:0.625rem}}@media print,screen and (min-width:48.0625em){.info-card-section .swiper-container{max-width:1270px;margin-left:auto;margin-right:auto;padding-right:3.125rem;padding-left:3.125rem}.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%;justify-content:space-between}}.initiative-section ul.grid-container{margin-bottom:0}.initiative-section ul.grid-container{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.initiative-section ul.grid-container{margin-top:3.125rem}}.initiative-section li.grid-x{row-gap:1.875rem}.initiative-section li.grid-x+li.grid-x{position:relative}.initiative-section li.grid-x+li.grid-x::before{content:"";display:block;margin-right:20px;margin-left:20px;width:calc(100% - 40px);border-top:1px solid var(--gray-line)}.initiative-section li.grid-x+li.grid-x::before{padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.initiative-section li.grid-x+li.grid-x::before{padding-bottom:2.5rem}}.initiative-section li.grid-x:not(:last-child){padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.initiative-section li.grid-x:not(:last-child){padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.initiative-section li.grid-x:not(:last-child){padding-bottom:3.75rem}}.initiative-section h3.h5{color:#000}.initiative-section h3.h5 a{color:#000;position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.initiative-section h3.h5 a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.initiative-section h3.h5 a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.initiative-section h3.h5 a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.initiative-section h3.h5 a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.initiative-section .aspect-ratio-frame{max-width:320px}.initiative-page--full .initiative-page__background{background-image:linear-gradient(190deg,#000820 12.89%,#0B1B4B 54.83%,#08143A 85.58%);color:var(--white)}.initiative-page--full .initiative-page__background:not(:has(.child-page-menu)){padding-bottom:0.625rem}.initiative-page--full .initiative-page__hero{align-items:center}.initiative-page--full .initiative-page__hero{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__hero{padding-top:2.5rem}}@media(min-width:1480px){.initiative-page--full .initiative-page__hero-text{width:calc(50% - 2.5rem)}.initiative-page--full .initiative-page__hero-media{margin-right:calc(calc(3.125rem / 2)*-3)}}.initiative-page--full .initiative-page__logo{position:relative;width:12.5rem;height:7.8125rem;padding:.625rem;background:var(--white)}.initiative-page--full .initiative-page__logo{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__logo{margin-bottom:3.125rem}}.initiative-page--full .initiative-page__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.initiative-page--full .initiative-page__title{margin:0}.initiative-page--full .initiative-page__title span{color:var(--coral)}.initiative-page--full .initiative-page__description{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__description{margin-top:0.9375rem}}.initiative-page--full .initiative-page__description p{margin:0;font-family:anziano,Times,serif;font-variant-numeric:lining-nums;font-weight:400;font-size:1.375rem;line-height:1.4;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__description p{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.initiative-page--full .initiative-page__description p{font-size:1.75rem}}.initiative-page--full .initiative-page__description a{color:var(--white)}.initiative-page--full .initiative-page__description a:hover{text-decoration-color:var(--coral)}@media print,screen and (max-width:64.06125em){.initiative-page--full .initiative-page__hero-media{margin-top:2.5rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.initiative-page--full .initiative-page__hero-media{margin-top:3.125rem}}.initiative-page--full .initiative-page__video{display:block}.initiative-page--full .initiative-page__caption{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.initiative-page--full .initiative-page__caption{margin-top:1.25rem}.initiative-page--full .initiative-page__about{background:var(--white);color:var(--black)}.initiative-page--full .initiative-page__about{padding-top:2.5rem}.initiative-page--full .initiative-page__about{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__about{padding-top:3.125rem}.initiative-page--full .initiative-page__about{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.initiative-page--full .initiative-page__about{padding-top:3.75rem}.initiative-page--full .initiative-page__about{padding-bottom:3.75rem}}@media print,screen and (max-width:40.06125em){.initiative-page--full .initiative-page__about{width:100vw;margin-left:-1.25rem;padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width:40.0625em){.initiative-page--full .initiative-page__about{border:3px solid var(--teal)}.initiative-page--full .initiative-page__about{padding-right:2.5rem}.initiative-page--full .initiative-page__about{padding-left:2.5rem}}@media print,screen and (min-width:40.0625em)and (min-width:48.0625em){.initiative-page--full .initiative-page__about{padding-right:3.125rem}.initiative-page--full .initiative-page__about{padding-left:3.125rem}}@media print,screen and (min-width:40.0625em)and (min-width:64.0625em){.initiative-page--full .initiative-page__about{padding-right:3.75rem}.initiative-page--full .initiative-page__about{padding-left:3.75rem}}.initiative-page--full .initiative-page__about-title{margin:0}.initiative-page--full .initiative-page__about-title{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__about-title{margin-bottom:1.875rem}}.initiative-page--full .initiative-page__about-description p{margin-top:2.5rem}.initiative-page--full .initiative-page__about-description p{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .initiative-page__about-description p{margin-top:3.125rem}.initiative-page--full .initiative-page__about-description p{margin-bottom:3.125rem}}.initiative-page--full .initiative-page__about-description p:first-child{margin-top:0}.initiative-page--full .initiative-page__about-deadline-label{margin-bottom:0.625rem}.initiative-page--full .initiative-page__about-deadline p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.initiative-page--full .initiative-page__about-deadline p{font-size:1rem}}.initiative-page--full .initiative-page__about-deadline p:first-child{margin-top:0}.initiative-page--full .initiative-page__about-deadline p:last-child{margin-bottom:0}.initiative-page--full .initiative-page__about-eyebrow{color:var(--Harvard-Crimson)}@media print,screen and (max-width:40.06125em){.initiative-page--full .initiative-page__about-eyebrow{margin-top:1.875rem}}@media print,screen and (max-width:40.06125em)and (min-width:48.0625em){.initiative-page--full .initiative-page__about-eyebrow{margin-top:2.5rem}}.initiative-page--full .breadcrumbs{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.initiative-page--full .breadcrumbs{margin-top:3.125rem}}.initiative-page--full .child-page-menu{background:rgba(0,0,0,0)}.service-item{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.service-item{margin-top:1.875rem}}.service-item+.service-item{border-top:1px solid var(--teal)}.service-item+.service-item{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.service-item+.service-item{padding-top:1.875rem}}.service-item__title{margin:0}.service-item__title{margin-bottom:0.625rem}.service-item__text{margin:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.service-item__text{font-size:1rem}}.jump-nav-component{background-color:var(--color-gray-light)}.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:flex;width:100%;flex-direction:row;align-items:center;padding-left:1.25rem;position:relative;min-height:60px}.jump-nav-component__heading{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:flex !important;flex-flow:wrap;row-gap:.8rem;overflow:hidden;padding-bottom:1px}.jump-nav-component .accordion--open button{background-color:#008af3;color:#fff}.jump-nav-component .accordion--open a{color:#fff}.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{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.875rem}.jump-nav-component{padding-bottom:1.875rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.jump-nav-component{padding-top:2.5rem}.jump-nav-component{padding-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.jump-nav-component .jump-nav-component__container{max-width:1160px;margin-left:auto;margin-right:auto;padding-right:1.25rem;padding-left:1.25rem}.jump-nav-component .accordion{flex:85%}.jump-nav-component .jump-nav__item:not(:last-child){margin-left:-0.8rem;padding-left:.8rem}.jump-nav-component .jump-nav__item:not(:last-child):after{content:"|";margin-right:.8rem;margin-left:.8rem}.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 #fff;padding:4px}}@media print,screen and (min-width:48.0625em){.jump-nav__link--active a{background-color:#008af3;color:#fff}}.current-section{padding:.9375rem 1.875rem;width:100%;display:block;font-weight:700}@media print,screen and (min-width:48.0625em){.current-section{display:none}}.listing-table__container{max-width:1240px;margin-left:auto;margin-right:auto;padding-right:0;padding-left:0}.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:rgba(0,0,0,0);border:none}.listing-table td{border:1px solid var(--color-gray)}.listing-table__item{border:1px solid var(--color-gray-light);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}}.news-hub .global-spacing--5x .cell:only-child .news-hub__set{display:flex;flex-direction:column;gap:1.25rem 3.125rem}@media screen and (min-width:57.5em){.news-hub .global-spacing--5x .cell:only-child .news-hub__set{flex-direction:row}.news-hub .global-spacing--5x .cell:only-child .news-hub__set>article{flex:1}}.news-hub .news-hub__item{background-color:var(--cream-background);padding:1.875rem;height:100%}@media print,screen and (min-width:64.0625em){.news-hub .global-spacing--5x .cell:nth-child(2){width:calc(33.3333333333% - 3.125rem)}}.news-hub .global-spacing--5x .cell:nth-child(2) .news-hub__set{display:flex;flex-direction:column;gap:1.25rem 3.125rem}@media(920px <= width <= 1024px){.news-hub .global-spacing--5x .cell:nth-child(2) .news-hub__set{flex-direction:row}.news-hub .global-spacing--5x .cell:nth-child(2) .news-hub__set>article{flex:1}}.news-hub .global-spacing--5x:has(.cell+.cell) .grid-x{row-gap:3.125rem}.news-hub .aspect-ratio-frame{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.news-hub .aspect-ratio-frame{margin-bottom:3.125rem}}.news-hub h3 a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.news-hub h3 a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.news-hub h3 a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.news-hub h3 a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news-hub h3 a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news-hub .news-hub-item--type{font-size:.9375rem;font-weight:bold}.news-hub .news-hub-item--type+span{display:inline-block;margin-left:16px;border-left:1px solid var(--gray-line);padding-left:16px;font-size:.9375rem}.news-hub .news-hub-item--feature .global-spacing--1x+p{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.news-hub .news-hub-item--feature .global-spacing--1x+p{margin-top:0.9375rem}}.news-hub .news-hub-item--feature h3{font-family:"anziano",Times,serif;font-variant-numeric:lining-nums;font-size:2.0625rem;letter-spacing:-1.5px;line-height:1.2}@media print,screen and (min-width:48.0625em){.news-hub .news-hub-item--feature h3{font-size:2.625rem}}.news-hub .news-hub-item--feature h3 a{color:var(--charcoal);position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.news-hub .news-hub-item--feature h3 a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.news-hub .news-hub-item--feature h3 a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.news-hub .news-hub-item--feature h3 a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news-hub .news-hub-item--feature h3 a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news-hub .news-hub-item--feature h3 a{text-underline-offset:.25rem}.news-hub .news-hub-item--feature h3 a::after{position:absolute;color:var(--Harvard-Crimson);font-size:18px;margin-left:7px;bottom:.66em}.news-hub .news-hub-item--feature p,.news-hub .news-hub-item--feature time{color:var(--charcoal)}.news-hub .news-hub-item--feature p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.news-hub .news-hub-item--feature p{font-size:1rem}}.news-hub .news-hub__item h3{color:var(--black);font-family:benton,Helvetica,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3}@media print,screen and (min-width:48.0625em){.news-hub .news-hub__item h3{font-size:1.25rem;letter-spacing:-0.5px}}.news-hub .news-hub__item h3 a{color:var(--black);position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.news-hub .news-hub__item h3 a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.news-hub .news-hub__item h3 a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.news-hub .news-hub__item h3 a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news-hub .news-hub__item h3 a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news-hub .news-hub__item h3 a{text-decoration-color:var(--Harvard-Gold)}.news-hub .news-hub__item h3 a::after{position:absolute;bottom:.25em;color:var(--Harvard-Crimson)}.news-hub .news-hub__item .global-spacing--1x+p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.news-hub .news-hub__item .global-spacing--1x+p{margin-top:0.625rem}.news-hub .news-hub__item__time-wrapper{display:flex;-moz-column-gap:.3125rem;column-gap:.3125rem}.news-hub .news-hub__item__time-wrapper .fa-solid{color:var(--Harvard-Crimson)}.news-hub .news-hub__item__time{display:flex;flex-wrap:wrap;-moz-column-gap:.25rem;column-gap:.25rem}.news-hub time{font-size:14px;display:block;position:relative;line-height:1.4;font-weight:500}.news-hub time .fa-solid{color:var(--Harvard-Crimson);position:absolute;top:-2px;left:0}.news__header{display:flex;flex-wrap:wrap;flex-direction:column-reverse}.news__content .tags{list-style:none;margin:0;padding:0}@media print,screen and (min-width:40.0625em){.news--full .news__hero--image{padding-bottom:7.5rem}}@media print,screen and (min-width:48.0625em){.news--full .news__hero--image{padding-bottom:10rem}}@media print,screen and (min-width:64.0625em){.news--full .news__hero--image{padding-bottom:12.5rem}}.news--full .news__meta dt,.news--full .news__meta dd{display:inline-block;margin:0;line-height:1.3}.news--full .news__meta dt{margin-right:.6875rem;padding-right:.9375rem;border-right:1px solid var(--white);font-weight:600}.news--full .news__meta-group:not(:first-child){margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.news--full .news__meta-group:not(:first-child){margin-top:0.9375rem}}.news--full .news__image{margin-right:auto;margin-left:auto}@media print,screen and (min-width:40.0625em){.news--full .news__image{margin:-5rem calc(2.5rem/2) 0}}@media print,screen and (min-width:48.0625em){.news--full .news__image{margin:-6.875rem calc(3.125rem/2) 0}}@media print,screen and (min-width:64.0625em){.news--full .news__image{margin-top:-8.75rem}}@media screen and (min-width:90.0625em){.news--full .news__image{max-width:87.5rem;margin-right:auto;margin-left:auto}}.news--full .news__content,.news--full .news__info{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.news--full .news__content,.news--full .news__info{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.news--full .news__content,.news--full .news__info{margin-top:5rem}}.news--full .news__content{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.news--full .news__content{margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.news--full .news__content{margin-bottom:7.5rem}}.news--full .news__info-title{margin:0}.news--full .news__info-title{margin-bottom:1.25rem}.news--full .news__info-container{background:var(--gray-background)}.news--full .news__info-container{padding:1.25rem}@media print,screen and (min-width:48.0625em){.news--full .news__info-container{padding:1.875rem}}.news--full .news__info-subtitle{margin:0 0 .3125rem}@media print,screen and (max-width:64.06125em){.news--full .news__info-subtitle--media{margin-top:1.25rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.news--full .news__info-subtitle--media{margin-top:1.875rem}}.news--full .news__info-contact{margin-top:0.625rem}.news--full .news__info-contact p{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6;margin:0}@media print,screen and (min-width:64.0625em){.news--full .news__info-contact p{font-size:1rem}}.news--full .news__info-contact a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;font-weight:500}@media print,screen and (min-width:48.0625em){.news--full .news__info-contact a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.news--full .news__info-contact a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.news--full .news__info-contact a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.news--full .news__info-contact a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}@media print,screen and (max-width:64.06125em){.news--full .callout-block{margin-top:1.875rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.news--full .callout-block{margin-top:2.5rem}}.news--full .tags+.news__info-subtitle{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.news--full .tags+.news__info-subtitle{margin-top:1.875rem}}.news--related{background-color:var(--cream-background)}@media print,screen and (max-width:64.06125em){.news--related+.news--related{margin-top:1.875rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.news--related+.news--related{margin-top:2.5rem}}.news--related .news__title{margin:0}.news--related .news__title{margin-bottom:0.625rem}.news--related .news__content{padding:1.25rem}@media print,screen and (min-width:48.0625em){.news--related .news__content{padding:1.875rem}}.news--related .news__summary{margin:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}@media print,screen and (min-width:64.0625em){.news--related .news__summary{font-size:1rem}}.news--related .harvard-link{text-decoration-color:var(--Harvard-Gold)}.news--listing{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.news--listing{margin-top:1.875rem}}.news--listing+.news--listing{border-top:1px solid var(--line)}.news--listing+.news--listing{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.news--listing+.news--listing{padding-top:1.875rem}}.news--listing .news__content{align-self:center}.news--listing .news__title{margin:0}.news--listing .news__title{margin-top:1.25rem}.news--listing .news__title{margin-bottom:0.625rem}.news--listing .news__date{font-size:.9375rem;line-height:1}.news--listing .news__summary{margin:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}.news--listing .news__summary{margin-top:1.25rem}@media print,screen and (min-width:64.0625em){.news--listing .news__summary{font-size:1rem}}.news--listing .news__image{max-width:25rem}@media print,screen and (max-width:64.06125em){.news--listing .news__image{margin-bottom:1.25rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.news--listing .news__image{margin-bottom:1.875rem}}.news--listing .news__image img{box-shadow:.625rem .625rem 0 0 var(--Harvard-Cream)}.related-news{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.related-news{margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.related-news{margin-bottom:7.5rem}}.related-news__title{margin:0}.related-news__title{margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.related-news__title{margin-bottom:1.875rem}}.related-news__link{margin-top:1.25rem}.profiles{overflow:hidden}.profile__content h3{font-family:benton,Helvetica,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-0.75px}@media print,screen and (min-width:48.0625em){.profile__content h3{font-size:1.875rem;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){.profile__content h3{font-size:2rem}}.profile__content a{color:#2b689b;text-decoration:none}.profile__content a::after{font-family:"Font Awesome 6 Pro";content:"";display:inline;padding-right:.625rem;margin-left:.625rem;color:#2b689b;transition:padding-right 300ms cubic-bezier(0.42,0.08,0.06,0.98),margin-left 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.profile__content a:hover::after,.profile__content a:focus-visible::after{padding-right:.875rem;margin-left:.875rem}.profile__content a.btn{padding-right:1.875rem}.program-header__container,.program-listing-item__grid{display:flex;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem;display:block}@media print,screen and (min-width:48.0625em){.program-header__container,.program-listing-item__grid{margin-right:-1.5625rem;margin-left:-1.5625rem}}@media print,screen and (min-width:48.0625em){.program-header__container,.program-listing-item__grid{display:flex}}@media print,screen and (min-width:48.0625em){.program-header__column--program,.program-listing-item__column--program{flex:0 0 auto;width:calc(20% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}@media print,screen and (min-width:48.0625em){.program-header__column--level,.program-listing-item__column--level{flex:0 0 auto;width:calc(20% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}@media print,screen and (min-width:48.0625em){.program-header__column--degree,.program-listing-item__column--degree{flex:0 0 auto;width:calc(20% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}@media print,screen and (min-width:48.0625em){.program-header__column--type,.program-listing-item__column--type{flex:0 0 auto;width:calc(20% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}@media print,screen and (min-width:48.0625em){.program-header__column--location,.program-listing-item__column--location{flex:0 0 auto;width:calc(20% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}@media print,screen and (min-width:48.0625em){.program-header__column--compare,.program-listing-item__column--compare{flex:0 0 auto;width:calc(20% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem}}.program-header{display:none}@media print,screen and (min-width:48.0625em){.program-header{display:block}}@media print,screen and (min-width:48.0625em){.program-header__container{padding-left:6.25rem}}.program-listing-item{padding-top:1.25rem}.program-listing-item{padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:1.875rem}.program-listing-item{padding-bottom:1.875rem}}.program-listing-item__column p{margin-top:10px;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){.program-listing-item__column p{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.program-listing-item__column p{margin-top:0}}.program-listing-item__column a{display:block;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:1.8}@media print,screen and (min-width:64.0625em){.program-listing-item__column a{font-size:1.125rem}}.program-listing-item__column a{color:#2b689b;text-decoration:none}.program-listing-item__column a::after{font-family:"Font Awesome 6 Pro";content:"";display:inline;padding-right:.625rem;margin-left:.625rem;color:#2b689b;transition:padding-right 300ms cubic-bezier(0.42,0.08,0.06,0.98),margin-left 300ms cubic-bezier(0.42,0.08,0.06,0.98)}.program-listing-item__column a:hover::after,.program-listing-item__column a:focus-visible::after{padding-right:.875rem;margin-left:.875rem}.program-listing-item__column a.btn{padding-right:1.875rem}@media print,screen and (min-width:48.0625em){.program-listing-item__secondary-heading{display:none}}.promo-section{background-color:var(--Harvard-Crimson);color:var(--white)}.promo+.promo{border-top:1px solid var(--line-30)}.promo+.promo{margin-top:1.875rem}.promo+.promo{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.promo+.promo{margin-top:2.5rem}.promo+.promo{padding-top:2.5rem}}@media print,screen and (max-width:64.06125em){.promo__image{max-width:24.375rem}.promo__image{margin-bottom:1.875rem}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.promo__image{margin-bottom:2.5rem}}.promo__eyebrow{color:var(--Harvard-Cream)}.promo__title{margin:0}.promo__title:not(:first-child){margin-top:1.25rem}.promo__description{margin:0}.promo__description{margin-top:0.625rem}.promo__meta{margin-top:0.625rem}.promo .icon-list__icon::before{color:var(--white)}.promo__links{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.promo__links{margin-top:1.875rem}}.quote-section .grid-x{row-gap:3.125rem}@media print,screen and (max-width:48.06125em){.quote-section .grid-x{flex-direction:column-reverse}}.quote-section .flexible-cards-section__item{background-color:var(--cream-background);color:var(--black)}@media screen and (min-width:90.0625em){.quote-section .flexible-cards-section__item{margin-left:-60px}}.quote-section .flexible-cards-section__item span[class^=fa]{font-size:4rem}.quote-section .flexible-cards-section__item span[class^=fa]::before{color:var(--Harvard-Gold)}.quote-section .flexible-cards-section__item .stat{color:var(--Harvard-Gold);-webkit-text-fill-color:initial}.quote-section .flexible-cards-section__item a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem;text-decoration-color:var(--Harvard-Gold)}@media print,screen and (min-width:48.0625em){.quote-section .flexible-cards-section__item a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.quote-section .flexible-cards-section__item a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.quote-section .flexible-cards-section__item a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.quote-section .flexible-cards-section__item a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.quote-section .quote-section__content figure{flex-basis:4.375rem}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__content figure{flex-basis:6.25rem}}@media print,screen and (max-width:48.06125em){.quote-section .quote-section__attribution .tiny-text{margin-top:.3125rem}}.quote-section .quote-section__attribution-wrapper{display:flex;gap:1.25rem;align-items:flex-start}.quote-section .quote-section__attribution-wrapper{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__attribution-wrapper{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__attribution-wrapper{align-items:center;gap:2.0625rem}}.quote-section .quote-section__attribution-wrapper img{border-radius:100px;width:4.375rem;height:auto}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__attribution-wrapper img{width:6.25rem}}.quote-section .quote-section__attribution__link{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__attribution__link{margin-top:0.9375rem}}.quote-section .quote-section__attribution__link a{position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__attribution__link a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.quote-section .quote-section__attribution__link a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.quote-section .quote-section__attribution__link a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.quote-section .quote-section__attribution__link a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.quote-section .quote-section__attribution__link a{font-size:.875rem;line-height:1.4}@media print,screen and (min-width:48.0625em){.quote-section .quote-section__attribution__link a{font-size:1rem}}.related{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.related{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.related{margin-top:3.75rem}}.resource-section__items{row-gap:1.25rem}@media print,screen and (min-width:64.0625em){.resource-section__items{row-gap:3.125rem}}.resource__acronym,.resource__title{margin:0}.resource__acronym,.resource__title{margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.resource__acronym,.resource__title{margin-bottom:0.9375rem}}.resource__acronym{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.resource__title a{display:block;position:relative;color:var(--black);font-weight:600;text-decoration:underline;text-decoration-style:solid;text-decoration-color:var(--yellow);text-decoration-thickness:.0625rem;text-underline-offset:.15625rem}@media print,screen and (min-width:48.0625em){.resource__title a{text-decoration-thickness:.09375rem;text-underline-offset:.25rem}}.resource__title a::after{color:var(--Harvard-Crimson);position:absolute;bottom:.1em}.resource__title a:hover{color:var(--Harvard-Crimson);text-decoration-color:rgba(0,0,0,0);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.resource__title a:focus-visible{color:var(--dark-teal);text-decoration-color:var(--gray);transition:300ms cubic-bezier(0.42,0.08,0.06,0.98)}.resource__hosts{margin-top:1.25rem}.resource__host-title{margin:0;font-weight:600 !important;letter-spacing:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4}.resource__host{display:flex;flex-direction:row;gap:.625rem}.resource__host+.resource__host{border-top:1px solid var(--line)}.resource__host-image img{max-width:3.125rem}.resource__host-name{margin:0;font-size:.875rem;line-height:1.4}.resource--component{background:#fff}.resource--component{padding:2.5rem}@media print,screen and (min-width:48.0625em){.resource--component{padding:3.125rem}}.resource--component .resource__description p{margin:0;font-family:"anziano",Times,serif;font-size:1.125rem;line-height:1.25;letter-spacing:-0.5px}.resource--component .resource__host{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.resource--component .resource__host{margin-top:0.9375rem}}.resource--component .resource__host+.resource__host{padding-top:0.625rem}@media print,screen and (min-width:48.0625em){.resource--component .resource__host+.resource__host{padding-top:0.9375rem}}.resource--listing{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.resource--listing{padding-top:1.875rem}}.resource--listing+.resource--listing{border-top:1px solid var(--line)}.resource--listing+.resource--listing{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.resource--listing+.resource--listing{margin-top:1.875rem}}.resource--listing .resource__eyebrow{color:var(--charcoal)}.resource--listing .resource__eyebrow{margin-bottom:0.625rem}.resource--listing .resource__title a{display:block}.resource--listing .resource__title a::after{content:"";margin-left:.375rem;font-family:"Font Awesome 6 Pro";font-size:.6875em;font-weight:400}.resource--listing .resource__title a.external::after{content:""}.resource--listing .resource__description p{margin:0;font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.9375rem;line-height:1.6}.resource--listing .resource__description p{margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.resource--listing .resource__description p{margin-bottom:0.9375rem}}@media print,screen and (min-width:64.0625em){.resource--listing .resource__description p{font-size:1rem}}.resource--listing .resource__subtitle{font-family:benton,Helvetica,sans-serif;font-weight:400;font-size:0.875rem;line-height:1.4;margin:0;font-weight:600;letter-spacing:0;color:var(--charcoal)}.resource--listing .resource__subtitle{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.resource--listing .resource__subtitle{margin-top:0.625rem}}.resource--listing .resource__host{margin-top:0.625rem}.resource--listing .resource__host+.resource__host{padding-top:0.625rem}.scoll-multiple-sticky .sticky-element{position:sticky;top:0;z-index:5}.scoll-multiple-sticky .sticky-element.site-header--scroll-up{top:9.375rem}.back-to-top.site-header--beyond-threshold a{position:fixed;bottom:2rem;right:2rem;z-index:5;padding:20px;background-color:#add8e6}.back-to-top.site-header--beyond-threshold a::after{content:"";font-family:"Font Awesome 6 Pro";font-size:1.5rem}.tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:.3125rem;margin:.3125rem 0 0;padding:0}.testimonial blockquote::before{content:""}.testimonial blockquote p:before{content:"“"}.testimonial blockquote p:after{content:"”"}.testimonial__wrapper{display:flex;flex-direction:column}@media print,screen and (min-width:48.0625em){.testimonial__wrapper{flex-direction:row}}.testimonial__media{flex:1}.testimonial__content{flex:1;display:flex;flex-direction:column;justify-content:center}.what-we-do{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.what-we-do{margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.what-we-do{margin-bottom:7.5rem}}@media print,screen and (max-width:48.06125em){.what-we-do{margin-top:50px}}.what-we-do-list{counter-reset:li;padding-left:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:30px 0px;grid-auto-flow:row}@media screen and (min-width:40em){.what-we-do-list{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:50px 50px;grid-auto-flow:row}}@media screen and (min-width:64em){.what-we-do-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;gap:50px 50px;grid-auto-flow:row}}.what-we-do-list li{counter-increment:li}.what-we-do-list li::before{display:inline-block;content:counter(li,decimal-leading-zero);color:var(--Harvard-Gold);font-family:"benton",Helvetica,sans-serif;font-weight:600;font-size:2rem}@media screen and (min-width:40em){.what-we-do-list li::before{background-image:linear-gradient(to top,#fff 0,#fff 20px,transparent -11px,transparent 100%);padding-right:10px}}@media print,screen and (min-width:48.0625em){.what-we-do-list li::before{background:none;padding-right:0;font-size:3.4375rem}}@media screen and (max-width:39.9375em){.what-we-do-list li{display:flex;gap:0 1.5rem}.what-we-do-list li::before{padding-top:4px}}@media screen and (min-width:40em){.what-we-do-list li>div{margin-top:-9px}}@media print,screen and (min-width:48.0625em){.what-we-do-list li>div{margin-top:-18px;position:relative}}@media print,screen and (min-width:48.0625em){.what-we-do-list li>div::after{content:"";display:block;border-top:1px solid var(--line);position:absolute;top:0;right:0;width:73%}}@media print,screen and (min-width:48.0625em){.what-we-do-list li>div::after{width:76%}}@media screen and (min-width:56.25em){.what-we-do-list li>div::after{width:80%}}@media print,screen and (min-width:64.0625em){.what-we-do-list li>div::after{width:73%}}@media screen and (min-width:75.0625em){.what-we-do-list li>div::after{width:78%}}@media screen and (max-width:39.9375em){.what-we-do-list li .global-spacing{margin-top:0}}@media screen and (min-width:40em){.what-we-do-list li .global-spacing{padding-top:15px;border-top:1px solid var(--line)}.what-we-do-list li .global-spacing p{padding-top:8px}}@media print,screen and (min-width:48.0625em){.what-we-do-list li .global-spacing{border:none}}.site-footer-landing{background-color:var(--color-gray-light)}.site-footer-landing{padding-top:2.5rem}.site-footer-landing{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.site-footer-landing{padding-top:3.125rem}.site-footer-landing{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.site-footer-landing{padding-top:3.75rem}.site-footer-landing{padding-bottom:3.75rem}}.site-footer-landing__logo img{width:100%;max-width:200px}.site-footer-landing p{margin-bottom:0;font-family:"benton",Helvetica,sans-serif}.site-footer-landing__phone-wrapper{display:flex;flex-direction:column;gap:.5rem}.site-footer-landing__icon-info{width:30px;display:flex;padding-top:7px}.site-footer-landing__copyright:before{content:"";display:block;width:100%;height:1px;background-color:var(--color-gray-light)}@media print,screen and (min-width:48.0625em){.site-footer-landing__copyright{margin-top:2rem}}.hero__content--title-wrapper{flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}.hero__content--title-wrapper p{font-family:benton,Helvetica,sans-serif;font-weight:300;font-size:1.25rem;line-height:1.6}@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:1.75rem}}@media print,screen and (min-width:48.0625em){.hero__content--title-wrapper{flex:0 0 auto;width:calc(66.6666666667% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem;max-width:700px}}.hero__content--wrapper{max-width:1200px;margin-left:auto;margin-right:auto;padding-right:0;padding-left:0;display:flex;flex-direction:column;row-gap:44px;z-index:99;position:relative}@media print,screen and (min-width:48.0625em){.hero__content--wrapper{flex-flow:wrap;justify-content:space-between;flex-direction:row}}.hero__content--callout{width:100%}.hero__content--callout h2{font-size:1.5rem}@media print,screen and (min-width:48.0625em){.hero__content--callout{flex:0 0 auto;width:calc(33.3333333333% - 3.125rem);margin-left:1.5625rem;margin-right:1.5625rem;height:0}}.hero__content--callout-form{position:relative;background-color:#fff;padding:1.875rem .625rem;z-index:99;border:1px solid var(--color-gray)}.hero__content--callout-form form{width:100%;padding-top:10px}.hero__content--callout-form form .form-submit{transition:color 300ms cubic-bezier(0.42,0.08,0.06,0.98),background-color 300ms cubic-bezier(0.42,0.08,0.06,0.98),border 300ms cubic-bezier(0.42,0.08,0.06,0.98);border-width:.125rem;border-style:solid;display:inline-block;position:relative;line-height:1;text-decoration:none;font-family:"benton",Helvetica,sans-serif;font-weight:600;border-radius:3.125rem;font-size:.875rem;padding:.9375rem;padding-top:1.0625rem;color:var(--white);background-color:var(--Harvard-Crimson);border-color:var(--Harvard-Crimson);font-size:.875rem;padding:.875rem 4.25rem}.hero__content--callout-form form .form-submit:hover,.hero__content--callout-form form .form-submit:focus-visible{text-decoration:none;outline:none}.hero__content--callout-form form .form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.hero__content--callout-form form .form-submit::before,.hero__content--callout-form form .form-submit::after{color:var(--white)}.hero__content--callout-form form .form-submit:hover{color:var(--Harvard-Crimson);background-color:rgba(0,0,0,0);border-color:var(--Harvard-Crimson)}.hero__content--callout-form form .form-submit:hover::before,.hero__content--callout-form form .form-submit:hover::after{color:var(--Harvard-Crimson)}.hero__content--callout-form form .form-submit:focus-visible:not(:hover){background-color:var(--black);border-color:var(--black)}.hero__content--callout-form input:not([type=submit]){width:100%}@media print,screen and (min-width:48.0625em){.hero__content--callout-form{padding:30px}}.main-menu-landing a{color:#fff;font-family:"benton",Helvetica,sans-serif;font-size:.875rem;font-weight:600}.main-menu-landing a:hover{text-decoration:none}.main-menu-landing>ul{display:flex;width:100%;gap:8px;flex-flow:wrap}.main-menu-landing .menu li{background-color:#008af3;display:flex;align-items:center}.main-menu-landing .menu-item--active-trail>a{color:#2b689b !important}@media print,screen and (max-width:64.06125em){.main-menu-landing ul{width:100%}.main-menu-landing li+li{border-top:1px solid var(--color-gray)}.main-menu-landing a{padding:.3125rem .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:var(--color-gray-dark)}.main-menu-landing ul ul a{color:#000;background-color:var(--color-gray)}}@media print,screen and (min-width:64.0625em){.main-menu-landing>ul>li{flex:1 0 auto}.main-menu-landing>ul>li:hover>a{color:#000;background-color:var(--color-gray)}.main-menu-landing a{padding:11px 53px;text-align:center;background-color:#008af3}.main-menu-landing a:focus{color:#000;background-color:var(--color-gray)}.main-menu-landing a:before{font-family:"Font Awesome 6 Pro";margin-right:.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:var(--color-gray-light)}.main-menu-landing ul ul a{padding:.5rem 16px;text-align:left;color:#000;background-color:var(--color-gray)}.main-menu-landing ul ul a:focus{background-color:var(--color-gray-light)}}@media print,screen and (min-width:64.0625em)and (min-width:64.0625em){.main-menu-landing ul li:hover>ul{display:block}}.print-only{display:none !important}@media print{@page{margin:1cm}*{color:#000 !important;background:rgba(0,0,0,0) !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 #999;page-break-inside:avoid;padding:.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}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}
