/* @license MIT https://github.com/necolas/normalize.css/blob/8.0.1/LICENSE.md */
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/themes/custom/orange_starterkit/images/icons/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/themes/custom/orange_starterkit/images/icons/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/themes/custom/orange_starterkit/images/icons/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}
: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:"Family-Heavy";src:url(/themes/custom/nyu_law/assets/fonts/family-heavy.woff2) format("woff2");}@font-face{font-family:"Family-Heavy-Italic";src:url(/themes/custom/nyu_law/assets/fonts/family-heavy-italic.woff2) format("woff2");}@font-face{font-family:"Family-Light";src:url(/themes/custom/nyu_law/assets/fonts/family-light.woff2) format("woff2");}@font-face{font-family:"Family-Light-Italic";src:url(/themes/custom/nyu_law/assets/fonts/family-light-italic.woff2) format("woff2");}@font-face{font-family:"Perstare";src:url(/themes/custom/nyu_law/assets/fonts/NYUPerstare-VF.woff2) format("woff2");}@font-face{font-family:"Perstare-Italic";src:url(/themes/custom/nyu_law/assets/fonts/NYUPerstare-Italic-VF.woff2) format("woff2");}@font-face{font-family:"Perstare-Cond";src:url(/themes/custom/nyu_law/assets/fonts/NYUPerstareCondensed-VF.woff2) format("woff2");}@font-face{font-family:"Perstare-Cond-Italic";src:url(/themes/custom/nyu_law/assets/fonts/NYUPerstareCondensed-Italic-VF.woff2) format("woff2");}.small-text{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.small-text{font-size:1rem;}}.small-text p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.small-text p{font-size:1rem;}}.tiny-text{font-size:0.75rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.tiny-text{font-size:0.875rem;}}.tiny-text p{font-size:0.75rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.tiny-text p{font-size:0.875rem;}}.superscript{font-family:Family-Light,serif;font-weight:300;font-size:2.5rem;line-height:1;vertical-align:super;margin-left:8px;}@media print,screen and (min-width:48.0625em){.superscript{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.superscript{font-size:4rem;}}.superscript p{font-family:Family-Light,serif;font-weight:300;font-size:2.5rem;line-height:1;vertical-align:super;margin-left:8px;}@media print,screen and (min-width:48.0625em){.superscript p{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.superscript p{font-size:4rem;}}*{-webkit-box-sizing:border-box;box-sizing:border-box;}@media (prefers-reduced-motion:no-preference){*{scroll-behavior:smooth;}}*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}body{margin:0;color:#333333;font-family:"Perstare",sans-serif;font-size:16px;display:block;}.page{overflow:hidden;position:relative;}main{display:block;}h1,.h1{font-family:Family-Light,serif;font-size:2rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:4rem;}}h2,.h2{font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height: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:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;}@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:2rem;}}h4,.h4{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1;}@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.75rem;}}h5,.h5{font-family:Family-Light,serif;font-size:1.125rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.5rem;}}h6,.h6{font-family:Family-Light,serif;font-size:1rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){h6,.h6{font-size:1.25rem;}}p,.p{font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){p,.p{font-size:1.125rem;}}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:auto;height:auto;padding:10px;color:#ffffff;background:#000000;font-family:"Perstare",sans-serif;font-size:22px;font-weight:700;}a{color:#57068C;}button{cursor:pointer;font-size:1rem;}ol,ul{list-style-type:none;}iframe{max-width:100%;}img{max-width:100%;height:auto;}dl,pre,figure{margin:0;padding:0;}[data-fancybox-modal]{display:none;}:root{--iframe-height:9;--iframe-width:16;}.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;}}.global-spacing--12x{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--12x{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--12x{margin-top:6rem;}}.global-spacing--8x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{margin-top:4rem;}}.global-spacing--5x-alt{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--5x-alt{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--5x-alt{margin-top:3.375rem;}}.global-spacing--5x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2.5rem;}}.global-spacing--3x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:2.5rem;}}.global-spacing--2x{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.global-spacing--2x{margin-top:1.5rem;}}.global-spacing--1x{margin-top:0.5rem;}.global-margin--12x{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-margin--12x{margin-top:6rem;margin-bottom:6rem;}}.global-margin--8x{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:4rem;margin-bottom:4rem;}}.global-margin--5x-alt{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--5x-alt{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--5x-alt{margin-top:3.375rem;margin-bottom:3.375rem;}}.global-margin--5x{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem;}}.global-margin--3x{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:2.5rem;margin-bottom:2.5rem;}}.global-margin--2x{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-margin--2x{margin-top:1.5rem;margin-bottom:1.5rem;}}.global-margin--1x{margin-top:0.5rem;margin-bottom:0.5rem;}.global-padding--12x{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-top:6rem;}}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-bottom:6rem;}}.global-padding--8x{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-top:4rem;}}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-bottom:4rem;}}.global-padding--5x-alt{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--5x-alt{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--5x-alt{padding-top:3.375rem;}}@media print,screen and (min-width:48.0625em){.global-padding--5x-alt{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--5x-alt{padding-bottom:3.375rem;}}.global-padding--5x{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2.5rem;}}.global-padding--3x{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:2.5rem;}}.global-padding--2x{padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-bottom:1.5rem;}}.global-padding--1x{padding-top:0.5rem;padding-bottom:0.5rem;}.show-for-sr,.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.list--comma-separate ul{list-style:none;margin:0;padding:0;}.list--comma-separate li{display:inline-block;}.list--comma-separate li:not(:last-child){margin-right:0.25em;}.list--comma-separate li:nth-last-child(n+2)::after{content:",";}.text-margin-reset h1,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset p,.text-margin-reset span{margin:0;}.oho-animate{-webkit-transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;-webkit-transform:none;transform:none;opacity:1;}.oho-animate--ready{-webkit-transition:none;transition:none;}.oho-animate--ready.fade-in-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--ready.fade-in,.oho-animate--out.fade-in{opacity:0;}.oho-animate:focus{-webkit-transform:none !important;transform:none !important;opacity:1 !important;}.btn{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;}.btn:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.btn:after{font-size:1.25rem;}}.btn:hover,.btn:focus{text-decoration:none;outline:none;}.btn:hover:after,.btn:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.btn::before,.btn::after{color:#FFD968;}.btn:hover,.btn:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.btn:hover::before,.btn:hover::after,.btn:focus::before,.btn:focus::after{color:#333333;}@media print,screen and (min-width:48.0625em){.btn{font-size:1.125rem;padding:1rem 2.5rem;}}.btn--cta{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:1rem 2.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;}.btn--cta:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.btn--cta:after{font-size:1.25rem;}}.btn--cta:hover,.btn--cta:focus{text-decoration:none;outline:none;}.btn--cta:hover:after,.btn--cta:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.btn--cta:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.btn--cta::before,.btn--cta::after{color:#FFD968;}.btn--cta:hover,.btn--cta:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.btn--cta:hover::before,.btn--cta:hover::after,.btn--cta:focus::before,.btn--cta:focus::after{color:#333333;}@media print,screen and (min-width:64.0625em){.btn--cta{font-size:1.375rem;padding:1.5rem 4rem;}}.btn--bkground{font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#ffffff;}.btn--bkground::before,.btn--bkground::after{color:#FF5250;}.btn--bkground:hover,.btn--bkground:focus{color:#330662;background-color:#FFD968;border-color:#FFD968;}.btn--bkground:hover::before,.btn--bkground:hover::after,.btn--bkground:focus::before,.btn--bkground:focus::after{color:#57068C;}@media print,screen and (min-width:48.0625em){.btn--bkground{font-size:1.125rem;padding:1rem 2.5rem;}}.btn--alternate{font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#57068C;}.btn--alternate::before,.btn--alternate::after{color:#FF5250;}.btn--alternate:hover,.btn--alternate:focus{color:#ffffff;background-color:#57068C;border-color:#57068C;}.btn--alternate:hover::before,.btn--alternate:hover::after,.btn--alternate:focus::before,.btn--alternate:focus::after{color:#FFD968;}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:1.125rem;padding:1rem 2.5rem;}}.btn--alternate-bkground{font-size:1rem;padding:0.5rem 1.5rem;color:#ffffff;background-color:transparent;border-color:#ffffff;}.btn--alternate-bkground::before,.btn--alternate-bkground::after{color:#FFD968;}.btn--alternate-bkground:hover,.btn--alternate-bkground:focus{color:#57068C;background-color:#ffffff;border-color:#ffffff;}.btn--alternate-bkground:hover::before,.btn--alternate-bkground:hover::after,.btn--alternate-bkground:focus::before,.btn--alternate-bkground:focus::after{color:#FF5250;}@media print,screen and (min-width:48.0625em){.btn--alternate-bkground{font-size:1.125rem;padding:1rem 2.5rem;}}.btn--small{font-size:1.125rem;padding:1rem 2.5rem;}.btn--align-right{display:table;margin-left:auto;}.btn--align-center{display:table;margin-right:auto;margin-left:auto;}.profile-section__media-title--column a,.profile-section__media-title--column .external,.external-link-arrow,.external{position:relative;}.profile-section__media-title--column a:after,.profile-section__media-title--column .external:after,.external-link-arrow: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:0.25em;content:"\e09f";}[href^="/documents"]:after,a[data-entity-type=media]:after,[href$=".doc"]:after,[href$=".docx"]:after,[href$=".pdf"]:after,[href$=".ppt"]:after,[href$=".pptx"]:after,[href$=".xls"]:after,[href$=".xlsx"]:after,[href$=".zip"]:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:0.25em;content:"\f019";}.btn--centered{margin-left:auto;margin-right:auto;display:table;}.link-arrow{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;}@media print,screen and (min-width:48.0625em){.link-arrow{font-size:1rem;}}.link-arrow::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.link-arrow:hover,.link-arrow:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.link-arrow:hover::after,.link-arrow:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.link-arrow-alt{font-size:0.875rem;font-weight:400;line-height:1.6;color:#ffffff;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;}@media print,screen and (min-width:48.0625em){.link-arrow-alt{font-size:1rem;}}.link-arrow-alt::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FFD968;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.link-arrow-alt:hover,.link-arrow-alt:focus{-webkit-box-shadow:0 1px 0 #ffffff;box-shadow:0 1px 0 #ffffff;}.link-arrow-alt:hover::after,.link-arrow-alt:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.link-arrow-alt:hover,.link-arrow-alt:focus{-webkit-box-shadow:0 1px 0 #ffffff;box-shadow:0 1px 0 #ffffff;}.link-arrow-alt:hover::after,.link-arrow-alt:focus::after{color:#ffffff;}.link-underline{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;text-decoration-color:#FF5250;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.link-underline{font-size:1rem;}}.link-underline:hover,.link-underline:focus{text-decoration-color:#57068C;}.link-underline-alt{font-size:0.875rem;font-weight:400;line-height:1.6;color:#ffffff;text-decoration-color:#FFD968;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.link-underline-alt{font-size:1rem;}}.link-underline-alt:hover,.link-underline-alt:focus{text-decoration-color:#ffffff;}.external-link-arrow{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;}@media print,screen and (min-width:48.0625em){.external-link-arrow{font-size:1rem;}}.external-link-arrow::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.external-link-arrow:hover,.external-link-arrow:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.external-link-arrow:hover::after,.external-link-arrow:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.external-link-arrow:after{content:"\e09f";}.external-link-arrow:hover,.external-link-arrow:focus{-webkit-box-shadow:unset;box-shadow:unset;color:#333333;}.external-link-arrow:hover::after,.external-link-arrow:focus::after{color:#333333;}form .form-item:first-child{margin-top:0;}form .form-item:first-child h2,form .form-item:first-child h3{margin-top:0;}.form-item + .form-submit{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.form-item + .form-submit{margin-top:1.5rem;}}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],textarea,select,fieldset{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1.125rem;padding:1rem 2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0.5rem 0.875rem;border-width:1px;border-style:solid;border-radius:0;text-align:left;font-family:"Perstare",sans-serif;font-size:1rem;font-weight:400;}[type=text]:after,[type=password]:after,[type=date]:after,[type=datetime]:after,[type=datetime-local]:after,[type=month]:after,[type=week]:after,[type=email]:after,[type=number]:after,[type=search]:after,[type=tel]:after,[type=time]:after,[type=url]:after,[type=color]:after,[type=file]:after,[type=image]:after,[type=submit]:after,textarea:after,select:after,fieldset:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){[type=text]:after,[type=password]:after,[type=date]:after,[type=datetime]:after,[type=datetime-local]:after,[type=month]:after,[type=week]:after,[type=email]:after,[type=number]:after,[type=search]:after,[type=tel]:after,[type=time]:after,[type=url]:after,[type=color]:after,[type=file]:after,[type=image]:after,[type=submit]:after,textarea:after,select:after,fieldset:after{font-size:1.25rem;}}[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,textarea:hover,textarea:focus,select:hover,select:focus,fieldset:hover,fieldset:focus{text-decoration:none;outline:none;}[type=text]:hover:after,[type=text]:focus:after,[type=password]:hover:after,[type=password]:focus:after,[type=date]:hover:after,[type=date]:focus:after,[type=datetime]:hover:after,[type=datetime]:focus:after,[type=datetime-local]:hover:after,[type=datetime-local]:focus:after,[type=month]:hover:after,[type=month]:focus:after,[type=week]:hover:after,[type=week]:focus:after,[type=email]:hover:after,[type=email]:focus:after,[type=number]:hover:after,[type=number]:focus:after,[type=search]:hover:after,[type=search]:focus:after,[type=tel]:hover:after,[type=tel]:focus:after,[type=time]:hover:after,[type=time]:focus:after,[type=url]:hover:after,[type=url]:focus:after,[type=color]:hover:after,[type=color]:focus:after,[type=file]:hover:after,[type=file]:focus:after,[type=image]:hover:after,[type=image]:focus:after,[type=submit]:hover:after,[type=submit]:focus:after,textarea:hover:after,textarea:focus:after,select:hover:after,select:focus:after,fieldset:hover:after,fieldset:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}[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,textarea:disabled,select:disabled,fieldset:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}[type=text]::after,[type=password]::after,[type=date]::after,[type=datetime]::after,[type=datetime-local]::after,[type=month]::after,[type=week]::after,[type=email]::after,[type=number]::after,[type=search]::after,[type=tel]::after,[type=time]::after,[type=url]::after,[type=color]::after,[type=file]::after,[type=image]::after,[type=submit]::after,textarea::after,select::after,fieldset::after{content:"";}.multiselect-dropdown__toggle,select{border-color:#57068C;color:#333333;text-transform:none;background:#ffffff;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border-color:#57068C;border-radius:3.5rem;color:#57068C;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='%2357068C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 24px) 50%;background-size:0.8125rem;padding-left:1.5rem;}.multiselect-dropdown__toggle:hover:not(:disabled),select:hover:not(:disabled){border-color:#FF5250;}.multiselect-dropdown__toggle:focus:not(:disabled),select:focus:not(:disabled){border-color:#FF5250;}fieldset{display:block;border-color:#57068C;color:#333333;text-transform:none;background:#ffffff;margin:0;border-width:1px;border-style:solid;border-color:#57068C;border-radius:0.5rem;}fieldset:hover:not(:disabled){border-color:#FF5250;}fieldset:focus:not(:disabled){border-color:#FF5250;}button,[type=submit]{margin:0;cursor:pointer;border:0;}.form-submit{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;background-image:url(/themes/custom/nyu_law/assets/img/arrow-right.svg);background-position:right 27px top 50%;background-repeat:no-repeat;-webkit-transition:background-position 0.3s ease-in-out;transition:background-position 0.3s ease-in-out;padding-right:2.5rem;background-size:21px;}.form-submit:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.form-submit:after{font-size:1.25rem;}}.form-submit:hover,.form-submit:focus{text-decoration:none;outline:none;}.form-submit:hover:after,.form-submit:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.form-submit::before,.form-submit::after{color:#FFD968;}.form-submit:hover,.form-submit:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.form-submit:hover::before,.form-submit:hover::after,.form-submit:focus::before,.form-submit:focus::after{color:#333333;}@media print,screen and (min-width:48.0625em){.form-submit{font-size:1.125rem;padding:1rem 2.5rem;padding-right:3.75rem;}}.form-submit::after{content:"";}.form-submit:hover{background-position:right 15% top 50%;background-image:url(/themes/custom/nyu_law/assets/img/arrow-right-hover.svg);}input + .form-submit{margin-top:1rem;}@media print,screen and (min-width:48.0625em){input + .form-submit{margin-top:1.5rem;}}label{display:block;color:#000000;font-family:"Perstare",sans-serif;font-weight:400;margin-bottom:0.5rem;font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){label{font-size:1.125rem;}}label + .description .webform-element-description{margin-top:0;}[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:#57068C;color:#333333;text-transform:none;background:#ffffff;margin:0;border-color:#57068C;border-radius:4.5rem;}[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:#FF5250;}[type=text]:focus:not(:disabled),[type=password]:focus:not(:disabled),[type=date]:focus:not(:disabled),[type=datetime]:focus:not(:disabled),[type=datetime-local]:focus:not(:disabled),[type=month]:focus:not(:disabled),[type=week]:focus:not(:disabled),[type=email]:focus:not(:disabled),[type=number]:focus:not(:disabled),[type=search]:focus:not(:disabled),[type=tel]:focus:not(:disabled),[type=time]:focus:not(:disabled),[type=url]:focus:not(:disabled),[type=color]:focus:not(:disabled),[type=file]:focus:not(:disabled),[type=image]:focus:not(:disabled),textarea:focus:not(:disabled){border-color:#FF5250;}[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:#333333;font-family:"Perstare",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:#333333;font-family:"Perstare",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:#333333;font-family:"Perstare",sans-serif;}textarea{border-radius:1.5rem;}[type=checkbox],[type=radio]{margin:0;cursor:pointer;}[type=checkbox] + label,[type=radio] + label{display:inline-block;margin:0.25rem 0 0.25rem 4px;cursor:pointer;vertical-align:middle;color:#000000;}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,select:disabled,textarea:disabled{background-color:#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 0.0625em #a94442;box-shadow:0 0 0 0.0625em #a94442;}.multiselect-dropdown ul{list-style:none;margin:0;padding:0;}.multiselect-dropdown .form-item [type=checkbox]:checked + label::after{left:-22px;}@media print,screen and (min-width:48.0625em){.multiselect-dropdown .form-item [type=checkbox]:checked + label::after{left:-21px;}}.multiselect-dropdown .form-item [type=checkbox],.multiselect-dropdown .form-item [type=radio]{width:100%;height:24px;top:50%;}.multiselect-dropdown .multiselect-dropdown__dialog-close{width:40px;height:40px;color:#57068C;background-color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;}.multiselect-dropdown .multiselect-dropdown__dialog-close::after{content:"\f00d";font-family:"Font Awesome 6 Pro";display:block;width:40px;height:40px;top:6px;position:relative;}@media print,screen and (max-width:48.06125em){.multiselect-dropdown .multiselect-dropdown__dialog-close::after{font-size:22px;}}[data-multiselect-dropdown-open] .multiselect-dropdown__toggle{border-radius:0;}[data-multiselect-dropdown-open] dialog{border-top-color:transparent;}@media print,screen and (min-width:48.0625em){[data-multiselect-dropdown-open] dialog{padding-top:0;}}.row-gap{row-gap:1.5rem;}@media print,screen and (min-width:48.0625em){.row-gap{row-gap:2.5rem;}}.row-gap-sm{row-gap:1rem;}@media print,screen and (min-width:48.0625em){.row-gap-sm{row-gap:1.5rem;}}.section-cta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.active-filters{margin-top:1.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#330662;border:1px solid #57068C;padding:0.5rem 1.5rem;color:#ffffff;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.active-filters{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.active-filters{margin-top:4rem;}}@media print,screen and (min-width:48.0625em){.active-filters{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:2.5rem;}}.active-filters h2{font-size:0.875rem;font-weight:400;line-height:1.6;margin:0;margin-right:0.875rem;font-family:"Perstare",sans-serif;}@media print,screen and (min-width:48.0625em){.active-filters h2{font-size:1rem;}}.active-filters__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:0.5rem;}.active-filters__button{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#ffffff;background-color:transparent;border-color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1.6;padding-top:0.25rem;padding-bottom:0.25rem;font-family:"Perstare",sans-serif;}.active-filters__button:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.active-filters__button:after{font-size:1.25rem;}}.active-filters__button:hover,.active-filters__button:focus{text-decoration:none;outline:none;}.active-filters__button:hover:after,.active-filters__button:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.active-filters__button:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.active-filters__button::before,.active-filters__button::after{color:#FFD968;}.active-filters__button:hover,.active-filters__button:focus{color:#57068C;background-color:#ffffff;border-color:#ffffff;}.active-filters__button:hover::before,.active-filters__button:hover::after,.active-filters__button:focus::before,.active-filters__button:focus::after{color:#FF5250;}@media print,screen and (min-width:48.0625em){.active-filters__button{font-size:1rem;}}.active-filters__button:after{content:"\f00d";color:#FFD968;font-family:"Font Awesome 6 Pro";font-size:0.875rem;font-weight:100;padding-right:0.4375rem;}.active-filters__clear{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#ffffff;background-color:transparent;border-color:#ffffff;float:right;font-size:0.875rem;font-weight:400;line-height:1.6;font-weight:700;border-color:transparent;padding-top:0.25rem;padding-bottom:0.25rem;}.active-filters__clear:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.active-filters__clear:after{font-size:1.25rem;}}.active-filters__clear:hover,.active-filters__clear:focus{text-decoration:none;outline:none;}.active-filters__clear:hover:after,.active-filters__clear:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.active-filters__clear:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.active-filters__clear::before,.active-filters__clear::after{color:#FFD968;}.active-filters__clear:hover,.active-filters__clear:focus{color:#57068C;background-color:#ffffff;border-color:#ffffff;}.active-filters__clear:hover::before,.active-filters__clear:hover::after,.active-filters__clear:focus::before,.active-filters__clear:focus::after{color:#FF5250;}@media print,screen and (min-width:48.0625em){.active-filters__clear{font-size:1rem;}}@media print,screen and (max-width:48.06125em){.active-filters__clear{padding-left:0;}}.active-filters__clear:after{content:"\f00d";color:#FFD968;font-family:"Font Awesome 6 Pro";font-size:0.875rem;font-weight:100;padding-right:0.4375rem;}.user-login-form,.page--utility + .page-wrapper .main-content{margin-top:2rem;margin-bottom:2rem;padding:1.5rem;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;}@media print,screen and (min-width:48.0625em){.user-login-form,.page--utility + .page-wrapper .main-content{padding:2.5rem;}}.user-login-form input:not(.form-submit){width:100%;margin-bottom:0;max-width:30rem;}.user-login-form .description{width:100%;font-style:italic;margin-top:0.25rem;}.user-login-form .form-item + .form-item,.user-login-form .form-actions{margin-top:1rem;}.page--utility .main-content .search-form .form-item input{padding-bottom:1.25rem;border-color:gray;}.page--utility .main-content .search-form .form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px;margin-bottom:5px;}ol.search-results{padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){ol.search-results{padding-bottom:2.5rem;}}ol > li.search-result{padding-left:0;}ol > li.search-result::before{display:none;}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;padding:1.5rem;background:#262626;}.admin-tabs .tabs{margin:0;}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none;}.admin-tabs li{display:inline-block;}.admin-tabs li + li{margin-left:8px;}.admin-tabs a{display:block;margin:0;padding:0.5rem 16px;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#ffffff;border-radius:0.25rem;background-color:#57068C;font-size:1.125rem;font-weight:700;}.admin-tabs a:hover{background-color:#767676;}.admin-tabs a.is-active{background-color:gray;}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto;}}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;padding:0.0625rem 0.3125rem 0.125rem;background:rgba(255,255,255,0.75) !important;}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);color:#fe5000;font-family:"Font Awesome 6 Pro";font-size:100px;}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{content:"\f3f4";}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:0.5;}.ajax-progress .throbber,.ajax-progress-fullscreen.ajax-progress .throbber{display:none !important;}[dir=rtl] .ajax-progress,[dir=rtl] .ajax-progress-fullscreen.ajax-progress{float:right;}.ajax-progress .message,.ajax-progress-fullscreen.ajax-progress .message{display:inline;padding:0.0625rem 0.3125rem 0.125rem;}tr .ajax-progress-throbber .throbber{margin:0 0.125rem;}.ajax-progress-bar{width:16rem;}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#ffffff;background-color:#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:#ffffff;background:none;}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none;}.eu-cookie-compliance-message h2{font-family:Family-Light,serif;font-size:1rem;font-weight:300;line-height:1;all:unset;}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.25rem;}}.eu-cookie-compliance-message .btn{cursor:pointer;}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset;}.form-item{margin-top:1rem;position:relative;}@media print,screen and (min-width:48.0625em){.form-item{margin-top:1.5rem;}}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit;}.form-item [type=checkbox] + label,.form-item [type=radio] + label{position:relative;margin-left:1.75rem;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.form-item [type=checkbox] + label::before,.form-item [type=radio] + label::before{position:absolute;top:0.1875rem;left:-1.75rem;display:block;width:1.2em;height:1.2em;content:"";-webkit-transition:background 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border:1px solid #57068C;border-radius:4px;}.form-item [type=checkbox]:disabled,.form-item [type=checkbox]:disabled + label,.form-item [type=radio]:disabled,.form-item [type=radio]:disabled + label{cursor:default;}.form-item [type=checkbox]:focus + label::before,.form-item [type=radio]:focus + label::before{border-color:#8dc63f;}.form-item [type=checkbox]:invalid + label,.form-item [type=radio]:invalid + label{color:#a94442;}.form-item [type=checkbox]:invalid + label::before,.form-item [type=radio]:invalid + label::before{border-color:#a94442;-webkit-box-shadow:0 0 0 0.0625em #a94442;box-shadow:0 0 0 0.0625em #a94442;}.form-item [type=checkbox]:checked + label::before{background-color:#57068C;}.form-item [type=checkbox]:checked + label::after{position:absolute;top:50%;left:-1.125em;display:block;width:0.3125em;height:0.6875em;content:"";-webkit-transform:rotate(45deg) translate(-100%,-50%);transform:rotate(45deg) translate(-100%,-50%);border-width:0 0.125em 0.125em 0;border-style:solid;border-color:#ffffff;}.form-item [type=checkbox]:checked:disabled + label::after{border-color:#262626;}.form-item [type=checkbox]:disabled + label::before{background-color:#a6a6a6;}.form-item [type=radio] + label::before{border-radius:50%;background-image:radial-gradient(#57068C 0.25em,#ffffff 0.25em,#ffffff 0.6em,#57068C 0.5em);background-repeat:no-repeat;background-position:47% 50%;background-size:0 0;}.form-item [type=radio]:focus + label::before{border:1px solid #8dc63f;}.form-item [type=radio]:checked + label::before{border-color:#57068C;background-size:1em 1em;}.form-item [type=radio]:checked:disabled + label::before{border-color:#262626;background-image:radial-gradient(#262626 0.25em,#a6a6a6 0.25em,#a6a6a6 0.5em,#262626 0.5em);}.form-item [type=radio]:checked:invalid + label::before{background-image:radial-gradient(#a94442 0.25em,#ffffff 0.25em,#ffffff 0.5em,#a94442 0.5em);}.form-item [type=radio]:disabled + label::before{background-color:#a6a6a6;}.form-required::after{content:"*";color:#a94442;}.webform-element-description{font-size:0.875rem;font-weight:400;line-height:1.6;margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.webform-element-description{font-size:1rem;}}.required > label::after{content:"*";color:#a94442;}[type=checkbox][name*="["] + label,.form-radio + label{margin-top:0.25em;margin-bottom:0.25em;}.webform-managed-file-placeholder{color:#262626;font-family:"Perstare",sans-serif;font-weight:400;font-style:italic;margin-bottom:0.5rem;}form[class*=webform] .form-item{width:100%;}form[class*=webform] .form-actions{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:2.5rem;margin-bottom:2.5rem;}}form[class*=webform] .form-actions .form-submit{background-image:unset;padding-right:2.5rem;}form[class*=webform] .form-actions input{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;background-image:url(/themes/custom/nyu_law/assets/img/arrow-right.svg);background-position:right 16% top 50%;background-repeat:no-repeat;-webkit-transition:background-position 0.3s ease-in-out;transition:background-position 0.3s ease-in-out;padding-right:2.5rem;background-size:9%;}form[class*=webform] .form-actions input:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions input:after{font-size:1.25rem;}}form[class*=webform] .form-actions input:hover,form[class*=webform] .form-actions input:focus{text-decoration:none;outline:none;}form[class*=webform] .form-actions input:hover:after,form[class*=webform] .form-actions input:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}form[class*=webform] .form-actions input:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}form[class*=webform] .form-actions input::before,form[class*=webform] .form-actions input::after{color:#FFD968;}form[class*=webform] .form-actions input:hover,form[class*=webform] .form-actions input:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}form[class*=webform] .form-actions input:hover::before,form[class*=webform] .form-actions input:hover::after,form[class*=webform] .form-actions input:focus::before,form[class*=webform] .form-actions input:focus::after{color:#333333;}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions input{font-size:1.125rem;padding:1rem 2.5rem;padding-right:3.75rem;}}form[class*=webform] .form-actions input:hover{background-position:right 15% top 50%;background-image:url(/themes/custom/nyu_law/assets/img/arrow-right-hover.svg);}form[class*=webform] [type=text],form[class*=webform] [type=password],form[class*=webform] [type=date],form[class*=webform] [type=datetime],form[class*=webform] [type=datetime-local],form[class*=webform] [type=month],form[class*=webform] [type=week],form[class*=webform] [type=email],form[class*=webform] [type=number],form[class*=webform] [type=search],form[class*=webform] [type=tel],form[class*=webform] [type=time],form[class*=webform] [type=url],form[class*=webform] [type=color],form[class*=webform] [type=file],form[class*=webform] [type=image],form[class*=webform] fieldset,form[class*=webform] select,form[class*=webform] textarea{width:100%;}form[class*=webform] .js-form-type-checkbox + .js-form-type-checkbox,form[class*=webform] .js-form-type-radio + .js-form-type-radio{margin-top:0;}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:0.5rem;}@media print,screen and (max-width:48.06125em){.form-submit + input{margin-top:0.5rem;}}form[class*=webform] [type=date]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.embedded-entity:not([class*=align-]){margin-top:1.5rem;width:100%;}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top: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;}.oho-banner{padding-top:0.5rem;background-color:#330662;color:#ffffff;}.oho-banner::after{content:"";display:block;height:1px;background-color:rgba(222,204,181,0.5);width:calc(100% - 40px);margin:auto;margin-top:0.5rem;max-width:72.5rem;}.oho-banner .far{font-weight:700;font-size:0.875rem;-webkit-transform:translateY(2px);transform:translateY(2px);}.oho-banner .cell + .cell{margin-left:-0.75rem;}.oho-banner .wysiwyg a:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt){color:#ffffff;text-decoration-color:#ffffff;}.pager{margin-top:1.5rem;font-family:"Perstare",sans-serif;font-size:1.25rem;}@media print,screen and (min-width:48.0625em){.pager{margin-top:2.5rem;}}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none;}.pager a{display:block;padding:0 8px;text-decoration:none;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.pager a{font-size:1.125rem;}}@media print,screen and (min-width:48.0625em){.pager a{padding:0 4px;}}.pager a::before,.pager a::after{font-size:0.875rem;color:#FF5250;}.pager a:hover{text-decoration:none;color:#333333;}.pager .is-active a{color:#333333;font-weight:700;}.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;display:inline-block;-webkit-transform:translateY(-1px);transform:translateY(-1px);}.pager__item--first a::before{content:"\f323";padding-right:4px;}.pager__item--previous span:first-child{display:none;}@media screen and (min-width:23.75em){.pager__item--previous span:first-child{display:unset;}}@media print,screen and (min-width:48.0625em){.pager__item--previous a{padding:0;margin-left:2.5rem;margin-right:2.5rem;}}.pager__item--previous a::before{content:"\f053";padding-right:4px;}.pager__item--next span:first-child{display:none;}@media screen and (min-width:23.75em){.pager__item--next span:first-child{display:unset;}}@media print,screen and (min-width:48.0625em){.pager__item--next a{padding:0;margin-left:2.5rem;margin-right:2.5rem;}}.pager__item--next a::after{content:"\f054";padding-left:4px;}.pager__item--last a::after{content:"\f324";padding-left:4px;}.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none;}@media print,screen and (min-width:40.0625em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:block;}}.pager__item.is-active{display:block;}.pager__item--next,.pager__item--last{padding-left:0;padding-right:0;}.alert{padding-top:1.5rem;padding-bottom:1.5rem;color:#ffffff;}.alert h2:first-child{margin-top:0;margin-bottom:0;padding:0;border-bottom:unset;font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.alert h2:first-child{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.alert h2:first-child{font-size:2rem;}}.alert .wysiwyg p{margin-top:8px;}.alert .fa-light,.alert .fa{color:#FF5250;font-size:2rem;font-weight:300;}@media print,screen and (min-width:48.0625em){.alert .fa-light,.alert .fa{font-size:3rem;}}.alert .wysiwyg a:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt){color:#ffffff;text-decoration-color:#ffffff;}@media print,screen and (min-width:64.0625em){.alert .cell + .cell{margin-left:0;}}@media print,screen and (max-width:48.06125em){.alert .large-9{margin-top:0.5rem;}}.alert-notice{background-color:#57068C;}.alert-notice .fa-light:before{color:#ffffff;}.alert-notice .btn{font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#ffffff;}.alert-notice .btn::before,.alert-notice .btn::after{color:#FF5250;}.alert-notice .btn:hover,.alert-notice .btn:focus{color:#330662;background-color:#FFD968;border-color:#FFD968;}.alert-notice .btn:hover::before,.alert-notice .btn:hover::after,.alert-notice .btn:focus::before,.alert-notice .btn:focus::after{color:#57068C;}@media print,screen and (min-width:48.0625em){.alert-notice .btn{font-size:1.125rem;padding:1rem 2.5rem;}}.alert-warning{background-color:#FFD968;}.alert-warning.alert{color:#333333;}.alert-warning .wysiwyg a:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt):not(.ckeditor-accordion-toggler){color:#333333;text-decoration-color:#57068C;}.alert-warning .fa:before{color:#57068C;}.alert-warning .btn{font-size:1.125rem;padding:1rem 2.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;}.alert-warning .btn::before,.alert-warning .btn::after{color:#FFD968;}.alert-warning .btn:hover,.alert-warning .btn:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.alert-warning .btn:hover::before,.alert-warning .btn:hover::after,.alert-warning .btn:focus::before,.alert-warning .btn:focus::after{color:#333333;}.alert-banner{background-color:#330662;}.alert-banner .fa:before{color:#ffffff;}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem;}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem;}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem;}}.messages-contain-error .system-messages{position:static;}.messages{margin-top:1rem;padding:1rem;border:0.0625rem solid;border-radius:0.25rem;}.messages ul{margin:0;padding:0;list-style:none;}.messages li + li{margin-top:1rem;}.messages a{text-decoration:underline;color:inherit;font-weight:700;}.messages--status{color:#3c763d;border-color:#67b168;background:#aad4ab;}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0;}.messages--error{color:#a94442;border-color:#ce8483;background:#ebcdcc;}.has-alert .messages{position:absolute;}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer;}.messages__close:hover{text-decoration:underline;}.main-content .gsc-input-box > .mobile-table{margin-top:0;margin-bottom:0;}.main-content td.gsc-result-info-container{padding-left:0;}.main-content .gsc-result-info{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.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:#000000;}.main-content .gsc-control-cse.gsc-control-cse-en{max-width:75rem;margin-right:auto;margin-left:auto;padding-right:0;padding-left:0;}.main-content .gsc-control-cse.gsc-control-cse-en table{border:none;}.main-content .gsc-control-cse.gsc-control-cse-en table,.main-content .gsc-control-cse.gsc-control-cse-en tbody,.main-content .gsc-control-cse.gsc-control-cse-en tr,.main-content .gsc-control-cse.gsc-control-cse-en td{border:none;}.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input{background:none !important;}.main-content table.gsc-input{margin:0;}.main-content table.gsc-search-box td.gsc-input{padding:0;}.main-content .gsc-webResult.gsc-result:hover{border-color:transparent;background-color:#FFFFFF;}.main-content .gsc-control-cse .gs-result .gs-title *{color:#57068C;}.main-content .gsc-control-cse .gs-result .gs-title *,.main-content .gs-title > .gs-title,.main-content .gs-title > .gs-title b{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;font-family:Family-Light,serif;font-size:1.125rem;font-weight:300;line-height:1;color:#57068C !important;padding-right:0;}@media print,screen and (min-width:48.0625em){.main-content .gsc-control-cse .gs-result .gs-title *,.main-content .gs-title > .gs-title,.main-content .gs-title > .gs-title b{font-size:1rem;}}.main-content .gsc-control-cse .gs-result .gs-title *::after,.main-content .gs-title > .gs-title::after,.main-content .gs-title > .gs-title b::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.main-content .gsc-control-cse .gs-result .gs-title *:hover,.main-content .gsc-control-cse .gs-result .gs-title *:focus,.main-content .gs-title > .gs-title:hover,.main-content .gs-title > .gs-title:focus,.main-content .gs-title > .gs-title b:hover,.main-content .gs-title > .gs-title b:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.main-content .gsc-control-cse .gs-result .gs-title *:hover::after,.main-content .gsc-control-cse .gs-result .gs-title *:focus::after,.main-content .gs-title > .gs-title:hover::after,.main-content .gs-title > .gs-title:focus::after,.main-content .gs-title > .gs-title b:hover::after,.main-content .gs-title > .gs-title b:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}@media print,screen and (min-width:48.0625em){.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.25rem;}}@media print,screen and (min-width:64.0625em){.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;}}.main-content .gsc-control-cse .gs-result .gs-title *:after,.main-content .gs-title > .gs-title:after,.main-content .gs-title > .gs-title b:after{content:none;}.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:"Perstare",sans-serif !important;}.main-content .gsc-control-cse{line-height:1.5;}.main-content .gs-webResult div.gs-visibleUrl{display:none;}.main-content .gs-bidi-start-align.gs-snippet{font-size:1rem;font-weight:400;line-height:1.6;}@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:1.5rem;padding-bottom:1.5rem;font-size:1rem;}@media print,screen and (min-width:48.0625em){.main-content .gsc-webResult.gsc-result{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.main-content .gsc-webResult.gsc-result{font-size:1.125rem;}}.main-content .gsc-webResult.gsc-result + .gsc-webResult.gsc-result{border-top:1px solid gray;}.main-content .gsc-table-cell-thumbnail{display:none;}.main-content .gsc-url-top,.main-content .gsc-table-result{margin-top:1rem;}.main-content .gsc-cursor{font-size:1.125rem;}.main-content .gsc-results .gsc-cursor-box{margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:4rem;}}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:4px 11px;color:#57068C;display:inline-block;font-weight:700;background-color:transparent;border:none;}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#eee;color:#000000;}.gsc-control-cse.gsc-control-cse-en{background-color:transparent;border-color:transparent;padding:0;}.gsc-control-cse.gsc-control-cse-en table{border:none;border-radius:1.375rem;}.gsc-control-cse.gsc-control-cse-en table,.gsc-control-cse.gsc-control-cse-en tbody,.gsc-control-cse.gsc-control-cse-en tr,.gsc-control-cse.gsc-control-cse-en td{border:none !important;margin-bottom:0;}.gsc-control-cse.gsc-control-cse-en input.gsc-input{background:none !important;font-size:0.875rem;font-weight:400;line-height:1.6;background-color:transparent !important;padding:1.5rem !important;}@media print,screen and (min-width:48.0625em){.gsc-control-cse.gsc-control-cse-en input.gsc-input{font-size:1rem;}}@media print,screen and (max-width:64.06125em){.gsc-control-cse.gsc-control-cse-en input.gsc-input{background-position:calc(1% + 10px) 50% !important;}}.gsc-control-cse.gsc-control-cse-en input.gsc-input:focus{background:transparent !important;}form.gsc-search-box{margin:0 !important;}@media print,screen and (max-width:64.06125em){form.gsc-search-box{border:1px solid #57068C;border-radius:72px;}}@media print,screen and (min-width:64.0625em){form.gsc-search-box{padding-top:19px;padding-bottom:19px;}}form.gsc-search-box td{padding:0;}form.gsc-search-box .gsc-clear-button,form.gsc-search-box .gsc-search-button{position:absolute;}.gsc-control-cse{border-color:#57068C;}.gsc-control-cse table.gsc-search-box td.gsc-input{padding:0;}.gsc-input-box{border:1px solid #57068C !important;border-radius:20px;background-color:transparent !important;}.gsc-input-box td{padding-right:0 !important;}.gsc-search-button .gsc-search-button{background-color:transparent;border:0;border-radius:50%;height:36px;margin:0;padding:0;width:36px;top:1px;right:8px;}.gsc-search-button .gsc-search-button::after{content:"\f002";color:#57068C;font-family:"Font Awesome 6 Pro";font-size:0.875rem;font-weight:900;line-height:1.6;}@media print,screen and (min-width:64.0625em){.gsc-search-button .gsc-search-button::after{color:#ffffff;font-size:1.25rem;font-weight:300;}}.gsc-search-button .gsc-search-button svg{display:none;}.gssb_c{color:#ffffff !important;background-color:#333333 !important;}.gsc-completion-container{border-color:transparent !important;}@media print,screen and (min-width:64.0625em){.gsc-completion-container{background-color:#333333 !important;}}.gssb_a{padding:0.5rem 0.5625rem !important;border-radius:0 !important;}@media print,screen and (max-width:64.06125em){.gssb_a{color:#57068C !important;}}@media print,screen and (min-width:64.0625em){.gssb_a:hover{background-color:#FFD968 !important;color:#330662 !important;}}.gssb_a img{display:none !important;}@media print,screen and (min-width:64.0625em){.gsc-orderby-label,.gsc-result-info{color:#ffffff !important;}}.gsst_a{padding:0 12px !important;position:relative;z-index:2;background-color:#ffffff;}.gscb_a{color:#57068C !important;}.gcsc-more-maybe-branding-root{display:none;}:root{--aspect-ratio:1;}.aspect-ratio-frame{position:relative;}.aspect-ratio-frame::before{display:block;padding-bottom:calc(1 * 100%);content:"";}.aspect-ratio-frame img,.aspect-ratio-frame video,.aspect-ratio-frame .autoplay-video-container,.aspect-ratio-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.aspect-ratio-frame iframe{-o-object-fit:unset;object-fit:unset;}@supports (--css:variables){.aspect-ratio-frame::before{padding-bottom:calc(var(--aspect-ratio) * 100%);content:"";}}.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 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);background-color:transparent;}.slide-toggle--line{border-bottom:1px solid #000000;}.slide-toggle--line .slide-toggle__button{color:#000000;}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#57068C;}@supports (--css:variables){.slide-toggle--line::after{bottom:0;height:0.3125em;-webkit-transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#57068C;}}.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:#57068C;}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#57068C;}@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:gray;}}@supports (--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform-origin:0 0;transform-origin:0 0;}.slide-toggle .slide-toggle__button{background-color:transparent !important;}}.slider-navigation{display:none;}.swiper-initialized .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;}.slider-navigation__next i::before,.slider-navigation__prev i::before{color:#57068C;font-size:2rem;}.slider-navigation__next:hover i::before,.slider-navigation__prev:hover i::before{color:#ffffff;}.swiper-wrapper{list-style:none;}.swiper-wrapper > li{list-style:none;}.swiper-initialized .slider-navigation:has(.swiper-button-disabled + .swiper-button-disabled){display:none;}.tabs-section{position:relative;}.tabs-section .accordion + .accordion{margin-top:0;}.journey-overview + .tabs-section{margin-top:0;}.tabs-section__container{padding-right:1.25rem;padding-left:1.25rem;max-width:1328px;margin-left:auto;margin-right:auto;margin:auto;}.tabs{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.tabs{margin-top:2.5rem;}}.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,.tabs a.btn{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1.125rem;padding:1rem 2.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;margin-bottom:-1px;}.tabs__button:after,.tabs a.btn:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.tabs__button:after,.tabs a.btn:after{font-size:1.25rem;}}@media print,screen and (min-width:48.0625em){.tabs__button:hover,.tabs__button:focus,.tabs a.btn:hover,.tabs a.btn:focus{text-decoration:none;outline:none;}.tabs__button:hover:after,.tabs__button:focus:after,.tabs a.btn:hover:after,.tabs a.btn:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.tabs__button:disabled,.tabs a.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.tabs__button::before,.tabs__button::after,.tabs a.btn::before,.tabs a.btn::after{color:#FFD968;}.tabs__button:hover,.tabs__button:focus,.tabs a.btn:hover,.tabs a.btn:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.tabs__button:hover::before,.tabs__button:hover::after,.tabs__button:focus::before,.tabs__button:focus::after,.tabs a.btn:hover::before,.tabs a.btn:hover::after,.tabs a.btn:focus::before,.tabs a.btn:focus::after{color:#333333;}.tabs__button[aria-selected=true],.tabs a.btn[aria-selected=true]{color:#330662;background-color:#ffffff;}}@media print,screen and (min-width:48.0625em){.tabs .accordion{background-color:#ffffff;display:block;margin-top:0;padding-right:1rem;padding-left:1rem;padding-bottom:1rem;padding-top:5.125rem;border-radius:1rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.tabs .accordion{padding-right:1.5rem;padding-left:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:64.0625em){.tabs .accordion{padding-left:4rem;padding-right:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:48.0625em){.tabs .accordion[aria-hidden=true]{display:none;}.tabs .accordion__button{display:none;}:root:not(.oho-js) .tabs .accordion__button{display:block;}}@media print,screen and (max-width:48.06125em){.tabs .accordion:not(.tab-accordion--open) .accordion__button{font-size:1rem;background-color:#57068C;color:#ffffff;border-color:#330662;}.tabs .accordion:not(.tab-accordion--open) .accordion__icon{color:#FFD968;}}@media print,screen and (max-width:48.06125em){.tabs .accordion--open .accordion__button{background-color:#ffffff;border-bottom:1px solid #DECCB5;position:relative;}}@media print,screen and (min-width:48.0625em){.tabs .accordion--open .accordion__button{background-color:#57068C;}}.tabs .accordion:last-child .accordion__button{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.tabs .tab-accordion--open .accordion__content{display:block !important;position:relative;background-color:#ffffff;}@media print,screen and (max-width:48.06125em){.tabs .tab-accordion--open .accordion__content{padding:1rem 1.5rem;}}@media print,screen and (min-width:48.0625em){.tabs .tab-accordion--open .accordion__content::before{display:none;}}.tabs .tab-accordion--open .fa-plus::before{content:"\f068";}.tabs .tab-accordion--open .accordion__button{border-bottom-color:transparent;}.tabs__buttons .tabs__button:after{content:unset;}@media print,screen and (min-width:48.0625em){.tabs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:-1.8125rem;}.tabs__buttons .tabs__button{border-radius:0px;border-right:1px solid #330662;}.tabs__buttons .tabs__button:hover{border-color:#330662;}.tabs__buttons .tabs__button:first-child{border-bottom-left-radius:40px;border-top-left-radius:40px;}.tabs__buttons .tabs__button:last-child{border-bottom-right-radius:40px;border-top-right-radius:40px;border-left-color:transparent;}}.tabs--stacked .tabs__buttons{display:block;}.tabs--stacked .tabs__panel{display:block;margin-top:0;padding:1.75rem 28px;border:1px solid #57068C;}.tabs--stacked [aria-hidden=true]{display:none;}.tabs-section__background{background-image:url(/themes/custom/nyu_law/assets/img/brick-texture-cream.svg);background-color:rgba(222,204,181,0.5);position:absolute;top:0;bottom:0;width:100%;z-index:-1;}.tooltip > *{display:inline;}.tooltip{position:relative;z-index:3;}.tooltip p,.tooltip{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.tooltip p,.tooltip{font-size:1rem;}}.tooltip__toggle{padding:0;color:#57068C;background:none;overflow:visible;padding:0.1875rem;width:1.5625rem;height:1.5625rem;}.tooltip__toggle:hover{background:none;color:#0066bf;}.tooltip__toggle:focus{background:none;color:#0066bf;}.tooltip--open .tooltip__toggle i::before{content:"\f00d";}.tooltip--open .tooltip__toggle::before{content:"▲";width:1.5625rem;height:1.5625rem;-webkit-transform:translateY(13px) translateX(1%);transform:translateY(13px) translateX(1%);position:absolute;right:0;color:white;font-size:23px;text-shadow:0px -3px 5px rgba(0,0,0,0.08);}.tooltip--open{z-index:4;}.tooltip__content{display:none;border-top:0.625rem solid transparent;position:absolute;width:26rem;max-width:80vw;text-align:center;margin-top:-8px;margin-left:calc(var(--tooltip-viewport-offset) - 20px);}@media screen and (min-width:48.0625em){.tooltip__content{width:12rem;}}.tooltip--open .tooltip__content{display:block;}.tooltip__content__inner{padding:0.5rem;background:#ffffff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,0.21);box-shadow:0 0 7px 0 rgba(0,0,0,0.21);color:#000000;}@media screen and (min-width:48.0625em){.tooltip__content__inner{padding:1rem;}}.checkbox-container .tooltip{position:absolute;}.checkbox-container .tooltip__content{-webkit-transform:translateX(-40px);transform:translateX(-40px);}.checkbox-container [type=checkbox] + label,.checkbox-container [type=radio] + label{display:inline;}.checkbox-container .tooltip--open .tooltip__toggle:before,.checkbox-container .tooltip--open .tooltip__toggle:after{-webkit-transform:translateY(20px) translateX(3%);transform:translateY(20px) translateX(3%);}[data-tooltip-active=true]{z-index:5 !important;}.video-play-button{position:absolute;z-index:4;bottom:1.25rem;left:1.25rem;background:none;}.video-play-button::after{content:"\f144";font-family:"Font Awesome 6 Pro";font-size:1.5rem;font-weight:600;}.video-play-button[aria-label=Pause]:after{content:"\f04c";}.play-button{position:absolute;top:50%;left:50%;width:5rem;height:5rem;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;z-index:3;border-radius:79px;border:1px solid #ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.play-button::before{content:"\f04b";font-family:"Font Awesome 6 Pro";font-size:2rem;font-weight:700;color:#ffffff;margin-right:-3px;}@media print,screen and (min-width:48.0625em){.play-button{width:7.5rem;height:7.5rem;}}a:hover .play-button,a:focus .play-button{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media print,screen and (min-width:48.0625em){.alpha-filters{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.alpha-filters .fieldset-wrapper > div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.alpha-filters .form-item [type=radio]:disabled + label{color:#000000;font-weight:300;}.alpha-filters .form-item [type=radio]{height:30px;width:30px;top:50%;left:25%;}.alpha-filters .form-item [type=radio] + label{margin-left:16px;color:#57068C;}.alpha-filters .form-item [type=radio] + label::before{display:none;}.alpha-filters .form-item [type=radio] + label:focus,.alpha-filters .form-item [type=radio] + label:hover{color:#ffe21a;}.alpha-filters .form-item [type=radio]:checked + label::after{content:"";position:absolute;width:100%;height:0.125rem;left:0;bottom:0;background-color:#57068C;}.alpha-filters .form-item [type=radio]:checked + label:focus::after,.alpha-filters .form-item [type=radio]:checked + label:hover::after{background-color:#ffe21a;}blockquote{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem;border-top:1px solid #FF5250;border-bottom:1px solid #FF5250;position:relative;}@media print,screen and (min-width:48.0625em){blockquote{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em){blockquote{padding-left:2.5rem;padding-right:2.5rem;}}@media print,screen and (min-width:64.0625em){blockquote{padding-left:4rem;padding-right:4rem;}}blockquote p{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1.5;margin:0;}@media print,screen and (min-width:48.0625em){blockquote p{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){blockquote p{font-size:1.75rem;}}blockquote::before{content:url(/themes/custom/nyu_law/assets/img/quote.svg);display:block;position:absolute;top:-30px;left:1.5rem;background-color:#ffffff;width:60px;height:60px;border-radius:50%;-webkit-transform:scale(0.8);transform:scale(0.8);}@media print,screen and (min-width:48.0625em){blockquote::before{left:4rem;-webkit-transform:scale(1);transform:scale(1);}}blockquote .attribution{font-size:1rem;font-weight:400;line-height:1.6;font-family:"Perstare",sans-serif;}@media print,screen and (min-width:64.0625em){blockquote .attribution{font-size:1.125rem;}}.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:1rem;}@media print,screen and (min-width:48.0625em){.eyebrow + .date-block{margin-top:1.5rem;}}.date-block .day-number{font-size:2rem;line-height:0.9;}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem;}}.date-block time + time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.date-block time + time::before{margin-right:1rem;margin-left:1rem;width:1.5rem;height:0.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor;}@media print,screen and (min-width:48.0625em){.date-block time + time::before{margin-right:1.5rem;margin-left:1.5rem;}}.date-block span{display:block;}.eyebrow{font-size:0.875rem;font-weight:500;line-height:1.4;letter-spacing:0.7px;text-transform:uppercase;}.icon-list{display:block;}.icon-list li:not(:first-child){margin-top:0.5rem;}.icon-list li,.icon-list a{display:block;font-family:"Perstare",sans-serif;}.icon-list a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px;text-decoration-color:#FF5250;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.icon-list a:hover,.icon-list a:focus{text-decoration-color:#57068C;}.icon-list li{position:relative;padding-left:1.875rem;}.icon-list a[href^="mailto:"]{display:block;overflow:hidden;text-overflow:ellipsis;padding-bottom:1px;}.icon-list__icon{position:absolute;left:0;top:0.125rem;color:#FF5250;}.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;}.intro-text{font-family:Family-Light,serif;font-size:1rem;font-weight:400;line-height:1.5;}@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:2rem;}}.listing form{position:relative;background-color:#ffffff;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;padding:1.5rem;row-gap:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.listing form{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.listing form{padding:4rem;}}.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]{padding:1rem 1.5rem;background-image:url(/themes/custom/nyu_law/assets/img/search-icon.svg);background-repeat:no-repeat;background-position:calc(100% - 24px) 50%;}@media print,screen and (min-width:48.0625em){.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]{padding:1.5rem 2.5rem;}}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{width:100%;}.listing [data-drupal-selector=edit-reset]{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#57068C;}.listing [data-drupal-selector=edit-reset]:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.listing [data-drupal-selector=edit-reset]:after{font-size:1.25rem;}}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{text-decoration:none;outline:none;}.listing [data-drupal-selector=edit-reset]:hover:after,.listing [data-drupal-selector=edit-reset]:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.listing [data-drupal-selector=edit-reset]:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.listing [data-drupal-selector=edit-reset]::before,.listing [data-drupal-selector=edit-reset]::after{color:#FF5250;}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{color:#ffffff;background-color:#57068C;border-color:#57068C;}.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:#FFD968;}.listing .multiselect-dropdown__toggle{border:1px solid #57068C;padding:0.46875rem 3.125rem 0.46875rem 1.5rem;font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;font-family:"Perstare",sans-serif;text-align:left;width:100%;}@media print,screen and (min-width:48.0625em){.listing .multiselect-dropdown__toggle{font-size:1rem;}}.listing .form__select-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media print,screen and (min-width:48.0625em){.listing .form__select-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;}}@media print,screen and (min-width:64.0625em){.listing .form__select-row{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;}}.listing .form__select-row label{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.listing .form__select-row label{font-size:1rem;}}.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-pack:center;-ms-flex-pack:center;justify-content:center;}.listing [type=submit]{margin:0;}@media print,screen and (max-width:48.06125em){.listing [type=submit]{background-position:right 10px top 50%;}}.listing [type=submit] + [type=submit]{margin-left:1em;}.listing .form-item{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;margin:0;}.listing textarea{border-radius:4.5rem;}.listing .news-item{padding-top:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #DECCB5;}.listing .news-item:first-child{border-top:1px solid #DECCB5;}.listing__rows--grouped{margin-top:0;}.listing__rows--grouped > ol,.listing__rows--grouped > li,.listing__rows--grouped > li > ol,.listing__rows--grouped > li > ol > li{width:100%;padding:0;}.listing__rows--grouped > li{display:-webkit-box;display:-ms-flexbox;display:flex;}.listing__rows--grouped > li > .eyebrow{width:6.25rem;height:1.25rem;margin:2.5rem 0 0;}.section-heading{text-align:center;}.section-heading__eyebrow{display:block;font-size:0.875rem;font-weight:500;line-height:1.4;letter-spacing:0.7px;text-transform:uppercase;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.section-heading__eyebrow{margin-bottom:1.5rem;}}.section-heading__title{margin:0;font-family:"Family-Heavy",serif;}.section-heading__title span{font-family:"Family-Light",serif;}.section-heading__subheading{margin-bottom:0;}.section-heading__link{margin:0;}.stat{font-family:Family-Heavy,serif;font-size:4rem;font-weight:600;line-height:1;}@media print,screen and (min-width:48.0625em){.stat{font-size:6rem;}}@media print,screen and (min-width:64.0625em){.stat{font-size:8rem;}}table{font-size:0.75rem;font-weight:400;line-height:1.6;border:1px solid #DECCB5;border-collapse:separate;border-left:0;border-radius:8px;border-spacing:0px;}@media print,screen and (min-width:48.0625em){table{font-size:0.875rem;}}@media print,screen and (min-width:48.0625em){table{width:100%;}}table[align=left]{float:none;}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:2rem;}}table[align=right]{float:none;}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:2rem;}}thead{display:table-header-group;vertical-align:middle;border-color:inherit;border-collapse:separate;}tbody:first-child tr:first-child th,tbody:first-child tr:first-child td{border-top:0;}tbody th{border-top:1px solid #DECCB5;}tr{display:table-row;vertical-align:inherit;border-color:inherit;}th,td{padding:0.5rem 16px;text-align:left;vertical-align:top;}th{background:#F3EEE0;border-left:1px solid #DECCB5;color:#000000;}td{border-top:1px solid #DECCB5;border-left:1px solid #DECCB5;}thead:first-child tr:first-child th:first-child,tbody:first-child tr:first-child td:first-child,tbody:first-child tr:first-child th:first-child{border-radius:8px 0 0 0;}thead:first-child tr:first-child th:last-child,tbody:first-child tr:first-child td:last-child,tbody:first-child tr:first-child th:last-child{border-radius:0 8px 0 0;}thead:last-child tr:last-child th:first-child,tbody:last-child tr:last-child td:first-child,tbody:last-child tr:last-child th:first-child{border-radius:0 0 0 8px;}thead:last-child tr:last-child th:last-child,tbody:last-child tr:last-child td:last-child{border-radius:0 0 8px 0;}.mobile-table--scroll{overflow-y:scroll;}@media print,screen and (min-width:64.0625em){.mobile-table--scroll{overflow-y:hidden;}}.mobile-table{margin-top:1rem;padding:1px 0;}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.5rem;}}.mobile-table--scroll{position:relative;padding:1px 20px 0 !important;overflow-y:scroll;margin-left:-1.25rem;margin-right:-1.25rem;}.mobile-table--scroll::before{background-image:-webkit-gradient(linear,right top,left top,from(rgb(255,255,255)),color-stop(30%,rgba(255,255,255,0)),to(rgba(255,255,255,0)));background-image:linear-gradient(to left,rgb(255,255,255) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%);content:"";display:block;height:100%;opacity:1;position:absolute;width:100%;z-index:1;top:0;left:0;}.mobile-table--scroll.scrolled::before{opacity:0;pointer-events:none;}.mobile-table--scroll.scrolled table{pointer-events:initial;}.mobile-table--scroll table{position:relative;pointer-events:none;}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{font-family:"Family-Heavy",serif;}.wysiwyg h2 + p,.wysiwyg h3 + p,.wysiwyg h4 + p,.wysiwyg h5 + p,.wysiwyg h6 + p,.wysiwyg .video{margin-top:0.5rem;}.wysiwyg figure + p{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.wysiwyg figure + p{margin-top:1.5rem;}}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg picture,.wysiwyg .intro-text,.wysiwyg blockquote{margin-top:1rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg picture,.wysiwyg .intro-text,.wysiwyg blockquote{margin-top:1.5rem;}}.wysiwyg > *:first-child{margin-top:0;}.wysiwyg .btn{margin-top:0.5rem;}.wysiwyg .btn-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.wysiwyg a:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt):not(.ckeditor-accordion-toggler){text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px;text-decoration-color:#57068C;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.wysiwyg a:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt):not(.ckeditor-accordion-toggler):hover,.wysiwyg a:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt):not(.ckeditor-accordion-toggler):focus{text-decoration-color:#FF5250;}.wysiwyg ol,.wysiwyg ul{font-size:1rem;font-weight:400;line-height:1.6;padding-left:0;}@media print,screen and (min-width:64.0625em){.wysiwyg ol,.wysiwyg ul{font-size:1.125rem;}}.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-bottom:1.5rem;}}.wysiwyg li{margin-top:0.5rem;position:relative;padding-left:2rem;}.wysiwyg li::before{position:absolute;top:0;left:0;}.wysiwyg ol{counter-reset:li;}.wysiwyg ol > li{counter-increment:li;}.wysiwyg ol > li::before{color:#333333;content:counter(li) ".";}.wysiwyg ul > li::before{width:6px;height:6px;border-radius:50%;content:"";background-color:#57068C;top:11px;}.wysiwyg picture{display:block;}.wysiwyg img{-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;}.wysiwyg .align-right,.wysiwyg .obj-right{float:none;margin-top:1rem;margin-bottom:1rem;margin-right:0;margin-left:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{margin-top:1.5rem;margin-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{float:right;margin-left:1.5rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-right,.wysiwyg .obj-right{margin-left:2rem;}}.wysiwyg .align-right:first-child,.wysiwyg .obj-right:first-child{margin-top:0;}.wysiwyg .align-right img,.wysiwyg .obj-right img{display:block;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-right.responsive-video-iframe,.wysiwyg .obj-right.responsive-video-iframe{width:50%;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-right.responsive-video-iframe,.wysiwyg .obj-right.responsive-video-iframe{width:33%;}}.wysiwyg .align-left,.wysiwyg .obj-left{float:none;margin-top:1rem;margin-bottom:1rem;margin-right:0;margin-left:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{margin-top:1.5rem;margin-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{float:left;margin-right:1.5rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-left,.wysiwyg .obj-left{margin-right:2rem;}}.wysiwyg .align-left:first-child,.wysiwyg .obj-left:first-child{margin-top:0;}.wysiwyg .align-left img,.wysiwyg .obj-left img{display:block;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-left.responsive-video-iframe,.wysiwyg .obj-left.responsive-video-iframe{width:50%;}}@media print,screen and (min-width:64.0625em){.wysiwyg .align-left.responsive-video-iframe,.wysiwyg .obj-left.responsive-video-iframe{width:33%;}}.wysiwyg .align-center,.wysiwyg .obj-center{display:table;margin-top:1rem;margin-bottom:1rem;margin-right:auto;margin-left:auto;}@media print,screen and (min-width:48.0625em){.wysiwyg .align-center,.wysiwyg .obj-center{margin-top:1.5rem;margin-bottom:1.5rem;}}.wysiwyg .align-center img,.wysiwyg .obj-center img{display:block;}.wysiwyg .align-center > .responsive-video-iframe,.wysiwyg .align-center.responsive-video-iframe,.wysiwyg .obj-center > .responsive-video-iframe,.wysiwyg .obj-center.responsive-video-iframe{width:100%;}.wysiwyg figure.align-center:has(.responsive-video-iframe){width:100%;}.wysiwyg > figure:has(img){margin-top:1rem;display:table;}@media print,screen and (min-width:48.0625em){.wysiwyg > figure:has(img){margin-top:1.5rem;}}.wysiwyg > figure:has(img) figcaption{display:table-caption;}.wysiwyg [data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,.wysiwyg [data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%;}.wysiwyg article.align-center img{margin-right:auto;margin-left:auto;}.wysiwyg figure.align-right,.wysiwyg figure.alignright,.wysiwyg figure.obj-right,.wysiwyg figure.align-left,.wysiwyg figure.alignleft,.wysiwyg figure.obj-left,.wysiwyg figure.align-center,.wysiwyg figure.obj-center,.wysiwyg .align-center,.wysiwyg .obj-center{display:table;}.wysiwyg figure.align-right figcaption,.wysiwyg figure.alignright figcaption,.wysiwyg figure.obj-right figcaption,.wysiwyg figure.align-left figcaption,.wysiwyg figure.alignleft figcaption,.wysiwyg figure.obj-left figcaption,.wysiwyg figure.align-center figcaption,.wysiwyg figure.obj-center figcaption,.wysiwyg .align-center figcaption,.wysiwyg .obj-center figcaption{display:table-caption;}.wysiwyg figure.align-right.responsive-video-iframe,.wysiwyg figure.alignright.responsive-video-iframe,.wysiwyg figure.obj-right.responsive-video-iframe,.wysiwyg figure.align-left.responsive-video-iframe,.wysiwyg figure.alignleft.responsive-video-iframe,.wysiwyg figure.obj-left.responsive-video-iframe,.wysiwyg figure.align-center.responsive-video-iframe,.wysiwyg figure.obj-center.responsive-video-iframe,.wysiwyg .align-center.responsive-video-iframe,.wysiwyg .obj-center.responsive-video-iframe{min-width:40%;}.wysiwyg figcaption{font-family:Perstare-Italic,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin-top:0.5rem;caption-side:bottom;}.wysiwyg .responsive-video-iframe{position:relative;}.wysiwyg .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625 * 100%);content:"";}.wysiwyg .responsive-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.wysiwyg .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset;}.wysiwyg blockquote{margin-bottom:1rem;margin-top:45px;margin-left:0;margin-right:0;}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote{margin-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote{margin-top:54px;}}.wysiwyg blockquote p{margin:0;}.wysiwyg .video{position:relative;}.wysiwyg .video::before{content:"";display:block;padding-bottom:calc(var(--iframe-height) / var(--iframe-width) * 100%);}.wysiwyg .video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.wysiwyg .callout-box:first-child,.wysiwyg > *:not(.callout-box) + .callout-box{border-top:1px solid #DECCB5;border-top-left-radius:8px;border-top-right-radius:8px;padding-top:1.5rem;margin-top:1rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .callout-box:first-child,.wysiwyg > *:not(.callout-box) + .callout-box{padding-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.wysiwyg .callout-box:first-child,.wysiwyg > *:not(.callout-box) + .callout-box{margin-top:1.5rem;}}.wysiwyg .callout-box{border-right:1px solid #DECCB5;border-left:1px solid #DECCB5;margin:0;padding-right:1.5rem;padding-left:1.5rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .callout-box{padding-right:2.5rem;padding-left:2.5rem;}}.wysiwyg .callout-box:not(:has(+ .callout-box)){border-bottom:1px solid #DECCB5;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .callout-box:not(:has(+ .callout-box)){padding-bottom:2.5rem;}}.wysiwyg p.callout-box{padding-top:0.5rem;}.wysiwyg h2.callout-box,.wysiwyg h3.callout-box,.wysiwyg h4.callout-box,.wysiwyg h5.callout-box,.wysiwyg h6.callout-box{padding-top:1rem;}.lrap-estimator iframe{width:100%;height:2000px;border:0;}@-webkit-keyframes slide-in{from{-webkit-transform:none;transform:none;}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);}}@keyframes slide-in{from{-webkit-transform:none;transform:none;}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);}}.cookie-banner{position:fixed;-webkit-transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:none;transform:none;z-index:10;top:100%;left:0;right:0;}.cookie-banner__inner{background-color:#ffffff;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;padding:1.5rem;-webkit-transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.cookie-banner__inner{padding:1.5rem 2.5rem;}}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:1rem;}.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.cookie-banner .btn--alternate::after{content:"X";font-size:0.9375rem;}.cookie-banner .btn{margin:0;}.cookie-banner .btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.625rem;-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;}@media print,screen and (min-width:48.0625em){.cookie-banner .btn-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}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{margin-top:1.5rem;font-size:0.875rem;font-weight:400;line-height:1.6;padding:40px 0;background-color:#330662;position:relative;z-index:2;color:#ffffff;}@media print,screen and (min-width:48.0625em){.site-footer{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.site-footer{margin-top:4rem;}}@media print,screen and (min-width:48.0625em){.site-footer{font-size:1rem;}}@media print,screen and (min-width:48.0625em){.site-footer{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.site-footer{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:64.0625em){.site-footer{padding-top:4rem;padding-bottom:4rem;}}.site-footer a,.site-footer .external{color:#ffffff;text-decoration-color:transparent;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:underline;text-decoration-color:transparent;}.site-footer a:hover,.site-footer a:focus,.site-footer .external:hover,.site-footer .external:focus{text-decoration-color:#ffffff;}.site-footer a:after,.site-footer .external:after{color:#FFD968;font-size:0.875rem;font-weight:400;}.site-footer a:hover,.site-footer a:focus,.site-footer .external:hover,.site-footer .external:focus{text-decoration-color:#ffffff;}.site-footer .external:after{-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.site-footer .external:hover::after,.site-footer .external:focus::after{color:#FFD968;-webkit-transform:translateX(12px);transform:translateX(12px);}.site-footer p{margin:0;}.sock + .site-footer{margin-top:0;}@media print,screen and (min-width:48.0625em){.footer__top-inner{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;}}.site-footer__logo{display:block;}.site-footer__social-media{border-top:1px solid rgba(222,204,181,0.5);padding-top:1rem;margin-top:1rem;}@media print,screen and (min-width:48.0625em){.site-footer__social-media{border:none;padding:0;margin:0;}}.site-footer__social-media .fa-brands:before,.site-footer__social-media .fab:before{font-size:1.5rem;}@media print,screen and (min-width:48.0625em){.site-footer__social-media .fa-brands:before,.site-footer__social-media .fab:before{font-size:2.5rem;}}.site-footer__social-media a{line-height:1;}.site-footer__contact{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.site-footer__contact{font-size:1rem;}}.site-footer__contact .fa-solid{width:14px;}@media print,screen and (min-width:48.0625em){.site-footer__contact .fa-solid{width:16px;}}.site-footer__contact .fa-map,.site-footer__contact .fa-phone{position:absolute;}.site-footer__contact .fa-location-dot,.site-footer__contact .fa-phone{margin-top:0.625rem;}@media print,screen and (min-width:64.0625em){.site-footer__contact .fa-location-dot,.site-footer__contact .fa-phone{margin-top:3px;}}.site-footer__contact .fa-map{margin-top:0.6875rem;}.site-footer__contact .footer-phone{margin-left:2rem;}.site-footer__contact span{margin-right:16px;}.site-footer__contact span:before{color:#FFD968;font-size:0.875rem;}.site-footer__address,.footer-map{margin-top:0.5rem;}.footer-map{margin-left:2rem;}.site-footer__address{display:-webkit-box;display:-ms-flexbox;display:flex;}.site-footer__address p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.site-footer__address p{font-size:1rem;}}.footer-map{display:block;}.footer__middle{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.footer__middle{margin-top:1.5rem;}}.footer__middle ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media print,screen and (min-width:64.0625em){.footer__middle ul{display:block;}}.footer__middle ul li{width:50%;margin-top:0.5rem;}@media print,screen and (min-width:64.0625em){.footer__middle ul li{width:auto;}}.link__set-first,.link__set-second{border-top:1px solid rgba(222,204,181,0.5);margin-top:1rem;padding-top:0.5rem;}@media print,screen and (min-width:48.0625em){.link__set-first,.link__set-second{margin-top:1.5rem;}}@media print,screen and (min-width:64.0625em){.link__set-first,.link__set-second{border:none;padding:0;margin:0;}}@media screen and (min-width:31.25em){.link__set-third ul{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;columns:2;-webkit-columns:2;-moz-columns:2;}}@media print,screen and (min-width:48.0625em){.link__set-third ul{columns:1;-webkit-columns:1;-moz-columns:1;}}@media print,screen and (min-width:64.0625em){.link__set-third ul{columns:2;-webkit-columns:2;-moz-columns:2;}}.footer__bottom{border-top:1px solid rgba(222,204,181,0.5);margin-top:1rem;padding-top:0.5rem;}@media print,screen and (min-width:48.0625em){.footer__bottom{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.footer__bottom p{font-size:0.75rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.footer__bottom p{font-size:0.875rem;}}.site-header-center{position:relative;z-index:10;}.site-header-center .main-menu .menu-item--open > ul{padding-left:12px;}.site-header-center .site-header__sticky-container{height:auto;position:relative;z-index:-1;}@media print,screen and (min-width:64.0625em){.site-header-center .site-header__sticky-container{height:auto;}}.site-header-center .site-header__wrapper{background-color:#330662;-webkit-box-shadow:600px 0 0 #330662,-600px 0 0 #330662;box-shadow:600px 0 0 #330662,-600px 0 0 #330662;height:4rem;position:relative;}@media print,screen and (max-width:64.06125em){.site-header-center .site-header__logo-wrapper .site-header__logo{max-width:260px;}}.site-header-center .site-header__logo-wrapper .site-header__logo img{width:auto;}.site-header-center .site-header__logo--lg{display:none;}.site-header-center .site-header__logo-white{display:unset;}.site-header-center .mobile-menu-button{display:unset;}.site-header-center .site-header__without-logo{font-family:"Family-Heavy",serif;color:#333333;}@media print,screen and (min-width:48.0625em){.site-header-center .site-header__without-logo{max-width:28.75rem;}}.site-header-center .site-header__wrapper{padding-right:1.25rem;padding-left:1.25rem;max-width:92.5rem;margin-left:auto;margin-right:auto;padding:1rem 1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;}@media print,screen and (min-width:48.0625em){.site-header-center .site-header__wrapper{padding:0 1.5rem;}}.site-header-center .site-header__main{background-color:#ffffff;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;width:50vw;z-index:1;top:4rem;right:0;}@media print,screen and (min-width:48.0625em){.site-header-center .site-header__main{margin-top:-1rem;max-width:480px;right:1.5rem;}}.mobile-menu-open .site-header-center .site-header__main{border-radius:0 0 16px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100dvh - (var(--sitewide-alert-height,0px) + 4rem));overflow:auto;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}@media print,screen and (min-width:48.0625em){.mobile-menu-open .site-header-center .site-header__main{border-radius:16px 0 16px 16px;}}@media print,screen and (max-width:48.06125em){.site-header-center .site-header__main{width:100vw;}}.site-header-center .site-header__top{background-color:#330662;color:#ffffff;padding-top:0;}.site-header-center .site-header__bottom{display:unset;margin:0;max-width:unset;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding:unset;}.site-header-center .site-header__top-inner{display:unset;padding:0;}.site-header-center .site-search{margin:16px 24px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding:0;}.site-header--beyond-threshold .site-header-center .site-search{margin:0;}.site-header-center .site-search .search-title{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;color:#ffffff;text-align:center;margin-bottom:24px;display:none;}@media print,screen and (min-width:48.0625em){.site-header-center .site-search .search-title{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.site-header-center .site-search .search-title{font-size:2rem;}}.site-header-center .site-search .form-item{width:100%;}.site-header-center .site-search .site-search__toggle{display:none;}.site-header-center .site-search .site-search__toggle::before{content:"\f002";font-family:"Font Awesome 6 Pro";color:#ffffff;font-size:0.875rem;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.search-panel-open .site-header-center .site-search .site-search__toggle::before{content:"\f00d";}.site-header-center .site-search .search-block-form{border:1px solid #57068C;background-color:unset;border-radius:72px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:auto;top:auto;padding:0;-webkit-box-shadow:unset;box-shadow:unset;}.search-panel-open .site-header-center .site-search .search-block-form{display:block;}.site-header-center .site-search .search-block-form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.site-header-center .site-search .search-block-form input{border:0;width:100%;text-align:left;padding:0 0 0 16px;border-radius:72px;color:#57068C;}.site-header-center .site-search .search-block-form input::-webkit-input-placeholder{color:#57068C;}.site-header-center .site-search .search-block-form input::-moz-placeholder{opacity:1;color:#57068C;}.site-header-center .site-search .search-block-form input:-ms-input-placeholder{color:#57068C;}.site-header-center .site-search .search-block-form .form-item{margin-top:0;}.site-header-center .site-search .form-actions::after{color:#57068C;bottom:0.5rem;right:16px;font-weight:900;}@media print,screen and (min-width:48.0625em){.site-header-center .site-search .form-actions::after{top:13px;}}.site-header-center .site-search .form-actions .form-submit{background-color:transparent;font-size:0;height:48px;width:48px;padding:0;position:unset;}.site-header-center .utility-menu{margin-left:unset;}.site-header-center .utility-menu a,.site-header-center .utility-menu li,.site-header-center .utility-menu span{display:block;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.site-header-center .utility-menu a,.site-header-center .utility-menu li,.site-header-center .utility-menu span{font-size:1rem;}}.site-header-center .utility-menu a{padding:2px 0;}.site-header-center .utility-menu a,.site-header-center .utility-menu .external-link-arrow{color:#ffffff;text-decoration-color:transparent;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:underline;text-decoration-color:transparent;}.site-header-center .utility-menu a:hover,.site-header-center .utility-menu a:focus,.site-header-center .utility-menu .external-link-arrow:hover,.site-header-center .utility-menu .external-link-arrow:focus{text-decoration-color:#ffffff;}.site-header-center .utility-menu a:after,.site-header-center .utility-menu .external-link-arrow:after{font-size:0.875rem;color:#FFD968;font-weight:400;}.site-header-center .utility-menu span{cursor:default;}.site-header-center .utility-menu .menu{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0.75rem 24px;row-gap:0.75rem;}.site-header-center .utility-menu span{display:block;}.site-header-center .utility-menu a:hover,.site-header-center .utility-menu a:focus-visible{text-decoration-color:#ffffff;}.site-header-center .utility-menu li{margin-right:0;}.site-header-center .utility-menu li:hover > .menu{display:-webkit-box;display:-ms-flexbox;display:flex;}.site-header-center .utility-menu .menu-item--expanded{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;}@media print,screen and (min-width:64.0625em){.site-header-center .utility-menu .menu-item--expanded{padding-bottom:0.75rem;}}@media print,screen and (min-width:64.0625em){.site-header-center .utility-menu .menu-item--expanded::after{background-color:rgba(222,204,181,0.5);content:"";height:1px;position:absolute;width:calc(100% + 24px + 24px);bottom:0;left:-24px;}}.site-header-center .utility-menu .menu-item--expanded::after{content:"";margin:0;}@media print,screen and (min-width:64.0625em){.site-header-center .utility-menu .menu-item--expanded:hover::before,.site-header-center .utility-menu .menu-item--expanded.menu-item--open::before{content:none;}}.site-header-center .utility-menu .menu-item--expanded:hover::after,.site-header-center .utility-menu .menu-item--expanded.menu-item--open::after{content:"";}.site-header-center .utility-menu .menu-item--expanded:hover .menu,.site-header-center .utility-menu .menu-item--expanded.menu-item--open .menu{background-color:unset;padding-bottom:0;-webkit-box-shadow:unset;box-shadow:unset;}.site-header-center .utility-menu .menu .menu{position:unset;width:auto;}.site-header-center .utility-menu .menu-item--expanded span:first-child{display:inline-block;font-style:italic;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.site-header-center .utility-menu .menu-item--expanded span:first-child{font-size:1rem;}}.site-header-center .utility-menu .menu-item--expanded span:first-child{font-style:italic;}.site-header-center .utility-menu .menu-item--expanded span:first-child::after{content:":";}.site-header-center .utility-menu .menu-item--expanded .menu{padding:0 16px;}.site-header-center .utility-menu .menu-item--expanded .menu li span{padding:0;}.site-header-center .audience-menu{border-top:1px solid rgba(222,204,181,0.5);padding:8px 24px;margin-right:0;}.site-header-center .audience-menu li{margin-right:1rem;display:inline-block;}@media print,screen and (min-width:48.0625em){.site-header-center .audience-menu li{margin-right:1.5rem;}}.site-header-center .audience-menu a{color:#ffffff;text-decoration-color:transparent;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);margin-right:unset;}.site-header-center .audience-menu a:hover,.site-header-center .audience-menu a:focus{text-decoration-color:#ffffff;}.site-header-center .audience-menu a.btn--white{color:#57068C;font-weight:700;}.site-header-center .audience-menu a.btn--white:hover,.site-header-center .audience-menu a.btn--white:focus-visible{color:#ffffff;}.site-header-center .audience-menu ul{padding:0;margin:0;}@media print,screen and (min-width:64.0625em){.site-header-center .audience-menu > ul{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:0.5rem;}}.site-header-center .accessible-menu .menu-item--open > .menu-item__button::before{content:"\f068";}.site-header-center .accessible-menu .menu-item--open > ul{display:block !important;}@media print,screen and (min-width:64.0625em){.site-header-center .site-search form.gsc-search-box{border:1px solid #57068C;border-radius:72px;padding:0 !important;}}.site-header-center .site-search form.gsc-search-box table.gsc-search-box{border:none;margin-bottom:0;}.site-header-center .site-search form.gsc-search-box table.gsc-search-box .gsc-input{border:none;border-radius:0;padding-right:0;}.site-header-center .site-search form.gsc-search-box td.gsib_a,.site-header-center .site-search form.gsc-search-box td.gsib_b,.site-header-center .site-search form.gsc-search-box td.gsc-search-button{border:none;}.site-header-center .site-search form.gsc-search-box .gsc-input-box{border:none !important;}.site-header-center .site-search form.gsc-search-box .gsst_b{padding:0;}.site-header-center .site-search form.gsc-search-box .gsst_a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;text-decoration:none;-webkit-transform:translateX(-36px);transform:translateX(-36px);}.site-header-center .site-search form.gsc-search-box input{background:none !important;border:0;color:#57068C;height:2.375rem !important;margin:0px !important;padding-left:16px !important;font-size:0.875rem;font-weight:400;line-height:1.6;}.site-header-center .site-search form.gsc-search-box .gsc-search-button::after{color:#57068C;}@media print,screen and (min-width:64.0625em){.site-header-center .site-search form.gsc-search-box .gsc-search-button::after{font-size:0.875rem;font-weight:900;}}@media print,screen and (min-width:64.0625em){.site-header-center .site-search form.gsc-search-box .gsc-search-button button{right:16px;}}.site-header__bottom.site-header__bottom-alt .main-menu{margin-right:0;}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu li + li{border-top:1px solid rgba(222,204,181,0.5);}}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu a{font-family:"Perstare",sans-serif;padding:0.5rem 24px;font-size:1rem;font-weight:400;line-height:1.6;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu a{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu a{font-weight:700;}.site-header__bottom.site-header__bottom-alt .main-menu a::after{content:"\f061";font-weight:300;font-family:"Font Awesome 6 Pro";display:inline-block;font-size:0.625rem;color:#FF5250;margin-left:8px;position:relative;top:-2px;}}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu .menu-item__button{-webkit-transform:none;transform:none;}}.site-header__bottom.site-header__bottom-alt .main-menu ul ul{border:none;min-width:unset;-webkit-transform:unset;transform:unset;-webkit-box-shadow:unset;box-shadow:unset;border-radius:0;}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu ul ul{padding:0;position:relative;top:auto;left:auto;}}.site-header__bottom.site-header__bottom-alt .main-menu ul ul::before{content:unset;}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu ul ul li{padding-left:12px;}}@media print,screen and (min-width:64.0625em){.site-header__bottom.site-header__bottom-alt .main-menu ul ul li + li{border-top:none;}}.site-header__bottom.site-header__bottom-alt .main-menu ul ul a{border-radius:0;}.site-header__bottom.site-header__bottom-alt .main-menu > ul{display:unset;padding:0;}.site-header__bottom.site-header__bottom-alt .main-menu ul ul a{font-weight:400;background-color:transparent;}@media print,screen and (min-width:48.0625em){.site-header__bottom.site-header__bottom-alt .main-menu li:hover > ul{display:none;}.site-header__bottom.site-header__bottom-alt .main-menu li:hover .menu-item__button{width:45px;top:5px;left:auto;}}.site-header__center-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:1.5rem;padding-left:1.5rem;position:relative;z-index:-1;padding-right:1.25rem;padding-left:1.25rem;max-width:92.5rem;margin-left:auto;margin-right:auto;}@media print,screen and (min-width:48.0625em){.site-header__center-menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:600px 0 0 #ffffff,-600px 0 0 #ffffff;box-shadow:600px 0 0 #ffffff,-600px 0 0 #ffffff;}}@media print,screen and (min-width:64.0625em){.site-header__center-menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.site-header__center-menu .site-header__logo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}.site-header__center-menu .site-header__logo svg{height:95%;width:95%;}.site-header__center-menu .site-header__logo-wrapper{padding-top:1rem;padding-bottom:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin:auto;max-width:16.25rem;text-align:center;}@media print,screen and (min-width:48.0625em){.site-header__center-menu .site-header__logo-wrapper{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:64.0625em){.site-header__center-menu .site-header__logo-wrapper{max-width:28.75rem;}}.site-header__center-menu .site-header__logo-wrapper .site-header__logo{height:auto;width:auto;}.site-header__center-menu .site-header__logo-violet{display:block;}.site-header__center-menu .accordion{-webkit-box-flex:1;-ms-flex:1;flex:1;}@media print,screen and (max-width:48.06125em){.site-header__center-menu .accordion:first-child{margin-top:1rem;}}@media print,screen and (max-width:48.06125em) and (min-width:48.0625em){.site-header__center-menu .accordion:first-child{margin-top:1.5rem;}}.site-header__center-menu .accordion .menu{list-style:none;margin:0;padding:0;}.site-header__center-menu .accordion__button{background-color:#57068C;border:0;border-radius:0.5rem;color:#ffffff;}.site-header__center-menu .accordion__button:hover,.site-header__center-menu .accordion__button:focus-visible{background-color:#57068C;border-color:#57068C;color:#ffffff;}.site-header__center-menu .accordion__content{background-color:#ffffff;border-color:#57068C;border-radius:0 0 0.5rem 0.5rem;padding:0;}.site-header__center-menu .accordion--open .accordion__button{background-color:#ffffff;border:1px solid #57068C;border-bottom:none;border-radius:0.5rem 0.5rem 0 0;color:#57068C;}.site-header__center-menu .accordion--open .accordion__button:hover{color:#330662;}.site-header__center-menu .accordion--open .accordion__button:hover .accordion__icon{color:#330662;}.site-header__center-menu .accordion--open .accordion__content{background-color:#ffffff;border-color:#57068C;}.site-header__center-menu .accordion--open .accordion__content::before{content:none;}.site-header__center-menu .accordion--open .accordion__icon{color:#57068C;}.site-header__center-menu .main-menu{margin-right:0;}@media print,screen and (min-width:48.0625em){.site-header__center-menu .main-menu > ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0;}}.site-header__center-menu .main-menu li{border-top:none;}@media print,screen and (min-width:48.0625em){.site-header__center-menu .accessible-menu .menu-item__button{opacity:0;pointer-events:none;}.site-header__center-menu .accessible-menu .menu-item__button:focus-visible{opacity:1;}.site-header__center-menu .accessible-menu .menu ul li a{padding:1rem 24px;background-color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1.6;font-family:"Perstare",sans-serif;font-weight:700;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.site-header__center-menu .accessible-menu .menu ul li a{font-size:1rem;}}@media print,screen and (min-width:48.0625em){.site-header__center-menu .accessible-menu .menu ul li a:hover,.site-header__center-menu .accessible-menu .menu ul li a:focus-visible{background-color:#ECECEC;color:#333333;}}.mobile-menu-open{overflow:hidden;}@media print,screen and (min-width:64.0625em){.mobile-menu-open .page-center::after{background-color:rgba(0,0,0,0.5);content:"";display:block;height:100%;position:absolute;width:100%;z-index:9;top:0;left:0;}}.mobile-menu-open .page--center .site-header__sticky-container,.mobile-menu-open .page--in-center-group .site-header__sticky-container{background-color:transparent;}@media print,screen and (min-width:64.0625em){.mobile-menu-open .page--center .main-menu .menu-item--open .menu-item__button::before,.mobile-menu-open .page--in-center-group .main-menu .menu-item--open .menu-item__button::before{content:"\f068";}}.mobile-menu-open .page--center .main-menu .menu-item__button,.mobile-menu-open .page--in-center-group .main-menu .menu-item__button{opacity:1;}@media print,screen and (min-width:64.0625em){.mobile-menu-open .page--center .main-menu .menu-item__button,.mobile-menu-open .page--in-center-group .main-menu .menu-item__button{border:1px solid #57068C;border-radius:47px;color:transparent;height:30px;margin:0;padding:4px 16px;position:absolute;width:45px;top:6px;right:24px;}}@media print,screen and (min-width:64.0625em){.mobile-menu-open .page--center .main-menu .menu-item__button::before,.mobile-menu-open .page--in-center-group .main-menu .menu-item__button::before{color:#57068C;content:"\f078";display:inline-block;font-family:"Font Awesome 6 Pro";font-size:0.875rem;position:relative;width:100%;left:-1px;}}@media print,screen and (min-width:48.0625em){.mobile-menu-open .page--center .mobile-menu-button,.mobile-menu-open .page--in-center-group .mobile-menu-button{background-color:#ffffff;padding:0.25rem 1rem;border-radius:8px 8px 0 0;position:relative;z-index:2;margin-left:auto;}.mobile-menu-open .page--center .mobile-menu-button::after,.mobile-menu-open .page--in-center-group .mobile-menu-button::after{content:"\f0c9";font-family:"Font Awesome 6 Pro";font-size:2rem;color:transparent;position:absolute;left:0;font-weight:300;}}@media print,screen and (max-width:48.06125em){.mobile-menu-open .page--center .mobile-menu-button::before,.mobile-menu-open .page--in-center-group .mobile-menu-button::before{color:#ffffff;}}.mobile-menu-open .page--center .site-header__logo-white,.mobile-menu-open .page--in-center-group .site-header__logo-white{display:block;}.page--in-center-group .site-header__logo--sm{display:block;width:165px;}.page--in-center-group .site-header__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media print,screen and (max-width:48.06125em){.page--in-center-group.page--page .accordion--child-page-menu{display:none;}}@media print,screen and (max-width:48.06125em){.page--in-center-group:not(.page--page) .cell:has(> .accordion-sidebar-menu){display:none;}}@media print,screen and (max-width:64.06125em){.page--landing-page.page--in-center-group:has(.hero--img) .site-header__center-menu{padding-bottom:1rem;}}@media print,screen and (max-width:64.06125em){.site-header__wrapper{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;}}@media screen and (min-width:90.0625em){.site-header__logo--lg{margin-left:-140px;}}.site-header{position:relative;z-index:10;background-color:#330662;}@media print,screen and (min-width:64.0625em){.site-header{height:9.75rem;background-color:#ffffff;}}.site-header ul{list-style:none;margin:0;padding:0;}.site-header li{position:relative;}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-header__sticky-container{height:6rem;position:fixed;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:100%;z-index:10;top:0;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}}.site-header--beyond-threshold .site-header__top{display:none;}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}}@media print,screen and (min-width:64.0625em){.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{-webkit-transform:translateY(0);transform:translateY(0);background-color:#ffffff;}}.site-header__sticky-container{height:4rem;}@media print,screen and (min-width:64.0625em){.site-header__sticky-container{height:9.75rem;}}.mobile-menu-open .site-header__sticky-container{background-color:#ffffff;}.site-header__wrapper{padding:0 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;}@media print,screen and (min-width:64.0625em){.site-header__wrapper{display:block;padding:0;}}a.site-header__logo{text-decoration:none;}.site-header__logo{display:inline-block;width:165px;height:32px;}@media print,screen and (min-width:64.0625em){.site-header__logo{height:auto;width:300px;display:block;}}@media print,screen and (max-width:64.06125em){.site-header__logo{margin-right:auto;}}.site-header--beyond-threshold .site-header__logo{width:248px;}.site-header__logo--sm{display:block;}@media print,screen and (min-width:64.0625em){.site-header__logo--sm{display:none;}}.site-header__logo--lg{display:none;}@media print,screen and (min-width:64.0625em){.site-header__logo--lg{display:block;}}.site-header__logo-violet{display:none;}@media print,screen and (min-width:64.0625em){.site-header__logo-violet{display:block;}}.mobile-menu-open .site-header__logo-violet{display:block;}@media print,screen and (min-width:64.0625em){.site-header__logo-white{display:none;}}.mobile-menu-open .site-header__logo-white{display:none;}@media print,screen and (max-width:64.06125em){.mobile-menu-open .site-search__toggle{opacity:0.5;pointer-events:none;}}.mobile-menu-button{background-color:transparent;padding:0;}@media print,screen and (min-width:64.0625em){.mobile-menu-button{display:none;}}.mobile-menu-button::before{content:"\f0c9";font-family:"Font Awesome 6 Pro";-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);font-size:2rem;color:#ffffff;font-weight:300;}.mobile-menu-open .mobile-menu-button::before{content:"\f00d";color:#330662;}@media print,screen and (max-width:64.06125em){.site-header__main{background-color:#ffffff;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;width:50vw;z-index:1;top:4rem;right:0;}.mobile-menu-open .site-header__main{max-height:calc(100dvh - (var(--sitewide-alert-height,0px) + 4rem));overflow:auto;}}@media print,screen and (max-width:48.06125em){.site-header__main{width:100vw;}}@media print,screen and (max-width:64.06125em){.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0 0 16px 16px;}}@media print,screen and (max-width:64.06125em){.mobile-menu-open{overflow:hidden;}}@media print,screen and (min-width:64.0625em){.site-header__wrap{background-color:#330662;}}.site-header__top{background-color:#330662;color:#ffffff;padding-bottom:16px;}@media print,screen and (min-width:64.0625em){.site-header__top{padding:8px 0;}}@media print,screen and (min-width:64.0625em){.site-header__top-inner{padding-right:2.5rem;padding-left:2.5rem;max-width:1440px;margin-left:auto;margin-right:auto;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;}}@media screen and (min-width:75.0625em){.site-header__top-inner{padding-right:4rem;padding-left:4rem;max-width:1440px;margin-left:auto;margin-right:auto;}}.site-header__bottom{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}@media print,screen and (min-width:64.0625em){.site-header__bottom{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:2.5rem;padding-left:2.5rem;max-width:1440px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:24px;padding-bottom:24px;}}@media screen and (min-width:75.0625em){.site-header__bottom{padding-right:4rem;padding-left:4rem;max-width:1440px;margin-left:auto;margin-right:auto;}}.audience-menu .btn--white{font-size:0.875rem;font-weight:400;line-height:1.6;background-color:#ffffff;color:#330662;border-radius:47px;padding:4px 16px;text-align:center;font-weight:700;text-decoration:none;display:block;border:1px solid #ffffff;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);margin-top:8px;}@media print,screen and (min-width:48.0625em){.audience-menu .btn--white{font-size:1rem;}}.audience-menu .btn--white:hover,.audience-menu .btn--white:focus{background-color:transparent;color:white;}@media print,screen and (min-width:64.0625em){.audience-menu .btn--white{display:inline-block;margin-top:0;}}.site-search{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin:0 24px 1rem;}@media print,screen and (min-width:64.0625em){.site-search{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:2.5rem;padding-left:2.5rem;max-width:1440px;margin-left:auto;margin-right:auto;position:relative;margin-top:0;margin-bottom:0;}}@media screen and (min-width:75.0625em){.site-search{padding-right:4rem;padding-left:4rem;max-width:1440px;margin-left:auto;margin-right:auto;}}.site-header--beyond-threshold .site-search{margin:0;}.site-search .search-title{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;color:#ffffff;text-align:center;margin-bottom:24px;display:none;}@media print,screen and (min-width:48.0625em){.site-search .search-title{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.site-search .search-title{font-size:2rem;}}@media print,screen and (min-width:64.0625em){.site-search .search-title{display:block;}}.site-search .site-search__toggle{display:none;}@media print,screen and (min-width:64.0625em){.site-search .site-search__toggle{background-color:transparent;border-radius:47px;border:1px solid #ffffff;display:block;height:34px;padding:4px 16px;position:absolute;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);width:46px;top:8px;right:40px;}.site-search .site-search__toggle:hover{background-color:#ffffff;}.site-search .site-search__toggle:hover:before{color:#330662;}}@media screen and (min-width:75.0625em){.site-search .site-search__toggle{right:64px;}}.site-search .site-search__toggle::before{content:"\f002";font-family:"Font Awesome 6 Pro";color:#ffffff;font-size:0.875rem;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.search-panel-open .site-search .site-search__toggle::before{content:"\f00d";}@media print,screen and (min-width:64.0625em){.site-search .search-block-form{background-color:#333333;border:none;border-radius:0;-webkit-box-shadow:-500px 0 0 #333333,500px 0 0 #333333;box-shadow:-500px 0 0 #333333,500px 0 0 #333333;padding:64px;width:calc(100% - 8rem);top:155px;}}.search-panel-open .site-search .search-block-form{display:block;}.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 table{border:none;margin-bottom:0;}.site-search .search-block-form table td{border:none;}.site-search .search-block-form input{background:none !important;border:0;color:#57068C;height:2.375rem !important;margin:0px !important;padding-left:16px !important;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.site-search .search-block-form input{font-size:1rem;}}@media print,screen and (min-width:64.0625em){.site-search .search-block-form input{border:1px solid #ffffff !important;color:#ffffff;background-color:transparent;height:4.625rem !important;padding-left:40px !important;}}.site-search .search-block-form input::-webkit-input-placeholder{color:#57068C;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form input::-webkit-input-placeholder{color:#ffffff;}}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#57068C;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form input::-moz-placeholder{color:#ffffff;}}.site-search .search-block-form input:-ms-input-placeholder{color:#57068C;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form input:-ms-input-placeholder{color:#ffffff;}}.site-search .search-block-form .gsc-control-cse,.site-search .search-block-form .form-item{margin-top:0;width:100%;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form .gsc-control-cse,.site-search .search-block-form .form-item{border:1px solid #ffffff;border-radius:72px;}}.site-search .search-block-form tbody tr td.gsc-input{border-radius:0;padding-right:0;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form tbody tr td.gsc-input{position:relative;}}.site-search .search-block-form .gsc-input-box{border:none !important;}.site-search .search-block-form .gsst_b{padding:0;}.site-search .search-block-form .gsst_a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;text-decoration:none;-webkit-transform:translateX(-36px);transform:translateX(-36px);}.site-search .form-actions::after{content:"\f002";color:#57068C;font-family:"Font Awesome 6 Pro";font-size:1rem;font-weight:300;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:16px;font-weight:900;pointer-events:none;}@media print,screen and (min-width:64.0625em){.site-search .form-actions::after{color:#ffffff;font-size:1.25rem;-webkit-transform:none;transform:none;top:auto;bottom:93px;right:95px;font-weight:400;}}.site-search .form-actions .gsc-search-button,.site-search .form-actions .form-submit{background-color:transparent;background-image:none;font-size:0;height:48px;width:48px;padding:0;opacity:0;}@media print,screen and (min-width:64.0625em){.site-search .form-actions .gsc-search-button,.site-search .form-actions .form-submit{position:absolute;bottom:80px;right:82px;}}@media print,screen and (min-width:64.0625em){.site-search form.gsc-search-box{margin:0 auto !important;max-width:960px;}}.site-search form.gsc-search-box table.gsc-search-box{position:relative;}.site-search form.gsc-search-box .gsc-input{padding-right:36px;position:relative;z-index:1;}.site-search form.gsc-search-box .gsc-search-button{height:100%;z-index:2;}.site-search form.gsc-search-box .gsc-search-button button{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:16px;}@media print,screen and (min-width:64.0625em){.site-search form.gsc-search-box .gsc-search-button button{right:36px;}}.site-search form.gsc-search-box .gsc-search-button button:hover,.site-search form.gsc-search-box .gsc-search-button button:focus-visible{background-color:transparent;outline:none;}.site-search form.gsc-search-box .gsc-search-button button:hover::after,.site-search form.gsc-search-box .gsc-search-button button:focus-visible::after{color:#000000;}@media print,screen and (min-width:64.0625em){.site-search form.gsc-search-box .gsc-search-button button:hover::after,.site-search form.gsc-search-box .gsc-search-button button:focus-visible::after{color:#FFD968;}}@media print,screen and (min-width:64.0625em){.site-search form.gsc-search-box .gsib_b{position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;right:40px;top:50%;}}.site-search .gsc-search-button:focus{background-color:transparent;border:0;}@media print,screen and (min-width:64.0625em){.site-search .search-block-form{display:none;position:absolute;z-index:2;}.search-panel-open .site-search .search-block-form{display:block;}}.search-panel-open .mobile-menu-button{opacity:0.6;pointer-events:none;}.sock{background-color:#F3EEE0;margin-top:3.9375rem;}@media print,screen and (max-width:48.06125em){.sock{display:none;}}@media print,screen and (min-width:48.0625em){.sock{margin-top:10.8125rem;}}@media print,screen and (min-width:64.0625em){.sock{margin-top:14.5rem;}}.sock .sock__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:176px 1fr 176px;}@media print,screen and (max-width:64.06125em){.sock .sock__grid{-webkit-transform:translateY(-24px);transform:translateY(-24px);}}@media print,screen and (min-width:48.0625em){.sock .sock__grid{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;grid-template-rows:225px 1fr 225px;}}.sock #sockPhoto_1{align-self:center;grid-column:1/2;grid-row:1;}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_1{align-self:flex-end;grid-column:1/3;}}.sock #sockPhoto_1 figure{margin-left:-60px;}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_1 figure{margin-left:-300px;margin-bottom:-10.625rem;}}.sock #sockPhoto_2{align-self:center;grid-column:12/13;grid-row:1;}@media print,screen and (max-width:48.06125em){.sock #sockPhoto_2{margin-right:-60px;margin-left:-80px;}}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_2{align-self:flex-end;grid-column:6/10;}}.sock #sockPhoto_3{align-self:flex-end;grid-column:11/13;grid-row:1;}@media print,screen and (max-width:48.06125em){.sock #sockPhoto_3{display:none;}}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_3 figure{margin-right:-115px;margin-bottom:-6.25rem;}}.sock #sockPhoto_4{align-self:center;grid-column:8/9;grid-row:3;}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_4{align-self:flex-start;grid-column:2/6;}}@media print,screen and (max-width:48.06125em){.sock #sockPhoto_4 figure{margin-right:-50px;margin-left:-60px;}}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_4 figure{margin-top:-3.125rem;}}.sock #sockPhoto_5{align-self:center;grid-column:12/13;grid-row:3;}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_5{align-self:flex-start;grid-column:8/11;}}@media print,screen and (max-width:48.06125em){.sock #sockPhoto_5 figure{margin-right:-78px;}}@media print,screen and (min-width:48.0625em){.sock #sockPhoto_5 figure{margin-left:-50px;}}.sock #sockIcon_1{align-self:center;grid-column:5/6;grid-row:1;}@media print,screen and (min-width:48.0625em){.sock #sockIcon_1{align-self:flex-end;grid-column:3/5;}}@media print,screen and (max-width:48.06125em){.sock #sockIcon_1 figure{margin-right:-20px;margin-left:-20px;}}.sock #sockIcon_2{align-self:flex-start;grid-column:1/4;grid-row:3;}@media print,screen and (min-width:48.0625em){.sock #sockIcon_2{grid-column:1/2;}}.sock #sockIcon_2 figure{margin-left:-103px;}@media print,screen and (min-width:48.0625em){.sock #sockIcon_2 figure{margin-top:-7.1875rem;margin-left:-208px;}}.sock #sockIcon_3{align-self:flex-start;grid-column:11/13;grid-row:3;}@media print,screen and (max-width:48.06125em){.sock #sockIcon_3{display:none;}}@media print,screen and (min-width:48.0625em){.sock #sockIcon_3 figure{margin-top:-7.3125rem;margin-right:-100px;}}.sock__container{grid-column:1/-1;grid-row:2;padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.sock__container{padding-top:5.625rem;padding-bottom:5.625rem;}}.sock__container h2{margin:0;text-align:center;font-family:Family-Light,serif;font-size:2rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.sock__container h2{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.sock__container h2{font-size:4rem;}}.sock__container h2{font-family:"Family-Heavy",serif;}.sock__container h2 span{font-family:"Family-Light",serif;}.sock__links{list-style:none;margin:0;padding:0;margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:0.5rem;text-align:center;}@media print,screen and (min-width:48.0625em){.sock__links{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.sock__links{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.sock__links .btn{max-width:480px;width:100%;}.sock__photo img{display:block;-webkit-box-shadow:0px 8px 32px 0px rgba(87,42,1,0.25);box-shadow:0px 8px 32px 0px rgba(87,42,1,0.25);border-radius:8px;}.accessible-menu li{position:relative;}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:transparent;}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item__button{position:absolute;top:6px;right:24px;width:45px;height:30px;margin:0;padding:4px 16px;color:transparent;border:1px solid #57068C;border-radius:47px;}.accessible-menu .menu-item__button::before{display:inline-block;width:100%;content:"\f078";color:#57068C;font-family:"Font Awesome 6 Pro";font-size:0.875rem;position:relative;left:-1px;}}@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 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 0.25s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;font-size:0;}.accessible-menu .menu-item__button::before{width:100%;content:"\f13a";color:#57068C;font-family:"Font Awesome 6 Pro";font-size:16px;}.accessible-menu .menu-item__button:focus{opacity:1;}}.accessible-menu .menu-item--open > ul{display:block;}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f068";}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f139";}}.accessible-menu .menu-item__button{opacity:1;}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{opacity:0;left:auto;right:-1.5rem;top:0;height:100%;padding:0;width:2.5rem;}.accessible-menu li > a,.accessible-menu li > span{padding-right:1.5rem;}.accessible-menu .menu-item--expanded:last-child > a{padding-right:0;}}.alpha-jump-links{padding:2.5rem;background-color:#eeebf2;}.alpha-jump-links ul{margin:0;padding:0;list-style:none;}.alpha-jump-links li{display:inline-block;margin:0 8px 0.5rem 0;color:#808080;font-size:1.5rem;font-weight:600;}.audience-menu .contextual-links{display:none;}.audience-menu.accessible-menu li:not(:last-child) > a{padding-right:0;}.audience-menu a,.audience-menu li{display:block;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.audience-menu a,.audience-menu li{font-size:1rem;}}.audience-menu a{color:#ffffff;text-decoration-color:transparent;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.audience-menu a:hover,.audience-menu a:focus{text-decoration-color:#ffffff;}@media print,screen and (max-width:64.06125em){.audience-menu{border-top:1px solid rgba(222,204,181,0.5);padding:0.75rem 24px;}.audience-menu li{margin-right:1rem;display:inline-block;}}@media print,screen and (max-width:64.06125em) and (min-width:48.0625em){.audience-menu li{margin-right:1.5rem;}}@media print,screen and (min-width:64.0625em){.audience-menu{margin-right:56px;}.audience-menu ul{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;}}ol.breadcrumbs{list-style:none;margin:0;padding:0;font-size:0.75rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){ol.breadcrumbs{font-size:0.875rem;}}ol.breadcrumbs li{padding-left:0;display:inline-block;}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li{padding-left:8px;}}ol.breadcrumbs li::before{color:#FF5250;}ol.breadcrumbs li:first-child{position:relative;padding-left:0;}ol.breadcrumbs li:first-child span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}ol.breadcrumbs li:first-child a:before{content:"\f015";color:#57068C;font-family:"Font Awesome 6 Pro";position:relative;pointer-events:none;font-size:0.625rem;top:-2px;}.landing-page ol.breadcrumbs li:first-child a:before{color:#ffffff;}ol.breadcrumbs li:not(:nth-last-child(2)){display:none;}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li:not(:nth-last-child(2)){display:inline-block;}}ol.breadcrumbs li.active{display:none;}ol.breadcrumbs li:nth-last-child(2)::before,ol.breadcrumbs li:nth-child(n+2)::before{font-family:"Font Awesome 6 Pro";content:"\f053";top:0;display:inline-block;padding-right:8px;font-size:0.625rem;font-weight:300;}@media print,screen and (min-width:48.0625em){ol.breadcrumbs li:nth-last-child(2)::before,ol.breadcrumbs li:nth-child(n+2)::before{content:"\f054";padding-left:0;top:0.0625rem;font-size:0.875rem;}}ol.breadcrumbs a{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;text-decoration-color:transparent;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);font-size:0.75rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){ol.breadcrumbs a{font-size:1rem;}}ol.breadcrumbs a:hover,ol.breadcrumbs a:focus{text-decoration-color:#57068C;}@media print,screen and (min-width:48.0625em){ol.breadcrumbs a{font-size:0.875rem;}}.hero--program ol.breadcrumbs a,.hero--landing ol.breadcrumbs a,.hero--listing ol.breadcrumbs a{color:#ffffff;}.hero--program ol.breadcrumbs a:hover,.hero--program ol.breadcrumbs a:focus,.hero--landing ol.breadcrumbs a:hover,.hero--landing ol.breadcrumbs a:focus,.hero--listing ol.breadcrumbs a:hover,.hero--listing ol.breadcrumbs a:focus{text-decoration-color:#ffffff;}.hero--program ol.breadcrumbs li:before,.hero--landing ol.breadcrumbs li:before,.hero--listing ol.breadcrumbs li:before{color:#FFD968;}.hero--program ol.breadcrumbs li:first-child::before,.hero--landing ol.breadcrumbs li:first-child::before,.hero--listing ol.breadcrumbs li:first-child::before{color:#ffffff;}.center-menu li,.center-menu a{display:block;}.center-menu a{text-decoration:none;}@media print,screen and (min-width:64.0625em){.center-menu .menu-item--active-trail > a{text-decoration:underline;text-decoration-color:#FF5250;text-underline-offset:5px;}}@media print,screen and (max-width:48.06125em){.center-menu .menu-item--open > ul{padding-left:12px;padding-bottom:0.5rem;}.center-menu .menu-item__button{border:0;right:8px;}}@media print,screen and (max-width:48.06125em) and (min-width:48.0625em){.center-menu .menu-item__button{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:-22px;}}@media print,screen and (max-width:48.06125em){.center-menu li{border-top:1px solid #57068C;}.center-menu a{font-size:1rem;font-weight:400;line-height:1.6;font-weight:700;padding:0.5rem 24px;}}@media print,screen and (max-width:48.06125em) and (min-width:64.0625em){.center-menu a{font-size:1.125rem;}}@media print,screen and (max-width:48.06125em){.center-menu a:hover{color:#330662;}.center-menu ul ul{display:none;}.center-menu ul ul li + li{border:none;}.center-menu ul ul a{color:#57068C;font-weight:400;padding-left:36px;}.center-menu ul ul a:hover{color:#000000;}.center-menu ul ul a::after{content:none;}}@media print,screen and (min-width:48.0625em){.center-menu > .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;}.center-menu > .menu > li:hover::before{content:"";height:30px;position:absolute;width:200px;z-index:-1;bottom:-22px;left:0;}.center-menu a{font-size:1.5rem;font-family:"Family-Light",serif;line-height:1.7;}.center-menu ul li:hover > a{text-decoration-color:transparent;color:#333333;}.center-menu ul li:hover .menu-item__button{width:100%;top:31px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.center-menu ul li:hover > ul{display:block;}.center-menu ul > li:first-child > ul{left:3.3125rem;}.center-menu ul > li:nth-last-child(-n+1) > ul{right:0;}.center-menu ul ul{display:none;min-width:16rem;top:3.9375rem;position:absolute;width:auto;border-top:1px solid #333333;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background-color:#ffffff;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);z-index:2;}}@media print and (min-width:1024px) and (max-width:1105px),screen and (min-width:48.0625em) and (min-width:1024px) and (max-width:1105px){.center-menu ul ul{top:3.8125rem;}}@media print,screen and (min-width:48.0625em){.center-menu ul ul li + li{border-top:1px solid rgba(222,204,181,0.5);}.center-menu ul ul li:last-child a{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.center-menu ul ul::before{content:"";position:absolute;width:1.5rem;height:1.5rem;top:-0.75rem;left:calc(50% - 12px);background-color:#333333;-webkit-transform:rotate(45deg);transform:rotate(45deg);}.center-menu ul ul a{padding:1rem 24px;background-color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1.6;font-family:"Perstare",sans-serif;font-weight:700;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.center-menu ul ul a{font-size:1rem;}}@media print,screen and (min-width:48.0625em){.center-menu ul ul a:hover,.center-menu ul ul a:focus{background-color:#ECECEC;color:#333333;}.center-menu li > a{padding-right:0;}}@media print,screen and (min-width:64.0625em){.center-menu > .menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}}.child-page-wrapper{padding-top:1.5rem;padding-bottom:2.5rem;background-color:#ECECEC;}@media print,screen and (min-width:48.0625em){.child-page-wrapper{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.child-page-wrapper{padding-top:4rem;}}@media print,screen and (min-width:48.0625em){.child-page-wrapper{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.child-page-wrapper{padding-bottom:6rem;}}.child-page-wrapper h2{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;margin:0;padding-bottom:1rem;color:#262626;text-align:center;}@media print,screen and (min-width:48.0625em){.child-page-wrapper h2{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.child-page-wrapper h2{font-size:2rem;}}@media print,screen and (min-width:48.0625em){.child-page-wrapper h2{padding-bottom:1.5rem;}}.child-page-menu{width:100%;}.child-page-menu ul,.child-page-menu li{list-style:none;margin:0;padding:0;}@media print,screen and (min-width:48.0625em){.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}@media print,screen and (min-width:48.0625em){.child-page-menu li{width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media print,screen and (min-width:64.0625em){.child-page-menu li{width:23.4%;}}.child-page-menu li:not(:first-child){margin-top:16px;}@media print,screen and (min-width:48.0625em){.child-page-menu li:not(:first-child){margin:0;}}.child-page-menu a{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;border-radius:8px;padding:1rem;-ms-flex-line-pack:center;align-content:center;border:1px solid #57068C;display:block;width:100%;height:100%;color:#57068C;font-weight:700;text-align:center;background-color:transparent;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1rem;}}.child-page-menu a::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.child-page-menu a:hover,.child-page-menu a:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.child-page-menu a:hover::after,.child-page-menu a:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}@media print,screen and (min-width:48.0625em){.child-page-menu a{padding:1.5rem;}}.child-page-menu a:after{color:#FF5250;}.child-page-menu a:hover,.child-page-menu a:focus{-webkit-box-shadow:unset;box-shadow:unset;background-color:#57068C;border-color:#57068C;color:#ffffff;}.child-page-menu a:hover:after,.child-page-menu a:focus:after{color:#FFD968;}.main-menu li,.main-menu a{display:block;}.main-menu a{text-decoration:none;}@media print,screen and (min-width:64.0625em){.main-menu .menu-item--active-trail > a{text-decoration:underline;text-decoration-color:#FF5250;text-underline-offset:5px;}}@media print,screen and (max-width:64.06125em){.main-menu .menu-item--open > ul{padding-left:12px;padding-bottom:0.5rem;}.main-menu li + li{border-top:1px solid rgba(222,204,181,0.5);}.main-menu a{font-size:1rem;font-weight:400;line-height:1.6;font-weight:700;padding:0.5rem 24px;}}@media print,screen and (max-width:64.06125em) and (min-width:64.0625em){.main-menu a{font-size:1.125rem;}}@media print,screen and (max-width:64.06125em){.main-menu a::after{content:"\f061";font-weight:300;font-family:"Font Awesome 6 Pro";display:inline-block;font-size:0.625rem;color:#FF5250;margin-left:8px;position:relative;top:-2px;}.main-menu ul ul{display:none;background-color:#ffffff;}.main-menu ul ul li + li{border:none;}.main-menu ul ul a{color:#57068C;font-weight:400;}.main-menu ul ul a:hover{color:#000000;}.main-menu ul ul a::after{content:none;}}@media print,screen and (min-width:64.0625em){.main-menu > ul{display:-webkit-box;display:-ms-flexbox;display:flex;}.main-menu > ul li:last-child a{padding-right:0;}.main-menu a{font-size:1.5rem;font-family:"Family-Light",serif;line-height:1.7;}.main-menu ul li:hover > a{text-decoration-color:transparent;color:#333333;}.main-menu ul li:hover .menu-item__button{width:100%;top:31px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.main-menu ul li:hover > ul{display:block;}.main-menu ul > li:first-child > ul{left:3.3125rem;}.main-menu ul > li:nth-last-child(-n+1) > ul{right:0;}.main-menu ul ul{display:none;min-width:16rem;top:3.9375rem;position:absolute;width:auto;border-top:1px solid #333333;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background-color:#ffffff;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);z-index:2;}}@media print and (min-width:1024px) and (max-width:1105px),screen and (min-width:64.0625em) and (min-width:1024px) and (max-width:1105px){.main-menu ul ul{top:3.8125rem;}}@media print,screen and (min-width:64.0625em){.main-menu ul ul li + li{border-top:1px solid rgba(222,204,181,0.5);}.main-menu ul ul li:last-child a{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.main-menu ul ul::before{content:"";position:absolute;width:1.5rem;height:1.5rem;top:-0.75rem;left:calc(50% - 12px);background-color:#333333;-webkit-transform:rotate(45deg);transform:rotate(45deg);}.main-menu ul ul a{padding:1rem 24px;background-color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1.6;font-family:"Perstare",sans-serif;font-weight:700;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}}@media print,screen and (min-width:64.0625em) and (min-width:48.0625em){.main-menu ul ul a{font-size:1rem;}}@media print,screen and (min-width:64.0625em){.main-menu ul ul a:hover,.main-menu ul ul a:focus{background-color:#ECECEC;color:#333333;}}.menu-item--disabled > a{cursor:default;}.menu-item--disabled > a button{left:0;width:auto;padding-right:0.625em;text-align:right;background-color:transparent;}.menu-item--overview{display:none !important;}.menu-item--disabled .menu-item--overview{display:block !important;}.sidebar-menu{font-size:1rem;line-height:1.4;border-radius:8px;}@media print,screen and (min-width:48.0625em){.sidebar-menu{border:1px solid #C8C8C8;}}.sidebar-menu .menu-item--expanded{list-style-image:none;list-style-type:none;}.sidebar-menu h3{margin:0;font-size:1rem;line-height:1;}.sidebar-menu h3 a{padding:1rem;}.sidebar-menu ul{margin:0;padding:0;list-style:none;}.sidebar-menu a{display:block;padding:0.5rem 1.5rem 0.5rem 1.5rem;position:relative;text-decoration:unset;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.sidebar-menu a{font-size:1.125rem;}}@media print,screen and (max-width:48.06125em){.sidebar-menu a{font-size:0.875rem;padding:0.5rem 1rem 0.5rem 1rem;}}.sidebar-menu a:hover{color:#333333;}.sidebar-menu .menu-item__button{top:0;right:0;bottom:0;left:auto;width:3.375rem;height:2.4375rem;margin:0;-webkit-transform:none;transform:none;opacity:1;line-height:1.6;}@media print,screen and (min-width:48.0625em){.sidebar-menu .menu-item__button{top:1px;height:2.8125rem;}}.sidebar-menu .menu-item__button::before{content:"+";font-size:0.625rem;font-weight:300;color:#FF5250;}@media print,screen and (min-width:64.0625em){.sidebar-menu .menu-item__button::before{font-size:0.875rem;}}.sidebar-menu > ul.menu > li > a{border-top:1px solid #C8C8C8;padding-right:2.5rem;background-color:#ffffff;}@media print,screen and (min-width:48.0625em){.sidebar-menu > ul.menu > li > a{background-color:transparent;}}.sidebar-menu > ul.menu > li.menu-item--active-trail > a.is-active{font-weight:700;}.sidebar-menu > ul.menu > li.menu-item--open > a{color:#57068C;font-weight:700;background-color:#ECECEC;}@media print,screen and (max-width:48.06125em){.sidebar-menu > ul.menu ul.menu .menu-item__button{height:1.6875rem;top:-0.25rem;}.sidebar-menu > ul.menu ul.menu a{padding-left:0;padding-bottom:0.25rem;padding-top:0.25rem;font-size:0.75rem;}}.sidebar-menu__toggle{display:none;}@media print,screen and (max-width:48.06125em){.sidebar-menu__toggle{position:relative;display:block;width:100%;margin:0;padding:1rem 16px;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);color:#57068C;border:0;background:none;}.sidebar-menu__toggle::after{content:"\f078";-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:1.5em;position:absolute;top:50%;right:0.75em;}.sidebar-menu-open .sidebar-menu__toggle::after{content:"\f077";}.sidebar-menu__toggle:hover{color:#767676;background:none;}.sidebar-menu__container{display:none;}}.sidebar-menu .menu-item__button{border-color:transparent;}@media print,screen and (min-width:48.0625em){.sidebar-menu__container{display:block !important;}}@media print,screen and (max-width:48.06125em){.accordion-sidebar-menu .sidebar-menu > ul.menu > li a{padding-left:24px;}.accordion-sidebar-menu .sidebar-menu > ul.menu > li ul.menu a{padding-left:12px;}.accordion-sidebar-menu .sidebar-parent-link a{padding-right:24px;padding-left:24px;}}.accordion-sidebar-menu .accordion__button{background-color:#57068C;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;color:#ffffff;}.accordion-sidebar-menu .accordion__button:hover,.accordion-sidebar-menu .accordion__button:focus-visible{background-color:#330662;color:#ffffff;}@media print,screen and (max-width:48.06125em){.accordion-sidebar-menu .accordion__button{font-size:1rem;line-height:1;padding-top:16px;padding-bottom:16px;}}.accordion-sidebar-menu .accordion__content::before{display:none;}@media print,screen and (max-width:48.06125em){.accordion-sidebar-menu .accordion__content{padding:0;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;overflow:hidden;border-color:#C8C8C8;}}.accordion-sidebar-menu .accordion__icon{font-size:1rem;}.accordion-sidebar-menu .accordion__button-text{font-family:"Perstare",sans-serif;}.accordion-sidebar-menu.accordion--open .accordion__button{color:#57068C;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;border-color:#C8C8C8;}.accordion-sidebar-menu.accordion--open .accordion__icon{color:#FF5250;font-size:1rem;}.sidebar-menu .menu-item--expanded > ul{display:none;}:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul{display:block;}.sidebar-menu .menu-item--expanded > ul a{padding-right:40px;}.sidebar-menu .menu-item--open .menu-item--active-trail .menu-item__button{height:2.5rem;}.sidebar-menu .menu-item--open > ul{display:block;background-color:#ECECEC;}.sidebar-menu .menu-item--open > ul li{padding-left:1.5rem;}.sidebar-menu .menu-item--open > ul li a{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.sidebar-menu .menu-item--open > ul li a{font-size:1rem;}}.sidebar-menu .menu-item--open > .menu-item__button::before{content:"\f068";}.sidebar-parent-link{background-color:#57068C;-webkit-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out;font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.sidebar-parent-link{font-size:1.125rem;}}.sidebar-parent-link:hover{background-color:#330662;}@media print,screen and (min-width:48.0625em){.sidebar-parent-link{border-top:unset;border-top-left-radius:8px;border-top-right-radius:8px;}}.sidebar-parent-link a{text-decoration:unset;color:#ffffff;font-weight:700;-webkit-transition:color 0.3s ease-in-out;transition:color 0.3s ease-in-out;}.sidebar-parent-link a:hover{color:#ffffff;}.social-media{margin:0;padding:0;list-style:none;}.social-media li{display:inline-block;}.social-media a{display:block;margin:0 4px;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.5rem;}.social-media a:hover{color:#FFD968;}.utility-menu .contextual-links{display:none;}.utility-menu a,.utility-menu li,.utility-menu span{display:block;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.utility-menu a,.utility-menu li,.utility-menu span{font-size:1rem;}}.utility-menu a,.utility-menu .external-link-arrow{color:#ffffff;text-decoration-color:transparent;text-underline-offset:4px;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:underline;text-decoration-color:transparent;}.utility-menu a:hover,.utility-menu a:focus,.utility-menu .external-link-arrow:hover,.utility-menu .external-link-arrow:focus{text-decoration-color:#ffffff;}.utility-menu a::after,.utility-menu .external-link-arrow::after{font-size:0.875rem;color:#FFD968;font-weight:400;}@media print,screen and (max-width:64.06125em){.utility-menu .menu-item--expanded > span:first-child{font-size:0.875rem;font-weight:400;line-height:1.6;}}@media print,screen and (max-width:64.06125em) and (min-width:48.0625em){.utility-menu .menu-item--expanded > span:first-child{font-size:1rem;}}@media print,screen and (max-width:64.06125em){.utility-menu .menu-item--expanded > span:first-child{font-style:italic;}.utility-menu .menu-item--expanded > span:first-child::after{content:":";}}.utility-menu span{cursor:default;}@media print,screen and (max-width:64.06125em){.utility-menu .menu{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:0.75rem;padding:0.75rem 24px;}.utility-menu span{display:block;}.utility-menu a:hover,.utility-menu a:focus{text-decoration-color:#ffffff;}.utility-menu .menu-item--expanded{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:0.75rem;width:100%;}.utility-menu .menu-item--expanded::after{background-color:rgba(222,204,181,0.5);content:"";height:1px;position:absolute;width:calc(100% + 24px + 24px);bottom:0;left:-24px;}.utility-menu .menu-item--expanded .menu{padding:0 24px 0 24px;}}@media print,screen and (min-width:64.0625em){.utility-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;}.utility-menu ul .menu-item--expanded:hover::before{content:"";height:24px;position:absolute;width:156px;top:100%;left:0;}.utility-menu li{margin-right:1rem;}}@media print,screen and (min-width:64.0625em) and (min-width:48.0625em){.utility-menu li{margin-right:1.5rem;}}@media print,screen and (min-width:64.0625em){.utility-menu li:hover > ul{display:block;}.utility-menu .menu-item--expanded{display:-webkit-box;display:-ms-flexbox;display:flex;}.utility-menu .menu-item--expanded::after{content:"\f078";font-weight:300;font-family:"Font Awesome 6 Pro";margin-left:4px;}.utility-menu .menu-item--expanded:hover::after,.utility-menu .menu-item--expanded.menu-item--open::after{content:"\f077";}.utility-menu .menu-item--expanded:hover .menu,.utility-menu .menu-item--expanded.menu-item--open .menu{top:39px;}}@media print,screen and (min-width:64.0625em){.site-header--primary .utility-menu li:hover > ul{display:block;}.site-header--primary .utility-menu ul ul{display:none;position:absolute;width:157px;z-index:1;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}.site-header--primary .utility-menu ul ul::before{content:"";position:absolute;width:1rem;height:1rem;top:-0.5rem;left:calc(50% - 8px);background-color:#DECCB5;-webkit-transform:rotate(45deg);transform:rotate(45deg);}.site-header--primary .utility-menu ul ul li{display:block;margin:0;border-top:1px solid rgba(222,204,181,0.5);padding:16px 24px;background-color:#ffffff;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.site-header--primary .utility-menu ul ul li:last-child{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.site-header--primary .utility-menu ul ul li:hover,.site-header--primary .utility-menu ul ul li:focus{background-color:#ECECEC;}.site-header--primary .utility-menu ul ul li:hover a,.site-header--primary .utility-menu ul ul li:focus a{color:#000000;}.site-header--primary .utility-menu ul ul a,.site-header--primary .utility-menu ul ul .external-link-arrow{color:#57068C;text-decoration:none;font-weight:700;}}@media print,screen and (min-width:64.0625em) and (min-width:64.0625em){.site-header--primary .utility-menu ul ul a::after,.site-header--primary .utility-menu ul ul .external-link-arrow::after{color:#FF5250;}}@media screen and (min-width:90.0625em){.utility-menu{margin-left:-140px;}}.accordion{clear:both;}.accordion + .accordion .accordion__button{border-top-color:transparent;border-top-left-radius:unset;border-top-right-radius:unset;}.accordion__button{position:relative;width:100%;margin:0;padding:1rem 40px 0.75rem 24px;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;border:1px solid #DECCB5;border-radius:0.5rem 0.5rem 0 0;background-color:#ffffff;color:#57068C;}@media print,screen and (min-width:48.0625em){.accordion__button{padding:1.5rem 50px 1.5rem 40px;}}.accordion__button::after{content:"";}.accordion__button:hover,.accordion__button:focus-visible{color:#000000;background-color:#F3EEE0;border-color:#DECCB5;}.accordion__icon{position:absolute;top:0;right:24px;bottom:0;color:#FF5250;font-size:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media print,screen and (min-width:48.0625em){.accordion__icon{right:2.5rem;font-size:1.25rem;}}.accordion__content{border:1px solid #DECCB5;background-color:#F3EEE0;border-top:0;display:none;padding:0.375rem 40px 0.75rem 24px;position:relative;}@media print,screen and (min-width:48.0625em){.accordion__content{padding:0.75rem 2.5rem 1.5rem;}}:root:not(.oho-js) .accordion__content{display:block;}.accordion--open > .accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-bottom:0;background-color:#F3EEE0;}.accordion--open > .accordion__button .fa-plus::before,:root:not(.oho-js) .accordion__button .fa-plus::before{content:"\f068";}.accordion--open .accordion__content::before{content:"";position:absolute;top:-0.5rem;left:1.5rem;right:1.5rem;height:1px;background-color:#DECCB5;z-index:2;}@media print,screen and (min-width:48.0625em){.accordion--open .accordion__content::before{top:-0.875rem;left:2.5rem;right:2.5rem;}}.accordion--mobile .accordion__button:disabled{display:none;}.accordion--mobile .accordion__button:disabled + .accordion__content{display:block !important;padding:0;border:0;background-color:transparent;}.accordions_wrapper .accordion:last-child .accordion__button{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.accordions_wrapper .accordion--open:last-child .accordion__button{border-bottom-left-radius:0;border-bottom-right-radius:0;}.wysiwyg .ckeditor-accordion-container{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .ckeditor-accordion-container{margin-top:1.5rem;}}.wysiwyg .ckeditor-accordion-container > dl{border:none;}.wysiwyg .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before{all:initial;}.wysiwyg .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after{all:initial;}.wysiwyg .ckeditor-accordion-container dl::before{content:"\f068";}.wysiwyg .ckeditor-accordion-container dd{background-color:#F3EEE0;border:1px solid #DECCB5;border-top:none;overflow:hidden;padding:0.375rem 40px 0.75rem 24px;position:relative;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}@media print,screen and (min-width:48.0625em){.wysiwyg .ckeditor-accordion-container dd{padding:0.75rem 2.5rem 1.5rem;}}.wysiwyg .ckeditor-accordion-container dd.active::before{content:"";display:block;position:absolute;top:-0.5rem;left:1.5rem;right:1.5rem;height:1px;background-color:#DECCB5;z-index:2;}@media print,screen and (min-width:48.0625em){.wysiwyg .ckeditor-accordion-container dd.active::before{top:-0.875rem;left:2.5rem;right:2.5rem;}}.wysiwyg .ckeditor-accordion-container dt.active a{background-color:#F3EEE0;border-bottom:none;}.wysiwyg .ckeditor-accordion-container dt:first-of-type ~ dt a{border-top-color:transparent;border-top-left-radius:unset;border-top-right-radius:unset;border-top:none;}.wysiwyg .ckeditor-accordion-container dt:last-of-type a{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.wysiwyg .ckeditor-accordion-container dt:last-of-type.active a{border-bottom-left-radius:0;border-bottom-right-radius:0;}.wysiwyg .ckeditor-accordion-container dd:last-of-type.active{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;}.wysiwyg .ckeditor-accordion-container p{margin:0;}.wysiwyg .ckeditor-accordion-container .ckeditor-accordion-toggler{position:relative;width:100%;line-height:1.5;margin:0;padding:1rem 40px 0.75rem 24px;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;border:1px solid #DECCB5;border-radius:0.5rem 0.5rem 0 0;background-color:#ffffff;color:#57068C;text-decoration:none;}.wysiwyg .ckeditor-accordion-container .ckeditor-accordion-toggler::after{content:"+";color:#FF5250;font-family:"Font Awesome 6 Pro";font-weight:300;position:absolute;right:24.25px;}@media print,screen and (min-width:48.0625em){.wysiwyg .ckeditor-accordion-container .ckeditor-accordion-toggler::after{right:32.5px;}}@media print,screen and (min-width:48.0625em){.wysiwyg .ckeditor-accordion-container .ckeditor-accordion-toggler{padding:1.5rem 50px 1.5rem 40px;}}.wysiwyg .ckeditor-accordion-container .ckeditor-accordion-toggler:hover,.wysiwyg .ckeditor-accordion-container .ckeditor-accordion-toggler:focus-visible{color:#000000;background-color:#F3EEE0;border-color:#DECCB5;}.wysiwyg .ckeditor-accordion-container dt.active a.ckeditor-accordion-toggler{border-bottom:none;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-bottom:0;background-color:#F3EEE0;}.wysiwyg .ckeditor-accordion-container dt.active a.ckeditor-accordion-toggler::after{content:"\f068";color:#FF5250;font-family:"Font Awesome 6 Pro";font-weight:300;position:absolute;right:24.25px;}@media print,screen and (min-width:48.0625em){.wysiwyg .ckeditor-accordion-container dt.active a.ckeditor-accordion-toggler::after{right:32.5px;}}.wysiwyg .ckeditor-accordion-container a.ckeditor-accordion-toggler:not(.btn):not(.link-arrow):not(.link-arrow-alt):not(.link-underline):not(.link-underline-alt){text-decoration:none;font-size:1.125rem;font-weight:700;}.wysiwyg .accordions{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:2.5rem;}}.wysiwyg .accordions .section-heading__heading{font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height:1;text-transform:none;}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__heading{font-size:2.5rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__heading{font-size:3rem;}}.wysiwyg .accordions .section-heading__subheading{font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__subheading{font-size:1.125rem;}}.wysiwyg .accordions .grid-container{padding:0;}@media print,screen and (min-width:48.0625em){.accordions-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;}}.accordions-vertical .accordion{position:relative;z-index:1;}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion{min-height:480px;width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.accordions-vertical .accordion:before{content:"";display:block;position:absolute;z-index:1;background-position:top center;background-repeat:repeat;background-color:gold;top:-5px;right:-5px;bottom:-5px;left:-5px;opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:transform 0.3s cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 0.3s cubic-bezier(1,0.63,0.47,0.8);-webkit-transform-origin:center;transform-origin:center;}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion:before{top:-32px;right:-2px;bottom:-32px;left:-2px;}}.accordions-vertical .accordion .accordion__button{position:relative;z-index:2;}.accordions-vertical .accordion .accordion__button .accordion__button-text{color:#000000;}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion .accordion__button{background-color:transparent;height:100%;}.accordions-vertical .accordion .accordion__button:hover .accordion__button-text{color:#000000;text-decoration:underline;text-underline-offset:2px;}.accordions-vertical .accordion .accordion__button:focus-visible .accordion__button-text{color:#000000;}}.accordions-vertical .accordion .accordion__button-text{font-weight:300;font-size:1.125rem;-webkit-transition:color 0.3s cubic-bezier(1,0.63,0.47,0.8);transition:color 0.3s cubic-bezier(1,0.63,0.47,0.8);}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion .accordion__button-text{font-size:1.875rem;line-height:1.6;}}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion .accordion__icon-path{display:none;}}.accordions-vertical .accordion .accordion__content{position:relative;z-index:2;}.accordions-vertical .accordion .accordion__content .btn{margin-top:2.5rem;}@media print,screen and (min-width:64.0625em){.accordions-vertical .accordion .accordion__button:not(.accordion--open):focus-visible .accordion__button-text{color:#000000;text-decoration:underline;text-underline-offset:2px;}}.accordions-vertical .accordion.accordion--open{z-index:2;border-bottom-color:transparent;}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion.accordion--open{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}}.accordions-vertical .accordion.accordion--open > .accordion__button{border:none;background-color:transparent;}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion.accordion--open > .accordion__button{pointer-events:none;}}@media print,screen and (min-width:48.0625em){.accordions-vertical .accordion.accordion--open > .accordion__button .accordion__icon{display:none;}}.accordions-vertical .accordion.accordion--open .accordion__button-text{font-weight:700;color:#000000;text-decoration:none !important;}.accordions-vertical .accordion.accordion--open .accordion__content{display:block;border:unset;}.area-study__container{padding-right:0;padding-left:0;max-width:1440px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.area-study__container{gap:2.5rem;}}@media print,screen and (min-width:48.0625em){.area-study__container{-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;}}.area-study__media{max-width:1400px;width:100%;}@media screen and (min-width:90em){.area-study__media{margin-left:-100px;}}@media screen and (min-width:90.0625em){.area-study__media{margin-left:-200px;}}.area-study__media img{border-radius:8px;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}.area-study__content{min-width:640px;margin-left:auto;}@media print,screen and (max-width:48.06125em){.area-study__content{margin-left:1.25rem;margin-right:1.25rem;}}.area-study__content ul{list-style:none;margin:0;padding:0;}@media screen and (min-width:31.25em){.area-study__content ul{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;columns:2;-webkit-columns:2;-moz-columns:2;}}@media print,screen and (min-width:48.0625em){.area-study__content ul{columns:1;-webkit-columns:1;-moz-columns:1;}}@media print,screen and (min-width:64.0625em){.area-study__content ul{columns:2;-webkit-columns:2;-moz-columns:2;}}.area-study__content li + li{margin-top:0.5rem;}.area-study__content--inner{max-width:36.25rem;}@media print,screen and (min-width:48.0625em){.area-study__content--inner{padding-right:1.25rem;}}.area-study__btn-wrapper{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.area-study__btn-wrapper{margin-top:1.5rem;}}.body-section .wysiwyg h2:not(.callout-box){border:none;padding:0;}.body-section .wysiwyg h2 + p:not(.callout-box){margin-top:1rem;}@media print,screen and (min-width:48.0625em){.body-section .wysiwyg h2 + p:not(.callout-box){margin-top:1.5rem;}}.callout{border:1px solid #57068C;border-radius:8px;padding:1.5rem;}@media print,screen and (min-width:48.0625em){.callout{padding:2.5rem;}}.callout h2{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;margin-top:0;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.callout h2{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.callout h2{font-size:1.75rem;}}.callout h3{margin:0;margin-top:0.5rem;}.callout p{margin-top:0.5rem;margin-bottom:0;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.callout p{font-size:1rem;}}.callout ul{list-style:none;margin:0;padding:0;}.callout li + li{margin-top:0.5rem;}.callout .cta-wrapper{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.callout .cta-wrapper{margin-top:1.5rem;}}.card-section__items .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.card__item{border:1px solid #DECCB5;border-radius:8px;overflow:hidden;height:100%;}.card__content{padding:1.5rem;}@media print,screen and (min-width:48.0625em){.card__content{padding:2.5rem;}}.card__content p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.card__content p{font-size:1rem;}}.stat-wrapper{padding-top:1.5rem;padding-right:1.5rem;padding-left:1.5rem;position:relative;pointer-events:none;margin-bottom:-0.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;}@media print,screen and (min-width:48.0625em){.stat-wrapper{padding-top:2.5rem;padding-right:2.5rem;padding-left:2.5rem;}}@media print,screen and (min-width:48.0625em){.stat-wrapper{margin-bottom:-1.875rem;margin-top:-0.75rem;}}.stat-wrapper .stat{display:-webkit-box;display:-ms-flexbox;display:flex;}.stat-wrapper .stat span{font-size:2rem;margin-left:0.5rem;margin-top:0.5rem;font-weight:300;font-family:"Perstare",sans-serif;}@media print,screen and (min-width:48.0625em){.stat-wrapper .stat span{font-size:4rem;}}.stat-secondary{font-size:2rem;margin-left:0.5rem;font-weight:300;}@media print,screen and (min-width:48.0625em){.stat-secondary{font-size:4rem;}}.checkerboard{margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.checkerboard{margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.checkerboard{margin-bottom:6rem;}}.checkerboard-items{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;}.checkerboard-item{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.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;}}@media print,screen and (min-width:48.0625em){.checkerboard-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}}@media screen and (min-width:75.0625em){.checkerboard-item:nth-child(even) .checkerboard-item__media figure{margin-right:calc(-1 * (100vw - 1200px) / 2 + 10px - 20px);}}@media screen and (min-width:90.0625em){.checkerboard-item:nth-child(even) .checkerboard-item__media figure{margin-right:-130px;}}@media screen and (min-width:75.0625em){.checkerboard-item:nth-child(even) .checkerboard-item__media figcaption{padding-right:20px;}}@media screen and (min-width:90.0625em){.checkerboard-item:nth-child(even) .checkerboard-item__media figcaption{padding-right:0;}}@media screen and (min-width:75.0625em){.checkerboard-item:nth-child(odd) .checkerboard-item__media figure{margin-left:calc(-1 * (100vw - 1200px) / 2 + 10px - 20px);}}@media screen and (min-width:90.0625em){.checkerboard-item:nth-child(odd) .checkerboard-item__media figure{margin-left:-130px;}}@media screen and (min-width:75.0625em){.checkerboard-item:nth-child(odd) .checkerboard-item__media figcaption{padding-left:20px;}}@media screen and (min-width:90.0625em){.checkerboard-item:nth-child(odd) .checkerboard-item__media figcaption{padding-left:0;}}@media print,screen and (min-width:48.0625em){.page--home-page .checkerboard-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.checkerboard-item .checkerboard-item__media{position:relative;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__media{-webkit-box-flex:7;-ms-flex:7;flex:7;}}.checkerboard-item .checkerboard-item__media video,.checkerboard-item .checkerboard-item__media img{border-radius:8px;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}.checkerboard-item .checkerboard-item__media figure{margin:0;}.checkerboard-item .checkerboard-item__media figcaption{margin-top:0.5rem;font-size:0.875rem;font-weight:400;line-height:1.6;font-style:italic;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__media figcaption{font-size:1rem;}}.checkerboard-item .checkerboard-item__media figcaption p{margin:0;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__media figcaption p{font-size:1rem;}}.checkerboard-item .checkerboard-item__media figcaption a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px;text-decoration-color:#FF5250;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}.checkerboard-item .checkerboard-item__media figcaption a:hover,.checkerboard-item .checkerboard-item__media figcaption a:focus{text-decoration-color:#57068C;}.checkerboard-item h3{font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.checkerboard-item h3{font-size:2.5rem;}}@media print,screen and (min-width:64.0625em){.checkerboard-item h3{font-size:3rem;}}.checkerboard-item h3{font-family:"Family-Heavy",serif;}.checkerboard-item h3 span{font-family:"Family-Light",serif;}.checkerboard-item .checkerboard-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start;}@media print,screen and (max-width:48.06125em){.checkerboard-item .checkerboard-item__content{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__content{-webkit-box-flex:5;-ms-flex:5;flex:5;}}.checkerboard-item .checkerboard-item__content h2{font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__content h2{font-size:2.5rem;}}@media print,screen and (min-width:64.0625em){.checkerboard-item .checkerboard-item__content h2{font-size:3rem;}}.checkerboard-item .checkerboard-item__content h3 a{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__content h3 a{font-size:1rem;}}.checkerboard-item .checkerboard-item__content h3 a::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.checkerboard-item .checkerboard-item__content h3 a:hover,.checkerboard-item .checkerboard-item__content h3 a:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.checkerboard-item .checkerboard-item__content h3 a:hover::after,.checkerboard-item .checkerboard-item__content h3 a:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__content h3 a{font-size:2.5rem;}}@media print,screen and (min-width:64.0625em){.checkerboard-item .checkerboard-item__content h3 a{font-size:3rem;}}.checkerboard-item .checkerboard-item__content h3 a:after{font-size:1.25rem;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__content h3 a:after{position:relative;top:-7px;}}.checkerboard-item .checkerboard-item__content p{font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.checkerboard-item .checkerboard-item__content p{font-size:1.125rem;}}.checkerboard-item .checkerboard-item__content ul{list-style:none;margin:0;padding:0;}.checkerboard-item .checkerboard-item__content li a{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;}@media print,screen and (min-width:48.0625em){.checkerboard-item .checkerboard-item__content li a{font-size:1rem;}}.checkerboard-item .checkerboard-item__content li a::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.checkerboard-item .checkerboard-item__content li a:hover,.checkerboard-item .checkerboard-item__content li a:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.checkerboard-item .checkerboard-item__content li a:hover::after,.checkerboard-item .checkerboard-item__content li a:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.checkerboard-item .checkerboard-item__content li + li{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.checkerboard-item__content--inner{max-width:30rem;}}.contact-section{padding-top:2.5rem;padding-bottom:2.5rem;position:relative;background-color:#ECECEC;}@media print,screen and (min-width:48.0625em){.contact-section{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.contact-section{padding-top:6rem;padding-bottom:6rem;}}.contact-section::after,.contact-section:before{display:block;position:absolute;bottom:0;height:10rem;width:10rem;background-size:cover;background-repeat:no-repeat;}@media print,screen and (min-width:48.0625em){.contact-section::after,.contact-section:before{height:22.5rem;width:22.5rem;}}@media screen and (min-width:79.375em){.contact-section::after,.contact-section:before{height:28.75rem;width:28.75rem;}}.contact-section:before{content:"";background-image:url(/themes/custom/nyu_law/assets/img/light-left.svg);left:0;}@media screen and (min-width:85.625em){.contact-section:before{left:2.6875rem;}}.contact-section::after{content:"";background-image:url(/themes/custom/nyu_law/assets/img/light-right.svg);right:0;}@media screen and (min-width:85.625em){.contact-section::after{right:2.6875rem;}}.contact-section h3{font-family:"Family-Heavy",serif;}.contact-section .icon-list{list-style:none;margin:0;padding:0;}@media print,screen and (max-width:48.06125em){.contact-section .icon-list{margin-top:0.5rem;}}.contact-section .icon-list li{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.contact-section .icon-list li{font-size:1rem;}}.contact-section .icon-list__icon{margin-top:0.2rem;}.contact-section .icon-list__icon.fa-clock,.contact-section .icon-list__icon.fa-location-dot{margin-top:0.125rem;}.contact-section__container{padding-right:1.5rem;padding-left:1.5rem;max-width:1208px;margin-left:auto;margin-right:auto;position:relative;z-index:2;}.contact-section__content{background-color:#ffffff;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;padding:1.5rem;}@media print,screen and (min-width:48.0625em){.contact-section__content{padding:2.5rem;}}@media print,screen and (min-width:48.0625em){.contact-section--item{gap:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media print,screen and (min-width:64.0625em){.contact-section--item{gap:2.5rem;}}.contact-section--item + .contact-section--item{margin-top:1rem;padding-top:1rem;border-top:1px solid #C8C8C8;}@media print,screen and (min-width:48.0625em){.contact-section--item + .contact-section--item{margin-top:1.5rem;padding-top:1.5rem;}}.contact-section__name-col{-webkit-box-flex:1;-ms-flex:1 0 35.6%;flex:1 0 35.6%;max-width:30rem;}.contact-section__name-col a{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.contact-section__name-col a{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.contact-section__name-col a{font-size:2rem;}}.contact-section__name-col a::after{font-size:1rem;}@media print,screen and (min-width:48.0625em){.contact-section__name-col a::after{font-size:1.25rem;left:5px;position:relative;top:-2px;}}.contact-section__icons-column-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;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.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;}@media print,screen and (min-width:48.0625em){.contact-section__icons-column-wrapper{row-gap:0.5rem;}}@media print,screen and (min-width:64.0625em){.contact-section__icons-column-wrapper{-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;}}.contact-section__job-title{display:block;padding-bottom:0.5rem;font-size:0.875rem;font-weight:400;line-height:1.6;font-style:italic;}@media print,screen and (min-width:48.0625em){.contact-section__job-title{font-size:1rem;}}.contact-section__description p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.contact-section__description p{font-size:1rem;}}.contact-section__contact-form-col{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;}.contact-section__location-col{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;}.contact-section__location-col p{margin:0;font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.contact-section__location-col p{font-size:1rem;}}.event-calendar h2{margin:0;color:#000000;-webkit-box-flex:1;-ms-flex:1;flex:1;}.event-calendar .block#block-minicalendar .calendar_header{background-color:transparent;border-bottom:none;padding:0;}.event-calendar .block#block-minicalendar .calendar_weekdays{background-color:#F3EEE0;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #DECCB5;height:2.375rem;}.event-calendar .block#block-minicalendar .calendar_weekdays div{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;border-color:#DECCB5;}.event-calendar .block#block-minicalendar .calendar_weekdays div + div{border-left:none;}.event-calendar .block#block-minicalendar .calendar_weekdays > div{color:#000000 !important;font-size:0.75rem;font-weight:400;line-height:1.6;font-weight:700;}@media print,screen and (min-width:48.0625em){.event-calendar .block#block-minicalendar .calendar_weekdays > div{font-size:0.875rem;}}.event-calendar .block#block-minicalendar{width:unset;}.event-calendar .block#block-minicalendar button.switch-month{border-right:1px solid #DECCB5;border-left:1px solid #DECCB5;border-top:1px solid #DECCB5;background-color:#330662;padding-top:5.5px;padding-bottom:6px;}@media print,screen and (min-width:48.0625em){.event-calendar .block#block-minicalendar button.switch-month{padding-top:7px;padding-bottom:8px;}}.event-calendar .block#block-minicalendar button.switch-month.switch-left{border-top-left-radius:0.5rem;width:64px;}@media print,screen and (min-width:64.0625em){.event-calendar .block#block-minicalendar button.switch-month.switch-left{width:51px;}}.event-calendar .block#block-minicalendar button.switch-month.switch-right{border-top-right-radius:0.5rem;width:64px;}@media print,screen and (min-width:64.0625em){.event-calendar .block#block-minicalendar button.switch-month.switch-right{width:52px;}}.event-calendar .block#block-minicalendar .calendar_header h2{padding-top:0.54375rem;padding-bottom:0.54375rem;border-top:1px solid #DECCB5;font-size:0.75rem;font-weight:400;line-height:1.6;background-color:#330662;}@media print,screen and (min-width:48.0625em){.event-calendar .block#block-minicalendar .calendar_header h2{font-size:0.875rem;}}.event-calendar .block#block-minicalendar button.switch-month{color:#ffffff;}.event-calendar .block#block-minicalendar .calendar_header button .fa::before{font-size:1.1875rem;font-weight:300;}.event-calendar .block#block-minicalendar .calendar_content{overflow:visible;}.event-calendar .block#block-minicalendar .calendar_content div{font-size:0.75rem;font-weight:400;line-height:1.6;font-weight:700;border-color:#DECCB5;}@media print,screen and (min-width:48.0625em){.event-calendar .block#block-minicalendar .calendar_content div{font-size:0.875rem;}}.event-calendar .block#block-minicalendar .calendar_content div:hover{background-color:#330662;color:#ffffff;}.event-calendar .block#block-minicalendar .calendar_content .blank{pointer-events:none;}.event-calendar .block#block-minicalendar .calendar_content .blank:hover{background-color:unset;color:unset;}.event-calendar .block#block-minicalendar .calendar_content div + div{border-left:unset;}.event-calendar .block#block-minicalendar .calendar_content div:nth-child(7n+1){border-left:1px solid #DECCB5;}.event-calendar .block#block-minicalendar .calendar_content div:nth-child(n+36){display:none;}.event-calendar .block#block-minicalendar .calendar_content div:nth-child(35){border-bottom-right-radius:0.5rem;}.event-calendar .block#block-minicalendar .calendar_content div:nth-child(29){border-bottom-left-radius:0.5rem;}.event-calendar .block#block-minicalendar .calendar_content div.today:after{top:0;-webkit-transform:unset;transform:unset;width:unset;height:unset;border-radius:0;}.view-calendar_nav{position:relative;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.calendar_prev_next{width:calc(100% + 44px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:4px;left:-21px;}@media print,screen and (min-width:48.0625em){.calendar_prev_next{top:0.6875rem;left:-1.25rem;}}@media print,screen and (min-width:64.0625em){.calendar_prev_next{top:1rem;}}.view-calendar_view_by{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.view-calendar_view_by{margin-top:1.5rem;}}.view_by{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:0.875rem;font-weight:400;line-height:1.6;color:#000000;}@media print,screen and (min-width:48.0625em){.view_by{font-size:1rem;}}@media print,screen and (max-width:48.06125em){.view_by a{grid-row:2/2;}}.view_by a{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1.125rem;padding:1rem 2.5rem;color:#ffffff;background-color:#57068C;border-color:#57068C;font-size:1rem;font-weight:400;line-height:1.6;font-weight:700;font-size:0.875rem;}.view_by a:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.view_by a:after{font-size:1.25rem;}}.view_by a:hover,.view_by a:focus{text-decoration:none;outline:none;}.view_by a:hover:after,.view_by a:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.view_by a:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.view_by a::before,.view_by a::after{color:#FFD968;}.view_by a:hover,.view_by a:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.view_by a:hover::before,.view_by a:hover::after,.view_by a:focus::before,.view_by a:focus::after{color:#333333;}@media print,screen and (min-width:64.0625em){.view_by a{font-size:1.125rem;}}@media print,screen and (min-width:48.0625em){.view_by a{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1.375rem;padding:1.5rem 4rem;color:#ffffff;background-color:#57068C;border-color:#57068C;padding:0.625rem 0.9375rem;font-size:1.125rem;}.view_by a:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.view_by a:after{font-size:1.25rem;}}@media print,screen and (min-width:48.0625em){.view_by a:hover,.view_by a:focus{text-decoration:none;outline:none;}.view_by a:hover:after,.view_by a:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.view_by a:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}}@media print,screen and (min-width:48.0625em){.view_by a::before,.view_by a::after{color:#FFD968;}.view_by a:hover,.view_by a:focus{color:#333333;background-color:#FF5250;border-color:#FF5250;}.view_by a:hover::before,.view_by a:hover::after,.view_by a:focus::before,.view_by a:focus::after{color:#333333;}}@media print,screen and (min-width:64.0625em){.view_by a{padding-top:1rem;padding-bottom:1rem;}}.view_by a:first-child{border-top-right-radius:0;border-bottom-right-radius:0;}.view_by a:nth-child(2){border-radius:0;}.view_by a:last-child{border-top-left-radius:0;border-bottom-left-radius:0;}.view_by a::after{content:"";}.view_by .active{background-color:#ffffff;color:#330662;}.event-information__content{padding-top:1.5rem;padding-bottom:1.5rem;margin-top:1.5rem;border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;}@media print,screen and (min-width:48.0625em){.event-information__content{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em){.event-information__content{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.event-information__content{padding-top:1rem;padding-bottom:1rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.event-information__content{padding-top:1.5rem;padding-bottom:1.5rem;}}.event-information__content ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}.event-information__content a{font-size:0.875rem;font-weight:400;line-height:1.6;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px;text-decoration-color:#FF5250;-webkit-transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-text-decoration 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.event-information__content a{font-size:1rem;}}.event-information__content a::after{content:"";}.event-information__content a:hover,.event-information__content a:focus{text-decoration-color:#57068C;}.event-information__content .small-text{font-weight:700;padding-right:0.875rem;}.listing--event form label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.listing--event__filter{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;background-color:#ffffff;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;padding:1.5rem;gap:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.listing--event__filter{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.listing--event__filter{padding:4rem;}}@media print,screen and (min-width:48.0625em){.listing--event__filter{gap:2.5rem;}}@media print,screen and (min-width:48.0625em){.listing--event__filter{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}}.listing--event__filter form{padding:0;-webkit-box-shadow:unset;box-shadow:unset;}.listing--event__filter .form-item-search input{padding:0.5rem 1.25rem;}.listing--event__filter .view-calendar_nav h2{margin:0;}@media (min-width:768px) and (max-width:983px){.listing--event__filter .view-calendar_nav h2{font-size:1.8125rem;}.listing--event__filter .view-calendar_nav .calendar_prev_next{top:6px;}}.listing--event__filter .listing__form{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.listing--event__filter .listing__form{margin-top:2.5rem;}}.listing--event__filter .event-calendar__search-column{-webkit-box-flex:1;-ms-flex:1;flex:1;}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.listing--event__filter .event-calendar__calendar-column{-webkit-box-flex:1;-ms-flex:1;flex:1;}}@media print,screen and (min-width:48.0625em){.listing--event__filter .block#block-minicalendar .calendar{max-width:360px;}}.event__listing-rows{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.event__listing-rows{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.event__listing-rows{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:64.0625em){.event__listing-rows{margin-top:4rem;}}.event__listing-rows .event-item{border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;}.event__listing-rows .event-item + .event-item{border-top:unset;}.event-item{padding-bottom:1rem;padding-top:1rem;}@media print,screen and (min-width:48.0625em){.event-item{padding-bottom:1.5rem;padding-top:1.5rem;}}.event-item a{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.event-item a{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.event-item a{font-size:2rem;}}@media print,screen and (min-width:48.0625em){.event-item a::after{font-size:1.25rem;}}.event-item__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.25rem;}.event-item__info-wrapper .event-datetime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.25rem;}.page--event .body-section .grid-x{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.event__content h3{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;}@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:2rem;}}.event__content a{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;}@media print,screen and (min-width:48.0625em){.event__content a{font-size:1rem;}}.event__content a::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.event__content a:hover,.event__content a:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.event__content a:hover::after,.event__content a:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.event__content p{font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.event__content p{font-size:1.125rem;}}.events-section{margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.events-section{margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.events-section{margin-bottom:6rem;}}.events-section .events-section__container{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.events-section .events-section__container{margin-top:2.5rem;}}.events-section .event__item{border:1px solid #DECCB5;padding:1rem;border-radius:8px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#ffffff;-webkit-transition:background-color 0.5s;transition:background-color 0.5s;}@media print,screen and (min-width:48.0625em){.events-section .event__item{padding:1.5rem;}}.events-section .event__item:hover,.events-section .event__item:focus{background-color:#57068C;}.events-section .event__item:hover a,.events-section .event__item:focus a{color:#ffffff;-webkit-box-shadow:none;box-shadow:none;}.events-section .event__item:hover a:after,.events-section .event__item:focus a:after{color:#FFD968;}.events-section .event__item:hover .date,.events-section .event__item:focus .date{color:#ffffff;}.events-section .event__item:hover .fa-calendar-days:before,.events-section .event__item:focus .fa-calendar-days:before{color:#FFD968;}.events-section .event__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;}.events-section .event__content a{font-family:Family-Light,serif;font-size:1.125rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.events-section .event__content a{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.events-section .event__content a{font-size:1.5rem;}}.events-section .event__content a:hover,.events-section .event__content a:focus{-webkit-box-shadow:none;box-shadow:none;}.events-section .event__content a:after{position:relative;top:-1px;}.events-section .date-wrapper{font-size:0.875rem;font-weight:400;line-height:1.6;border-top:1px solid #DECCB5;margin-top:1rem;padding-top:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media print,screen and (min-width:48.0625em){.events-section .date-wrapper{font-size:1rem;}}@media print,screen and (min-width:48.0625em){.events-section .date-wrapper{margin-top:1.5rem;}}.events-section .date-wrapper .fa-light{margin-top:-0.1875rem;}.events-section .date-wrapper .fa-light:before{color:#FF5250;font-size:0.875rem;top:-1px;position:relative;}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.events-section .cell + .cell{margin-left:0;}.events-section .cell{-webkit-box-flex:1;-ms-flex:1;flex:1;}}@media print,screen and (max-width:48.06125em){.page--center:has(.hero--img) .site-header__center-menu{padding-bottom:1rem;}}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.page--center .site-header__center-menu{padding-bottom:1.5rem;}}.hero--center{display:block;}.hero--center > .grid-container{padding-right:24px;padding-left:24px;}.hero--center.hero.hero--no-img{padding-bottom:0;padding-top:2.5rem;background-color:#ECECEC;border-bottom:40px solid #ffffff;}@media print,screen and (min-width:48.0625em){.hero--center.hero.hero--no-img{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.hero--center.hero.hero--no-img{padding-top:6rem;}}@media print,screen and (max-width:48.06125em){.hero--center.hero.hero--no-img{padding-top:1rem;}}@media print,screen and (min-width:48.0625em){.hero--center.hero.hero--no-img{border-bottom:94px solid #ffffff;}}.hero--center.hero.hero--no-img .hero__content{margin-top:unset;margin-bottom:-2.5rem;}@media print,screen and (min-width:48.0625em){.hero--center.hero.hero--no-img .hero__content{margin-bottom:-5.875rem;}}.hero--center.hero .aspect-ratio-frame{--aspect-ratio:.75;}@media print,screen and (min-width:48.0625em){.hero--center.hero .aspect-ratio-frame{--aspect-ratio:.403;}}.hero--center .hero__content{position:relative;background-color:#ffffff;text-align:center;padding:1.5rem;margin-top:-3.125rem;z-index:1;}@media print,screen and (min-width:48.0625em){.hero--center .hero__content{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--center .hero__content{padding:4rem;}}@media screen and (min-width:75.0625em){.hero--center .hero__content{margin-top:-5.9375rem;}}@media screen and (min-width:90.0625em){.hero--center .hero__content{margin-top:-6.875rem;}}.hero--center .contact-block{font-size:1rem;font-weight:400;line-height:1.6;padding:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid #C8C8C8;border-bottom:1px solid #C8C8C8;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:64.0625em){.hero--center .contact-block{font-size:1.125rem;}}@media print,screen and (min-width:48.0625em){.hero--center .contact-block{-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;gap:1.5rem;}}.hero--center .contact-block--title{font-weight:700;}.hero--center .social-media{font-size:0;}.hero--center .social-media a{font-size:1.5rem;}.hero--general{background-color:#ECECEC;}.hero--general .grid-container{width:100%;}.hero--news,.hero--general{padding-top:1.5rem;border-bottom:36px solid #ffffff;}@media print,screen and (min-width:48.0625em){.hero--news,.hero--general{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--news,.hero--general{padding-top:4rem;}}@media print,screen and (min-width:48.0625em){.hero--news,.hero--general{border-bottom:96px solid #ffffff;}}.hero--news img,.hero--news video,.hero--general img,.hero--general video{border-radius:8px;}.hero--news .breadcrumbs li:first-child::before,.hero--general .breadcrumbs li:first-child::before{color:#57068C;}.hero--news .hero__content,.hero--general .hero__content{text-align:center;}.hero--news .description,.hero--general .description{margin-top:0.625rem;}.hero--news .hero__media,.hero--general .hero__media{margin-top:1.5rem;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;margin-bottom:-2.25rem;}@media print,screen and (min-width:48.0625em){.hero--news .hero__media,.hero--general .hero__media{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.hero--news .hero__media,.hero--general .hero__media{margin-bottom:-6rem;}}.hero--news .hero__media a::after,.hero--general .hero__media a::after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;}.hero--news .aspect-ratio-frame,.hero--general .aspect-ratio-frame{--aspect-ratio:.563;}.hero--news .hero__overlay,.hero--general .hero__overlay{border-radius:8px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3)));background:linear-gradient(0deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);}.hero--news .credits,.hero--general .credits{font-size:1rem;font-weight:400;line-height:1.6;padding:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:64.0625em){.hero--news .credits,.hero--general .credits{font-size:1.125rem;}}@media print,screen and (min-width:48.0625em){.hero--news .credits,.hero--general .credits{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem;}}.hero--news{background-color:#F3EEE0;}.hero--news .hero__media{-webkit-box-shadow:unset;box-shadow:unset;}.hero--news .aspect-ratio-frame{-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}@media print,screen and (max-width:75.06125em){.hero.hero--news{border-bottom-width:0;}}.hero.hero--news .hero__caption{bottom:unset;margin-top:8px;}@media print,screen and (max-width:75.06125em){.hero.hero--news .hero__caption{position:relative;}}@media screen and (max-width:34.375em){.hero.hero--news img,.hero.hero--news video{-webkit-transform:scaleX(1.1);transform:scaleX(1.1);}}.hero--event{margin-top:2.5rem;}@media print,screen and (max-width:48.06125em){.hero--event .medium-4{display:none;}}@media print,screen and (min-width:48.0625em){.hero--event{margin-top:4.5rem;}}.hero--event .hero__content h1{font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.hero--event .hero__content h1{font-size:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--event .hero__content h1{font-size:3rem;}}.hero--event .credits{margin-top:1.5rem;margin-bottom:1.5rem;padding-top:1rem;padding-bottom:1rem;border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;}@media print,screen and (min-width:48.0625em){.hero--event .credits{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em){.hero--event .credits{padding-top:1.5rem;padding-bottom:1.5rem;}}.hero--event .icon-list{list-style:none;margin:0;padding:0;font-size:1rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:64.0625em){.hero--event .icon-list{font-size:1.125rem;}}.hero--event .icon-list li{padding-left:20px;}.hero--event .icon-list__icon{top:4px;}.hero--event .icon-list__icon:before{font-size:0.875rem;}.hero--event .fa-location-dot + .icon-list__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;}.page--news .hero__media{margin-bottom:-10rem;}@media print,screen and (max-width:75.06125em){.page--news .hero__media{margin-bottom:2.25rem;-webkit-box-shadow:none;box-shadow:none;}}@media print,screen and (max-width:48.06125em){.page--news .hero__media{margin-bottom:2.25rem;}}.page--news .hero .hero__caption{max-width:960px;}.page--news .hero .hero__caption p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.page--news .hero .hero__caption p{font-size:1rem;}}.hero--home .hero__content{position:relative;color:#ffffff;background-color:#330662;text-align:center;padding:1.5rem;margin-top:-3.125rem;}@media print,screen and (min-width:48.0625em){.hero--home .hero__content{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content{padding:4rem;}}@media screen and (min-width:75.0625em){.hero--home .hero__content{margin-top:-5.9375rem;}}@media screen and (min-width:90.0625em){.hero--home .hero__content{margin-top:-6.875rem;}}.hero--landing{background-color:#ffffff;}.hero--landing .hero__content{position:relative;color:#ffffff;background-color:#330662;text-align:center;padding:1.5rem;margin-top:-3.125rem;}@media print,screen and (min-width:48.0625em){.hero--landing .hero__content{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--landing .hero__content{padding:4rem;}}@media screen and (min-width:75.0625em){.hero--landing .hero__content{margin-top:-5.9375rem;}}@media screen and (min-width:90.0625em){.hero--landing .hero__content{margin-top:-6.875rem;}}.hero--landing .description{margin-top:0.625rem;}.hero--landing:has(+ .child-page-wrapper){background-color:#ECECEC;}.hero--listing{background-color:#330662;padding-top:2.5rem;color:#ffffff;padding-bottom:4.5rem;margin-bottom:-3rem;}@media print,screen and (min-width:48.0625em){.hero--listing{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.hero--listing{padding-top:6rem;}}@media print,screen and (min-width:48.0625em){.hero--listing{padding-bottom:8.5rem;margin-bottom:-6rem;}}.hero--listing a{color:#ffffff;}.hero--listing .hero__content{text-align:center;}.hero--listing .contact-block{font-size:1rem;font-weight:400;line-height:1.6;padding:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid rgba(222,204,181,0.5);border-bottom:1px solid rgba(222,204,181,0.5);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media print,screen and (min-width:64.0625em){.hero--listing .contact-block{font-size:1.125rem;}}@media print,screen and (min-width:48.0625em){.hero--listing .contact-block{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;}}.hero--listing .contact-block a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.hero--listing .contact-block--title{font-weight:700;}.hero--program.hero.hero--no-img{padding-bottom:0;padding-top:2.5rem;background-color:#ECECEC;border-bottom:40px solid #ffffff;}@media print,screen and (min-width:48.0625em){.hero--program.hero.hero--no-img{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.hero--program.hero.hero--no-img{padding-top:6rem;}}@media print,screen and (min-width:48.0625em){.hero--program.hero.hero--no-img{border-bottom:94px solid #ffffff;}}.hero--program.hero.hero--no-img .hero__content{margin-top:unset;margin-bottom:-2.5rem;}@media print,screen and (min-width:48.0625em){.hero--program.hero.hero--no-img .hero__content{margin-bottom:-5.875rem;}}.hero--program .hero__content{position:relative;color:#ffffff;background-color:#330662;text-align:center;padding:1.5rem;margin-top:-3.125rem;}@media print,screen and (min-width:48.0625em){.hero--program .hero__content{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--program .hero__content{padding:4rem;}}@media screen and (min-width:75.0625em){.hero--program .hero__content{margin-top:-5.9375rem;}}@media screen and (min-width:90.0625em){.hero--program .hero__content{margin-top:-6.875rem;}}.hero{position:relative;}@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 .h1,.hero h2{font-family:"Family-Light",serif;}.hero .h1 span,.hero h2 span{font-family:"Family-Heavy",serif;}.hero img,.hero video{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.hero .aspect-ratio-frame{--aspect-ratio:.5;max-height:75vh;}.hero video{z-index:2;overflow:hidden;}.hero.hero--no-img{padding-bottom:1.5rem;border:none;}@media print,screen and (min-width:48.0625em){.hero.hero--no-img{padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.hero.hero--no-img{padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:64.0625em){.hero.hero--no-img{padding-bottom:4rem;}}@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%;}@media print,screen and (min-width:48.0625em){.hero.hero--video{display:block;}}.hero .hero__caption{position:relative;bottom:-2rem;font-style:italic;}@media print,screen and (min-width:48.0625em){.hero .hero__caption{bottom:-2.5rem;}}.hero .video-play-button{right:auto;left:20px;color:#ffffff;padding:0.8125rem;}@media screen and (min-width:87.5em){.hero .video-play-button{left:10rem;}}@media screen and (min-width:112.5em){.hero .video-play-button{left:20%;}}.hero .video-play-button:hover{background-color:#57068C;border-color:#57068C;border-radius:8px;}.hero .video-play-button:focus{background-color:transparent;}.hero__media{display:block;width:100%;}.autoplay-video-container{position:relative;}@media print,screen and (max-width:48.06125em){.autoplay-video-container{display:none;}}.hero__content{z-index:2;}@media print,screen and (min-width:48.0625em){.hero--img .hero__content{bottom:0;}}.hero__content .breadcrumbs{margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.hero__content .breadcrumbs{margin-bottom:1.5rem;}}.hero__content h1{font-family:Family-Light,serif;font-size:2rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.hero__content h1{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.hero__content h1{font-size:4rem;}}.hero__content h1{margin:0;}.hero__content h1 span{font-family:"Family-Light",serif;}.hero__content .description{margin-top:0.5rem;}.hero__content--title-wrapper{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}.hero__content--title-wrapper p{font-family:Family-Light,serif;font-size:1rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.hero__content--title-wrapper p{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.hero__content--title-wrapper p{font-size:2rem;}}@media print,screen and (min-width:48.0625em){.hero__content--title-wrapper{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(66.6666666667% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;max-width:700px;}}.hero__content--callout{width:100%;}.hero__content--callout h2{font-size:1.5rem;}@media print,screen and (min-width:48.0625em){.hero__content--callout{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;height:0;}}.hero__content--wrapper{padding-right:0;padding-left:0;max-width:1200px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:44px;z-index:99;position:relative;}@media print,screen and (min-width:48.0625em){.hero__content--wrapper{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.hero__overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:rgb(255,237,203);background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,237,203,0.03)),to(rgba(255,237,203,0.03)));background:linear-gradient(0deg,rgba(255,237,203,0.03) 0%,rgba(255,237,203,0.03) 100%);}.hero--program .hero__content,.hero--landing .hero__content,.hero--home .hero__content,.hero--center .hero__content{-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;}@media print,screen and (min-width:40.0625em){.image-grid .glide__slides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.25rem;margin-right:-1.25rem;}.image-grid .glide__arrows{display:none;}}.image-grid .swiper-wrapper{padding-left:0;-webkit-box-sizing:border-box;box-sizing:border-box;}.image-grid-item{padding:0;}.image-grid-item__link{position:relative;display:table;margin:0 auto;line-height:1;}.image-grid-item__link::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(87,6,140,0);}.image-grid-item__link:hover::before,.image-grid-item__link:focus::before{background-color:rgba(87,6,140,0.333);}.image-grid-item__expand{position:absolute;top:0;right:0;display:block;padding:0.5em;background-color:#ffffff;font-size:1.25rem;}.image-grid-item .play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.image-grid-item__toggle{display: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:0.5rem 9px;text-align:center;color:#57068C;background-color:#ffffff;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:"\f424";font-weight:300;}.image-grid-item__toggle:hover{background-color:#ffffff;}}.info-card-section{overflow:hidden;}.info-card-section .card{padding:1.5rem;border:1px solid #c4c4c4;}@media print,screen and (min-width:48.0625em){.info-card-section .card{padding:2.5rem;}}@media print,screen and (min-width:48.0625em){.info-card-section .card{height:100%;padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.info-card-section .card{padding-top:2.5rem;padding-bottom:2.5rem;}}.info-card-section .swiper-container{padding-right:0.9375rem;padding-left:0.9375rem;max-width:100%;margin-left:auto;margin-right:auto;}.info-card-section .swiper{overflow:visible;}.info-card-section .swiper-slide{visibility:hidden;}.info-card-section .swiper-slide-visible{visibility:visible;}.info-card-section .slider-navigation{position:relative;}@media print,screen and (max-width:48.06125em){.info-card-section .slider-navigation{margin-top:0.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;}}@media print,screen and (min-width:48.0625em){.info-card-section .swiper-container{padding-right:3.125rem;padding-left:3.125rem;max-width:1270px;margin-left:auto;margin-right:auto;}.info-card-section .slider-navigation__prev{margin-left:-50px;}.info-card-section .slider-navigation__next{margin-right:-50px;}.info-card-section .slider-navigation{position:absolute;top:200px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.journey-overview{margin-top:2.5rem;position:relative;border-bottom:63px solid transparent;}@media print,screen and (min-width:48.0625em){.journey-overview{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.journey-overview{margin-top:6rem;}}@media print,screen and (min-width:48.0625em){.journey-overview{border-bottom:112px solid transparent;}}.journey-overview:after{background-image:url(/themes/custom/nyu_law/assets/img/brick-texture.svg);content:"";display:block;background-color:#333333;position:absolute;bottom:-62px;left:0;width:100%;height:100%;}@media print,screen and (min-width:48.0625em){.journey-overview:after{bottom:-112px;}}.journey__inner{padding:1.5rem;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;background-color:#ffffff;position:relative;z-index:1;}@media print,screen and (min-width:48.0625em){.journey__inner{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.journey__inner{padding:4rem;}}.journey__group{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.journey__group{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.journey__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;}}@media print,screen and (min-width:48.0625em){.journey__image{width:460px;}}.journey__image figure::after{content:url(/themes/custom/nyu_law/assets/img/quote.svg);display:block;width:60px;height:60px;}@media print,screen and (min-width:48.0625em){.journey__image figure::after{content:url(/themes/custom/nyu_law/assets/img/quote-lg.svg);width:96px;height:96px;}}.journey__image img{border-radius:50%;}.journey__media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.journey__media--lg .journey__media{display:block;}.journey__media--lg figure{position:relative;}.journey__media--lg figure::after{position:absolute;bottom:-10px;left:0.625rem;}.journey__info{margin-top:1rem;text-align:center;}@media print,screen and (min-width:48.0625em){.journey__info{margin-top:1.5rem;}}.journey__attribution{margin-top:1rem;font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.journey__attribution{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.journey__attribution{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.journey__attribution{font-size:2rem;}}p.journey__position{margin-top:0.5rem;font-size:0.875rem;font-weight:400;line-height:1.6;font-weight:700;}@media print,screen and (min-width:48.0625em){p.journey__position{font-size:1rem;}}p.journey__additional{font-size:0.875rem;font-weight:400;line-height:1.6;font-style:italic;}@media print,screen and (min-width:48.0625em){p.journey__additional{font-size:1rem;}}.journey__quote{margin-top:16px;}@media print,screen and (min-width:48.0625em){.journey__quote{width:532px;margin-top:0;}}@media print,screen and (min-width:48.0625em){.journey__media--lg .journey__quote{margin-top:56px;}}.journey__quote .journey__btn{margin-top:1rem;width:100%;}@media print,screen and (min-width:48.0625em){.journey__quote .journey__btn{margin-top:1.5rem;}}@media print,screen and (min-width:40.0625em){.journey__quote .journey__btn{width:auto;}}.journey__blockquote{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1.5;}@media print,screen and (min-width:48.0625em){.journey__blockquote{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.journey__blockquote{font-size:1.75rem;}}.journey__accordion{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.journey__accordion{margin-top:2.5rem;}}.journey__accordion .accordion__button{padding:8px 16px;font-size:1rem;}.journey__accordion .accordion__icon{right:16px;}.journey__accordion .accordion__content{font-size:0.875rem;font-weight:400;line-height:1.6;padding-left:16px;padding-right:16px;}@media print,screen and (min-width:48.0625em){.journey__accordion .accordion__content{font-size:1rem;}}.journey__accordion .accordion__content p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.journey__accordion .accordion__content p{font-size:1rem;}}.journey__accordion .accordion__content:before{left:16px;right:16px;top:0;}.journey-section{position:relative;}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.journey-section{margin-top:6rem;}}.journey-top{background-image:url(/themes/custom/nyu_law/assets/img/cityscape.svg);background-repeat:no-repeat;position:relative;top:2px;}@media print,screen and (max-width:48.06125em){.journey-top{background-size:40%;top:100px;position:relative;margin-top:-100px;height:206px;width:1160px;}}@media print,screen and (min-width:48.0625em){.journey-top{height:22vw;background-size:cover;width:100%;max-width:1160px;margin:0 auto;}}@media screen and (min-width:75.0625em){.journey-top{height:260px;}}.journey-section__inner{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;width:100%;position:relative;}.journey-section__inner .journey-section__item:first-child{border-top-left-radius:0;margin-top:-0.6px !important;}.journey-section__inner .journey-section__item:nth-child(odd){border-right:2px solid #DECCB5;border-bottom-right-radius:0.5rem;border-top-right-radius:0.5rem;border-left:7px solid transparent;margin-top:-3px;}.journey-section__inner .journey-section__item:nth-child(even){border-left:2px solid #DECCB5;border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem;border-right:7px solid transparent;margin-top:-3px;}@media print,screen and (min-width:48.0625em){.journey-section__inner .journey-section__item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}}@media print,screen and (max-width:48.06125em){.journey-section__inner .journey-section__item:nth-last-child(2){padding-bottom:4rem;}}.journey-section__inner .journey-section__item:last-child{border-bottom-right-radius:0;border-bottom:2px solid transparent;}.journey-section__inner .journey-section__item:last-child::before{content:"";position:absolute;background-image:url(/themes/custom/nyu_law/assets/img/taxi.svg);background-repeat:no-repeat;top:-116px;right:0;height:118px;width:319px;}@media print,screen and (min-width:48.0625em){.journey-section__inner .journey-section__item:last-child::before{background-size:70% 125%;}}@media print,screen and (max-width:48.06125em){.journey-section__inner .journey-section__item:last-child::before{top:-48px;height:48px;width:106px;background-size:105px;}}.journey-section__inner .journey-section__item:last-child::after{content:"";position:absolute;border-bottom:2px solid #DECCB5;width:140px;height:0.5rem;border-bottom-left-radius:0.5rem;bottom:-3px;right:-8.6875rem;}.journey-section__item{position:relative;padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:2px solid #DECCB5;gap:2.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:0.4375rem;margin-left:0.4375rem;}@media print,screen and (min-width:48.0625em){.journey-section__item{padding-right:2.5rem;padding-left:2.5rem;}}@media print,screen and (min-width:64.0625em){.journey-section__item{padding-right:4rem;padding-left:4rem;}}@media print,screen and (min-width:48.0625em){.journey-section__item{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.journey-section__item{padding-top:6rem;padding-bottom:6rem;}}@media print,screen and (min-width:48.0625em){.journey-section__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:1.5rem;margin-right:1.5rem;}}@media print,screen and (min-width:64.0625em){.journey-section__item{margin-left:4.375rem;margin-right:4.375rem;}}@media screen and (min-width:75.0625em){.journey-section__item{margin-left:8.75rem;margin-right:8.75rem;}}.journey-section__title-block{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;}.journey-section__title-block h2,.journey-section__title-block h3{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.journey-section__title-block h2,.journey-section__title-block h3{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.journey-section__title-block h2,.journey-section__title-block h3{font-size:1.75rem;}}.journey-section__title-block p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.journey-section__title-block p{font-size:1rem;}}.journey-pin{margin-top:-0.875rem;position:absolute;top:-5.9375rem;}@media print,screen and (max-width:48.06125em){.journey-pin{top:-2rem;height:2.25rem;width:1rem;}}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.journey-pin{height:60px;top:-64px;width:13px;}}.journey-section__description-block{-webkit-box-flex:1;-ms-flex:1;flex:1;}@media print,screen and (min-width:48.0625em){.journey-section__description-block{-ms-flex-preferred-size:24%;flex-basis:24%;}}@media print,screen and (min-width:64.0625em){.journey-section__description-block{-ms-flex-preferred-size:41%;flex-basis:41%;}}.bench-tree,.bench-double-tree{margin-bottom:-0.4375rem;}.bench-tree{border-bottom:2px solid #DECCB5;}@media print,screen and (max-width:48.06125em){.bench-tree{width:80px;height:64px;margin-bottom:-96px;margin-left:-4rem;}}.bench-double-tree{margin-left:3.75rem;}@media screen and (min-width:75.0625em){.bench-double-tree{margin-left:7.5rem;}}@media print,screen and (max-width:48.06125em){.bench-double-tree{height:3.5rem;width:4.9375rem;margin-bottom:-96px;margin-left:37px;}}.journey-gate{float:right;margin-top:-4.125rem;margin-right:10rem;}@media print,screen and (max-width:48.06125em){.journey-gate{width:88px;height:95px;margin-right:0.75rem;margin-top:16px;}}.links-section{padding-top:2.5rem;padding-bottom:2.5rem;background-color:#333333;color:#ffffff;}@media print,screen and (min-width:48.0625em){.links-section{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.links-section{padding-top:6rem;padding-bottom:6rem;}}.journey-overview + .links-section{margin-top:0;}.links__container{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.links__container{margin-top:2.5rem;}}.links__wrap{padding:0;}@media print,screen and (min-width:48.0625em){.links__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}@media print,screen and (min-width:48.0625em){.links__card{width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;}}@media print,screen and (min-width:64.0625em){.links__card{width:23.4%;}}.links__card:not(:first-child){margin-top:16px;}@media print,screen and (min-width:48.0625em){.links__card:not(:first-child){margin:0;}}.links__btn{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;border-radius:8px;padding:1rem;-ms-flex-line-pack:center;align-content:center;border:1px solid #ffffff;display:block;width:100%;height:100%;color:#ffffff;font-weight:700;text-align:center;background-color:transparent;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.links__btn{font-size:1rem;}}.links__btn::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.links__btn:hover,.links__btn:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.links__btn:hover::after,.links__btn:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}@media print,screen and (min-width:48.0625em){.links__btn{padding:1.5rem;}}.links__btn:after{color:#FFD968;}.links__btn:hover,.links__btn:focus{-webkit-box-shadow:unset;box-shadow:unset;background-color:#FFD968;border-color:#FFD968;color:#333333;}.links__btn:hover:after,.links__btn:focus:after{color:#333333;}.listing-section{padding-top:2.5rem;padding-bottom:2.5rem;margin-top:2.5rem;background-color:#F3EEE0;}@media print,screen and (min-width:48.0625em){.listing-section{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.listing-section{padding-top:6rem;padding-bottom:6rem;}}@media print,screen and (min-width:48.0625em){.listing-section{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.listing-section{margin-top:6rem;}}.listing__row{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #DECCB5;width:100%;}@media print,screen and (min-width:48.0625em){.listing__row{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.listing__row{padding-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.listing__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.listing__row:last-child{border-bottom:1px solid #DECCB5;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.listing__row:last-child{padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em){.listing__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}}.listing__image{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.listing__image{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.listing__image{width:360px;margin-top:0;}}.listing__image img{border-radius:8px;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}.listing__title{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.listing__title{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.listing__title{font-size:2rem;}}.listing__title a{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.listing__title a{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.listing__title a{font-size:2rem;}}.listing__title a:after{font-size:1.25rem;}p.listing__description,div.listing__description p{margin-top:0.5rem;}.listing-table__container{padding-right:0;padding-left:0;max-width:1240px;margin-left:auto;margin-right:auto;}.listing-table .mobile-table{margin-bottom:0;}.listing-table table{border-top:none;width:100%;}.listing-table tbody{border-left:none;}.listing-table thead,.listing-table th,.listing-table tr{background-color:transparent;border:none;}.listing-table td{border:1px solid gray;}.listing-table__item{border:1px solid #d9d9d9;border-radius:10px;padding:1.25rem;}@media print,screen and (min-width:48.0625em){.listing-table__item{padding:1.625rem 1.25rem;}}@media print,screen and (min-width:48.0625em){.listing-table .section-heading{text-align:center;}.listing-table .mobile-table{margin-top:0;}}.media-highlight .external-link-arrow{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.media-highlight .external-link-arrow{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.media-highlight .external-link-arrow{font-size:1.75rem;}}.media-highlight .external-link-arrow::after{font-size:1rem;}@media print,screen and (min-width:48.0625em){.media-highlight .external-link-arrow::after{font-size:1.25rem;}}.media-highlight__content{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.media-highlight__content{margin-top:2.5rem;}}.item-media__wrapper{margin-top:1rem;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){.item-media__wrapper{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.item-media__wrapper{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;}}.item__media{min-width:4.5rem;}.item__media img{border-radius:25rem;}.publication-title{font-size:0.875rem;font-weight:400;line-height:1.6;font-weight:700;}@media print,screen and (min-width:48.0625em){.publication-title{font-size:1rem;}}.publication-title ul{list-style:none;margin:0;padding:0;}.source-name{font-size:0.875rem;font-weight:400;line-height:1.6;font-style:italic;}@media print,screen and (min-width:48.0625em){.source-name{font-size:1rem;}}.date-wrapper{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.date-wrapper{font-size:1rem;}}.news-information__content{padding-top:1.5rem;padding-bottom:1.5rem;margin-top:1.5rem;border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;}@media print,screen and (min-width:48.0625em){.news-information__content{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em){.news-information__content{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.news-information__content{padding-top:1rem;padding-bottom:1rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.news-information__content{padding-top:1.5rem;padding-bottom:1.5rem;}}.news-information__content ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;}.news-information__content a{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#57068C;font-size:0.875rem;font-weight:400;line-height:1.6;padding-top:0.25rem;padding-bottom:0.25rem;}.news-information__content a:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.news-information__content a:after{font-size:1.25rem;}}.news-information__content a:hover,.news-information__content a:focus{text-decoration:none;outline:none;}.news-information__content a:hover:after,.news-information__content a:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.news-information__content a:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.news-information__content a::before,.news-information__content a::after{color:#FF5250;}.news-information__content a:hover,.news-information__content a:focus{color:#ffffff;background-color:#57068C;border-color:#57068C;}.news-information__content a:hover::before,.news-information__content a:hover::after,.news-information__content a:focus::before,.news-information__content a:focus::after{color:#FFD968;}@media print,screen and (min-width:48.0625em){.news-information__content a{font-size:1rem;}}.news-information__content a::after{content:"";}.news-information__content .small-text{font-weight:700;padding-right:0.875rem;}.information__content__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:0.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.news-information__content__category-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.news-information__content__date{margin-top:0.5rem;}.news-information__content{padding-top:1.5rem;padding-bottom:1.5rem;margin-top:1.5rem;border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;}@media print,screen and (min-width:48.0625em){.news-information__content{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:48.0625em){.news-information__content{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.news-information__content{padding-top:1rem;padding-bottom:1rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.news-information__content{padding-top:1.5rem;padding-bottom:1.5rem;}}.news-information__content ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;}.news-information__content a{-webkit-transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),border 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border-width:0.0625rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:700;border-radius:400px;text-decoration:none;text-align:center;font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#57068C;font-size:0.875rem;font-weight:400;line-height:1.6;padding-top:0.25rem;padding-bottom:0.25rem;}.news-information__content a:after{font-family:"Font Awesome 6 Pro";content:"\f061";-webkit-transform:translateX(8px);transform:translateX(8px);font-weight:300;font-size:1rem;display:inline-block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}@media print,screen and (min-width:48.0625em){.news-information__content a:after{font-size:1.25rem;}}.news-information__content a:hover,.news-information__content a:focus{text-decoration:none;outline:none;}.news-information__content a:hover:after,.news-information__content a:focus:after{-webkit-transform:translateX(16px);transform:translateX(16px);}.news-information__content a:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.news-information__content a::before,.news-information__content a::after{color:#FF5250;}.news-information__content a:hover,.news-information__content a:focus{color:#ffffff;background-color:#57068C;border-color:#57068C;}.news-information__content a:hover::before,.news-information__content a:hover::after,.news-information__content a:focus::before,.news-information__content a:focus::after{color:#FFD968;}@media print,screen and (min-width:48.0625em){.news-information__content a{font-size:1rem;}}.news-information__content a::after{content:"";}.news-information__content .small-text{font-weight:700;padding-right:0.875rem;}.news-information__content__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.news-information__content__category-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.news-information__content__date{margin-top:0.5rem;}.listing-news--item img{display:block;}.listing-news--item .campus_media{max-width:22.5rem;}.listing-news--item .campus_media img{border-radius:8px;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}.listing-news--item .item-media__wrapper{margin-top:0;}.listing-news--item .link-arrow,.listing-news--item .external-link-arrow{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.listing-news--item .link-arrow,.listing-news--item .external-link-arrow{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.listing-news--item .link-arrow,.listing-news--item .external-link-arrow{font-size:1.75rem;}}@media print,screen and (min-width:48.0625em){.listing-news--item .link-arrow::after,.listing-news--item .external-link-arrow::after{top:-2px;position:relative;font-size:1.1875rem;}}.listing-news--item .link-arrow:hover,.listing-news--item .external-link-arrow:hover{color:#333333;-webkit-box-shadow:none;box-shadow:none;}.listing-news--item .link-arrow:hover:after,.listing-news--item .external-link-arrow:hover:after{color:#333333;}.listing-news-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.listing-news-item__content p{font-size:0.875rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.listing-news-item__content p{font-size:1rem;}}.source-wrapper{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;row-gap:0.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media print,screen and (min-width:48.0625em){.source-wrapper{margin-top:1.5rem;}}.topic-wrapper ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;}.topic-wrapper a{font-size:1rem;padding:0.5rem 1.5rem;color:#57068C;background-color:#ffffff;border-color:#57068C;-webkit-transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 0.25s cubic-bezier(0.42,0.08,0.06,0.98),color 0.25s cubic-bezier(0.42,0.08,0.06,0.98);border:1px solid #57068C;border-radius:2.75rem;padding:0.25rem 1rem;text-decoration:none;display:block;}.topic-wrapper a::before,.topic-wrapper a::after{color:#FF5250;}.topic-wrapper a:hover,.topic-wrapper a:focus{color:#ffffff;background-color:#57068C;border-color:#57068C;}.topic-wrapper a:hover::before,.topic-wrapper a:hover::after,.topic-wrapper a:focus::before,.topic-wrapper a:focus::after{color:#FFD968;}.topic-wrapper a::after{content:"";}.news-section{background-color:#ECECEC;padding-top:2.5rem;padding-bottom:2.5rem;margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.news-section{padding-top:4rem;padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.news-section{padding-top:6rem;padding-bottom:6rem;}}@media print,screen and (min-width:48.0625em){.news-section{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.news-section{margin-top:6rem;}}.news-section .section-heading{margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.news-section .section-heading{margin-bottom:2.5rem;}}.news-section .section-heading__title{color:#000000;}.news-section .link-arrow:after{font-size:1.25rem;}.news-section .link-arrow:hover,.news-section .link-arrow:focus{-webkit-box-shadow:none;box-shadow:none;}.news-section h3 .link-arrow{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.news-section h3 .link-arrow{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.news-section h3 .link-arrow{font-size:2rem;}}.news-section h4 .link-arrow{font-family:Family-Light,serif;font-size:1.25rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.news-section h4 .link-arrow{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.news-section h4 .link-arrow{font-size:1.75rem;}}.news-section .news-section__featured{text-align:center;}.news-section .news-section__featured .news-section__text{margin-top:1.5rem;}.news-section figure{max-width:47.5rem;margin:auto;border-radius:8px;}.news-section img{border-radius:8px;background-color:#DECCB5;}.news-section img.news-placeholder{padding:20px 0;}.news-section .news-section__text{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.news-section .news-section__text{margin-top:1.5rem;}}.news-section-featured{color:#000000;border-top:129px solid #ffffff;}@media print,screen and (min-width:48.0625em){.news-section-featured{border-top:267px solid #ffffff;}}.news-section-featured .section-heading{margin-top:-8.0625rem;}@media print,screen and (min-width:48.0625em){.news-section-featured .section-heading{margin-top:-17.125rem;}}.news-section-featured figure{-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);}.news-section-featured--no-image{border-top:0;}.news-section-featured--no-image .section-heading{margin-top:0;}.news-section-featured--no-image .news-section__text{margin-top:0;}.contact-section + .news-section,.promo-section + .news-section,.hero--home + .news-section{margin-top:0;}.pathway-section{margin-top:2.5rem;margin-bottom:40px;}@media print,screen and (min-width:48.0625em){.pathway-section{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.pathway-section{margin-top:6rem;}}@media print,screen and (min-width:48.0625em){.pathway-section{margin-bottom:48px;}}.pathway-section .grid-x:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.pathway__item{padding:1.5rem;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media print,screen and (min-width:48.0625em){.pathway__item{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.pathway__item{padding:4rem;}}.stat-card .pathway__item{background-color:#F3EEE0;}.stat-card .pathway__item span{font-size:2rem;margin-left:0.5rem;margin-top:0.5rem;font-weight:300;font-family:"Perstare",sans-serif;}@media print,screen and (min-width:48.0625em){.stat-card .pathway__item span{font-size:4rem;}}.path-card .pathway__item{background-color:#330662;color:#ffffff;}.pathway-section__inner{position:relative;margin-top:-78px;z-index:2;}@media print,screen and (min-width:48.0625em){.pathway-section__inner{margin-top:-144px;}}.pathway-section__inner .section-heading__title{font-family:Family-Light,serif;font-size:2rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;color:#ffffff;}@media print,screen and (min-width:48.0625em){.pathway-section__inner .section-heading__title{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.pathway-section__inner .section-heading__title{font-size:4rem;}}.pathway__image{position:relative;min-height:163px;}.pathway__image .aspect-ratio-frame{--aspect-ratio:0.5;}@media print,screen and (min-width:48.0625em){.pathway__image .aspect-ratio-frame{--aspect-ratio:0.3;}}.pathway__image:before{background:-webkit-gradient(linear,left bottom,left top,from(rgba(51,51,51,0.08)),to(rgba(51,51,51,0.08)));background:linear-gradient(0deg,rgba(51,51,51,0.08) 0%,rgba(51,51,51,0.08) 100%);position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;z-index:1;}.stat-card,.path-card{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.stat-card,.path-card{margin-top:2.5rem;}}.pathway__stat{font-family:Family-Heavy,serif;font-size:4rem;font-weight:600;line-height:1;word-wrap:break-word;}@media print,screen and (min-width:48.0625em){.pathway__stat{font-size:6rem;}}@media print,screen and (min-width:64.0625em){.pathway__stat{font-size:8rem;}}.pathway__stat span{font-family:Family-Light,serif;font-weight:300;font-size:2.5rem;line-height:1;vertical-align:super;margin-left:8px;}@media print,screen and (min-width:48.0625em){.pathway__stat span{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.pathway__stat span{font-size:4rem;}}.pathway__stat-title{font-family:Family-Light,serif;font-weight:300;font-size:2.5rem;line-height:1;vertical-align:super;margin-left:8px;}@media print,screen and (min-width:48.0625em){.pathway__stat-title{font-size:3.5rem;}}@media print,screen and (min-width:64.0625em){.pathway__stat-title{font-size:4rem;}}.pathway__title{font-family:Family-Light,serif;font-size:1.75rem;font-weight:300;line-height:1;}@media print,screen and (min-width:48.0625em){.pathway__title{font-size:2.5rem;}}@media print,screen and (min-width:64.0625em){.pathway__title{font-size:3rem;}}.pathway__title{font-family:"Family-Heavy",serif;}.pathway__title span{font-family:"Family-Light",serif;}p.pathway__description{margin-top:0.5rem;}.pathway__buttons .btn{margin-top:1rem;margin-right:1rem;width:100%;}@media print,screen and (min-width:48.0625em){.pathway__buttons .btn{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.pathway__buttons .btn{margin-right:1.5rem;}}@media print,screen and (min-width:40.0625em){.pathway__buttons .btn{width:auto;}}.profile-section__items .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.profile-section__item{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){.profile-section__item{margin-auto:auto;}}.profile-section__media-title--column{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column{gap:1.5rem;}}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.profile-section__media-title--column .external{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column .external{font-size:1rem;}}.profile-section__media-title--column .external::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.profile-section__media-title--column .external:hover,.profile-section__media-title--column .external:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.profile-section__media-title--column .external:hover::after,.profile-section__media-title--column .external:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.profile-section__media-title--column .external:after{content:"\e09f";}.profile-section__media-title--column .external:hover,.profile-section__media-title--column .external:focus{-webkit-box-shadow:unset;box-shadow:unset;color:#333333;}.profile-section__media-title--column .external:hover::after,.profile-section__media-title--column .external:focus::after{color:#333333;}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column .external{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.profile-section__media-title--column .external{font-size:2rem;}}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column .external::after{font-size:1.25rem;}}.profile-section__media-title--column a{font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;position:relative;}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column a{font-size:1rem;}}.profile-section__media-title--column a::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.profile-section__media-title--column a:hover,.profile-section__media-title--column a:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.profile-section__media-title--column a:hover::after,.profile-section__media-title--column a:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}.profile-section__media-title--column a:after{content:"\e09f";}.profile-section__media-title--column a:hover,.profile-section__media-title--column a:focus{-webkit-box-shadow:unset;box-shadow:unset;color:#333333;}.profile-section__media-title--column a:hover::after,.profile-section__media-title--column a:focus::after{color:#333333;}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column a{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.profile-section__media-title--column a{font-size:2rem;}}.profile-section__media-title--column a::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"\f061";font-weight:300;}@media print,screen and (min-width:48.0625em){.profile-section__media-title--column a::after{font-size:1.25rem;}}.profile-section__media{width:52%;}.profile-section__media img{-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;}@media print,screen and (min-width:48.0625em){.profile-section__media{width:100%;}}.profile-section__media .aspect-ratio-frame{--aspect-ratio:.7;}@media print,screen and (min-width:48.0625em){.profile-section__media .aspect-ratio-frame{--aspect-ratio:.75;}}.profile-section__media.item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#DECCB5;overflow:hidden;-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}@media screen and (min-width:75em){.profile-section__media.item{min-height:12.1875rem;}}.profile-section__media.item img{width:29vw;height:auto;display:block;margin-top:27px;-webkit-box-shadow:unset;box-shadow:unset;}@media screen and (min-width:28.125em){.profile-section__media.item img{height:11.5625rem;width:10.75rem;margin-top:0;}}@media print,screen and (min-width:48.0625em){.profile-section__media.item img{margin-top:5px;height:14.4vw;max-height:13.0625rem;}}@media screen and (min-width:75em){.profile-section__media.item img{margin-top:22px;margin-bottom:-37px;position:relative;}}.profile-section__content{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media print,screen and (min-width:48.0625em){.profile-section__content{width:100%;}}.profile-section__description{border-top:1px solid #DECCB5;margin-top:0.5rem;padding-top:0.5rem;}.profile-section__description p{font-size:0.75rem;font-weight:400;line-height:1.6;}@media print,screen and (min-width:48.0625em){.profile-section__description p{font-size:0.875rem;}}.program-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;margin-right:-1.25rem;margin-left:-1.25rem;display:block;}@media print,screen and (min-width:48.0625em){.program-header__container,.program-listing-item__grid{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media print,screen and (min-width:48.0625em){.program-header__column--program,.program-listing-item__column--program{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--level,.program-listing-item__column--level{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--degree,.program-listing-item__column--degree{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--type,.program-listing-item__column--type{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--location,.program-listing-item__column--location{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--compare,.program-listing-item__column--compare{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}.program-header{display:none;}@media print,screen and (min-width:48.0625em){.program-header{display:block;}}@media print,screen and (min-width:48.0625em){.program-header__container{padding-left:6.25rem;}}.program-listing-item{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:2.5rem;padding-bottom:2.5rem;}}.program-listing-item__column p{font-size:1rem;font-weight:400;line-height:1.6;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-size:1rem;font-weight:400;line-height:1.6;font-size:0.875rem;font-weight:400;line-height:1.6;color:#57068C;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;text-decoration:none;-webkit-transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);transition:box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 0.25s cubic-bezier(0.42,0.08,0.06,0.98);padding-right:12px;display:block;}@media print,screen and (min-width:64.0625em){.program-listing-item__column a{font-size:1.125rem;}}@media print,screen and (min-width:48.0625em){.program-listing-item__column a{font-size:1rem;}}.program-listing-item__column a::after{font-family:"Font Awesome 6 Pro";content:"\f061";font-weight:300;color:#FF5250;display:inline-block;font-size:0.875rem;-webkit-transform:translateX(4px);transform:translateX(4px);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}.program-listing-item__column a:hover,.program-listing-item__column a:focus{-webkit-box-shadow:0 1px 0 #57068C;box-shadow:0 1px 0 #57068C;}.program-listing-item__column a:hover::after,.program-listing-item__column a:focus::after{color:#57068C;-webkit-transform:translateX(12px);transform:translateX(12px);}@media print,screen and (min-width:48.0625em){.program-listing-item__secondary-heading{display:none;}}.program-overview .callout{border-color:#DECCB5;}.program-overview .stat{display:-webkit-box;display:-ms-flexbox;display:flex;}.program-overview .stat span{font-size:2rem;margin-left:0.5rem;margin-top:0.5rem;font-weight:300;font-family:"Perstare",sans-serif;}@media print,screen and (min-width:48.0625em){.program-overview .stat span{font-size:4rem;}}.callout__stat-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.promo-section article{border-top:1px solid #DECCB5;border-bottom:1px solid #DECCB5;max-width:85rem;}.promo-section img{-webkit-box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);box-shadow:0px 8px 32px 0px rgba(51,51,51,0.25);border-radius:8px;max-width:35rem;}.promo-section .no-image img{-webkit-box-shadow:none;box-shadow:none;max-width:22.5rem;-o-object-fit:contain;object-fit:contain;}.promo-section .no-image .aspect-ratio-frame:before{padding:0;}.promo-section .cell + .cell{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.promo-section .cell + .cell{margin-top:0;}}.promo-section--text{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:53.75rem;}.promo-section--text h2{font-family:Family-Light,serif;font-size:1.5rem;font-weight:300;line-height:1;font-family:"Family-Heavy",serif;}@media print,screen and (min-width:48.0625em){.promo-section--text h2{font-size:1.75rem;}}@media print,screen and (min-width:64.0625em){.promo-section--text h2{font-size:2rem;}}.related{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.related{margin-top:2.5rem;}}.separator{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.separator{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.separator{margin-top:6rem;margin-bottom:6rem;}}@media print,screen and (min-width:64.0625em){.separator + .news-section{border-top-width:170px;}}.separator .cell{border-top:1px solid #333333;}.tags ul{list-style:none;margin:0;padding:0;display:inline-block;}.tags li{display:inline-block;}.tags li + li{margin-left:4px;}.tags li:nth-last-child(n+2)::after{content:",";}section + .tags{margin-top:2rem;padding-top:2rem;background-image:linear-gradient(to right,#262626 0,#262626 64px,transparent 64px);background-repeat:no-repeat;background-size:100% 1px;}.testimonial blockquote::before{content:"";}.testimonial blockquote p:before{content:"“";}.testimonial blockquote p:after{content:"”";}.testimonial__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.testimonial__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.testimonial__media{-webkit-box-flex:1;-ms-flex:1;flex:1;}.testimonial__content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.print-only{display:none !important;}@media print{@page{margin:1cm;}*{color:#000 !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important;}abbr[title]::after{content:" (" attr(title) ")";display:inline-block;}a,a:visited{text-decoration:underline;}pre,blockquote{border:1px solid #999999;page-break-inside:avoid;padding:0.5rem 8px;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{display:block;max-width:100% !important;}video{display:none;width:0 !important;height:0 !important;overflow:hidden !important;line-height:0pt !important;white-space:nowrap;}h1,h2,h3,h4,h5,h6{margin-top:0;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.hide-on-print{display:none !important;}.print-only{display:block !important;}.hide-for-print{display:none !important;}.show-for-print{display:inherit !important;}}@media print,screen and (min-width:48.0625em){#calendar_first .calendar{max-width:360px;}}#calendar_first .calendar,#calendar_first .calendar_content,#calendar_first .calendar_weekdays{max-width:450px;}#calendar_first .calendar{font-weight:400;margin:auto;}.view-calendar-event #calendar_first .calendar_header{background-color:transparent;border-bottom:none;padding:0;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:100%;text-align:center;}div.view-calendar-event div.view-content{padding-top:2rem;padding-left:4rem;}#calendar_first .calendar_content{overflow:visible;}#calendar_first .calendar_content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#calendar_first .calendar_content{background:#fff;height:168px;}#calendar_first .calendar_weekdays{background:#4d2a69;}#calendar_first .calendar_content,#calendar_first .calendar_header,#calendar_first .calendar_weekdays{position:relative;overflow:hidden;}.view-calendar-event #calendar_first .calendar_weekdays{background-color:#F3EEE0;display:-webkit-box;display:-ms-flexbox;display:flex;height:2.375rem;}#calendar_first button.switch-month.switch-left{width:51px;}#calendar_first button.switch-month.switch-left{border-top-left-radius:0.5rem;width:64px;}#calendar_first button.switch-month{color:#ffffff;}#calendar_first button.switch-month{padding-top:7px;padding-bottom:8px;}#calendar_first button.switch-month{border-top:1px solid #DECCB5;background-color:#330662;}#calendar_first button.switch-month{background-color:transparent;padding:0;outline:none;border:none;color:#dcdcdc;float:left;width:15%;-webkit-transition:color 0.2s;transition:color 0.2s;}#calendar_first button.switch-month{background-color:transparent;padding:0;outline:none;border:none;color:#dcdcdc;float:left;width:15%;-webkit-transition:color 0.2s;transition:color 0.2s;}#calendar_first h2{margin:0;color:#000000;-webkit-box-flex:1;-ms-flex:1;flex:1;}#calendar_first button.switch-month.switch-right{width:52px;}#calendar_first button.switch-month.switch-right{border-top-right-radius:0.5rem;width:64px;}#calendar_first button.switch-month{color:#ffffff;}#calendar_first button.switch-month{padding-top:7px;padding-bottom:8px;}#calendar_first button.switch-month{border-top:1px solid #DECCB5;background-color:#330662;}#calendar_first .calendar_weekdays > div{border-bottom:none;}#calendar_first{font-weight:400;}#calendar_first .calendar_content div,#calendar_first .calendar_weekdays div{width:14.28571%;text-align:center;background-color:transparent;color:#4d2a69;font-size:15px;padding:0;padding-top:1.5%;}#calendar_first .calendar_weekdays div{display:inline-block;padding-top:1.5%;}#event_search_form input{width:100%;}.calendar-view-medium-4{width:calc(33.3333333333% - 2.5rem);}.calendar-view-medium-4 p{margin:0;font-size:16px;}.calendar-view-medium-8{width:calc(66.6666666666% - 2.5rem);padding-left:2%;}.calendar-view-cell{border-bottom:1px solid #DECCB5;padding-bottom:1.5rem;padding-top:1.5rem;padding-right:20px;}.calendar-view-cell h3{margin:0px;}.calendar-view-cell a{text-decoration:none;}#calendar_first .calendar_header button .fa{font-size:1.5rem;}.date_range i{font-size:16px;}#calendar_first div.calendar_header h2{font-family:perstare,sans serif !important;text-transform:uppercase;}#calendar_first div.calendar_weekdays div{font-family:perstare,sans serif !important;}#calendar_first .calendar_content div.today{color:white !important;background-color:rgb(51,6,98);}@media print,screen and (min-width:48.0625em){.grid-container #block-nyu-law-librarysearch{width:100%;}.grid-container div.block{width:25%;}.mini-calendar-container div.block{margin-right:20px;}.grid-container div.block.block-nyulaw-faculty-listing-block{width:70%;}.grid-container div.event-calendar__search-column{width:70%;}}@media print,screen and (max-width:48.0625em){.view_by a{padding:1rem 1.5rem !important;}#calendar_first .calendar_header h2{padding-top:0.64rem;padding-bottom:0.645rem;}.calendar-view-medium-4{width:100%;}.calendar-view-medium-4 p{margin:0;font-size:16px;}.calendar-view-medium-8{width:100%;padding-left:0%;}}.event-description{padding-top:48px;padding-bottom:48px;}.calendar_address_list,.calendar_address_list_child,.calendar_address_list_child_link{padding-left:0px !important;width:100%;}li.calendar_address_list_child_link{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;margin-top:0rem !important;}.view-empty{margin:88px;font-size:1.5rem;}.page--calendar-event .grid-container h1{font-size:48px;}.page--calendar-event .grid-container h2{font-size:2.5rem;}.event-is-a-past-event{font-size:18px;margin-top:1%;}.ais-SearchBox-submit{display:none;}.ais-SearchBox-reset{display:none;}.cal_search_page_filter_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row-reverse;flex-direction:row;}@media (min-width:320px) and (max-width:640px){.page--calendar-event .grid-container h2{font-size:1.5rem;}div.view-calendar-event div.view-content{padding-top:2rem;padding-left:2rem;}}#calendar_first h2{margin:0;color:#000000;-webkit-box-flex:1;-ms-flex:1;flex:1;}#calendar_first .calendar_header{background-color:transparent;border-bottom:none;padding:0;}#calendar_first .calendar_weekdays{background-color:#F3EEE0;display:-webkit-box;display:-ms-flexbox;display:flex;height:2.375rem;}#calendar_first .calendar_weekdays div{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;}#calendar_first .calendar_weekdays div + div{border-left:none;}#calendar_first .calendar_weekdays > div{color:#000000 !important;font-size:0.75rem;font-weight:400;line-height:1.6;font-weight:700;}@media print,screen and (min-width:48.0625em){#calendar_first .calendar_weekdays > div{font-size:0.875rem;}.calendar-hp-container .grid-margin-x .medium-3{width:calc(25% - 2.5rem);}.calendar-hp-container .grid-margin-x .cell{margin-left:1.25rem;margin-right:1.25rem;}}#calendar_first{width:unset;}#calendar_first button.switch-month{background-color:#330662;}@media print,screen and (min-width:48.0625em){#calendar_first button.switch-month{padding-top:7px;padding-bottom:8px;}}#calendar_first button.switch-month.switch-left{border-top-left-radius:0.5rem;width:64px;height:40.7px;}@media print,screen and (min-width:64.0625em){#calendar_first button.switch-month.switch-left{width:51px;height:40.7px;}}#calendar_first button.switch-month.switch-right{border-top-right-radius:0.5rem;width:64px;height:40.7px;}@media print,screen and (min-width:64.0625em){#calendar_first button.switch-month.switch-right{width:52px;height:40.7px;}}#calendar_first .calendar_header h2{padding:0 10px;color:#fff;float:left;width:70%;white-space:nowrap;height:40.7px;padding-top:0.54375rem;padding-bottom:0.54375rem;border-top:1px solid #DECCB5;font-size:0.75rem;font-weight:400;line-height:1.6;background-color:#330662;}@media print,screen and (min-width:48.0625em){#calendar_first .calendar_header h2{font-size:0.875rem;}}#calendar_first button.switch-month{color:#ffffff;}#calendar_first .calendar_header button .fa::before{font-size:1.1875rem;font-weight:300;}#calendar_first .calendar_content{overflow:visible;}#calendar_first .calendar_content div{font-size:0.75rem;font-weight:400;line-height:1.6;font-weight:700;border-color:#DECCB5;}@media print,screen and (min-width:48.0625em){#calendar_first .calendar_content div{font-size:0.875rem;}}#calendar_first .calendar_content div:hover{background-color:#330662;color:#ffffff;}#calendar_first .calendar_content .blank{pointer-events:none;}#calendar_first .calendar_content .blank:hover{background-color:unset;color:unset;}#calendar_first .calendar_content div + div{border-left:unset;}#calendar_first .calendar_content div:nth-child(n+36){display:none;}#calendar_first .calendar_content div:nth-child(35){border-bottom-right-radius:0.5rem;}#calendar_first .calendar_content div:nth-child(29){border-bottom-left-radius:0.5rem;}#calendar_first .calendar_content div.today:after{top:0;-webkit-transform:unset;transform:unset;width:unset;height:unset;border-radius:0;}.view-calendar_nav{position:relative;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.calendar_prev_next{width:calc(100% + 44px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:4px;left:-21px;}@media print,screen and (min-width:48.0625em){.calendar_prev_next{top:0.6875rem;left:-1.45rem;}}@media print,screen and (min-width:64.0625em){.calendar_prev_next{top:1rem;}}.view-calendar_view_by{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.view-calendar_view_by{margin-top:1.5rem;}}#block-nyu-law-examannouncements{width:100%;margin-bottom:65px;}.c-exam-announcements{padding:15px 30px 30px 30px;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-right-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:40px !important;}#block-nyu-law-examannouncements.c-exam-announcements div.content a{font-size:1.8rem;text-decoration:underline;}#block-nyu-law-examannouncements.c-exam-announcements div.content ul{list-style:disc;margin:20px 0 40px 51px;}.faint-green-bg{background-color:#cfdad4;}.student-footer-group{padding-top:40px;}#etform #calcbtn{margin-top:20px;}.block.block-nyulaw-faculty-listing-block ul{list-style:none !important;margin:0 !important;}.block.block-nyulaw-faculty-listing-block ul li{padding-left:0rem;}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member{margin-bottom:35px;font-weight:400;}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member img.faculty-thumbnail{float:left;margin-right:20px;}@media (min-width:320px) and (max-width:946px){.block.block-nyulaw-faculty-listing-block ul li article.faculty-member img.faculty-thumbnail{margin-right:10px;width:75px;}}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member a{font-size:1.6rem;}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member .faculty-title{font-style:italic;line-height:24px;font-weight:400;overflow:hidden;}.block.block-nyulaw-faculty-listing-block ul{list-style:none !important;margin:0 !important;}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member{margin-bottom:35px;font-weight:400;}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member img.faculty-thumbnail{float:left;margin-right:20px;}@media (min-width:320px) and (max-width:946px){.block.block-nyulaw-faculty-listing-block ul li article.faculty-member img.faculty-thumbnail{margin-right:10px;width:75px;}}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member a{font-size:1rem;}.block.block-nyulaw-faculty-listing-block ul li article.faculty-member .faculty-title{font-style:italic;line-height:24px;font-weight:400;overflow:hidden;}@media (min-width:320px) and (max-width:640px){.FoF-main-content{padding-left:7%;padding-top:5%;padding-bottom:5%;}}@media (min-width:641px){.FoF-main-content{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;padding-bottom:3%;}.FoF-main-content-break{padding-bottom:20%;}.login-button{display:block;float:right;padding:10px 10px;background-color:#533e73;color:#fff;border-radius:4px;float:left;font-family:MiloWeb,arial,sans-serif;font-weight:400;text-decoration:none;}}@media screen and (min-width:90.0625em){.FoF-main-content-container{margin-left:-140px;}.login-button{display:block;float:right;padding:10px 10px;background-color:#533e73;color:#fff;border-radius:4px;float:left;font-family:MiloWeb,arial,sans-serif;font-weight:400;margin-left:-140px;text-decoration:none;}}
