/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,0,0,0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * 0.5 * (1 - var(--progress,0))) round var(--f-thumb-border-radius,0));transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(0.23,1,0.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical > .swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d;}.swiper-css-mode > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal > .swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical > .swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered > .swiper-wrapper::before{content:'';flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
@font-face{font-family:mallory;src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Book.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Book.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:mallory;src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-BookItalic.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-BookItalic.woff2) format("woff2");font-style:italic;font-weight:400}@font-face{font-family:mallory;src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Medium.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Medium.woff2) format("woff2");font-style:normal;font-weight:500}@font-face{font-family:mallory;src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Bold.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Bold.woff2) format("woff2");font-style:normal;font-weight:600}@font-face{font-family:mallory;src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Light.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory/Mallory-Light.woff2) format("woff2");font-style:normal;font-weight:300}@font-face{font-family:mallory-compact;src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-Medium.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-Medium.woff2) format("woff2");font-style:normal;font-weight:bold}@font-face{font-family:mallory-compact;src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-MediumItalic.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-MediumItalic.woff2) format("woff2");font-style:italic;font-weight:bold}@font-face{font-family:mallory-compact-light;src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-Light.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-Light.woff2) format("woff2");font-style:normal}@font-face{font-family:mallory-compact-light;src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-LightItalic.woff) format("woff");src:url(/themes/custom/yale_fas/assets/fonts/mallory-compact/MalloryCmpct-LightItalic.woff2) format("woff2");font-style:normal;font-style:italic}@font-face{font-family:yale;src:url(/themes/custom/yale_fas/assets/fonts/yalenew/YaleNew-Roman.otf) format("opentype");font-style:normal}@font-face{font-family:yale;src:url(/themes/custom/yale_fas/assets/fonts/yalenew/YaleNew-Italic.otf) format("opentype");font-style:italic}@font-face{font-family:yale;src:url(/themes/custom/yale_fas/assets/fonts/yalenew/YaleNew-Bold.otf) format("opentype");font-style:normal;font-weight:bold}@font-face{font-family:yale;src:url(/themes/custom/yale_fas/assets/fonts/yalenew/YaleNew-BoldItalic.otf) format("opentype");font-style:italic;font-weight:bold}*{-webkit-box-sizing:border-box;box-sizing:border-box}@media(prefers-reduced-motion:no-preference){*{scroll-behavior:smooth}}body{margin:0;color:#222;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:16px;display:block}main{display:block}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:100%;height:auto;padding:10px;color:#fff;background:#013e7c;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:22px;font-weight:500;text-align:center}.skip-link a+a:focus{background:#00356b}button{cursor:pointer;font-size:1rem}iframe{max-width:100%}img{max-width:100%;height:auto}.btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem;list-style:none}dl,pre,figure{margin:0;padding:0}[data-fancybox-modal]{display:none}.large-offset-1 section .grid-container{padding-right:0;padding-left:0}.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem;max-width:100%;margin-left:auto;margin-right:auto}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.initial-shrink,.grid-x>.initial-full,.grid-x>.initial-1,.grid-x>.initial-2,.grid-x>.initial-3,.grid-x>.initial-4,.grid-x>.initial-5,.grid-x>.initial-6,.grid-x>.initial-7,.grid-x>.initial-8,.grid-x>.initial-9,.grid-x>.initial-10,.grid-x>.initial-11,.grid-x>.initial-12{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:20.0625em){.grid-x>.tiny-shrink,.grid-x>.tiny-full,.grid-x>.tiny-1,.grid-x>.tiny-2,.grid-x>.tiny-3,.grid-x>.tiny-4,.grid-x>.tiny-5,.grid-x>.tiny-6,.grid-x>.tiny-7,.grid-x>.tiny-8,.grid-x>.tiny-9,.grid-x>.tiny-10,.grid-x>.tiny-11,.grid-x>.tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:40.0625em){.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:48.0625em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64.0625em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.initial-12,.grid-x>.initial-11,.grid-x>.initial-10,.grid-x>.initial-9,.grid-x>.initial-8,.grid-x>.initial-7,.grid-x>.initial-6,.grid-x>.initial-5,.grid-x>.initial-4,.grid-x>.initial-3,.grid-x>.initial-2,.grid-x>.initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.initial-1{width:8.3333333333%}.grid-x>.initial-2{width:16.6666666667%}.grid-x>.initial-3{width:25%}.grid-x>.initial-4{width:33.3333333333%}.grid-x>.initial-5{width:41.6666666667%}.grid-x>.initial-6{width:50%}.grid-x>.initial-7{width:58.3333333333%}.grid-x>.initial-8{width:66.6666666667%}.grid-x>.initial-9{width:75%}.grid-x>.initial-10{width:83.3333333333%}.grid-x>.initial-11{width:91.6666666667%}.grid-x>.initial-12{width:100%}@media print,screen and (min-width:20.0625em){.grid-x>.tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.tiny-12,.grid-x>.tiny-11,.grid-x>.tiny-10,.grid-x>.tiny-9,.grid-x>.tiny-8,.grid-x>.tiny-7,.grid-x>.tiny-6,.grid-x>.tiny-5,.grid-x>.tiny-4,.grid-x>.tiny-3,.grid-x>.tiny-2,.grid-x>.tiny-1,.grid-x>.tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.tiny-shrink{width:auto}.grid-x>.tiny-1{width:8.3333333333%}.grid-x>.tiny-2{width:16.6666666667%}.grid-x>.tiny-3{width:25%}.grid-x>.tiny-4{width:33.3333333333%}.grid-x>.tiny-5{width:41.6666666667%}.grid-x>.tiny-6{width:50%}.grid-x>.tiny-7{width:58.3333333333%}.grid-x>.tiny-8{width:66.6666666667%}.grid-x>.tiny-9{width:75%}.grid-x>.tiny-10{width:83.3333333333%}.grid-x>.tiny-11{width:91.6666666667%}.grid-x>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.grid-x>.small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.small-12,.grid-x>.small-11,.grid-x>.small-10,.grid-x>.small-9,.grid-x>.small-8,.grid-x>.small-7,.grid-x>.small-6,.grid-x>.small-5,.grid-x>.small-4,.grid-x>.small-3,.grid-x>.small-2,.grid-x>.small-1,.grid-x>.small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-shrink{width:auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.medium-12,.grid-x>.medium-11,.grid-x>.medium-10,.grid-x>.medium-9,.grid-x>.medium-8,.grid-x>.medium-7,.grid-x>.medium-6,.grid-x>.medium-5,.grid-x>.medium-4,.grid-x>.medium-3,.grid-x>.medium-2,.grid-x>.medium-1,.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.grid-x>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.large-12,.grid-x>.large-11,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-1,.grid-x>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem}.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.initial-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.initial-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.initial-3{width:calc(25% - 2.5rem)}.grid-margin-x>.initial-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.initial-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.initial-6{width:calc(50% - 2.5rem)}.grid-margin-x>.initial-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.initial-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.initial-9{width:calc(75% - 2.5rem)}.grid-margin-x>.initial-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.initial-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.initial-12{width:calc(100% - 2.5rem)}@media print,screen and (min-width:20.0625em){.grid-margin-x>.tiny-auto{width:auto}.grid-margin-x>.tiny-shrink{width:auto}.grid-margin-x>.tiny-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.tiny-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.tiny-3{width:calc(25% - 2.5rem)}.grid-margin-x>.tiny-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.tiny-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.tiny-6{width:calc(50% - 2.5rem)}.grid-margin-x>.tiny-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.tiny-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.tiny-9{width:calc(75% - 2.5rem)}.grid-margin-x>.tiny-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.tiny-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.tiny-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:40.0625em){.grid-margin-x>.small-auto{width:auto}.grid-margin-x>.small-shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.small-3{width:calc(25% - 2.5rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.small-6{width:calc(50% - 2.5rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.small-9{width:calc(75% - 2.5rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.small-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:48.0625em){.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.medium-3{width:calc(25% - 2.5rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 2.5rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.medium-9{width:calc(75% - 2.5rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.large-3{width:calc(25% - 2.5rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.large-6{width:calc(50% - 2.5rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.large-9{width:calc(75% - 2.5rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.large-12{width:calc(100% - 2.5rem)}}.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}.grid-container:not(.full)>.grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}.grid-padding-x>.cell{padding-right:1.25rem;padding-left:1.25rem}.initial-up-1>.cell{width:100%}.initial-up-2>.cell{width:50%}.initial-up-3>.cell{width:33.3333333333%}.initial-up-4>.cell{width:25%}.initial-up-5>.cell{width:20%}.initial-up-6>.cell{width:16.6666666667%}.initial-up-7>.cell{width:14.2857142857%}.initial-up-8>.cell{width:12.5%}@media print,screen and (min-width:20.0625em){.tiny-up-1>.cell{width:100%}.tiny-up-2>.cell{width:50%}.tiny-up-3>.cell{width:33.3333333333%}.tiny-up-4>.cell{width:25%}.tiny-up-5>.cell{width:20%}.tiny-up-6>.cell{width:16.6666666667%}.tiny-up-7>.cell{width:14.2857142857%}.tiny-up-8>.cell{width:12.5%}}@media print,screen and (min-width:40.0625em){.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}}@media print,screen and (min-width:48.0625em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64.0625em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.initial-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.initial-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.initial-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.initial-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.initial-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.initial-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.initial-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.initial-up-8>.cell{width:calc(12.5% - 2.5rem)}@media print,screen and (min-width:20.0625em){.grid-margin-x.tiny-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.tiny-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.tiny-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.tiny-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.tiny-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.tiny-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.tiny-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.tiny-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:40.0625em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:48.0625em){.grid-margin-x.medium-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 2.5rem)}}.initial-margin-collapse{margin-right:0;margin-left:0}.initial-margin-collapse>.cell{margin-right:0;margin-left:0}.initial-margin-collapse>.initial-1{width:8.3333333333%}.initial-margin-collapse>.initial-2{width:16.6666666667%}.initial-margin-collapse>.initial-3{width:25%}.initial-margin-collapse>.initial-4{width:33.3333333333%}.initial-margin-collapse>.initial-5{width:41.6666666667%}.initial-margin-collapse>.initial-6{width:50%}.initial-margin-collapse>.initial-7{width:58.3333333333%}.initial-margin-collapse>.initial-8{width:66.6666666667%}.initial-margin-collapse>.initial-9{width:75%}.initial-margin-collapse>.initial-10{width:83.3333333333%}.initial-margin-collapse>.initial-11{width:91.6666666667%}.initial-margin-collapse>.initial-12{width:100%}@media print,screen and (min-width:20.0625em){.initial-margin-collapse>.tiny-1{width:8.3333333333%}.initial-margin-collapse>.tiny-2{width:16.6666666667%}.initial-margin-collapse>.tiny-3{width:25%}.initial-margin-collapse>.tiny-4{width:33.3333333333%}.initial-margin-collapse>.tiny-5{width:41.6666666667%}.initial-margin-collapse>.tiny-6{width:50%}.initial-margin-collapse>.tiny-7{width:58.3333333333%}.initial-margin-collapse>.tiny-8{width:66.6666666667%}.initial-margin-collapse>.tiny-9{width:75%}.initial-margin-collapse>.tiny-10{width:83.3333333333%}.initial-margin-collapse>.tiny-11{width:91.6666666667%}.initial-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.initial-margin-collapse>.small-1{width:8.3333333333%}.initial-margin-collapse>.small-2{width:16.6666666667%}.initial-margin-collapse>.small-3{width:25%}.initial-margin-collapse>.small-4{width:33.3333333333%}.initial-margin-collapse>.small-5{width:41.6666666667%}.initial-margin-collapse>.small-6{width:50%}.initial-margin-collapse>.small-7{width:58.3333333333%}.initial-margin-collapse>.small-8{width:66.6666666667%}.initial-margin-collapse>.small-9{width:75%}.initial-margin-collapse>.small-10{width:83.3333333333%}.initial-margin-collapse>.small-11{width:91.6666666667%}.initial-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.initial-margin-collapse>.medium-1{width:8.3333333333%}.initial-margin-collapse>.medium-2{width:16.6666666667%}.initial-margin-collapse>.medium-3{width:25%}.initial-margin-collapse>.medium-4{width:33.3333333333%}.initial-margin-collapse>.medium-5{width:41.6666666667%}.initial-margin-collapse>.medium-6{width:50%}.initial-margin-collapse>.medium-7{width:58.3333333333%}.initial-margin-collapse>.medium-8{width:66.6666666667%}.initial-margin-collapse>.medium-9{width:75%}.initial-margin-collapse>.medium-10{width:83.3333333333%}.initial-margin-collapse>.medium-11{width:91.6666666667%}.initial-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.initial-margin-collapse>.large-1{width:8.3333333333%}.initial-margin-collapse>.large-2{width:16.6666666667%}.initial-margin-collapse>.large-3{width:25%}.initial-margin-collapse>.large-4{width:33.3333333333%}.initial-margin-collapse>.large-5{width:41.6666666667%}.initial-margin-collapse>.large-6{width:50%}.initial-margin-collapse>.large-7{width:58.3333333333%}.initial-margin-collapse>.large-8{width:66.6666666667%}.initial-margin-collapse>.large-9{width:75%}.initial-margin-collapse>.large-10{width:83.3333333333%}.initial-margin-collapse>.large-11{width:91.6666666667%}.initial-margin-collapse>.large-12{width:100%}}.initial-padding-collapse{margin-right:0;margin-left:0}.initial-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse{margin-right:0;margin-left:0}.tiny-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse>.initial-1{width:8.3333333333%}.tiny-margin-collapse>.initial-2{width:16.6666666667%}.tiny-margin-collapse>.initial-3{width:25%}.tiny-margin-collapse>.initial-4{width:33.3333333333%}.tiny-margin-collapse>.initial-5{width:41.6666666667%}.tiny-margin-collapse>.initial-6{width:50%}.tiny-margin-collapse>.initial-7{width:58.3333333333%}.tiny-margin-collapse>.initial-8{width:66.6666666667%}.tiny-margin-collapse>.initial-9{width:75%}.tiny-margin-collapse>.initial-10{width:83.3333333333%}.tiny-margin-collapse>.initial-11{width:91.6666666667%}.tiny-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse>.tiny-1{width:8.3333333333%}.tiny-margin-collapse>.tiny-2{width:16.6666666667%}.tiny-margin-collapse>.tiny-3{width:25%}.tiny-margin-collapse>.tiny-4{width:33.3333333333%}.tiny-margin-collapse>.tiny-5{width:41.6666666667%}.tiny-margin-collapse>.tiny-6{width:50%}.tiny-margin-collapse>.tiny-7{width:58.3333333333%}.tiny-margin-collapse>.tiny-8{width:66.6666666667%}.tiny-margin-collapse>.tiny-9{width:75%}.tiny-margin-collapse>.tiny-10{width:83.3333333333%}.tiny-margin-collapse>.tiny-11{width:91.6666666667%}.tiny-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.tiny-margin-collapse>.small-1{width:8.3333333333%}.tiny-margin-collapse>.small-2{width:16.6666666667%}.tiny-margin-collapse>.small-3{width:25%}.tiny-margin-collapse>.small-4{width:33.3333333333%}.tiny-margin-collapse>.small-5{width:41.6666666667%}.tiny-margin-collapse>.small-6{width:50%}.tiny-margin-collapse>.small-7{width:58.3333333333%}.tiny-margin-collapse>.small-8{width:66.6666666667%}.tiny-margin-collapse>.small-9{width:75%}.tiny-margin-collapse>.small-10{width:83.3333333333%}.tiny-margin-collapse>.small-11{width:91.6666666667%}.tiny-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.tiny-margin-collapse>.medium-1{width:8.3333333333%}.tiny-margin-collapse>.medium-2{width:16.6666666667%}.tiny-margin-collapse>.medium-3{width:25%}.tiny-margin-collapse>.medium-4{width:33.3333333333%}.tiny-margin-collapse>.medium-5{width:41.6666666667%}.tiny-margin-collapse>.medium-6{width:50%}.tiny-margin-collapse>.medium-7{width:58.3333333333%}.tiny-margin-collapse>.medium-8{width:66.6666666667%}.tiny-margin-collapse>.medium-9{width:75%}.tiny-margin-collapse>.medium-10{width:83.3333333333%}.tiny-margin-collapse>.medium-11{width:91.6666666667%}.tiny-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.tiny-margin-collapse>.large-1{width:8.3333333333%}.tiny-margin-collapse>.large-2{width:16.6666666667%}.tiny-margin-collapse>.large-3{width:25%}.tiny-margin-collapse>.large-4{width:33.3333333333%}.tiny-margin-collapse>.large-5{width:41.6666666667%}.tiny-margin-collapse>.large-6{width:50%}.tiny-margin-collapse>.large-7{width:58.3333333333%}.tiny-margin-collapse>.large-8{width:66.6666666667%}.tiny-margin-collapse>.large-9{width:75%}.tiny-margin-collapse>.large-10{width:83.3333333333%}.tiny-margin-collapse>.large-11{width:91.6666666667%}.tiny-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:20.0625em){.tiny-padding-collapse{margin-right:0;margin-left:0}.tiny-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:40.0625em){.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:40.0625em){.small-margin-collapse>.initial-1{width:8.3333333333%}.small-margin-collapse>.initial-2{width:16.6666666667%}.small-margin-collapse>.initial-3{width:25%}.small-margin-collapse>.initial-4{width:33.3333333333%}.small-margin-collapse>.initial-5{width:41.6666666667%}.small-margin-collapse>.initial-6{width:50%}.small-margin-collapse>.initial-7{width:58.3333333333%}.small-margin-collapse>.initial-8{width:66.6666666667%}.small-margin-collapse>.initial-9{width:75%}.small-margin-collapse>.initial-10{width:83.3333333333%}.small-margin-collapse>.initial-11{width:91.6666666667%}.small-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:40.0625em){.small-margin-collapse>.tiny-1{width:8.3333333333%}.small-margin-collapse>.tiny-2{width:16.6666666667%}.small-margin-collapse>.tiny-3{width:25%}.small-margin-collapse>.tiny-4{width:33.3333333333%}.small-margin-collapse>.tiny-5{width:41.6666666667%}.small-margin-collapse>.tiny-6{width:50%}.small-margin-collapse>.tiny-7{width:58.3333333333%}.small-margin-collapse>.tiny-8{width:66.6666666667%}.small-margin-collapse>.tiny-9{width:75%}.small-margin-collapse>.tiny-10{width:83.3333333333%}.small-margin-collapse>.tiny-11{width:91.6666666667%}.small-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40.0625em){.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse>.initial-1{width:8.3333333333%}.medium-margin-collapse>.initial-2{width:16.6666666667%}.medium-margin-collapse>.initial-3{width:25%}.medium-margin-collapse>.initial-4{width:33.3333333333%}.medium-margin-collapse>.initial-5{width:41.6666666667%}.medium-margin-collapse>.initial-6{width:50%}.medium-margin-collapse>.initial-7{width:58.3333333333%}.medium-margin-collapse>.initial-8{width:66.6666666667%}.medium-margin-collapse>.initial-9{width:75%}.medium-margin-collapse>.initial-10{width:83.3333333333%}.medium-margin-collapse>.initial-11{width:91.6666666667%}.medium-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse>.tiny-1{width:8.3333333333%}.medium-margin-collapse>.tiny-2{width:16.6666666667%}.medium-margin-collapse>.tiny-3{width:25%}.medium-margin-collapse>.tiny-4{width:33.3333333333%}.medium-margin-collapse>.tiny-5{width:41.6666666667%}.medium-margin-collapse>.tiny-6{width:50%}.medium-margin-collapse>.tiny-7{width:58.3333333333%}.medium-margin-collapse>.tiny-8{width:66.6666666667%}.medium-margin-collapse>.tiny-9{width:75%}.medium-margin-collapse>.tiny-10{width:83.3333333333%}.medium-margin-collapse>.tiny-11{width:91.6666666667%}.medium-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:48.0625em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64.0625em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.initial-1{width:8.3333333333%}.large-margin-collapse>.initial-2{width:16.6666666667%}.large-margin-collapse>.initial-3{width:25%}.large-margin-collapse>.initial-4{width:33.3333333333%}.large-margin-collapse>.initial-5{width:41.6666666667%}.large-margin-collapse>.initial-6{width:50%}.large-margin-collapse>.initial-7{width:58.3333333333%}.large-margin-collapse>.initial-8{width:66.6666666667%}.large-margin-collapse>.initial-9{width:75%}.large-margin-collapse>.initial-10{width:83.3333333333%}.large-margin-collapse>.initial-11{width:91.6666666667%}.large-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.tiny-1{width:8.3333333333%}.large-margin-collapse>.tiny-2{width:16.6666666667%}.large-margin-collapse>.tiny-3{width:25%}.large-margin-collapse>.tiny-4{width:33.3333333333%}.large-margin-collapse>.tiny-5{width:41.6666666667%}.large-margin-collapse>.tiny-6{width:50%}.large-margin-collapse>.tiny-7{width:58.3333333333%}.large-margin-collapse>.tiny-8{width:66.6666666667%}.large-margin-collapse>.tiny-9{width:75%}.large-margin-collapse>.tiny-10{width:83.3333333333%}.large-margin-collapse>.tiny-11{width:91.6666666667%}.large-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:64.0625em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.initial-offset-0{margin-left:0%}.grid-margin-x>.initial-offset-0{margin-left:calc(0% + 2.5rem / 2)}.initial-offset-1{margin-left:8.3333333333%}.grid-margin-x>.initial-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.initial-offset-2{margin-left:16.6666666667%}.grid-margin-x>.initial-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.initial-offset-3{margin-left:25%}.grid-margin-x>.initial-offset-3{margin-left:calc(25% + 2.5rem / 2)}.initial-offset-4{margin-left:33.3333333333%}.grid-margin-x>.initial-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.initial-offset-5{margin-left:41.6666666667%}.grid-margin-x>.initial-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.initial-offset-6{margin-left:50%}.grid-margin-x>.initial-offset-6{margin-left:calc(50% + 2.5rem / 2)}.initial-offset-7{margin-left:58.3333333333%}.grid-margin-x>.initial-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.initial-offset-8{margin-left:66.6666666667%}.grid-margin-x>.initial-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.initial-offset-9{margin-left:75%}.grid-margin-x>.initial-offset-9{margin-left:calc(75% + 2.5rem / 2)}.initial-offset-10{margin-left:83.3333333333%}.grid-margin-x>.initial-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.initial-offset-11{margin-left:91.6666666667%}.grid-margin-x>.initial-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}@media print,screen and (min-width:20.0625em){.tiny-offset-0{margin-left:0%}.grid-margin-x>.tiny-offset-0{margin-left:calc(0% + 2.5rem / 2)}.tiny-offset-1{margin-left:8.3333333333%}.grid-margin-x>.tiny-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.tiny-offset-2{margin-left:16.6666666667%}.grid-margin-x>.tiny-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.tiny-offset-3{margin-left:25%}.grid-margin-x>.tiny-offset-3{margin-left:calc(25% + 2.5rem / 2)}.tiny-offset-4{margin-left:33.3333333333%}.grid-margin-x>.tiny-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.tiny-offset-5{margin-left:41.6666666667%}.grid-margin-x>.tiny-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.tiny-offset-6{margin-left:50%}.grid-margin-x>.tiny-offset-6{margin-left:calc(50% + 2.5rem / 2)}.tiny-offset-7{margin-left:58.3333333333%}.grid-margin-x>.tiny-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.tiny-offset-8{margin-left:66.6666666667%}.grid-margin-x>.tiny-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.tiny-offset-9{margin-left:75%}.grid-margin-x>.tiny-offset-9{margin-left:calc(75% + 2.5rem / 2)}.tiny-offset-10{margin-left:83.3333333333%}.grid-margin-x>.tiny-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.tiny-offset-11{margin-left:91.6666666667%}.grid-margin-x>.tiny-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}@media print,screen and (min-width:40.0625em){.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 2.5rem / 2)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 2.5rem / 2)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 2.5rem / 2)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 2.5rem / 2)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}@media print,screen and (min-width:48.0625em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 2.5rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 2.5rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 2.5rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 2.5rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}@media print,screen and (min-width:64.0625em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 2.5rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 2.5rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 2.5rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 2.5rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}.grid-y{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.initial-shrink,.grid-y>.initial-full,.grid-y>.initial-1,.grid-y>.initial-2,.grid-y>.initial-3,.grid-y>.initial-4,.grid-y>.initial-5,.grid-y>.initial-6,.grid-y>.initial-7,.grid-y>.initial-8,.grid-y>.initial-9,.grid-y>.initial-10,.grid-y>.initial-11,.grid-y>.initial-12{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:20.0625em){.grid-y>.tiny-shrink,.grid-y>.tiny-full,.grid-y>.tiny-1,.grid-y>.tiny-2,.grid-y>.tiny-3,.grid-y>.tiny-4,.grid-y>.tiny-5,.grid-y>.tiny-6,.grid-y>.tiny-7,.grid-y>.tiny-8,.grid-y>.tiny-9,.grid-y>.tiny-10,.grid-y>.tiny-11,.grid-y>.tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:40.0625em){.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:48.0625em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64.0625em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.initial-12,.grid-y>.initial-11,.grid-y>.initial-10,.grid-y>.initial-9,.grid-y>.initial-8,.grid-y>.initial-7,.grid-y>.initial-6,.grid-y>.initial-5,.grid-y>.initial-4,.grid-y>.initial-3,.grid-y>.initial-2,.grid-y>.initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.initial-1{height:8.3333333333%}.grid-y>.initial-2{height:16.6666666667%}.grid-y>.initial-3{height:25%}.grid-y>.initial-4{height:33.3333333333%}.grid-y>.initial-5{height:41.6666666667%}.grid-y>.initial-6{height:50%}.grid-y>.initial-7{height:58.3333333333%}.grid-y>.initial-8{height:66.6666666667%}.grid-y>.initial-9{height:75%}.grid-y>.initial-10{height:83.3333333333%}.grid-y>.initial-11{height:91.6666666667%}.grid-y>.initial-12{height:100%}@media print,screen and (min-width:20.0625em){.grid-y>.tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.tiny-12,.grid-y>.tiny-11,.grid-y>.tiny-10,.grid-y>.tiny-9,.grid-y>.tiny-8,.grid-y>.tiny-7,.grid-y>.tiny-6,.grid-y>.tiny-5,.grid-y>.tiny-4,.grid-y>.tiny-3,.grid-y>.tiny-2,.grid-y>.tiny-1,.grid-y>.tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.tiny-shrink{height:auto}.grid-y>.tiny-1{height:8.3333333333%}.grid-y>.tiny-2{height:16.6666666667%}.grid-y>.tiny-3{height:25%}.grid-y>.tiny-4{height:33.3333333333%}.grid-y>.tiny-5{height:41.6666666667%}.grid-y>.tiny-6{height:50%}.grid-y>.tiny-7{height:58.3333333333%}.grid-y>.tiny-8{height:66.6666666667%}.grid-y>.tiny-9{height:75%}.grid-y>.tiny-10{height:83.3333333333%}.grid-y>.tiny-11{height:91.6666666667%}.grid-y>.tiny-12{height:100%}}@media print,screen and (min-width:40.0625em){.grid-y>.small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.small-12,.grid-y>.small-11,.grid-y>.small-10,.grid-y>.small-9,.grid-y>.small-8,.grid-y>.small-7,.grid-y>.small-6,.grid-y>.small-5,.grid-y>.small-4,.grid-y>.small-3,.grid-y>.small-2,.grid-y>.small-1,.grid-y>.small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-shrink{height:auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}}@media print,screen and (min-width:48.0625em){.grid-y>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.medium-12,.grid-y>.medium-11,.grid-y>.medium-10,.grid-y>.medium-9,.grid-y>.medium-8,.grid-y>.medium-7,.grid-y>.medium-6,.grid-y>.medium-5,.grid-y>.medium-4,.grid-y>.medium-3,.grid-y>.medium-2,.grid-y>.medium-1,.grid-y>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64.0625em){.grid-y>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.large-12,.grid-y>.large-11,.grid-y>.large-10,.grid-y>.large-9,.grid-y>.large-8,.grid-y>.large-7,.grid-y>.large-6,.grid-y>.large-5,.grid-y>.large-4,.grid-y>.large-3,.grid-y>.large-2,.grid-y>.large-1,.grid-y>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem}.grid-padding-y>.cell{padding-top:1.25rem;padding-bottom:1.25rem}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.initial-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.initial-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.initial-3{height:calc(25% - 2.5rem)}.grid-margin-y>.initial-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.initial-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.initial-6{height:calc(50% - 2.5rem)}.grid-margin-y>.initial-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.initial-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.initial-9{height:calc(75% - 2.5rem)}.grid-margin-y>.initial-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.initial-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.initial-12{height:calc(100% - 2.5rem)}@media print,screen and (min-width:20.0625em){.grid-margin-y>.tiny-auto{height:auto}.grid-margin-y>.tiny-shrink{height:auto}.grid-margin-y>.tiny-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.tiny-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.tiny-3{height:calc(25% - 2.5rem)}.grid-margin-y>.tiny-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.tiny-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.tiny-6{height:calc(50% - 2.5rem)}.grid-margin-y>.tiny-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.tiny-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.tiny-9{height:calc(75% - 2.5rem)}.grid-margin-y>.tiny-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.tiny-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.tiny-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:40.0625em){.grid-margin-y>.small-auto{height:auto}.grid-margin-y>.small-shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.small-3{height:calc(25% - 2.5rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.small-9{height:calc(75% - 2.5rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:48.0625em){.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.5rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.5rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.5rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.large-3{height:calc(25% - 2.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.large-6{height:calc(50% - 2.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.large-9{height:calc(75% - 2.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.large-12{height:calc(100% - 2.5rem)}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.initial-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.initial-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.initial-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.initial-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.initial-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.initial-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media print,screen and (min-width:20.0625em){.tiny-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tiny-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.tiny-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.tiny-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.tiny-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.tiny-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:40.0625em){.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:48.0625em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64.0625em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:20.0625em){.tiny-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.tiny-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tiny-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.tiny-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.tiny-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tiny-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.tiny-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:40.0625em){.small-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.small-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.small-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.small-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.small-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.small-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.small-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.small-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:48.0625em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64.0625em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.global-spacing--15x{margin-top: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:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--10x{margin-top:5rem}}@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--6xhome{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--6xhome{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--6xhome{margin-top:3.75rem}}.global-spacing--6x{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--6x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--6x{margin-top:3.75rem}}.global-spacing--5xhome{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--5xhome{margin-top:3.125rem}}.global-spacing--5x{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--5x{margin-top:3.125rem}}.global-spacing--4xhome{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--4xhome{margin-top:2.5rem}}.global-spacing--4x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-spacing--4x{margin-top:2.5rem}}.global-spacing--3xhome{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--3xhome{margin-top:1.875rem}}.global-spacing--3x{margin-top:0.9375rem}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.global-spacing--3x{margin-top:1.875rem}}.global-spacing--2x{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-spacing--2x{margin-top:1.25rem}}.global-spacing--1p5x{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-spacing--1p5x{margin-top:0.9375rem}}.global-spacing--1x{margin-top:0.625rem}.global-margin--15x{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--15x{margin-top:6.25rem;margin-bottom:6.25rem}}@media print,screen and (min-width:64.0625em){.global-margin--15x{margin-top:9.375rem;margin-bottom:9.375rem}}.global-margin--12x{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:5rem;margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-margin--12x{margin-top:7.5rem;margin-bottom:7.5rem}}.global-margin--10x{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--10x{margin-top:5rem;margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:6.25rem;margin-bottom:6.25rem}}.global-margin--8x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:5rem;margin-bottom:5rem}}.global-margin--6xhome{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--6xhome{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--6xhome{margin-top:3.75rem;margin-bottom:3.75rem}}.global-margin--6x{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--6x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--6x{margin-top:3.75rem;margin-bottom:3.75rem}}.global-margin--5xhome{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--5xhome{margin-top:3.125rem;margin-bottom:3.125rem}}.global-margin--5x{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--5x{margin-top:3.125rem;margin-bottom:3.125rem}}.global-margin--4xhome{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--4xhome{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--4x{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:1.875rem;margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-margin--4x{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--3xhome{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--3xhome{margin-top:1.875rem;margin-bottom:1.875rem}}.global-margin--3x{margin-top:0.9375rem;margin-bottom:0.9375rem}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:1.25rem;margin-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){.global-margin--3x{margin-top:1.875rem;margin-bottom:1.875rem}}.global-margin--2x{margin-top:0.625rem;margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-margin--2x{margin-top:1.25rem;margin-bottom:1.25rem}}.global-margin--1p5x{margin-top:0.625rem;margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-margin--1p5x{margin-top:0.9375rem;margin-bottom:0.9375rem}}.global-margin--1x{margin-top:0.625rem;margin-bottom:0.625rem}.global-padding--15x{padding-top:3.125rem;padding-bottom: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}}@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;padding-bottom: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}}@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:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-top:6.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:6.25rem}}.global-padding--8x{padding-top:2.5rem;padding-bottom: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}}@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--6xhome{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--6xhome{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--6xhome{padding-top:3.75rem}}@media print,screen and (min-width:48.0625em){.global-padding--6xhome{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--6xhome{padding-bottom:3.75rem}}.global-padding--6x{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-top:3.75rem}}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-bottom:3.75rem}}.global-padding--5xhome{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--5xhome{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--5xhome{padding-bottom:3.125rem}}.global-padding--5x{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-bottom:3.125rem}}.global-padding--4xhome{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--4xhome{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--4xhome{padding-bottom:2.5rem}}.global-padding--4x{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--4x{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--4x{padding-bottom:2.5rem}}.global-padding--3xhome{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--3xhome{padding-top:1.875rem}}@media print,screen and (min-width:48.0625em){.global-padding--3xhome{padding-bottom:1.875rem}}.global-padding--3x{padding-top:0.9375rem;padding-bottom:0.9375rem}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:1.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--3x{padding-top:1.875rem}}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--3x{padding-bottom:1.875rem}}.global-padding--2x{padding-top:0.625rem;padding-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-top:1.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-bottom:1.25rem}}.global-padding--1p5x{padding-top:0.625rem;padding-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding--1p5x{padding-top:0.9375rem}}@media print,screen and (min-width:48.0625em){.global-padding--1p5x{padding-bottom:0.9375rem}}.global-padding--1x{padding-top:0.625rem;padding-bottom:0.625rem}.clearfix::before,.clearfix::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.clearfix::after{clear:both}.show-for-sr,.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.oho-animate{-webkit-transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;-webkit-transform:none;transform:none;opacity:1}.oho-animate--ready{-webkit-transition:none;transition:none}.oho-animate--ready.fade-in,.oho-animate--out.fade-in{opacity:0}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{-webkit-transform:translateY(-5rem);transform:translateY(-5rem);opacity:0}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);opacity:0}.oho-animate:focus{-webkit-transform:none !important;transform:none !important;opacity:1 !important}.btn{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:#013e7c;border-color:#013e7c}.btn:hover,.btn:focus{text-decoration:none}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.btn::before,.btn::after{color:#fff}.btn:hover,.btn:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}.btn:hover::before,.btn:hover::after,.btn:focus::before,.btn:focus::after{color:#fff}.btn:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){.btn{font-size:.875rem;padding:1.5rem 2rem}}.btn--alternate{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#286dc0;border-color:#286dc0}.btn--alternate::before,.btn--alternate::after{color:#222}.btn--alternate:hover,.btn--alternate:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.btn--alternate:hover::before,.btn--alternate:hover::after,.btn--alternate:focus::before,.btn--alternate:focus::after{color:#286dc0}.btn--alternate:focus{outline:3px solid #fff}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:.875rem;padding:1.5rem 2rem}}.btn--secondary{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#fff}.btn--secondary::before,.btn--secondary::after{color:#222}.btn--secondary:hover,.btn--secondary:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.btn--secondary:hover::before,.btn--secondary:hover::after,.btn--secondary:focus::before,.btn--secondary:focus::after{color:#286dc0}.btn--secondary:focus{outline:3px solid #fff}@media print,screen and (min-width:48.0625em){.btn--secondary{font-size:.875rem;padding:1.5rem 2rem}}.btn--tertiary{font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}.btn--tertiary::before,.btn--tertiary::after{color:#fff}.btn--tertiary:hover,.btn--tertiary:focus{color:#fff;background-color:#113567}.btn--tertiary:hover::before,.btn--tertiary:hover::after,.btn--tertiary:focus::before,.btn--tertiary:focus::after{color:#fff}.btn--tertiary:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){.btn--tertiary{font-size:.875rem;padding:1.5rem 2rem}}.btn--secondary-wysiwyg{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#286dc0}.btn--secondary-wysiwyg::before,.btn--secondary-wysiwyg::after{color:#286dc0}.btn--secondary-wysiwyg:hover,.btn--secondary-wysiwyg:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}.btn--secondary-wysiwyg:hover::before,.btn--secondary-wysiwyg:hover::after,.btn--secondary-wysiwyg:focus::before,.btn--secondary-wysiwyg:focus::after{color:#fff}.btn--secondary-wysiwyg:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){.btn--secondary-wysiwyg{font-size:.875rem;padding:1.5rem 2rem}}.btn--small{font-size:.75rem;padding:.8125rem 1.5rem}.btn--align-right{display:table;margin-left:auto}.btn--align-center{display:table;margin-right:auto;margin-left:auto}.elf-external,.link-external,.external{position:relative}.elf-external:after,.link-external:after,.external:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.5rem;content:""}[href^="/documents"]:after,a[data-entity-type=media]:after,[href$=".doc"]:after,[href$=".docx"]:after,[href$=".pdf"]:after,[href$=".ppt"]:after,[href$=".pptx"]:after,[href$=".xls"]:after,[href$=".xlsx"]:after,[href$=".zip"]:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.5rem;content:""}.btn--centered{margin-left:auto;margin-right:auto;display:table}button.multiselect-dropdown__toggle:hover::after,button.multiselect-dropdown__toggle:focus::after{color:#222}.multiselect-dropdown__toggle,.facet-toggle,[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.75rem;padding:.8125rem 1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:.625rem 1.25rem;border-width:1px;border-style:solid;border-color:inherit;border-radius:0;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.7}.multiselect-dropdown__toggle:hover,.facet-toggle:hover,.multiselect-dropdown__toggle:focus,.facet-toggle:focus,[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus,[type=date]:hover,[type=date]:focus,[type=datetime]:hover,[type=datetime]:focus,[type=datetime-local]:hover,[type=datetime-local]:focus,[type=month]:hover,[type=month]:focus,[type=week]:hover,[type=week]:focus,[type=email]:hover,[type=email]:focus,[type=number]:hover,[type=number]:focus,[type=search]:hover,[type=search]:focus,[type=tel]:hover,[type=tel]:focus,[type=time]:hover,[type=time]:focus,[type=url]:hover,[type=url]:focus,[type=color]:hover,[type=color]:focus,[type=file]:hover,[type=file]:focus,[type=image]:hover,[type=image]:focus,[type=submit]:hover,[type=submit]:focus,button:hover,button:focus,textarea:hover,textarea:focus,select:hover,select:focus,fieldset:hover,fieldset:focus{text-decoration:none}.multiselect-dropdown__toggle:disabled,.facet-toggle:disabled,[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,[type=submit]:disabled,button:disabled,textarea:disabled,select:disabled,fieldset:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.facet-toggle,select{border-color:#82a1c3;color:#222;text-transform:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%23286DC0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 20px) 50%;background-size:20px}.facet-toggle:hover:not(:disabled),select:hover:not(:disabled){border-color:#286dc0}.facet-toggle:focus-visible,.facet-toggle:focus:not(:disabled),select:focus-visible,select:focus:not(:disabled){border-color:#7ab7ff}fieldset{display:block;border-color:#82a1c3;color:#222;text-transform:none;background:#fff;margin:0;border:none;padding:0}fieldset:hover:not(:disabled){border-color:#286dc0}fieldset:focus-visible,fieldset:focus:not(:disabled){border-color:#7ab7ff}button,[type=submit]{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:#013e7c;border-color:#013e7c;margin:0;cursor:pointer;border:0}button:hover,button:focus,[type=submit]:hover,[type=submit]:focus{text-decoration: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:#fff}button:hover,button:focus,[type=submit]:hover,[type=submit]:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}button:hover::before,button:hover::after,button:focus::before,button:focus::after,[type=submit]:hover::before,[type=submit]:hover::after,[type=submit]:focus::before,[type=submit]:focus::after{color:#fff}button:focus,[type=submit]:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){button,[type=submit]{font-size:.875rem;padding:1.5rem 2rem}}label{display:block;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7;font-size:1rem;font-weight:700}@media print,screen and (min-width:64.0625em){label{font-size:1rem}}label+[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{margin-top:.625rem}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],textarea{border-color:#82a1c3;color:#222;text-transform:none;background:#fff;margin:0}[type=text]:hover:not(:disabled),[type=password]:hover:not(:disabled),[type=date]:hover:not(:disabled),[type=datetime]:hover:not(:disabled),[type=datetime-local]:hover:not(:disabled),[type=month]:hover:not(:disabled),[type=week]:hover:not(:disabled),[type=email]:hover:not(:disabled),[type=number]:hover:not(:disabled),[type=search]:hover:not(:disabled),[type=tel]:hover:not(:disabled),[type=time]:hover:not(:disabled),[type=url]:hover:not(:disabled),[type=color]:hover:not(:disabled),[type=file]:hover:not(:disabled),[type=image]:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#286dc0}[type=text]:focus-visible,[type=text]:focus:not(:disabled),[type=password]:focus-visible,[type=password]:focus:not(:disabled),[type=date]:focus-visible,[type=date]:focus:not(:disabled),[type=datetime]:focus-visible,[type=datetime]:focus:not(:disabled),[type=datetime-local]:focus-visible,[type=datetime-local]:focus:not(:disabled),[type=month]:focus-visible,[type=month]:focus:not(:disabled),[type=week]:focus-visible,[type=week]:focus:not(:disabled),[type=email]:focus-visible,[type=email]:focus:not(:disabled),[type=number]:focus-visible,[type=number]:focus:not(:disabled),[type=search]:focus-visible,[type=search]:focus:not(:disabled),[type=tel]:focus-visible,[type=tel]:focus:not(:disabled),[type=time]:focus-visible,[type=time]:focus:not(:disabled),[type=url]:focus-visible,[type=url]:focus:not(:disabled),[type=color]:focus-visible,[type=color]:focus:not(:disabled),[type=file]:focus-visible,[type=file]:focus:not(:disabled),[type=image]:focus-visible,[type=image]:focus:not(:disabled),textarea:focus-visible,textarea:focus:not(:disabled){border-color:#7ab7ff}[type=text]::-webkit-input-placeholder,[type=password]::-webkit-input-placeholder,[type=date]::-webkit-input-placeholder,[type=datetime]::-webkit-input-placeholder,[type=datetime-local]::-webkit-input-placeholder,[type=month]::-webkit-input-placeholder,[type=week]::-webkit-input-placeholder,[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder,[type=search]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=time]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder,[type=color]::-webkit-input-placeholder,[type=file]::-webkit-input-placeholder,[type=image]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#262626;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}[type=text]::-moz-placeholder,[type=password]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime]::-moz-placeholder,[type=datetime-local]::-moz-placeholder,[type=month]::-moz-placeholder,[type=week]::-moz-placeholder,[type=email]::-moz-placeholder,[type=number]::-moz-placeholder,[type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder,[type=color]::-moz-placeholder,[type=file]::-moz-placeholder,[type=image]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#262626;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}[type=text]:-ms-input-placeholder,[type=password]:-ms-input-placeholder,[type=date]:-ms-input-placeholder,[type=datetime]:-ms-input-placeholder,[type=datetime-local]:-ms-input-placeholder,[type=month]:-ms-input-placeholder,[type=week]:-ms-input-placeholder,[type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=search]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=time]:-ms-input-placeholder,[type=url]:-ms-input-placeholder,[type=color]:-ms-input-placeholder,[type=file]:-ms-input-placeholder,[type=image]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#262626;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}[type=checkbox],[type=radio]{margin:0;cursor:pointer}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:1em 0 1em .25em;cursor:pointer;vertical-align:middle;color:#222}[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:#a6a6a6}[type=text]:not(:empty):invalid,[type=password]:not(:empty):invalid,[type=date]:not(:empty):invalid,[type=datetime]:not(:empty):invalid,[type=datetime-local]:not(:empty):invalid,[type=month]:not(:empty):invalid,[type=week]:not(:empty):invalid,[type=email]:not(:empty):invalid,[type=number]:not(:empty):invalid,[type=search]:not(:empty):invalid,[type=tel]:not(:empty):invalid,[type=time]:not(:empty):invalid,[type=url]:not(:empty):invalid,[type=color]:not(:empty):invalid,[type=file]:not(:empty):invalid,[type=image]:not(:empty):invalid,textarea:not(:empty):invalid{border-color:#a94442;-webkit-box-shadow:0 0 0 .0625em #a94442;box-shadow:0 0 0 .0625em #a94442}.webform-submission-form label+[type=text],.webform-submission-form [type=password],.webform-submission-form [type=date],.webform-submission-form [type=datetime],.webform-submission-form [type=datetime-local],.webform-submission-form [type=month],.webform-submission-form [type=week],.webform-submission-form [type=email],.webform-submission-form [type=number],.webform-submission-form [type=search],.webform-submission-form [type=tel],.webform-submission-form [type=time],.webform-submission-form [type=url],.webform-submission-form [type=color]{margin-top:0}.webform-submission-form p,.webform-submission-form h2,.webform-submission-form h3{margin:0}.webform-submission-form label+select{padding-bottom:.625rem}.webform-submission-form input+label,.webform-submission-form select+label{margin-top:.625rem}.webform-submission-form .webform-element-help{position:absolute;margin-top:4px}.webform-submission-form p{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.webform-submission-form p{margin-top:1.25rem}}.webform-submission-form legend+.fieldset-wrapper{margin-top:10px}.fieldset.webform-composite-hidden-title{margin-top:0}.fieldset-wrapper .webform-element-help-container--title:first-child select{margin-top:0}.container-inline .js-form-type-date:first-child{margin-top:.625rem}fieldset legend{margin-bottom:0}fieldset .fieldset-legend{margin-bottom:.625rem}fieldset .visually-hidden .fieldset-legend{margin-bottom:0}.bg-blue--dark{background-color:var(--blue--dark,#00356b);color:#fff}.bg-blue--dark ol.breadcrumbs a,.bg-blue--dark a{color:#fff}.bg-blue--dark ol.breadcrumbs a:hover,.bg-blue--dark a:hover{color:#fff}.bg-blue--dark li:before{color:#e7da99}.bg-blue--brand{background-color:#013e7c;color:#fff}.bg-blue--brand a{color:#fff}.listing__form,.bg-texture--light{background-image:url(/themes/custom/yale_fas/assets/img/debut_light.png);background-color:#f6f6f6;background-size:400px}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.row-gap{row-gap:2.5rem}.row-gap-small{row-gap:1.25rem}.xsmall-text{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7}.grid-container-1260{padding-right:1.25rem;padding-left:1.25rem;max-width:1300px;margin-left:auto;margin-right:auto}@media screen and (max-width:79.9375em){.listing>.grid-container-1260{padding-right:0;padding-left:0}}.vaf{padding-top:2.5rem;padding-right:0;padding-left:0}.vaf__wrapper{gap:1rem}.vaf__items-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:.625rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.vaf__items-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.vaf__heading{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;font-size:1rem;margin:0;color:#000}@media print,screen and (min-width:64.0625em){.vaf__heading{font-size:1.125rem}}.vaf h2{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.vaf__group{display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:.5rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;-ms-flex-flow:wrap;flex-flow:wrap;list-style:none}.vaf{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vaf .vaf__group{margin-top:0}.vaf button.vaf__item{font-size:.75rem;line-height:1.7;font-weight:700;color:#013e7c;background-color:#f9f9f9;border-radius:.5rem;border:1px solid #63aaff;padding:.625rem 1.5rem}.vaf button.vaf__item:hover,.vaf button.vaf__item:focus{border:1px solid #013e7c !important;background-color:#e3ecf5}.vaf .vaf__item::after{margin-left:.3125rem;content:"";color:#013e7c;font-family:"Font Awesome 6 Pro";font-weight:300;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97)}.vaf .vaf__clear{font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;font-weight:700;line-height:1.2}.user-login-form,.page--utility+.page-wrapper .main-content{margin-top:2rem;margin-bottom:2rem}.user-login-form{padding:1.25rem;background-color:#013e7c;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:auto;margin-left:auto}@media print,screen and (min-width:48.0625em){.user-login-form{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.user-login-form{padding:2.5rem}}.user-login-form input:not(.form-submit){width:100%;margin-bottom:0;max-width:30rem}.user-login-form label:after{color:#e7da99}.user-login-form .description{width:100%;font-style:italic;margin-top:.25em}.user-login-form .form-item--error-message a{color:#fff;text-decoration:underline}.user-login-form .form-item--error-message a:hover,.user-login-form .form-item--error-message a:focus{text-decoration:none}.user-login-form .form-actions input{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#286dc0;border-color:#286dc0;background-color:#fff;width:100%}.user-login-form .form-actions input::before,.user-login-form .form-actions input::after{color:#222}.user-login-form .form-actions input:hover,.user-login-form .form-actions input:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.user-login-form .form-actions input:hover::before,.user-login-form .form-actions input:hover::after,.user-login-form .form-actions input:focus::before,.user-login-form .form-actions input:focus::after{color:#286dc0}.user-login-form .form-actions input:focus{outline:3px solid #fff}@media print,screen and (min-width:48.0625em){.user-login-form .form-actions input{font-size:.875rem;padding:1.5rem 2rem}}.user-login-form .form-item+.form-item,.user-login-form .form-actions{margin-top:1rem}.page--utility .main-content .search-form .form-item input{padding-bottom:1.25rem;border-color:gray}.page--utility .main-content .search-form .form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px;margin-bottom:5px}ol.search-results{padding-bottom:0.9375rem}@media print,screen and (min-width:48.0625em){ol.search-results{padding-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){ol.search-results{padding-bottom:1.875rem}}ol>li.search-result{padding-left:0}ol>li.search-result::before{display:none}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;padding:1.25rem;background:#262626}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none}.admin-tabs li{display:inline-block}.admin-tabs li+li{margin-left:.5em}.admin-tabs a{display:block;margin:0;padding:.5em 1em;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#fff;border-radius:.25em;background-color:#286dc0;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#767676}.admin-tabs a.is-active{background-color:#00356b}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto}}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;padding:.0625rem .3125rem .125rem;background:rgba(255,255,255,.75) !important}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);color:#7ab7ff;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{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:.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:#262626}.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{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;letter-spacing:-0.2px;all:unset}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}.sliding-popup-bottom .cookie-banner .wysiwyg,.sliding-popup-bottom .cookie-banner .form-item-markup{text-align:left}.form-item{position:relative}.form-item+.form-item{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.form-item+.form-item{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.form-item+.form-item{margin-top:2.5rem}}.form-item legend{font-weight:700}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit}.form-item [type=checkbox]+label,.form-item [type=radio]+label{position:relative;margin-left:2.5rem;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:400}.form-item [type=checkbox]+label::before,.form-item [type=radio]+label::before{position:absolute;left:-40px;display:block;width:1.5rem;height:1.5rem;content:"";-webkit-transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:2px solid #82a1c3}.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:#286dc0}.form-item [type=checkbox]:invalid+label,.form-item [type=radio]:invalid+label{color:#222}.form-item [type=checkbox]:invalid+label::before,.form-item [type=radio]:invalid+label::before{border-color:#82a1c3}.form-item [type=checkbox]:checked+label::after{position:absolute;left:-35px;top:.3125rem;display:block;width:1.125rem;height:1.125rem;background-color:#013e7c;content:""}.form-item [type=checkbox]:checked:disabled+label::after{border-color:#262626}.form-item [type=checkbox]:disabled+label::before{background-color:#a6a6a6}.form-item [type=radio]+label::before{border-radius:50%;width:1.3125rem;height:1.3125rem;padding:.15625rem}.form-item [type=radio]:focus+label::before{border:2px solid #8dc63f}.form-item [type=radio]:checked+label::before{border-color:#82a1c3;background-size:1em 1em;background:#013e7c content-box}.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{opacity:.3;background-color:#013e7c}input[type=hidden]+.form-item,.form-wrapper+.form-item,#ajax-wrapper+.form-item{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){input[type=hidden]+.form-item,.form-wrapper+.form-item,#ajax-wrapper+.form-item{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){input[type=hidden]+.form-item,.form-wrapper+.form-item,#ajax-wrapper+.form-item{margin-top:2.5rem}}#ajax-wrapper{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){#ajax-wrapper{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){#ajax-wrapper{margin-top:2.5rem}}form[class*=webform] [type=color],form[class*=webform] .form-color{margin-top:2px}input.form-color.form-color-output{border-left:1px solid #ccc}.form-item .mobile-table{margin-top:0 !important}.form-item table.sticky-header{display:none !important}td>.js-form-type-radio{top:-18px;left:6px}table .draggable a.tabledrag-handle{margin-right:1rem}table .draggable a.tabledrag-handle .handle{width:26px;height:26px;margin:0}table.tableselect [type=checkbox],table.tableselect .form-checkbox{position:unset !important;width:unset !important;height:unset !important;-webkit-transform:unset !important;transform:unset !important;opacity:1 !important}.form-item label+.mobile-table{margin-top:0}.webform-submission-form .webform-scale--wrapper legend+.fieldset-wrapper,.webform-submission-form .webform-scale--wrapper .fieldset-wrapper,.webform-submission-form .webform-scale--wrapper .form-item,.webform-submission-form .webform-scale--wrapper input[type=radio]+label{margin-top:0}.form-required::after{content:"*";color:#a94442}.webform-element-description{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7;margin-top:.625rem}@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:0;margin-bottom:.25em}.webform-managed-file-placeholder{color:#262626;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:400;font-style:italic}.form-managed-file [type=submit]{margin-left:0;margin-top:1.25rem;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:#013e7c;border-color:#013e7c}@media print,screen and (min-width:48.0625em){.form-managed-file [type=submit]{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.form-managed-file [type=submit]{margin-top:2.5rem}}.form-managed-file [type=submit]:hover,.form-managed-file [type=submit]:focus{text-decoration:none}.form-managed-file [type=submit]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.form-managed-file [type=submit]::before,.form-managed-file [type=submit]::after{color:#fff}.form-managed-file [type=submit]:hover,.form-managed-file [type=submit]:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}.form-managed-file [type=submit]:hover::before,.form-managed-file [type=submit]:hover::after,.form-managed-file [type=submit]:focus::before,.form-managed-file [type=submit]:focus::after{color:#fff}.form-managed-file [type=submit]:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){.form-managed-file [type=submit]{font-size:.875rem;padding:1.5rem 2rem}}form[class*=webform] .form-item{width:100%}form[class*=webform] .form-actions{margin-top:0.9375rem;margin-bottom:0.9375rem}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:1.25rem;margin-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){form[class*=webform] .form-actions{margin-top:1.875rem;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}.js-form-type-date,.js-form-type-managed-file{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.js-form-type-date,.js-form-type-managed-file{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.js-form-type-date,.js-form-type-managed-file{margin-top:2.5rem}}form[class*=webform] .webform-options-display-three-columns .form-item:first-child,form[class*=webform] .webform-options-display-two-columns .form-item:first-child{margin-top:0}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.embedded-entity:not([class*=align-]){margin-top:1.25rem;width:100%}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:1.875rem}}@media print,screen and (min-width:64.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}.maintenance-page>.main-content{margin-bottom:6.25rem;padding-top:2.5rem}.maintenance-page>footer{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:end;align-self:flex-end;width:100%;padding-top:1.25rem}.page--user .page-wrapper{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.page--user .page-wrapper{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.page--user .page-wrapper{margin-top:5rem;margin-bottom:5rem}}.oho-alert{padding:1.5em;background-color:#ffe21a}.oho-alert h2:first-child{margin-top:0}.oho-alert .fa{color:#fe5000;font-size:3.5em}.oho-alert a:not(.btn){color:#222}.message-type--notice{background-color:#0066bf}.message-type--notice .fa{color:#a6a6a6}.message-type--notice a:not(.btn),.message-type--notice{color:#fff}.pager{margin-top:1.25rem;padding-bottom:2.5rem;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7;font-size:1rem}@media print,screen and (min-width:48.0625em){.pager{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.pager{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.pager{font-size:1rem}}@media print,screen and (min-width:48.0625em){.pager{margin-top:3.75rem}}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.pager a{display:block;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.pager a:hover{text-decoration:none;color:#fff}.pager .is-active a{color:#fff;background-color:#21623c;font-weight:500}.pager .pager__item.is-active{border:1px solid #21623c}.pager [aria-hidden=true]{display:none}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}.pager__item{border:1px solid #ddd}.pager__item+.pager__item{margin-left:-1px}.pager__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px}.pager__item--ellipsis{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:41px;height:42px}.pager__item--first,.pager__item--previous,.pager__item--next,.pager__item--last{border-color:rgba(0,0,0,0);padding:0 10px 0 10px}.pager__item--first a,.pager__item--previous a,.pager__item--next a,.pager__item--last a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pager__item--first a:before,.pager__item--first a:after,.pager__item--previous a:before,.pager__item--previous a:after,.pager__item--next a:before,.pager__item--next a:after,.pager__item--last a:before,.pager__item--last a:after{color:#286dc0}@media print,screen and (min-width:48.0625em){.pager__item--first .visually-hidden,.pager__item--previous .visually-hidden,.pager__item--next .visually-hidden,.pager__item--last .visually-hidden{padding-left:.5rem;padding-right:.5rem;position:relative !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.pager__item--first a::before{content:""}.pager__item+.pager__item--previous{margin-left:0;margin-right:4.0625rem}@media screen and (min-width:40em){.pager__item+.pager__item--previous{margin-right:2rem}}@media print,screen and (min-width:48.0625em){.pager__item+.pager__item--previous{margin-right:1.5625rem;margin-left:0}}@media print,screen and (min-width:64.0625em){.pager__item+.pager__item--previous{margin-right:2rem}}.pager__item+.pager__item--previous a::before{content:""}.pager__item+.pager__item--next{margin-left:3.875rem;margin-right:0}@media screen and (min-width:40em){.pager__item+.pager__item--next{margin-left:2rem}}@media print,screen and (min-width:48.0625em){.pager__item+.pager__item--next{margin-left:1.5625rem;margin-right:0}}@media print,screen and (min-width:64.0625em){.pager__item+.pager__item--next{margin-left:2rem}}.pager__item+.pager__item--next a::after{content:""}.pager__item--last a::after{content:""}.pager__item:hover{background-color:#286dc0;border:1px solid #286dc0}.pager__item:hover a{color:#fff}.pager__item:hover a:before,.pager__item:hover a:after{color:#fff}.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:-webkit-box;display:-ms-flexbox;display:flex}}.pager__item--ellipsis{pointer-events:none;-ms-flex-negative:0;flex-shrink:0}.pager__item.is-active{display:block}.page--search+.page-wrapper .main-content h2{margin-bottom:.5em}.page--search+.page-wrapper .main-content .search-form .form-item{display:inline-block}.page--search+.page-wrapper .main-content .search-form label{display:block}.page--search+.page-wrapper .main-content .search-form [type=search]{width:100%;font-size:1rem}.page--search+.page-wrapper .main-content .search-form a{color:#013e7c;display:inline-block;margin-bottom:1.25em}.page--search+.page-wrapper .main-content .search-form a.btn{padding-right:1.875rem}.page--search+.page-wrapper .main-content .search-form a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.page--search+.page-wrapper .main-content .search-form a:hover::after,.page--search+.page-wrapper .main-content .search-form a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.page--search+.page-wrapper .main-content .search-results{padding:0;list-style:none}.page--search+.page-wrapper .main-content .search-result{padding-left:0}.page--search+.page-wrapper .main-content .search-result::before{display:none}.page--search+.page-wrapper .main-content .search-result+.search-result{margin-top:2rem;padding-top:2rem;border-top:1px solid #f8f8f8}.page--search+.page-wrapper .main-content .search-result__title{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}@media print,screen and (min-width:48.0625em){.page--search+.page-wrapper .main-content .search-result__title{font-size:1.25rem;line-height:1.3}}@media print,screen and (min-width:64.0625em){.page--search+.page-wrapper .main-content .search-result__title{font-size:1.375rem}}.page--search+.page-wrapper .main-content .search-result__snippet{margin-bottom:0}.page--search .listing .views-exposed-form{margin-top:0}.page--search .views-exposed-form>.grid-container{padding-top:2.5rem;padding-bottom:2.5rem;background-color:#00356b;width:100%;position:relative}@media print,screen and (min-width:48.0625em){.page--search .views-exposed-form>.grid-container{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.page--search .views-exposed-form>.grid-container{padding-top:5rem;padding-bottom:5rem}}.page--search .views-exposed-form>.grid-container::after{content:"";display:block;position:absolute;pointer-events:none;top:0;left:0;height:100%;width:100%;-webkit-box-shadow:20px 0 0 #00356b,-20px 0 0 #00356b;box-shadow:20px 0 0 #00356b,-20px 0 0 #00356b}@media screen and (min-width:75em){.page--search .views-exposed-form>.grid-container::after{-webkit-box-shadow:400px 0 0 #00356b,-400px 0 0 #00356b;box-shadow:400px 0 0 #00356b,-400px 0 0 #00356b}}@media screen and (min-width:122.5em){.page--search .views-exposed-form>.grid-container::after{-webkit-box-shadow:1000px 0 0 #00356b,-1000px 0 0 #00356b;box-shadow:1000px 0 0 #00356b,-1000px 0 0 #00356b}}.page--search h2.listing__heading{margin:0;color:#fff}.page--search .global-spacing-xsmall{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.page--search .global-spacing-xsmall{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.page--search .global-spacing-xsmall{margin-top:2.5rem}}.page--search .filter-search-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:.5rem;gap:.5rem}.page--search .filter-search-submit label{color:#fff}.page--search .filter-search-submit .form-submit{color:#222;background-color:#fff;border-color:#fff}.page--search .filter-search-submit .form-submit::before,.page--search .filter-search-submit .form-submit::after{color:#222}.page--search .filter-search-submit .form-submit:hover,.page--search .filter-search-submit .form-submit:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.page--search .filter-search-submit .form-submit:hover::before,.page--search .filter-search-submit .form-submit:hover::after,.page--search .filter-search-submit .form-submit:focus::before,.page--search .filter-search-submit .form-submit:focus::after{color:#286dc0}.page--search .filter-search-submit .form-submit:focus{outline:3px solid #fff}.alert{padding-top:0.625rem;padding-bottom:0.625rem;background-color:#b11522;color:#fff}@media print,screen and (min-width:48.0625em){.alert{padding-top:1.25rem;padding-bottom:1.25rem}}.alert h2:first-child{margin-top:0}.alert .grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:1260px;margin-left:auto;margin-right:auto}.alert__icon-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.alert__content-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}@media print,screen and (max-width:48.06125em){.alert .large-1{position:absolute;right:20px;top:20px}}.alert .flex{row-gap:.625rem;-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem;position:relative}.alert .wysiwyg h2+p,.alert .form-item-markup h2+p{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.alert .wysiwyg h2+p,.alert .form-item-markup h2+p{margin-top:1.25rem}}.alert .wysiwyg p+p,.alert .form-item-markup p+p{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.alert .wysiwyg p+p,.alert .form-item-markup p+p{margin-top:1.25rem}}.alert .wysiwyg .btn,.alert .form-item-markup .btn{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#fff;margin-top:0;border-color:#fff}.alert .wysiwyg .btn::before,.alert .form-item-markup .btn::before,.alert .wysiwyg .btn::after,.alert .form-item-markup .btn::after{color:#222}.alert .wysiwyg .btn:hover,.alert .form-item-markup .btn:hover,.alert .wysiwyg .btn:focus,.alert .form-item-markup .btn:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.alert .wysiwyg .btn:hover::before,.alert .form-item-markup .btn:hover::before,.alert .wysiwyg .btn:hover::after,.alert .form-item-markup .btn:hover::after,.alert .wysiwyg .btn:focus::before,.alert .form-item-markup .btn:focus::before,.alert .wysiwyg .btn:focus::after,.alert .form-item-markup .btn:focus::after{color:#286dc0}.alert .wysiwyg .btn:focus,.alert .form-item-markup .btn:focus{outline:3px solid #fff}.alert .wysiwyg .btn:focus,.alert .form-item-markup .btn:focus,.alert .wysiwyg .btn:hover,.alert .form-item-markup .btn:hover{border-color:#e3ecf5}@media print,screen and (min-width:48.0625em){.alert .wysiwyg .btn,.alert .form-item-markup .btn{font-size:.875rem;padding:1.5rem 2rem}}.alert .fa{font-weight:300;font-size:2.25rem}@media print,screen and (min-width:48.0625em){.alert .fa{font-size:2.5rem;position:relative;top:5px}}.alert a:not(.btn){color:#013e7c}.alert .js-dismiss-button{background:rgba(0,0,0,0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.625rem}@media print,screen and (max-width:48.06125em){.alert .js-dismiss-button{position:absolute;top:-.9375rem;right:-1.5625rem;padding:.9375rem}}.alert .js-dismiss-button span:before{font-size:1.25rem}.alert-notice{background-color:#eee;color:#000;padding-top:0.9375rem;padding-bottom:0.9375rem}@media print,screen and (min-width:48.0625em){.alert-notice{padding-top:1.25rem;padding-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){.alert-notice{padding-top:1.875rem;padding-bottom:1.875rem}}.alert-notice .fa{color:#000}.alert-notice .wysiwyg .btn,.alert-notice .form-item-markup .btn{font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:#013e7c;border-color:#013e7c}.alert-notice .wysiwyg .btn::before,.alert-notice .form-item-markup .btn::before,.alert-notice .wysiwyg .btn::after,.alert-notice .form-item-markup .btn::after{color:#fff}.alert-notice .wysiwyg .btn:hover,.alert-notice .form-item-markup .btn:hover,.alert-notice .wysiwyg .btn:focus,.alert-notice .form-item-markup .btn:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}.alert-notice .wysiwyg .btn:hover::before,.alert-notice .form-item-markup .btn:hover::before,.alert-notice .wysiwyg .btn:hover::after,.alert-notice .form-item-markup .btn:hover::after,.alert-notice .wysiwyg .btn:focus::before,.alert-notice .form-item-markup .btn:focus::before,.alert-notice .wysiwyg .btn:focus::after,.alert-notice .form-item-markup .btn:focus::after{color:#fff}.alert-notice .wysiwyg .btn:focus,.alert-notice .form-item-markup .btn:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){.alert-notice .wysiwyg .btn,.alert-notice .form-item-markup .btn{font-size:.875rem;padding:1.5rem 2rem}}.alert-warning{background-color:#b11522;padding-top:0.9375rem;padding-bottom:0.9375rem}@media print,screen and (min-width:48.0625em){.alert-warning{padding-top:1.25rem;padding-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){.alert-warning{padding-top:1.875rem;padding-bottom:1.875rem}}.alert-warning .fa:before{color:#fff}.alert-warning .wysiwyg a:not(.btn),.alert-warning .form-item-markup a:not(.btn){color:#fff;text-decoration-color:#fff}.alert-banner{background-color:#ebf7f0;color:#222}.alert-banner .fa{top:-9px}.alert-banner .fa:before{color:#065e71;font-size:1.4375rem;position:relative}.alert-banner .js-dismiss-button{color:#000}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem}}.messages-contain-error .system-messages{position:static}.messages{margin-top:1rem;padding:1rem;border:.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{color:#3c763d;border-color:#67b168;background:#aad4ab}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0}.messages--error{color:#a94442;border-color:#ce8483;background:#ebcdcc}.has-alert .messages{position:absolute}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer}.messages__close:hover{text-decoration:underline}.main-content .gsc-input-box>.mobile-table{margin-top:0;margin-bottom:0}.main-content td.gsc-result-info-container{padding-left:0}.main-content .gsc-result-info{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@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:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,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:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@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{padding-top:0.9375rem;padding-bottom:0.9375rem;font-size:1rem}@media print,screen and (min-width:48.0625em){.main-content .gsc-webResult.gsc-result{padding-top:1.25rem;padding-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){.main-content .gsc-webResult.gsc-result{padding-top:1.875rem;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:3.125rem}@media print,screen and (min-width:48.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:5rem}}@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:#013e7c;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:#222}.toolbar .toolbar-icon{padding-left:2.75em;position:relative}[dir=rtl] .toolbar .toolbar-icon{padding-left:1.3333em;padding-right:2.75em}.toolbar .toolbar-icon::before{background-attachment:scroll;background-color:rgba(0,0,0,0);background-position:center center;background-repeat:no-repeat;background-size:100% auto;content:"";display:block;height:100%;left:.6667em;position:absolute;top:0;width:20px}[dir=rtl] .toolbar .toolbar-icon::before{left:auto;right:.6667em}.toolbar button.toolbar-icon{background-color:rgba(0,0,0,0);border:0;font-size:1em}.toolbar .toolbar-menu ul .toolbar-icon{padding-left:1.3333em}[dir=rtl] .toolbar .toolbar-menu ul .toolbar-icon{padding-left:0;padding-right:1.3333em}.toolbar .toolbar-menu ul a.toolbar-icon::before{display:none}.toolbar .toolbar-tray-vertical .toolbar-menu ul a{padding-left:2.75em}[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu ul a{padding-left:0;padding-right:2.75em}.toolbar .toolbar-tray-vertical .toolbar-menu ul ul a{padding-left:3.75em}[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu ul ul a{padding-left:0;padding-right:3.75em}.toolbar .toolbar-tray-vertical .toolbar-menu a{padding-left:2.75em;padding-right:4em}[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu a{padding-left:4em;padding-right:2.75em}@media only screen and (min-width:16.5em){.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon{margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-indent:-9999px;width:4em}.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon::before{background-size:42% auto;left:0;width:100%}.no-svg .toolbar .toolbar-bar .toolbar-tab>.toolbar-icon::before{background-size:auto auto}[dir=rtl] .toolbar .toolbar-bar .toolbar-tab>.toolbar-icon::before{left:auto;right:0}}@media only screen and (min-width:36em){.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon{background-position:left center;padding-left:2.75em;padding-right:1.3333em;text-indent:0;width:auto}[dir=rtl] .toolbar .toolbar-bar .toolbar-tab>.toolbar-icon{background-position:right center;padding-left:1.3333em;padding-right:2.75em}.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon::before{background-size:100% auto;left:.6667em;width:20px}.no-svg .toolbar .toolbar-bar .toolbar-tab>.toolbar-icon::before{background-size:auto auto}[dir=rtl] .toolbar .toolbar-bar .toolbar-tab>.toolbar-icon::before{left:0;right:.6667em}}.toolbar-tab a:focus{outline:none;text-decoration:underline}.toolbar-lining button:focus{outline:none}.toolbar-tray-horizontal a:focus,.toolbar-box a:focus{outline:none;background-color:#f5f5f5}.toolbar-box a:hover:focus{text-decoration:underline}.toolbar .toolbar-icon.toolbar-handle:focus{outline:none;background-color:#f5f5f5}.toolbar .toolbar-icon.toolbar-handle{width:4em;text-indent:-9999px}.toolbar .toolbar-icon.toolbar-handle::before{left:1.6667em}[dir=rtl] .toolbar .toolbar-icon.toolbar-handle::before{left:auto;right:1.6667em}.toolbar .toolbar-toggle-orientation button{height:39px;padding:0;text-indent:-999em;width:39px}.toolbar .toolbar-toggle-orientation button::before{left:0;right:0;margin:0 auto}[dir=rtl] .toolbar .toolbar-toggle-orientation .toolbar-icon{padding:0}.toolbar .toolbar-menu,[dir=rtl] .toolbar .toolbar-menu{list-style:none;margin:0;padding:0}.toolbar .toolbar-box{display:block;line-height:1em;position:relative;width:auto}.toolbar .toolbar-tray-vertical .toolbar-menu ul{display:none}.toolbar .toolbar-tray-horizontal .toolbar-menu .toolbar-handle{display:none}.toolbar-tray-open .toolbar-menu .menu-item--expanded ul{display:none}.toolbar .toolbar-tray-vertical li.open>ul{display:block}.toolbar .toolbar-tray-vertical .toolbar-handle+a{margin-right:3em}[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-handle+a{margin-left:3em;margin-right:0}.toolbar .toolbar-tray .menu-item--active-trail>.toolbar-box a,.toolbar .toolbar-tray a.is-active{color:#000;font-weight:bold}@media screen and (max-width:319px){.toolbar .toolbar-tray-vertical.is-active{width:100%}}.toolbar .level-2>ul{background-color:#fafafa;border-bottom-color:#ccc;border-top-color:#e5e5e5}.toolbar .level-3>ul{background-color:#f5f5f5;border-bottom-color:#c5c5c5;border-top-color:#ddd}.toolbar .level-4>ul{background-color:#eee;border-bottom-color:#bbb;border-top-color:#d5d5d5}.toolbar .level-5>ul{background-color:#e5e5e5;border-bottom-color:#b5b5b5;border-top-color:#ccc}.toolbar .level-6>ul{background-color:#eee;border-bottom-color:#aaa;border-top-color:#c5c5c5}.toolbar .level-7>ul{background-color:#fafafa;border-bottom-color:#b5b5b5;border-top-color:#ccc}.toolbar .level-8>ul{background-color:#ddd;border-bottom-color:#ccc;border-top-color:#ddd}.toolbar .toolbar-handle:hover{cursor:pointer}.toolbar .toolbar-icon.toolbar-handle{bottom:0;display:block;height:100%;padding:0;position:absolute;right:0;top:0;z-index:1}[dir=rtl] .toolbar .toolbar-icon.toolbar-handle{left:0;padding:0;right:auto}#toolbar-administration,#toolbar-administration *{-webkit-box-sizing:border-box;box-sizing:border-box}#toolbar-administration{font-size:small;line-height:1;margin:0;padding:0;vertical-align:baseline}@media print{#toolbar-administration{display:none}}.toolbar-loading #toolbar-administration{overflow:hidden}.toolbar li,.toolbar .item-list,.toolbar .item-list li,.toolbar .menu-item,.toolbar .menu-item--expanded{list-style-type:none;list-style-image:none}.toolbar .menu-item{padding-top:0}.toolbar .toolbar-bar .toolbar-tab,.toolbar .menu-item{display:block}.toolbar .toolbar-bar .toolbar-tab.hidden{display:none}.toolbar a{display:block;line-height:1}.toolbar .toolbar-bar,.toolbar .toolbar-tray{position:relative;z-index:1250}.toolbar-horizontal .toolbar-tray{position:fixed;width:100%;left:0}.toolbar-oriented .toolbar-bar{left:0;position:absolute;right:0;top:0}.toolbar-oriented .toolbar-tray{left:0;position:absolute;right:0}@media(min-width:61em){.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray{position:relative;display:block;z-index:-999;visibility:hidden;width:1px}.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray .toolbar-lining{width:999em}.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .home-toolbar-tab+.toolbar-tab .toolbar-tray{display:block}}.toolbar-oriented .toolbar-bar{z-index:502}body.toolbar-fixed .toolbar-oriented .toolbar-bar{position:fixed}body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented{bottom:0;width:240px;width:15rem}.toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu>li,.toolbar .toolbar-bar .toolbar-tab,.toolbar .toolbar-tray-horizontal li{float:left}[dir=rtl] .toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu>li,[dir=rtl] .toolbar .toolbar-bar .toolbar-tab,[dir=rtl] .toolbar .toolbar-tray-horizontal li{float:right}@media only screen{.toolbar .toolbar-bar .toolbar-tab,.toolbar .toolbar-tray-horizontal li{float:none}[dir=rtl] .toolbar .toolbar-bar .toolbar-tab,[dir=rtl] .toolbar .toolbar-tray-horizontal li{float:none}}@media(min-width:16.5em){.toolbar .toolbar-bar .toolbar-tab,.toolbar .toolbar-tray-horizontal li{float:left}[dir=rtl] .toolbar .toolbar-bar .toolbar-tab,[dir=rtl] .toolbar .toolbar-tray-horizontal li{float:right}}.toolbar-oriented .toolbar-bar .toolbar-tab,.toolbar-oriented .toolbar-tray-horizontal li{float:left}[dir=rtl] .toolbar-oriented .toolbar-bar .toolbar-tab,[dir=rtl] .toolbar-oriented .toolbar-tray-horizontal li{float:right}.toolbar .toolbar-tray{display:none;z-index:501}.toolbar-oriented .toolbar-tray-vertical{left:-100%;position:absolute;width:240px;width:15rem}[dir=rtl] .toolbar-oriented .toolbar-tray-vertical{left:auto;right:-100%}.toolbar .toolbar-tray-vertical>.toolbar-lining{min-height:100%}.toolbar .toolbar-tray-vertical>.toolbar-lining::before{width:100%}.toolbar-oriented .toolbar-tray-vertical>.toolbar-lining::before{bottom:0;content:"";display:block;left:0;position:fixed;top:0;width:240px;width:14rem;z-index:-1}[dir=rtl] .toolbar .toolbar-tray-vertical>.toolbar-lining::before{left:auto;right:0}.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon{position:relative;z-index:502}.toolbar-oriented .toolbar-tray-horizontal .menu-item ul{display:none}.toolbar .toolbar-tray-vertical.is-active,body.toolbar-fixed .toolbar .toolbar-tray-vertical{height:100%;overflow-x:hidden;overflow-y:auto;position:fixed}.toolbar .toolbar-tray.is-active{display:block}.toolbar-oriented .toolbar-tray-vertical.is-active{left:0}[dir=rtl] .toolbar-oriented .toolbar-tray-vertical.is-active{left:auto;right:0}body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{margin-left:240px;margin-left:15rem}@media print{body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{margin-left:0}}[dir=rtl] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{margin-left:auto;margin-right:240px;margin-right:15rem}@media print{[dir=rtl] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{margin-right:0}}.toolbar .toolbar-tray .toolbar-toggle-orientation{display:none}.toolbar-oriented .toolbar-tray .toolbar-toggle-orientation{display:block}.toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation{bottom:0;position:absolute;right:0;top:auto}[dir=rtl] .toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation{left:0;right:auto}.toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation{float:right;width:100%}[dir=rtl] .toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation{float:left}.toolbar .toolbar-bar .home-toolbar-tab{display:none}.path-admin .toolbar-bar .home-toolbar-tab{display:block}.toolbar{font-family:"Source Sans Pro","Lucida Grande",Verdana,sans-serif;font-size:.8125rem;-moz-tap-highlight-color:rgba(0,0,0,0);-o-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-moz-touch-callout:none;-o-touch-callout:none;-webkit-touch-callout:none;touch-callout:none}.toolbar .toolbar-item{cursor:pointer;padding:1em 1.3333em;line-height:1em;text-decoration:none}.toolbar .toolbar-item:hover,.toolbar .toolbar-item:focus{text-decoration:underline}.toolbar .toolbar-bar{background-color:#0f0f0f;-webkit-box-shadow:-1px 0 3px 1px rgba(0,0,0,.3333);box-shadow:-1px 0 3px 1px rgba(0,0,0,.3333);color:#ddd}[dir=rtl] .toolbar .toolbar-bar{-webkit-box-shadow:1px 0 3px 1px rgba(0,0,0,.3333);box-shadow:1px 0 3px 1px rgba(0,0,0,.3333)}.toolbar .toolbar-bar .toolbar-item{color:#fff}.toolbar .toolbar-bar .toolbar-tab>.toolbar-item{font-weight:bold}.toolbar .toolbar-bar .toolbar-tab>.toolbar-item:hover,.toolbar .toolbar-bar .toolbar-tab>.toolbar-item:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(255,255,255,0.125)),color-stop(200%,transparent));background-image:linear-gradient(rgba(255,255,255,0.125) 20%,transparent 200%)}.toolbar .toolbar-bar .toolbar-tab>.toolbar-item.is-active{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(255,255,255,0.25)),color-stop(200%,transparent));background-image:linear-gradient(rgba(255,255,255,0.25) 20%,transparent 200%)}.toolbar .toolbar-tray{background-color:#fff}.toolbar-horizontal .toolbar-tray>.toolbar-lining{padding-right:5em}[dir=rtl] .toolbar-horizontal .toolbar-tray>.toolbar-lining{padding-right:0;padding-left:5em}.toolbar .toolbar-tray-vertical{background-color:#f5f5f5;border-right:1px solid #aaa;-webkit-box-shadow:-1px 0 5px 2px rgba(0,0,0,.3333);box-shadow:-1px 0 5px 2px rgba(0,0,0,.3333)}[dir=rtl] .toolbar .toolbar-tray-vertical{border-left:1px solid #aaa;border-right:0 none;-webkit-box-shadow:1px 0 5px 2px rgba(0,0,0,.3333);box-shadow:1px 0 5px 2px rgba(0,0,0,.3333)}.toolbar-horizontal .toolbar-tray{border-bottom:1px solid #aaa;-webkit-box-shadow:-2px 1px 3px 1px rgba(0,0,0,.3333);box-shadow:-2px 1px 3px 1px rgba(0,0,0,.3333)}[dir=rtl] .toolbar-horizontal .toolbar-tray{-webkit-box-shadow:2px 1px 3px 1px rgba(0,0,0,.3333);box-shadow:2px 1px 3px 1px rgba(0,0,0,.3333)}.toolbar .toolbar-tray-horizontal .toolbar-tray{background-color:#f5f5f5}.toolbar-tray a{color:#565656;cursor:pointer;padding:1em 1.3333em;text-decoration:none}.toolbar-tray a:hover,.toolbar-tray a:active,.toolbar-tray a:focus,.toolbar-tray a.is-active{color:#000;text-decoration:underline}.toolbar .toolbar-menu{background-color:#fff}.toolbar-horizontal .toolbar-tray .menu-item+.menu-item{border-left:1px solid #ddd}[dir=rtl] .toolbar-horizontal .toolbar-tray .menu-item+.menu-item{border-left:0 none;border-right:1px solid #ddd}.toolbar-horizontal .toolbar-tray .menu-item:last-child{border-right:1px solid #ddd}[dir=rtl] .toolbar-horizontal .toolbar-tray .menu-item:last-child{border-left:1px solid #ddd}.toolbar .toolbar-tray-vertical .menu-item+.menu-item{border-top:1px solid #ddd}.toolbar .toolbar-tray-vertical .menu-item:last-child{border-bottom:1px solid #ddd}.toolbar .toolbar-tray-vertical .menu-item .menu-item{border:0 none}.toolbar .toolbar-tray-vertical .toolbar-menu ul ul{border-bottom:1px solid #ddd;border-top:1px solid #ddd}.toolbar .toolbar-tray-vertical .menu-item:last-child>ul{border-bottom:0}.toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu{margin-left:.25em}[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu{margin-left:0;margin-right:.25em}.toolbar .toolbar-menu .toolbar-menu a{color:#434343}.toolbar .toolbar-toggle-orientation{background-color:#f5f5f5;padding:0;height:100%}.toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation{border-left:1px solid #c9c9c9}[dir=rtl] .toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation{border-left:0 none;border-right:1px solid #c9c9c9}.toolbar .toolbar-toggle-orientation>.toolbar-lining{float:right}[dir=rtl] .toolbar .toolbar-toggle-orientation>.toolbar-lining{float:left}.toolbar .toolbar-toggle-orientation button{cursor:pointer;display:inline-block}.toolbar-tray-horizontal .menu-item:hover{background:#fff}.toolbar-tray-horizontal .menu-item a:focus{background:#abeae4}.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded>a:focus{background-position:center right;background-image:url(/themes/custom/yale_fas/assets/misc/icons/0074bd/chevron-right.svg);background-repeat:no-repeat}.toolbar-tray-horizontal .menu-item--expanded .menu{background:#fff;width:auto;height:auto}.toolbar-tray-horizontal .menu-item--expanded{background-color:#f5f5f2}.toolbar-tray-horizontal ul li li.menu-item{border-top:none rgba(0,0,0,0);border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd}.toolbar .toolbar-tray-horizontal .menu-item:last-child{border-left:1px solid #ddd;border-right:1px solid #ddd}.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child{border-top:1px solid #ddd}.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul{display:none;left:-999em}.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul{display:block;left:auto}.toolbar-tray-horizontal .menu ul li a,.toolbar-tray-horizontal .menu ul .toolbar-icon{padding:12px 15px 12px 12px}.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul{display:block;position:absolute;width:200px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);z-index:1}.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item>ul{display:none}.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded{background-position:center right;background-image:url(/themes/custom/yale_fas/assets/misc/icons/0074bd/chevron-right.svg);background-repeat:no-repeat}.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul{display:block;margin:-40px 0 0 197px}.toolbar-tray-horizontal li:hover ul li{float:none}.toolbar-tray-horizontal li.hover-intent ul li{float:none}.toolbar-tray-horizontal .toolbar .level-2>ul{position:absolute;padding-top:0;top:0;left:200px;width:200px}.toolbar .toolbar-tray-vertical li.open>ul.toolbar-menu.clearfix{display:block}[dir=rtl] .toolbar-tray-horizontal .menu-item:hover{background:#fff}[dir=rtl] .toolbar-tray-horizontal .menu-item a:focus{background:#abeae4}[dir=rtl] .toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded>a:focus{background-position:center right;background-image:url(/themes/custom/yale_fas/assets/misc/icons/0074bd/chevron-right.svg);background-repeat:no-repeat}[dir=rtl] .toolbar-tray-horizontal .menu-item--expanded .menu{background:#fff;width:auto;height:auto}[dir=rtl] .toolbar-tray-horizontal .menu-item--expanded{background-color:#f5f5f2}[dir=rtl] .toolbar-tray-horizontal ul li li.menu-item{border-top:none rgba(0,0,0,0);border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd}[dir=rtl] .toolbar .toolbar-tray-horizontal .menu-item:last-child{border-left:1px solid #ddd;border-right:1px solid #ddd}[dir=rtl] .toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child{border-top:1px solid #ddd}[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul{display:none;left:-999em}[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,[dir=rtl] .toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,[dir=rtl] .toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,[dir=rtl] .toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,[dir=rtl] .toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul{display:block;left:auto}[dir=rtl] .toolbar-tray-horizontal .menu ul li a,[dir=rtl] .toolbar-tray-horizontal .menu ul .toolbar-icon{padding:12px 15px 12px 12px}[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul{display:block;position:absolute;width:200px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);z-index:1}[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item>ul{display:none}[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded{background-position:center left;background-image:url(/themes/custom/yale_fas/assets/misc/icons/0074bd/chevron-left.svg);background-repeat:no-repeat}[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul{display:block;margin:-40px 197px 0 0}[dir=rtl] .toolbar-tray-horizontal li:hover ul li{float:none}[dir=rtl] .toolbar-tray-horizontal li.hover-intent ul li{float:none}[dir=rtl] .toolbar-tray-horizontal .toolbar .level-2>ul{position:absolute;padding-top:0;top:0;left:200px;width:200px}[dir=rtl] .toolbar .toolbar-tray-vertical li.open>ul.toolbar-menu.clearfix{display:block}.toolbar-fixed{padding-top:39px}@media screen and (max-width:765px){.toolbar-fixed .toolbar-tray{display:none !important}}@media screen and (min-width:976px){.toolbar-fixed{padding-top:79px}}.toolbar-menu li:hover>ul{display:block !important;position:absolute;width:200px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);z-index:1}.video-embed-field-responsive-video{position:relative}.video-embed-field-responsive-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0}.video-embed-field-responsive-video::after{content:"";display:block;padding-bottom:56.25%}: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:""}}@-webkit-keyframes left-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes left-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@-webkit-keyframes right-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(23deg);transform:rotate(23deg)}}@keyframes right-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(23deg);transform:rotate(23deg)}}.page--scroll-tracker .site-header{display:none}.page--scroll-tracker h1{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.student-journey{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:100vh}.student-journey h2{max-width:960px;text-transform:uppercase;font-size:12vw;line-height:.8}.student-journey h2 .oho-animate:last-child::after{display:block;width:3px;height:200px;content:"";-webkit-transition:height .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:height .8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-transition-delay:.8s;transition-delay:.8s;-webkit-transform:translateY(80px);transform:translateY(80px);background:#222}.student-journey h2 .oho-animate.oho-animate--ready:last-child::after{height:0;-webkit-transition:none;transition:none}.horizontal-story-container{position:relative;width:100%;min-height:4900vh}.horizontal-story{position:sticky;top:0;left:0;width:100vw;height:100vh;opacity:calc(var(--scroll-tracker)*20)}.horizontal-story .laptop-cloud{display:none;fill:url(#laptop-cloud-gradient)}.horizontal-story .background path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -8%));transform:translateX(calc(var(--scroll-tracker) * -8%));opacity:.7;fill:#dfe9f7}.horizontal-story .background path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%))}.horizontal-story .background path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.horizontal-story .background path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%))}.horizontal-story .background path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.horizontal-story .background path.cloud-background--offset-top{-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%)}.horizontal-story .background:nth-child(3) path,.horizontal-story .background:nth-child(4) path,.horizontal-story .background:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -4%));transform:translateX(calc(var(--scroll-tracker) * -4%))}.horizontal-story .background:nth-child(3) path:nth-child(2),.horizontal-story .background:nth-child(4) path:nth-child(2),.horizontal-story .background:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.horizontal-story .background:nth-child(3) path:nth-child(3),.horizontal-story .background:nth-child(4) path:nth-child(3),.horizontal-story .background:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -43%));transform:translateX(calc(var(--scroll-tracker) * -43%))}.horizontal-story .background:nth-child(3) path:nth-child(4),.horizontal-story .background:nth-child(4) path:nth-child(4),.horizontal-story .background:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%))}.horizontal-story .background:nth-child(3) path:nth-child(5),.horizontal-story .background:nth-child(4) path:nth-child(5),.horizontal-story .background:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.laptop__screen,.laptop__keyboard--accent{fill:#2d3079}.laptop__screen--inner{fill:#fff}.laptop__keyboard{fill:#71b3e2}.laptop__bars{fill:#ffe21a}.laptop__molecules{fill:#013e7c;-webkit-transform:rotate(calc(var(--scroll-tracker) * 0.05deg));transform:rotate(calc(var(--scroll-tracker) * 0.05deg));-webkit-transform-origin:70% 42.1%;transform-origin:70% 42.1%}.person{-webkit-transform:translateX(calc(var(--scroll-tracker) * 0.02%));transform:translateX(calc(var(--scroll-tracker) * 0.02%))}.person .skin{fill:#4e3a2d}.person .hair,.person .skirt,.person .shoe{fill:#2d3079;-webkit-transition:1.4s;transition:1.4s}.person .torso{fill:#aeaed7}.person .sleeve{fill:#fff}.person .mouth{fill:none;stroke:#f3f3f3;stroke-width:2.7032;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.leg{-webkit-transform-origin:58% 52%;transform-origin:58% 52%;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.leg--right{-webkit-animation-name:right-leg;animation-name:right-leg}.leg--left{-webkit-animation-name:left-leg;animation-name:left-leg}.grounds{-webkit-transform:translateY(6.1%);transform:translateY(6.1%)}.grounds line{fill:none;stroke:#97d1ed;stroke-width:4.1196;stroke-linecap:round;stroke-miterlimit:10;-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.grounds line:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -3%));transform:translateX(calc(var(--scroll-tracker) * -3%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -12%));transform:translateX(calc(var(--scroll-tracker) * -12%))}.ground:nth-child(3) path,.ground:nth-child(4) path,.ground:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -114%));transform:translateX(calc(var(--scroll-tracker) * -114%))}.ground:nth-child(3) path:nth-child(2),.ground:nth-child(4) path:nth-child(2),.ground:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.ground:nth-child(3) path:nth-child(3),.ground:nth-child(4) path:nth-child(3),.ground:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.ground:nth-child(3) path:nth-child(4),.ground:nth-child(4) path:nth-child(4),.ground:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -145%));transform:translateX(calc(var(--scroll-tracker) * -145%))}.ground:nth-child(3) path:nth-child(5),.ground:nth-child(4) path:nth-child(5),.ground:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.horizontal-story--content{position:relative;z-index:3;min-height:100vh}.horizontal-story--content .initial-12{padding:1.875rem;background:rgba(255,255,255,.5)}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.horizontal-story--content .initial-12{padding:3.75rem}}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding-left:10%}}.st17{fill:#a0dadc}.st18{opacity:.15}.st19{fill:#875c35}.st20{fill:#77685a}.st21{fill:#517c7d}.st22{fill:#fcb773}.st23{fill:#d39053}.st24{fill:#aa774d}.st25{fill:#f37c73}.st26{fill:#a99989}.st27,.bush{fill:#2d7138}.st28{fill:#d2923b}.st29{fill:#61bd63}.st30{fill:#b9d248}.st31{fill:#ffe2c0}.st32{fill:#c65856}.st33{fill:#6384c2}.st34{fill:#416299}.st35{fill:#444544}.st36{fill:#666766}.st37{fill:#e7f1f4}.st38{fill:#747d53}.st39{fill:#586039}.st40{fill:#c7c6c6}.st41{fill:#f99d1c}.city .buildings-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -113%));transform:translateX(calc(var(--scroll-tracker) * -113%))}.city .house{-webkit-transform:translateX(calc(var(--scroll-tracker) * -135%));transform:translateX(calc(var(--scroll-tracker) * -135%))}.city .trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.city .buildings-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -183%));transform:translateX(calc(var(--scroll-tracker) * -183%))}.city .car{-webkit-transform:translateX(calc(var(--scroll-tracker) * -204%));transform:translateX(calc(var(--scroll-tracker) * -204%))}.city .van{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%))}.city .suv{-webkit-transform:translateX(calc(var(--scroll-tracker) * -245%));transform:translateX(calc(var(--scroll-tracker) * -245%))}.city .sign{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%))}.timeline-outer{-webkit-transform:translateX(12%);transform:translateX(12%)}.timeline{-webkit-transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%)}.timeline .purple-fill,.timeline__point{fill:#2d3079}.timeline__info-bubble .text{fill:#fff}.timeline__line{stroke:#2d3079;stroke-width:8px}.workingst17{opacity:.73;fill:#fff}.workingst18{fill:#d4dbe1}.workingst19{fill:#86c0e9}.workingst20{fill:#5d554e}.workingst21{fill:#3d4246}.workingst22{fill:#34383b}.workingst23{fill:#efa986}.workingst24{fill:#fdcda3}.workingst25{fill:#e2d2ca}.workingst26{fill:#4a5055}.workingst27{fill:#d7d6d6}.workingst28{fill:#c98462}.workingst29{fill:#df9e7d}.workingst30{fill:#e9e8e8}.workingst31{fill:#bcd5ef}.workingst32{fill:#767676}.workingst33{fill:#fff}.workingst34{fill:url(#SVGID_1_)}.workingst35{fill:url(#SVGID_2_)}.workingst36{fill:url(#SVGID_3_)}.workingst37{fill:#c5ccd1}.workingst38{fill:url(#SVGID_4_)}.workingst39{fill:#e0e1e0}.workingst40{fill:#b9b9b9}.workingst41{fill:#d9d9d8}.workingst42{fill:url(#SVGID_5_)}.workingst43{fill:url(#SVGID_6_)}.workingst44{fill:#d64e4b}.workingst45{fill:#2a2c47}.workingst46{fill:#3e426b}.workingst47{fill:#d0beb6}.workingst48{fill:#23263d}.workingst49{fill:#f15c5b}.workingst50{fill:#807167}.workingst51{fill:#191b2b}.workingst52{fill:#a77961}.workingst53{fill:#b1403e}.workingst54{fill:#292c45}.workingst55{fill:#eddad3}.workingst56{fill:#f5f6f6}.workingst57{fill:#62a9dc}.workingst58{fill:#3983c4}.workingst59{fill:#1a5a8d}.workingst60{fill:#2274b5}.workingst61{fill:#3a88c8}.workingst62{fill:url(#SVGID_7_)}.workingst63{fill:url(#SVGID_8_)}.workingst64{fill:url(#SVGID_9_)}.workingst65{fill:url(#SVGID_10_)}.workingst66{fill:url(#SVGID_11_)}.workingst67{fill:url(#SVGID_12_)}.workingst68{fill:#706966}.workingst69{fill:#ccbdb7}.workingst70{fill:#998e89}.workingst71{fill:#b59074}.workingst72{fill:#fcb557}.workingst73{fill:#434873}.workingst74{fill:#3b4048}.workingst75{fill:#323757}.workingst76{fill:#928783}.workingst77{fill:#5f5955}.workingst78{fill:#bfb2ac}.workingst79{fill:#b9aca6}.workingst80{fill:#f6f7fb}.workingst81{fill:#928681}.workingst82{fill:#dfe1e8}.workingst83{fill:#a0dadc}.workingst84{opacity:.15}.workingst85{fill:#875c35}.workingst86{fill:#77685a}.workingst87{fill:#517c7d}.workingst88{fill:#fcb773}.workingst89{fill:#d39053}.workingst90{fill:#aa774d}.workingst91{fill:#f37c73}.workingst92{fill:#a99989}.workingst93{fill:#2d7138}.workingst94{fill:#d2923b}.workingst95{fill:#61bd63}.workingst96{fill:#b9d248}.workingst97{fill:#ffe2c0}.workingst98{fill:#c65856}.workingst99{fill:#6384c2}.workingst100{fill:#416299}.workingst101{fill:#444544}.workingst102{fill:#666766}.workingst103{fill:#e7f1f4}.workingst104{fill:#747d53}.workingst105{fill:#586039}.workingst106{fill:#c7c6c6}.workingst107{fill:#f99d1c}.workingst108{fill:none;stroke:#2b2e74;stroke-width:7;stroke-miterlimit:10}.working-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -155%));transform:translateX(calc(var(--scroll-tracker) * -155%))}.working-middle{-webkit-transform:translateX(calc(var(--scroll-tracker) * -140%));transform:translateX(calc(var(--scroll-tracker) * -140%))}.working-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -129%));transform:translateX(calc(var(--scroll-tracker) * -129%))}.landscape-scrolltracker__scene{min-height:400vh}.landscape-scrolltracker__scene svg{position:sticky;top:0;height:100vh}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * 55%));transform:translateX(calc(var(--scroll-tracker) * 55%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_water{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare{-webkit-transform:translateX(14%);transform:translateX(14%)}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare path{-webkit-transform:rotateY(calc(var(--scroll-tracker) * 15deg));transform:rotateY(calc(var(--scroll-tracker) * 15deg));-webkit-transform-origin:58% 63%;transform-origin:58% 63%}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__streaks{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_stars{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-land,.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-foliage{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * -34%))}.landscape-scrolltracker__item--spring,.landscape-scrolltracker__item--sunset{position:relative}.landscape-scrolltracker__item--spring svg,.landscape-scrolltracker__item--sunset svg{z-index:2}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after,.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{position:absolute;top:0;left:0;width:100vw;height:350vh;margin-top:calc(var(--scroll-tracker)*-219%);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(153,26,9,0)),color-stop(35%,rgb(153,26,9)));background:linear-gradient(to bottom,rgba(153,26,9,0) 0%,rgb(153,26,9) 35%)}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(156,193,222,0)),color-stop(35%,rgb(156,193,222)));background:linear-gradient(to bottom,rgba(156,193,222,0) 0%,rgb(156,193,222) 35%)}.landscape-scrolltracker__item--sunset{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -65%));transform:translateX(calc(var(--scroll-tracker) * -65%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_clouds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -67%));transform:translateX(calc(var(--scroll-tracker) * -67%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_stars{-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_birds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -71%));transform:translateX(calc(var(--scroll-tracker) * -71%))}.landscape-scrolltracker__item--spring svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -55%));transform:translateX(calc(var(--scroll-tracker) * -55%))}.landscape-scrolltracker__item--spring #spring_trees-foreground{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%))}.landscape-scrolltracker__item--spring #spring_water,.landscape-scrolltracker__item--spring #spring_sky,.landscape-scrolltracker__item--spring #spring_foreground-hill,.landscape-scrolltracker__item--spring #spring_stars-dots,.landscape-scrolltracker__item--spring #spring_stars-twinkle{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--spring #spring_water-accents{-webkit-transform:translateX(calc(var(--scroll-tracker) * -23%));transform:translateX(calc(var(--scroll-tracker) * -23%))}.landscape-scrolltracker__item--spring #spring_mountains-right{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--spring #spring_mountains-right>g:first-child{-webkit-transform:translateX(calc(var(--scroll-tracker) * -18%));transform:translateX(calc(var(--scroll-tracker) * -18%))}.landscape-scrolltracker__item--spring #spring_mountains-right>g:nth-child(2){-webkit-transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%))}.landscape-scrolltracker__item--spring #spring_light-house,.landscape-scrolltracker__item--spring #spring_background-trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -15%));transform:translateX(calc(var(--scroll-tracker) * -15%))}.landscape-scrolltracker__item--spring #spring_sailboat_sail-boat--left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%))}.landscape-scrolltracker__item--spring #spring_moon{-webkit-transform:translateY(calc(var(--scroll-tracker) * -35%));transform:translateY(calc(var(--scroll-tracker) * -35%))}.stat-journey-block{position:sticky;z-index:2;top:6.25rem;left:6.25rem;overflow:hidden;max-width:550px;padding:40px;color:#fff;border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(121,37,72,0.4)),to(rgba(94,27,56,0.8)));background:linear-gradient(to bottom,rgba(121,37,72,0.4) 0%,rgba(94,27,56,0.8) 100%)}.stat-journey-block .h1{font-size:120px}.landscape-scrolltracker__item--sunset .stat-journey-block{top:36%;right:0;left:0;max-width:1020px;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(rgba(147,15,14,0.4)),to(rgba(173,51,26,0.8)));background:linear-gradient(to bottom,rgba(147,15,14,0.4) 0%,rgba(173,51,26,0.8) 100%)}.landscape-scrolltracker__item--sunset .stat-journey-block .grid-x{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.landscape-scrolltracker__item--spring .stat-journey-block{right:100px;left:auto;float:right;background:-webkit-gradient(linear,left top,left bottom,from(rgb(39,85,133)),to(rgba(36,30,59,0.8)));background:linear-gradient(to bottom,rgb(39,85,133) 0%,rgba(36,30,59,0.8) 100%)}.student-journey--adventure h2{color:#fff}.student-journey--adventure h2 .oho-animate:last-child::after{position:absolute;z-index:-1;bottom:0;left:0;width:100vw;background:-webkit-gradient(linear,left top,left bottom,from(rgb(121,37,72)),to(rgb(115,63,105)));background:linear-gradient(to bottom,rgb(121,37,72) 0%,rgb(115,63,105) 100%)}.student-journey--adventure h2 .oho-animate:not(.oho-animate--ready):last-child::after{height:110vh}.more-less{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.more-less [data-more-less-content]{position:relative;overflow:hidden;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.more-less [data-more-less-toggle],.more-less .more-less__toggle{display:none;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.more-less [data-more-less-toggle]::before,.more-less .more-less__toggle::before{content:"See More"}.more-less[data-more-less-init] [data-more-less-toggle],.more-less[data-more-less-init] .more-less__toggle{display:inline-block}.more-less[data-more-less-init=items] [data-more-less-item]:nth-child(3)~[data-more-less-item]{display:none}.more-less.more-less-open [data-more-less-content]{max-height:none !important}.more-less.more-less-open [data-more-less-item]{display:block !important}.more-less.more-less-open [data-more-less-toggle]::before,.more-less.more-less-open .more-less__toggle::before{content:"See Less"}:root:not(.oho-js) .more-less__content{max-height:none !important}:root:not(.oho-js) .more-less__item{display:block !important}:root:not(.oho-js) .more-less::after,:root:not(.oho-js) .more-less__toggle,.more-less--inactive::after,.more-less--inactive .more-less__toggle{display:none}.slide-toggle{--slide-toggle-offset:0;--slide-toggle-scale:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.slide-toggle__button{margin:0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0)}.slide-toggle--line{border-bottom:.0625em solid #000}.slide-toggle--line .slide-toggle__button{color:#222}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#013e7c}@supports(--css:variables){.slide-toggle--line::after{bottom:0;height:.3125em;-webkit-transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#013e7c}}.slide-toggle--pill{padding:1em;background-color:#767676}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1}.slide-toggle--pill .slide-toggle__button:hover{background-color:#013e7c}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#013e7c}@supports(--css:variables){.slide-toggle--pill::after{top:1em;bottom:1em;-webkit-transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);background-color:#f8f8f8}}@supports(--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform-origin:0 0;transform-origin:0 0}.slide-toggle .slide-toggle__button{background-color:rgba(0,0,0,0) !important}}.slider-navigation{display:none}.slider-navigation.hidden{display:none}.swiper-initialized .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.swiper-initialized .slider-navigation.hidden{display:none}.swiper-wrapper{list-style:none}.swiper-wrapper>li{list-style:none}.slider-navigation>button{background:#286dc0;border-color:#286dc0;font-size:1.625rem !important;padding:.625rem;width:4.25rem;height:4.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration-thickness:.0625rem;text-underline-offset:1px}.slider-navigation>button .button-text{font-size:.75rem;margin-top:8px}.slider-navigation>button:hover{background:#113567;border-color:#113567}.slider-navigation>button:hover .button-text{text-decoration:underline;text-decoration-color:#fff}.slider-navigation.hidden{display:none}.tabs__buttons{display:none;margin:0}@media print,screen and (min-width:48.0625em){.tabs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}:root:not(.oho-js) .tabs__buttons{display:none}}@media print,screen and (min-width:48.0625em){.tabs__button{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.875rem;padding:1.5rem 2rem;color:#fff;background-color:#013e7c;border-color:#013e7c;margin-bottom:-0.0625em}.tabs__button:hover,.tabs__button:focus{text-decoration:none}.tabs__button:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.tabs__button::before,.tabs__button::after{color:#fff}.tabs__button:hover,.tabs__button:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}.tabs__button:hover::before,.tabs__button:hover::after,.tabs__button:focus::before,.tabs__button:focus::after{color:#fff}.tabs__button:focus{outline:3px solid #7ab7ff}.tabs__button[aria-selected=true]{color:#013e7c;border-bottom-color:#fff;background-color:#fff}}@media print,screen and (min-width:48.0625em){.tabs .accordion{display:block;margin-top:0;padding:1.75em;border:.0625em solid #013e7c}.tabs .accordion::before,.tabs .accordion::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tabs .accordion::after{clear:both}.tabs .accordion[aria-hidden=true]{display:none}.tabs .accordion__button{display:none}:root:not(.oho-js) .tabs .accordion__button{display:block}}.tooltip>*{display:inline}.tooltip{position:relative;z-index:3}.tooltip p,.tooltip{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:64.0625em){.tooltip p,.tooltip{font-size:1rem}}.tooltip__toggle{padding:0;color:#013e7c;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;-webkit-transform:translateY(13px) translateX(1%);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;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.21);box-shadow:0 0 7px 0 rgba(0,0,0,.21);color:#222}@media screen and (min-width:48.0625em){.tooltip__content__inner{padding:1rem}}.checkbox-container .tooltip{position:absolute}.checkbox-container .tooltip__content{-webkit-transform:translateX(-40px);transform:translateX(-40px)}.checkbox-container [type=checkbox]+label,.checkbox-container [type=radio]+label{display:inline}.checkbox-container .tooltip--open .tooltip__toggle:before,.checkbox-container .tooltip--open .tooltip__toggle:after{-webkit-transform:translateY(20px) translateX(3%);transform:translateY(20px) translateX(3%)}[data-tooltip-active=true]{z-index:5 !important}.video-play-button{position:absolute;z-index:4;bottom:1.25rem;left:1.25rem;background:none}.video-play-button::after{content:"";font-family:"Font Awesome 6 Pro";font-size:3rem;font-weight:100}.video-playing .video-play-button::after{content:""}.video-play-button:hover,.video-play-button:focus{background-color:rgba(0,0,0,0);border:rgba(0,0,0,0);outline-color:rgba(0,0,0,0)}.video-play-button:hover:after,.video-play-button:focus:after{color:#7ab7ff}.play-button{position:absolute;top:50%;left:50%;width:3rem;height:3rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-filter:drop-shadow(0px 0px 20px rgba(0,0,0,0.4));filter:drop-shadow(0px 0px 20px rgba(0,0,0,0.4));opacity:1}.play-button path{fill:#fff;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}@media print,screen and (min-width:48.0625em){.play-button{width:11.25rem;height:11.25rem}}a:hover .play-button path,a:focus .play-button path{fill:#7ab7ff}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media print,screen and (min-width:48.0625em){.alpha-filters{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.alpha-filters .fieldset-wrapper>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.alpha-filters .form-item [type=radio]:disabled+label{color:#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:#013e7c}.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:#013e7c}.alpha-filters .form-item [type=radio]:checked+label:focus::after,.alpha-filters .form-item [type=radio]:checked+label:hover::after{background-color:#ffe21a}.date-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.eyebrow+.date-block{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date-block time+time::before{margin-right:0.625rem;margin-left:0.625rem;width:1.5rem;height:.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor}@media print,screen and (min-width:48.0625em){.date-block time+time::before{margin-right:1.25rem;margin-left:1.25rem}}.date-block span{display:block}.document-resources-set h4,.contact-set h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}@media print,screen and (min-width:48.0625em){.document-resources-set h4,.contact-set h4{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.document-resources-set h4,.contact-set h4{font-size:1.25rem}}.document-resources-set__list ul,.contact-set__list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;list-style:none}.contact-set__list li{background-color:#fff;border:2px solid #ddd;padding:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.625rem;width:280px;max-width:100%}.contact-set__list a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:700}.contact-set__list a:hover,.contact-set__list a:focus{text-decoration-color:rgba(0,0,0,0)}.contact-set__list span{font-size:.875rem}.contact-set__list span strong{font-size:1.125rem}.process-steps__set .contact-set__list li{width:248px}.document-set--item a{display:inline-block;color:#013e7c;font-weight:700;font-size:.875rem;padding:.9375rem;background-color:#fff;border:1px solid #286dc0;border-radius:3px;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97)}.document-set--item a::before{font-family:"Font Awesome 6 Pro";content:"";margin-right:.625rem;font-weight:300}.document-set--item a[href^="/documents"]:after,.document-set--item a::after{display:none}.document-set--item a:hover,.document-set--item a:focus{text-decoration:none;color:#fff;background-color:#013e7c;border-color:#113567}.document-set--item a:hover::before,.document-set--item a:focus::before{color:#fff}.icon-list{display:block}.icon-list li:not(:first-child){margin-top:0.625rem}.icon-list li,.icon-list a{display:block;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}.icon-list a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:500}.icon-list a:hover,.icon-list a:focus{text-decoration-color:rgba(0,0,0,0)}.icon-list li{position:relative;padding-left:1.875rem}.icon-list a[href^="mailto:"]{display:block;overflow:hidden;text-overflow:ellipsis}.icon-list__icon{position:absolute;left:0;top:.125rem}.icon-list__icon::before{font-weight:300}.icon-list--inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-list--inline li:not(:first-child){margin-top:0}.icon-list--inline li:not(:last-child){margin-right:1.875rem}.icon-list__content>p{font-size:.875rem}.intro-text{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.intro-text{font-size:1.5rem}}.intro-text p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:48.0625em){.intro-text p{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.intro-text p{font-size:1.5rem}}.fieldgroup{z-index:initial}.multiselect-dropdown{position:relative}.multiselect-dropdown__dialog{position:absolute;z-index:3;width:100%;max-width:none;background-color:#fff;padding:1em;border:1px solid gray}.multiselect-dropdown__list{list-style:none}.multiselect-dropdown__item .form-item{margin-top:.5em;margin-bottom:0}.multiselect-dropdown__button{width:100%;margin-top:.5em;text-align:center}.multiselect-dropdown__toggle[data-multiselect-dropdown-open=true]:after{content:"-"}.multiselect-dropdown__scroll{max-height:300px;overflow-y:scroll}.listing form::before,.listing form::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.listing form::after{clear:both}.listing form:before,.listing form:after{display:none}.listing form .form-item{width:100%}.listing label{color:#222}.listing fieldset{background-color:rgba(0,0,0,0)}.listing fieldset label{color:#333}.listing .views-exposed-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem;row-gap:1.25rem}@media print,screen and (max-width:48.06125em){.listing .views-exposed-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.listing__form{padding:1.25rem;position:relative;z-index:4;-webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,.15);box-shadow:2px 2px 8px 0px rgba(0,0,0,.15)}.listing__form h2{margin:0}.listing__form .fieldgroup legend+.fieldset-wrapper{margin-top:.625rem}@media print,screen and (min-width:40.0625em){.listing__form{padding:3.125rem}}@media screen and (min-width:80em){.listing__form{margin-right:-48px;margin-left:-48px}}.listing .listing__form--title{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:64.0625em){.listing .listing__form--title{font-size:1.5rem}}.listing .views-exposed-form{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.listing .views-exposed-form{margin-top:2rem}}.listing .filter-search__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.listing .filter-sec-column__wrapper{width:100%}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{padding:.5625rem 1.25rem;width:100%;border-color:rgba(0,0,0,0)}.listing [data-drupal-selector=edit-reset]{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#286dc0;border-color:#286dc0}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{text-decoration:none}.listing [data-drupal-selector=edit-reset]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.listing [data-drupal-selector=edit-reset]::before,.listing [data-drupal-selector=edit-reset]::after{color:#222}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.listing [data-drupal-selector=edit-reset]:hover::before,.listing [data-drupal-selector=edit-reset]:hover::after,.listing [data-drupal-selector=edit-reset]:focus::before,.listing [data-drupal-selector=edit-reset]:focus::after{color:#286dc0}.listing [data-drupal-selector=edit-reset]:focus{outline:3px solid #fff}.listing .listing__form__submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.listing .form-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.listing [type=submit]{margin:0;padding:8.5px 16px;font-size:1.125rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:48.0625em){.listing [type=submit]{padding:8.5px 24px}}.listing [type=submit]+[type=submit]{margin-left:1em}@media print,screen and (min-width:40.0625em){.listing form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{margin-bottom:0}.listing .form-item,.listing .form-actions{margin-bottom:0}.listing .form-item{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.listing .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.listing .alpha-wrapper__letter{background-color:#21623c;width:3.25rem;height:3.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;text-transform:uppercase;color:#fff;font-size:2rem;margin:0}.card--listing{width:100%;margin-top:2rem}.card--listing+.card--listing{padding-top:2rem;border-top:.0625em solid #f8f8f8}.listing__rows--grouped{list-style:none;margin-top:0}.vaf+.listing__rows--grouped{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.vaf+.listing__rows--grouped{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.vaf+.listing__rows--grouped{margin-top:2.5rem}}.listing__rows--grouped .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listing__rows--grouped>*:nth-child(odd),.listing__rows--grouped>*:nth-child(even){background-color:rgba(0,0,0,0)}.listing__rows--grouped [data-start-color=true]>li::before{content:""}.listing__rows--grouped>ol,.listing__rows--grouped>li,.listing__rows--grouped>li>ol,.listing__rows--grouped>li>ol>li{width:100%;margin-top:0;margin-bottom:0;padding:0}.listing__rows--grouped>li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.listing__rows--grouped>li::before{display:none}.listing__rows--grouped>li>.eyebrow{display:block;width:6.25rem;height:1.25rem;margin:2.5rem 0 0;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:600;color:#222}.dropdown-checkbox-wrapper{position:relative}.dropdown-checkbox-wrapper .open+#dropdown-checkbox__content{display:block}.dropdown-checkbox-wrapper ul{list-style:none}.dropdown-checkbox-wrapper #dropdown-checkbox__content{background-color:#fff;display:none;padding:.5rem 1rem 1rem;position:absolute;width:100%;z-index:5;border:1px solid #286dc0;border-top:none}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes{max-height:27.875rem;overflow-y:auto}@media print,screen and (min-width:48.0625em){.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes{margin:0}}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]{display:none}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]+label{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]+label::before{width:.75rem;height:.75rem}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]:checked+label::before{border-style:solid;border-color:#fff;border-width:0 2px 2px 0;content:"";height:7.5px;margin-top:-8px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:3.5px;top:15px;left:-35px;z-index:99}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]:checked+label::after{left:-40px;height:16px;width:16px}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes .facet-item__value{margin-left:-16px}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]:disabled+label{cursor:not-allowed;pointer-events:none}.dropdown-checkbox-wrapper #dropdown-checkbox__content .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes a{display:none}.dropdown-checkbox-wrapper [type=submit]{width:100%}.multiselect-dropdown__toggle,.facet-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:0;font-weight:400;border-color:rgba(0,0,0,0);text-align:left;background-color:#fff;color:#222}.multiselect-dropdown__toggle .multiselect-dropdown__toggle-label,.facet-toggle .multiselect-dropdown__toggle-label{color:#222}.multiselect-dropdown__toggle::after,.facet-toggle::after{content:"";font-family:"Font Awesome 6 Pro";color:#013e7c;font-size:20px;line-height:1;top:6px;position:relative}.multiselect-dropdown__toggle:focus,.multiselect-dropdown__toggle:hover,.facet-toggle:focus,.facet-toggle:hover{text-decoration:none;background-color:#fff;color:#222;border-color:#286dc0 !important}.listing__rows--grouped>li{padding-right:0;padding-left:0;max-width:1160px;margin-left:auto;margin-right:auto}.page--search .search-form input{padding-bottom:0;padding:.625rem 1.25rem !important}.page--search .search-form button{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#fff;padding:1.125rem 1.125rem}.page--search .search-form button::before,.page--search .search-form button::after{color:#222}.page--search .search-form button:hover,.page--search .search-form button:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.page--search .search-form button:hover::before,.page--search .search-form button:hover::after,.page--search .search-form button:focus::before,.page--search .search-form button:focus::after{color:#286dc0}.page--search .search-form button:focus{outline:3px solid #fff}.page--search .search-form button:hover{background-color:#7ab7ff}.page--search .search-form button:focus{background-color:#7ab7ff;outline-color:#fff}.page--search .search-form a{text-decoration:underline}.page--search .search-form a:hover{text-decoration:none}.page--search .form-search{width:100%}.page--search .main-content .search-form .form-wrapper{margin-bottom:.5rem;gap:.5rem}.page--search .form-item{width:100%;max-width:47.5rem}.page--search .form-item label+input{margin-top:.5rem}.listing-body-section{margin-top:1.875rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.listing-body-section{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.listing-body-section{margin-top:3.75rem}}@media print,screen and (min-width:48.0625em){.listing-body-section{margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.listing-body-section{margin-bottom:2.5rem}}.listing-body-section h2.h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:64.0625em){.listing-body-section h2.h3{font-size:1.5rem}}.listing-body-section+.global-spacing--5x{margin-top:0}.news-topics,.process-types{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.news-topics dt,.process-types dt{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.news-topics dt::after,.process-types dt::after{content:"";display:inline-block;width:24px;height:1px;border-top:1px solid #63aaff}.news-topics dd,.process-types dd{margin:0}.news-topics dd a,.process-types dd a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7;font-size:.6875rem;color:#013e7c;background-color:#fff;border:1px solid #ddd;border-radius:3px;padding:.375rem .5rem}@media print,screen and (min-width:48.0625em){.news-topics dd a,.process-types dd a{font-size:.75rem}}.news-topics dd a:hover,.news-topics dd a:focus,.process-types dd a:hover,.process-types dd a:focus{text-decoration:none;background-color:#e3ecf5;border-color:#7ab7ff}.section-heading{padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.section-heading{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.section-heading{padding-bottom:2.5rem}}.section-heading h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.5rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.section-heading h2{font-size:3rem}}@media print,screen and (min-width:64.0625em){.section-heading h2{font-size:4rem}}.section-heading p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:48.0625em){.section-heading p{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.section-heading p{font-size:1.5rem}}.section-footing .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:1.25rem}.section-footing .grid-container::before{content:"";display:inline-block;height:4px;width:100%;background-color:#eee;-webkit-box-flex:1;-ms-flex:1;flex:1}h1,.h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.5rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:4rem;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:5.5rem}}h2,.h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:3rem}}h3,.h3{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.75rem}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2.125rem}}h4,.h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.625rem}}h5,.h5{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.4}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.25rem;line-height:1.3}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.375rem}}h6,.h6{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;letter-spacing:-0.2px}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.125rem}}p,.p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){p,.p{font-size:1.125rem}}.eyebrow{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1.1}.eyebrow::after{content:"";display:inline-block;width:100px;height:1em;border-bottom:3px solid #e7da99;margin-left:6px}.eyebrow-app{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:500;line-height:1.1;letter-spacing:normal;text-transform:none}a{text-decoration:none;color:#013e7c}a:hover{text-decoration:underline}a.ck-anchor,a.ck-anchor:not(.btn){text-decoration:none !important}em{font-style:italic}b,strong{font-weight:700}.wysiwyg,.form-item-markup{container-type:inline-size;container-name:parent-wysiwyg}.wysiwyg blockquote,.form-item-markup blockquote{overflow:hidden;position:relative;margin:0;padding-left:77px;padding-top:0.9375rem}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote,.form-item-markup blockquote{padding-top:1.25rem}}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote,.form-item-markup blockquote{padding-top:1.875rem}}.wysiwyg blockquote p,.form-item-markup blockquote p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.6;margin-top:8px}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote p,.form-item-markup blockquote p{font-size:1.875rem}}.wysiwyg blockquote::before,.form-item-markup blockquote::before{position:absolute;z-index:2;top:30px;left:-10px;display:block;height:77px;width:71px;content:"";background-image:url(/themes/custom/yale_fas/assets/img/blockquote-quotes.svg);background-repeat:no-repeat}.wysiwyg blockquote::after,.form-item-markup blockquote::after{content:"";display:block;position:absolute;bottom:0;left:0;width:47px;height:calc(100% - 30px);z-index:1;border-right:3px solid #e7da99}.wysiwyg blockquote .quotee,.form-item-markup blockquote .quotee{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote .quotee,.form-item-markup blockquote .quotee{font-size:1.125rem}}.wysiwyg blockquote .quotee::before,.form-item-markup blockquote .quotee::before{content:"—"}@container parent-wysiwyg (max-width:640px){.wysiwyg blockquote,.form-item-markup blockquote{padding-top:65px;padding-left:0;margin-top:10px}.wysiwyg blockquote>p:first-of-type,.form-item-markup blockquote>p:first-of-type{margin-top:0 !important}.wysiwyg blockquote::before,.form-item-markup blockquote::before{top:-14px;left:-14px}.wysiwyg blockquote::after,.form-item-markup blockquote::after{content:"";display:block;position:absolute;bottom:unset;left:unset;top:40px;right:0;width:calc(100% - 65px);height:1px;z-index:1;border-right:unset;border-top:3px solid #e7da99}}ol,ul,li{margin:0;padding:0}.wysiwyg li,.form-item-markup li{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.wysiwyg li,.form-item-markup li{font-size:1.125rem}}ol{margin-top:0.9375rem;padding-left:0;list-style:none;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:48.0625em){ol{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){ol{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){ol{font-size:1.125rem}}ol>li{position:relative;padding-left:.4375rem}ol>li li,ol>li li:first-child{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){ol>li li,ol>li li:first-child{margin-top:1.25rem}}ol>li::marker{position:absolute;top:.0625rem;left:0;display:inline-block;color:#21623c;font-weight:700}.wysiwyg ul>li,.form-item-markup ul>li,.section--wysiwyg ul>li{position:relative;padding-left:1.5625rem;list-style:none;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.wysiwyg ul>li,.form-item-markup ul>li,.section--wysiwyg ul>li{font-size:1.125rem}}.wysiwyg ul>li::before,.form-item-markup ul>li::before,.section--wysiwyg ul>li::before{position:absolute;top:.8em;left:0;content:"";width:6px;height:6px;background-color:#21623c;border-radius:3px}.stat{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:5.375rem;font-weight:400;line-height:1.2}@media print,screen and (min-width:64.0625em){.stat{font-size:6rem}}.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}.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:","}.text-margin-reset h1,.text-margin-reset p,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset h5,.text-margin-reset h6,.text-margin-reset span{margin:0}.align-right,.obj-right{float:none;margin-top:1.875rem;margin-right:0;margin-bottom:1rem;margin-left:0}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin-top:3.125rem}}@media print,screen and (min-width:40.0625em){.align-right,.obj-right{float:right;margin-left:1.5rem}}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.align-right,.obj-right{max-width:50%}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin-left:2rem}}.align-right img,.obj-right img{display:block}@media print,screen and (min-width:48.0625em){.align-right.responsive-video-iframe,.obj-right.responsive-video-iframe{width:50%}}@media print,screen and (min-width:64.0625em){.align-right.responsive-video-iframe,.obj-right.responsive-video-iframe{width:33%}}.align-left,.obj-left{float:none;margin-top:1.875rem;margin-right:0;margin-bottom:1rem;margin-left:0}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin-top:3.125rem}}@media print,screen and (min-width:40.0625em){.align-left,.obj-left{float:left;margin-right:1.5rem}}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.align-left,.obj-left{max-width:50%}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin-right:2rem}}.align-left img,.obj-left img{display:block}@media print,screen and (min-width:48.0625em){.align-left.responsive-video-iframe,.obj-left.responsive-video-iframe{width:50%}}@media print,screen and (min-width:64.0625em){.align-left.responsive-video-iframe,.obj-left.responsive-video-iframe{width:33%}}.align-center,.obj-center{display:table;margin-top:1.875rem;margin-right:auto;margin-bottom:1rem;margin-left:auto}@media print,screen and (min-width:48.0625em){.align-center,.obj-center{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.align-center,.obj-center{margin-top:3.125rem}}.align-center img,.obj-center img{display:block}.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{width:100%}.wysiwyg>div:not(.mobile-table),.form-item-markup>div:not(.mobile-table),.wysiwyg>div.align-left,.form-item-markup>div.align-left,.wysiwyg>div.align-right,.form-item-markup>div.align-right,.wysiwyg>div.align-center,.form-item-markup>div.align-center{margin-top:0}.wysiwyg>div:not(.mobile-table)>img,.form-item-markup>div:not(.mobile-table)>img,.wysiwyg>div.align-left>img,.form-item-markup>div.align-left>img,.wysiwyg>div.align-right>img,.form-item-markup>div.align-right>img,.wysiwyg>div.align-center>img,.form-item-markup>div.align-center>img{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg>div:not(.mobile-table)>img,.form-item-markup>div:not(.mobile-table)>img,.wysiwyg>div.align-left>img,.form-item-markup>div.align-left>img,.wysiwyg>div.align-right>img,.form-item-markup>div.align-right>img,.wysiwyg>div.align-center>img,.form-item-markup>div.align-center>img{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.wysiwyg>div:not(.mobile-table)>img,.form-item-markup>div:not(.mobile-table)>img,.wysiwyg>div.align-left>img,.form-item-markup>div.align-left>img,.wysiwyg>div.align-right>img,.form-item-markup>div.align-right>img,.wysiwyg>div.align-center>img,.form-item-markup>div.align-center>img{margin-top:3.125rem}}[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,[data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%}article.align-center img{margin-right:auto;margin-left:auto}figure.align-right,figure.alignright,figure.obj-right,figure.align-left,figure.alignleft,figure.obj-left,figure.align-center,figure.obj-center,.align-center,.obj-center{display:table}figure.align-right figcaption,figure.alignright figcaption,figure.obj-right figcaption,figure.align-left figcaption,figure.alignleft figcaption,figure.obj-left figcaption,figure.align-center figcaption,figure.obj-center figcaption,.align-center figcaption,.obj-center figcaption{display:table-caption}figure.align-right.responsive-video-iframe,figure.alignright.responsive-video-iframe,figure.obj-right.responsive-video-iframe,figure.align-left.responsive-video-iframe,figure.alignleft.responsive-video-iframe,figure.obj-left.responsive-video-iframe,figure.align-center.responsive-video-iframe,figure.obj-center.responsive-video-iframe,.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{min-width:40%}figcaption{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4;color:#222;padding-top:.625rem;caption-side:bottom;color:#262626;padding-bottom:.3125rem;border-bottom:5px solid #eee}.wysiwyg p,.form-item-markup p,.wysiwyg ul,.form-item-markup ul,.wysiwyg ol,.form-item-markup ol,.wysiwyg .section--wysiwyg li,.form-item-markup .section--wysiwyg li,.wysiwyg .cke_editable li,.form-item-markup .cke_editable li,.wysiwyg .intro-text,.form-item-markup .intro-text,.wysiwyg h1,.form-item-markup h1,.wysiwyg h2,.form-item-markup h2,.wysiwyg h3,.form-item-markup h3,.wysiwyg h4,.form-item-markup h4,.wysiwyg h5,.form-item-markup h5,.wysiwyg h6,.form-item-markup h6,.wysiwyg .link-arrow,.form-item-markup .link-arrow,.wysiwyg hr,.form-item-markup hr{margin-top:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.wysiwyg p,.form-item-markup p,.wysiwyg ul,.form-item-markup ul,.wysiwyg ol,.form-item-markup ol,.wysiwyg .section--wysiwyg li,.form-item-markup .section--wysiwyg li,.wysiwyg .cke_editable li,.form-item-markup .cke_editable li,.wysiwyg .intro-text,.form-item-markup .intro-text,.wysiwyg h1,.form-item-markup h1,.wysiwyg h2,.form-item-markup h2,.wysiwyg h3,.form-item-markup h3,.wysiwyg h4,.form-item-markup h4,.wysiwyg h5,.form-item-markup h5,.wysiwyg h6,.form-item-markup h6,.wysiwyg .link-arrow,.form-item-markup .link-arrow,.wysiwyg hr,.form-item-markup hr{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.wysiwyg p,.form-item-markup p,.wysiwyg ul,.form-item-markup ul,.wysiwyg ol,.form-item-markup ol,.wysiwyg .section--wysiwyg li,.form-item-markup .section--wysiwyg li,.wysiwyg .cke_editable li,.form-item-markup .cke_editable li,.wysiwyg .intro-text,.form-item-markup .intro-text,.wysiwyg h1,.form-item-markup h1,.wysiwyg h2,.form-item-markup h2,.wysiwyg h3,.form-item-markup h3,.wysiwyg h4,.form-item-markup h4,.wysiwyg h5,.form-item-markup h5,.wysiwyg h6,.form-item-markup h6,.wysiwyg .link-arrow,.form-item-markup .link-arrow,.wysiwyg hr,.form-item-markup hr{margin-top:2.5rem}}.wysiwyg>*:first-child,.form-item-markup>*:first-child{margin-top:0}.wysiwyg .btn,.form-item-markup .btn{margin-top:0}.wysiwyg hr,.form-item-markup hr{border:3px solid #eee;border-width:0 0 3px}.mobile-table{margin-top:1.25rem;padding:1px 0}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.mobile-table{margin-top:2.5rem}}.mobile-table table{margin:0}.wysiwyg>*:first-child,.form-item-markup>*:first-child{margin-top:0}.section--wysiwyg h1+p,.section--wysiwyg h2+p,.section--wysiwyg h3+p,.section--wysiwyg h4+p,.section--wysiwyg h5+p,.section--wysiwyg h6+p,.wysiwyg h1+p,.form-item-markup h1+p,.wysiwyg h2+p,.form-item-markup h2+p,.wysiwyg h3+p,.form-item-markup h3+p,.wysiwyg h4+p,.form-item-markup h4+p,.wysiwyg h5+p,.form-item-markup h5+p,.wysiwyg h6+p,.form-item-markup h6+p{margin-top:0.9375rem}@media print,screen and (min-width:48.0625em){.section--wysiwyg h1+p,.section--wysiwyg h2+p,.section--wysiwyg h3+p,.section--wysiwyg h4+p,.section--wysiwyg h5+p,.section--wysiwyg h6+p,.wysiwyg h1+p,.form-item-markup h1+p,.wysiwyg h2+p,.form-item-markup h2+p,.wysiwyg h3+p,.form-item-markup h3+p,.wysiwyg h4+p,.form-item-markup h4+p,.wysiwyg h5+p,.form-item-markup h5+p,.wysiwyg h6+p,.form-item-markup h6+p{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.section--wysiwyg h1+p,.section--wysiwyg h2+p,.section--wysiwyg h3+p,.section--wysiwyg h4+p,.section--wysiwyg h5+p,.section--wysiwyg h6+p,.wysiwyg h1+p,.form-item-markup h1+p,.wysiwyg h2+p,.form-item-markup h2+p,.wysiwyg h3+p,.form-item-markup h3+p,.wysiwyg h4+p,.form-item-markup h4+p,.wysiwyg h5+p,.form-item-markup h5+p,.wysiwyg h6+p,.form-item-markup h6+p{margin-top:1.875rem}}.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.form-item-markup ol ol,.wysiwyg ol ul,.form-item-markup ol ul,.wysiwyg ul ol,.form-item-markup ul ol,.wysiwyg ul ul,.form-item-markup ul ul{margin-top:0.625rem;margin-bottom:0.625rem}.section--wysiwyg li+li,.wysiwyg li+li,.form-item-markup li+li{margin-top:.5rem}table{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;font-size:1rem !important;margin-bottom:2.5rem;border-collapse:collapse;border-top:1px solid #ddd}@media print,screen and (min-width:64.0625em){table{font-size:1.125rem}}table[align=left]{float:none}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:2em}}table[align=right]{float:none}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:2em}}thead,tbody{vertical-align:top}thead{color:#222;border-right:1px solid #ddd;border-left:1px solid #ddd}thead th{background:#ebf7f0;text-align:left}tbody{border-top:0;border-left:1px solid #ddd}tr{border-bottom:1px solid #ddd}tr:nth-of-type(even){background-color:#f8f8f8}th{padding:1em 1.25em;border-right:1px solid #ddd;border-bottom:0;background:#ebf7f0;color:#222;font-weight:bold;text-align:left}td{padding:1em 1.25em;border-right:1px solid #ddd}.mobile-table{margin-bottom:2.5rem}@media print,screen and (min-width:64.0625em){.mobile-table{margin-bottom:0}}.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 table{-webkit-box-shadow:none;box-shadow:none}.mobile-table--scroll{position:relative;padding:1px 20px 0 !important;overflow-y:scroll;margin-left:-1.25rem;margin-right:-1.25rem}.mobile-table--scroll::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background-image:-webkit-gradient(linear,right top,left top,from(rgb(255,255,255)),color-stop(30%,rgba(255,255,255,0)),to(rgba(255,255,255,0)));background-image:linear-gradient(to left,rgb(255,255,255) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%);opacity:1}.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 .responsive-video-iframe,.form-item-markup .responsive-video-iframe{position:relative}.wysiwyg .responsive-video-iframe::before,.form-item-markup .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625*100%);content:""}.wysiwyg .responsive-video-iframe iframe,.form-item-markup .responsive-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wysiwyg .responsive-video-iframe iframe,.form-item-markup .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset}h1 a:not(.btn),h2 a:not(.btn),h3 a:not(.btn),h4 a:not(.btn),h5 a:not(.btn),h6 a:not(.btn),.wysiwyg p a:not(.btn),.form-item-markup p a:not(.btn),.wysiwyg ul a:not(.btn),.form-item-markup ul a:not(.btn),.wysiwyg ol a:not(.btn),.form-item-markup ol a:not(.btn),.wysiwyg blockquote .wysiwyg table a:not(.btn),.form-item-markup blockquote .wysiwyg table a:not(.btn),.wysiwyg blockquote .form-item-markup table a:not(.btn),.form-item-markup blockquote .form-item-markup table a:not(.btn){text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}h1 a:not(.btn):hover,h1 a:not(.btn):focus,h2 a:not(.btn):hover,h2 a:not(.btn):focus,h3 a:not(.btn):hover,h3 a:not(.btn):focus,h4 a:not(.btn):hover,h4 a:not(.btn):focus,h5 a:not(.btn):hover,h5 a:not(.btn):focus,h6 a:not(.btn):hover,h6 a:not(.btn):focus,.wysiwyg p a:not(.btn):hover,.form-item-markup p a:not(.btn):hover,.wysiwyg p a:not(.btn):focus,.form-item-markup p a:not(.btn):focus,.wysiwyg ul a:not(.btn):hover,.form-item-markup ul a:not(.btn):hover,.wysiwyg ul a:not(.btn):focus,.form-item-markup ul a:not(.btn):focus,.wysiwyg ol a:not(.btn):hover,.form-item-markup ol a:not(.btn):hover,.wysiwyg ol a:not(.btn):focus,.form-item-markup ol a:not(.btn):focus,.wysiwyg blockquote .wysiwyg table a:not(.btn):hover,.form-item-markup blockquote .wysiwyg table a:not(.btn):hover,.wysiwyg blockquote .form-item-markup table a:not(.btn):hover,.form-item-markup blockquote .form-item-markup table a:not(.btn):hover,.wysiwyg blockquote .wysiwyg table a:not(.btn):focus,.form-item-markup blockquote .wysiwyg table a:not(.btn):focus,.wysiwyg blockquote .form-item-markup table a:not(.btn):focus,.form-item-markup blockquote .form-item-markup table a:not(.btn):focus{text-decoration-color:rgba(0,0,0,0)}.wysiwyg>figure:has(img),.form-item-markup>figure:has(img){margin-top:0.9375rem;display:table}@media print,screen and (min-width:48.0625em){.wysiwyg>figure:has(img),.form-item-markup>figure:has(img){margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.wysiwyg>figure:has(img),.form-item-markup>figure:has(img){margin-top:1.875rem}}.wysiwyg>figure:has(img) figcaption,.form-item-markup>figure:has(img) figcaption{display:table-caption}.wysiwyg .align-center .responsive-video-iframe,.form-item-markup .align-center .responsive-video-iframe{min-width:100%}.wysiwyg figure.align-center:has(.responsive-video-iframe),.form-item-markup figure.align-center:has(.responsive-video-iframe){width:100%}.wysiwyg .align-left .responsive-video-iframe,.form-item-markup .align-left .responsive-video-iframe,.wysiwyg .align-right .responsive-video-iframe,.form-item-markup .align-right .responsive-video-iframe{min-width:300px}.text-inverse h2,.text-inverse h3,.text-inverse h4,.text-inverse h5,.text-inverse h6,.text-inverse p,.text-inverse ul,.text-inverse ol,.text-inverse .eyebrow-app{color:#fff}.text-inverse a:not(.btn){color:#fff}.text-inverse a:not(.btn):hover,.text-inverse a:not(.btn):focus{color:#fff}.wysiwyg ol,.form-item-markup ol{list-style-type:decimal;padding-left:18px}.wysiwyg ol ol,.form-item-markup ol ol{list-style-type:lower-latin}.wysiwyg ol ol ol,.form-item-markup ol ol ol{list-style-type:lower-roman}.wysiwyg>div:first-child>img,.form-item-markup>div:first-child>img{margin-top:0 !important}@-webkit-keyframes slide-in{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slide-in{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.cookie-banner{position:fixed;-webkit-transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:none;transform:none;z-index:10;top:101%;left:0;right:0}@media print,screen and (min-width:48.0625em){.cookie-banner{top:102%}}.cookie-banner__inner{background-color:#eee;-webkit-transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98)}.cookie-banner__container{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.cookie-banner__container{padding-top:1.875rem;padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.cookie-banner__container{padding-top:2.5rem;padding-bottom:2.5rem}}.cookie-banner .wysiwyg,.cookie-banner .form-item-markup{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}@media print,screen and (min-width:48.0625em){.cookie-banner .wysiwyg,.cookie-banner .form-item-markup{gap:1.875rem}}.cookie-banner .btn-row{-ms-flex-flow:wrap;flex-flow:wrap}@media print,screen and (min-width:48.0625em){.cookie-banner .btn-row{gap:1rem}}.cookie-banner .btn{margin:0}html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner{-webkit-animation:slide-in;animation:slide-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1s;animation-delay:1s}.site-footer{padding:1rem 0;background-color:#013e7c}.site-footer .btn--secondary{margin-top:.625rem}@media print,screen and (min-width:48.0625em){.site-footer .btn--secondary{margin-top:1.875rem}}.site-footer nav>ul{list-style:none;margin:0}.site-footer nav>ul li+li{margin-top:1rem}.site-footer nav>ul a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:.875rem;font-weight:500}.site-footer nav>ul a:hover,.site-footer nav>ul a:focus{text-decoration-color:rgba(0,0,0,0)}.site-footer__logo:hover path,.site-footer__logo:focus path{fill:#7ab7ff}.site-footer__address{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.site-footer__address{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.site-footer__address{margin-top:2.5rem}}.site-footer__address .fal{color:#7ab7ff;margin-bottom:10px}.site-footer__address p{font-size:.875rem;margin:0}.site-footer--primary .site-footer__logo{max-width:100%}.site-footer--primary .site-footer__logo svg{max-width:100%}.site-footer--primary .grid-x{gap:2.5rem 0}.site-footer--secondary .cell{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px 40px}@media print,screen and (max-width:48.06125em){.site-footer--secondary .cell{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start}}@media print,screen and (min-width:48.0625em){.site-footer--secondary .cell{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.site-footer--secondary .cell .site-footer__copyright{font-size:.875rem;margin:0}@media print,screen and (min-width:64.0625em){.site-footer--secondary .cell .site-footer__copyright{margin-left:1.25rem}}.site-footer--secondary .cell .site-footer__legal-links ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1em 20px}.site-footer--secondary .cell .site-footer__legal-links li{display:inline-block;font-size:.875rem}.site-footer--secondary .cell .site-footer__legal-links a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-footer--secondary .cell .site-footer__legal-links a:hover,.site-footer--secondary .cell .site-footer__legal-links a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:64.0625em){.site-footer--secondary .cell .site-footer__social-media{margin-left:1.25rem}}.site-footer--secondary .cell .site-footer__social-media .social-media a:hover,.site-footer--secondary .cell .site-footer__social-media .social-media a:focus{color:#7ab7ff}.site-header{position:relative;z-index:10;height:2.5rem}.site-header__sticky-container{background:#fff;height:100%;-webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,.15);box-shadow:2px 2px 8px 0px rgba(0,0,0,.15)}.site-header__sticky-container>.grid-container{position:relative;height:100%;max-width:80rem}.site-header ul{margin:0;padding:0;list-style:none}.site-header li{position:relative}.site-header__logo{display:block;padding:.625rem 0}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;top:0;width:100%;-webkit-transform:translateY(calc(-100% - 15px));transform:translateY(calc(-100% - 15px));height:13.6875rem}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-header--scroll-up .site-header__sticky-container{-webkit-transform:translateY(0);transform:translateY(0)}}@media print,screen and (min-width:64.0625em){.site-header{height:13.6875rem}.site-header__logo{height:auto}}.mobile-menu-button{display:none}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:0;right:0;bottom:0;display:block;width:2.5rem;margin:0 0 0 1px;padding:12px;background-color:#286dc0}.mobile-menu-button::before{content:"";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#fff;font-family:"Font Awesome 6 Pro";font-size:1rem;font-weight:400}.mobile-menu-open .mobile-menu-button::before{content:""}.mobile-menu-button:hover{background-color:#013e7c}.mobile-menu-button:hover::before{color:#fff}}@media print,screen and (max-width:64.06125em){.site-header__main{position:absolute;z-index:1;top:2.5rem;right:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:24rem;background-color:#fff;-webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,.15);box-shadow:2px 2px 8px 0px rgba(0,0,0,.15)}.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (max-width:40.06125em){.site-header__main{width:100vw}}@media print,screen and (min-width:64.0625em){.site-header__main{height:100%;display:grid;grid-template-columns:auto;grid-template-rows:auto 1fr auto;grid-column-gap:0px;grid-row-gap:0px}}@media print,screen and (max-width:64.06125em){.site-header__top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#013e7c}.site-header__top .site-header__logo{display:none}.site-header__top>span{display:none}.site-header__top .btn{margin:12px 20px;background-color:rgba(0,0,0,0);text-align:center;color:#fff;font-size:16px;font-weight:400;padding-top:8px;padding-bottom:8px;border-color:#7ab7ff}.site-header__top .btn::after{color:#fff}.site-header__top .btn:hover,.site-header__top .btn:focus{background-color:#7ab7ff}}@media print,screen and (min-width:64.0625em){.site-header__top{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;height:53px;background-color:#f6f6f6;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-right:32px}.site-header__top::before{content:"";display:block;position:absolute;pointer-events:none;top:0;left:0;right:-1.25rem;height:100%;background-color:#f6f6f6;-webkit-box-shadow:1000px 0 0 #f6f6f6,-1000px 0 0 #f6f6f6;box-shadow:1000px 0 0 #f6f6f6,-1000px 0 0 #f6f6f6}.site-header__top>span{z-index:1}.site-header__top .site-header__logo{display:block;margin-right:auto;margin-top:5px;z-index:1}.site-header__top .site-header__logo:hover svg path,.site-header__top .site-header__logo:focus svg path{fill:#286dc0}.site-header__top .btn--secondary{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#fff;font-size:14px;background-color:rgba(0,0,0,0);margin-left:40px;padding:.625rem 1.5rem;border-width:1px;border-color:#7ab7ff}.site-header__top .btn--secondary::before,.site-header__top .btn--secondary::after{color:#222}.site-header__top .btn--secondary:hover,.site-header__top .btn--secondary:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.site-header__top .btn--secondary:hover::before,.site-header__top .btn--secondary:hover::after,.site-header__top .btn--secondary:focus::before,.site-header__top .btn--secondary:focus::after{color:#286dc0}.site-header__top .btn--secondary:focus{outline:3px solid #fff}.site-header__top .btn--secondary:hover::after,.site-header__top .btn--secondary:focus::after{color:#222}}.site-header__bottom{position:relative;z-index:1}@media print,screen and (min-width:64.0625em){.site-header__bottom{grid-column:1/2;grid-row:3/4;padding-bottom:26px;margin-right:-14px;margin-left:-14px}}@media print,screen and (max-width:64.06125em){.site-header__text-lockup{display:block;padding-top:10px}.site-header__text-lockup span{font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:17px;font-weight:400}}@media print,screen and (min-width:64.0625em){.site-header__text-lockup{display:block;position:absolute;top:77px}.site-header__text-lockup span{font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:42px;font-weight:400}.site-header__text-lockup:hover,.site-header__text-lockup:focus{text-decoration:none;color:#286dc0}}@media print,screen and (max-width:64.06125em){body.mobile-menu-open:not(.has-alert) .site-header__main{height:calc(100dvh - (var(--sitewide-alert-height,0px) + 40px));overflow:auto;background-color:rgba(0,0,0,0)}body.mobile-menu-open:not(.has-alert) .site-header__main .site-header__bottom{background-color:#fff}}.site-search .search-block-form{position:relative;width:100%;padding:.5rem}.site-search .search-block-form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-search .search-block-form input{border:0;padding:.5rem;width:100%}.site-search .search-block-form input::-webkit-input-placeholder{color:#a6a6a6}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#a6a6a6}.site-search .search-block-form input:-ms-input-placeholder{color:#a6a6a6}@media print,screen and (max-width:64.06125em){.site-search{position:absolute;top:0;right:41px}.site-search .site-search__toggle{position:absolute;top:0;right:0;width:40px;height:40px;padding:12px !important;background-color:#286dc0}.site-search .site-search__toggle::before{content:"";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#fff;font-family:"Font Awesome 6 Pro";font-size:1rem;font-weight:400}.search-panel-open .site-search .site-search__toggle::before{content:""}.site-search .site-search__toggle:hover{background-color:#013e7c}.site-search .site-search__toggle:hover::before{color:#fff}.site-search .search-block-form>form{position:absolute;top:40px;right:-41px;width:100vw;padding:1rem 1.25rem;background-color:#f9f9f9;display:none}.search-panel-open .site-search .search-block-form>form{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form>form .form-item{-webkit-box-flex:1;-ms-flex:1;flex:1}.site-search .search-block-form>form .form-item>label{overflow:unset;clip:unset;width:auto;height:auto;position:initial !important;font-weight:400;font-size:.875rem;margin-bottom:8px}.site-search .search-block-form>form .form-item input.form-text{margin:0;padding:8px 16px;font-style:italic;font-size:14px;border:1px solid #ddd;border-right:none;height:40px}.site-search .search-block-form>form .form-item input.form-text::-webkit-input-placeholder{font-style:italic;font-size:14px}.site-search .search-block-form>form .form-item input.form-text::-moz-placeholder{font-style:italic;font-size:14px}.site-search .search-block-form>form .form-item input.form-text:-ms-input-placeholder{font-style:italic;font-size:14px}.site-search .search-block-form>form .form-item input.form-text::-ms-input-placeholder{font-style:italic;font-size:14px}.site-search .search-block-form>form .form-item input.form-text::placeholder{font-style:italic;font-size:14px}.site-search .search-block-form>form .form-actions{width:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.site-search .search-block-form>form .form-actions input.form-submit{height:100%;font-size:0;background-color:rgba(0,0,0,0);background-image:url(/themes/custom/yale_fas/assets/img/magnifying-glass-regular.svg);background-repeat:no-repeat;background-size:16px 16px;background-position:center;border:1px solid #ddd;border-left:none;height:40px;background-color:#fff}.site-search .search-block-form>form .form-actions input.form-submit:hover,.site-search .search-block-form>form .form-actions input.form-submit:focus{background-image:url(/themes/custom/yale_fas/assets/img/magnifying-glass-hover.svg)}}@media print,screen and (min-width:64.0625em){.site-search{position:absolute;right:0}.site-search .search-block-form form{display:none;padding-top:2.5rem;padding-bottom:2.5rem;position:absolute;width:100vw;z-index:2;top:169px;right:0;padding-right:2.5rem;padding-left:2.5rem}}@media screen and (min-width:64.0625em)and (min-width:80em){.site-search .search-block-form form{right:calc(640px - 50vw)}}@media screen and (min-width:64.0625em)and (min-width:85em){.site-search .search-block-form form{padding-right:calc(50vw - 640px);padding-left:calc(50vw - 640px)}}@media print,screen and (min-width:64.0625em){.site-search .search-block-form form::before{content:"";display:block;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background-color:#fff}}@media screen and (min-width:64.0625em)and (min-width:80em){.site-search .search-block-form form::before{right:calc(50vw - 680px);left:calc(50vw - 680px)}}@media print,screen and (min-width:64.0625em){.site-search .search-block-form form>div{z-index:2}.search-panel-open .site-search .search-block-form form{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form form .form-item{-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #ddd;border-right:none}.site-search .search-block-form form .form-item>label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-search .search-block-form form .form-item input.form-text{margin:0;padding:24px;font-style:italic;font-size:16px}.site-search .search-block-form form .form-item input.form-text::-webkit-input-placeholder{font-style:italic;font-size:16px}.site-search .search-block-form form .form-item input.form-text::-moz-placeholder{font-style:italic;font-size:16px}.site-search .search-block-form form .form-item input.form-text:-ms-input-placeholder{font-style:italic;font-size:16px}.site-search .search-block-form form .form-item input.form-text::-ms-input-placeholder{font-style:italic;font-size:16px}.site-search .search-block-form form .form-item input.form-text::placeholder{font-style:italic;font-size:16px}.site-search .search-block-form form .form-actions{border:1px solid #ddd;border-left:none;width:72px}.site-search .search-block-form form .form-actions input.form-submit{height:100%;font-size:0;background-color:rgba(0,0,0,0);background-image:url(/themes/custom/yale_fas/assets/img/magnifying-glass-regular.svg);background-repeat:no-repeat;background-size:24px 24px;background-position:center}.site-search .search-block-form form .form-actions input.form-submit:hover,.site-search .search-block-form form .form-actions input.form-submit:focus{background-image:url(/themes/custom/yale_fas/assets/img/magnifying-glass-hover.svg)}.site-search__toggle{display:block;margin:0 0 0 4px;padding:1rem;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0)}.site-search__toggle .show-for-sr{color:#013e7c}.site-search__toggle::before{content:"";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#013e7c;font-family:"Font Awesome 6 Pro";font-size:1rem;font-weight:400}.site-search__toggle:hover,.site-search__toggle:focus{background-color:rgba(0,0,0,0)}.site-search__toggle:hover::before,.site-search__toggle:focus::before{color:#767676}.site-search__toggle:focus{outline:1px solid}.search-panel-open .site-search__toggle{margin:0 0 0 8px}.search-panel-open .site-search__toggle::before{content:""}}.mobile-menu-open .site-search__toggle{background-color:#ccc;pointer-events:none}.sock{padding-top:1.25rem;padding-bottom:1.25rem;background-color:#595959}@media print,screen and (min-width:48.0625em){.sock{padding-top:1.875rem;padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.sock{padding-top:2.5rem;padding-bottom:2.5rem}}.sock__links{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sock__links a{display:block;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem}.sock__links a:hover,.sock__links a:focus{background-color:#f8f8f8}.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;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;font-size:0}.accessible-menu .menu-item__button::before{width:100%;content:"";color:#fff;font-family:"Font Awesome 6 Pro";font-size:16px}.accessible-menu .menu-item__button:focus{opacity:1}}.accessible-menu .menu-item--open>ul{display:block}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open>.menu-item__button::before{content:""}}@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.25rem;top:0;height:100%;padding:0;width:2.5rem}.accessible-menu .menu-item--expanded>a,.accessible-menu .menu-item--expanded>span{padding-right:1.5625rem}}.alpha-jump-links{padding:2.5rem;background-color:#eeebf2}.alpha-jump-links ul{margin:0;padding:0;list-style:none}.alpha-jump-links li{display:inline-block;margin:0 .5em .5em 0;color:gray;font-size:1.5rem;font-weight:600}.audience-menu{z-index:2}.audience-menu a,.audience-menu li,.audience-menu span{display:block}.audience-menu a,.audience-menu span{font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}.audience-menu span{cursor:default}@media print,screen and (max-width:64.06125em){.audience-menu span{padding:.75rem 1.25rem;color:#fff;font-size:1rem;font-weight:400}.audience-menu a{padding:1rem 1.25rem .25rem 2rem;color:#fff;font-size:.875rem;font-weight:400;border-left:2px solid #7ab7ff}.audience-menu a:hover{text-decoration:underline}.audience-menu ul ul{display:none;background-color:#113567}.audience-menu ul ul li:last-child a{padding-bottom:1rem}}@media print,screen and (min-width:64.0625em){.audience-menu{margin-left:20px}.audience-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}.audience-menu li:hover>ul{display:block}.audience-menu span{padding:5px}.audience-menu a{padding:.75em 1em;color:#013e7c;line-height:1}.audience-menu a:hover{text-decoration:none}.audience-menu ul ul{position:absolute;z-index:1;left:0;display:none;width:255px;background-color:#fff;border-top:4px solid #63aaff;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);padding:10px 0}.audience-menu ul ul li{display:block;margin:0}.audience-menu ul ul a{font-size:14px}.audience-menu ul ul a:hover{background-color:#eee}.audience-menu ul ul li a{padding:.625rem 1.25rem}}@media print,screen and (max-width:64.06125em){.audience-menu.accessible-menu .menu-item__button{height:2.75rem;width:100%;font-size:0}.audience-menu.accessible-menu .menu-item__button::before{content:"";color:#7ab7ff;font-size:.875rem;font-weight:400;width:2.75rem;float:right}.audience-menu.accessible-menu .menu-item--open .menu-item__button::before{content:""}}@media print,screen and (min-width:64.0625em){.audience-menu.accessible-menu .menu-item--expanded>span{font-weight:500;padding-right:26px}.audience-menu.accessible-menu .menu-item__button{opacity:1;pointer-events:none}.audience-menu.accessible-menu .menu-item__button::before{position:absolute;width:auto;color:#286dc0;content:"";left:unset;right:5px;top:unset;bottom:unset;line-height:0;margin-left:8px}.audience-menu.accessible-menu .menu-item--open .menu-item__button::before{content:""}}ol.breadcrumbs{padding:0;margin-top:1.25rem;list-style:none;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}@media print,screen and (min-width:48.0625em){ol.breadcrumbs{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){ol.breadcrumbs{margin-top:2.5rem}}ol.breadcrumbs>li:first-child{padding-left:0}ol.breadcrumbs>li:first-child::before{content:""}ol.breadcrumbs a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}ol.breadcrumbs a:hover,ol.breadcrumbs a:focus{text-decoration-color:rgba(0,0,0,0)}ol.breadcrumbs a:hover{color:#013e7c}ol.breadcrumbs li{display:inline-block;padding-left:1.75rem}ol.breadcrumbs li:nth-child(n+2)::before{content:"//";color:#c1b36d;font-size:.875rem;position:relative;left:-1.25rem}@media print,screen and (max-width:40.06125em){ol.breadcrumbs li:not(:nth-last-child(2)){display:none}ol.breadcrumbs li:nth-last-child(2){padding-left:0}ol.breadcrumbs li:nth-last-child(2)::before{content:""}}.page--utility ol.breadcrumbs{max-width:75rem;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem}.child-page-menu ul,.child-page-menu li{list-style:none}.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width:48.0625em){.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.child-page-menu a{color:#013e7c;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;padding-top:0.625rem;padding-bottom:0.625rem;display:block;width:100%;border-top:.125rem solid #a6a6a6}.child-page-menu a.btn{padding-right:1.875rem}.child-page-menu a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.child-page-menu a:hover::after,.child-page-menu a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1.625rem}}@media print,screen and (min-width:48.0625em){.child-page-menu a{padding-top:1.25rem;padding-bottom:1.25rem}}.child-page-menu li:first-child a{border-top:0}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0}}.jump-nav{position:sticky}.main-menu li,.main-menu a{display:block}.main-menu a{color:#013e7c;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:1rem;font-weight:400}.main-menu a:hover{text-decoration:none}.main-menu .menu-item--active-trail>a{color:#013e7c !important}@media print,screen and (max-width:64.06125em){.main-menu ul{width:100%}.main-menu li{border-top:1px solid #ddd}.main-menu li.menu-item--open>a{background-color:#f6f6f6}.main-menu a{padding:.75rem 1.25rem}.main-menu a:hover{text-decoration:underline}.main-menu ul ul{display:none}.main-menu ul ul li{border-top:none}.main-menu ul ul a{color:#222;padding:1rem 1.25rem .25rem 2rem;background-color:#eee;border-left:2px solid #7ab7ff}.main-menu ul ul li:last-child a{padding-bottom:1rem}}@media print,screen and (min-width:64.0625em){.main-menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.main-menu>ul>li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.main-menu>ul>li:hover>a{color:#222;background-color:#f8f8f8}.main-menu>ul.menu>li>a{padding:.9375rem 1.5rem .9375rem .875rem;text-align:center;color:#222;font-weight:500;font-size:14px}}@media screen and (min-width:64.0625em)and (min-width:75.0625em){.main-menu>ul.menu>li>a{font-size:16px;text-align:left}}@media screen and (min-width:64.0625em)and (min-width:90.0625em){.main-menu>ul.menu>li>a{padding:.9375rem 2.75rem .9375rem .875rem;font-size:17px}}@media print,screen and (min-width:64.0625em){.main-menu>ul.menu>li>a:focus{color:#222;background-color:#f8f8f8}.main-menu>ul.menu>li:nth-last-child(-n+1)>ul{right:0}.main-menu>ul.menu ul{position:absolute;display:none;width:300px;background-color:#fff;border-top:16px solid #fff;-webkit-box-shadow:2px 8px 8px 0px rgba(0,0,0,.15);box-shadow:2px 8px 8px 0px rgba(0,0,0,.15)}.main-menu>ul.menu ul::before{content:"";display:block;position:absolute;top:-16px;left:-10px;width:calc(100% + 20px);pointer-events:none;height:16px;background-color:#fff}.main-menu>ul.menu ul>li:first-child{border-top:4px solid #63aaff;padding-top:10px}.main-menu>ul.menu ul>li:last-child{padding-bottom:10px}.main-menu>ul.menu ul a{padding:10px 20px;text-align:left;color:#222;font-size:16px;font-weight:400}.main-menu>ul.menu ul a:hover,.main-menu>ul.menu ul a:focus{background-color:#eee}}@media print,screen and (min-width:64.0625em)and (min-width:64.0625em){.main-menu>ul.menu li:hover>ul{display:block}}@media print,screen and (max-width:64.06125em){.main-menu.accessible-menu .menu-item__button{height:2.75rem;width:2.75rem;font-size:0}.main-menu.accessible-menu .menu-item__button::before{content:"";color:#286dc0;font-size:.875rem;font-weight:400}.main-menu.accessible-menu .menu-item--open .menu-item__button::before{content:""}}@media print,screen and (min-width:64.0625em){.main-menu.accessible-menu .menu-item__button{pointer-events:none;opacity:1;right:4px;left:unset;-webkit-transform:unset;transform:unset;padding:0;width:16px}.main-menu.accessible-menu .menu-item__button::before{content:"";font-size:14px;color:#286dc0}.main-menu.accessible-menu li.menu-item--open .menu-item__button::before{content:""}.main-menu.accessible-menu li.menu-item--open>ul{display:block}}@media screen and (min-width:75.0625em){.main-menu.accessible-menu .menu-item__button{right:12px}.main-menu.accessible-menu .menu-item__button::before{font-size:16px}}.search-panel-open .mobile-menu-button{background-color:#ccc;pointer-events:none}.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}@media print,screen and (max-width:48.06125em){.general-page--special{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,screen and (max-width:48.06125em){.general-page--special-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media print,screen and (min-width:48.0625em){.general-page--special-child .global-margin--8x:first-child{margin-top:0}}.general-local-nav .medium-7>.accordion>.accordion__button{padding:1.125rem;background-color:#e3ecf5}.general-local-nav .medium-7>.accordion>.accordion__button .accordion__button-text{font-size:1.125rem;font-weight:700}.general-local-nav .medium-7>.accordion>.accordion__button:hover .accordion__button-text{color:#013e7c}.general-local-nav .medium-7>.accordion>.accordion__button .accordion__icon-path{fill:#222}@media print,screen and (max-width:48.06125em){.general-local-nav .medium-7>.accordion>.accordion__content{background-color:#e3ecf5;padding:0 .625rem}}@media print,screen and (min-width:48.0625em){.general-local-nav{background-color:#e3ecf5;padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.general-local-nav{padding-top:5rem;padding-bottom:5rem}}.general-local-nav .funderline{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);display:inline-block;font-weight:700;margin-top:1.5rem}.general-local-nav .funderline:hover,.general-local-nav .funderline:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (max-width:48.06125em){.general-local-nav .text-margin-reset{display:none}}.general-local-nav .parent-page-link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:1rem;padding-bottom:1rem}.general-local-nav .parent-page-link:hover{text-decoration:none}.general-local-nav .parent-page-link span.fa-angle-left{color:#222;text-decoration:none}.general-local-nav .parent-page-link a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:700;font-size:1.125rem}.general-local-nav .parent-page-link a:hover,.general-local-nav .parent-page-link a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.general-local-nav .parent-page-link a{font-size:1.5rem}}.general-local-nav .medium-7>.accordion{border-top:unset;border-bottom:unset}.general-local-nav .sidebar-menu{border:unset}.general-local-nav .sidebar-menu>ul{border-bottom:1px solid #7ab7ff}.general-local-nav .sidebar-menu>ul>li{padding:.625rem 0;border-top:1px solid #7ab7ff}.general-local-nav .sidebar-menu>ul a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.general-local-nav .sidebar-menu>ul a:hover,.general-local-nav .sidebar-menu>ul a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.general-local-nav .sidebar-menu>ul a{font-size:1.125rem}}.general-local-nav .sidebar-menu>ul a.is-active{color:#000;text-decoration:none;pointer-events:none}.general-local-nav .sidebar-menu>ul>li>ul{margin-top:10px;border-top:1px solid #7ab7ff}.general-local-nav .sidebar-menu>ul>li>ul>li{padding:.75rem 0 .5rem}@media print,screen and (min-width:48.0625em){.general-local-nav .sidebar-menu>ul>li>ul>li{padding-left:2rem}}@media print,screen and (min-width:64.0625em){.general-local-nav .sidebar-menu>ul>li>ul>li{padding-left:4rem}}.sidebar-menu{border:1px solid #013e7c;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:1rem;line-height:1.4}.sidebar-menu h3{margin:0;font-size:1rem;line-height:1}.sidebar-menu h3 a{padding:1em}.sidebar-menu ul{margin:0;padding:0;list-style:none}.sidebar-menu a{position:relative;display:block;padding:0 .625rem;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.sidebar-menu__toggle{display:none}.sidebar-menu .menu-item__button{top:0;right:0;bottom:0;left:auto;width:2.625rem;height:2.625rem;margin:0;-webkit-transform:none;transform:none;opacity:1;line-height:1}.sidebar-menu .menu-item__button::before{content:"";font-size:1rem;color:#222;font-weight:100}.sidebar-menu .menu-item__button:hover{background-color:rgba(255,255,255,.33)}@media print,screen and (max-width:48.06125em){.sidebar-menu__toggle{position:relative;display:block;width:100%;margin:0;padding:1em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#013e7c;border:0;background:none}.sidebar-menu__toggle::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;position:absolute;top:50%;right:.75em;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:1rem}.sidebar-menu-open .sidebar-menu__toggle::after{content:""}.sidebar-menu__toggle:hover{color:#767676;background:none}.sidebar-menu__container{display:none}}@media print,screen and (min-width:48.0625em){.sidebar-menu__container{display:block !important}}.sidebar-menu .menu-item--expanded>ul{display:none}:root:not(.oho-js) .sidebar-menu .menu-item--expanded>ul{display:block}.sidebar-menu .menu-item--open>ul{display:block}.sidebar-menu .menu-item--open>.menu-item__button::before{content:""}.sidebar-menu--padding-levels li a{padding-left:1em}.sidebar-menu--padding-levels li li a{padding-left:2em}.sidebar-menu--padding-levels li li li a{padding-left:3em}.sidebar-menu--padding-levels li li li li a{padding-left:4em}.sidebar-menu--ul-levels{border:0}.sidebar-menu--ul-levels ul{padding-left:1em;border-left:1px solid #013e7c}.sidebar-menu--ul-levels a{padding-left:0}.social-media{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.25rem}.social-media li{display:inline-block}.social-media a{display:block;margin:0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.5rem}.social-media a:hover{color:#7ab7ff}.utility-menu{z-index:2}.utility-menu a,.utility-menu li,.utility-menu span{display:block}.utility-menu a,.utility-menu span{font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}.utility-menu span{cursor:default}@media print,screen and (max-width:64.06125em){.utility-menu{border-top:1px solid #286dc0;border-bottom:1px solid #286dc0}.utility-menu span{padding:.75rem 1.25rem;color:#fff;font-size:1rem;font-weight:400}.utility-menu a{padding:1rem 1.25rem .25rem 2rem;color:#fff;font-size:.875rem;font-weight:400;border-left:2px solid #7ab7ff}.utility-menu a:hover{text-decoration:underline}.utility-menu ul ul{display:none;background-color:#113567}.utility-menu ul ul li:last-child a{padding-bottom:1rem}}@media print,screen and (min-width:64.0625em){.utility-menu{margin-left:20px}.utility-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}.utility-menu span{padding:5px}.utility-menu a{padding:.75em 1em;color:#013e7c;line-height:1}.utility-menu a:hover{text-decoration:none}.utility-menu ul ul{position:absolute;z-index:1;left:0;display:none;width:255px;background-color:#fff;border-top:4px solid #63aaff;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);padding:10px 0}.utility-menu ul ul li{display:block;margin:0}.utility-menu ul ul a{font-size:14px}.utility-menu ul ul a:hover{background-color:#eee}.utility-menu ul ul li a{padding:.625rem 1.25rem}}@media print,screen and (max-width:64.06125em){.utility-menu.accessible-menu .menu-item__button{height:2.75rem;width:2.75rem;font-size:0}.utility-menu.accessible-menu .menu-item__button::before{content:"";color:#7ab7ff;font-size:.875rem;font-weight:400}.utility-menu.accessible-menu .menu-item--open .menu-item__button::before{content:""}}@media print,screen and (min-width:64.0625em){.utility-menu.accessible-menu .menu-item--expanded>span{font-weight:500;padding-right:26px}.utility-menu.accessible-menu .menu-item__button{opacity:1;-webkit-transform:unset;transform:unset;width:100%;left:unset;right:unset;height:auto}.utility-menu.accessible-menu .menu-item__button::before{position:absolute;width:auto;color:#286dc0;content:"";left:unset;right:5px;top:unset;bottom:unset;line-height:0;margin-left:8px}}.accordion{clear:both;border-top:2px solid #7ab7ff;border-bottom:2px solid #7ab7ff}.accordion+.accordion{border-top:none}.accordion__button{position:relative;width:100%;margin:0;padding:0;padding-top:1.25rem;padding-bottom:1.25rem;color:#222;background-color:#fff;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left}@media print,screen and (min-width:48.0625em){.accordion__button{padding-top:1.875rem;padding-bottom:1.875rem}}.accordion__button:hover,.accordion__button:focus{color:#222;background-color:#f6f6f6}.accordion__button:hover path,.accordion__button:focus path{fill:#286dc0}.accordion__button-text{font-weight:400;font-size:1rem}@media print,screen and (min-width:48.0625em){.accordion__button-text{font-size:1.125rem}}.accordion__icon{position:absolute;top:0;right:1.25rem;bottom:0;width:1.25em;height:1.25em;margin:auto}@media print,screen and (min-width:48.0625em){.accordion__icon{right:1.875rem}}.accordion__icon-path{fill:#286dc0;-webkit-transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.accordion__icon-path--vertical{-webkit-transform:scaleY(1);transform:scaleY(1);transform-origin-y:50%}.accordion__content{display:none;padding:0;padding-bottom:1.25rem;border:0}.accordion__content::before,.accordion__content::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.accordion__content::after{clear:both}@media print,screen and (min-width:48.0625em){.accordion__content{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.accordion__content{padding-bottom:2.5rem}}:root:not(.oho-js) .accordion__content{display:block}.accordion--open>.accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#222;border-bottom:0;background-color:#fff}.accordion--open>.accordion__button .accordion__icon-path,:root:not(.oho-js) .accordion__button .accordion__icon-path{fill:#222}.accordion--open>.accordion__button .accordion__icon-path--vertical,:root:not(.oho-js) .accordion__button .accordion__icon-path--vertical{-webkit-transform:scaleY(0);transform:scaleY(0)}.accordion--open>.accordion__button:hover,:root:not(.oho-js) .accordion__button:hover{color:#222;background-color:#f6f6f6}.accordion--open>.accordion__button:hover path,:root:not(.oho-js) .accordion__button:hover path{fill:#286dc0}.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,.form-item-markup .accordions{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions,.form-item-markup .accordions{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions,.form-item-markup .accordions{margin-top:2.5rem}}.wysiwyg .accordions .section-heading__heading,.form-item-markup .accordions .section-heading__heading{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.1;text-transform:none}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__heading,.form-item-markup .accordions .section-heading__heading{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__heading,.form-item-markup .accordions .section-heading__heading{font-size:3rem}}.wysiwyg .accordions .section-heading__subheading,.form-item-markup .accordions .section-heading__subheading{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__subheading,.form-item-markup .accordions .section-heading__subheading{font-size:1.125rem}}.wysiwyg .accordions .grid-container,.form-item-markup .accordions .grid-container{padding:0}.expand-all-buttons{margin-top:-.625rem}@media print,screen and (min-width:64.0625em){.expand-all-buttons{margin-top:-1.25rem}}.expand-all-buttons button{display:inline;padding:unset;background-color:unset;border:unset;color:#013e7c;font-weight:700;font-size:1rem;text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.expand-all-buttons button:hover,.expand-all-buttons button:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.expand-all-buttons button{font-size:1.125rem}}.expand-all-buttons button:hover,.expand-all-buttons button:focus{color:#286dc0}.expand-all-buttons .button--collapse-all{opacity:0;pointer-events:none}.expanded .expand-all-buttons .button--collapse-all{opacity:1;pointer-events:unset}.expanded .expand-all-buttons .button--expand-all{display:none}.announcement-section__bg{background-color:#21623c;max-width:calc(100% - 40px);margin-right:auto;margin-left:auto;padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:64.0625em){.announcement-section__bg{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (min-width:88.75em){.announcement-section__bg{max-width:86.25rem;margin-right:auto;margin-left:auto}}.announcement-section__bg .grid-container{background-color:#21623c}.announcement-section__bg h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){.announcement-section__bg h2{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.announcement-section__bg h2{font-size:2.25rem}}.announcement-section__bg .btn--secondary:hover,.announcement-section__bg .btn--secondary:focus{background-color:#9dd4b3;border-color:#9dd4b3}.announcement-section__bg .wysiwyg p a:not(.btn),.announcement-section__bg .form-item-markup p a:not(.btn){text-decoration-color:#fff}.announcement-section__bg .wysiwyg p a:not(.btn):hover,.announcement-section__bg .form-item-markup p a:not(.btn):hover,.announcement-section__bg .wysiwyg p a:not(.btn):focus,.announcement-section__bg .form-item-markup p a:not(.btn):focus{text-decoration:none}.announcement-section__label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.announcement-section__label .fa-bell{font-size:1.875rem;color:#fff}.announcement-section__label-text{color:#fff;font-size:.875rem;font-weight:500}.background-image-feature{background-color:#013e7c;position:relative;overflow:hidden}.background-image-feature .grid-container{position:relative;z-index:2}@media screen and (min-width:75.0625em){.background-image-feature.global-padding--10x{padding-top:8.5625rem;padding-bottom:8.5625rem}}.background-image-feature__media{position:absolute;z-index:1;display:block;width:100%;height:100%;bottom:0}.background-image-feature__media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;display:block;width:100%;height:100%;opacity:.1;mix-blend-mode:luminosity}.body-section--two-column .grid-x+.grid-x{margin-top:1.875rem}.body-section--two-column .grid-x:not(.text-margin-reset){gap:1.875rem 0}@media print,screen and (min-width:48.0625em){.body-section--two-column .grid-margin-x>.cell.medium-5:first-child{margin-left:calc(8.3333333333% + 1.25rem)}}.body-section--two-column .mobile-table--scroll::before{width:100%}.body-section--two-column .align-left,.body-section--two-column .align-right{float:none;margin-right:0;margin-left:0}@media print,screen and (min-width:48.0625em){.checkerboard__items.reversed .checkerboard-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.checkerboard__items.reversed .checkerboard-item:nth-child(even) .checkerboard-item__content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media print,screen and (min-width:48.0625em){.checkerboard__items:not(.reversed) .checkerboard-item:nth-child(odd){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.checkerboard__items:not(.reversed) .checkerboard-item:nth-child(odd) .checkerboard-item__content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.checkerboard-item{padding-right:0;padding-left:0;max-width:90rem;margin-left:auto;margin-right:auto}.checkerboard-item+.checkerboard-item{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.checkerboard-item+.checkerboard-item{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){.checkerboard-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.checkerboard-item__media{position:relative}@media print,screen and (min-width:48.0625em){.checkerboard-item__media{width:50%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.checkerboard-item__media figure{margin:0;position:relative}.checkerboard-item__media figcaption{border-bottom:0}@media print,screen and (max-width:48.06125em){.checkerboard-item__media figcaption{background-color:#fff;padding-right:1.25rem;padding-left:1.25rem;-webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,.15);box-shadow:2px 2px 8px 0px rgba(0,0,0,.15)}}@media print,screen and (min-width:48.0625em){.checkerboard-item__media figcaption{position:absolute;bottom:0;left:0;width:100%;border-bottom:0;padding:0 1.25rem 1.25rem;pointer-events:none}.checkerboard-item__media figcaption .wysiwyg,.checkerboard-item__media figcaption .form-item-markup{background-color:#fff;padding:1.25rem;max-width:509px;margin-left:auto;-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,.25);box-shadow:0px 2px 2px 0px rgba(0,0,0,.25);pointer-events:all}}.checkerboard-item__media figcaption .wysiwyg *,.checkerboard-item__media figcaption .form-item-markup *{font-size:.8125rem}@media print,screen and (min-width:48.0625em){.checkerboard-item__media figcaption .wysiwyg *,.checkerboard-item__media figcaption .form-item-markup *{font-size:.875rem}}.checkerboard-item__content{padding:1.875rem 1.25rem 0}@media print,screen and (min-width:48.0625em){.checkerboard-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5rem}.checkerboard-item__content .text-margin-reset{max-width:33.75rem}}.checkerboard-item__content .eyebrow{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:500;line-height:1.1;letter-spacing:normal;text-transform:none}.checkerboard-item__content h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){.checkerboard-item__content h2{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.checkerboard-item__content h2{font-size:2.25rem}}.checkerboard-item__content h2:not(:first-child){margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.checkerboard-item__content h2:not(:first-child){margin-top:1.25rem}}.checkerboard-item__content p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;margin-top:0.625rem}@media print,screen and (min-width:64.0625em){.checkerboard-item__content p{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.checkerboard-item__content p{margin-top:1.25rem}}.checkerboard-item__content ul{list-style:none;margin:0;padding:0;margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.checkerboard-item__content ul{margin-top:1.25rem}}.checkerboard-item__content li a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;letter-spacing:-0.2px;font-weight:700}.checkerboard-item__content li a:hover,.checkerboard-item__content li a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.checkerboard-item__content li a{font-size:1.125rem}}.checkerboard-item__content li a:hover,.checkerboard-item__content li a:focus{color:#286dc0}.checkerboard-item__content li+li{margin-top:.625rem}.checkerboard-item__content .btn{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.checkerboard-item__content .btn{margin-top:1.25rem}}@media print,screen and (max-width:48.06125em){.checkerboard+.global-margin--8x{border-top:2px solid #ddd;padding-top:2.5rem}}.child-page-nav{background-color:#e3ecf5}.child-page-nav .grid-x{gap:1.25rem 0}.child-page-nav h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}@media print,screen and (min-width:64.0625em){.child-page-nav h2{font-size:1.5rem}}.child-page-nav nav>ul{list-style:none;margin:-.75rem 0}@media print,screen and (min-width:64.0625em){.child-page-nav nav>ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}}.child-page-nav nav>ul li{padding:.75rem 0;font-size:.875rem;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.child-page-nav nav>ul a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.child-page-nav nav>ul a:hover,.child-page-nav nav>ul a:focus{text-decoration-color:rgba(0,0,0,0)}.contact-section .grid-x{gap:1.25rem 0}@media print,screen and (min-width:48.0625em){.contact-section__title-area{padding-right:1.25rem}}.contact-section__title-area p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:48.0625em){.contact-section__title-area p{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.contact-section__title-area p{font-size:1.5rem}}.contact-section__item{position:relative;background-color:#eee;padding:1.25rem}@media print,screen and (min-width:48.0625em){.contact-section__item{padding:1.875rem 1.875rem 1.875rem .625rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem}.contact-section__item::before{content:"";display:block;position:absolute;top:0;right:100%;height:100%;width:20px;background-color:#eee}.contact-section__item>div{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);min-width:calc(50% - 20px);max-width:calc(50% - 20px)}}.contact-section__item+.contact-section__item{margin-top:.3125rem}.contact-section__name{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;font-weight:700}@media print,screen and (min-width:64.0625em){.contact-section__name{font-size:1.125rem}}.contact-section__name a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.contact-section__name a:hover,.contact-section__name a:focus{text-decoration-color:rgba(0,0,0,0)}.contact-section__positions{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.contact-section__positions{font-size:1.125rem}}.contact-section__positions ul,.contact-section__departments ul{list-style:none}.contact-section__positions li,.contact-section__departments li{display:inline}.contact-section__positions li:nth-last-child(n+2)::after,.contact-section__departments li:nth-last-child(n+2)::after{content:"; "}@media print,screen and (max-width:48.06125em){.contact-section__contact-info{margin-top:1.25rem}}.differentiators-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.3125rem .1875rem}@media screen and (min-width:40em){.differentiators-set{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.diff--item{background-color:#ebf7f0}@media screen and (min-width:40em){.diff--item{-ms-flex-preferred-size:calc(50% - 6px);flex-basis:calc(50% - 6px)}}@media screen and (min-width:64em){.diff--item{-ms-flex-preferred-size:calc(25% - 3px);flex-basis:calc(25% - 3px)}}.diff__text{padding:1.875rem}.diff__text h3.h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}@media print,screen and (min-width:48.0625em){.diff__text h3.h4{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.diff__text h3.h4{font-size:1.25rem}}.diff__text p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4;color:#222;line-height:1.7}@media screen and (max-width:39.9375em){.diff__stat+.diff__text{padding-top:1.25rem}}.diff__link{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4;color:#222}.diff__link a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:500}.diff__link a:hover,.diff__link a:focus{text-decoration-color:rgba(0,0,0,0)}.diff__stat span{font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-weight:400;color:#21623c;font-size:5.375rem;font-variant-numeric:oldstyle-nums;-webkit-font-feature-settings:"onum";font-feature-settings:"onum"}@media screen and (max-width:39.9375em){.diff__icon{padding:1.875rem 1.875rem 0}.diff__icon img{max-width:70px}}.diff__visual{position:relative}@media screen and (min-width:40em){.diff__visual::before{content:"";display:block;padding-bottom:58.3333%}}.diff__visual.diff__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.diff__visual.diff__stat{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:1fr auto 1fr;grid-column-gap:0px;grid-row-gap:0px}.diff__visual.diff__stat::before{grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:4}.diff__visual.diff__stat span{grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:3;text-align:center;font-size:clamp(86px,7vw,96px)}.diff__visual.diff__icon{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(3,auto);grid-column-gap:0px;grid-row-gap:0px}.diff__visual.diff__icon::before{grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:4}.diff__visual.diff__icon img{grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:3;max-width:130px;margin:0 auto}.documents-resources--set{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}@media print,screen and (min-width:40.0625em){.documents-resources--set{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media print,screen and (min-width:40.0625em){.documents-resources--set li{-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px)}}@media print,screen and (min-width:48.0625em){.documents-resources--set li{-ms-flex-preferred-size:calc(33.3333% - 14px);flex-basis:calc(33.3333% - 14px)}}@media print,screen and (min-width:64.0625em){.documents-resources--set li{-ms-flex-preferred-size:calc(25% - 15px);flex-basis:calc(25% - 15px)}}.documents-resources--item{background-color:#eee;border-radius:3px;height:100%;padding:1.25rem}@media print,screen and (min-width:48.0625em){.documents-resources--item{padding:1.875rem}}.documents-resources--item span{color:#013e7c;font-size:1.875rem}.documents-resources--item a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;letter-spacing:-0.2px;font-weight:700}.documents-resources--item a:hover,.documents-resources--item a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.documents-resources--item a{font-size:1.125rem}}.documents-resources--item a:hover,.documents-resources--item a:focus{color:#286dc0}.documents-resources--item p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.4;color:#222}.event__content h3{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3}@media print,screen and (min-width:48.0625em){.event__content h3{font-size:1.75rem}}@media print,screen and (min-width:64.0625em){.event__content h3{font-size:2.125rem}}.event__content a{color:#013e7c}.event__content a.btn{padding-right:1.875rem}.event__content a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.event__content a:hover::after,.event__content a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.event__content p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.event__content p{font-size:1.125rem}}.gallery__grid-container{overflow:hidden}.gallery .swiper{overflow:unset}.gallery .swiper-swapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gallery figcaption{padding-top:0;padding-bottom:0;border-bottom:unset}.gallery figcaption h3.h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:600;margin-top:0.9375rem}@media print,screen and (min-width:48.0625em){.gallery figcaption h3.h4{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.gallery figcaption h3.h4{font-size:1.25rem}}@media print,screen and (min-width:48.0625em){.gallery figcaption h3.h4{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.gallery figcaption h3.h4{margin-top:1.875rem}}.gallery figcaption p{margin-top:.5rem}@media print,screen and (min-width:48.0625em){.gallery figcaption{max-width:calc(100% - 120px)}}@media print,screen and (min-width:48.0625em){.gallery .swiper-slide-active .aspect-ratio-frame:last-child{border-bottom:48px solid rgba(0,0,0,0)}}.gallery .play-button{height:60px;width:60px}@media print,screen and (min-width:48.0625em){.gallery .play-button{top:unset;left:unset;right:0;bottom:0}}@media print,screen and (min-width:64.0625em){.gallery .play-button{height:96px;width:96px;right:0;bottom:0}}.gallery .swiper-slide:not(.swiper-slide-active) figure{background-color:#000;-webkit-transform:scale(0.7);transform:scale(0.7)}.gallery .swiper-slide:not(.swiper-slide-active) figure img{opacity:.6}@media print,screen and (max-width:48.06125em){.gallery .swiper-slide:not(.swiper-slide-active) figure{opacity:0}}.gallery .swiper-slide:not(.swiper-slide-active).swiper-slide-prev figure{-webkit-transform-origin:right;transform-origin:right}.gallery .swiper-slide:not(.swiper-slide-active).swiper-slide-next figure{-webkit-transform-origin:left;transform-origin:left}.gallery .swiper-slide:not(.swiper-slide-active) figcaption{max-height:0;overflow:hidden}.gallery .swiper-slide:not(.swiper-slide-active) a{pointer-events:none}.gallery .swiper-slide:not(.swiper-slide-active) .play-button{opacity:0}.gallery .slider-navigation{position:absolute;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;top:26vw;left:-20px;width:calc(100% + 40px)}@media print,screen and (min-width:48.0625em){.gallery .slider-navigation{top:20vw;left:0;width:100%}}@media screen and (min-width:75em){.gallery .slider-navigation{left:23px;width:calc(100% - 46px)}}@media screen and (min-width:81.25em){.gallery .slider-navigation{top:260px}}@media print,screen and (max-width:48.06125em){.gallery .slider-navigation>button{height:44px;width:44px}.gallery .slider-navigation>button .far{font-size:20px}}.gallery .slider-navigation>button.swiper-button-disabled{opacity:.25}.gallery .slider-navigation .button-text{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.gallery .swiper-pagination{color:#21623c;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:36px;line-height:1;font-variant-numeric:oldstyle-nums;-webkit-font-feature-settings:"onum";font-feature-settings:"onum";position:absolute;bottom:0;right:11.2%}@media print,screen and (max-width:48.06125em){.gallery .swiper-pagination{display:none}}.hero{position:relative;overflow:hidden}@media print,screen and (min-width:48.0625em){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.hero img,.hero video{position:absolute;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero video{z-index:2}@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 .intro-text{margin-top:2rem}.hero .video-play-button{left:auto;right:0}.hero .btn{display:inline-block;color:#222;font-weight:700;font-size:.875rem;padding:1.4375rem 1.925rem;background-color:#fff;text-align:center;border:2px solid #286dc0;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97)}.hero .btn::after{font-family:"Font Awesome 6 Pro";content:"";color:#286dc0;margin-left:.5rem;font-weight:300}.hero .btn:hover,.hero .btn:focus{text-decoration:none;background-color:#e3ecf5;border-color:#286dc0}.hero .btn:hover::before,.hero .btn:focus::before{color:#fff}.hero__media{display:block;width:100%;max-height:75vh}.hero--no-img{display:block;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.hero--no-img{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.hero--no-img{padding-top:5rem;padding-bottom:5rem}}.hero--no-img .hero__content{max-width:unset;padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}.autoplay-video-container{position:relative}.hero__content{position:relative;max-width:960px;z-index:2}@media print,screen and (min-width:48.0625em){.hero--img .hero__content{position:absolute;bottom:0}}.hero__content h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.5rem;font-weight:400;line-height:1.1;margin:0}@media print,screen and (min-width:48.0625em){.hero__content h1{font-size:4rem;letter-spacing:-1px}}@media print,screen and (min-width:64.0625em){.hero__content h1{font-size:5.5rem}}.hero__overlay{display:none}@media print,screen and (min-width:48.0625em){.hero__overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4)}}.hero-general.hero--no-img,.hero-general.hero--img,.hero-general.hero--video{overflow:visible;padding:0;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img,.hero-general.hero--img,.hero-general.hero--video{margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.hero-general.hero--no-img,.hero-general.hero--img,.hero-general.hero--video{margin-bottom:5rem}}.hero-general.hero--no-img .hero__content,.hero-general.hero--img .hero__content,.hero-general.hero--video .hero__content{position:relative;padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;margin-top:0;padding-top:2.5rem;margin-bottom:2.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img .hero__content,.hero-general.hero--img .hero__content,.hero-general.hero--video .hero__content{padding-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.hero-general.hero--no-img .hero__content,.hero-general.hero--img .hero__content,.hero-general.hero--video .hero__content{padding-top:5rem;margin-bottom:5rem}}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img .hero__content,.hero-general.hero--img .hero__content,.hero-general.hero--video .hero__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hero-general.hero--no-img .hero__content--link,.hero-general.hero--img .hero__content--link,.hero-general.hero--video .hero__content--link{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media print,screen and (max-width:48.06125em){.hero-general.hero--no-img .hero__content--link .btn,.hero-general.hero--img .hero__content--link .btn,.hero-general.hero--video .hero__content--link .btn{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}}.hero-general.hero--no-img .intro-text,.hero-general.hero--img .intro-text,.hero-general.hero--video .intro-text{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img .intro-text,.hero-general.hero--img .intro-text,.hero-general.hero--video .intro-text{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.hero-general.hero--no-img .intro-text,.hero-general.hero--img .intro-text,.hero-general.hero--video .intro-text{margin-top:2.5rem}}.hero-general.hero--no-img .hero__media,.hero-general.hero--img .hero__media,.hero-general.hero--video .hero__media{position:relative;margin:auto;padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (max-width:48.06125em){.hero-general.hero--no-img .hero__media,.hero-general.hero--img .hero__media,.hero-general.hero--video .hero__media{padding-left:1.25rem;padding-right:1.25rem}}.hero-general.hero--no-img .hero__media .aspect-ratio-frame,.hero-general.hero--img .hero__media .aspect-ratio-frame,.hero-general.hero--video .hero__media .aspect-ratio-frame{--aspect-ratio:.522}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img .hero__media .aspect-ratio-frame,.hero-general.hero--img .hero__media .aspect-ratio-frame,.hero-general.hero--video .hero__media .aspect-ratio-frame{--aspect-ratio:15 / 29}}.hero-general.hero--no-img .hero__media figure,.hero-general.hero--img .hero__media figure,.hero-general.hero--video .hero__media figure{margin-top:-1.875rem;bottom:-1.875rem}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img .hero__media figure,.hero-general.hero--img .hero__media figure,.hero-general.hero--video .hero__media figure{margin-top:-2.5rem;bottom:-2.5rem}}@media print,screen and (max-width:48.06125em){.hero-general.hero--no-img .hero__media video,.hero-general.hero--img .hero__media video,.hero-general.hero--video .hero__media video{display:none}}.hero-general.hero--no-img .hero__media .video-play-button,.hero-general.hero--img .hero__media .video-play-button,.hero-general.hero--video .hero__media .video-play-button{padding:0;bottom:2.5rem;right:2.5rem}@media print,screen and (max-width:48.06125em){.hero-general.hero--no-img .hero__media,.hero-general.hero--img .hero__media,.hero-general.hero--video .hero__media{min-height:50vw}.hero-general.hero--no-img .hero__media .video-play-button,.hero-general.hero--img .hero__media .video-play-button,.hero-general.hero--video .hero__media .video-play-button{display:none}}.hero-general.hero--no-img .breadcrumbs,.hero-general.hero--img .breadcrumbs,.hero-general.hero--video .breadcrumbs{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.hero-general.hero--no-img:after,.hero-general.hero--img:after,.hero-general.hero--video:after{content:"";display:block;background-color:#fff;height:1.875rem}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img:after,.hero-general.hero--img:after,.hero-general.hero--video:after{height:2.5rem}}.hero-general.hero--no-img .hero__content{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.hero-general.hero--no-img .hero__content{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.hero-general.hero--no-img .hero__content{padding-bottom:5rem}}.hero-general.hero--no-img::after{display:none}@media print,screen and (max-width:48.06125em){.hero-general.hero--no-img+.general-page--special{padding-top:5px}}.hero-general.hero--img.hero-landing .hero__media{padding-right:1.875rem;padding-left:1.875rem;max-width:1440px;margin-left:auto;margin-right:auto}@media print,screen and (max-width:48.06125em){.hero-general.hero--img.hero-landing .hero__media{padding-left:1.25rem;padding-right:1.25rem}}.hero-general.hero--img.hero-landing .aspect-ratio-frame{--aspect-ratio:.572}@media print,screen and (min-width:48.0625em){.hero-general.hero--img.hero-landing .aspect-ratio-frame{--aspect-ratio:10 / 23}}.hero-general.hero--link .hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.hero-general.hero--link .hero__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-ms-flex-flow:wrap;flex-flow:wrap}}.hero-general.hero--link .hero__content--inner{-webkit-box-flex:1;-ms-flex:1;flex:1}@media print,screen and (min-width:48.0625em){.hero-general.hero--link .hero__content--inner{max-width:calc(100% - 19.0625rem)}}.hero-general.hero--link .hero__content--link{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media print,screen and (max-width:48.06125em){.hero-general.hero--link .hero__content--link .btn{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}}.hero-general.hero-resource .hero__content{padding-right:1.25rem;padding-left:1.25rem;max-width:1100px;margin-left:auto;margin-right:auto}.hero-general.hero-resource .intro-text,.hero-general.hero-resource .resource-types,.hero-general.hero-resource .process-types,.hero-general.hero-resource .breadcrumbs{margin-top:1.875rem}.hero-general.hero-resource .resource-type{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:64.0625em){.hero-general.hero-resource .resource-type{font-size:1rem}}.hero-general.hero-resource .resource-type .resource-title{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-general.hero-resource .resource-type .resource-title a{text-decoration:underline}.hero-general.hero-resource .resource-type .resource-title a:hover{text-decoration-color:rgba(0,0,0,0)}.hero-general.hero-resource .resource-type .resource-description{margin:0}.hero-general.hero-resource .resource-type .resource-description .file-type-label{font-weight:700;margin-right:.625rem}.hero-general.hero-resource .resource-type .resource-description .file-type-label:before{content:"|";color:#bd5319;font-size:1.125rem;font-weight:100;padding-right:1rem;padding-left:1rem}@media screen and (max-width:31.25em){.hero-general.hero-resource .resource-type .file-type-label:before{display:none}.hero-general.hero-resource .resource-type .resource-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:1rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.hero-general.hero-resource .resource-type .resource-description{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:1rem}.hero-general.hero-resource .resource-type .resource-description:before{content:"";padding:0;left:0;top:0;height:100%;position:absolute;border:.8px solid #bd5319}}.hero-general.hero-resource .process-types dt{font-size:1rem}.hero-general.hero-resource .process-types dt:after{border-color:#bd5319}.hero-profile h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.hero-profile h1{font-size:3rem}}@media print,screen and (min-width:64.0625em){.hero-profile h1{font-size:4rem;line-height:1.1}}.hero-profile h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;font-weight:700}@media print,screen and (min-width:64.0625em){.hero-profile h2{font-size:1.125rem}}.hero-profile a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hero-profile .breadcrumbs{margin-top:0}.hero-profile .aspect-ratio-frame{width:15rem;--aspect-ratio:1}@media print,screen and (min-width:48.0625em){.hero-profile .aspect-ratio-frame{width:auto;--aspect-ratio:1}}.hero-profile .profile__job-title{margin-top:.625rem;font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.6;color:#333}@media print,screen and (min-width:48.0625em){.hero-profile .profile__job-title{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.hero-profile .profile__job-title{font-size:1.5rem}}@media print,screen and (min-width:48.0625em){.hero-profile .profile__job-title{margin-top:1.875rem}}.hero-profile .profile__job-title ul{list-style:none}.hero-profile .contact-section__contact-info{margin-top:.625rem}.hero-profile .contact-section__contact-info li{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:500;line-height:1.1;letter-spacing:normal;text-transform:none;line-height:1.4;padding-left:1.4375rem}.hero-profile .contact-section__contact-info .icon-list__icon{font-size:.9375rem;top:.1875rem}.hero-profile .btn-download{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:700;line-height:1.4}.hero-profile .btn-download:hover,.hero-profile .btn-download:focus{text-decoration-color:rgba(0,0,0,0)}.hero-profile .btn-download i{font-weight:300;margin-left:.5rem}.hero-general.hero--img.hero-news::after{position:absolute;z-index:1;bottom:0;left:0;width:100%}.hero-general.hero--img.hero-news .news-category{display:block;margin-top:1.25rem;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:500;line-height:1.1;letter-spacing:normal;text-transform:none}.hero-general.hero--img.hero-news .news-category a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.hero-general.hero--img.hero-news .news-category a:hover,.hero-general.hero--img.hero-news .news-category a:focus{text-decoration-color:rgba(0,0,0,0)}.hero-general.hero--img.hero-news .publish-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem;color:#333;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.hero-general.hero--img.hero-news .publish-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:1.125rem}}.hero-general.hero--img.hero-news .publish-info .published-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-general.hero--img.hero-news .publish-info .author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;position:relative}@media print,screen and (min-width:64.0625em){.hero-general.hero--img.hero-news .publish-info .author{font-size:1.125rem}}@media print,screen and (max-width:48.06125em){.hero-general.hero--img.hero-news .publish-info .author{padding-top:.625rem}.hero-general.hero--img.hero-news .publish-info .author:before{content:"";position:absolute;border-top:1px solid #286dc0;top:0;width:1.5rem;margin-top:.5rem;margin-bottom:.5rem}}@media print,screen and (min-width:48.0625em){.hero-general.hero--img.hero-news .publish-info .author:before{content:"";display:inline-block;margin-right:1rem;margin-left:1rem;width:1.5rem;height:1px;border-top:1px solid #286dc0}}.hero-general.hero--img.hero-news .intro-text{margin-top:1.25rem}.hero-general.hero--img.hero-news .aspect-ratio-frame{--aspect-ratio:.61;margin-top:0;margin-bottom:0;bottom:0;z-index:2}@media print,screen and (min-width:48.0625em){.hero-general.hero--img.hero-news .aspect-ratio-frame{--aspect-ratio:35 / 58}}.hero-general .play-button{height:60px;width:60px;z-index:1}@media print,screen and (min-width:48.0625em){.hero-general .play-button{top:unset;left:unset;right:0;bottom:0}}@media print,screen and (min-width:64.0625em){.hero-general .play-button{height:96px;width:96px;right:0;bottom:0}}.hero-news .hero--no-img{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.hero-news .hero--no-img{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.hero-news .hero--no-img{padding-bottom:5rem}}.hero-news .hero--no-img .hero__content{margin-bottom:0}.hero-news .hero--no-img::after{display:none}.hero-general .hero__media{max-height:unset}.additional-links ul{list-style:none}.additional-links li{display:inline-block;font-weight:700}@media print,screen and (min-width:64.0625em){.additional-links li{font-size:1.0625rem}}.additional-links li:not(:last-child)::after{content:"//";font-size:18px;color:#c1b36d;padding-right:20px;padding-left:20px}.additional-links li a{text-decoration:underline;text-underline-offset:.1875rem;text-decoration-thickness:.0625rem;text-decoration-color:#286dc0}.additional-links li a:hover,.additional-links li a:focus{color:#286dc0;text-decoration:none}.announcement-feature{background-color:#f6f6f6;background-image:url(/themes/custom/yale_fas/assets/img/debut_light.png);margin-top:-1px;overflow:hidden}.announcement-feature__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}@media print,screen and (min-width:64.0625em){.announcement-feature__heading h2{font-size:2.75rem}}.announcement-feature__set{position:relative}.announcement-feature__set::after{content:"";position:absolute;z-index:1;height:calc(100% - 20px);width:100%;bottom:0;left:0;-webkit-box-shadow:0px -2px 8px 0px rgba(34,34,34,.09);box-shadow:0px -2px 8px 0px rgba(34,34,34,.09);background-color:#fff}@media screen and (min-width:100em){.announcement-feature__set{padding-right:calc(50% - 800px);padding-left:calc(50% - 800px)}}.announcement-feature__announcement{position:relative;z-index:2;background-color:#286dc0;padding:2.5rem 1.25rem}.announcement-feature__announcement h3,.announcement-feature__announcement a,.announcement-feature__announcement span{color:#fff}.announcement-feature__announcement:nth-child(2){background-color:#013e7c}.announcement-feature__announcement:nth-child(3){background-color:#113567}@media print,screen and (min-width:48.0625em){.announcement-feature__announcement{padding:3.125rem 1.25rem}}@media print,screen and (min-width:64.0625em){.announcement-feature__announcement{padding:3.75rem}}.announcement-feature__announcement .date-display-single{font-weight:700}@media print,screen and (min-width:64.0625em){.announcement-feature__announcement .date-display-single{font-size:1.0625rem}}.announcement-feature__announcement h3{font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.announcement-feature__announcement h3{font-size:1.25rem}}.announcement-feature__announcement h3 a,.announcement-feature__announcement h3 a:not(.btn){color:#fff;text-decoration:underline;text-decoration-color:#7ab7ff;text-underline-offset:5px}.announcement-feature__announcement h3 a:hover,.announcement-feature__announcement h3 a:focus,.announcement-feature__announcement h3 a:not(.btn):hover,.announcement-feature__announcement h3 a:not(.btn):focus{color:#fcf2bf;text-decoration:none}.yale-campaign-area{background-color:#113567;text-align:center}.yale-campaign-area h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.yale-campaign-area h2{font-size:3.4375rem}}@media print,screen and (min-width:64.0625em){.yale-campaign-area h2{font-size:5rem}}.home-faculty-section{overflow:hidden;padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.home-faculty-section{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.home-faculty-section{padding-top:6.25rem}}.home-faculty-section .swiper{overflow:unset}@media print,screen and (max-width:48.06125em){.home-faculty-section .swiper{width:calc(100vw - 120px);margin-right:unset;margin-left:unset}}.home-faculty-section h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.home-faculty-section h2{font-size:5rem}}@media print,screen and (min-width:64.0625em){.home-faculty-section h2{font-size:7.5rem}}@media print,screen and (max-width:48.06125em){.home-faculty-section .swiper-slide{opacity:.35;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}}.home-faculty-section .swiper-slide-active{opacity:1}.home-faculty-section .slider-navigation{margin-top:0.9375rem}@media print,screen and (min-width:48.0625em){.home-faculty-section .slider-navigation{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.home-faculty-section .slider-navigation{margin-top:1.875rem}}.faculty-member .aspect-ratio-frame{max-width:16.25rem}.home-faculty-section__text{border-left:3px solid #e7da99;padding:1rem 0 1rem 1.5rem}.home-faculty-section__text a{text-decoration:underline;color:#013e7c;font-weight:bold;text-underline-offset:.1875rem;text-decoration-thickness:.0625rem;text-decoration-color:#82a1c3;font-size:1rem}@media print,screen and (min-width:64.0625em){.home-faculty-section__text a{font-size:1.125rem}}.home-faculty-section__text a:hover,.home-faculty-section__text a:focus{text-decoration:none;color:#82a1c3}.home-faculty-section__text em{display:block;font-size:1rem;margin-top:.625rem}@media print,screen and (min-width:64.0625em){.home-faculty-section__text em{font-size:1.125rem}}.home-faculty-section__text p{margin-top:1.25rem}.home-page .hero-background-threshold{position:relative;background-color:#031b3d;overflow:hidden}.home-page .hero--img{position:unset;padding-top:2.5rem;background-color:#031b3d;color:#fff}@media print,screen and (min-width:48.0625em){.home-page .hero--img{padding-top:6.25rem}}@media print,screen and (min-width:64.0625em){.home-page .hero--img{padding-top:12.5rem}}.home-page .hero__media,.home-page .hero__media img{max-height:unset;width:100%;height:70%;position:absolute;left:0;top:-33px}.home-page .hero__media{z-index:1;-webkit-transform:translateY(calc(var(--scroll-tracker) * 30% - 15%));transform:translateY(calc(var(--scroll-tracker) * 30% - 15%));will-change:transform}.home-page .hero__media::before,.home-page .hero__media::after{content:"";width:100%;height:80%;position:absolute;left:0}.home-page .hero__media::before{background-color:#013e7c;opacity:.75;z-index:2}.home-page .hero__media::after{z-index:3;top:-8px;height:calc(80% + 8px);background:linear-gradient(194.54deg,rgba(3,27,61,0) 29.41%,#031B3D 72.43%)}.home-page .hero__content{position:relative;z-index:2;max-width:100%}.home-page .hero__content__top{max-width:41.25rem;color:#fff}.home-page .hero h2{font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:3.75rem;font-weight:400;line-height:.935;margin-bottom:0}@media print,screen and (min-width:48.0625em){.home-page .hero h2{font-size:6.25rem}}@media print,screen and (min-width:64.0625em){.home-page .hero h2{font-size:8.75rem}}.home-page .hero__content__block{margin-top:1.25rem;padding-left:2.5rem;border-left:.1875rem solid #e7da99}@media print,screen and (min-width:48.0625em){.home-page .hero__content__block{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.home-page .hero__content__block{padding-left:3.75rem}}.home-page .hero__link a{color:#fff;font-weight:bold;text-decoration:underline;text-decoration-thickness:.0625rem;text-underline-offset:.1875rem;text-decoration-color:#7ab7ff}.home-page .hero__link a:hover,.home-page .hero__link a:focus{text-decoration-color:rgba(0,0,0,0);color:#fff}.hero__content__bottom{padding-right:1.25rem;padding-left:1.25rem;max-width:1280px;margin-left:auto;margin-right:auto}.hero__content__bottom h3{margin:0}@media print,screen and (min-width:48.0625em){.hero__content__bottom h3{padding-right:1.875rem}}@media print,screen and (min-width:64.0625em){.hero__content__bottom h3{min-width:10.625rem}}.hero__content__cta{margin-top:3.125rem;background-color:#fff;padding:1.25rem}@media print,screen and (min-width:48.0625em){.hero__content__cta{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.hero__content__cta{margin-top:6.25rem}}.hero__content__cta h3{color:#2e312f;font-weight:400}@media print,screen and (min-width:48.0625em){.hero__content__cta{padding-left:2.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}@media print,screen and (min-width:64.0625em){.hero__content__cta{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.hero__content__cta__buttons{width:100%}.hero__content__cta__buttons ul{list-style:none}.hero__content__cta__buttons a.btn{display:block;border-width:.1875rem;border-style:solid;position:relative;z-index:2;line-height:1.332;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.1875rem;text-transform:uppercase;font-weight:700;font-size:.875rem;text-align:center;padding:.9375rem 1.25rem;color:#fff;background:#286dc0;border-color:#286dc0;margin-top:.625rem}.hero__content__cta__buttons a.btn::after{display:none}.hero__content__cta__buttons a.btn:hover,.hero__content__cta__buttons a.btn:focus{color:#fff;background:#113567;border-color:#113567;text-decoration-color:#fff}@media print,screen and (min-width:48.0625em){.hero__content__cta__buttons a.btn{padding:1.5625rem 1.875rem}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.hero__content__cta__buttons li:not(:only-child){width:49%}.hero__content__cta__buttons a.btn{width:100%;height:100%}}@media print,screen and (min-width:48.0625em){.hero__content__cta__buttons ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.hero__content__cta__buttons a.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}}.component-container{position:relative}.component-container>.question-answer,.component-container>.resource-hub{position:relative;z-index:1}.component-container::before{content:"";position:absolute;z-index:2;top:0;height:10000px;width:20px;border-right:3px solid #e7da99;-webkit-transition:max-height 3.6s cubic-bezier(0.42,0.08,0.06,0.98);transition:max-height 3.6s cubic-bezier(0.42,0.08,0.06,0.98)}@media screen and (min-width:75em){.component-container::before{width:calc(50% - 580px)}}.component-container.oho-animate--ready::before{max-height:0}.component-container.oho-animate--in::before{max-height:calc(100% - 50px)}@media print,screen and (min-width:48.0625em){.component-container.oho-animate--in::before{max-height:calc(100% - 80px)}}@media print,screen and (min-width:64.0625em){.component-container.oho-animate--in::before{max-height:calc(100% - 100px)}}.new-faculty-welcome{background-color:#013e7c;position:relative;overflow:hidden}.new-faculty-welcome .grid-container{position:relative;z-index:2}.new-faculty-welcome h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.new-faculty-welcome h2{font-size:3.4375rem}}@media print,screen and (min-width:64.0625em){.new-faculty-welcome h2{font-size:5rem}}.new-faculty-welcome .item-list ul{list-style:none}.new-faculty-welcome .item-list li+li{margin-top:.625rem}.new-faculty-welcome .item-list a{font-family:"Mallory",Verdana,Arial,Helvetica,sans-serif;font-size:18px;color:#fff;text-decoration:underline;text-decoration-color:#7ab7ff;font-weight:bold;text-underline-offset:.1875rem}.new-faculty-welcome .item-list a:hover,.new-faculty-welcome .item-list a:focus{text-decoration:none}.new-faculty-welcome__media{position:absolute;z-index:1;display:block;width:100%;height:120%;-webkit-transform:translateY(calc(var(--scroll-tracker) * 28%));transform:translateY(calc(var(--scroll-tracker) * 28%));bottom:0}.new-faculty-welcome__media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;display:block;width:100%;height:100%;opacity:.1;mix-blend-mode:luminosity}@media screen and (max-width:40em){.new-faculty-welcome__media{display:none}}.question-approach{position:relative;margin-top:2.5rem;margin-bottom:2.5rem;max-width:90rem;margin-right:auto;margin-left:auto}@media print,screen and (min-width:48.0625em){.question-approach{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.question-approach{margin-top:5rem;margin-bottom:5rem}}.question-approach h2{position:relative;z-index:1;color:#fff;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.5;margin-bottom:0;padding-left:2.5rem;padding-right:0}@media print,screen and (min-width:64.0625em){.question-approach h2{padding-left:3.75rem}}.question-approach .slider-overflow-container{overflow:hidden;margin-top:1.25rem;padding-top:2px}@media print,screen and (min-width:48.0625em){.question-approach .slider-overflow-container{margin-top:2.5rem}}.question-approach .swiper{padding-left:2.5rem;overflow:unset}@media print,screen and (min-width:64.0625em){.question-approach .swiper{padding-left:3.75rem;padding-right:10.625rem}}.question-approach .slider-navigation{margin-top:1.875rem}@media print,screen and (min-width:64.0625em){.question-approach .slider-navigation{margin-top:0;position:absolute;top:0;right:0}}.question-approach .swiper-slide{opacity:0;-webkit-transition:opacity 1.8s cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 1.8s cubic-bezier(0.42,0.08,0.06,0.98);pointer-events:none}.question-approach .swiper-slide-active{opacity:1;pointer-events:visible}@media print,screen and (min-width:48.0625em){.question-approach::before{content:"";display:block;background-repeat:no-repeat;background-position:top left;background-size:contain;background-image:url(/themes/custom/yale_fas/assets/img/home-page-quotation-marks.svg);position:absolute;z-index:1;pointer-events:none;top:1.25rem;width:17.1875rem;height:14.75rem}}.question>h3{color:#fff;font-weight:400;font-size:2.25rem}@media print,screen and (min-width:48.0625em){.question>h3{font-size:3.4375rem}}@media print,screen and (min-width:64.0625em){.question>h3{font-size:5rem}}.approaches h3.eyebrow{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3;color:#fff;font-size:1.25rem;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.25em}@media print,screen and (min-width:64.0625em){.approaches h3.eyebrow{font-size:1.5rem}}.approaches h3.eyebrow::after{content:"";display:inline-block;border-bottom:1px solid rgba(255,255,255,.12);-webkit-box-flex:1;-ms-flex:1;flex:1}.approach strong a{color:#fff;text-decoration:underline;text-decoration-thickness:.0625rem;text-underline-offset:.1875rem;text-decoration-color:#286dc0}.approach strong a::after{padding-left:.25em;color:#fcf2bf}.approach strong a:hover,.approach strong a:focus{color:#fcf2bf;text-decoration-color:rgba(0,0,0,0)}.approach__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.25rem;margin-top:.625rem}.approach__wrap .aspect-ratio-frame{width:80px}@media screen and (max-width:39.9375em){.approach__media{display:none}}.approach__content{color:#fff}@media print,screen and (min-width:40.0625em){.image-grid .glide__slides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.25rem;margin-right:-1.25rem}.image-grid .glide__arrows{display:none}}.image-grid-item{padding:0}.image-grid-item__link{position:relative;display:table;margin:0 auto;line-height:1}.image-grid-item__link::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(1,62,124,0)}.image-grid-item__link:hover::before,.image-grid-item__link:focus::before{background-color:rgba(1,62,124,.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;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.image-grid-item__toggle{display:none}@media print,screen and (min-width:40.0625em){.image-grid-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;display:block;height:auto;padding-bottom:30px}.image-grid-item__toggle{display:inline-block;position:absolute;top:0;right:0;padding:.5em .5625em;text-align:center;color:#013e7c;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}.image-grid-item__toggle:hover{background-color:#fff}}.listing-section--item:not(:first-of-type){padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.listing-section--item:not(:first-of-type){padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.listing-section--item:not(:first-of-type){padding-top:2.5rem}}.listing-section--item .medium-4{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.listing-section--item .medium-4{margin-top:0}}.listing-section--item .large-9{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listing-section--item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}@media print,screen and (min-width:48.0625em){.listing-section--item h3{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.listing-section--item h3{font-size:1.25rem}}@media print,screen and (max-width:48.06125em){.listing-section--item .aspect-ratio-frame{max-width:calc(100% - 20px)}}.listing-section--item .initial-12>span{display:block;border-bottom:2px solid #ddd}.news-aside .news-topics--strip{padding:1.25rem;background-color:#eee}@media print,screen and (min-width:48.0625em){.news-aside .news-topics--strip{padding:1.875rem}}.news-aside article{padding:1.875rem;margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.news-aside article{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.news-aside article{padding:3.125rem}}@media print,screen and (min-width:48.0625em){.news-aside article{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.news-aside article{margin-top:2.5rem}}.news-aside .call-out-content{background-color:#013e7c}.news-aside .call-out-content ul{list-style:none}.news-aside .call-out-content ul li+li{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.news-aside .call-out-content ul li+li{margin-top:1.25rem}}.news-aside .call-out-content ul a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:700}.news-aside .call-out-content ul a:hover,.news-aside .call-out-content ul a:focus{text-decoration-color:rgba(0,0,0,0)}.news-aside .featured-profiles{background-color:#286dc0}.news-aside .related-documents{background-color:#013e7c}.news-aside .related-documents .document-set--item a:hover,.news-aside .related-documents .document-set--item a:focus{background-color:#286dc0;border-color:#286dc0}.home-news-feature{position:relative;padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.home-news-feature{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.home-news-feature{padding-top:6.25rem}}.home-news-feature .news-feature-item--featured{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.home-news-feature .news-feature-item--featured{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.home-news-feature .news-feature-item--featured{margin-top:3.75rem}}.home-news-feature h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.home-news-feature h2{font-size:5rem}}@media print,screen and (min-width:64.0625em){.home-news-feature h2{font-size:7.5rem}}.home-news-feature .grid-container+.news-feature__set{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.home-news-feature .grid-container+.news-feature__set{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.home-news-feature .grid-container+.news-feature__set{margin-top:3.75rem}}.news-feature-item--featured{position:relative;z-index:2;max-width:90rem;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem}.news-feature-item--featured .news-feature-item__text{margin-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:64.0625em){.news-feature-item--featured:has(img){margin-bottom:-1.25rem}}@media print,screen and (min-width:64.0625em){.news-feature-item--featured:not(:has(img)){margin-bottom:2.5rem}}@media print,screen and (min-width:40.0625em){.news-feature-item--featured{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:0;padding-left:0}.news-feature-item--featured .aspect-ratio-frame{width:40%;min-width:40%;max-width:40%}.news-feature-item--featured .news-feature-item__text{margin-top:0;margin-right:20px;margin-left:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:628px;padding-bottom:0}.news-feature-item--featured .news-feature-item__text .wysiwyg,.news-feature-item--featured .news-feature-item__text .form-item-markup{width:100%}}@media print,screen and (min-width:64.0625em){.news-feature-item--featured .aspect-ratio-frame{width:50%;max-width:43.75rem}}.news-feature-item--featured h3{font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:700;font-size:1.375rem;line-height:1.4}@media print,screen and (min-width:48.0625em){.news-feature-item--featured h3{font-size:2.25rem}}.news-feature-item--featured h3 a{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:#7ab7ff}.news-feature-item--featured h3 a:hover,.news-feature-item--featured h3 a:focus{color:#286dc0;text-decoration:none}.news-feature-item__text h3:not(:first-child){margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.news-feature-item__text h3:not(:first-child){margin-top:0.9375rem}}.news-feature-item__text p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.news-feature-item__text p{font-size:1.125rem}}.news-feature__date{font-weight:700;color:#50545d;font-size:1rem}@media print,screen and (min-width:64.0625em){.news-feature__date{font-size:1.125rem}}.news-feature__set{position:relative;z-index:1;max-width:100rem;margin-right:auto;margin-left:auto}.news-feature__set .news-feature-item{background-color:#f6f6f6;padding:2.5rem 1.25rem}.news-feature__set .news-feature-item:nth-child(even){background-color:#eee}@media print,screen and (min-width:48.0625em){.news-feature__set .news-feature-item{padding:3.125rem}}.news-feature__set .news-feature-item h3{font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.news-feature__set .news-feature-item h3{font-size:1.5rem}}.news-feature__set .news-feature-item h3 a{text-decoration:underline;text-underline-offset:.1875rem;text-decoration-thickness:.0625rem;text-decoration-color:#82a1c3}.news-feature__set .news-feature-item h3 a:hover,.news-feature__set .news-feature-item h3 a:focus{color:#286dc0;text-decoration:none}@media print,screen and (min-width:64.0625em){.news-feature__set{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:8.333%}.news-feature__set .news-feature-item{-webkit-box-flex:1;-ms-flex:1 0 33.3333%;flex:1 0 33.3333%;padding:6.25rem 3.75rem}}.related-news-section .news-feature__set{padding:0}.related-news-section .news-feature-item{padding:1.875rem}@media print,screen and (min-width:48.0625em){.related-news-section .news-feature-item{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.related-news-section .news-feature-item{padding:3.125rem}}.related-news-section .news-feature-item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:64.0625em){.related-news-section .news-feature-item h3{font-size:1.5rem}}.listing--news fieldset .form-item+.form-item{margin-top:.5rem}@media print,screen and (min-width:48.0625em){.listing--news fieldset{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 3rem);flex:1 1 calc(50% - 3rem)}}.listing--news .form-item{margin-top:0}@media print,screen and (min-width:48.0625em){.listing--news .form-item{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 3rem);flex:1 1 calc(50% - 3rem)}}.listing--news .views-exposed-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.listing--news .filter-search__wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.listing--news .filter-sec-column__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.25rem;-ms-flex-flow:wrap;flex-flow:wrap}@media print,screen and (min-width:48.0625em){.listing--news .filter-sec-column__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media print,screen and (min-width:64.0625em){.listing--news .filter-sec-column__wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:unset;flex-flow:unset}}.news__listing-rows{padding-right:0;padding-left:0;max-width:1260px;margin-left:auto;margin-right:auto}@media print,screen and (min-width:48.0625em){.news__listing-rows{padding-top:2.5rem;padding-bottom:1rem}}.news__listing-rows li{list-style:none;margin:0;padding:0}.news__listing-rows li:before{content:""}.news__item{padding-bottom:1.25rem;padding-right:1.25rem;padding-left:1.25rem;max-width:1160px;margin-left:auto;margin-right:auto;margin-top:1.25rem;border-bottom:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.news__item{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.news__item{padding-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.news__item{margin-top:2.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:75.0625em){.news__item{padding-left:0;padding-right:0}}.news__item .news-type{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:500;line-height:1.1;letter-spacing:normal;text-transform:none}.news__item .news-type a{text-decoration:underline}.news__item .news-type a:hover{text-decoration:none}.news__item .description{margin-top:.5rem}.news__item:not(.news-featured) h3 a:hover{color:#286dc0}.news__item.news-featured{padding:1.875rem 1.25rem;border-bottom:none;max-width:unset;-webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,.15);box-shadow:2px 2px 8px 0px rgba(0,0,0,.15);margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.news__item.news-featured{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.news__item.news-featured{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){.news__item.news-featured{padding:3.125rem}}.news__item.news-featured .featured-eyebrow{display:block;color:#e7da99;font-size:.875rem;line-height:1.5;padding-bottom:1.25rem}.news__item.news-featured .featured-eyebrow span{padding-right:.5rem}.news__media{max-width:17.5rem}@media print,screen and (min-width:48.0625em){.news__media{width:100%;max-width:22.5rem}}@media print,screen and (min-width:48.0625em){.news__content{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media print,screen and (min-width:48.0625em){.news__content h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3;line-height:1.5}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.news__content h3{font-size:1.5rem}}.news__content .eyebrow{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1.1}.news__content .date{margin-top:1.25rem;display:block}.news__content p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.news__content p{font-size:1.125rem}}@media print,screen and (max-width:48.06125em){.news__content .global-spacing--1x{margin-top:.5rem}}body.news-listing .main-content>article{display:none}body.news-listing .listing--news.global-spacing--5x{margin-top:0}body.news-listing .filter-sec-column__wrapper .form-required::after{color:rgba(0,0,0,0)}.hero .process-hero--button .btn{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#fff}.hero .process-hero--button .btn::before,.hero .process-hero--button .btn::after{color:#222}.hero .process-hero--button .btn:hover,.hero .process-hero--button .btn:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.hero .process-hero--button .btn:hover::before,.hero .process-hero--button .btn:hover::after,.hero .process-hero--button .btn:focus::before,.hero .process-hero--button .btn:focus::after{color:#286dc0}.hero .process-hero--button .btn:focus{outline:3px solid #fff}@media print,screen and (min-width:48.0625em){.hero .process-hero--button .btn{font-size:.875rem;padding:1.5rem 2rem}}.process-steps--wrap{margin-right:auto;margin-left:auto}@media print,screen and (min-width:48.0625em){.process-steps--wrap{display:grid;grid-template-columns:259px 1fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px}}@media screen and (min-width:75em){.process-steps--wrap{max-width:calc(100% - 40px)}}@media screen and (min-width:88.75em){.process-steps--wrap{max-width:86.25rem}}.process-steps--wrap .sticky-header__wrapper{position:sticky;top:0}.process-steps--wrap .sticky-header__wrapper nav{display:-webkit-box;display:-ms-flexbox;display:flex}.process-steps--wrap .process-steps__jumplinks{z-index:9;position:sticky;top:0;color:#fff}@media print,screen and (min-width:48.0625em){.process-steps--wrap .process-steps__jumplinks{position:sticky}}.process-steps--wrap .process-steps__jumplinks a{color:#fff;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background-color .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:700;border-width:2px;border-style:solid;font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:#013e7c;border-color:#013e7c;width:100%;border-color:rgba(0,0,0,0);padding:1.25rem}.process-steps--wrap .process-steps__jumplinks a:hover,.process-steps--wrap .process-steps__jumplinks a:focus{text-decoration:none}.process-steps--wrap .process-steps__jumplinks a:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.process-steps--wrap .process-steps__jumplinks a::before,.process-steps--wrap .process-steps__jumplinks a::after{color:#fff}.process-steps--wrap .process-steps__jumplinks a:hover,.process-steps--wrap .process-steps__jumplinks a:focus{color:#fff;background-color:#286dc0;border-color:#286dc0}.process-steps--wrap .process-steps__jumplinks a:hover::before,.process-steps--wrap .process-steps__jumplinks a:hover::after,.process-steps--wrap .process-steps__jumplinks a:focus::before,.process-steps--wrap .process-steps__jumplinks a:focus::after{color:#fff}.process-steps--wrap .process-steps__jumplinks a:focus{outline:3px solid #7ab7ff}.process-steps--wrap .process-steps__jumplinks ul{list-style:none}@media print,screen and (min-width:48.0625em){.process-steps--wrap .process-steps__jumplinks ul{width:100%}}.process-steps--wrap .process-steps__jumplinks.site-header--scroll-up{top:0}.process-steps--wrap .process-steps__jumplinks.site-header--scroll-up .sticky-header__wrapper{top:1.25rem}@media print,screen and (min-width:48.0625em){.process-steps--wrap .process-steps__jumplinks.site-header--scroll-up .sticky-header__wrapper{position:sticky;top:15rem}}.process-steps--wrap .jump-nav__item a{font-weight:500;font-size:1rem;line-height:1.4}@media print,screen and (min-width:48.0625em){.process-steps--wrap .jump-nav__item a{font-size:1.125rem;padding-right:2.125rem}}@media print,screen and (min-width:48.0625em){.process-steps--wrap .jump-nav__item+.jump-nav__item{margin-top:.1875rem}}@media print,screen and (max-width:48.06125em){.process-steps--wrap .jump-nav__item{display:none}}.process-steps--wrap .jump-nav__link--active{background-color:#fff}@media screen and (min-width:75em){.process-steps--wrap .jump-nav__link--active{margin-left:-1.25rem}}.process-steps--wrap .jump-nav__link--active a{color:#013e7c;font-weight:700;background-color:#fff;color:#333}.process-steps--wrap .jump-nav__link--active a.btn{padding-right:1.875rem}.process-steps--wrap .jump-nav__link--active a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.process-steps--wrap .jump-nav__link--active a:hover::after,.process-steps--wrap .jump-nav__link--active a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.process-steps--wrap .jump-nav__link--active a:hover{color:#286dc0;background-color:unset;border-color:rgba(0,0,0,0)}.process-steps--wrap .jump-nav__link--active a:hover:after{color:#286dc0}.process-steps--wrap .jump-nav__link--active a:after{color:#065e71}.process-steps--wrap .current-section{padding:.9375rem 1.875rem;background-color:#013e7c;width:100%;display:block;font-weight:700}@media print,screen and (min-width:48.0625em){.process-steps--wrap .current-section,.process-steps--wrap .onpage-nav-btn{display:none}}.process-steps--wrap .onpage-nav-btn{padding:16px 15px;background-color:#7ab7ff}.process-steps--wrap .onpage-nav-btn:after{content:"";font-family:"Font Awesome 6 Pro";font-size:1.125rem;font-weight:300;color:#222}.process-steps--wrap .onpage-nav-btn:focus{outline:unset}@media print,screen and (max-width:48.06125em){.onpage-menu-open .jump-nav{position:absolute;width:100%;top:3.25rem}.onpage-menu-open .onpage-nav-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.onpage-menu-open .onpage-nav-btn:after{content:""}.onpage-menu-open .jump-nav__item{display:block}.onpage-menu-open .jump-nav__item a{padding-left:1.875rem;border-width:1px;background-color:#fff;border-color:#ddd;color:#013e7c}.onpage-menu-open .jump-nav__item a:hover{border-color:#ddd;background-color:#e3ecf5;color:#013e7c}.onpage-menu-open .jump-nav__item a:focus{background-color:#fff;border-color:#fff;color:#013e7c}.onpage-menu-open .jump-nav__link--active a{background-color:#f6f6f6;border-color:#ddd;color:#222}.onpage-menu-open .jump-nav__link--active a:focus{background-color:rgba(0,0,0,0);outline:unset;color:#222;border-color:rgba(0,0,0,0)}.onpage-menu-open .jump-nav__link--active a:focus:after{color:#222}.onpage-menu-open .jump-nav__link--active a:after{color:#286dc0;left:0;padding-left:.4375rem;font-size:.9375rem;color:#222}}.process-step__item{background-color:#fff;padding-top:1.875rem;padding-bottom:1.875rem;padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:48.0625em){.process-step__item{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.process-step__item{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (max-width:48.06125em){.process-step__item{border:5px solid #eee}.process-step__item+.process-step__item{border-top:0}}@media print,screen and (min-width:48.0625em){.process-step__item{padding-right:2.5rem;padding-left:2.5rem}.process-step__item+.process-step__item{margin-top:.3125rem}}@media print,screen and (min-width:64.0625em){.process-step__item{padding-right:3.125rem;padding-left:3.125rem}}.process-step__subtitle span{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3;font-weight:700}@media print,screen and (min-width:64.0625em){.process-step__subtitle span{font-size:1.5rem}}.process-step__summary p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.6}@media print,screen and (min-width:64.0625em){.process-step__summary p{font-size:1.875rem}}.process-step__wysiwyg .wysiwyg h2,.process-step__wysiwyg .form-item-markup h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){.process-step__wysiwyg .wysiwyg h2,.process-step__wysiwyg .form-item-markup h2{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.process-step__wysiwyg .wysiwyg h2,.process-step__wysiwyg .form-item-markup h2{font-size:2.25rem}}.process-step__wysiwyg .wysiwyg h3,.process-step__wysiwyg .form-item-markup h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:64.0625em){.process-step__wysiwyg .wysiwyg h3,.process-step__wysiwyg .form-item-markup h3{font-size:1.5rem}}.process-step__wysiwyg .wysiwyg h4,.process-step__wysiwyg .form-item-markup h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3}@media print,screen and (min-width:48.0625em){.process-step__wysiwyg .wysiwyg h4,.process-step__wysiwyg .form-item-markup h4{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.process-step__wysiwyg .wysiwyg h4,.process-step__wysiwyg .form-item-markup h4{font-size:1.25rem}}.process-step__wysiwyg .wysiwyg h5,.process-step__wysiwyg .form-item-markup h5,.process-step__wysiwyg .wysiwyg h6,.process-step__wysiwyg .form-item-markup h6{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.4}.process-steps.bg-texture--light>.grid-container:first-child h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.process-steps.bg-texture--light>.grid-container:first-child h2{font-size:3.4375rem}}@media print,screen and (min-width:64.0625em){.process-steps.bg-texture--light>.grid-container:first-child h2{font-size:5rem}}@media print,screen and (min-width:48.0625em){.process-steps.bg-texture--light .update-date{font-size:1.125rem}}.process-step__item>.supplementary-content,.process-step-timeline__step>.supplementary-content{background-color:#ebf7f0;padding:1.25rem}@media print,screen and (min-width:48.0625em){.process-step__item>.supplementary-content,.process-step-timeline__step>.supplementary-content{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.process-step__item>.supplementary-content,.process-step-timeline__step>.supplementary-content{padding:2.5rem}}.process-step__item .expandable-section .grid-container{padding-right:0;padding-left:0}.process-step__item .expandable-section .grid-margin-x>.large-offset-1{width:calc(100% - 2.5rem);margin-left:1.25rem}.process-step__timeline{padding:1.25rem;border:2px solid #ddd}@media print,screen and (min-width:48.0625em){.process-step__timeline{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.process-step__timeline{padding:2.5rem}}.process-step__timeline h4+p{margin-top:.625rem}.process-step__timeline-itself{position:relative;margin-top:0.9375rem;padding-left:30px}@media print,screen and (min-width:48.0625em){.process-step__timeline-itself{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.process-step__timeline-itself{margin-top:1.875rem}}@media print,screen and (min-width:48.0625em){.process-step__timeline-itself{padding-left:40px}}.process-step-timeline__step .process-step-timeline__step--label{position:relative;z-index:2}.process-step-timeline__step .process-step-timeline__step--label span{font-weight:700;font-size:1rem}@media print,screen and (min-width:48.0625em){.process-step-timeline__step .process-step-timeline__step--label span{font-size:1.125rem}}.process-step-timeline__step .process-step-timeline__step--label+p{margin-top:0.9375rem}@media print,screen and (min-width:48.0625em){.process-step-timeline__step .process-step-timeline__step--label+p{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.process-step-timeline__step .process-step-timeline__step--label+p{margin-top:1.875rem}}.process-step-timeline__step .process-step-timeline__step--label .fa-light{height:32px;width:32px;border-radius:50%;border:2px solid #82a1c3;background-color:#fff;font-weight:300;position:absolute;top:0;left:-42px}@media print,screen and (min-width:48.0625em){.process-step-timeline__step .process-step-timeline__step--label .fa-light{left:-53px}}.process-step-timeline__step .process-step-timeline__step--label .fa-light::before{font-size:18px;position:absolute;top:5px;left:6px}.process-step-timeline__step+.process-step-timeline__step{margin-top:0.9375rem}@media print,screen and (min-width:48.0625em){.process-step-timeline__step+.process-step-timeline__step{margin-top:1.25rem}}@media print,screen and (min-width:64.0625em){.process-step-timeline__step+.process-step-timeline__step{margin-top:1.875rem}}.process-step__timeline-itself .line{width:2px;height:10000px;display:block;background-color:#82a1c3;position:absolute;top:0;z-index:1;margin-left:-27px;-webkit-transition:max-height 3.6s cubic-bezier(0.42,0.08,0.06,0.98);transition:max-height 3.6s cubic-bezier(0.42,0.08,0.06,0.98)}@media print,screen and (min-width:48.0625em){.process-step__timeline-itself .line{margin-left:-40px}}.process-step__timeline-itself.oho-animate--ready .line{max-height:0}.process-step__timeline-itself.oho-animate--in .line{max-height:100%}.hero-profile .btn-download::after{font-weight:300}.profile-detail--aside article{padding:1.875rem}@media print,screen and (min-width:48.0625em){.profile-detail--aside article{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.profile-detail--aside article{padding:3.125rem}}.profile-detail--aside article+article{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.profile-detail--aside article+article{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.profile-detail--aside article+article{margin-top:2.5rem}}.profile-detail--aside .related-things{background-color:#013e7c}.profile-detail--aside .related-things dt{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.profile-detail--aside .related-things dt{margin-top:1.875rem}}.profile-detail--aside .related-things dd{margin-top:0.625rem;margin-left:0}.profile-detail--aside .related-things dd ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 20px}.profile-detail--aside .related-things dd li{display:inline-block;font-weight:700}@media print,screen and (min-width:48.0625em){.profile-detail--aside .related-things dd li{font-size:1.125rem}}.profile-detail--aside .related-things dd li::before{display:none}.profile-detail--aside .related-things dd a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.profile-detail--aside .related-things dd a:hover,.profile-detail--aside .related-things dd a:focus{text-decoration-color:rgba(0,0,0,0)}.profile-detail--aside .admin-support{background-color:#286dc0}.profile-detail--aside .admin-support .contact-set__list li{border:none;width:17.5rem}.listing--profile .views-exposed-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}@media print,screen and (min-width:48.0625em){.listing--profile .views-exposed-form{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}}.listing--profile .views-exposed-form .form-item{margin-top:0}.listing--profile .filter-search__wrapper{width:100%}.listing--profile .filter-sec-column__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:1.25rem;-ms-flex-flow:wrap;flex-flow:wrap}@media print,screen and (max-width:48.06125em){.listing--profile .filter-sec-column__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,screen and (min-width:48.0625em){.listing--profile .filter-sec-column__wrapper .form-item{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 3rem);flex:1 1 calc(50% - 3rem)}}@media screen and (min-width:67.8125em){.listing--profile .filter-sec-column__wrapper .form-item{-webkit-box-flex:1;-ms-flex:1;flex:1}}.listing--profile .listing{padding-bottom:1rem}.results-listing ol{margin:0}.results-listing ol li:before{content:""}.results-listing .results-listing__rows .results-listing__row+.results-listing__row{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.results-listing .results-listing__rows .results-listing__row+.results-listing__row{margin-top:2.5rem}}.results-listing .results-listing__row{padding-left:0}.results-listing .listing-items li{margin-top:1rem}.results-listing .item{padding:1.25rem;background-color:#f6f6f6;display:grid;grid-template-columns:minmax(0,1fr);-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem;row-gap:1.25rem}@media print,screen and (min-width:48.0625em){.results-listing .item{grid-template-columns:160px 2fr minmax(160px,1fr);padding:1.875rem}}@media screen and (min-width:75.0625em){.results-listing .item{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;grid-template-columns:160px 1fr 332px}}.results-listing .item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:64.0625em){.results-listing .item h3{font-size:1.5rem}}.results-listing .item .item__image-column{grid-column:1;grid-row:1;max-width:10rem}.results-listing .item .item__description-column{grid-row:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width:48.0625em){.results-listing .item .item__description-column{grid-column:2;grid-row:1}}.results-listing .item .item__description-column a:after{position:relative;top:-3px;font-size:.875rem}.results-listing .item .item__description-column p{margin-top:1.25rem}.results-listing .item .item__info-column{grid-row:3;grid-column:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width:48.0625em){.results-listing .item .item__info-column{grid-column:3;grid-row:1}}.results-listing .item .item__info-column .icon-list{font-size:.875rem;font-weight:500;line-height:1.4}.results-listing .item .item__info-column .icon-list li{padding-left:1.25rem}.results-listing .item .item__info-column .icon-list li:first-child{margin-top:0}.results-listing .item .item__info-column .icon-list .icon-list__icon{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:48.0625em){.results-listing .item .item__info-column .icon-list .icon-list__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.results-listing .item .primary-job>p{font-weight:600}.results-listing .item .primary-job-description{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:64.0625em){.results-listing .item .primary-job-description{font-size:1rem}}.results-listing .item .secondary-job{margin-top:1.25rem}.results-listing .item .secondary-job ul{list-style:none;overflow:hidden}.results-listing .item .secondary-job li{margin-top:0;display:inline;margin-right:.375rem}.results-listing .item .secondary-job li+li{margin-left:-.5625rem}.results-listing .item .secondary-job li+li:before{content:",";margin-right:.4375rem}.results-listing .item .department{margin-top:1.25rem;display:block;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7}.profiles-section{overflow:hidden}.profiles-section .swiper{overflow:unset;margin-right:unset;margin-left:unset}.profiles-section .slider-navigation{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}@media screen and (max-width:48.6875em){.profiles-section .swiper{max-width:calc(100vw - 100px)}.profiles-section .swiper-slide{opacity:.5}.profiles-section .swiper-slide-visible{opacity:1}.profiles-section .special-swiper-slide{display:none}}@media screen and (min-width:48.75em){.profiles-section .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.profiles-section .swiper-slide{-ms-flex-preferred-size:220px;flex-basis:220px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media screen and (min-width:56.25em){.profiles-section .swiper-slide{-ms-flex-preferred-size:calc(33.3333% - 80px);flex-basis:calc(33.3333% - 80px)}}@media screen and (min-width:48.75em){.profiles-section--item{max-width:220px}}@media screen and (min-width:56.25em){.profiles-section--item{max-width:260px}}.profiles-section--item .aspect-ratio-frame{background-color:#fff;background-repeat:no-repeat;background-image:url(/themes/custom/yale_fas/assets/img/FAS-shield-380x.png);background-size:100%;background-position:center}.profile-section__departments,.profile-section__titles{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.profile-section__departments,.profile-section__titles{margin-top:1.25rem}}.profile-section__text{padding:1rem 0 1rem 1.5rem;border-left:3px solid #e7da99;font-weight:700}.profile-section__text .profile-section__titles{font-weight:400}@media print,screen and (min-width:48.0625em){.profile-section__text{font-size:1.125rem}}.profile-section__text>a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:700}.profile-section__text>a:hover,.profile-section__text>a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.profile-section__text>a{font-size:1.125rem}}.profile-section__text>a:hover,.profile-section__text>a:focus{color:#286dc0}.profile-section__text ul{list-style:none}.profile-section__titles{font-size:.875rem}@media print,screen and (min-width:48.0625em){.profile-section__titles{font-size:1rem}}.profile-section__titles li+li{margin-top:.5rem}.profile-section__departments{font-size:.75rem}@media print,screen and (min-width:48.0625em){.profile-section__departments{font-size:.875rem}}.profile-section__departments li{display:inline}.profile-section__departments li:nth-last-child(n+2)::after{content:", "}.profiles{overflow:hidden}.profile__content h3{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.3}@media print,screen and (min-width:48.0625em){.profile__content h3{font-size:1.75rem}}@media print,screen and (min-width:64.0625em){.profile__content h3{font-size:2.125rem}}.profile__content a{color:#013e7c}.profile__content a.btn{padding-right:1.875rem}.profile__content a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.profile__content a:hover::after,.profile__content a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.listing--program .views-exposed-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.listing--program .filter-search__multi-filter-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:1.25rem;width:100%}@media print,screen and (max-width:48.06125em){.listing--program .filter-search__multi-filter-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.listing--program .filter-search__wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}@media print,screen and (min-width:48.0625em){.listing--program .filter-sec-column__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%}}.sticky-header__container,.program-listing-item__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;display:block}@media print,screen and (min-width:48.0625em){.sticky-header__container,.program-listing-item__grid{display:-webkit-box;display:-ms-flexbox;display:flex}}.listing__rows--grouped .results-listing__row{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.listing__rows--grouped .results-listing__row{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.listing__rows--grouped .results-listing__row{margin-top:2.5rem}}@media print,screen and (max-width:48.06125em){.listing__rows--grouped .results-listing__row{margin-top:1rem}.listing__rows--grouped .results-listing__row:first-child{margin-top:0}}.results-listing__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.program-header__column--program,.program-listing-item__column--program{-webkit-box-flex:1;-ms-flex:1;flex:1}@media print,screen and (min-width:48.0625em){.program-header__column--program,.program-listing-item__column--program{-ms-flex-preferred-size:19%;flex-basis:19%}}.program-header__column--chair,.program-listing-item__column--chair{-webkit-box-flex:1;-ms-flex:1;flex:1}.program-header__column--chair ul,.program-listing-item__column--chair ul{list-style:none}.program-header__column--chair .xsmall-text,.program-listing-item__column--chair .xsmall-text{display:block;font-style:italic;margin-top:.625rem}.program-header__column--division,.program-listing-item__column--division{-webkit-box-flex:1;-ms-flex:1;flex:1}.program-header__column--division .xsmall-text,.program-listing-item__column--division .xsmall-text{display:block;margin-bottom:.3125rem}@media print,screen and (min-width:48.0625em){.program-header__column--division .xsmall-text,.program-listing-item__column--division .xsmall-text{margin-bottom:.625rem}}.program-header__column--chair ul,.program-header__column--division ul,.program-listing-item__column--chair ul,.program-listing-item__column--division ul{margin-bottom:.625rem;list-style:none}.program-header__column--chair li,.program-header__column--division li,.program-listing-item__column--chair li,.program-listing-item__column--division li{margin-top:0;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.program-header__column--chair li,.program-header__column--division li,.program-listing-item__column--chair li,.program-listing-item__column--division li{font-size:1.125rem}}.program-header__column--chair li:first-child,.program-header__column--division li:first-child,.program-listing-item__column--chair li:first-child,.program-listing-item__column--division li:first-child{margin-top:0}.program-header__column--chair li+li,.program-header__column--division li+li,.program-listing-item__column--chair li+li,.program-listing-item__column--division li+li{margin-top:.3125rem}@media print,screen and (min-width:48.0625em){.program-header__column--chair li+li,.program-header__column--division li+li,.program-listing-item__column--chair li+li,.program-listing-item__column--division li+li{margin-top:.625rem}}.program-header{display:none}@media print,screen and (min-width:48.0625em){.program-header{display:block}}.sticky-header__container{background-color:#00356b;color:#fff;height:2.875rem;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;z-index:3}.sticky-header__container a{color:#fff}.sticky-header__container p{font-weight:700}@media print,screen and (min-width:48.0625em){.sticky-header__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1.5rem}}.site-header--scroll-up.sticky-header__container{top:0}@media print,screen and (min-width:64.0625em){.site-header--scroll-up.sticky-header__container{top:13.6875rem}}.program__listing-rows ol{margin-top:0}.program__listing-items a{text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.program__listing-items a:after{font-size:.875rem;color:#286dc0}.program__listing-items a:hover{text-decoration:none}.program__listing-items li{background-color:#f6f6f6;padding-left:0;margin-top:0}.program__listing-items li:before{content:none}.program__listing-items .item{margin-top:1rem}.program-listing-item{padding:1.25rem}@media print,screen and (min-width:48.0625em){.program-listing-item{padding:1.875rem}}.program-listing-item h3 a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}@media print,screen and (min-width:48.0625em){.program-listing-item h3 a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.program-listing-item h3 a{font-size:1.25rem}}.program-listing-item h3 a:after{bottom:2px;position:relative}.program-listing-item__grid{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}@media print,screen and (min-width:48.0625em){.program-listing-item__grid{-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem}}.program-listing-item__column p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;margin-top:10px}@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{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;display:block}@media print,screen and (min-width:64.0625em){.program-listing-item__column a{font-size:1.125rem}}.program-listing-item__secondary-heading{padding-top:1.25rem;padding-bottom:.3125rem;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7;font-weight:700}@media print,screen and (min-width:64.0625em){.program-listing-item__secondary-heading{font-size:1rem}}@media print,screen and (min-width:48.0625em){.program-listing-item__secondary-heading{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}}.promotion-timeline--itself{display:grid;grid-template-rows:auto;overflow:hidden;margin-top:1rem}.promotion-timeline--itself>ol{counter-reset:item var(--start-counter,0);display:grid;grid-template-columns:subgrid;grid-column-start:1;padding:0;margin:0;position:relative;z-index:1}.promotion-timeline--itself>ol>li{counter-increment:item;text-align:center;grid-column:span 1;padding-left:0;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:1.5rem;font-weight:400;font-variant-numeric:oldstyle-nums;-webkit-font-feature-settings:"onum";font-feature-settings:"onum"}@media print,screen and (min-width:48.0625em){.promotion-timeline--itself>ol>li{font-size:3rem}}.promotion-timeline--itself>ol>li::before{content:counter(item);position:unset;font-weight:400;color:#222}.promotion-timeline--itself>ol>li::after{content:"";display:block;position:absolute;top:0;right:0;width:1px;height:200px;border-right:1px solid #ddd}.promotion-timeline--itself>div{height:10px;position:relative;z-index:2}.promotion-timeline--itself>div:nth-of-type(1){background-color:#80cb36;margin-top:5px}.promotion-timeline--itself>div:nth-of-type(n+2){margin-top:3px}.promotion-timeline--itself>div:nth-of-type(2){background-color:#21623c}.promotion-timeline--itself>div:nth-of-type(3){background-color:#286dc0}.promotion-timeline--itself>div:nth-of-type(4):last-of-type{background-color:#013e7c}.promotion-timeline--itself>div:nth-of-type(5):last-of-type{background-color:#013e7c}.promotion-timeline--itself>div:nth-of-type(4):nth-last-of-type(2){background-color:#113567}.promotion-timeline__item{border-top:20px;border-top-style:solid;height:100%;position:relative}@media screen and (min-width:40em){.promotion-timeline__item::after{content:"";display:block;position:absolute;top:-20px;left:100%;height:20px;width:7px;-webkit-clip-path:polygon(0 0,0% 100%,100% 50%);clip-path:polygon(0 0,0% 100%,100% 50%)}}.promotion-timeline{overflow:hidden}.promotion-timeline .swiper{overflow:unset;margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.promotion-timeline .swiper{margin-top:3rem}}@media screen and (max-width:39.9375em){.promotion-timeline .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.promotion-timeline .swiper-slide{height:auto}@media screen and (max-width:39.9375em){.promotion-timeline .swiper-slide{width:100% !important}}@media screen and (min-width:40em){.promotion-timeline .swiper-slide:not(.swiper-slide-visible){opacity:.5}}.promotion-timeline .swiper-slide:nth-of-type(1) .promotion-timeline__item{border-top-color:#80cb36}.promotion-timeline .swiper-slide:nth-of-type(1) .promotion-timeline__item::after{background-color:#80cb36}.promotion-timeline .swiper-slide:nth-of-type(2) .promotion-timeline__item{border-top-color:#21623c}.promotion-timeline .swiper-slide:nth-of-type(2) .promotion-timeline__item::after{background-color:#21623c}.promotion-timeline .swiper-slide:nth-of-type(3) .promotion-timeline__item{border-top-color:#286dc0}.promotion-timeline .swiper-slide:nth-of-type(3) .promotion-timeline__item::after{background-color:#286dc0}.promotion-timeline .swiper-slide:nth-of-type(4):last-of-type .promotion-timeline__item{border-top-color:#013e7c}.promotion-timeline .swiper-slide:nth-of-type(4):last-of-type .promotion-timeline__item::after{background-color:#013e7c}.promotion-timeline .swiper-slide:nth-of-type(5):last-of-type .promotion-timeline__item{border-top-color:#013e7c}.promotion-timeline .swiper-slide:nth-of-type(5):last-of-type .promotion-timeline__item::after{background-color:#013e7c}.promotion-timeline .swiper-slide:nth-of-type(4):nth-last-of-type(2) .promotion-timeline__item{border-top-color:#113567}.promotion-timeline .swiper-slide:nth-of-type(4):nth-last-of-type(2) .promotion-timeline__item::after{background-color:#113567}.promotion-timeline .swiper-slide:last-child .promotion-timeline__item::after{display:none}@media screen and (min-width:40em){.promotion-timeline .slider-navigation{position:absolute;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;top:calc(50% - 24px);left:-24px;width:calc(100% + 48px)}}@media screen and (min-width:75em){.promotion-timeline .slider-navigation{left:-29px;width:calc(100% + 58px)}}.promotion-timeline .slider-navigation>button{background-color:#013e7c;border-color:#013e7c}.promotion-timeline .slider-navigation>button:hover,.promotion-timeline .slider-navigation>button:focus{background-color:#286dc0;border-color:#286dc0}.promotion-timeline .slider-navigation>button.swiper-button-disabled{opacity:.25}.promotion-timeline .slider-navigation .button-text{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.promotion-timeline__item{background-color:#e3ecf5;padding:1.25rem}.promotion-timeline__item h3,.promotion-timeline__item h4,.promotion-timeline__item p{margin-top:.625rem}@media print,screen and (min-width:48.0625em){.promotion-timeline__item{padding:1.875rem 2.5rem}.promotion-timeline__item h3,.promotion-timeline__item h4,.promotion-timeline__item p{margin-top:1rem}}.promotion-timeline__item h3{line-height:1}.promotion-timeline__item h3 strong{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:64.0625em){.promotion-timeline__item h3 strong{font-size:1.5rem}}.promotion-timeline__item h3 span{display:block;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;margin-top:0}@media print,screen and (min-width:64.0625em){.promotion-timeline__item h3 span{font-size:1.125rem}}.promotion-timeline__item h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}@media print,screen and (min-width:48.0625em){.promotion-timeline__item h4{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.promotion-timeline__item h4{font-size:1.25rem}}.promotion-timeline__item .eyebrow-app:not(:first-child){margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.promotion-timeline__item .eyebrow-app:not(:first-child){margin-top:1.875rem}}.promotion-timeline__item dt{margin-top:1rem;font-weight:700}.promotion-timeline__item dd{margin:4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.promotional-section{background-color:#013e7c}.promotional-section .grid-x{gap:1.875rem 0}.promotional-section .aspect-ratio-frame{max-width:360px}.promotional-section h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.promotional-section h2{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){.promotional-section h2{font-size:2.5rem;line-height:1.2}}.promotional-section h2:not(:first-child){margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.promotional-section h2:not(:first-child){margin-top:0.9375rem}}.promotional-section .btn{font-size:.75rem;padding:.8125rem 1.5rem;color:#222;background-color:#fff;border-color:#fff}.promotional-section .btn::before,.promotional-section .btn::after{color:#222}.promotional-section .btn:hover,.promotional-section .btn:focus{color:#222;background-color:#7ab7ff;border-color:#7ab7ff}.promotional-section .btn:hover::before,.promotional-section .btn:hover::after,.promotional-section .btn:focus::before,.promotional-section .btn:focus::after{color:#286dc0}.promotional-section .btn:focus{outline:3px solid #fff}@media print,screen and (min-width:48.0625em){.promotional-section .btn{font-size:.875rem;padding:1.5rem 2rem}}.promotional-section .btn--secondary{font-size:.75rem;padding:.8125rem 1.5rem;color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}.promotional-section .btn--secondary::before,.promotional-section .btn--secondary::after{color:#fff}.promotional-section .btn--secondary:hover,.promotional-section .btn--secondary:focus{color:#fff;background-color:#113567}.promotional-section .btn--secondary:hover::before,.promotional-section .btn--secondary:hover::after,.promotional-section .btn--secondary:focus::before,.promotional-section .btn--secondary:focus::after{color:#fff}.promotional-section .btn--secondary:focus{outline:3px solid #7ab7ff}@media print,screen and (min-width:48.0625em){.promotional-section .btn--secondary{font-size:.875rem;padding:1.5rem 2rem}}.related{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.related{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.related{margin-top:3.75rem}}.resource-bespoke__main-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.875rem;padding-bottom:2rem;border-bottom:1px solid #ddd;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media print,screen and (min-width:48.0625em){.resource-bespoke__main-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.resource-bespoke__main-item a:before{color:#286dc0}.resource-bespoke .document-set--date{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}@media print,screen and (min-width:64.0625em){.resource-bespoke .document-set--date{font-size:1.125rem}}.resource-bespoke .document-set--date-label{font-weight:700}.resource-detail--details+.global-margin--8x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.resource-detail--details+.global-margin--8x{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.resource-detail--details+.global-margin--8x{margin-top:2.5rem}}.resource-hub{padding-top:3.125rem;padding-bottom:3.125rem;background-color:#f6f6f6;background-image:url(/themes/custom/yale_fas/assets/img/debut_light.png);background-size:400px}@media print,screen and (min-width:48.0625em){.resource-hub{padding-top:5rem;padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.resource-hub{padding-top:6.25rem;padding-bottom:6.25rem}}.resource-hub h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.resource-hub h2{font-size:3.4375rem}}@media print,screen and (min-width:64.0625em){.resource-hub h2{font-size:5rem}}.resource-hub__top,.resource-hub__bottom{padding-left:1.875rem}@media print,screen and (min-width:48.0625em){.resource-hub__top,.resource-hub__bottom{padding-left:3.75rem}}.resource-hub__bottom .grid-x .grid-x{row-gap:1.875rem}.resource-hub__connect{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.resource-hub__connect{margin-top:0}}.resource-hub__connect .resource-hub__links{background:#fff;padding:1.875rem;-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.1);box-shadow:0px 0px 10px rgba(0,0,0,.1);position:relative;z-index:3}@media print,screen and (min-width:48.0625em){.resource-hub__connect .resource-hub__links{padding:2.5rem}}.resource-hub__links h3{font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;font-weight:bold;color:#2e312f}@media print,screen and (min-width:48.0625em){.resource-hub__links h3{font-size:1.125rem;line-height:1.66}}.resource-hub__links ul{margin-top:.9375rem;padding-left:1.5625rem;font-size:.875rem}@media print,screen and (min-width:48.0625em){.resource-hub__links ul{font-size:1.0625rem}}.resource-hub__links ul a{text-decoration:underline;color:#013e7c;font-weight:bold;text-underline-offset:.1875rem;text-decoration-thickness:.0625rem;text-decoration-color:#82a1c3}.resource-hub__links ul a:hover,.resource-hub__links ul a:focus{color:#286dc0;text-decoration:none}.resource-hub__links li+li{margin-top:.75rem}.resource-hub__links em{display:block;margin-top:.5625rem}@media print,screen and (min-width:48.0625em){.listing--resource .listing{padding-bottom:1rem}}.listing--resource .views-exposed-form .filter-search__wrapper{width:100%}.listing--resource .views-exposed-form .form-item a{padding-right:2.8125rem}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.listing--resource .views-exposed-form{grid-column-gap:1.25rem}.listing--resource .views-exposed-form .filter-sec-column__wrapper{grid-column-gap:1.25rem}}@media print,screen and (min-width:48.0625em){.listing--resource .views-exposed-form{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:2.5rem}.listing--resource .views-exposed-form .filter-search__wrapper{grid-column:1/span 3;grid-row:1}.listing--resource .views-exposed-form .form-item{margin-top:0}.listing--resource .views-exposed-form .filter-sec-column__wrapper{grid-column:1/span 3;grid-row:1/span 2;grid-column-gap:1.25rem;grid-row-gap:1.5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-template-rows:repeat(2,1fr)}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(1){grid-column:1/span 2;grid-row:2}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(2){grid-column:3/span 4;grid-row:2}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(3){grid-column:1/span 2;grid-row:3}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(4){grid-column:3/span 4;grid-row:3}}@media screen and (min-width:66.625em){.listing--resource .views-exposed-form .filter-search__wrapper{grid-column:1/2}.listing--resource .views-exposed-form .filter-sec-column__wrapper{grid-column:1/span 3;grid-row:1/span 2;grid-column-gap:1.25rem;grid-row-gap:1.5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-template-rows:repeat(2,1fr)}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(1){grid-column:2/3;grid-row:1}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(2){grid-column:3;grid-row:1}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(3){grid-column:1;grid-row:2}.listing--resource .views-exposed-form .filter-sec-column__wrapper .form-item:nth-child(4){grid-column:2/3;grid-row:2}}@media screen and (min-width:68.25em){.listing--resource .views-exposed-form .filter-sec-column__wrapper{grid-column-gap:2.5rem}}.sticky-header__container{padding-left:1.875rem;padding-right:1.875rem;gap:2.5rem}.sticky-header__container .small-text p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:64.0625em){.sticky-header__container .small-text p{font-size:1rem}}.program-header__column--title{-webkit-box-flex:1;-ms-flex:1;flex:1}.program-header__column--field-resource-update-date{-webkit-box-flex:0;-ms-flex:none;flex:none;width:10rem}.program-header__column--name{-webkit-box-flex:0;-ms-flex:none;flex:none;width:6.25rem}.resource-item__column--heading,.program-header__column--heading{-webkit-box-flex:1;-ms-flex:1;flex:1}.resource-item__column--date,.program-header__column--date{-webkit-box-flex:0;-ms-flex:none;flex:none;width:10rem}.resource-item__column--file-type,.program-header__column--file-type{-webkit-box-flex:0;-ms-flex:none;flex:none;width:6.25rem}.resource__column--heading h3,.resource-item__column--heading h3{line-height:.7;font-weight:700}.resource__column--heading h3 a,.resource-item__column--heading h3 a{font-weight:700}.resource__column--heading .resource-title,.resource-item__column--heading .resource-title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.resource__column--heading .resource-title a,.resource-item__column--heading .resource-title a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}@media print,screen and (min-width:48.0625em){.resource__column--heading .resource-title a,.resource-item__column--heading .resource-title a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.resource__column--heading .resource-title a,.resource-item__column--heading .resource-title a{font-size:1.25rem}}.resource__column--heading .resource-title span.fa-lock,.resource-item__column--heading .resource-title span.fa-lock{line-height:0}.resource__column--heading .resource-title span.fa-lock::before,.resource-item__column--heading .resource-title span.fa-lock::before{color:#222;font-size:.875rem;position:relative;left:.1875rem}.resource__column--heading .xsmall-text,.resource-item__column--heading .xsmall-text{display:block;margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.resource__column--heading .xsmall-text,.resource-item__column--heading .xsmall-text{margin-top:1.25rem}}.resource__column--heading .xsmall-text a,.resource-item__column--heading .xsmall-text a{text-decoration:underline}.resource__column--heading .xsmall-text a:hover,.resource-item__column--heading .xsmall-text a:hover{text-decoration:none}.resource__column--heading .description,.resource-item__column--heading .description{margin-top:.3125rem}.resource__column--heading .description p,.resource-item__column--heading .description p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:64.0625em){.resource__column--heading .description p,.resource-item__column--heading .description p{font-size:1rem}}.resource__column--heading .process-types,.resource-item__column--heading .process-types{margin-top:.6875rem}@media print,screen and (min-width:48.0625em){.resource__column--heading .process-types,.resource-item__column--heading .process-types{margin-top:1.3125rem}}.resource__column--heading .process-types dt,.resource-item__column--heading .process-types dt{color:#4a4a4a}.resource__column--heading .external:after,.resource-item__column--heading .external:after{content:"";font-weight:300;font-size:.9375rem;color:#333}.resource__column--date ul,.resource-item__column--date ul{list-style:none}.resource__column--date .xsmall-text,.resource-item__column--date .xsmall-text{display:block;font-style:italic;margin-top:.625rem}.resource__column--file-type p,.resource-item__column--file-type p{text-transform:uppercase}.resource__column .resource-item__secondary-heading,.resource-item__column .resource-item__secondary-heading{margin-top:1.25rem;padding-bottom:.3125rem;color:#000}@media print,screen and (min-width:48.0625em){.resource__column .resource-item__secondary-heading,.resource-item__column .resource-item__secondary-heading{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}}.resource__column .resource-item__secondary-heading:after,.resource-item__column .resource-item__secondary-heading:after{display:none}.resource__listing-rows ol{margin-top:0}.resource__listing-rows li:first-child{margin-top:0}.resource__listing-rows li:before{content:""}.resource__listing-rows .small-text p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:64.0625em){.resource__listing-rows .small-text p{font-size:1rem}}.resource__listing-rows .results-listing__row{padding-left:0}.resource__listing-rows .item{background-color:#f6f6f6;padding:1.25rem}@media print,screen and (min-width:48.0625em){.resource__listing-rows .item{padding:1.875rem}}.resource-item__grid{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.resource-item__grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}}.sort-header a{font-weight:700;line-height:1.7}.sort-header a:hover{color:#7ab7ff;text-decoration:none}.sort-header .views-field-field-resource-update-date span.fa-duotone{display:none}.sort-header .views-field-field-resource-update-date a:after{content:"";font-family:"Font Awesome 6 Pro";font-size:.875rem;margin-left:5px;opacity:.6;font-weight:700}.sort-header .views-field-field-resource-update-date[aria-sort=ascending] a::after{content:"";opacity:1}.sort-header .views-field-field-resource-update-date[aria-sort=descending] a::after{content:"";opacity:1}.sort-header .views-field-name span.fa-duotone,.sort-header .views-field-title span.fa-duotone{display:none}.sort-header .views-field-name a:after,.sort-header .views-field-title a:after{content:"";font-family:"Font Awesome 6 Pro";font-size:.875rem;margin-left:5px;opacity:.6;font-weight:700}.sort-header .views-field-name[aria-sort=ascending] a::after,.sort-header .views-field-title[aria-sort=ascending] a::after{content:"";opacity:1}.sort-header .views-field-name[aria-sort=descending] a::after,.sort-header .views-field-title[aria-sort=descending] a::after{content:"";opacity:1}.tags ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}.tags li{display:inline-block}.tags li+li{margin-left:.25em}.tags li:nth-last-child(n+2)::after{content:","}section+.tags{margin-top:2rem;padding-top:2rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#262626),color-stop(4em,#262626),color-stop(4em,transparent));background-image:linear-gradient(to right,#262626 0,#262626 4em,transparent 4em);background-repeat:no-repeat;background-size:100% .0625em}.testimonial-section{background-color:#f6f6f6;background-image:url(/themes/custom/yale_fas/assets/img/debut_light.png);background-size:400px}.testimonial-section .grid-x{gap:1.875rem 0}.testimonial-section .medium-7{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.testimonial__text{position:relative;padding-bottom:.9375rem;padding-left:3.125rem}.testimonial__text::before{content:"";display:block;position:absolute;top:0;left:7px;height:32px;width:32px;background-image:url(/themes/custom/yale_fas/assets/img/testimonial-quotemark.svg);background-size:30px 26px;background-repeat:no-repeat}.testimonial__text::after{content:"";display:block;position:absolute;bottom:0;left:0;width:30px;height:calc(100% - 46px);border-right:3px solid #e7da99}@media print,screen and (min-width:48.0625em){.testimonial__text{padding-bottom:2.1875rem;padding-left:5.375rem}.testimonial__text::before{left:12px;height:40px;width:46px;background-image:url(/themes/custom/yale_fas/assets/img/testimonial-quotemark.svg);background-size:40px 46px;background-repeat:no-repeat}.testimonial__text::after{width:46px;height:calc(100% - 60px)}}.testimonial__text blockquote{margin:0}.testimonial__text blockquote p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.6}@media print,screen and (min-width:64.0625em){.testimonial__text blockquote p{font-size:1.875rem}}.testimonial__text a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;letter-spacing:-0.2px;font-weight:700}.testimonial__text a:hover,.testimonial__text a:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.testimonial__text a{font-size:1.125rem}}.testimonial__text a:hover,.testimonial__text a:focus{color:#286dc0}.testimonial__name{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;font-weight:700}@media print,screen and (min-width:64.0625em){.testimonial__name{font-size:1.3125rem;line-height:1.7}}.testimonial__description{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7}.updates__set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.updates__set{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media print,screen and (min-width:48.0625em){.updates__set{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:18.75rem}}.update__item{background-color:#013e7c;padding:1.5625rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.update__item:nth-child(odd){background-color:#286dc0}@media print,screen and (min-width:64.0625em){.update__item{padding:3.125rem}}.update__item--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;max-width:56.25rem}.update__item--text .eyebrow::after{border-bottom-color:#7ab7ff;width:50px}.update__item--text a.h4{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:#7ab7ff;-webkit-transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;font-weight:700}.update__item--text a.h4:hover,.update__item--text a.h4:focus{text-decoration-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.update__item--text a.h4{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.update__item--text a.h4{font-size:1.25rem}}.update__item--text time{display:block;color:#fff;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.7;font-weight:700}.webform-section .form-item .webform-element-description{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.webform-section .form-item .webform-element-description{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.webform-section .form-item .webform-element-description{margin-top:2.5rem}}.print-only{display:none !important}@media print{@page{margin:1cm}*{color:#000 !important;background:rgba(0,0,0,0) !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}a[href]::after{display:none}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}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}}
