/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,0.006) 8.1%,hsla(0deg,0%,0%,0.021) 15.5%,hsla(0deg,0%,0%,0.046) 22.5%,hsla(0deg,0%,0%,0.077) 29%,hsla(0deg,0%,0%,0.114) 35.3%,hsla(0deg,0%,0%,0.155) 41.2%,hsla(0deg,0%,0%,0.198) 47.1%,hsla(0deg,0%,0%,0.242) 52.9%,hsla(0deg,0%,0%,0.285) 58.8%,hsla(0deg,0%,0%,0.326) 64.7%,hsla(0deg,0%,0%,0.363) 71%,hsla(0deg,0%,0%,0.394) 77.5%,hsla(0deg,0%,0%,0.419) 84.5%,hsla(0deg,0%,0%,0.434) 91.9%,hsla(0deg,0%,0%,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.global-spacing--5xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--5xlarge{margin-top:6.25rem}}@media print,screen and (min-width:64.0625em){.global-spacing--5xlarge{margin-top:9.375rem}}.global-spacing--4xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--4xlarge{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--4xlarge{margin-top:7.5rem}}.global-spacing--3xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--3xlarge{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--3xlarge{margin-top:6.25rem}}.global-spacing--2xlarge{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--2xlarge{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--2xlarge{margin-top:5rem}}.global-spacing--2xlarge-alt{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--2xlarge-alt{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--2xlarge-alt{margin-top:5rem}}.global-spacing--xlarge{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--xlarge{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--xlarge{margin-top:3.75rem}}.global-spacing--large{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--large{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--large{margin-top:3.125rem}}.global-spacing--default-alt{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--default-alt{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-spacing--default-alt{margin-top:2.5rem}}.global-spacing--default{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--default{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--default{margin-top:2.5rem}}.global-spacing--medium{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--medium{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-spacing--medium{margin-top:1.875rem}}.global-spacing--small{margin-top:1.25rem}.global-spacing--xsmall{margin-top:0.9375rem}.global-spacing--2xsmall{margin-top:0.625rem}.global-spacing--3xsmall{margin-top:0.3125rem}.global-padding--5xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--5xlarge{padding-top:6.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--5xlarge{padding-top:9.375rem}}@media print,screen and (min-width:48.0625em){.global-padding--5xlarge{padding-bottom:6.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--5xlarge{padding-bottom:9.375rem}}.global-padding--4xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-top:7.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-bottom:7.5rem}}.global-padding--3xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-top:6.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-bottom:6.25rem}}.global-padding--2xlarge{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-bottom:5rem}}.global-padding--2xlarge-alt{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge-alt{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge-alt{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge-alt{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge-alt{padding-bottom:5rem}}.global-padding--xlarge{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--xlarge{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--xlarge{padding-top:3.75rem}}@media print,screen and (min-width:48.0625em){.global-padding--xlarge{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--xlarge{padding-bottom:3.75rem}}.global-padding--large{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--large{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--large{padding-bottom:3.125rem}}.global-padding--default-alt{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--default-alt{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--default-alt{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--default-alt{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--default-alt{padding-bottom:2.5rem}}.global-padding--default{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--default{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--default{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--default{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--default{padding-bottom:2.5rem}}.global-padding--medium{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--medium{padding-top:1.875rem}}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--medium{padding-bottom:1.875rem}}.global-padding--small{padding-top:1.25rem;padding-bottom:1.25rem}.global-padding--xsmall{padding-top:0.9375rem;padding-bottom:0.9375rem}.global-padding--2xsmall{padding-top:0.625rem;padding-bottom:0.625rem}.global-padding--3xsmall{padding-top:0.3125rem;padding-bottom:0.3125rem}.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}}: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:""}}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}@font-face{font-family:mallory;src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-ExtraLight.ttf) format("truetype");font-style:normal;font-weight:100;font-display:swap}@font-face{font-family:mallory;src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-Book.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-Book.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:mallory;src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-BookItalic.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-BookItalic.woff2) format("woff2");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:mallory;src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-Bold.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory/Mallory-Bold.woff2) format("woff2");font-style:normal;font-weight:bold;font-display:swap}@font-face{font-family:mallory-compact;src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-Medium.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-Medium.woff2) format("woff2");font-style:normal;font-weight:bold;font-display:swap}@font-face{font-family:mallory-compact;src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-MediumItalic.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-MediumItalic.woff2) format("woff2");font-style:italic;font-weight:bold;font-display:swap}@font-face{font-family:mallory-compact-light;src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-Light.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-Light.woff2) format("woff2");font-style:normal;font-display:swap}@font-face{font-family:mallory-compact-light;src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-LightItalic.woff) format("woff");src:url(/themes/custom/research_yale/assets/fonts/mallory-compact/MalloryCmpct-LightItalic.woff2) format("woff2");font-style:normal;font-style:italic;font-display:swap}@font-face{font-family:yale;src:url(/themes/custom/research_yale/assets/fonts/yalenew/YaleNew-Roman.otf) format("opentype");font-style:normal;font-display:swap}@font-face{font-family:yale;src:url(/themes/custom/research_yale/assets/fonts/yalenew/YaleNew-Italic.otf) format("opentype");font-style:italic;font-display:swap}@font-face{font-family:yale;src:url(/themes/custom/research_yale/assets/fonts/yalenew/YaleNew-Bold.otf) format("opentype");font-style:normal;font-weight:bold;font-display:swap}@font-face{font-family:yale;src:url(/themes/custom/research_yale/assets/fonts/yalenew/YaleNew-BoldItalic.otf) format("opentype");font-style:italic;font-weight:bold;font-display:swap}:root{font-size:16px}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;color:#222;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:16px}.page{overflow:hidden}main{display:block}.main-content>article>section:last-child:not(.section-navigation){padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.main-content>article>section:last-child:not(.section-navigation){padding-bottom:6.25rem}}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:auto;height:auto;padding:10px;color:#fff;background:#000;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-size:22px;font-weight:700}button{cursor:pointer;font-size:1rem}iframe{max-width:100%}img{max-width:100%;height:auto}dl,pre{margin:0;padding:0}.clearfix::before,.clearfix::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.clearfix::after{clear:both}.show-for-sr,.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.dark-bg,.medium-bg,.primary-bg,.gradient-bg--dark{color:#fff}.dark-bg{background-color:#031b3d}.light-bg{background-color:#fff}.gray-bg{background-color:#f8f8f8}.medium-bg{background-color:#113567}.primary-bg{background-color:#013e7c}.gradient-bg--dark{background:linear-gradient(136.75deg,#031B3D 2.86%,#020C1B 76.45%)}.gradient-bg--light{background:-webkit-gradient(linear,left top,right top,from(#F6F6F6),to(#FFFFFF));background:linear-gradient(90deg,#F6F6F6 0%,#FFFFFF 100%)}.section-wrapper{padding-top:2.5rem;padding-bottom:2.5rem;padding-right:1.25rem;padding-left:1.25rem;max-width:1320px;margin-left:auto;margin-right:auto}@media print,screen and (min-width:48.0625em){.section-wrapper{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.section-wrapper{padding-top:3.75rem;padding-bottom:3.75rem}}.drop-shadow{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.15);box-shadow:0 0 6px 0 rgba(0,0,0,.15)}.bg-color--core,.btn.bg-color--core{background-color:#e7da99;border-color:#e7da99;color:#222}.bg-color--instrument,.btn.bg-color--instrument{background-color:#7ab7ff;border-color:#7ab7ff;color:#222}.bg-color--services,.btn.bg-color--services{background-color:#b0dddd;border-color:#b0dddd;color:#222}.flex-to-bottom{-ms-flex-item-align:end;align-self:end}div.anchor{display:block;position:relative;visibility:hidden}.toolbar-fixed div.anchor{top:-180px}.toolbar-horizontal.toolbar-tray-open div.anchor{top:-228px}.collapsed~section div.anchor{top:-72px}.toolbar-fixed .collapsed~section div.anchor{top:-111px}.toolbar-horizontal.toolbar-tray-open .collapsed~section div.anchor{top:-150px}.publish-date,.results-count{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex}.publish-date::before{color:#c1b36d;font-family:"Font Awesome 6 Pro";content:"";font-weight:300}.swiper-button-disabled{display:none}h3 a{-webkit-box-shadow:inset 0px -1px 0px 0px #c1b36d;box-shadow:inset 0px -1px 0px 0px #c1b36d;padding-bottom:.125rem;text-decoration:none}h3 a:after{font-size:1.25rem;margin-left:8px;vertical-align:baseline}h3 a:hover{-webkit-box-shadow:inset 0px -1px 0px 0px #286dc0;box-shadow:inset 0px -1px 0px 0px #286dc0}.elf-external,.link-external,.external{position:relative}.elf-external.btn::after,.link-external.btn::after,.external.btn::after{color:#fff;font-size:1rem}.elf-external:after,.link-external:after,.external:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#c1b36d;content:"";display:inline-block;font-size:.75rem;font-weight:100;margin-left:5px;vertical-align:middle}p>.elf-external:after,p>.link-external:after,p>.external:after{margin-right:.3125rem}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:.9375rem 1.25rem;border-width:.0625em;border-style:solid;border-color:inherit;border-radius:0;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;color:#013e7c}@media print,screen and (min-width:48.0625em){[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{margin-bottom:1.875rem}}[type=text]:not(.button):not(button),[type=password]:not(.button):not(button),[type=date]:not(.button):not(button),[type=datetime]:not(.button):not(button),[type=datetime-local]:not(.button):not(button),[type=month]:not(.button):not(button),[type=week]:not(.button):not(button),[type=email]:not(.button):not(button),[type=number]:not(.button):not(button),[type=search]:not(.button):not(button),[type=tel]:not(.button):not(button),[type=time]:not(.button):not(button),[type=url]:not(.button):not(button),[type=color]:not(.button):not(button),[type=file]:not(.button):not(button),[type=image]:not(.button):not(button),[type=submit]:not(.button):not(button),button:not(.button):not(button),textarea:not(.button):not(button),select:not(.button):not(button),fieldset:not(.button):not(button){width:100%}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,[type=file]:focus,[type=image]:focus,[type=submit]:focus,button:focus,textarea:focus,select:focus,fieldset:focus{outline:1px solid #286dc0}@media print,screen and (min-width:48.0625em){[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{padding:1.75rem 1.875rem}}select{border-color:#aaa;color:#222;text-transform:none;background:#fff;color:#013e7c;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='$gray--dark' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.125974 1.11445L0.380605 0.859817C0.549162 0.691259 0.821724 0.691259 0.990282 0.859817L7.99798 7.87111L15.0093 0.859817C15.1778 0.691259 15.4504 0.691259 15.619 0.859817L15.8736 1.11445C16.0421 1.283 16.0421 1.55557 15.8736 1.72412L8.30641 9.29488C8.13785 9.46344 7.86529 9.46344 7.69673 9.29488L0.129561 1.72412C-0.0425833 1.55557 -0.0425835 1.283 0.125974 1.11445Z' fill='%23CC0000'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:calc(100% - 1.425rem) 50%;background-size:1rem}select:hover:not(:disabled){border-color:#286dc0}select:focus:not(:disabled){border-color:#b0dddd}fieldset{display:block;border-color:#aaa;color:#222;text-transform:none;background:#fff;margin:0;border-width:.0625em;border-style:solid;border-color:inherit}fieldset:hover:not(:disabled){border-color:#286dc0}fieldset:focus:not(:disabled){border-color:#b0dddd}button,[type=submit]{border-color:#286dc0;color:#fff;background:#286dc0;margin:0;cursor:pointer}button::before,button::after,[type=submit]::before,[type=submit]::after{color:#fff}button:hover,[type=submit]:hover{color:#fff;border-color:#013e7c;background:#013e7c}button:hover::before,button:hover::after,[type=submit]:hover::before,[type=submit]:hover::after{color:#fff}.primary-bg button:hover,.medium-bg button:hover,.dark-bg button:hover,.gradient-bg--dark button:hover,.primary-bg [type=submit]:hover,.medium-bg [type=submit]:hover,.dark-bg [type=submit]:hover,.gradient-bg--dark [type=submit]:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}button:focus,[type=submit]:focus{color:#286dc0;border-color:#286dc0;background:#fff}button:focus::before,button:focus::after,[type=submit]:focus::before,[type=submit]:focus::after{color:#286dc0}.primary-bg button:focus,.medium-bg button:focus,.dark-bg button:focus,.gradient-bg--dark button:focus,.primary-bg [type=submit]:focus,.medium-bg [type=submit]:focus,.dark-bg [type=submit]:focus,.gradient-bg--dark [type=submit]:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg button:focus::before,.primary-bg button:focus::after,.medium-bg button:focus::before,.medium-bg button:focus::after,.dark-bg button:focus::before,.dark-bg button:focus::after,.gradient-bg--dark button:focus::before,.gradient-bg--dark button:focus::after,.primary-bg [type=submit]:focus::before,.primary-bg [type=submit]:focus::after,.medium-bg [type=submit]:focus::before,.medium-bg [type=submit]:focus::after,.dark-bg [type=submit]:focus::before,.dark-bg [type=submit]:focus::after,.gradient-bg--dark [type=submit]:focus::before,.gradient-bg--dark [type=submit]:focus::after{color:#fff}button+[type=submit]{margin-top:.625rem}label{display:block;font-size:.875rem;margin-bottom:.9375rem;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:700}[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:#aaa;color:#222;text-transform:none;background:#fff;margin:0;color:#013e7c}[type=text]:hover:not(:disabled),[type=password]:hover:not(:disabled),[type=date]:hover:not(:disabled),[type=datetime]:hover:not(:disabled),[type=datetime-local]:hover:not(:disabled),[type=month]:hover:not(:disabled),[type=week]:hover:not(:disabled),[type=email]:hover:not(:disabled),[type=number]:hover:not(:disabled),[type=search]:hover:not(:disabled),[type=tel]:hover:not(:disabled),[type=time]:hover:not(:disabled),[type=url]:hover:not(:disabled),[type=color]:hover:not(:disabled),[type=file]:hover:not(:disabled),[type=image]:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#286dc0}[type=text]:focus: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:#b0dddd}[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:#555}[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:#555}[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:#555}[type=checkbox],[type=radio]{margin:0;cursor:pointer}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:1em 0 1em .25em;cursor:pointer;vertical-align:middle;color:#222}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,select:disabled,textarea:disabled{background-color:#a6a6a6;color:#222}[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:#d13176;-webkit-box-shadow:0 0 0 .0625em #d13176;box-shadow:0 0 0 .0625em #d13176}.form-submit{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:.9375rem;padding:.9375rem 1.25rem;border-color:#286dc0;color:#fff;background:#286dc0;margin:0}.form-submit:hover,.form-submit:focus{text-decoration:none;outline:none}.form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.form-submit::before,.form-submit::after{color:#fff}.form-submit:hover{color:#fff;border-color:#013e7c;background:#013e7c}.form-submit:hover::before,.form-submit:hover::after{color:#fff}.primary-bg .form-submit:hover,.medium-bg .form-submit:hover,.dark-bg .form-submit:hover,.gradient-bg--dark .form-submit:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.form-submit:focus{color:#286dc0;border-color:#286dc0;background:#fff}.form-submit:focus::before,.form-submit:focus::after{color:#286dc0}.primary-bg .form-submit:focus,.medium-bg .form-submit:focus,.dark-bg .form-submit:focus,.gradient-bg--dark .form-submit:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .form-submit:focus::before,.primary-bg .form-submit:focus::after,.medium-bg .form-submit:focus::before,.medium-bg .form-submit:focus::after,.dark-bg .form-submit:focus::before,.dark-bg .form-submit:focus::after,.gradient-bg--dark .form-submit:focus::before,.gradient-bg--dark .form-submit:focus::after{color:#fff}.form-item+.js-form-item{margin-top:1rem}.views-exposed-form .listing__form__submit-container{position:relative}.views-exposed-form .btn{margin:0;padding:.75rem 1.25rem}.views-exposed-form .grid-x+.grid-x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.views-exposed-form .grid-x+.grid-x{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.views-exposed-form .grid-x+.grid-x{margin-top:2.5rem}}.views-exposed-form .form-submit{height:100%}.views-exposed-form .form-submit::before{content:"";font-family:"Font Awesome 6 Pro";font-weight:100;margin-right:.75rem}.views-exposed-form .form-submit:hover{background-color:#013e7c;border-color:#013e7c}@media print,screen and (max-width:48.06125em){.views-exposed-form .btn{margin-top:.3125rem}.views-exposed-form .grid-x{row-gap:.625rem}}@media print,screen and (min-width:48.0625em){.views-exposed-form .btn{padding:25px 30px}.views-exposed-form .form-text{width:calc(100% - 9rem)}.views-exposed-form .title-area--search .form-text{margin:0;padding:1.75rem 1.875rem}.views-exposed-form .form-actions{position:absolute;right:0;bottom:0}}.form-item [type=checkbox]{display:none}.form-item [type=checkbox]:checked+label::after{border-style:solid;border-color:#000;border-width:0 2px 2px 0;content:"";height:.6rem;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.3em;top:.5rem;left:.425rem}.form-item label{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;margin:0;position:relative}@media print,screen and (min-width:48.0625em){.form-item label{margin-bottom:1.875rem}}.form-item a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;display:none;margin:0;text-decoration:none}@media print,screen and (min-width:48.0625em){.form-item a{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.form-item a{margin:0}}table{margin-bottom:2.5rem;border-collapse:collapse;border-top:1px solid #ccc;text-align:left}table[align=left]{float:none}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:2em}}table[align=right]{float:none}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:2em}}thead,tbody{vertical-align:top}thead{border-right:1px solid #ccc;border-left:1px solid #ccc;color:#fff}thead th{background:#113567}tbody{border-top:0;border-left:1px solid #ccc}tr{border-bottom:1px solid #ccc}tr:nth-child(even){background-color:#f8f8f8}th{color:#fff;border-right:1px solid #ccc;border-bottom:0;background:#113567;font-weight:bold;padding:1em}td{padding:1em;border-right:1px solid #ccc}@media print,screen and (max-width:64.06125em){.ck-content,.mobile-table{margin-bottom:2.5rem}.ck-content--scroll,.mobile-table--scroll{overflow-y:scroll}}.ck-content,.mobile-table{padding:1px 0}.ck-content table,.mobile-table table{-webkit-box-shadow:none;box-shadow:none;min-width:100%}.ck-content--scroll,.mobile-table--scroll{overflow-y:scroll;-webkit-transition:-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97),-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-box-shadow:-100px 0 20px -50px rgba(255,255,255,.98) inset;box-shadow:-100px 0 20px -50px rgba(255,255,255,.98) inset;margin-right:-1.25rem}.ck-content--scroll.scrolled,.mobile-table--scroll.scrolled{-webkit-box-shadow:none;box-shadow:none}.ck-content--scroll.scrolled table,.mobile-table--scroll.scrolled table{z-index:1}.ck-content--scroll table,.mobile-table--scroll table{position:relative;z-index:-1}.ck-content .table.ck-widget{width:100% !important}h1,.h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:3rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:4rem}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:5.5rem}}h2,.h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:3rem}}h3,.h3{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:100;line-height:1.1;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:2.125rem;margin-bottom:0}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2.25rem}}h4,.h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.625rem}}h5,.h5{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.25rem;letter-spacing:0}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.375rem}}h6,.h6{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.125rem}}p,.p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){p,.p{margin-bottom:1.875rem}}.eyebrow{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.8125rem;font-weight:bold;letter-spacing:2px;line-height:1.25rem;text-transform:uppercase}a{color:#013e7c;text-decoration:underline;-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d;text-underline-offset:6px}a:hover{-webkit-text-decoration-color:#286dc0;text-decoration-color:#286dc0}.primary-bg a,.medium-bg a,.dark-bg a,.gradient-bg--dark a{color:#fff;-webkit-text-decoration-color:#e7da99;text-decoration-color:#e7da99}.primary-bg a:hover,.medium-bg a:hover,.dark-bg a:hover,.gradient-bg--dark a:hover{color:#f8f8f8;-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d}em{font-style:italic}b,strong{font-weight:700;letter-spacing:0.25px}blockquote{padding-top:1.25rem;padding-bottom:1.25rem;margin-right:0;margin-left:1.5rem;position:relative}@media print,screen and (min-width:48.0625em){blockquote{padding-top:1.875rem;padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){blockquote{padding-top:1.875rem;padding-bottom:1.875rem}}blockquote p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:100;line-height:1.55;border-left:3px solid #f8f8f8;max-width:38.25rem;padding-left:1.25rem}@media print,screen and (min-width:64.0625em){blockquote p{font-size:1.875rem}}blockquote::before{background:#fff;content:"“";color:#286dc0;display:block;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:100px;font-weight:400;line-height:.8;max-height:40px;padding-bottom:20px;position:absolute;top:.5rem;left:-2rem}@media print,screen and (min-width:48.0625em){blockquote{margin-left:2.5rem}blockquote p{padding-left:1.875rem}blockquote::before{top:1.25rem;font-size:140px;top:0;left:-2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){blockquote::before{top:1.875rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){blockquote::before{top:1.875rem}}ol,ul,li{margin:0;padding:0}.ck-content li,.wysiwyg li{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.ck-content li,.wysiwyg li{margin-bottom:1.875rem}}ol{margin-top:1.25rem;padding-left:0;list-style:none;counter-reset:li}@media print,screen and (min-width:48.0625em){ol{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){ol{margin-top:1.875rem}}ol>li{position:relative;padding-left:1.875rem;counter-increment:li}ol>li li,ol>li li:first-child{margin-top:0.625rem}ol>li::before{color:#286dc0;content:counter(li) ".";display:inline-block;font-weight:700;position:absolute;top:0;left:0}.ck-content ul>li,.wysiwyg ul>li,.section--wysiwyg ul>li{position:relative;padding-left:.9375rem;list-style:none}.ck-content ul>li::before,.wysiwyg ul>li::before,.section--wysiwyg ul>li::before{background:#286dc0;border-radius:50%;content:"";display:block;height:3px;position:absolute;width:3px;top:.875rem;left:0}.stat{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-weight:400;font-size:4.5rem;line-height:1.1}@media print,screen and (min-width:48.0625em){.stat{font-size:5.625rem}}.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif}.list--comma-separate li{display:inline-block}.list--comma-separate li:not(:last-child){margin-right:.25em}.list--comma-separate li:nth-last-child(n+2)::after{content:","}.text-margin-reset h1,.text-margin-reset p,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset span{margin:0}.media--blazy{position:static}.video-play-button{position:absolute;z-index:4;bottom:2.5rem;right:2.5rem;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.video-play-button::after{content:"";color:#fff;font-family:"Font Awesome 6 Pro";font-size:2.6875rem;font-weight:300}.video-playing .video-play-button::after{content:""}.play-button{background-color:#031b3d;color:#fff;height:3.75rem;pointer-events:none;position:absolute;width:3.75rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}a:hover .play-button,a:focus .play-button{color:#286dc0}.play-button::before{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";display:block;font-size:1.25rem;font-weight:100;line-height:3.75rem;text-align:center}@media print,screen and (min-width:48.0625em){.play-button::before{font-size:3.125rem;line-height:7.625rem}}@media print,screen and (min-width:48.0625em){.play-button{height:7.625rem;width:7.625rem}}.ck-content .responsive-video-iframe,.wysiwyg .responsive-video-iframe{position:relative}.ck-content .responsive-video-iframe::before,.wysiwyg .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625 * 100%);content:""}.ck-content .responsive-video-iframe iframe,.wysiwyg .responsive-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.ck-content .responsive-video-iframe iframe,.wysiwyg .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset}.ck-content .align-center .responsive-video-iframe,.wysiwyg .align-center .responsive-video-iframe{min-width:100%}.ck-content .align-left .responsive-video-iframe,.ck-content .align-right .responsive-video-iframe,.wysiwyg .align-left .responsive-video-iframe,.wysiwyg .align-right .responsive-video-iframe{min-width:300px}.intro-text{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;letter-spacing:0.25px;line-height:1.6;margin-bottom:0}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.375rem;letter-spacing:0.5px}}.align-right,.obj-right{float:none;margin:1.25rem 0}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{float:right;margin:2.5rem 0 1.25rem 1.25rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin:3.125rem 0 1.875rem 1.875rem}}.align-right img,.obj-right img{display:block}.align-left,.obj-left{float:none;margin:1.875rem 0}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{float:left;margin:2.5rem 1.25rem 1.25rem 0}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin:3.125rem 1.875rem 1.875rem 0}}.align-left img,.obj-left img{display:block}.align-center,.obj-center{display:table;margin:1.25rem auto}.align-center img,.obj-center img{display:block}[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,[data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%}article.align-center,figure.align-center{width:100%}article.align-center img,figure.align-center img{margin-right:auto;margin-left:auto;width:100%}figure.align-right,figure.alignright,figure.obj-right,figure.align-left,figure.alignleft,figure.obj-left,figure.align-center,figure.obj-center,.align-center,.obj-center{display:table}figure.align-right figcaption,figure.alignright figcaption,figure.obj-right figcaption,figure.align-left figcaption,figure.alignleft figcaption,figure.obj-left figcaption,figure.align-center figcaption,figure.obj-center figcaption,.align-center figcaption,.obj-center figcaption{display:table-caption}figure.align-right.responsive-video-iframe,figure.alignright.responsive-video-iframe,figure.obj-right.responsive-video-iframe,figure.align-left.responsive-video-iframe,figure.alignleft.responsive-video-iframe,figure.obj-left.responsive-video-iframe,figure.align-center.responsive-video-iframe,figure.obj-center.responsive-video-iframe,.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{min-width:40%}figure.align-right,figure.alignright,figure.obj-right,figure.align-left,figure.alignleft,figure.obj-left{margin-top:1.875rem}figcaption{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:5px solid #f8f8f8;caption-side:bottom;color:#222;margin-top:.625rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){figcaption{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){figcaption{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){figcaption{padding-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){figcaption{margin-bottom:0}}@media print,screen and (min-width:48.0625em){figure.align-left figcaption,figure.align-right figcaption{border-bottom-style:none;padding-bottom:0}}.ck-content p,.ck-content ul,.ck-content ol,.ck-content .section--wysiwyg li,.ck-content .cke_editable li,.ck-content .intro-text,.ck-content blockquote,.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6,.ck-content .link-arrow,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .link-arrow{margin-top:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.ck-content p,.ck-content ul,.ck-content ol,.ck-content .section--wysiwyg li,.ck-content .cke_editable li,.ck-content .intro-text,.ck-content blockquote,.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6,.ck-content .link-arrow,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .link-arrow{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.ck-content p,.ck-content ul,.ck-content ol,.ck-content .section--wysiwyg li,.ck-content .cke_editable li,.ck-content .intro-text,.ck-content blockquote,.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6,.ck-content .link-arrow,.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .link-arrow{margin-top:1.875rem}}.ck-content h2+p,.ck-content h3+p,.ck-content h4+p,.ck-content h5+p,.ck-content h6+p,.wysiwyg h2+p,.wysiwyg h3+p,.wysiwyg h4+p,.wysiwyg h5+p,.wysiwyg h6+p{margin-top:0.9375rem}.ck-content .btn-row,.wysiwyg .btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.25rem .9375rem}.ck-content .btn-row .btn,.wysiwyg .btn-row .btn{margin-top:0}.mobile-table{margin-top:1.25rem;padding:1px 0}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.mobile-table{margin-top:1.875rem}}.mobile-table table{margin:0}.card p:first-child,.card ul:first-child,.card ol:first-child,.card .section--wysiwyg li:first-child,.card .cke_editable li:first-child,.card .intro-text:first-child,.card blockquote:first-child,.card h1:first-child,.card h2:first-child,.card h3:first-child,.card h4:first-child,.card h5:first-child,.card h6:first-child,.card .link-arrow:first-child,section p:first-child,section ul:first-child,section ol:first-child,section .section--wysiwyg li:first-child,section .cke_editable li:first-child,section .intro-text:first-child,section blockquote:first-child,section h1:first-child,section h2:first-child,section h3:first-child,section h4:first-child,section h5:first-child,section h6:first-child,section .link-arrow:first-child,header p:first-child,header ul:first-child,header ol:first-child,header .section--wysiwyg li:first-child,header .cke_editable li:first-child,header .intro-text:first-child,header blockquote:first-child,header h1:first-child,header h2:first-child,header h3:first-child,header h4:first-child,header h5:first-child,header h6:first-child,header .link-arrow:first-child,.cores-listing-item p:first-child,.cores-listing-item ul:first-child,.cores-listing-item ol:first-child,.cores-listing-item .section--wysiwyg li:first-child,.cores-listing-item .cke_editable li:first-child,.cores-listing-item .intro-text:first-child,.cores-listing-item blockquote:first-child,.cores-listing-item h1:first-child,.cores-listing-item h2:first-child,.cores-listing-item h3:first-child,.cores-listing-item h4:first-child,.cores-listing-item h5:first-child,.cores-listing-item h6:first-child,.cores-listing-item .link-arrow:first-child,.ck-content p:first-child,.ck-content ul:first-child,.ck-content ol:first-child,.ck-content .section--wysiwyg li:first-child,.ck-content .cke_editable li:first-child,.ck-content .intro-text:first-child,.ck-content blockquote:first-child,.ck-content h1:first-child,.ck-content h2:first-child,.ck-content h3:first-child,.ck-content h4:first-child,.ck-content h5:first-child,.ck-content h6:first-child,.ck-content .link-arrow:first-child,.section--wysiwyg p:first-child,.section--wysiwyg ul:first-child,.section--wysiwyg ol:first-child,.section--wysiwyg .section--wysiwyg li:first-child,.section--wysiwyg .cke_editable li:first-child,.section--wysiwyg .intro-text:first-child,.section--wysiwyg blockquote:first-child,.section--wysiwyg h1:first-child,.section--wysiwyg h2:first-child,.section--wysiwyg h3:first-child,.section--wysiwyg h4:first-child,.section--wysiwyg h5:first-child,.section--wysiwyg h6:first-child,.section--wysiwyg .link-arrow:first-child,.wysiwyg p:first-child,.wysiwyg ul:first-child,.wysiwyg ol:first-child,.wysiwyg .section--wysiwyg li:first-child,.wysiwyg .cke_editable li:first-child,.wysiwyg .intro-text:first-child,.wysiwyg blockquote:first-child,.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child,.wysiwyg .link-arrow:first-child{margin-top:0}.ck-content ol ol,.ck-content ol ul,.ck-content ul ol,.ck-content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1.25rem;margin-bottom:1.25rem}.ck-content li,.section--wysiwyg li,.wysiwyg li{margin-bottom:0.625rem}hr{margin-top:1.25rem;background:#f8f8f8;border:0;height:.3125rem}@media print,screen and (min-width:48.0625em){hr{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){hr{margin-top:1.875rem}}.dark-bg .ck-content ul>li::before,.dark-bg .wysiwyg ul>li::before,.medium-bg .ck-content ul>li::before,.medium-bg .wysiwyg ul>li::before,.primary-bg .ck-content ul>li::before,.primary-bg .wysiwyg ul>li::before,.gradient-bg--dark .ck-content ul>li::before,.gradient-bg--dark .wysiwyg ul>li::before{background-color:#7ab7ff}.dark-bg .ck-content ol>li::before,.dark-bg .wysiwyg ol>li::before,.medium-bg .ck-content ol>li::before,.medium-bg .wysiwyg ol>li::before,.primary-bg .ck-content ol>li::before,.primary-bg .wysiwyg ol>li::before,.gradient-bg--dark .ck-content ol>li::before,.gradient-bg--dark .wysiwyg ol>li::before{color:#7ab7ff}.dark-bg .ck-content blockquote:before,.dark-bg .wysiwyg blockquote:before,.medium-bg .ck-content blockquote:before,.medium-bg .wysiwyg blockquote:before,.primary-bg .ck-content blockquote:before,.primary-bg .wysiwyg blockquote:before,.gradient-bg--dark .ck-content blockquote:before,.gradient-bg--dark .wysiwyg blockquote:before{color:#7ab7ff}.dark-bg .ck-content blockquote:before,.dark-bg .wysiwyg blockquote:before{background-color:#031b3d}.medium-bg .ck-content blockquote:before,.medium-bg .wysiwyg blockquote:before{background-color:#113567}.primary-bg .ck-content blockquote:before,.primary-bg .wysiwyg blockquote:before{background-color:#013e7c}.vaf ul.vaf__group{list-style-type:none}.vaf ul.vaf__group li{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:.9375rem;padding:.9375rem 1.25rem;background:rgba(0,0,0,.3);border:2px solid #7ab7ff;display:inline-block;padding:0}.vaf ul.vaf__group li:hover,.vaf ul.vaf__group li:focus{text-decoration:none;outline:none}.vaf ul.vaf__group li:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.vaf ul.vaf__group li a,.vaf ul.vaf__group li.vaf__item{padding:.75rem .9375rem;text-decoration:none}.vaf ul.vaf__group li a::after,.vaf ul.vaf__group li.vaf__item::after{color:#7ab7ff;font-family:"Font Awesome 6 Pro";content:"";display:inline-block;font-weight:100;margin-left:.625rem}.vaf ul.vaf__group li a:focus,.vaf ul.vaf__group li.vaf__item:focus{color:#286dc0;border-color:#286dc0;background:#fff}.vaf ul.vaf__group li a:focus::after,.vaf ul.vaf__group li.vaf__item:focus::after{color:#286dc0}.vaf ul.vaf__group li a{display:block;-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97)}.vaf ul.vaf__group li.vaf__item{cursor:pointer}.vaf ul.vaf__group li.vaf__item:hover{color:#286dc0}.active-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;margin-top:20px}.active-filters .vaf__heading{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;-ms-flex-negative:0;flex-shrink:0;margin-top:.75rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.active-filters .vaf__heading{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.active-filters .vaf__heading{margin-bottom:0}}@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}}a.vaf__clear{background-color:#fff;color:#013e7c;display:inline-block;margin-top:20px;padding:.9375rem;text-decoration:none}@media print,screen and (min-width:48.0625em){a.vaf__clear{float:right}}.page--listing-page .vaf ul.vaf__group li,.listing-page .vaf ul.vaf__group li{background:#286dc0;border:3px solid #286dc0}.page--listing-page .vaf ul.vaf__group li:hover,.listing-page .vaf ul.vaf__group li:hover{background:#fff}.page--listing-page .vaf ul.vaf__group li:hover a,.page--listing-page .vaf ul.vaf__group li:hover.vaf__item,.listing-page .vaf ul.vaf__group li:hover a,.listing-page .vaf ul.vaf__group li:hover.vaf__item{color:#286dc0}.page--listing-page .vaf ul.vaf__group li:hover a::after,.page--listing-page .vaf ul.vaf__group li:hover.vaf__item::after,.listing-page .vaf ul.vaf__group li:hover a::after,.listing-page .vaf ul.vaf__group li:hover.vaf__item::after{color:#286dc0}.page--listing-page .vaf ul.vaf__group li a,.page--listing-page .vaf ul.vaf__group li.vaf__item,.listing-page .vaf ul.vaf__group li a,.listing-page .vaf ul.vaf__group li.vaf__item{color:#fff}.page--listing-page .vaf ul.vaf__group li a::after,.page--listing-page .vaf ul.vaf__group li.vaf__item::after,.listing-page .vaf ul.vaf__group li a::after,.listing-page .vaf ul.vaf__group li.vaf__item::after{color:#fff}.page--listing-page .vaf ul.vaf__group li a:focus,.page--listing-page .vaf ul.vaf__group li.vaf__item:focus,.listing-page .vaf ul.vaf__group li a:focus,.listing-page .vaf ul.vaf__group li.vaf__item:focus{color:#286dc0;border-color:#286dc0;background:#fff}.page--listing-page .vaf ul.vaf__group li a:focus::after,.page--listing-page .vaf ul.vaf__group li.vaf__item:focus::after,.listing-page .vaf ul.vaf__group li a:focus::after,.listing-page .vaf ul.vaf__group li.vaf__item:focus::after{color:#286dc0}.page--listing-page a.vaf__clear,.listing-page a.vaf__clear{background-color:#031b3d;border:3px solid #031b3d;color:#fff}.page--listing-page a.vaf__clear:hover,.listing-page a.vaf__clear:hover{background-color:#fff;color:#031b3d}.page--listing-page a.vaf__clear:focus,.listing-page a.vaf__clear:focus{color:#286dc0;border-color:#286dc0;background:#fff}.user-login-form,.page--utility .main-content{margin-top:2rem;margin-bottom:2rem}.user-login-form{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1.875rem;background-color:#113567;color:#fff}@media print,screen and (min-width:48.0625em){.user-login-form{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.user-login-form{padding:2.5rem}}.user-login-form input{width:100%;max-width:25rem;margin-bottom:0}.user-login-form label::after{color:#c1b36d}.user-login-form .form-text{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0;padding:.9375rem 1.25rem}@media print,screen and (min-width:48.0625em){.user-login-form .form-text{margin-bottom:1.875rem}}.user-login-form .form-text::-webkit-input-placeholder{color:#555}.user-login-form .form-text::-moz-placeholder{color:#555}.user-login-form .form-text:-ms-input-placeholder{color:#555}.user-login-form .form-text::-ms-input-placeholder{color:#555}.user-login-form .form-text::placeholder{color:#555}.user-login-form .description{width:100%;font-size:.875rem;margin-bottom:1.5em;font-style:italic}.user-login-form .form-submit{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:.9375rem;padding:.9375rem 1.25rem;border-color:#286dc0;color:#fff;background:#286dc0;margin:0}.user-login-form .form-submit:hover,.user-login-form .form-submit:focus{text-decoration:none;outline:none}.user-login-form .form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.user-login-form .form-submit::before,.user-login-form .form-submit::after{color:#fff}.user-login-form .form-submit:hover{color:#fff;border-color:#013e7c;background:#013e7c}.user-login-form .form-submit:hover::before,.user-login-form .form-submit:hover::after{color:#fff}.primary-bg .user-login-form .form-submit:hover,.medium-bg .user-login-form .form-submit:hover,.dark-bg .user-login-form .form-submit:hover,.gradient-bg--dark .user-login-form .form-submit:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.user-login-form .form-submit:focus{color:#286dc0;border-color:#286dc0;background:#fff}.user-login-form .form-submit:focus::before,.user-login-form .form-submit:focus::after{color:#286dc0}.primary-bg .user-login-form .form-submit:focus,.medium-bg .user-login-form .form-submit:focus,.dark-bg .user-login-form .form-submit:focus,.gradient-bg--dark .user-login-form .form-submit:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .user-login-form .form-submit:focus::before,.primary-bg .user-login-form .form-submit:focus::after,.medium-bg .user-login-form .form-submit:focus::before,.medium-bg .user-login-form .form-submit:focus::after,.dark-bg .user-login-form .form-submit:focus::before,.dark-bg .user-login-form .form-submit:focus::after,.gradient-bg--dark .user-login-form .form-submit:focus::before,.gradient-bg--dark .user-login-form .form-submit:focus::after{color:#fff}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;background:#262626}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none}.admin-tabs li{display:inline-block}.admin-tabs li+li{margin-left:.5em}.admin-tabs a{display:block;margin:0;padding:.5em 1em;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#fff;border-radius:.25em;background-color:#013e7c;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#031b3d}.admin-tabs a.is-active{background-color:#286dc0}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto}}.toolbar-icon-admin-toolbar-tools-extra-linksmedia-page:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23787878' d='M12.502 7h-5c-.276 0-.502-.225-.502-.5v-5c0-.275-.225-.5-.5-.5h-3c-.275 0-.5.225-.5.5v12.029c0 .275.225.5.5.5h9.002c.275 0 .5-.225.5-.5v-6.029c0-.275-.225-.5-.5-.5zM8.502 6h4c.275 0 .34-.159.146-.354l-4.293-4.292c-.195-.195-.353-.129-.353.146v4c0 .275.225.5.5.5z'/%3e%3c/g%3e%3c/svg%3e")}.toolbar-icon-admin-toolbar-tools-extra-linksmedia-page.is-active:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23000000' d='M12.502 7h-5c-.276 0-.502-.225-.502-.5v-5c0-.275-.225-.5-.5-.5h-3c-.275 0-.5.225-.5.5v12.029c0 .275.225.5.5.5h9.002c.275 0 .5-.225.5-.5v-6.029c0-.275-.225-.5-.5-.5zM8.502 6h4c.275 0 .34-.159.146-.354l-4.293-4.292c-.195-.195-.353-.129-.353.146v4c0 .275.225.5.5.5z'/%3e%3c/g%3e%3c/svg%3e")}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;padding:.0625rem .3125rem .125rem;background:rgba(255,255,255,.75) !important}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);color:#b0dddd;font-family:"Font Awesome 6 Pro";font-size:100px}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{content:""}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:.5}.ajax-progress .throbber,.ajax-progress-fullscreen.ajax-progress .throbber{display:none !important}[dir=rtl] .ajax-progress,[dir=rtl] .ajax-progress-fullscreen.ajax-progress{float:right}.ajax-progress .message,.ajax-progress-fullscreen.ajax-progress .message{display:inline;padding:.0625rem .3125rem .125rem}tr .ajax-progress-throbber .throbber{margin:0 .125rem}.ajax-progress-bar{width:16rem}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#fff;background-color:#262626}.cookie-compliance-popup .grid-x,.cookie-compliance-popup .grid-container{width:100%}.cookie-compliance-popup .find-more-button{padding:0;text-decoration:underline;text-transform:none;color:#fff;background:none}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none}.eu-cookie-compliance-message h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;all:unset}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}.form-item{position:relative}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:1em;height:1em;-webkit-transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit}.form-item [type=checkbox]+label,.form-item [type=radio]+label{position:relative;margin-left:1.5em;padding-left:.625rem;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.form-item [type=checkbox]+label::before,.form-item [type=radio]+label::before{position:absolute;top:.125em;left:-1.5em;display:block;width:20px;height:20px;content:"";-webkit-transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:.0625em solid #013e7c}.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:#b0dddd}.form-item [type=checkbox]:invalid+label,.form-item [type=radio]:invalid+label{color:#d13176}.form-item [type=checkbox]:invalid+label::before,.form-item [type=radio]:invalid+label::before{border-color:#d13176;-webkit-box-shadow:0 0 0 .0625em #d13176;box-shadow:0 0 0 .0625em #d13176}.form-item [type=checkbox]:checked+label::before{background-color:#013e7c}.form-item [type=checkbox]:checked+label::after{position:absolute;top:13px;left:-13px;display:block;width:.3125em;height:.6875em;content:"";-webkit-transform:rotate(45deg) translate(-100%,-50%);transform:rotate(45deg) translate(-100%,-50%);border-width:0 .125em .125em 0;border-style:solid;border-color:#fff}.form-item [type=checkbox]:checked:disabled+label::after{border-color:#262626}.form-item [type=checkbox]:disabled+label::before{background-color:#a6a6a6}.form-item [type=radio]+label::before{border-radius:50%;background-image:radial-gradient(#013E7C 0.25em,#ffffff 0.25em,#ffffff 0.7em,#013E7C 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0}.form-item [type=radio]:checked+label::before{border-color:#013e7c;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.7em,#262626 0.5em)}.form-item [type=radio]:checked:invalid+label::before{background-image:radial-gradient(#d13176 0.25em,#ffffff 0.25em,#ffffff 0.5em,#d13176 0.5em)}.form-item [type=radio]:disabled+label::before{background-color:#a6a6a6}.form-required::after{content:"*";color:#d13176}.webform-element-description{font-size:1rem;font-weight:400;line-height:1.65;margin-top:.9375rem}.required>label::after{content:"*";color:#d13176}[type=checkbox][name*="["]+label,.form-radio+label{margin-top:.25em;margin-bottom:.25em}.webform-managed-file-placeholder{color:#262626;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;font-weight:400;font-style:italic}.form-managed-file [type=submit]{margin-left:1em;padding:.75em}form[class*=webform] .form-item{width:100%}form[class*=webform] .form-actions{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){form[class*=webform] .form-actions{margin-top:2.5rem;margin-bottom:2.5rem}}form[class*=webform] [type=text],form[class*=webform] [type=password],form[class*=webform] [type=date],form[class*=webform] [type=datetime],form[class*=webform] [type=datetime-local],form[class*=webform] [type=month],form[class*=webform] [type=week],form[class*=webform] [type=email],form[class*=webform] [type=number],form[class*=webform] [type=search],form[class*=webform] [type=tel],form[class*=webform] [type=time],form[class*=webform] [type=url],form[class*=webform] [type=color],form[class*=webform] [type=file],form[class*=webform] [type=image],form[class*=webform] fieldset,form[class*=webform] select,form[class*=webform] textarea{width:100%;max-width:25rem}form[class*=webform] .js-form-type-checkbox+.js-form-type-checkbox,form[class*=webform] .js-form-type-radio+.js-form-type-radio{margin-top:0}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:.5rem}.user-login-form a#edit-cas-login-link{display:block;color:#fff;margin-bottom:1.875rem}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.embedded-entity:not([class*=align-]){margin-top:1.25rem;width:100%}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.embedded-entity:not([class*=align-]){margin-top:1.875rem}}.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-alert{padding-top:2.5rem;padding-bottom:2.5rem;background-color:#ffe21a}@media print,screen and (min-width:48.0625em){.oho-alert{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.oho-alert{padding-top:3.125rem;padding-bottom:3.125rem}}.oho-alert h2:first-child{margin-top:0;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.oho-alert h2:first-child{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.oho-alert h2:first-child{font-size:1.625rem}}.oho-alert .fa{color:#b0dddd;font-size:3.5em}.oho-alert a:not(.btn){color:#222;-webkit-text-decoration-color:#222;text-decoration-color:#222}.oho-alert a:not(.btn):hover{-webkit-text-decoration-color:#286dc0;text-decoration-color:#286dc0}.message-type--notice{background-color:#c1b36d}.message-type--notice .fa,.message-type--notice .fas{color:#fcf2bf}.message-type--notice a:not(.btn),.message-type--notice,.message-type--notice a.external::after{color:#222}.message-type--notice .btn{background-color:#fff;border-color:#fff;color:#013e7c;margin:0;padding:.9375rem 1.25rem;font-size:.9375rem}.oho-alert .grid-margin-x,.message-type--notice .grid-margin-x{row-gap:1.25rem}.oho-alert.message-type--warning{background-color:#bd5319;color:#fff}.oho-alert.message-type--warning .fa,.oho-alert.message-type--warning .fas{color:#fff}.oho-alert.message-type--warning a:not(.btn):hover{-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d}.oho-banner{padding-top:0.9375rem;padding-bottom:0.9375rem}.oho-banner .grid-x{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.oho-banner .ck-content,.oho-banner .wysiwyg{padding-left:16px}.oho-banner .ck-content p,.oho-banner .wysiwyg p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0 !important}@media print,screen and (min-width:48.0625em){.oho-banner .ck-content p,.oho-banner .wysiwyg p{margin-bottom:1.875rem}}.oho-banner .ck-content a,.oho-banner .wysiwyg a{color:#fff;-webkit-text-decoration-color:#7ab7ff;text-decoration-color:#7ab7ff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.oho-banner .ck-content a:hover,.oho-banner .wysiwyg a:hover{-webkit-text-decoration-color:#008af3;text-decoration-color:#008af3;color:#c1b36d}.oho-banner .fa{color:#7ab7ff;font-size:1.5625rem;margin-top:.25rem}.oho-banner .cell.shrink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pager{background-color:#fff;border-top:1px solid #e4debf;padding-top:1.875rem;padding-bottom:1.875rem;padding-right:.9375rem;padding-left:.9375rem}@media print,screen and (min-width:48.0625em){.pager{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.pager{padding-top:2.5rem;padding-bottom:2.5rem}}.pager__items{-webkit-column-gap:1.375rem;-moz-column-gap:1.375rem;column-gap:1.375rem;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__item:not(:first-child){margin-left:.25em}.pager__label{display:none}.pager a{color:#113567;display:block;padding:0 .375em;text-decoration:none;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.pager a:hover{color:#286dc0;text-decoration:underline;text-underline-offset:.25rem;-webkit-text-decoration-color:#286dc0;text-decoration-color:#286dc0}.pager .is-active a{background-color:#013e7c;color:#fff;cursor:default;font-weight:600}.pager [aria-hidden=true]{display:none}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#c1b36d;display:inline-block}.pager__item--first a::before{content:""}.pager__item--previous a::before{content:""}.pager__item--next a::after{content:""}.pager__item--last a::after{content:""}@media print,screen and (max-width:40.06125em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none}.pager__item.is-active{display:block}}@media print,screen and (min-width:40.0625em){.pager__items{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}}@media print,screen and (min-width:48.0625em){.pager__items{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.pager__item.pager__item--previous{margin-left:1rem;margin-right:calc(42px - .25rem)}.pager__item.pager__item--next{margin-left:calc(42px - .25rem)}.pager__item.pager__item--last{margin-left:1rem}.pager [class*=pager__item--] a::before{margin-right:.5rem}.pager [class*=pager__item--] a::after{margin-left:.5rem}.pager__label{display:inline}}.page--search .main-content h2{margin-bottom:.5em}.page--search .main-content .search-form .form-item{display:inline-block;width:100%}.page--search .main-content .search-form .form-wrapper{position:relative}.page--search .main-content .search-form label{display:block;margin-bottom:.9375rem}.page--search .main-content .search-form .form-text{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0 !important;padding:.9375rem 1.25rem}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-form .form-text{margin-bottom:1.875rem}}.page--search .main-content .search-form .form-text::-webkit-input-placeholder{color:#555}.page--search .main-content .search-form .form-text::-moz-placeholder{color:#555}.page--search .main-content .search-form .form-text:-ms-input-placeholder{color:#555}.page--search .main-content .search-form .form-text::-ms-input-placeholder{color:#555}.page--search .main-content .search-form .form-text::placeholder{color:#555}.page--search .main-content .search-form .form-type-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.9375rem}.page--search .main-content .search-form .form-submit{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:.9375rem;padding:.9375rem 1.25rem;border-color:#286dc0;color:#fff;background:#286dc0;margin:0;margin-top:.625rem}.page--search .main-content .search-form .form-submit:hover,.page--search .main-content .search-form .form-submit:focus{text-decoration:none;outline:none}.page--search .main-content .search-form .form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.page--search .main-content .search-form .form-submit::before,.page--search .main-content .search-form .form-submit::after{color:#fff}.page--search .main-content .search-form .form-submit:hover{color:#fff;border-color:#013e7c;background:#013e7c}.page--search .main-content .search-form .form-submit:hover::before,.page--search .main-content .search-form .form-submit:hover::after{color:#fff}.primary-bg .page--search .main-content .search-form .form-submit:hover,.medium-bg .page--search .main-content .search-form .form-submit:hover,.dark-bg .page--search .main-content .search-form .form-submit:hover,.gradient-bg--dark .page--search .main-content .search-form .form-submit:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.page--search .main-content .search-form .form-submit:focus{color:#286dc0;border-color:#286dc0;background:#fff}.page--search .main-content .search-form .form-submit:focus::before,.page--search .main-content .search-form .form-submit:focus::after{color:#286dc0}.primary-bg .page--search .main-content .search-form .form-submit:focus,.medium-bg .page--search .main-content .search-form .form-submit:focus,.dark-bg .page--search .main-content .search-form .form-submit:focus,.gradient-bg--dark .page--search .main-content .search-form .form-submit:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .page--search .main-content .search-form .form-submit:focus::before,.primary-bg .page--search .main-content .search-form .form-submit:focus::after,.medium-bg .page--search .main-content .search-form .form-submit:focus::before,.medium-bg .page--search .main-content .search-form .form-submit:focus::after,.dark-bg .page--search .main-content .search-form .form-submit:focus::before,.dark-bg .page--search .main-content .search-form .form-submit:focus::after,.gradient-bg--dark .page--search .main-content .search-form .form-submit:focus::before,.gradient-bg--dark .page--search .main-content .search-form .form-submit:focus::after{color:#fff}.page--search .main-content .search-form [type=search]{width:100%;font-size:1rem}.page--search .main-content .search-form a{margin-top:1.25rem;color:#013e7c;display:inline-block;color:#fff}.page--search .main-content .search-form a.btn{padding-right:1.875rem}.page--search .main-content .search-form a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.page--search .main-content .search-form a:hover::after,.page--search .main-content .search-form a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.page--search .main-content .search-form a::after{color:#e7da99;margin-top:.3125rem}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-form{max-width:80%}.page--search .main-content .search-form .form-type-search{width:calc(100% - 90px)}}.page--search .main-content .search-results{padding:0;list-style:none}.page--search .main-content .search-result{padding-left:0}.page--search .main-content .search-result::before{display:none}.page--search .main-content .search-result+.search-result{margin-top:2rem;padding-top:2rem;border-top:1px solid #aaa}.page--search .main-content .search-result__title{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;margin:0}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-result__title{font-size:1.25rem;letter-spacing:0}}@media print,screen and (min-width:64.0625em){.page--search .main-content .search-result__title{font-size:1.375rem}}.page--search .main-content .search-result__snippet{margin-bottom:0}.bg-dark label{color:#fff}.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{border:.0625rem solid;border-radius:.25rem}.messages ul{margin:0;padding:0;list-style:none}.messages a{text-decoration:underline;color:inherit;font-weight:700}.messages--status{color:#b0dddd;border-color:#f7fcfc;background:#fff}.messages--warning{color:#ffe21a;border-color:#ffef80;background:#fff}.messages--error{color:#bd5319;border-color:#e88854;background:#f4c7ae}.has-alert .messages{position:absolute}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer}.messages__close:hover{text-decoration:underline}.sitewide-alert .grid-container{position:relative}.sitewide-alert button.close{background:rgba(0,0,0,0);border:2px solid #fff;border-radius:50%;height:2.25rem;font-size:16px;font-weight:100;padding:0;position:absolute;width:2.25rem;top:0;right:1.25rem}.sitewide-alert button.close span{font-weight:400}.sitewide-alert button.close:hover{border-color:#7ab7ff}.sitewide-alert button.close:hover span{color:#7ab7ff}.sitewide-alert.message-type--notice button.close:hover{border-color:#000}.sitewide-alert.message-type--notice button.close:hover span{color:#000}.link-arrow{color:#013e7c}.link-arrow.btn{padding-right:1.875rem}.link-arrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.link-arrow:hover::after,.link-arrow:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.btn{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:.9375rem;padding:.9375rem 1.25rem;border-color:#286dc0;color:#fff;background:#286dc0}.btn:hover,.btn:focus{text-decoration:none;outline:none}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.btn::before,.btn::after{color:#fff}.btn:hover{color:#fff;border-color:#013e7c;background:#013e7c}.btn:hover::before,.btn:hover::after{color:#fff}.primary-bg .btn:hover,.medium-bg .btn:hover,.dark-bg .btn:hover,.gradient-bg--dark .btn:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.btn:focus{color:#286dc0;border-color:#286dc0;background:#fff}.btn:focus::before,.btn:focus::after{color:#286dc0}.primary-bg .btn:focus,.medium-bg .btn:focus,.dark-bg .btn:focus,.gradient-bg--dark .btn:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .btn:focus::before,.primary-bg .btn:focus::after,.medium-bg .btn:focus::before,.medium-bg .btn:focus::after,.dark-bg .btn:focus::before,.dark-bg .btn:focus::after,.gradient-bg--dark .btn:focus::before,.gradient-bg--dark .btn:focus::after{color:#fff}@media print,screen and (min-width:48.0625em){.btn{font-size:1rem;padding:1.25rem 1.875rem}}.btn--small{font-size:.9375rem;padding:.9375rem 1.25rem}.btn--align-right{display:table;margin-left:auto}.btn--align-center{display:table;margin-right:auto;margin-left:auto}.btn--ghost{background-color:rgba(0,0,0,0);border:2px solid #e7da99;color:#fff}.btn--ghost:hover{background-color:#e7da99;border-color:#e7da99;color:#222}.btn.btn--white{background-color:#fff;color:#013e7c;border-color:#fff}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:.625rem;content:""}.btn--centered{margin-left:auto;margin-right:auto;display:table}.content-header{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.content-header{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.content-header{margin-top:5rem}}.content-header .publish-date,.content-header .results-count{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.8125rem;font-weight:bold;letter-spacing:2px;line-height:1.25rem;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.content-header .publish-date::after,.content-header .results-count::after{content:"";width:100%;height:1px;background-image:-webkit-gradient(linear,left top,right top,from(rgb(40,109,192)),color-stop(80%,rgba(40,109,192,0)));background-image:linear-gradient(to right,rgb(40,109,192),rgba(40,109,192,0) 80%)}.content-header .publish-date::before{font-size:1rem}.content-header .results-count span{color:#286dc0}.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:1.25rem}.date-block .day-number{font-size:2rem;line-height:.9}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem}}.date-block time+time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date-block time+time::before{margin-right:1.25rem;margin-left:1.25rem;width:1.5rem;height:.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor}.date-block span{display:block}.icon-list{display:block;font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}.icon-list li{display:block}.icon-list a{display:inline-block}.icon-list li{position:relative;padding-left:1.5625rem}.icon-list li a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0}@media print,screen and (min-width:48.0625em){.icon-list li a{margin-bottom:1.875rem}}.icon-list__icon{font-size:.875rem;position:absolute;left:0;top:.375rem}.icon-list__icon.fa-location-dot::before{content:""}.icon-list__icon::before{color:#c1b36d;display:block}.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}@media print,screen and (min-width:48.0625em){.icon-list li a{margin:0}}.intro-text,.intro-text p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;letter-spacing:0.25px;line-height:1.6;margin-bottom:0}@media print,screen and (min-width:48.0625em){.intro-text,.intro-text p{font-size:1.375rem;letter-spacing:0.5px}}.section-heading{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.section-heading{margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.section-heading{margin-bottom:3.125rem}}.section-heading>.grid-container>.grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-heading__heading h2{margin-bottom:0}.section-heading__description{margin-top:1rem}.section-heading__description p{margin:0}.section-heading__link{margin-top:1.25rem}.section-heading__link .btn{margin-right:0;margin-bottom:0}@media print,screen and (min-width:48.0625em){.section-heading__heading{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.section-heading__description{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.section-heading__link{margin-top:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}}@-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{background-color:#113567;color:#fff;margin:auto;position:fixed;-webkit-transform:none;transform:none;-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);width:100%;z-index:10;top:100%;right:0;left:0}.cookie-banner__inner{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.cookie-banner__inner{padding-top:1.875rem;padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.cookie-banner__inner{padding-top:1.875rem;padding-bottom:1.875rem}}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:48.0625em){.cookie-banner .grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.cookie-banner .ck-content,.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-1.25rem;max-width:1440px;margin:auto}.cookie-banner .flex-child-shrink .grid-x{gap:.5rem}@media print,screen and (min-width:48.0625em){.cookie-banner .flex-child-grow{padding-right:1.25rem}}.cookie-banner .btn{margin:0}.cookie-banner a:not(.btn){margin-right:1.25rem}.cookie-banner .btn--inverted{border-color:#fff;color:#013e7c;background-color:#fff}.cookie-banner .btn--inverted:focus{color:#286dc0;border-color:#286dc0;background:#fff}@media print,screen and (max-width:48.06125em){.cookie-banner .flex-child-shrink,.cookie-banner .flex-child-grow{margin-top:1.25rem}}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:3s;animation-delay:3s}.site-footer__top{padding:1.875rem 0}.site-footer__top a{-webkit-text-decoration-color:#286dc0;text-decoration-color:#286dc0}@media print,screen and (min-width:48.0625em){.site-footer__top{padding:3.75rem 0}}.site-footer__logo svg{max-width:12.125rem}.site-footer__logo svg path{fill:#fff}@media print,screen and (min-width:48.0625em){.site-footer__logo svg{max-width:14.5625rem}}.site-footer__address{margin-top:1.875rem}.site-footer__address .phone,.site-footer__address .fax{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.site-footer__address .phone,.site-footer__address .fax{margin-bottom:1.875rem}}.site-footer__address .phone::before,.site-footer__address .fax::before{color:#e7da99;content:"";display:inline-block;font-family:"Font Awesome 6 Pro";margin-right:.625rem}@media print,screen and (min-width:48.0625em){.site-footer__address .phone,.site-footer__address .fax{margin:0}}.site-footer__address .phone::before{content:""}.site-footer__address .fax::before{content:""}.site-footer__address p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:.625rem 0 0}@media print,screen and (min-width:48.0625em){.site-footer__address p{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.site-footer__address p{margin:.625rem 0 0}}.site-footer__main-menu{list-style-type:none;margin-top:1.875rem}.site-footer__main-menu li{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;margin:.9375rem 0 0}@media print,screen and (min-width:48.0625em){.site-footer__main-menu li{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.site-footer__main-menu{margin-top:0}}.site-footer nav{background-color:rgba(0,0,0,0);margin-top:1.875rem;padding:0}.site-footer nav .menu{display:block;list-style-type:none}.site-footer nav li{border-style:none}.site-footer nav li:not(:first-child){margin-top:.3125rem}.site-footer nav a{-webkit-box-shadow:inset 0px -1px 0px 0px #286dc0;box-shadow:inset 0px -1px 0px 0px #286dc0;color:#fff;line-height:1.8;padding:.1875rem 0;text-decoration:none}.site-footer nav a:hover{-webkit-box-shadow:inset 0px -1px 0px 0px #c1b36d;box-shadow:inset 0px -1px 0px 0px #c1b36d;color:#f8f8f8}.site-footer nav a.external::after{color:#e7da99}@media print,screen and (min-width:48.0625em){.site-footer nav{margin-top:0}}.site-footer .site-footer__utility-menu{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.site-footer .site-footer__utility-menu{margin-bottom:1.875rem}}.site-footer .site-footer__utility-menu li:first-of-type{margin:.9375rem 0 0}.site-footer__bottom{padding-top:1.875rem;padding-bottom:1.875rem;background-color:#fff}@media print,screen and (min-width:48.0625em){.site-footer__bottom{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.site-footer__bottom{padding-top:2.5rem;padding-bottom:2.5rem}}.site-footer__bottom a{-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d}.site-footer__copyright{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;display:block;margin:0}@media print,screen and (min-width:48.0625em){.site-footer__copyright{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.site-footer__copyright{display:inline;margin:0}}.site-footer__privacy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;list-style-type:none;margin-top:.8125rem;row-gap:.625rem}.site-footer__privacy li{margin:0}@media print,screen and (min-width:48.0625em){.site-footer__privacy{display:inline;margin-top:0}.site-footer__privacy li{display:inline;margin-left:.625rem}}.site-footer__social{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;list-style-type:none;margin-top:1.25rem}.site-footer__social a{font-size:1.25rem}@media print,screen and (min-width:48.0625em){.site-footer__social{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:0}}.site-header{position:relative;z-index:10}.site-header__sticky-container{background-color:#fff;height:3.4375rem}.site-header__logo{position:absolute;bottom:.25rem}.site-header__logo svg{max-width:8.125rem}.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;top:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{-webkit-transform:translateY(0);transform:translateY(0)}@media print,screen and (min-width:64.0625em){.site-header__sticky-container{height:auto}.site-header__logo{z-index:10;bottom:3.125rem}.site-header__logo svg{max-width:none}}.site-header-beyond-threshold .page-wrapper{padding-top:3.4375rem}@media print,screen and (min-width:64.0625em){.site-header-beyond-threshold .page-wrapper{padding-top:12rem}}.site-header-beyond-threshold.toolbar-fixed .site-header--beyond-threshold .site-header__sticky-container{top:2.4375rem}.site-header-beyond-threshold.toolbar-tray-open.toolbar-horizontal .site-header--beyond-threshold .site-header__sticky-container{top:4.875rem}.mobile-menu-button{background-color:rgba(0,0,0,0);border-style:none;display:block;margin:0;padding:0;position:absolute;width:3.4375rem;top:0;right:0;bottom:0}.mobile-menu-button::before{color:#013e7c;content:"";font-family:"Font Awesome 6 Pro";font-size:1rem;font-weight:100;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.mobile-menu-open .mobile-menu-button::before{color:#c1b36d;content:""}.mobile-menu-button:hover::before{color:#031b3d}@media print,screen and (min-width:64.0625em){.mobile-menu-button{display:none}}.site-header__main{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.15);box-shadow:0 0 6px 0 rgba(0,0,0,.15);display:none;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:absolute;width:100vw;z-index:1;top:3.4375rem;right:0}.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:40.0625em){.site-header__main{width:24rem}}@media print,screen and (min-width:64.0625em){.site-header__main{-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;height:12rem;position:relative;width:100%;top:auto;right:auto}}.site-header__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.site-header__top #block-menu-block-audience .menu{list-style-type:none}.site-header__top #block-menu-block-audience a{background-color:#fff;display:block;font-size:.9375rem;padding:1.875rem 20px;text-decoration:none}@media print,screen and (min-width:64.0625em){.site-header__top #block-menu-block-audience a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.site-header__top #block-menu-block-audience a{margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.site-header__top #block-menu-block-audience a{margin-bottom:0}}.site-header__top #block-menu-block-audience a::before{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#286dc0;content:"";display:inline-block;font-size:.9375rem;font-weight:100;margin-right:4px;vertical-align:middle}.site-header__top #block-menu-block-audience a:hover{color:#031b3d}.site-header__top #block-menu-block-audience a:hover::before{color:#031b3d}.site-header__top #block-menu-block-audience a.external::after{font-size:.9375rem;margin-left:6px;vertical-align:baseline}@media print,screen and (min-width:64.0625em){.site-header__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:2.8125rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.625rem 0}.site-header__top::before,.site-header__top::after{background-color:#f8f8f8;content:"";display:block;height:2.8125rem;position:absolute;width:50vw;top:0}.site-header__top::before{-webkit-transform:translate(-100%);transform:translate(-100%);left:0}.site-header__top::after{-webkit-transform:translate(100%);transform:translate(100%);right:0}.site-header__top #block-menu-block-audience{margin-right:auto}.site-header__top #block-menu-block-audience a{background-color:rgba(0,0,0,0);display:inline;padding:0}}.site-header__bottom{background-color:#f8f8f8}@media print,screen and (min-width:64.0625em){.site-header__bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.site-search{background-color:#013e7c;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:1.875rem 20px;position:relative}.site-search>form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.site-search>form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-search>form input[type=text]{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;background-color:rgba(0,0,0,0);border:0;border-bottom:1px solid #fff;color:#fff;margin:0;padding-right:0;padding-left:0;width:100%}@media print,screen and (min-width:48.0625em){.site-search>form input[type=text]{margin-bottom:1.875rem}}.site-search>form input[type=text]::-webkit-input-placeholder{color:#fff}.site-search>form input[type=text]::-moz-placeholder{opacity:1;color:#fff}.site-search>form input[type=text]:-ms-input-placeholder{color:#fff}@media print,screen and (min-width:48.0625em){.site-search>form input[type=text]{margin:0}}.site-search>form input[type=text]:focus{outline:2px solid #fff;border-radius:4px;outline-offset:4px}.site-search>form input[type=text]:focus::-webkit-input-placeholder{color:#eee}.site-search>form input[type=text]:focus::-moz-placeholder{opacity:1;color:#eee}.site-search>form input[type=text]:focus:-ms-input-placeholder{color:#eee}.site-search>form .form-text{padding-top:0;padding-bottom:0}.site-search>form .form-actions{margin-left:8px;position:relative}.site-search>form .form-actions::after{color:#fff;content:"";display:block;font-family:"Font Awesome 6 Pro";font-size:1.25rem;font-weight:100;position:absolute;-webkit-transform:none;transform:none;top:.3125rem}.site-search>form .form-actions:hover::after{color:#ccc}.site-search>form .form-actions input[type=submit]{background-color:rgba(0,0,0,0);border-style:none;font-size:0;line-height:0;padding:12px 10px}.site-search>form .form-actions input[type=submit]:focus{outline:2px solid #fff;border-radius:4px;outline-offset:4px}.site-search__toggle{display:none}@media print,screen and (min-width:64.0625em){.site-search{background-color:rgba(0,0,0,0);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding:0;position:absolute;right:0}.site-search__toggle{background-color:rgba(0,0,0,0);padding:.625rem 0;border-style:none;display:block;min-width:2.8125rem}.site-search__toggle::before{content:"";color:#013e7c;font-family:"Font Awesome 6 Pro";font-weight:100}.site-search__toggle:hover{background-color:rgba(0,0,0,0)}.site-search__toggle:hover::before{color:#031b3d}.search-panel-open .site-search__toggle::before{color:#c1b36d;content:""}.search-panel-open .site-search__toggle:hover::before{color:#031b3d}.site-search>form{background-color:#013e7c;display:none;padding:1.875rem;position:absolute;z-index:4;top:100%;right:0}.site-search>form::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #013e7c;border-style:solid;border-width:11px;content:"";display:block;height:0;pointer-events:none;position:absolute;width:0;top:-22px;right:11px}.search-panel-open .site-search>form{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search>form input[type=text]{width:19.5rem}}.sock{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.sock{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.sock{padding-top:5rem;padding-bottom:5rem}}.sock h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem;margin-top:0}@media print,screen and (min-width:48.0625em){.sock h2{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){.sock h2{font-size:5rem;margin-bottom:0}}.accessible-menu li{position:relative}.accessible-menu .menu-item--expanded a,.accessible-menu .menu-item--expanded span{margin-left:2rem}.accessible-menu .menu-item--expanded ul a{margin-left:0}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--expanded a{margin-left:0}}.accessible-menu .menu-item__button{border:none;border-radius:4px;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);height:3rem;font-size:1.5rem;margin:0;margin-left:-1rem;padding:.9375rem;position:absolute;width:3rem;top:.625rem;left:0}.accessible-menu .menu-item__button::before{color:#286dc0;content:"";display:block;font-family:"Font Awesome 6 Pro";font-weight:100;line-height:1rem;width:100%}.accessible-menu .menu-item__button:focus{outline:2px solid #286dc0}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{border-radius:4px;height:2.25rem;margin:0;opacity:0;outline:2px solid #286dc0;padding:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.25rem;top:50%;right:-10px;left:auto}.accessible-menu .menu-item__button::before{content:none}.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{color:#c1b36d;content:""}}@media print,screen and (min-width:64.0625em){.touchevents .accessible-menu .menu-item__button{opacity:1;left:auto;right:-1.25rem;top:0;height:100%;padding:0;width:2.5rem}.touchevents .accessible-menu .menu-item--expanded>a,.touchevents .accessible-menu .menu-item--expanded>span{padding-right:1.5625rem}}.child-page-menu ul,.child-page-menu li{list-style:none}.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width:48.0625em){.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.child-page-menu a{color:#013e7c;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.4;margin-bottom:0;padding-top:0.9375rem;padding-bottom:0.9375rem;display:block;width:100%;border-top:.125rem solid #a6a6a6}.child-page-menu a.btn{padding-right:1.875rem}.child-page-menu a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#013e7c;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.child-page-menu a:hover::after,.child-page-menu a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1.625rem}}.child-page-menu li:first-child a{border-top:0}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0}}.main-menu{padding:.625rem 1.25rem}.main-menu ul{width:100%}.main-menu li,.main-menu a{display:block}.main-menu li{padding:1.25rem 0}.main-menu li+li{border-top:1px solid #ccc}.main-menu li.menu-item--open+li{border-top-style:none}.main-menu li.menu-item--open:not(:last-child){padding-bottom:0}.main-menu a,.main-menu .menu-item--expanded>span{color:#013e7c;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:1.25rem;text-decoration:none}.main-menu .menu-item--expanded>a,.main-menu .menu-item--expanded>span{cursor:default}.main-menu .menu-item--active-trail>a{color:#013e7c !important}.main-menu ul ul{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.15);box-shadow:0 0 6px 0 rgba(0,0,0,.15);background-color:#fff;border-top:5px solid #013e7c;display:none;margin-top:1.125rem;padding:1.25rem 1.25rem}.main-menu ul ul li{padding:0}.main-menu ul ul li+li{border-top-style:none}.main-menu ul ul a{color:#031b3d;font-size:1.25rem;padding:.625rem 0}.main-menu ul li:first-child ul li:first-child,.main-menu ul li:nth-child(2) ul li:first-child{border-bottom:1px solid #ccc;margin-bottom:.625rem;padding-bottom:.625rem}@media print,screen and (min-width:64.0625em){.main-menu ul li:first-child ul li:first-child,.main-menu ul li:nth-child(2) ul li:first-child{margin-bottom:1.25rem;padding-bottom:1.25rem}}@media print,screen and (min-width:64.0625em){.main-menu{padding:0}.main-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}.main-menu li+li{border-top-style:none}.main-menu a,.main-menu .menu-item--expanded>span{font-size:1.5rem}.main-menu .menu-item__button{pointer-events:none}.main-menu>ul{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-menu>ul>li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.main-menu>ul>li:hover>a::after,.main-menu>ul>li:hover>span::after{content:"";color:#c1b36d}.main-menu>ul>li>a::after,.main-menu>ul>li>span::after{content:"";color:#286dc0;font-family:"Font Awesome 6 Pro";font-size:1.25rem;font-weight:100;margin-left:.625rem}.main-menu ul>li:nth-last-child(-n+1)>ul{right:0}.main-menu ul ul{position:absolute;min-width:16rem;width:auto}.main-menu ul ul a{text-align:left}.main-menu ul ul a:hover{color:#013e7c}}@media print,screen and (min-width:64.0625em){.main-menu .menu-item--expanded:hover>ul{display:block}}.menu-item--disabled>a{cursor:default}.menu-item--disabled>a button{left:0;width:auto;padding-right:.625em;text-align:right;background-color:rgba(0,0,0,0)}.menu-item--overview{display:none !important}.menu-item--disabled .menu-item--overview{display:block !important}.super-jump-menu{position:relative;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);z-index:5}.super-jump-menu.disabled{display:none}.super-jump-menu nav #current-section{display:none}.super-jump-menu nav .onpage-nav-btn{display:none}.super-jump-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;padding-top:.625rem;padding-bottom:.625rem;white-space:nowrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.super-jump-menu ul li{display:inline-block}.super-jump-menu ul li:not(:last-child) a.btn{margin-right:.625rem}.super-jump-menu ul li a.btn{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;background-color:rgba(0,0,0,0);border:0;margin:0;padding:1rem 1.25rem}@media print,screen and (min-width:48.0625em){.super-jump-menu ul li a.btn{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.super-jump-menu ul li a.btn{margin-bottom:0}}.super-jump-menu ul li a.btn:hover{background-color:#013e7c}.super-jump-menu ul li a.btn:focus{background-color:#fff;color:#286dc0;outline:3px solid #286dc0}.super-jump-menu ul li a.btn:focus::after{color:#286dc0}.super-jump-menu ul li a.btn::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#7ab7ff;content:"";display:inline-block;padding-left:.5rem}.super-jump-menu ul li a.btn.active{background-color:#286dc0}.super-jump-menu ul li a.btn.active::after{color:#fff}.super-jump-menu ul li a.btn.active:hover{background-color:#286dc0}.super-jump-menu ul li a.btn.active:focus{background-color:#fff;color:#286dc0;outline:3px solid #286dc0}.super-jump-menu.sticky{position:fixed;width:100%;z-index:8}.super-jump-menu.sticky.hide{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.super-jump-menu.collapsed{background-color:#013e7c}.super-jump-menu.collapsed nav #current-section{display:block;font-weight:700;line-height:56px;text-transform:capitalize}.super-jump-menu.collapsed nav .onpage-nav-btn{background-color:#286dc0;border-style:none;display:block;padding:0;position:absolute;width:56px;top:0;right:0;bottom:0}@media print,screen and (min-width:48.0625em){.super-jump-menu.collapsed nav .onpage-nav-btn{padding:0}}.super-jump-menu.collapsed nav .onpage-nav-btn::before{content:"";color:#fff;font-family:"Font Awesome 6 Pro";font-size:1.25rem;font-weight:100}.super-jump-menu.collapsed nav .onpage-nav-btn:focus{background-color:#fff;outline:3px solid #013e7c}.super-jump-menu.collapsed nav .onpage-nav-btn:focus::before{color:#286dc0}.onpage-menu-open .super-jump-menu.collapsed nav .onpage-nav-btn{background-color:#7ab7ff}.onpage-menu-open .super-jump-menu.collapsed nav .onpage-nav-btn::before{content:""}.super-jump-menu.collapsed ul{background-color:#7ab7ff;display:none;padding-top:0;padding-bottom:0;position:absolute;top:56px;right:0;left:0}.onpage-menu-open .super-jump-menu.collapsed ul{display:block}.super-jump-menu.collapsed ul li{display:block}.super-jump-menu.collapsed ul li:not(:first-child){border-top:1px solid #013e7c}.super-jump-menu.collapsed ul li a.btn{color:#013e7c}.super-jump-menu.collapsed ul li a.btn::after{content:""}.super-jump-menu.collapsed ul li a.btn:hover,.super-jump-menu.collapsed ul li a.btn:focus{background-color:rgba(0,0,0,0);border-radius:4px;outline:3px solid #fff}.super-jump-menu.collapsed ul li a.btn.active{background-color:rgba(0,0,0,0);color:#222;font-weight:700}.site-header.site-header--beyond-threshold.site-header--scroll-up+.page-wrapper .super-jump-menu.sticky{-webkit-transform:translateY(3.4375rem);transform:translateY(3.4375rem)}@media print,screen and (min-width:64.0625em){.site-header.site-header--beyond-threshold.site-header--scroll-up+.page-wrapper .super-jump-menu.sticky{-webkit-transform:translateY(12rem);transform:translateY(12rem)}}.utility-menu{background-color:#013e7c;padding:.9375rem 20px}.utility-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none}.utility-menu li:not(:first-child){border-top:1px solid #031b3d}.utility-menu a{color:#fff;display:block;font-size:.9375rem;padding:.9375rem 0;text-decoration:none}@media print,screen and (min-width:64.0625em){.utility-menu a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.utility-menu a{margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.utility-menu a{margin-bottom:0}}.utility-menu a.external::after{color:#e7da99;font-size:.9375rem;margin-left:6px;vertical-align:baseline}@media print,screen and (min-width:64.0625em){.utility-menu{background-color:rgba(0,0,0,0);padding:0;padding-right:2.8125rem}.utility-menu ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.utility-menu ul li{border-right:1px solid #ccc}.utility-menu ul li:not(:first-child){border-top-style:none}.utility-menu a{color:#013e7c;display:inline;padding:.625rem 1.25rem}.utility-menu a.external::after{color:#286dc0}.utility-menu a:hover{color:#031b3d}.utility-menu a:hover::after{color:#031b3d}}body{display:block}.accordion{clear:both}.accordion+.accordion{margin-top:.625rem}.accordion__button{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;background-color:#113567;position:relative;width:100%;margin:0;padding-top:20px;padding-bottom:20px;padding-right:1.25rem;padding-left:1.25rem;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;border-style:none}@media print,screen and (min-width:48.0625em){.accordion__button{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.accordion__button{padding-right:1.875rem;padding-left:1.875rem}}@media print,screen and (min-width:64.0625em){.accordion__button{padding-right:1.875rem;padding-left:1.875rem}}.accordion__button:hover,.accordion__button:focus{text-decoration:underline;text-underline-offset:6px}.accordion__button:focus.btn{background:#013e7c;color:#fff}.accordion__icon{position:absolute;top:0;right:1.25rem;bottom:0;width:.625rem;height:1.25rem;margin:auto;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center;transform-origin:center}.accordion__icon::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:""}.accordion__content{display:none;padding-top:0;padding-bottom:1.25rem;padding-right:1.25rem;padding-left:1.25rem}.accordion__content::before,.accordion__content::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.accordion__content::after{clear:both}@media print,screen and (min-width:48.0625em){.accordion__content{padding-right:1.875rem;padding-left:1.875rem}}@media print,screen and (min-width:64.0625em){.accordion__content{padding-right:1.875rem;padding-left:1.875rem}}:root:not(.oho-js) .accordion__content{display:block}.accordion__content .ck-content h2::before,.accordion__content .ck-content h2::after,.accordion__content .wysiwyg h2::before,.accordion__content .wysiwyg h2::after,.accordion__content h2::before,.accordion__content h2::after{display:none}.accordion__content *:last-child{margin-bottom:0}@media print,screen and (min-width:48.0625em){.accordion__content{padding-bottom:1.5625rem}}.accordion--open{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.15);box-shadow:0 0 6px 0 rgba(0,0,0,.15)}.accordion--open>.accordion__button,:root:not(.oho-js) .accordion__button{color:#113567;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.accordion--open>.accordion__button:hover,.accordion--open>.accordion__button:focus,:root:not(.oho-js) .accordion__button:hover,:root:not(.oho-js) .accordion__button:focus{background-color:#fff}.accordion--open>.accordion__button:hover,:root:not(.oho-js) .accordion__button:hover{color:#286dc0}.accordion--open>.accordion__button:focus,:root:not(.oho-js) .accordion__button:focus{color:#113567}.accordion--open>.accordion__button .accordion__icon,:root:not(.oho-js) .accordion__button .accordion__icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion--mobile .accordion__button:disabled{display:none}.accordion--mobile .accordion__button:disabled+.accordion__content{display:block !important;padding:0;border:0;background-color:rgba(0,0,0,0)}.accordions .section-heading{margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.accordions .section-heading{margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.accordions .section-heading{margin-bottom:1.875rem}}.wysiwyg .accordions{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions{margin-top:2.5rem}}.wysiwyg .accordions .section-heading__heading{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem;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__description{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__description{margin-bottom:1.875rem}}.wysiwyg .accordions .grid-container{padding:0}.wysiwyg .accordions .grid-x>.accordions__content{width:100%}.additional-resources .grid-container{padding-right:0;padding-left:0}.additional-resources h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.additional-resources h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.additional-resources h3{font-size:1.625rem}}.additional-resources__box{background-color:#013e7c;color:#fff;padding:2.5rem 1.25rem}.additional-resources__box:nth-child(even){background-color:#113567}.additional-resources__box ul{list-style-type:none}.additional-resources__box a{color:#fff;-webkit-text-decoration-color:#e7da99;text-decoration-color:#e7da99}.additional-resources__box a:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.additional-resources__box a::after{color:#e7da99}.additional-resources__box span{display:block}.additional-resources__box .additional-resources__link{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;margin:0;margin-top:1rem}@media print,screen and (min-width:48.0625em){.additional-resources__box .additional-resources__link{margin-bottom:1.875rem}}.additional-resources__box .additional-resources__description{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.additional-resources__box .additional-resources__description{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.additional-resources__box{padding:4.375rem 3.75rem}.additional-resources__box .additional-resources__link{margin:0;margin-top:1rem}.additional-resources__box .additional-resources__description{margin:0;margin-top:.625rem}}@media screen and (min-width:80.0625em){.additional-resources .grid-container .grid-x{margin-right:-3.75rem;margin-left:-3.75rem}}.alpha-jump-links{padding:2.5rem;background-color:#eeebf2}.alpha-jump-links ul{margin:0;padding:0;list-style:none}.alpha-jump-links li{display:inline-block;margin:0 .5em .5em 0;color:gray;font-size:1.5rem;font-weight:600}.oho-animate{-webkit-transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;-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}.announcement-feature{background-color:#fff}.announcement-feature__container{row-gap:1.875rem}@media print,screen and (min-width:48.0625em){.announcement-feature__container{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.announcement-feature .featured-article-item{max-width:30rem}.announcement-feature .featured-article-item .publish-date{margin-bottom:0}.announcement-feature .featured-article-item p{font-size:.9375rem;margin-bottom:0}.announcement-feature .featured-article-item:not(:first-child){margin-top:1.875rem}.announcement-listing h3 a{-webkit-box-shadow:inset 0px -1px 0px 0px #c1b36d;box-shadow:inset 0px -1px 0px 0px #c1b36d;padding-bottom:.125rem;text-decoration:none}.announcement-listing h3 a:hover{-webkit-box-shadow:inset 0px -1px 0px 0px #286dc0;box-shadow:inset 0px -1px 0px 0px #286dc0}.announcement-listing ol{margin-top:0}.announcement-listing li{padding-left:0}.announcement-listing li:before{display:none}@media print,screen and (max-width:48.06125em){.announcement-listing .search-result:not(:last-child)::after{content:"";display:block;height:.625rem;width:100%;background-color:#f8f8f8;margin-top:1.875rem;margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.announcement-listing .search-result+.search-result{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.announcement-listing .search-result+.search-result{margin-top:3.125rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.announcement-listing .search-result+.search-result{margin-top:3.75rem}}.body-section{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.body-section{padding-top:5rem}}.body-section:last-child{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.body-section:last-child{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.body-section:last-child{padding-bottom:6.25rem}}.wysiwyg-block .cta-feature-box:nth-child(2){margin-top:1.875rem;margin-bottom:1.875rem}.breadcrumbs{margin-top:1.25rem;padding:0}.breadcrumbs li{display:inline-block;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0;padding-left:0}@media print,screen and (min-width:48.0625em){.breadcrumbs li{margin-bottom:1.875rem}}.breadcrumbs li:first-child::before{display:none}.breadcrumbs li:nth-child(n+2)::before{color:#c1b36d;content:"//";font-size:1rem;line-height:1.25rem;padding:0 1rem;position:relative}@media print,screen and (min-width:48.0625em){.breadcrumbs{margin-top:1.875rem}.breadcrumbs li{margin-bottom:0}}.dark-bg .breadcrumbs li:nth-child(n+2)::before{color:#7ab7ff}@media print,screen and (max-width:48.06125em){.breadcrumbs li:not(:first-child){display:none}.breadcrumbs li:first-child a{-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d}.breadcrumbs li:first-child::before{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#7ab7ff;content:"";display:inline;font-weight:100;margin-right:.375rem;position:relative}}.card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card .card__content__inner{padding:1.25rem}.card .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card img{display:block}.card__media{position:relative}.card figure{margin:0}@media print,screen and (min-width:48.0625em){.card--medium{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--medium .card__content__inner{padding:1.875rem}.card--medium .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--medium .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--medium img{display:block}}@media print,screen and (min-width:48.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--large .card__content__inner{padding:1.875rem}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--large img{display:block}}@media print,screen and (min-width:64.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--large .card__content__inner{padding:5rem}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--large img{display:block}}.card--inline{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--inline .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--inline .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--inline img{display:block}@media print,screen and (max-width:48.06125em){.card--stacked--small{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--stacked--small .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--stacked--small .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--stacked--small img{display:block}}.card--stacked{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--stacked .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--stacked .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--stacked img{display:block}.card--collapse{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--collapse .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--collapse .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--collapse .card__content__inner{padding-right:0;padding-bottom:0;padding-left:0}.card--collapse img{display:block}.card--tiny{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--tiny .card__content__inner{padding:1.25rem}.card--tiny .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0}.card--tiny .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--tiny img{display:block}.card--tiny h2,.card--tiny h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.card--tiny h2,.card--tiny h3{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.card--offset{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-6.25rem}.card--offset .card__content__inner{padding:5rem}.card--offset .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--offset .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--offset img{display:block}}.card--full-width{position:relative}.card--full-width .card__content{padding-bottom:2.5rem;padding-right:2.5rem;position:absolute;max-width:40.625rem}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-bottom:3.75rem}}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-right:3.125rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-right:3.75rem}}.card--full-width .card__content__inner{background:#d9d9d9}@media print,screen and (min-width:48.0625em){.card--full-width{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--full-width .card__content__inner{padding:5rem}.card--full-width .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--full-width .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--full-width img{display:block}}.cards-feature h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cards-feature h3{font-size:1.25rem;letter-spacing:0}}@media print,screen and (min-width:64.0625em){.cards-feature h3{font-size:1.375rem}}.cards-feature__cards-wrapper{row-gap:1.25rem}@media print,screen and (min-width:48.0625em){.cards-feature__cards-wrapper{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.cards-feature__cards-container{padding-right:1.25rem;padding-left:1.25rem;max-width:1320px;margin-left:auto;margin-right:auto}.cards-feature .card{padding:1.25rem;background-color:#fff;-webkit-box-shadow:0px 0px 4px rgba(0,0,0,.1);box-shadow:0px 0px 4px rgba(0,0,0,.1);gap:1.25rem}@media print,screen and (min-width:48.0625em){.cards-feature .card{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.cards-feature .card{padding:2.5rem}}.cards-feature .card p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;color:#555;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cards-feature .card p{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.cards-feature .card p{margin-bottom:0}}.cards-feature .card__content__inner{padding:0}.checkerboard .checkerboard-item .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkerboard .checkerboard-item:nth-child(even) .grid-x{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.checkerboard .checkerboard-item:not(:first-child){margin-top:2.5rem}.checkerboard .checkerboard-item .checkerboard-item__media{margin-bottom:1.875rem}.checkerboard .checkerboard-item .checkerboard-item__media figure{margin:0;margin-right:-1.25rem;margin-left:-1.25rem}.checkerboard .checkerboard-item .checkerboard-item__media figure img{background-color:#ccc}.checkerboard .checkerboard-item .checkerboard-item__media figure figcaption{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;border-bottom:3px solid #eee;color:#222;font-style:normal;margin-top:0;margin-right:20px;margin-bottom:0;margin-left:20px;padding-top:.9375rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.checkerboard .checkerboard-item .checkerboard-item__media figure figcaption{margin-bottom:1.875rem}}.checkerboard .checkerboard-item .checkerboard-item__media figure figcaption p{margin-bottom:0}.checkerboard .checkerboard-item .checkerboard__content__inner h3{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.1;margin-bottom:0;margin:0}@media print,screen and (min-width:48.0625em){.checkerboard .checkerboard-item .checkerboard__content__inner h3{font-size:2.25rem}}@media print,screen and (min-width:64.0625em){.checkerboard .checkerboard-item .checkerboard__content__inner h3{font-size:2.5rem}}.checkerboard .checkerboard-item .checkerboard__content__inner .ck-content,.checkerboard .checkerboard-item .checkerboard__content__inner .wysiwyg{margin-top:.9375rem}.checkerboard .checkerboard-item .checkerboard__content__inner a.btn{margin-top:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.checkerboard .checkerboard-item .checkerboard__content__inner a.btn{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.checkerboard .checkerboard-item .checkerboard__content__inner a.btn{margin-top:1.875rem}}@media print,screen and (min-width:48.0625em){.checkerboard .checkerboard-item:not(:first-child){margin-top:0}.checkerboard .checkerboard-item .checkerboard__content{padding-top:1.25rem;padding-bottom:1.25rem}.checkerboard .checkerboard-item .checkerboard-item__media{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch}.checkerboard .checkerboard-item .checkerboard-item__media figure{position:relative;height:100%}.checkerboard .checkerboard-item .checkerboard-item__media figure figcaption{background-color:#fff;border-bottom:0;margin:1.875rem;padding:.3125rem .625rem;position:absolute;right:0;bottom:0}.checkerboard .checkerboard-item .checkerboard-item__media figure img{height:100%;width:auto;-o-object-fit:cover;object-fit:cover}.checkerboard .checkerboard-item .checkerboard__content__inner{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (min-width:80.0625em){.checkerboard .checkerboard-item:nth-child(even) .checkerboard-item__media figure{margin-right:-3.75rem;margin-left:-1.25rem}.checkerboard .checkerboard-item:nth-child(even) .checkerboard-item__media figure figcaption{margin-right:3.75rem;margin-left:1.875rem}.checkerboard .checkerboard-item .checkerboard-item__media figure{margin-left:-3.75rem}.checkerboard .checkerboard-item .checkerboard-item__media figure figcaption{margin-left:3.75rem}}.photo-box__teaser{float:left;width:calc(100vw - 6rem)}.photo-box__teaser+.photo-box__teaser{margin-left:2rem}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.photo-box__teaser{width:calc(50vw - 4rem)}}@media print,screen and (min-width:64.0625em){.photo-box__teaser{width:360px}}@media print,screen and (min-width:64.0625em){.section--photo-boxes .listing-slick{display:-webkit-box;display:-ms-flexbox;display:flex}}.section--photo-boxes{overflow-x:hidden}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.section--photo-boxes .listing-slick{right:1rem}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.section--photo-boxes .listing-slick{right:-1rem}}.section--photo-boxes .slick-list{overflow:visible !important}.section--photo-boxes .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.section--photo-boxes .btn{display:inline-block;margin:rem(60) auto 0}.photo-box__teaser a{text-align:center;text-decoration:none}.photo-box__teaser div{background-color:rgba(0,0,0,.5);background-size:cover;-webkit-background-blend-mode:multiply;background-blend-mode:multiply}.photo-box__teaser h3,.photo-box__teaser p{color:#fff}.photo-box__teaser h3{position:relative;font-size:1.4rem;line-height:1.285}.photo-box__teaser span{display:block;margin-bottom:.25rem;text-transform:uppercase;color:#fff;font-size:.8rem;font-weight:600}.photo-box__teaser a p{margin-bottom:0;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif}.photo-box--small div{padding:2rem}.photo-box--small h3{margin-bottom:2rem;font-size:1rem;line-height:1.4}.photo-box--large{max-width:100%}.photo-box--large div{padding:3rem}.photo-box--large h3{margin-bottom:3rem;font-size:1.4rem;line-height:1.285}.no-touch .photo-box__teaser a:hover div{background-color:rgba(149,31,36,.9)}.no-touch .photo-box__teaser a:hover h3::after{position:absolute;bottom:-1rem;left:calc((100% - 11rem)/2);display:block;width:11rem;height:1px;content:"";background:#fff}.photo-box--large a:hover h3::after{bottom:-1.5rem;left:calc((100% - 18rem)/2);width:18rem}.photo-box__teasers--small,.photo-box__teasers--large{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:42em){.photo-box__teasers--small,.photo-box__teasers--large{margin-right:-1rem;margin-left:-1rem}}.photo-box__teasers--large{position:relative}@media screen and (max-width:39.99em){.photo-box__teasers--large{margin-bottom:4rem}.photo-box__teasers--large::after{position:absolute;bottom:-2rem;left:3rem;clear:both;width:calc(100% - 6rem);height:1px;content:"";background-color:#999}}.photo-box--large{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;width:100%;height:auto;margin:1rem}@media screen and (min-width:42em)and (max-width:68.49em){.photo-box--large{width:60%}}@media screen and (min-width:68.5em){.photo-box--large{width:46.33%}}.photo-box__teaser.photo-box--large{margin-left:1rem}.photo-box__teasers--small .photo-box--small{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;width:100%;height:auto;margin:1rem}@media screen and (min-width:40em)and (max-width:1079px){.photo-box__teasers--small .photo-box--small{width:44%}}@media screen and (min-width:1080px)and (max-width:1159px){.photo-box__teasers--small .photo-box--small{width:28%}}@media screen and (min-width:1160px){.photo-box__teasers--small .photo-box--small{width:29.75%}}.contact-section .section-heading{margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.contact-section .section-heading{margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.contact-section .section-heading{margin-bottom:1.875rem}}.contact-section__listing-item:not(:first-child){border-top:1px solid #ccc;margin-top:1.875rem;padding-top:1.875rem}.contact-section__listing .grid-container{padding:0}.contact-section__listing p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.contact-section__listing p{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.contact-section__listing p{margin:0;margin-top:.625rem}}@media print,screen and (min-width:64.0625em){.contact-section__listing p{margin:0;margin-top:.625rem}}.contact-section__primary-contact{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0;margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.contact-section__primary-contact{margin-bottom:1.875rem}}.contact-section__primary-contact>.contact-section__primary-contact__name{color:#222;font-weight:700}.contact-section__primary-contact>span{color:#555;display:block}.contact-section__primary-contact li{margin-top:.5rem}@media print,screen and (min-width:48.0625em){.contact-section__primary-contact{margin:0}}@media print,screen and (min-width:64.0625em){.contact-section__primary-contact{margin:0}}.contact-section__facility .contact-section__listing .grid-container{padding-left:1.25rem;padding-right:1.25rem}.contact-section__facility .contact-section__listing-item{padding-top:1.875rem;padding-bottom:1.875rem}.contact-section__facility .contact-section__listing-item:nth-child(odd){background:-webkit-gradient(linear,left top,right top,from(#F6F6F6),to(#FFFFFF));background:linear-gradient(90deg,#F6F6F6 0%,#FFFFFF 100%)}.contact-section__facility .contact-section__listing-item:not(:first-child){border-top:none;margin-top:0}.contact-section__facility .contact-section__listing-item .contact-image{margin-bottom:1.25rem;margin-right:1.25rem;margin-left:1.25rem}.contact-section__facility .contact-section__listing-item .contact-image img{width:100%;height:auto}.contact-section__facility .contact-section__listing-item .contact-description{margin-left:1.25rem}.contact-section__facility .contact-section__listing-item .contact-description p{margin-top:.9375rem}.contact-section__facility .contact-section__listing-item .contact-section__primary-contact{margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.contact-section__facility .contact-section__listing-item{padding-top:3.125rem;padding-bottom:3.125rem}.contact-section__facility .contact-section__listing-item .contact-image{width:22%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0;margin-left:0}.contact-section__facility .contact-section__listing-item .contact-image img{width:auto}.contact-section__facility .contact-section__listing-item .contact-title{width:100%;-ms-flex-item-align:end;align-self:flex-end}.contact-section__facility .contact-section__listing-item .contact-title+.contact-details{margin-top:.625rem}.contact-section__facility .contact-section__listing-item .contact-description-details{width:56%;padding-right:4%}.contact-section__facility .contact-section__listing-item .contact-description{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:72%}.contact-section__facility .contact-section__listing-item .contact-description p{margin-top:.625rem}.contact-section__facility .contact-section__listing-item .contact-details{width:36%;margin-right:4%}.contact-section__facility .contact-section__listing-item .contact-section__primary-contact{margin-top:0}}@media print,screen and (min-width:64.0625em){.contact-section__facility .contact-section__listing-item .contact-description{width:74%}.contact-section__facility .contact-section__listing-item .contact-details{width:38%}}.cores-location{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0}@media print,screen and (min-width:48.0625em){.cores-location{margin-bottom:1.875rem}}.cores-location span{display:block}.cores-location__result-type::after{border-top:1px solid #ccc;content:"";display:inline-block;height:.3125rem;margin-right:.75rem;margin-left:.75rem;width:1.875rem}.cores-location__location,.cores-location__location-offering{margin-left:0}.cores-location__location~.cores-location__location-offering-label::before{border-top:1px solid #ccc;content:"";display:inline-block;height:.3125rem;margin-right:.75rem;margin-left:.75rem;width:1.875rem}@media print,screen and (min-width:40.0625em){.cores-location span{display:inline-block}.cores-location__location,.cores-location__location-offering{margin-left:.75rem}}@media print,screen and (min-width:48.0625em){.cores-location{margin:0}}.cores-detail__info-box{padding:1.875rem;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.15);box-shadow:0 0 6px 0 rgba(0,0,0,.15);margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.cores-detail__info-box{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.cores-detail__info-box{padding:2.5rem}}.cores-detail__info-box .info-box__content{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;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:20px;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cores-detail__info-box .info-box__content{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.cores-detail__info-box .info-box__content{margin-bottom:0}}.cores-detail__info-box .info-box__content h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;margin-top:0;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cores-detail__info-box .info-box__content h3{margin-bottom:1.875rem}}.cores-detail__info-box .info-box__content p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.cores-detail__info-box .info-box__content p{margin-bottom:1.875rem}}.cores-detail__info-box .info-box__content .info-box__primary-contact span{color:#555;display:block}.cores-detail__info-box .info-box__content .icon-list li{margin-top:.5rem}.cores-detail__info-box .info-box__content .icon-list li .icon-list__icon::before{line-height:1.25rem}.cores-detail__info-box .info-box__content .info-box__hours-and-location>span{color:#555}.cores-detail__info-box .info-box__content .info-box__hours-and-location span+div{margin-top:.3125rem}.cores-detail__info-box .info-box__content .info-box__hours>span,.cores-detail__info-box .info-box__content .info-box__location>span{font-weight:700;letter-spacing:0.25px}.cores-detail__info-box .info-box__content .info-box__hours p,.cores-detail__info-box .info-box__content .info-box__location p{display:inline;margin:0}.cores-detail__info-box .info-box__schedule>span{color:#555}.cores-detail__info-box .icon-list__schedule--info p{margin-bottom:0}@media print,screen and (min-width:48.0625em){.cores-detail__info-box{margin-top:1.875rem;margin-left:40px}.cores-detail__info-box .info-box__content h3{margin-top:0;margin-bottom:0}}.cta-feature-box{margin-top:1.875rem;padding:1.875rem}@media print,screen and (min-width:48.0625em){.cta-feature-box{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.cta-feature-box{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){.cta-feature-box{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.cta-feature-box{padding:2.5rem}}.cta-feature-box h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.cta-feature-box h3{font-size:1.125rem}}.cta-feature-box h3 a{color:#222}.cta-feature-box a.btn{margin-bottom:0}.cta-feature-box a.btn:not(:first-child){margin-top:.875rem}.cta-feature-box+.cta-feature-box{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.cta-feature-box{margin-top:0}}.hero .cta-feature-box{background-color:#113567}.hero .cta-feature-box a{-webkit-text-decoration-color:#7ab7ff;text-decoration-color:#7ab7ff}.title-area--search{margin-top:2.5rem;position:relative}.title-area--search .form-text{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0;padding:.9375rem 1.25rem}@media print,screen and (min-width:48.0625em){.title-area--search .form-text{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.title-area--search .form-text{margin:0;padding:1.75rem 1.875rem}}.title-area--search .form-text::-webkit-input-placeholder{color:#555}.title-area--search .form-text::-moz-placeholder{color:#555}.title-area--search .form-text:-ms-input-placeholder{color:#555}.title-area--search .form-text::-ms-input-placeholder{color:#555}.title-area--search .form-text::placeholder{color:#555}.title-area--search .form-actions{margin-top:.625rem}@media print,screen and (min-width:48.0625em){.title-area--search .form-actions{margin-top:0;position:absolute;top:0;right:0;bottom:0}}.title-area--search .form-actions .form-submit{height:100%}.title-area--search .form-actions .form-submit::before{content:"";font-family:"Font Awesome 6 Pro";font-weight:100;margin-right:.75rem}.title-area--search .form-actions .form-submit:hover{background-color:#013e7c;border-color:#013e7c}.facet-container{margin-top:.9375rem;position:relative}.facet-container .item-list__checkbox{margin-top:0}.facet-container>a.btn{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;background-color:#fff;border-color:#fff;color:#013e7c;margin-bottom:0;text-align:left;width:100%}@media print,screen and (min-width:48.0625em){.facet-container>a.btn{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.facet-container>a.btn{margin-bottom:0}}.facet-container>a.btn.open::after{margin-top:-0.125rem;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.facet-container>a.btn::after{border-color:#c1b36d;border-style:solid;border-width:0 2px 2px 0;content:"";height:.875rem;width:.875rem;position:absolute;right:1.875rem;top:50%;margin-top:-0.625rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.facet-container .open+#yale-research-technical-areas{display:block}.facet-container #yale-research-technical-areas{background-color:#fff;-webkit-box-shadow:0px 6px 6px rgba(0,0,0,.25);box-shadow:0px 6px 6px rgba(0,0,0,.25);display:none;padding:0 1.875rem 1.25rem 1.875rem;position:absolute;width:100%;z-index:5}.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button{font-size:1rem;padding:1.25rem 1.875rem;border-color:#286dc0;color:#fff;background:#286dc0;margin-top:1rem;width:100%}.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button::before,.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button::after{color:#fff}.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover{color:#fff;border-color:#013e7c;background:#013e7c}.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover::before,.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover::after{color:#fff}.primary-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover,.medium-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover,.dark-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover,.gradient-bg--dark .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus{color:#286dc0;border-color:#286dc0;background:#fff}.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::before,.facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::after{color:#286dc0}.primary-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus,.medium-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus,.dark-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus,.gradient-bg--dark .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::before,.primary-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::after,.medium-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::before,.medium-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::after,.dark-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::before,.dark-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::after,.gradient-bg--dark .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::before,.gradient-bg--dark .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus::after{color:#fff}.dark-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover,.medium-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:hover{background-color:#013e7c;border-color:#013e7c}.dark-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus,.medium-bg .facet-container #yale-research-technical-areas>div:last-child .facets-apply-button:focus{background-color:#fff;border-color:#286dc0;color:#286dc0}.facet-container #yale-research-technical-areas>div:last-child a{color:#013e7c;display:block;margin-top:.5rem;text-align:center}.facet-container #yale-research-technical-areas>div:last-child a:hover{color:#286dc0}.facet-container .block-facet--yale-research-checkboxes{border-top:1px solid #ccc;max-height:27.875rem;overflow-y:auto;padding-top:1.25rem;padding-bottom:.9375rem}.facet-container .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0}@media print,screen and (min-width:48.0625em){.facet-container .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.facet-container .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes{margin:0}}.facet-container .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]{display:block;opacity:0;position:absolute}.facet-container .block-facet--yale-research-checkboxes .facets-widget-yale_research_checkboxes [type=checkbox]:focus+label{border-radius:5px;border-top:1px solid #013e7c;border-bottom:1px solid #013e7c}.facet-container .block-facet--yale-research-checkboxes [type=checkbox]{display:none}.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:checked+label::before,.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:checked~a::before{background-color:#013e7c;border-color:#013e7c}.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:checked+label::after,.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:checked~a::after{border-style:solid;border-color:#fff;border-width:0 2px 2px 0;content:"";height:.6rem;margin-top:-0.4rem;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.3em;top:1.25rem;left:.375rem}.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:indeterminate+label::after,.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:indeterminate~a::after{border-style:solid;border-color:#286dc0;border-width:2px 0 0;content:"";height:0;margin-top:-.0625rem;position:absolute;width:.5rem;top:1.25rem;left:calc(.25rem + 1px)}.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:disabled+label,.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:disabled~a{color:#ccc;cursor:not-allowed;pointer-events:none}.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:disabled+label::before,.facet-container .block-facet--yale-research-checkboxes [type=checkbox]:disabled~a::before{border-color:#ccc}.facet-container .block-facet--yale-research-checkboxes label,.facet-container .block-facet--yale-research-checkboxes a{font-weight:700;letter-spacing:0.25px;color:#222;line-height:1.4;margin:0;padding:.6875rem 0;padding-left:26px;position:relative;width:100%}.facet-container .block-facet--yale-research-checkboxes label::before,.facet-container .block-facet--yale-research-checkboxes a::before{border:1px solid #286dc0;border-radius:3px;content:"";display:inline-block;height:1rem;margin-left:-26px;position:absolute;vertical-align:middle;width:1rem}.facet-container .block-facet--yale-research-checkboxes label span:first-child,.facet-container .block-facet--yale-research-checkboxes a span:first-child{margin-right:.5rem}.facet-container .block-facet--yale-research-checkboxes label:hover,.facet-container .block-facet--yale-research-checkboxes a:hover{color:#286dc0}.facet-container .block-facet--yale-research-checkboxes a{text-decoration:none}.facet-container .block-facet--yale-research-checkboxes a .facet-item__status{display:none}.research-availability .item-list__checkbox{margin-top:1.875rem;list-style-type:none}@media print,screen and (min-width:48.0625em){.research-availability .item-list__checkbox{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.research-availability .item-list__checkbox{margin-top:2.5rem}}.research-availability .item-list__checkbox .facet-item [type=checkbox]{display:none}.research-availability .item-list__checkbox .facet-item [type=checkbox]:checked+label::after,.research-availability .item-list__checkbox .facet-item [type=checkbox]:checked~a::after{border-style:solid;border-color:#000;border-width:0 2px 2px 0;content:"";height:.6rem;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.3em;top:.5rem;left:.425rem}.research-availability .item-list__checkbox .facet-item label{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;display:none;margin:0;position:relative}@media print,screen and (min-width:48.0625em){.research-availability .item-list__checkbox .facet-item label{margin-bottom:1.875rem}}.research-availability .item-list__checkbox .facet-item label::before{background-color:#fff;content:"";display:inline-block;height:1.25rem;margin-right:.9375rem;vertical-align:middle;width:1.25rem}.research-availability .item-list__checkbox .facet-item a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;display:block !important;margin:0;padding-left:2.5rem;position:relative;text-decoration:none}@media print,screen and (min-width:48.0625em){.research-availability .item-list__checkbox .facet-item a{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.research-availability .item-list__checkbox .facet-item a{margin:0}}.research-availability .item-list__checkbox .facet-item a::before{background-color:#fff;content:"";display:inline-block;height:1.25rem;margin-right:.9375rem;position:absolute;vertical-align:middle;width:1.25rem;top:.25rem;left:0}.research-availability .item-list__checkbox .facet-item a:hover{color:#fff}.research-availability .item-list__checkbox .facet-item a .facet-item__status{display:none}[data-fancybox-modal]{display:none}.featured-article-item figure{margin:0}.featured-article-item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.featured-article-item h3{font-size:1.125rem}}.featured-article-item p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.featured-article-item p{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.featured-article-item p{margin-bottom:0}}.featured-article-item p:empty{display:none}.featured-article-item .publish-date{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.featured-article-item .publish-date{margin-bottom:1.875rem}}.gallery-section{padding-top:3.125rem;padding-bottom:3.125rem;margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.gallery-section{padding-top:5rem;padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.gallery-section{padding-top:6.25rem;padding-bottom:6.25rem}}.checkerboard+.gallery-section{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.checkerboard+.gallery-section{padding-top:6.25rem}}@media print,screen and (min-width:64.0625em){.checkerboard+.gallery-section{padding-top:9.375rem}}.gray-bg+.gallery-section{margin-top:0}.gallery-section__slider .swiper-container{position:relative}.gallery-section__slider .swiper-container .swiper-pagination{background-color:#113567;color:#7ab7ff;display:inline-block;font-weight:700;padding:10px 20px}.gallery-section__slider .swiper-container .swiper-pagination span{color:#fff}.gallery-section__item{opacity:.2;-webkit-transition:opacity 1s;transition:opacity 1s}.gallery-section__item.swiper-slide-active{opacity:1}.gallery-section__item.swiper-slide-active figure figcaption{opacity:1}.gallery-section__item.swiper-slide-prev{opacity:0}.gallery-section__item figure{margin:0}.gallery-section__item figure .media-container{position:relative}.gallery-section__item figure .media-container a:hover+.play-button{color:#286dc0}.gallery-section__item figure figcaption{border-style:none;margin-top:1.25rem;opacity:0;-webkit-transition:opacity .4s ease .2s;transition:opacity .4s ease .2s}@media print,screen and (min-width:48.0625em){.gallery-section__item figure figcaption{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.gallery-section__item figure figcaption{margin-top:1.875rem}}.gallery-section__item figure figcaption span{display:block}.gallery-section__item figure figcaption span+span{margin-top:.625rem}.gallery-section__item figure figcaption a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;-webkit-text-decoration-color:#e7da99;text-decoration-color:#e7da99}@media print,screen and (min-width:48.0625em){.gallery-section__item figure figcaption a{margin-bottom:1.875rem}}.gallery-section__item figure figcaption p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;color:#fff;font-style:normal;margin:0}@media print,screen and (min-width:48.0625em){.gallery-section__item figure figcaption p{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.gallery-section__item figure figcaption p{margin:0}}.gallery-section__item__toggle{padding:0}.gallery-section+.additional-resources{margin-top:0}@media print,screen and (min-width:48.0625em){.checkerboard+.gallery-section{margin-top:-2.5rem}.gallery-section__slider .swiper-container .slider-navigation__next{right:-1.875rem}.gallery-section__slider .swiper-container .swiper-pagination{position:absolute;right:0;bottom:2.5rem}.gallery-section__item figure figcaption{margin-bottom:0;max-width:70%}}@media print,screen and (min-width:64.0625em){.gallery-section__item figure figcaption{margin-bottom:0}.gallery-section+.additional-resources{margin-top:-2.5rem}}@media screen and (min-width:80.0625em){.gallery-section>.grid-container{padding-right:0;padding-left:0}.gallery-section__slider .swiper-container .slider-navigation__prev{left:-4.6875rem}.gallery-section__slider .swiper-container .slider-navigation__next{right:-4.375rem}.gallery-section__slider .swiper-container .swiper-pagination{right:-2.5rem;bottom:1.25rem}.gallery-section__item figure .media-container{margin-right:-2.5rem;margin-left:-3.75rem}}.slider-navigation button{background-color:#fff;border-style:none;position:absolute;height:3.75rem;margin-top:-1.875rem;-webkit-transition:top 1s ease;transition:top 1s ease;width:3.75rem;z-index:3;top:30%}@media screen and (min-width:37.5em){.slider-navigation button{top:35%}}@media print,screen and (min-width:48.0625em){.slider-navigation button{top:38%}}.slider-navigation button:focus{border:3px solid #286dc0}.slider-navigation button:hover{background-color:#eee;color:#286dc0}.slider-navigation button:disabled{pointer-events:all}.slider-navigation button:disabled:hover{background-color:#fff}.slider-navigation__prev{left:-.9375rem}.slider-navigation__next{right:-.9375rem}.slider-navigation__next,.slider-navigation__prev{padding:0;color:#031b3d}@media print,screen and (max-width:48.06125em){.slider-navigation button{height:2.5rem;width:2.5rem}}.home--page .hero__media{position:relative;height:auto}.home--page .hero__media::after{background:linear-gradient(181.5deg,rgba(3,27,61,0) 0%,rgba(2,25,57,0.92) 30%,#021836 85%,#020C1B 100%);content:"";height:100%;position:absolute;opacity:.6;width:100%;bottom:0}@media print,screen and (min-width:48.0625em){.home--page .hero__media::after{content:none}}.home--page .hero__media img{display:block;height:22.8125rem;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:relative;width:100%}@media print,screen and (min-width:48.0625em){.home--page .hero__media img{height:100%}}@media print,screen and (min-width:48.0625em){.home--page.hero--parallax .hero__media{position:fixed;z-index:-1}}.home--page .hero__content-container{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%}.home--page .hero__content{position:absolute;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media print,screen and (min-width:48.0625em){.home--page .hero__content{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:58vh;position:relative;-webkit-transform:none;transform:none}.home--page .hero__content::after{content:"";position:absolute;height:100%;width:100%;z-index:-1;background:-webkit-gradient(linear,left bottom,left top,from(rgb(2,12,27)),color-stop(25%,rgb(2,24,54)),color-stop(33.3333%,rgba(2,25,57,0.92)),to(rgba(3,27,61,0)));background:linear-gradient(0deg,rgb(2,12,27) 0%,rgb(2,24,54) 25%,rgba(2,25,57,0.92) 33.3333%,rgba(3,27,61,0) 100%)}}@media print,screen and (min-width:64.0625em){.home--page .hero__content{height:76vh}}.home--page .hero__content--inner{max-width:56.25rem;padding-bottom:2.5rem;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(rgba(2,12,27,0.01)),to(rgba(2,12,27,0.01)));background:linear-gradient(rgba(2,12,27,0.01),rgba(2,12,27,0.01));text-shadow:0px 0px 8px rgba(0,0,0,.5)}@media print,screen and (min-width:48.0625em){.home--page .hero__content--inner{padding-bottom:4.6875rem}}.home--page .hero__content--inner p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;letter-spacing:0.25px;line-height:1.6;margin-bottom:0;margin-bottom:0;max-width:40rem}@media print,screen and (min-width:48.0625em){.home--page .hero__content--inner p{font-size:1.375rem;letter-spacing:0.5px}}.home--page h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem;margin:0}@media print,screen and (min-width:48.0625em){.home--page h2{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){.home--page h2{font-size:5rem;margin-bottom:0}}.home--page .cards-wrapper{position:relative;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){.home--page .cards-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.home--page .cards-wrapper p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.home--page .cards-wrapper p{margin-bottom:1.875rem}}.home--page .card{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(17,53,103,.95);color:#fff}.home--page .card+.card{background:rgba(1,62,124,.97)}.home--page .card__content{padding-top:2.5rem;padding-bottom:2.5rem;padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:48.0625em){.home--page .card__content{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.home--page .card__content{padding-top:5rem;padding-bottom:5rem}}.home--page .gallery-section{position:relative;margin-top:0}.home--page .btn{margin:0}.home--page .gradient-bg--dark{background:linear-gradient(173.3deg,rgba(3,27,61,0.95) 10.91%,#021836 25.59%,#020C1B 60.12%);color:#fff}@media print,screen and (min-width:48.0625em){.home--page .card{width:50%}.home--page .card .card__content{margin-right:auto;max-width:39.6875rem}.home--page .card:nth-child(1) .card__content{margin-right:0;margin-left:auto}}@media screen and (min-width:75.0625em){.home--page .card__content{padding-right:3.75rem;padding-left:3.75rem}}.hero{overflow:hidden;position:relative;-webkit-transition:padding-left .6s ease-in-out;transition:padding-left .6s ease-in-out}@media screen and (min-width:75em){.hero{max-width:1200px}}@media screen and (min-width:77.5em){.hero{margin-right:40px;max-width:none;padding-left:40px}}.hero>.grid-container{width:100%}.hero>.grid-container .grid-x{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.hero img,.hero video,.hero .video-feature{display:block;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;width:100%}.hero .hero__content--inner p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;letter-spacing:0.25px;line-height:1.6;margin-bottom:0}@media print,screen and (min-width:48.0625em){.hero .hero__content--inner p{font-size:1.375rem;letter-spacing:0.5px}}.hero--img.general--page.dark-bg a{color:#013e7c;text-decoration:underline;-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d;text-underline-offset:6px}.hero--img.general--page.dark-bg a:hover{-webkit-text-decoration-color:#286dc0;text-decoration-color:#286dc0}@media print,screen and (min-width:48.0625em){.hero--img{min-height:70vh}}@media print,screen and (min-width:64.0625em){.hero--img{min-height:78vh}}@media screen and (min-width:75.0625em){.hero--img{max-height:50rem}}.hero__media{display:block;height:12.5rem;width:100%}@media screen and (min-width:30.3125em){.hero__media{height:auto}}.hero__content{position:relative;z-index:3}.hero__content h1{margin-top:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.hero__content h1{margin-top:1.5rem}}.hero__content .btn{margin:auto}.autoplay-video-container{position:relative}.hero--video .video-feature,.hero--video video{position:relative;z-index:2}@media print,screen and (min-width:48.0625em){.hero--video img{position:absolute;top:0;left:0;height:100%}}.hero--no-img{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.hero--no-img{padding-top:3.125rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.hero--no-img{padding-top:5rem;padding-bottom:5rem}}.hero--no-img h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.5rem;font-weight:400;line-height:1.1}@media print,screen and (min-width:48.0625em){.hero--no-img h1{font-size:3.75rem}}.hero--parallax{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:relative}.hero--parallax .autoplay-video-container{display:none}@media print,screen and (min-width:48.0625em){.hero--parallax .autoplay-video-container{display:block}}@media print,screen and (min-width:48.0625em){.hero--parallax video{height:100%;-webkit-transform:translateY(calc(var(--scroll-tracker) * 35%));transform:translateY(calc(var(--scroll-tracker) * 35%));will-change:transform}.hero--parallax img{height:100%}.hero--parallax video,.hero--parallax .hero__media,.hero--parallax .video-feature,.hero--parallax .autoplay-video-container{-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;top:0;bottom:0;left:0}}.general--page{padding-top:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:48.0625em){.general--page{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.general--page{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.general--page{padding-bottom:5rem}}@media screen and (min-width:75em){.general--page{max-width:1200px}}@media screen and (min-width:77.5em){.general--page{margin-right:40px;max-width:none;padding-left:40px}}@media print,screen and (min-width:48.0625em){.general--page:not(.hero--no-img){color:#222}}.general--page:not(.hero--no-img) .hero__content{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.general--page:not(.hero--no-img) .hero__content{padding-top:0;padding-bottom:0}.general--page:not(.hero--no-img) .hero__content--inner{background-color:#fff}.general--page:not(.hero--no-img) .hero__content--inner .breadcrumbs li:nth-child(n+2)::before{color:#c1b36d}}@media print,screen and (min-width:48.0625em){.general--page:not(.hero--no-img) .breadcrumbs{color:#222}.general--page:not(.hero--no-img) .breadcrumbs a{color:#013e7c;-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d}}.general--page .h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.5rem;font-weight:400;line-height:1.1;margin-top:0}@media print,screen and (min-width:48.0625em){.general--page .h1{font-size:3.75rem}}@media print,screen and (min-width:48.0625em){.general--page .hero__content--inner{margin-left:-60px;max-width:calc(66.6666% + 60px + 40px);padding:3.75rem 60px}}.general--page .hero__content p{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.125rem;font-weight:400;letter-spacing:0.25px;line-height:1.6;margin-bottom:0}@media print,screen and (min-width:48.0625em){.general--page .hero__content p{font-size:1.375rem;letter-spacing:0.5px}}.general--page .breadcrumbs{padding:0}@media print,screen and (min-width:48.0625em){.general--page .breadcrumbs li:first-child::before{display:none}}@media print,screen and (min-width:48.0625em){.general--page .breadcrumbs li:before{display:inline-block}}@-webkit-keyframes left-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes left-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@-webkit-keyframes right-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(23deg);transform:rotate(23deg)}}@keyframes right-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(23deg);transform:rotate(23deg)}}.page--scroll-tracker .site-header{display:none}.page--scroll-tracker h1{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.student-journey{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:100vh}.student-journey h2{max-width:960px;text-transform:uppercase;font-size:12vw;line-height:.8}.student-journey h2 .oho-animate:last-child::after{display:block;width:3px;height:200px;content:"";-webkit-transition:height .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:height .8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-transition-delay:.8s;transition-delay:.8s;-webkit-transform:translateY(80px);transform:translateY(80px);background:#222}.student-journey h2 .oho-animate.oho-animate--ready:last-child::after{height:0;-webkit-transition:none;transition:none}.horizontal-story-container{position:relative;width:100%;min-height:4900vh}.horizontal-story{position:sticky;top:0;left:0;width:100vw;height:100vh;opacity:calc(var(--scroll-tracker)*20)}.horizontal-story .laptop-cloud{display:none;fill:url(#laptop-cloud-gradient)}.horizontal-story .background path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -8%));transform:translateX(calc(var(--scroll-tracker) * -8%));opacity:.7;fill:#dfe9f7}.horizontal-story .background path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%))}.horizontal-story .background path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.horizontal-story .background path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%))}.horizontal-story .background path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.horizontal-story .background path.cloud-background--offset-top{-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%)}.horizontal-story .background:nth-child(3) path,.horizontal-story .background:nth-child(4) path,.horizontal-story .background:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -4%));transform:translateX(calc(var(--scroll-tracker) * -4%))}.horizontal-story .background:nth-child(3) path:nth-child(2),.horizontal-story .background:nth-child(4) path:nth-child(2),.horizontal-story .background:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.horizontal-story .background:nth-child(3) path:nth-child(3),.horizontal-story .background:nth-child(4) path:nth-child(3),.horizontal-story .background:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -43%));transform:translateX(calc(var(--scroll-tracker) * -43%))}.horizontal-story .background:nth-child(3) path:nth-child(4),.horizontal-story .background:nth-child(4) path:nth-child(4),.horizontal-story .background:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%))}.horizontal-story .background:nth-child(3) path:nth-child(5),.horizontal-story .background:nth-child(4) path:nth-child(5),.horizontal-story .background:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.laptop__screen,.laptop__keyboard--accent{fill:#2d3079}.laptop__screen--inner{fill:#fff}.laptop__keyboard{fill:#71b3e2}.laptop__bars{fill:#ffe21a}.laptop__molecules{fill:#013e7c;-webkit-transform:rotate(calc(var(--scroll-tracker) * 0.05deg));transform:rotate(calc(var(--scroll-tracker) * 0.05deg));-webkit-transform-origin:70% 42.1%;transform-origin:70% 42.1%}.person{-webkit-transform:translateX(calc(var(--scroll-tracker) * 0.02%));transform:translateX(calc(var(--scroll-tracker) * 0.02%))}.person .skin{fill:#4e3a2d}.person .hair,.person .skirt,.person .shoe{fill:#2d3079;-webkit-transition:1.4s;transition:1.4s}.person .torso{fill:#aeaed7}.person .sleeve{fill:#fff}.person .mouth{fill:none;stroke:#f3f3f3;stroke-width:2.7032;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.leg{-webkit-transform-origin:58% 52%;transform-origin:58% 52%;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.leg--right{-webkit-animation-name:right-leg;animation-name:right-leg}.leg--left{-webkit-animation-name:left-leg;animation-name:left-leg}.grounds{-webkit-transform:translateY(6.1%);transform:translateY(6.1%)}.grounds line{fill:none;stroke:#97d1ed;stroke-width:4.1196;stroke-linecap:round;stroke-miterlimit:10;-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.grounds line:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -3%));transform:translateX(calc(var(--scroll-tracker) * -3%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -12%));transform:translateX(calc(var(--scroll-tracker) * -12%))}.ground:nth-child(3) path,.ground:nth-child(4) path,.ground:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -114%));transform:translateX(calc(var(--scroll-tracker) * -114%))}.ground:nth-child(3) path:nth-child(2),.ground:nth-child(4) path:nth-child(2),.ground:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.ground:nth-child(3) path:nth-child(3),.ground:nth-child(4) path:nth-child(3),.ground:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.ground:nth-child(3) path:nth-child(4),.ground:nth-child(4) path:nth-child(4),.ground:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -145%));transform:translateX(calc(var(--scroll-tracker) * -145%))}.ground:nth-child(3) path:nth-child(5),.ground:nth-child(4) path:nth-child(5),.ground:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.horizontal-story--content{position:relative;z-index:3;min-height:100vh}.horizontal-story--content .initial-12{padding:2.5rem;background:rgba(255,255,255,.5)}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding:3.125rem}}@media print,screen and (min-width:64.0625em){.horizontal-story--content .initial-12{padding:3.125rem}}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding-left:10%}}.st17{fill:#a0dadc}.st18{opacity:.15}.st19{fill:#875c35}.st20{fill:#77685a}.st21{fill:#517c7d}.st22{fill:#fcb773}.st23{fill:#d39053}.st24{fill:#aa774d}.st25{fill:#f37c73}.st26{fill:#a99989}.st27,.bush{fill:#2d7138}.st28{fill:#d2923b}.st29{fill:#61bd63}.st30{fill:#b9d248}.st31{fill:#ffe2c0}.st32{fill:#c65856}.st33{fill:#6384c2}.st34{fill:#416299}.st35{fill:#444544}.st36{fill:#666766}.st37{fill:#e7f1f4}.st38{fill:#747d53}.st39{fill:#586039}.st40{fill:#c7c6c6}.st41{fill:#f99d1c}.city .buildings-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -113%));transform:translateX(calc(var(--scroll-tracker) * -113%))}.city .house{-webkit-transform:translateX(calc(var(--scroll-tracker) * -135%));transform:translateX(calc(var(--scroll-tracker) * -135%))}.city .trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.city .buildings-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -183%));transform:translateX(calc(var(--scroll-tracker) * -183%))}.city .car{-webkit-transform:translateX(calc(var(--scroll-tracker) * -204%));transform:translateX(calc(var(--scroll-tracker) * -204%))}.city .van{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%))}.city .suv{-webkit-transform:translateX(calc(var(--scroll-tracker) * -245%));transform:translateX(calc(var(--scroll-tracker) * -245%))}.city .sign{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%))}.timeline-outer{-webkit-transform:translateX(12%);transform:translateX(12%)}.timeline{-webkit-transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%)}.timeline .purple-fill,.timeline__point{fill:#2d3079}.timeline__info-bubble .text{fill:#fff}.timeline__line{stroke:#2d3079;stroke-width:8px}.workingst17{opacity:.73;fill:#fff}.workingst18{fill:#d4dbe1}.workingst19{fill:#86c0e9}.workingst20{fill:#5d554e}.workingst21{fill:#3d4246}.workingst22{fill:#34383b}.workingst23{fill:#efa986}.workingst24{fill:#fdcda3}.workingst25{fill:#e2d2ca}.workingst26{fill:#4a5055}.workingst27{fill:#d7d6d6}.workingst28{fill:#c98462}.workingst29{fill:#df9e7d}.workingst30{fill:#e9e8e8}.workingst31{fill:#bcd5ef}.workingst32{fill:#767676}.workingst33{fill:#fff}.workingst34{fill:url(#SVGID_1_)}.workingst35{fill:url(#SVGID_2_)}.workingst36{fill:url(#SVGID_3_)}.workingst37{fill:#c5ccd1}.workingst38{fill:url(#SVGID_4_)}.workingst39{fill:#e0e1e0}.workingst40{fill:#b9b9b9}.workingst41{fill:#d9d9d8}.workingst42{fill:url(#SVGID_5_)}.workingst43{fill:url(#SVGID_6_)}.workingst44{fill:#d64e4b}.workingst45{fill:#2a2c47}.workingst46{fill:#3e426b}.workingst47{fill:#d0beb6}.workingst48{fill:#23263d}.workingst49{fill:#f15c5b}.workingst50{fill:#807167}.workingst51{fill:#191b2b}.workingst52{fill:#a77961}.workingst53{fill:#b1403e}.workingst54{fill:#292c45}.workingst55{fill:#eddad3}.workingst56{fill:#f5f6f6}.workingst57{fill:#62a9dc}.workingst58{fill:#3983c4}.workingst59{fill:#1a5a8d}.workingst60{fill:#2274b5}.workingst61{fill:#3a88c8}.workingst62{fill:url(#SVGID_7_)}.workingst63{fill:url(#SVGID_8_)}.workingst64{fill:url(#SVGID_9_)}.workingst65{fill:url(#SVGID_10_)}.workingst66{fill:url(#SVGID_11_)}.workingst67{fill:url(#SVGID_12_)}.workingst68{fill:#706966}.workingst69{fill:#ccbdb7}.workingst70{fill:#998e89}.workingst71{fill:#b59074}.workingst72{fill:#fcb557}.workingst73{fill:#434873}.workingst74{fill:#3b4048}.workingst75{fill:#323757}.workingst76{fill:#928783}.workingst77{fill:#5f5955}.workingst78{fill:#bfb2ac}.workingst79{fill:#b9aca6}.workingst80{fill:#f6f7fb}.workingst81{fill:#928681}.workingst82{fill:#dfe1e8}.workingst83{fill:#a0dadc}.workingst84{opacity:.15}.workingst85{fill:#875c35}.workingst86{fill:#77685a}.workingst87{fill:#517c7d}.workingst88{fill:#fcb773}.workingst89{fill:#d39053}.workingst90{fill:#aa774d}.workingst91{fill:#f37c73}.workingst92{fill:#a99989}.workingst93{fill:#2d7138}.workingst94{fill:#d2923b}.workingst95{fill:#61bd63}.workingst96{fill:#b9d248}.workingst97{fill:#ffe2c0}.workingst98{fill:#c65856}.workingst99{fill:#6384c2}.workingst100{fill:#416299}.workingst101{fill:#444544}.workingst102{fill:#666766}.workingst103{fill:#e7f1f4}.workingst104{fill:#747d53}.workingst105{fill:#586039}.workingst106{fill:#c7c6c6}.workingst107{fill:#f99d1c}.workingst108{fill:none;stroke:#2b2e74;stroke-width:7;stroke-miterlimit:10}.working-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -155%));transform:translateX(calc(var(--scroll-tracker) * -155%))}.working-middle{-webkit-transform:translateX(calc(var(--scroll-tracker) * -140%));transform:translateX(calc(var(--scroll-tracker) * -140%))}.working-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -129%));transform:translateX(calc(var(--scroll-tracker) * -129%))}.landscape-scrolltracker__scene{min-height:400vh}.landscape-scrolltracker__scene svg{position:sticky;top:0;height:100vh}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * 55%));transform:translateX(calc(var(--scroll-tracker) * 55%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_water{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare{-webkit-transform:translateX(14%);transform:translateX(14%)}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare path{-webkit-transform:rotateY(calc(var(--scroll-tracker) * 15deg));transform:rotateY(calc(var(--scroll-tracker) * 15deg));-webkit-transform-origin:58% 63%;transform-origin:58% 63%}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__streaks{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_stars{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-land,.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-foliage{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * -34%))}.landscape-scrolltracker__item--spring,.landscape-scrolltracker__item--sunset{position:relative}.landscape-scrolltracker__item--spring svg,.landscape-scrolltracker__item--sunset svg{z-index:2}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after,.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{position:absolute;top:0;left:0;width:100vw;height:350vh;margin-top:calc(var(--scroll-tracker)*-219%);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(153,26,9,0)),color-stop(35%,rgb(153,26,9)));background:linear-gradient(to bottom,rgba(153,26,9,0) 0%,rgb(153,26,9) 35%)}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(156,193,222,0)),color-stop(35%,rgb(156,193,222)));background:linear-gradient(to bottom,rgba(156,193,222,0) 0%,rgb(156,193,222) 35%)}.landscape-scrolltracker__item--sunset{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -65%));transform:translateX(calc(var(--scroll-tracker) * -65%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_clouds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -67%));transform:translateX(calc(var(--scroll-tracker) * -67%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_stars{-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_birds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -71%));transform:translateX(calc(var(--scroll-tracker) * -71%))}.landscape-scrolltracker__item--spring svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -55%));transform:translateX(calc(var(--scroll-tracker) * -55%))}.landscape-scrolltracker__item--spring #spring_trees-foreground{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%))}.landscape-scrolltracker__item--spring #spring_water,.landscape-scrolltracker__item--spring #spring_sky,.landscape-scrolltracker__item--spring #spring_foreground-hill,.landscape-scrolltracker__item--spring #spring_stars-dots,.landscape-scrolltracker__item--spring #spring_stars-twinkle{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--spring #spring_water-accents{-webkit-transform:translateX(calc(var(--scroll-tracker) * -23%));transform:translateX(calc(var(--scroll-tracker) * -23%))}.landscape-scrolltracker__item--spring #spring_mountains-right{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--spring #spring_mountains-right>g:first-child{-webkit-transform:translateX(calc(var(--scroll-tracker) * -18%));transform:translateX(calc(var(--scroll-tracker) * -18%))}.landscape-scrolltracker__item--spring #spring_mountains-right>g:nth-child(2){-webkit-transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%))}.landscape-scrolltracker__item--spring #spring_light-house,.landscape-scrolltracker__item--spring #spring_background-trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -15%));transform:translateX(calc(var(--scroll-tracker) * -15%))}.landscape-scrolltracker__item--spring #spring_sailboat_sail-boat--left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%))}.landscape-scrolltracker__item--spring #spring_moon{-webkit-transform:translateY(calc(var(--scroll-tracker) * -35%));transform:translateY(calc(var(--scroll-tracker) * -35%))}.stat-journey-block{position:sticky;z-index:2;top:6.25rem;left:6.25rem;overflow:hidden;max-width:550px;padding:40px;color:#fff;border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(121,37,72,0.4)),to(rgba(94,27,56,0.8)));background:linear-gradient(to bottom,rgba(121,37,72,0.4) 0%,rgba(94,27,56,0.8) 100%)}.stat-journey-block .h1{font-size:120px}.landscape-scrolltracker__item--sunset .stat-journey-block{top:36%;right:0;left:0;max-width:1020px;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(rgba(147,15,14,0.4)),to(rgba(173,51,26,0.8)));background:linear-gradient(to bottom,rgba(147,15,14,0.4) 0%,rgba(173,51,26,0.8) 100%)}.landscape-scrolltracker__item--sunset .stat-journey-block .grid-x{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.landscape-scrolltracker__item--spring .stat-journey-block{right:100px;left:auto;float:right;background:-webkit-gradient(linear,left top,left bottom,from(rgb(39,85,133)),to(rgba(36,30,59,0.8)));background:linear-gradient(to bottom,rgb(39,85,133) 0%,rgba(36,30,59,0.8) 100%)}.student-journey--adventure h2{color:#fff}.student-journey--adventure h2 .oho-animate:last-child::after{position:absolute;z-index:-1;bottom:0;left:0;width:100vw;background:-webkit-gradient(linear,left top,left bottom,from(rgb(121,37,72)),to(rgb(115,63,105)));background:linear-gradient(to bottom,rgb(121,37,72) 0%,rgb(115,63,105) 100%)}.student-journey--adventure h2 .oho-animate:not(.oho-animate--ready):last-child::after{height:110vh}.jump-nav{position:sticky}.media-testimonial{position:relative;padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.media-testimonial{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.media-testimonial{padding-top:7.5rem}}@media print,screen and (min-width:48.0625em){.media-testimonial{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.media-testimonial{padding-bottom:5rem}}.media-testimonial h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.media-testimonial h2{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){.media-testimonial h2{font-size:3rem}}.media-testimonial .swiper-container-testimonial-media{position:relative}.media-testimonial figure{position:relative;margin:0}.media-testimonial figcaption p{color:#fff}.media-testimonial .slider-navigation button{top:50%}.media-testimonial .swiper-slide{-webkit-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.media-testimonial .swiper-slide-prev{opacity:0}.media-testimonial .swiper-slide-next{opacity:.2}.media-testimonial .swiper-slide figcaption{display:none}.media-testimonial .swiper-slide.swiper-slide-active figcaption{display:block}.media-testimonial .swiper-slide.swiper-slide-visible{pointer-events:all}.media-testimonial blockquote{font-size:1.125rem;font-weight:100;line-height:1.8125rem;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0}@media print,screen and (min-width:48.0625em){.media-testimonial blockquote{font-size:1.5rem;line-height:2.375rem;padding-right:40px}}.media-testimonial blockquote::before{content:none}.media-testimonial .person-name{font-weight:700}.media-testimonial img{background-color:#ccc;height:100%}@media print,screen and (max-width:48.06125em){.media-testimonial figcaption{display:none}}@media print,screen and (min-width:48.0625em){.media-testimonial figcaption{background:#fff;border:none;position:absolute;padding:.3125rem .625rem;right:1.875rem;bottom:1.25rem;left:1.875rem}.media-testimonial figcaption p{color:#000;font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.media-testimonial figcaption p{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.media-testimonial figcaption p{margin-bottom:0}}@media print,screen and (min-width:48.0625em){.media-testimonial figcaption a{color:#013e7c;text-decoration:underline;-webkit-text-decoration-color:#c1b36d;text-decoration-color:#c1b36d;text-underline-offset:6px}.media-testimonial figcaption a:hover{color:#013e7c;-webkit-text-decoration-color:#286dc0;text-decoration-color:#286dc0}.media-testimonial figcaption a.external:hover::after{color:#013e7c}}@media print,screen and (min-width:48.0625em){.media-testimonial .slider-navigation__prev{left:-1.875rem}.media-testimonial .slider-navigation__next{right:-1.875rem}}.swiper-container-figcaption{margin-top:1.25rem;position:relative}@media print,screen and (min-width:48.0625em){.swiper-container-figcaption{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.swiper-container-figcaption{margin-top:1.875rem}}.swiper-container-figcaption .swiper-slide h3{margin-top:.625rem}.swiper-container-figcaption .swiper-slide .swiper-container-figcaption__content{display:none}.swiper-container-figcaption .swiper-slide.swiper-slide-active .swiper-container-figcaption__content{display:block}.swiper-container-figcaption .swiper-pagination{background-color:#113567;color:#7ab7ff;display:inline;font-weight:700;padding:10px 20px}.swiper-container-figcaption .swiper-pagination span{color:#fff}.swiper-container-figcaption h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.8125rem;font-weight:bold;letter-spacing:2px;line-height:1.25rem;text-transform:uppercase;font-size:.8125rem;color:#7ab7ff}.swiper-container-figcaption a{font-weight:700;letter-spacing:0.25px;font-size:.9375rem}.swiper-container-figcaption__content{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;color:#fff;border-style:none;font-style:normal;margin-top:1.25rem;-webkit-transition:opacity .4s ease .2s;transition:opacity .4s ease .2s}@media print,screen and (min-width:48.0625em){.swiper-container-figcaption__content{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.swiper-container-figcaption__content{margin-top:2.5rem}}.swiper-container-figcaption__content:last-child{margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.swiper-container-figcaption__content:last-child{margin-top:2.5rem}}.swiper-container-figcaption__content ul{margin-top:.9375rem}.swiper-container-figcaption__content li{list-style:none}.swiper-container-figcaption__content li+li{margin-top:.625rem}.swiper-container-figcaption__content span{display:block}.swiper-container-figcaption__content a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;-webkit-text-decoration-color:#e7da99;text-decoration-color:#e7da99}@media print,screen and (min-width:48.0625em){.swiper-container-figcaption__content a{margin-bottom:1.875rem}}.swiper-container-figcaption .swiper-slide:not(.swiper-slide-active){opacity:0 !important}@media print,screen and (max-width:48.06125em){.swiper-container-figcaption .swiper-wrapper{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.swiper-container-figcaption .swiper-pagination{top:0;position:absolute;right:0}}.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}@media screen and (min-width:82.5em){.news-feature{padding-top:5rem}}.news-feature__main-content .featured-article-item{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.25rem}@media print,screen and (min-width:48.0625em){.news-feature__main-content .featured-article-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.news-feature__main-content .featured-article-item__media{-webkit-box-flex:2;-ms-flex:2;flex:2}.news-feature__main-content .featured-article-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}}.news-feature__main-content .featured-article-item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.news-feature__main-content .featured-article-item h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.news-feature__main-content .featured-article-item h3{font-size:1.625rem}}.news-feature__main-content .featured-article-item p{font-size:1rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.news-feature__main-content .featured-article-item p{margin-bottom:0}}.news-feature__bottom-content{border-top:4px solid #eee;margin-top:1.875rem;padding-top:1.875rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media print,screen and (min-width:48.0625em){.news-feature__bottom-content{border-top-style:none;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;margin-top:3.125rem;padding-top:0}}.news-feature .featured-article-item__content{max-width:30rem}.news-feature .featured-article-item .publish-date{margin-bottom:0}@media print,screen and (min-width:48.0625em){.news-feature .featured-article-item .publish-date{margin-bottom:0}}.news-feature .external:not(.btn){text-decoration:none;-webkit-box-shadow:inset 0px -1px 0px 0px #c1b36d;box-shadow:inset 0px -1px 0px 0px #c1b36d;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding-bottom:.25rem}.news-feature .external:not(.btn)::after{color:#286dc0;font-size:1.0625rem;margin-left:.5625rem}.news-feature .external:not(.btn):hover{-webkit-box-shadow:inset 0px -1px 0px 0px #286dc0;box-shadow:inset 0px -1px 0px 0px #286dc0}.profile-listing h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700}@media print,screen and (min-width:48.0625em){.profile-listing h3{margin-bottom:1.875rem}}.profile-listing__card-wrapper{row-gap:1.875rem}@media print,screen and (min-width:48.0625em){.profile-listing__card-wrapper{row-gap:3.125rem}}.profile-listing__card-wrapper>*:last-child{border-bottom:3px solid #ccc;padding-bottom:3.125rem}@media print,screen and (min-width:40.0625em){.profile-listing__card-wrapper>*:last-child{border-bottom-style:none;padding-bottom:0}}.profile-listing .card{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.profile-listing .card__media{max-width:150px}@media print,screen and (min-width:48.0625em){.profile-listing .card__media{max-width:260px}}.profile-listing .card__media img{background-color:#f8f8f8}.profile-listing .card__content{margin-top:.9375rem}.profile-listing .card__content h3{margin:0}.profile-listing .card__content p{font-size:.875rem}.profile-listing .card .card__content__inner{padding:0}.profile-listing .role{margin-top:.3125rem}.profile-listing .icon-list{margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.profile-listing .icon-list{margin-top:1.25rem}}.profile-listing .icon-list li+li{margin-top:.5rem}@media print,screen and (min-width:48.0625em){.profile-listing .card .card__content__inner{padding-top:0;padding-left:1.875rem}.profile-listing .card__content{margin-top:1.875rem;border-left:3px solid #e4debf}}.promo{padding-top:2.5rem;padding-right:.625rem;padding-bottom:2.5rem;padding-left:.625rem}.promo p{margin:0}.promo a.btn{margin:0;margin-top:2rem;margin-right:.875rem}.promo a.btn+a.btn{margin-top:.625rem}@media print,screen and (min-width:48.0625em){.promo{padding-top:6.25rem;padding-bottom:5rem;margin-left:-.9375rem;margin-right:-.9375rem;padding-right:.9375rem;padding-left:.9375rem}.promo>.grid-container{padding-right:0;padding-left:0}}@media screen and (min-width:75.0625em){.promo{margin-left:-2.5rem;margin-right:-2.5rem;padding-right:2.5rem;padding-left:2.5rem}}@media screen and (min-width:87.5625em){.promo{margin-right:-6.25rem;margin-left:-6.25rem}.promo>.grid-container{padding-right:1.25rem;padding-left:1.25rem}}.rates .section-heading{margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.rates .section-heading{margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.rates .section-heading{margin-bottom:1.875rem}}.related-offerings a:hover{color:#286dc0}.related-offerings .cores-listing__rows ol{border-top:0}.related-offerings .cores-listing__rows ol>li{border-top:1px solid #e4debf}.related-offerings__heading h2{margin:0}.related-offerings__link{margin-top:1rem}.related-offerings .cores-listing__rows{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.related-offerings .cores-listing__rows{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.related-offerings .cores-listing__rows{margin-top:3.125rem}}@media print,screen and (min-width:48.0625em){.related-offerings .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.related-offerings__link{margin-top:0;text-align:right}}.section-navigation{margin-top:3.125rem;background-color:#f8f8f8}@media print,screen and (min-width:48.0625em){.section-navigation{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.section-navigation{margin-top:6.25rem}}.section-navigation h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:100;line-height:1.1;margin-bottom:1.25rem;font-weight:400;margin-bottom:0}@media print,screen and (min-width:48.0625em){.section-navigation h2{font-size:2.125rem;margin-bottom:0}}@media print,screen and (min-width:64.0625em){.section-navigation h2{font-size:2.25rem}}.section-navigation .menu{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:.9375rem;list-style:none}@media print,screen and (min-width:40.0625em){.section-navigation .menu{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-ms-flex-flow:wrap;flex-flow:wrap}}@media print,screen and (min-width:48.0625em){.section-navigation .menu{row-gap:1.25rem}}.section-navigation .menu li{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.section-navigation .menu li{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.section-navigation .menu li{margin-bottom:0}}.services-list .section-heading__heading{padding-bottom:2.5rem}.services-list .section-heading__heading h2{margin-bottom:1rem}.services-list .section-heading__heading .intro-text{font-size:1.125rem;line-height:1.6}.services-list ul{list-style-type:none}.services-list__listing li{padding:1.875rem 0}.services-list__listing li:nth-child(odd){background:-webkit-gradient(linear,left top,right top,from(#F6F6F6),to(#FFFFFF));background:linear-gradient(90deg,#F6F6F6 0%,#FFFFFF 100%)}.services-list .services-list--item__media{margin-bottom:1.25rem}.services-list .services-list--item__media figure{margin:0}.services-list .services-list--item__content p{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.services-list .services-list--item__content p{margin-bottom:1.875rem}}.services-list .services-list--item__availability{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;margin:0}@media print,screen and (min-width:48.0625em){.services-list .services-list--item__availability{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.services-list .section-heading__heading{padding-bottom:3.125rem}.services-list__listing li{padding:3.125rem 0}.services-list .services-list--item .grid-x{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.services-list .services-list--item__media{margin-bottom:0}.services-list .services-list--item__media figure{width:75%}.services-list .services-list--item__content{padding-top:.5rem;padding-bottom:.5rem}.services-list .services-list--item__content p{margin-top:1rem;margin-bottom:1rem}.services-list .services-list--item__availability{margin:0}}.swiper-container-initialized .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.swiper-wrapper{list-style:none}.swiper-wrapper>li{list-style:none}.slide-toggle{--slide-toggle-offset:0;--slide-toggle-scale:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.slide-toggle__button{margin:0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0)}.slide-toggle--line{border-bottom:.0625em solid #000}.slide-toggle--line .slide-toggle__button{color:#222}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#013e7c}@supports(--css:variables){.slide-toggle--line::after{bottom:0;height:.3125em;-webkit-transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#013e7c}}.slide-toggle--pill{padding:1em;background-color:#031b3d}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1}.slide-toggle--pill .slide-toggle__button:hover{background-color:#013e7c}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#013e7c}@supports(--css:variables){.slide-toggle--pill::after{top:1em;bottom:1em;-webkit-transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);background-color:#286dc0}}@supports(--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform-origin:0 0;transform-origin:0 0}.slide-toggle .slide-toggle__button{background-color:rgba(0,0,0,0) !important}}.stat-feature{background:linear-gradient(136.75deg,#031B3D 2.86%,#020C1B 76.45%);color:#fff}.stat-feature a,.stat-feature .stat{color:#fff}.stat-feature .stat,.stat-feature .superscript{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-weight:400;font-size:4.5rem;line-height:1.1;-webkit-font-feature-settings:"tnum" on,"onum" on;font-feature-settings:"tnum" on,"onum" on;letter-spacing:-1px}@media print,screen and (min-width:48.0625em){.stat-feature .stat,.stat-feature .superscript{font-size:5.625rem}}@media print,screen and (min-width:48.0625em){.stat-feature .superscript{font-size:4.5rem}}.checkerboard+.stat-feature{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.checkerboard+.stat-feature{padding-top:6.25rem}}@media print,screen and (min-width:64.0625em){.checkerboard+.stat-feature{padding-top:9.375rem}}@media print,screen and (min-width:48.0625em){.checkerboard+.stat-feature{margin-top:-2.5rem}}.stat-feature__cards-container{padding-right:1.25rem;padding-left:1.25rem;max-width:1320px;margin-left:auto;margin-right:auto}.stat-feature__cards{row-gap:.3125rem}@media print,screen and (min-width:40.0625em){.stat-feature__cards{row-gap:.625rem}}@media print,screen and (min-width:40.0625em){.stat-feature__cards .cell{padding-right:5px}.stat-feature__cards .cell:nth-child(even){padding-right:0;padding-left:5px}}@media print,screen and (min-width:64.0625em){.stat-feature__cards .cell{padding-right:5px;padding-left:5px}.stat-feature__cards .cell:nth-child(even){padding-right:5px;padding-left:5px}.stat-feature__cards .cell:first-child{padding-left:0}.stat-feature__cards .cell:last-child{padding-right:0}}.stat-feature__cards .card{background:#113567;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.stat-feature__cards>*:nth-child(even) .card{background:#013e7c}.stat-feature .card__content__inner{padding:1.875rem}@media print,screen and (min-width:48.0625em){.stat-feature .card__content__inner{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.stat-feature .card__content__inner{padding:2.5rem}}.stat-feature .ck-content p,.stat-feature .wysiwyg p{font-size:.875rem;line-height:1.5;margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.stat-feature .ck-content p,.stat-feature .wysiwyg p{margin-top:1.25rem}}.stat-feature .ck-content a,.stat-feature .wysiwyg a{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.stat-feature .ck-content a,.stat-feature .wysiwyg a{margin-bottom:1.875rem}}.stats-numbers{color:#fff;position:relative}.stats-numbers::before{padding-right:0;padding-left:0;max-width:1160px;margin-left:auto;margin-right:auto;content:"";height:1px;background:#113567;position:absolute;top:0;right:0;left:0}.stats-numbers .infrastructure{margin-top:1.25rem}.stats-numbers ul{list-style:none}.stats-numbers li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:.625rem;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stats-numbers li a{text-decoration-thickness:1px;text-underline-offset:.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stats-numbers li a,.stats-numbers li p{font-size:.9375rem;font-weight:700;line-height:1.6875rem}.stats-numbers .infrastructure__number{font-size:1.5rem;font-weight:700;line-height:1.5rem;color:#7ab7ff}.stats-numbers .stat-feature__cards .cards__wrapper .card{background-color:rgba(0,0,0,0)}.stats-numbers li+li{margin-top:.9375rem}.stats-numbers .cards__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:.625rem}.stats-numbers .eyebrow{margin-bottom:.625rem}.stats-numbers .ck-content,.stats-numbers .wysiwyg{-webkit-box-flex:1;-ms-flex:1;flex:1}.stats-numbers .ck-content p,.stats-numbers .wysiwyg p{font-size:.875rem;line-height:1.5625rem}.stats-numbers .ck-content p:first-child,.stats-numbers .wysiwyg p:first-child{margin-top:0}.stats-numbers .ck-content p:not(:first-child),.stats-numbers .wysiwyg p:not(:first-child){margin-top:.9375rem}.stats-numbers .ck-content a,.stats-numbers .wysiwyg a{font-size:.9375rem}.stats-numbers .stat,.stats-numbers .superscript{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-weight:400;font-size:4.5rem;line-height:1.1;-webkit-font-feature-settings:"tnum" on,"onum" on;font-feature-settings:"tnum" on,"onum" on;letter-spacing:-1px}@media print,screen and (min-width:48.0625em){.stats-numbers .stat,.stats-numbers .superscript{font-size:5.625rem}}@media print,screen and (min-width:48.0625em){.stats-numbers .superscript{font-size:4.5rem}}.stats-numbers .stats__cta-heading{display:block;margin-bottom:1.25rem}@media print,screen and (max-width:48.06125em){.stats-numbers .card{max-width:22.5rem}.stats-numbers .cards__wrapper{margin-top:1.875rem}.stats-numbers *:nth-child(even) .card{background:#113567}}@media print,screen and (min-width:48.0625em){.stats-numbers .infrastructure__number{font-size:1.75rem;line-height:3.125rem}.stats-numbers .card__content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem;padding:0}.stats-numbers__stat{background-color:#113567;min-width:13.3125rem;padding:1.25rem 1.875rem}.stats-numbers .ck-content,.stats-numbers .wysiwyg{padding-right:1.875rem;padding-left:1.875rem;background-color:#031b3d;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}}.stats-numbers.gradient-bg--dark{background:linear-gradient(0.75deg,#031B3D 0,#020C1B 1.45%)}@media print,screen and (max-width:48.06125em){.tabs__buttons{display:none}}@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}.tabs__buttons li+li{margin-left:1em}.tabs__button{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:1rem;padding:1.25rem 1.875rem;border-color:#286dc0;color:#fff;background:#286dc0;margin-bottom:-0.0625em}.tabs__button:hover,.tabs__button:focus{text-decoration:none;outline:none}.tabs__button:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.tabs__button::before,.tabs__button::after{color:#fff}.tabs__button:hover{color:#fff;border-color:#013e7c;background:#013e7c}.tabs__button:hover::before,.tabs__button:hover::after{color:#fff}.primary-bg .tabs__button:hover,.medium-bg .tabs__button:hover,.dark-bg .tabs__button:hover,.gradient-bg--dark .tabs__button:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.tabs__button:focus{color:#286dc0;border-color:#286dc0;background:#fff}.tabs__button:focus::before,.tabs__button:focus::after{color:#286dc0}.primary-bg .tabs__button:focus,.medium-bg .tabs__button:focus,.dark-bg .tabs__button:focus,.gradient-bg--dark .tabs__button:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .tabs__button:focus::before,.primary-bg .tabs__button:focus::after,.medium-bg .tabs__button:focus::before,.medium-bg .tabs__button:focus::after,.dark-bg .tabs__button:focus::before,.dark-bg .tabs__button:focus::after,.gradient-bg--dark .tabs__button:focus::before,.gradient-bg--dark .tabs__button:focus::after{color:#fff}.tabs__button[aria-selected=true]{color:#013e7c;border-bottom-color:#fff;background-color:#fff}.tabs .accordion{display:block;margin-top:0;padding:1.75em;border:.0625em solid #013e7c}.tabs .accordion::before,.tabs .accordion::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tabs .accordion::after{clear:both}.tabs .accordion[aria-hidden=true]{display:none}.tabs .accordion__button{display:none}:root:not(.oho-js) .tabs .accordion__button{display:block}}ul.tag-list{margin-top:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}@media print,screen and (min-width:48.0625em){ul.tag-list{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){ul.tag-list{margin-top:1.875rem}}ul.tag-list li a{background-color:#f8f8f8;display:block;padding:1rem 1.25rem 1.25rem}ul.tag-list li a:hover,ul.tag-list li a:focus{background-color:#eee}ul.tag-list li a::before{content:"# "}.tooltip-box{position:absolute;z-index:10;visibility:hidden;max-width:18.75rem;-webkit-transition:opacity 300ms ease,-webkit-transform 300ms ease;transition:opacity 300ms ease,-webkit-transform 300ms ease;transition:opacity 300ms ease,transform 300ms ease;transition:opacity 300ms ease,transform 300ms ease,-webkit-transform 300ms ease;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}.tooltip-box--active{visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.tooltip-box__container{position:relative;border:1px solid #013e7c;border-top:20px solid #013e7c}.tooltip-box__container i{position:absolute;top:-19px;right:4px;cursor:pointer;color:#fff}.tooltip-box__container .tooltip-box__content{display:block;padding:15px;background:#fff;font-size:15px}.tooltip-box-toggle::after{padding-left:10px;content:"";cursor:pointer;-webkit-transition:color 200ms ease;transition:color 200ms ease;color:#999;font-family:"Font Awesome 6 Pro"}.tooltip-box-toggle--active::after{color:#013e7c}[id=back-to-top]{width:100%;margin-bottom:45px;text-align:center}[id=back-to-top] a:hover{text-decoration:none}[id=back-to-top] span{display:block}.has-tooltip-box{color:#000}.card--event{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.card--event .card__media{width:auto}.card--event .date-block{padding:0.9375rem;color:#fff;background-color:#031b3d}.card--event .text-margin-reset p{margin-top:0.625rem}.card--event .text-margin-reset .icon-list{margin-top:0.9375rem}.card--listing--event .card__media{max-width:17.5rem}.card--listing--event .grid-x{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media print,screen and (min-width:48.0625em){.card--listing--event .grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.card--listing--event .card--event__content__column{padding-right:2.5rem;padding-left:2.5rem}@media print,screen and (min-width:48.0625em){.card--listing--event{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.card--featured-event .card__content{width:100%}.card--featured-event .card--event__content__column{margin-top:1.25rem}.card--news .date,.card--news p,.card--news .tags{margin-top:0.9375rem;display:block}.card--news .date+p{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.card--listing--news{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.card--listing--news .card__content__inner{padding:0 1.875rem 0 0}.card--listing--news .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0}.card--listing--news .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--listing--news img{display:block}}.card--profile h2,.card--profile h3{margin:0}.card--profile p,.card--profile .positions{margin-top:0.625rem;display:block;margin-bottom:0}.card--profile .btn{margin-top:0.9375rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.card--listing--profile{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--listing--profile .card__content__inner{padding:0 1.875rem 0 0}.card--listing--profile .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--listing--profile .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--listing--profile img{display:block}}.listing__rows-items li{padding-left:0}ol.listing__rows>li::before,ol.listing__rows-items>li::before{content:none}.program-listing-item{padding-top:1.875rem;padding-bottom:1.875rem;width:100%;color:#222}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.program-listing-item{padding-top:2.5rem;padding-bottom:2.5rem}}.program-listing-item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.4;margin-bottom:0}@media print,screen and (min-width:48.0625em){.program-listing-item h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.program-listing-item h3{font-size:1.625rem}}.program-listing-item .link-arrow{display:block}.program-listing-item .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.program-listing-item ol,.program-listing-item li{margin:0;padding:0;width:100%}.program-listing-item{color:#222;width:100%;padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.program-listing-item{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (max-width:48.06125em){.program-listing-item p{margin-top:10px}}@media print,screen and (min-width:48.0625em){.program-listing-item__secondary-heading{display:none}.program-listing-item__secondary-heading+h4,.program-listing-item__secondary-heading+p{margin:0}}.program-listing-item .btn--compare{padding:1.25rem 1.875rem .85rem}@media print,screen and (max-width:48.06125em){.program-header{display:none}}@media print,screen and (min-width:48.0625em){.program-header__container{padding-left:6.25rem}}.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}@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}}.card--story h2,.card--story h3{margin:0}.card--story .subject-info,.card--story p,.card--story .tags{margin-top:0.625rem;display:block;margin-bottom:0}.card--story .btn{margin-top:0.9375rem;margin-bottom:0}.card--story .quote{font-weight:500;font-style:italic}.subject-info:not(:first-child){margin-top:1.875rem}.subject-info span{display:block}.subject-info span:not(:first-child){margin-top:.625rem}.subject-info__name{font-weight:600}.subject-info__meta{color:#595959}@media print,screen and (min-width:48.0625em){.card--listing--story{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.card--listing--story .card__content__inner{padding:0 1.875rem 0 0}.card--listing--story .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0}.card--listing--story .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--listing--story img{display:block}}.cores--detail{overflow:hidden}.cores--detail>.grid-container>.promo:last-child{margin-bottom:1.75rem}@media print,screen and (min-width:48.0625em){.cores--detail>.grid-container>.promo:last-child{margin-bottom:2.5rem}}.cores--detail>.grid-container>.grid-x:last-child,.cores--detail>.grid-container>.featured-image:last-child{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.cores--detail>.grid-container>.grid-x:last-child,.cores--detail>.grid-container>.featured-image:last-child{margin-bottom:3.125rem}}.cores--detail .hero{margin-bottom:2.5rem;margin-top:1.875rem;padding-top:0;padding-bottom:0;-webkit-transition:none;transition:none}@media print,screen and (min-width:48.0625em){.cores--detail .hero{margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.cores--detail .hero{margin-bottom:3.125rem}}@media screen and (min-width:75em){.cores--detail .hero{max-width:none}}@media screen and (min-width:77.5em){.cores--detail .hero{margin-right:0;padding-left:0}}.cores--detail .hero>.grid-container{padding-right:0;padding-left:0}.cores--detail .hero h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:3rem;font-weight:400;line-height:1.1;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cores--detail .hero h1{font-size:3rem}}@media print,screen and (min-width:64.0625em){.cores--detail .hero h1{font-size:4.375rem}}@media print,screen and (min-width:48.0625em){.cores--detail .hero h1{margin-bottom:0}}@media print,screen and (min-width:64.0625em){.cores--detail .hero h1{margin-bottom:0}}.cores--detail .hero .hero__content{padding-right:0;padding-bottom:0;padding-left:0}.cores--detail__intro p:not(:first-child){margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.cores--detail__intro p:not(:first-child){margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.cores--detail__intro p:not(:first-child){margin-top:1.875rem}}.cores--detail__intro a.btn{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.cores--detail__intro a.btn{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.cores--detail__intro a.btn{margin-top:1.875rem}}@media print,screen and (min-width:48.0625em){.cores--detail__intro .wysiwyg-block .grid-x>.medium-8{width:100%}.cores--detail__intro .grid-x>.medium-4{width:100%}.cores--detail__intro .grid-x>.medium-4 .cta-feature-box{margin-top:1.875rem}}.cores--detail .auxiliary div:nth-of-type(n + 2){margin-top:1.875rem}.cores--detail .featured-image .grid-container{padding:0}.cores--detail .featured-image figure{margin:0}.cores--detail .featured-image img{background-color:#ccc;z-index:1}.cores--detail .featured-image+.promo{margin-top:1.25rem}@media screen and (min-width:87.5625em){.cores--detail .featured-image .grid-x{margin-left:-3.75rem}}.cores--detail #scroll-area>section:last-child{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.cores--detail #scroll-area>section:last-child{padding-bottom:6.25rem}}.cores--detail #scroll-area .section-heading__heading{padding-top:2.1875rem;position:relative}@media print,screen and (min-width:48.0625em){.cores--detail #scroll-area .section-heading__heading{padding-top:0}}.cores--detail #scroll-area .section-heading__heading::before{content:"";border-top:1px solid #286dc0;position:absolute;width:3.75rem;top:0;left:0}@media print,screen and (min-width:48.0625em){.cores--detail #scroll-area .section-heading__heading::before{top:1.375rem;left:-6.25rem}}@media print,screen and (min-width:64.0625em){.cores--detail #scroll-area .section-heading__heading::before{top:1.65rem}}@media print,screen and (min-width:48.0625em){.cores--detail #scroll-area .section-heading__heading::after{content:"";border:1px solid #286dc0;border-width:0 1px 1px 0;height:5px;position:absolute;-webkit-transform:rotate(315deg);transform:rotate(315deg);width:5px;top:1.1344rem;left:-45px}}@media print,screen and (min-width:64.0625em){.cores--detail #scroll-area .section-heading__heading::after{top:1.5rem}}.cores--detail #scroll-area .gradient-bg--dark .section-heading__heading::before{display:none}@media print,screen and (min-width:48.0625em){.cores--detail #scroll-area .gradient-bg--dark .section-heading__heading::before{display:block}}.cores--detail:last-child .related-offerings{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.cores--detail:last-child .related-offerings{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.cores--detail:last-child .related-offerings{padding-bottom:5rem}}@media print,screen and (min-width:48.0625em){.cores-listing{background-image:linear-gradient(160deg,rgba(17,53,103,0) 0%,rgba(11,39,79,0.9) 50%,rgba(3,27,61,0.93) 80%,rgb(3,27,61) 100%),url(/themes/custom/research_yale/assets/img/CoresDirectory-BG.png);background-size:100%}}.cores-listing .hero{-webkit-transition:none;transition:none}@media screen and (min-width:75em){.cores-listing .hero{max-width:none}}@media screen and (min-width:77.5em){.cores-listing .hero{margin-right:0;padding-left:0}}.cores-listing .hero>.grid-container{padding-right:0;padding-left:0}.cores-listing .hero h1{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:3rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem;margin-top:0}@media print,screen and (min-width:48.0625em){.cores-listing .hero h1{font-size:4rem}}@media print,screen and (min-width:64.0625em){.cores-listing .hero h1{font-size:5.5rem}}@media print,screen and (min-width:48.0625em){.cores-listing .hero h1{margin-top:0}}@media print,screen and (min-width:64.0625em){.cores-listing .hero h1{margin-top:0}}.cores-listing .hero h1:only-child{margin-bottom:0}.cores-listing h2{font-family:yale,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-size:1.875rem;font-weight:400;line-height:1.1;margin-bottom:0;margin-top:0}@media print,screen and (min-width:48.0625em){.cores-listing h2{font-size:2.25rem}}@media print,screen and (min-width:64.0625em){.cores-listing h2{font-size:2.5rem}}@media print,screen and (min-width:48.0625em){.cores-listing h2{margin-top:0}}@media print,screen and (min-width:64.0625em){.cores-listing h2{margin-top:0}}.cores-listing h2 a:hover{color:#286dc0}.cores-listing .hero--no-img{padding-top:3.125rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.cores-listing .hero--no-img{padding-top:5rem;padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.cores-listing .hero--no-img{padding-top:7rem;padding-bottom:3.75rem}}.cores-listing form{display:block}.cores-listing form::before,.cores-listing form::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.cores-listing form::after{clear:both}.cores-listing .title-area--filters>*{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.cores-listing .title-area--filters>*:last-child{margin-top:0}}.cores-listing .title-area--filters .block-facet--yale-research-links{margin-top:.9375rem}.cores-listing .title-area--filters .block-facet--yale-research-links ul{list-style-type:none}.cores-listing .title-area--filters .block-facet--yale-research-links ul li{display:inline-block}.cores-listing .title-area--filters .block-facet--yale-research-links ul li:first-child a{background-color:#e7da99;border-color:#e7da99;color:#222}.cores-listing .title-area--filters .block-facet--yale-research-links ul li:last-child a{background-color:#b0dddd;border-color:#b0dddd;color:#222;margin-right:0;margin-bottom:0}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none;font-size:1rem;padding:1.25rem 1.875rem;border-color:#286dc0;color:#fff;background:#286dc0;background-color:#7ab7ff;border-color:#7ab7ff;color:#222;font-size:.9375rem;margin-right:.625rem;padding-right:1rem;padding-left:1rem}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover,.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus{text-decoration:none;outline:none}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a::before,.cores-listing .title-area--filters .block-facet--yale-research-links ul li a::after{color:#fff}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover{color:#fff;border-color:#013e7c;background:#013e7c}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover::before,.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover::after{color:#fff}.primary-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover,.medium-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover,.dark-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover,.gradient-bg--dark .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:hover{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus{color:#286dc0;border-color:#286dc0;background:#fff}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::before,.cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::after{color:#286dc0}.primary-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus,.medium-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus,.dark-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus,.gradient-bg--dark .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus{background-color:#286dc0;border-color:#fff;color:#fff}.primary-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::before,.primary-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::after,.medium-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::before,.medium-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::after,.dark-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::before,.dark-bg .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::after,.gradient-bg--dark .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::before,.gradient-bg--dark .cores-listing .title-area--filters .block-facet--yale-research-links ul li a:focus::after{color:#fff}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a.is-active{background-color:#fff;border-color:#fff;color:#013e7c}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a.js-yale-research-facets-disabled-link{background-color:#aaa;border-color:#aaa;color:#eee;font-weight:400;pointer-events:none}.cores-listing .title-area--filters .block-facet--yale-research-links ul li a span.facet-item__count{margin-left:.25rem}.cores-listing .form-item{max-width:none}.cores-listing label{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;color:#fff;margin-bottom:.9375rem}@media print,screen and (min-width:48.0625em){.cores-listing label{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.cores-listing label{margin-bottom:.9375rem}}.cores-listing .title-area--search label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.cores-listing [type=text],.cores-listing [type=password],.cores-listing [type=date],.cores-listing [type=datetime],.cores-listing [type=datetime-local],.cores-listing [type=month],.cores-listing [type=week],.cores-listing [type=email],.cores-listing [type=number],.cores-listing [type=search],.cores-listing [type=tel],.cores-listing [type=time],.cores-listing [type=url],.cores-listing [type=color],.cores-listing [type=file],.cores-listing [type=image],.cores-listing select{width:100%}.cores-listing [data-drupal-selector=edit-reset]{-webkit-transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .3s cubic-bezier(0.82,0.06,0.14,0.97),background .3s cubic-bezier(0.82,0.06,0.14,0.97),border .3s cubic-bezier(0.82,0.06,0.14,0.97);font-weight:bold;font-family:mallory,"Gill Sans","Gill Sans MT",Calibri,Arial,sans-serif;border-width:.1875rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.8;text-decoration:none;margin-right:.9375rem;margin-bottom:.9375rem;text-transform:none}.cores-listing [data-drupal-selector=edit-reset]:hover,.cores-listing [data-drupal-selector=edit-reset]:focus{text-decoration:none;outline:none}.cores-listing [data-drupal-selector=edit-reset]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.cores-listing [type=submit]{margin:0}.cores-listing [type=submit]+[type=submit]{margin-left:1em}.cores-listing .prior-approval-vaf{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.cores-listing .prior-approval-vaf{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.cores-listing .prior-approval-vaf{margin-top:3.75rem}}.cores-listing .vaf>.grid-container{padding:0}.cores-listing .results-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.cores-listing .results-container .horizontal-rule{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cores-listing .results-container .horizontal-rule::after{background:-webkit-gradient(linear,left top,right top,from(rgb(40,109,192)),color-stop(75%,rgba(40,109,192,0)));background:linear-gradient(90deg,rgb(40,109,192) 0%,rgba(40,109,192,0) 75%);content:"";display:block;height:2px;width:100%}.cores-listing .sorting-options--results-count{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;margin:0;text-transform:uppercase}@media print,screen and (min-width:48.0625em){.cores-listing .sorting-options--results-count{margin-bottom:1.875rem}}.cores-listing .sorting-options--results-count span{color:#7ab7ff}@media print,screen and (min-width:48.0625em){.cores-listing .sorting-options--results-count{margin:0}}@media print,screen and (min-width:40.0625em){.cores-listing [type=text],.cores-listing [type=password],.cores-listing [type=date],.cores-listing [type=datetime],.cores-listing [type=datetime-local],.cores-listing [type=month],.cores-listing [type=week],.cores-listing [type=email],.cores-listing [type=number],.cores-listing [type=search],.cores-listing [type=tel],.cores-listing [type=time],.cores-listing [type=url],.cores-listing [type=color],.cores-listing [type=file],.cores-listing [type=image],.cores-listing select{margin-bottom:0}.cores-listing .form-item,.cores-listing .form-actions{margin-bottom:0}.cores-listing .form-item{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.cores-listing .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}#search-suggestions{color:#555;font-size:.9375rem;font-weight:400;line-height:1.8;list-style-type:none;padding:1.75rem 1.875rem;pointer-events:none;position:absolute;width:100%;top:0}#search-suggestions .search-suggestion{margin-top:-10px;opacity:0;position:absolute;-webkit-transform:translateY(50%);transform:translateY(50%);-webkit-transition:opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,opacity .6s ease-in-out;transition:transform .6s ease-in-out,opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;top:50%;left:-9999px}@media print,screen and (min-width:48.0625em){#search-suggestions .search-suggestion{margin-top:0}}#search-suggestions .search-suggestion.active{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%);left:auto}#search-suggestions .search-suggestion.fade-out{-webkit-transform:translateY(-100%);transform:translateY(-100%);left:auto}.cores-listing__rows{color:#555}.cores-listing__rows ol{border-top:1px solid #e4debf;border-left:1px solid #e4debf;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cores-listing__rows ol>li{padding-top:1.875rem;padding-bottom:1.875rem;background-color:#fff;border-right:1px solid #e4debf;border-bottom:1px solid #e4debf;padding-right:1.25rem;padding-left:1.25rem;width:100%}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.cores-listing__rows ol>li{padding-top:2.5rem;padding-bottom:2.5rem}}.cores-listing__rows ol>li:nth-child(even){background-color:#f8f8f8}.cores-listing__rows ol>li::before{display:none}.cores-listing__rows ol>li .card--listing .result-type{color:#222;display:inline-block;padding:.625rem 1.25rem}.cores-listing__rows ol>li .card--listing .card__media figure{margin:0;margin-top:1.25rem}.cores-listing__rows ol>li .card--listing .card__media figure img{background-color:#ccc}.cores-listing__rows ol>li .card--listing .card__content h2{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1.125rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;margin-top:1.25rem;color:#013e7c}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .card__content h2{font-size:1.25rem;letter-spacing:0}}@media print,screen and (min-width:64.0625em){.cores-listing__rows ol>li .card--listing .card__content h2{font-size:1.375rem}}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .card__content h2{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.cores-listing__rows ol>li .card--listing .card__content h2{margin-top:1.875rem}}.cores-listing__rows ol>li .card--listing .card__content__inner p{margin-top:1.25rem;margin-bottom:0}.cores-listing__rows ol>li .card--listing .card__content__parent-facility{margin-top:1.25rem}.cores-listing__rows ol>li .card--listing .card__content__parent-facility>span{display:block}.cores-listing__rows ol>li .card--listing .card__content__contact{margin-top:1.25rem}.cores-listing__rows ol>li .card--listing .card__content__contact h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;color:#222;font-weight:700;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .card__content__contact h3{margin-bottom:1.875rem}}.cores-listing__rows ol>li .card--listing .card__content__contact span{display:block}.cores-listing__rows ol>li .card--listing .card__content .featured-offering{padding:1.25rem;background-color:#fff;border:5px solid #eee;color:#222;margin-top:1.875rem}.cores-listing__rows ol>li .card--listing .card__content .featured-offering h4{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;margin-bottom:0}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .card__content .featured-offering h4{margin-bottom:1.875rem}}.cores-listing__rows ol>li .card--listing .card__media+.card__content h2{margin-top:1.25rem}.cores-listing__rows .card__content a{color:#013e7c;-webkit-box-shadow:inset 0px -1px 0px 0px #c1b36d;box-shadow:inset 0px -1px 0px 0px #c1b36d;padding-bottom:.125rem;text-decoration:none}.cores-listing__rows .card__content a:hover{-webkit-box-shadow:inset 0px -1px 0px 0px #286dc0;box-shadow:inset 0px -1px 0px 0px #286dc0}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol{background-color:#fff}.cores-listing__rows ol>li{padding-right:2.5rem;padding-left:2.5rem;width:50%}.cores-listing__rows ol>li .card--listing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.cores-listing__rows ol>li .card--listing .result-type{border-right:5px solid #fff;border-bottom:5px solid #fff;position:absolute;z-index:1;top:1.875rem;left:2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .result-type{top:2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.cores-listing__rows ol>li .card--listing .result-type{top:2.5rem}}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .card__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cores-listing__rows ol>li .card--listing .card__content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.cores-listing__rows ol>li .card--listing .card__content__contact h3{margin-bottom:0}.cores-listing__rows ol>li .card--listing .card__content__offering{margin-top:auto}.cores-listing__rows ol>li .card--listing .card__content__offering .featured-offering h4{margin-bottom:0}}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li .card--listing .result-type+.card__content{padding-top:2.8125rem}.cores-listing__rows ol>li .card--listing .result-type+.card__content h2{margin-top:1.25rem}}@media print,screen and (min-width:48.0625em){.cores-listing__rows ol>li:nth-child(even) .card--listing .result-type{border-color:#f8f8f8}}@media print,screen and (min-width:64.0625em){.cores-listing__rows ol>li{width:33.3333%}}.listing-facet-filters{position:relative;-webkit-transition:padding-left .6s ease-in-out;transition:padding-left .6s ease-in-out}@media print,screen and (min-width:48.0625em){.listing-facet-filters{margin-top:-1.25rem}}@media screen and (min-width:72.5em){.listing-facet-filters{max-width:1160px}}@media screen and (min-width:77.5em){.listing-facet-filters{margin-right:80px;max-width:1200px;padding-left:40px}}@media screen and (min-width:80em){.listing-facet-filters{max-width:none}}@media screen and (min-width:82.5em){.listing-facet-filters{padding-left:80px}}.listing-facet-filters .grid-x{row-gap:1.875rem}@media print,screen and (min-width:48.0625em){.listing-facet-filters .grid-x{row-gap:1.25rem}}.listing-facet-filters .title-area--search{margin-top:0}.listing-facet-filters .views-exposed-form{position:relative}.listing-facet-filters .views-exposed-form .form-actions{margin-top:0;position:relative;top:auto;right:0;bottom:0}@media print,screen and (min-width:64.0625em){.listing-facet-filters .views-exposed-form .form-actions{position:absolute}}.listing-facet-filters .views-exposed-form .btn{margin-top:.3125rem}@media print,screen and (min-width:64.0625em){.listing-facet-filters .views-exposed-form .btn{margin-top:0}}.listing-facet-filters .form-item{max-width:none}.listing-facet-filters label{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;font-weight:700;letter-spacing:0.25px;color:#fff;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.listing-facet-filters label{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.listing-facet-filters label{margin-bottom:1rem}}@media print,screen and (min-width:48.0625em){.listing-facet-filters .facet-container .btn{padding-top:1.5625rem;padding-bottom:1.5625rem}}.listing-facet-filters .facets-widget-yale_research_checkboxes label{margin-bottom:0}.listing-facet-filters .facets-widget-dropdown select{cursor:pointer}.listing-facet-filters .facets-widget-dropdown select:hover{background-color:#013e7c;color:#fff;outline:3px solid #fff}.listing-facet-filters .facets-widget-dropdown select:focus{background-color:#286dc0;border-style:none;color:#fff;outline:3px solid #fff}.results-listing__rows{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.results-listing__rows{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.results-listing__rows{margin-top:5rem}}@media print,screen and (min-width:48.0625em){.results-listing__rows{margin-bottom:3.75rem}}.results-listing__rows li{padding:0}.results-listing__rows>li::before{content:none}.results-listing__rows .results-listing__row .vert-rule{position:relative}.results-listing__rows .results-listing__row .vert-rule::before{background-color:#f8f8f8;content:none;display:block;height:calc(100% - 15px);margin-left:-10px;position:absolute;width:20px;bottom:0;left:50%}@media print,screen and (min-width:48.0625em){.results-listing__rows .results-listing__row .vert-rule::before{content:""}}@media print,screen and (min-width:64.0625em){.results-listing__rows .results-listing__row .vert-rule::before{margin-left:-14px;width:28px}}.results-listing__rows .results-listing__row:not(:first-child) .alpha-wrapper{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.results-listing__rows .results-listing__row:not(:first-child) .alpha-wrapper{margin-top:3.75rem}}.results-listing__rows .alpha-wrapper{position:relative}.results-listing__rows .alpha-wrapper>h2{margin-top:0;margin-bottom:0}@media print,screen and (min-width:48.0625em){.results-listing__rows .alpha-wrapper{text-align:center}}.results-listing__rows .alpha-wrapper__letter{background-color:#fff;display:inline-block;font-family:yale,TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;font-size:3.4375rem;line-height:1;margin:0;padding-right:10px;position:relative;text-transform:uppercase}@media print,screen and (min-width:48.0625em){.results-listing__rows .alpha-wrapper__letter{padding-right:0}}.results-listing__rows .alpha-wrapper::before{background-color:#f8f8f8;content:"";display:block;height:.625rem;margin-top:-.3125rem;position:absolute;width:100%;top:50%}@media print,screen and (min-width:48.0625em){.results-listing__rows .alpha-wrapper::before{content:none}}.results-listing__rows .listing-items{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.results-listing__rows .listing-items{margin-top:1.25rem}}.results-listing__rows .item::before{content:none}.results-listing__rows .item+.item{border-top:10px solid #f8f8f8;margin-top:1.875rem;padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.results-listing__rows .item+.item{border-top-style:none;margin-top:3.125rem;padding-top:0}}.results-listing__rows .item h3{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:1rem;font-weight:bold;letter-spacing:0.25px;line-height:1.4;margin-bottom:0;margin:0}@media print,screen and (min-width:48.0625em){.results-listing__rows .item h3{font-size:1.125rem}}.results-listing__rows .item__types{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.3125rem;list-style-type:none;margin-top:.9375rem}.results-listing__rows .item__types .item__type{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;background-color:#f8f8f8;margin:0;padding:.3125rem .625rem}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__types .item__type{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__types .item__type{margin-bottom:0}}.results-listing__rows .item__summary{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0;margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__summary{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__summary{margin:0}}.results-listing__rows .item__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin-top:.9375rem;row-gap:.3125rem}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__contacts{margin-top:0}}.results-listing__rows .item__contact{font-family:mallory,Gill Sans,Gill Sans MT,Calibri,Arial,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem;margin:0}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__contact{margin-bottom:1.875rem}}@media print,screen and (min-width:48.0625em){.results-listing__rows .item__contact{margin:0}}.results-listing__rows .item__contact--email::before,.results-listing__rows .item__contact--phone::before,.results-listing__rows .item__contact--fax::before{color:#c1b36d;font-family:"Font Awesome 6 Pro";margin-right:10px}.results-listing__rows .item__contact--email::before{content:""}.results-listing__rows .item__contact--phone::before{content:""}.results-listing__rows .item__contact--fax::before{content:""}.print-only{display:none !important}@media print{@page{margin:1cm}*{color:#000 !important;background:rgba(0,0,0,0) !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}a[href]::after{display:none}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}
