  /* @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}
.global-spacing--15x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--15x{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--15x{margin-top:7.5rem}}.global-spacing--12x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--12x{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.global-spacing--12x{margin-top:6rem}}.global-spacing--10x{margin-top:2rem}@media print,screen and (min-width:48.0625em){.global-spacing--10x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--10x{margin-top:5rem}}.global-spacing--8x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{margin-top:4rem}}.global-spacing--7x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--7x{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.global-spacing--7x{margin-top:6rem}}.global-spacing--6x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--6x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--6x{margin-top:4rem}}.global-spacing--5x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2.5rem}}.global-spacing--4x{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:1rem}}.global-spacing--3x{margin-top:1rem}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.5rem}}.global-spacing--2x{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--2x{margin-top:1rem}}.global-spacing--1x{margin-top:0.5rem}.global-spacing--pad9x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad9x{margin-top:4rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad9x{margin-top:4.5rem}}.global-spacing--pad8x{margin-top:2rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad8x{margin-top:3.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad8x{margin-top:4rem}}.global-spacing--pad7x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad7x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad7x{margin-top:3.5rem}}.global-spacing--pad5x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad5x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad5x{margin-top:3.5rem}}.global-spacing--pad3x{margin-top:1rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad3x{margin-top:1.5rem}}.global-spacing--pad2x{margin-top:1rem}.global-margin--15x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--15x{margin-top:5rem;margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-margin--15x{margin-top:7.5rem;margin-bottom:7.5rem}}.global-margin--12x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-margin--12x{margin-top:6rem;margin-bottom:6rem}}.global-margin--10x{margin-top:2rem;margin-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-margin--10x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:5rem;margin-bottom:5rem}}.global-margin--8x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:4rem;margin-bottom:4rem}}.global-margin--7x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--7x{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-margin--7x{margin-top:6rem;margin-bottom:6rem}}.global-margin--6x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--6x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--6x{margin-top:4rem;margin-bottom:4rem}}.global-margin--5x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--4x{margin-top:0.5rem;margin-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:1rem;margin-bottom:1rem}}.global-margin--3x{margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:1.5rem;margin-bottom:1.5rem}}.global-margin--2x{margin-top:0.5rem;margin-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.global-margin--2x{margin-top:1rem;margin-bottom:1rem}}.global-margin--1x{margin-top:0.5rem;margin-bottom:0.5rem}.global-margin--pad9x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--pad9x{margin-top:4rem;margin-bottom:4rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad9x{margin-top:4.5rem;margin-bottom:4.5rem}}.global-margin--pad8x{margin-top:2rem;margin-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-margin--pad8x{margin-top:3.5rem;margin-bottom:3.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad8x{margin-top:4rem;margin-bottom:4rem}}.global-margin--pad7x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--pad7x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad7x{margin-top:3.5rem;margin-bottom:3.5rem}}.global-margin--pad5x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--pad5x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad5x{margin-top:3.5rem;margin-bottom:3.5rem}}.global-margin--pad3x{margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.global-margin--pad3x{margin-top:1.5rem;margin-bottom:1.5rem}}.global-margin--pad2x{margin-top:1rem;margin-bottom:1rem}.global-padding--15x{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-top:7.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-bottom:7.5rem}}.global-padding--12x{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-top:6rem}}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-bottom:6rem}}.global-padding--10x{padding-top:2rem;padding-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:5rem}}.global-padding--8x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-top:4rem}}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-bottom:4rem}}.global-padding--7x{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--7x{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--7x{padding-top:6rem}}@media print,screen and (min-width:48.0625em){.global-padding--7x{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--7x{padding-bottom:6rem}}.global-padding--6x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-top:4rem}}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-bottom:4rem}}.global-padding--5x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2.5rem}}.global-padding--4x{padding-top:0.5rem;padding-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:1rem}}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:1rem}}.global-padding--3x{padding-top:1rem;padding-bottom:1rem}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:1.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:1.5rem}}.global-padding--2x{padding-top:0.5rem;padding-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-top:1rem}}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-bottom:1rem}}.global-padding--1x{padding-top:0.5rem;padding-bottom:0.5rem}.global-padding--pad9x{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--pad9x{padding-top:4rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad9x{padding-top:4.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad9x{padding-bottom:4rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad9x{padding-bottom:4.5rem}}.global-padding--pad8x{padding-top:2rem;padding-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-padding--pad8x{padding-top:3.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad8x{padding-top:4rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad8x{padding-bottom:3.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad8x{padding-bottom:4rem}}.global-padding--pad7x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--pad7x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad7x{padding-top:3.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad7x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad7x{padding-bottom:3.5rem}}.global-padding--pad5x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--pad5x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad5x{padding-top:3.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad5x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad5x{padding-bottom:3.5rem}}.global-padding--pad3x{padding-top:1rem;padding-bottom:1rem}@media print,screen and (min-width:48.0625em){.global-padding--pad3x{padding-top:1.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad3x{padding-bottom:1.5rem}}.global-padding--pad2x{padding-top:1rem;padding-bottom:1rem}.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}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;color:#292929;font-family:"Montserrat",sans-serif;font-size:16px}main{display:block}.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:"Montserrat",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}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (max-width:48.06125em){.flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-commas ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.list-commas li:not(:last-child):after{content:","}figure{margin:0}.section--dark-blue+.section--dark-blue{padding-top:0}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;font-size:.875rem;padding:1rem 1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:.5rem .875rem;border-width:.0625em;border-style:solid;border-color:inherit;border-radius:0;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:400}[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus,[type=date]:hover,[type=date]:focus,[type=datetime]:hover,[type=datetime]:focus,[type=datetime-local]:hover,[type=datetime-local]:focus,[type=month]:hover,[type=month]:focus,[type=week]:hover,[type=week]:focus,[type=email]:hover,[type=email]:focus,[type=number]:hover,[type=number]:focus,[type=search]:hover,[type=search]:focus,[type=tel]:hover,[type=tel]:focus,[type=time]:hover,[type=time]:focus,[type=url]:hover,[type=url]:focus,[type=color]:hover,[type=color]:focus,[type=file]:hover,[type=file]:focus,[type=image]:hover,[type=image]:focus,[type=submit]:hover,[type=submit]:focus,button:hover,button:focus,textarea:hover,textarea:focus,select:hover,select:focus,fieldset:hover,fieldset:focus{text-decoration:none;background-position:100px}[type=text]:focus:before,[type=password]:focus:before,[type=date]:focus:before,[type=datetime]:focus:before,[type=datetime-local]:focus:before,[type=month]:focus:before,[type=week]:focus:before,[type=email]:focus:before,[type=number]:focus:before,[type=search]:focus:before,[type=tel]:focus:before,[type=time]:focus:before,[type=url]:focus:before,[type=color]:focus:before,[type=file]:focus:before,[type=image]:focus:before,[type=submit]:focus:before,button:focus:before,textarea:focus:before,select:focus:before,fieldset:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,[type=submit]:disabled,button:disabled,textarea:disabled,select:disabled,fieldset:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.listing__form [type=text]{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='19' viewBox='0 0 19 19' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.8242 17.3008c.211.2109.211.5976 0 .8086-.1054.1054-.2461.1406-.3867.1406-.1758 0-.3164-.0352-.457-.1406l-4.9571-4.9922c-1.3007 1.125-2.95309 1.7578-4.74606 1.7578-4.00781 0-7.27734-3.2695-7.27734-7.3125 0-4.00781 3.23438-7.3125 7.27734-7.3125 4.00786 0 7.31246 3.30469 7.31246 7.3125 0 1.82812-.6328 3.4805-1.7578 4.7813zm-10.5117-3.5508c3.4102 0 6.1875-2.7422 6.1875-6.1875 0-3.41016-2.7773-6.1875-6.1875-6.1875-3.44531 0-6.1875 2.77734-6.1875 6.1875 0 3.4102 2.74219 6.1875 6.1875 6.1875z' fill='%2380276C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:1.25em 50%;background-size:.75em;padding-left:3.125rem !important}@media print,screen and (min-width:48.0625em){.listing__form [type=text]{padding-left:3.4375rem !important}}.listing__form [type=text]:hover,.listing__form [type=text]:focus{background-position:1.25em 50%;border-color:#80276c}select,.oho-multiselect__toggle{border-color:#c7c9c7;color:#292929;text-transform:none;background-color:rgba(0,0,0,0);border-radius:2.5rem;padding:.5rem 1.5rem;text-align:left;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 1.25em) 50%;background-size:.75em}@media print,screen and (min-width:48.0625em){select,.oho-multiselect__toggle{font-size:1.125rem;padding:1rem 2rem}}select:hover,select:focus,.oho-multiselect__toggle:hover,.oho-multiselect__toggle:focus{border-color:#80276c}select:disabled,.oho-multiselect__toggle:disabled{pointer-events:none}select:hover,select:focus,.oho-multiselect__toggle:hover,.oho-multiselect__toggle:focus{background-position:calc(100% - 1.25em) 50%;border-color:#80276c}.oho-multiselect__toggle{width:100%;border:1px solid #c7c9c7}.oho-multiselect__toggle:hover,.oho-multiselect__toggle:focus{background-color:rgba(0,0,0,0);color:#262626}.oho-multiselect__toggle[data-oho-multiselect-open=true]:after{content:none}fieldset{display:block;border-color:#c7c9c7;color:#292929;text-transform:none;background-color:rgba(0,0,0,0);border-radius:2.5rem;padding:.5rem 1.5rem;text-align:left;font-size:1rem;margin:0;border-width:.0625em;border-style:solid;border-color:inherit}@media print,screen and (min-width:48.0625em){fieldset{font-size:1.125rem;padding:1rem 2rem}}fieldset:hover,fieldset:focus{border-color:#80276c}fieldset:disabled{pointer-events:none}.webform-submission-form label,.webform-submission-form fieldset label:not(.option),.webform-submission-form .fieldset-legend{font-weight:bold}.webform-submission-form label.option,.webform-submission-form fieldset label{font-weight:normal}.webform-submission-form button,.webform-submission-form [type=submit]{font-size:1.125rem;padding:1rem 2.5rem;color:#d9c89e;background-image:linear-gradient(92deg,#141B4D 100%,#141B4D 100%);margin:0;cursor:pointer;border:0}.webform-submission-form button::before,.webform-submission-form button::after,.webform-submission-form [type=submit]::before,.webform-submission-form [type=submit]::after{color:#d9c89e}.webform-submission-form button:hover,.webform-submission-form button:focus,.webform-submission-form [type=submit]:hover,.webform-submission-form [type=submit]:focus{color:#d9c89e}.webform-submission-form button:hover::before,.webform-submission-form button:hover::after,.webform-submission-form button:focus::before,.webform-submission-form button:focus::after,.webform-submission-form [type=submit]:hover::before,.webform-submission-form [type=submit]:hover::after,.webform-submission-form [type=submit]:focus::before,.webform-submission-form [type=submit]:focus::after{color:#d9c89e}.webform-submission-form button:hover,.webform-submission-form button:focus,.webform-submission-form [type=submit]:hover,.webform-submission-form [type=submit]:focus{background-image:linear-gradient(92deg,#141B4D 1%,#3C4D8D 100%)}.webform-submission-form button:focus:before,.webform-submission-form [type=submit]:focus:before{border-color:#141b4d}label,.fieldset-legend{display:block;color:#262626;font-family:"Montserrat",sans-serif;margin-bottom:8px}[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:#c7c9c7;color:#292929;text-transform:none;background-color:rgba(0,0,0,0);border-radius:2.5rem;padding:.5rem 1.5rem;text-align:left;font-size:1rem;margin:0}@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],textarea{font-size:1.125rem;padding:1rem 2rem}}[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus,[type=date]:hover,[type=date]:focus,[type=datetime]:hover,[type=datetime]:focus,[type=datetime-local]:hover,[type=datetime-local]:focus,[type=month]:hover,[type=month]:focus,[type=week]:hover,[type=week]:focus,[type=email]:hover,[type=email]:focus,[type=number]:hover,[type=number]:focus,[type=search]:hover,[type=search]:focus,[type=tel]:hover,[type=tel]:focus,[type=time]:hover,[type=time]:focus,[type=url]:hover,[type=url]:focus,[type=color]:hover,[type=color]:focus,[type=file]:hover,[type=file]:focus,[type=image]:hover,[type=image]:focus,textarea:hover,textarea:focus{border-color:#80276c}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,textarea:disabled{pointer-events:none}[type=text]::-webkit-input-placeholder,[type=password]::-webkit-input-placeholder,[type=date]::-webkit-input-placeholder,[type=datetime]::-webkit-input-placeholder,[type=datetime-local]::-webkit-input-placeholder,[type=month]::-webkit-input-placeholder,[type=week]::-webkit-input-placeholder,[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder,[type=search]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=time]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder,[type=color]::-webkit-input-placeholder,[type=file]::-webkit-input-placeholder,[type=image]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#262626;font-family:"Montserrat",sans-serif}[type=text]::-moz-placeholder,[type=password]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime]::-moz-placeholder,[type=datetime-local]::-moz-placeholder,[type=month]::-moz-placeholder,[type=week]::-moz-placeholder,[type=email]::-moz-placeholder,[type=number]::-moz-placeholder,[type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder,[type=color]::-moz-placeholder,[type=file]::-moz-placeholder,[type=image]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#262626;font-family:"Montserrat",sans-serif}[type=text]:-ms-input-placeholder,[type=password]:-ms-input-placeholder,[type=date]:-ms-input-placeholder,[type=datetime]:-ms-input-placeholder,[type=datetime-local]:-ms-input-placeholder,[type=month]:-ms-input-placeholder,[type=week]:-ms-input-placeholder,[type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=search]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=time]:-ms-input-placeholder,[type=url]:-ms-input-placeholder,[type=color]:-ms-input-placeholder,[type=file]:-ms-input-placeholder,[type=image]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#262626;font-family:"Montserrat",sans-serif}[type=checkbox],[type=radio]{margin:0;cursor:pointer}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:1em 0 1em .25em;cursor:pointer;vertical-align:middle;color:#292929}[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:#edf0ed}[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:#4e1e44;-webkit-box-shadow:0 0 0 .0625em #4e1e44;box-shadow:0 0 0 .0625em #4e1e44}.oho-multiselect__toggle:after{content:none}@media print,screen and (min-width:48.0625em){.listing .bef-checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex}}.listing .bef-checkboxes .form-item{margin-right:24px;margin-top:8px}.listing .bef-checkboxes label{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.listing .bef-checkboxes label{font-size:1.125rem}}.listing .bef-checkboxes .form-item [type=checkbox]+label::before{top:4px}table{font-size:.875rem;margin-bottom:2.5rem;border-collapse:separate;border-spacing:0}table[align=left]{float:none}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:2em}}table[align=right]{float:none}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:2em}}thead,tbody{vertical-align:top}thead{color:#000;border-right:1px solid #c7c9c7;border-left:1px solid #c7c9c7;font-size:.875rem}thead th{background:rgba(237,240,237,.4)}tbody{border-top:0;border-left:1px solid #c7c9c7}tr{border-bottom:1px solid #c7c9c7}th{padding:1em 1.25em;border-left:1px solid #c7c9c7;border-top:1px solid #c7c9c7;border-bottom:0;background:rgba(237,240,237,.4);font-weight:600}td{padding:1em 1.25em;border-left:1px solid #c7c9c7;border-top:1px solid #c7c9c7}td:last-child{border-right:1px solid #c7c9c7}tr:last-child td:first-child{border-bottom-left-radius:8px}tr:last-child td:last-child{border-bottom-right-radius:8px}tr:last-child td{border-bottom:1px solid #c7c9c7}tr:first-child td:first-child,thead tr:first-child th:first-child{border-top-left-radius:8px}thead+tbody>tr:first-child>td:first-child{border-top-left-radius:0}tr:first-child th:last-child{border-top-right-radius:8px;border-right:1px solid #c7c9c7}tbody tr:last-child th{border-bottom:1px solid #c7c9c7;border-bottom-left-radius:8px}th,td{text-align:left}.wysiwyg table p,.wysiwyg table ol li,.wysiwyg table ul li,.section--wysiwyg table p,.section--wysiwyg table ol li,.section--wysiwyg table ul li,.wysiwyg-block table p,.wysiwyg-block table ol li,.wysiwyg-block table ul li{font-size:.875rem}.wysiwyg table ul:not(.menu):not(.btn-row),.section--wysiwyg table ul:not(.menu):not(.btn-row),.wysiwyg-block table ul:not(.menu):not(.btn-row){counter-reset:closedCircle}.wysiwyg table ul:not(.menu):not(.btn-row)>li,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li{position:relative;padding-left:1.25rem;list-style:none;counter-increment:closedCircle}@media print,screen and (min-width:64.0625em){.wysiwyg table ul:not(.menu):not(.btn-row)>li,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li{padding-left:1.875rem}}.wysiwyg table ul:not(.menu):not(.btn-row)>li>li,.wysiwyg table ul:not(.menu):not(.btn-row)>li>li:first-child,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>li,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>li:first-child,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>li,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>li:first-child{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg table ul:not(.menu):not(.btn-row)>li>li,.wysiwyg table ul:not(.menu):not(.btn-row)>li>li:first-child,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>li,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>li:first-child,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>li,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>li:first-child{margin-top:1rem}}.wysiwyg table ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li::before{position:absolute;top:0;left:0;display:inline-block;content:counter(closedCircle,disc);color:#80276c;font-size:.875rem;font-weight:400}@media print,screen and (min-width:64.0625em){.wysiwyg table ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li::before{font-size:1.125rem}}.wysiwyg table ul:not(.menu):not(.btn-row)>li>ul,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>ul,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>ul{counter-reset:openCircle}.wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>ul>li{counter-increment:openCircle}.wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li::before,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li::before,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>ul>li::before{content:counter(openCircle,circle)}.wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li>ul,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li>ul,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>ul>li>ul{counter-reset:closedSquare}.wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li>ul>li,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li>ul>li,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>ul>li>ul>li{counter-increment:closedSquare}.wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li>ul>li::before,.section--wysiwyg table ul:not(.menu):not(.btn-row)>li>ul>li>ul>li::before,.wysiwyg-block table ul:not(.menu):not(.btn-row)>li>ul>li>ul>li::before{content:counter(closedSquare,square)}.wysiwyg table td>ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg table td>ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block table td>ul:not(.menu):not(.btn-row)>li::before{font-size:2.875rem;top:-1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg table td>ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg table td>ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block table td>ul:not(.menu):not(.btn-row)>li::before{top:-1.875rem}}@media print,screen and (min-width:64.0625em){.wysiwyg table td>ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg table td>ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block table td>ul:not(.menu):not(.btn-row)>li::before{top:-1.625rem}}.mobile-table{margin-bottom:2.5rem}@media print,screen and (min-width:64.0625em){.mobile-table{margin-bottom:0}}.mobile-table--scroll{overflow-y:scroll}@media print,screen and (min-width:64.0625em){.mobile-table--scroll{overflow-y:hidden}}.mobile-table{padding:1px 0}.mobile-table table{-webkit-box-shadow:none;box-shadow:none}.mobile-table--scroll{overflow-y:scroll;position:relative;margin-right:-1.25rem}.mobile-table--scroll:after{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.1)));background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.1));width:20px;height:100%;position:absolute;top:0;right:0;content:""}.mobile-table--scroll.scrolled:after{background-image:none}.mobile-table--scroll.scrolled table{z-index:1}.mobile-table--scroll table{position:relative}h1,.h1{font-size:2rem;font-weight:300;line-height:1.25;letter-spacing:-0.04em}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:2.5rem;font-weight:200}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:4rem}}h2,.h2{font-size:1.5rem;font-weight:300;line-height:1.25}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:2rem}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:2.5rem;font-weight:200}}h3,.h3{font-size:1.25rem;font-weight:600;line-height:1.25}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2rem}}h4,.h4{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.25rem}}h6,.h6{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){h6,.h6{font-size:1.25rem}}p,.p{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){p,.p{font-size:1.125rem}}.eyebrow{font-size:0.75rem;font-weight:600;line-height:1.25;text-transform:uppercase}a{color:#3c4c8d;font-weight:400;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:color .25s,-webkit-text-decoration .25s;transition:color .25s,-webkit-text-decoration .25s;transition:text-decoration .25s,color .25s;transition:text-decoration .25s,color .25s,-webkit-text-decoration .25s}a:hover,a:focus{text-decoration-color:#80276c}.promo__content a,.card-section__content a,.wysiwyg-block a,.wysiwyg a{text-decoration-color:#3c4c8d}.promo__content a:hover,.promo__content a:focus,.card-section__content a:hover,.card-section__content a:focus,.wysiwyg-block a:hover,.wysiwyg-block a:focus,.wysiwyg a:hover,.wysiwyg a:focus{text-decoration-color:#80276c}.wysiwyg a{color:#3c4c8d}.wysiwyg a:hover,.wysiwyg a:focus{color:#80276c}em{font-style:italic}b,strong{font-weight:700}blockquote{margin:0}.wysiwyg blockquote{position:relative;margin:0 auto;background-color:#fff;border-radius:1rem;-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);padding:1.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote{padding:4rem}}.wysiwyg blockquote p{font-size:1rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote p{font-size:1.875rem}}.wysiwyg blockquote .quotee{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.wysiwyg blockquote .quotee{font-size:1.125rem}}ol,ul,li{margin:0;padding:0}.wysiwyg li{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.wysiwyg li{font-size:1.125rem}}ol{margin-top:1rem;padding-left:0;list-style:none;counter-reset:li}@media print,screen and (min-width:48.0625em){ol{margin-top:1.5rem}}ol>li{position:relative;padding-left:1.25rem;counter-increment:li}@media print,screen and (min-width:64.0625em){ol>li{padding-left:1.875rem}}ol>li>li,ol>li>li:first-child{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){ol>li>li,ol>li>li:first-child{margin-top:1rem}}ol>li::before{position:absolute;top:0;left:0;display:inline-block;content:counter(li) ".";color:#80276c;font-size:.875rem;font-weight:400}@media print,screen and (min-width:64.0625em){ol>li::before{font-size:1.125rem}}ol>li>ol{counter-reset:alpaStyle}ol>li>ol>li{counter-increment:alpaStyle}ol>li>ol>li::before{content:counter(alpaStyle,lower-alpha) "."}ol>li>ol>li>ol{counter-reset:romanStyle}ol>li>ol>li>ol>li{counter-increment:romanStyle}ol>li>ol>li>ol>li::before{content:counter(romanStyle,lower-roman) "."}ol>li>ol>li>ol>li>ol{counter-reset:alphaUpperStyle}ol>li>ol>li>ol>li>ol>li{counter-increment:alphaUpperStyle}ol>li>ol>li>ol>li>ol>li::before{content:counter(alphaUpperStyle,upper-alpha) "."}ol>li>ol>li>ol>li>ol>li>ol{counter-reset:alphaUpperStyle}ol>li>ol>li>ol>li>ol>li>ol>li{counter-increment:alphaUpperStyle}ol>li>ol>li>ol>li>ol>li>ol>li::before{content:counter(alphaUpperStyle,upper-roman) "."}.wysiwyg ul:not(.menu):not(.btn-row),.section--wysiwyg ul:not(.menu):not(.btn-row),.wysiwyg-block ul:not(.menu):not(.btn-row){counter-reset:closedCircle}.wysiwyg ul:not(.menu):not(.btn-row)>li,.section--wysiwyg ul:not(.menu):not(.btn-row)>li,.wysiwyg-block ul:not(.menu):not(.btn-row)>li{position:relative;padding-left:1.25rem;list-style:none;counter-increment:closedCircle}@media print,screen and (min-width:64.0625em){.wysiwyg ul:not(.menu):not(.btn-row)>li,.section--wysiwyg ul:not(.menu):not(.btn-row)>li,.wysiwyg-block ul:not(.menu):not(.btn-row)>li{padding-left:1.875rem}}.wysiwyg ul:not(.menu):not(.btn-row)>li>li,.wysiwyg ul:not(.menu):not(.btn-row)>li>li:first-child,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>li,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>li:first-child,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>li,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>li:first-child{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg ul:not(.menu):not(.btn-row)>li>li,.wysiwyg ul:not(.menu):not(.btn-row)>li>li:first-child,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>li,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>li:first-child,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>li,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>li:first-child{margin-top:1rem}}.wysiwyg ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block ul:not(.menu):not(.btn-row)>li::before{position:absolute;top:0;left:0;display:inline-block;content:counter(closedCircle,disc);color:#80276c;font-size:.875rem;font-weight:400}@media print,screen and (min-width:64.0625em){.wysiwyg ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block ul:not(.menu):not(.btn-row)>li::before{font-size:1.125rem}}.wysiwyg ul:not(.menu):not(.btn-row)>li>ul,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>ul,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>ul{counter-reset:openCircle}.wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>ul>li{counter-increment:openCircle}.wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li::before,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li::before,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>ul>li::before{content:counter(openCircle,circle)}.wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li>ul,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li>ul,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>ul>li>ul{counter-reset:closedSquare}.wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li>ul>li,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li>ul>li,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>ul>li>ul>li{counter-increment:closedSquare}.wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li>ul>li::before,.section--wysiwyg ul:not(.menu):not(.btn-row)>li>ul>li>ul>li::before,.wysiwyg-block ul:not(.menu):not(.btn-row)>li>ul>li>ul>li::before{content:counter(closedSquare,square)}.wysiwyg>ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg>ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block>ul:not(.menu):not(.btn-row)>li::before{font-size:2.875rem;top:-1.875rem}@media print,screen and (min-width:48.0625em){.wysiwyg>ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg>ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block>ul:not(.menu):not(.btn-row)>li::before{top:-1.875rem}}@media print,screen and (min-width:64.0625em){.wysiwyg>ul:not(.menu):not(.btn-row)>li::before,.section--wysiwyg>ul:not(.menu):not(.btn-row)>li::before,.wysiwyg-block>ul:not(.menu):not(.btn-row)>li::before{top:-1.625rem}}.wysiwyg-block:not(.global-spacing--xlarge) *:not(li)>ul:not(.menu):not(.btn-row)>li::before{font-size:2.875rem;top:-1.375rem}@media print,screen and (min-width:48.0625em){.wysiwyg-block:not(.global-spacing--xlarge) *:not(li)>ul:not(.menu):not(.btn-row)>li::before{top:-1.375rem}}@media print,screen and (min-width:64.0625em){.wysiwyg-block:not(.global-spacing--xlarge) *:not(li)>ul:not(.menu):not(.btn-row)>li::before{top:-1.375rem}}.wysiwyg-block:not(.global-spacing--xlarge) table :not(li)>ul:not(.menu):not(.btn-row)>li::before{top:-1.375rem}.stat{font-size:3rem;font-weight:200;line-height:1}@media print,screen and (min-width:48.0625em){.stat{font-size:4rem}}@media print,screen and (min-width:64.0625em){.stat{font-size:5rem}}.list--inline-spaced ul,.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none}.list--inline-spaced li,.list--comma-separate li{display:inline-block}.list--inline-spaced li:not(:last-child),.list--comma-separate li:not(:last-child){margin-right:.25em}.list--inline-spaced li:not(:last-child){margin-bottom:.625rem}@media print,screen and (min-width:48.0625em){.list--inline-spaced li{margin-bottom:0}}.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}button.video-play-button{position:absolute;z-index:4;bottom:1rem;right:1rem;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;width:64px;height:64px;border:2px solid #d9c89e;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#d9c89e;border-color:#d9c89e}@media print,screen and (min-width:48.0625em){button.video-play-button{bottom:2.5rem;right:2.5rem}}button.video-play-button::before{display:none}button.video-play-button::after{content:"";color:#fff;font-family:"Font Awesome 5 Pro";font-size:.75rem;font-weight:600}.video-playing button.video-play-button::after{content:""}button.video-play-button:hover,button.video-play-button:focus{background:none}button.video-play-button:hover::after,button.video-play-button:focus::after{color:#bd9b60}.play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:.47}.play-button path{fill:#fff}@media print,screen and (min-width:48.0625em){.play-button{width:7.8125rem;height:7.8125rem}}a:hover .play-button,a:focus .play-button{opacity:1}.wysiwyg .responsive-video-iframe{position:relative}.wysiwyg .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625 * 100%);content:""}.wysiwyg .responsive-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wysiwyg .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset}.wysiwyg .align-center .responsive-video-iframe{min-width:100%}.wysiwyg .align-left .responsive-video-iframe,.wysiwyg .align-right .responsive-video-iframe{min-width:300px}.align-right,.obj-right{float:none;margin-top:1rem;margin-right:0;margin-bottom:1rem;margin-left:0}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{float:right;margin-left:1.5rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin-left:2rem}}.align-right img,.obj-right img{display:block}@media print,screen and (min-width:48.0625em){.align-right.responsive-video-iframe,.obj-right.responsive-video-iframe{width:50%}}@media print,screen and (min-width:64.0625em){.align-right.responsive-video-iframe,.obj-right.responsive-video-iframe{width:33%}}.align-left,.obj-left{float:none;margin-top:1rem;margin-right:0;margin-bottom:1rem;margin-left:0}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{float:left;margin-right:1.5rem}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin-right:2rem}}.align-left img,.obj-left img{display:block}@media print,screen and (min-width:48.0625em){.align-left.responsive-video-iframe,.obj-left.responsive-video-iframe{width:50%}}@media print,screen and (min-width:64.0625em){.align-left.responsive-video-iframe,.obj-left.responsive-video-iframe{width:33%}}.align-center,.obj-center{display:table;margin-top:1rem;margin-right:auto;margin-bottom:1rem;margin-left:auto}@media print,screen and (min-width:48.0625em){.align-center,.obj-center{margin-top:1.5rem}}.align-center img,.obj-center img{display:block}.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{width:100%}[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,[data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%}article.align-center img{margin-right:auto;margin-left:auto}.align-right img,.align-left img,.align-center img{-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);border-radius:8px}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-center{min-width:100%}figcaption{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:1rem;caption-side:bottom;color:#262626}.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:1rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.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.5rem}}.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg p{margin-top:1rem}}.wysiwyg blockquote{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg blockquote{margin-top:2.5rem;margin-bottom:2.5rem}}.wysiwyg .btn{margin-top:0;font-size:.875rem;padding:1rem 1.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.wysiwyg .btn::before,.wysiwyg .btn::after{color:#141b4d}.wysiwyg .btn:hover,.wysiwyg .btn:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.wysiwyg .btn:hover::before,.wysiwyg .btn:hover::after,.wysiwyg .btn:focus::before,.wysiwyg .btn:focus::after{color:#141b4d}.wysiwyg .btn:focus{color:#141b4d}.wysiwyg .btn:focus:before{border-color:#d9c89e}.wysiwyg .btn-row{-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;gap:1em 1em}.mobile-table{margin-top:1rem;padding:1px 0}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.5rem}}.mobile-table table{margin:0}.wysiwyg>*:first-child{margin-top:0}.section--wysiwyg ol,.section--wysiwyg ul,.wysiwyg ol,.wysiwyg ul{margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.section--wysiwyg ol,.section--wysiwyg ul,.wysiwyg ol,.wysiwyg ul{margin-bottom:1.5rem}}.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:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.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.5rem}}@media print,screen and (min-width:48.0625em){.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-bottom:1.5rem}}.section--wysiwyg li,.wysiwyg li{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.section--wysiwyg li,.wysiwyg li{margin-top:1rem}}.section-wysiwyg-block,.wysiwyg-block{margin-top:2.5rem;margin-bottom:2.5rem;position:relative;z-index:1}@media print,screen and (min-width:48.0625em){.section-wysiwyg-block,.wysiwyg-block{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.section-wysiwyg-block,.wysiwyg-block{margin-top:6rem;margin-bottom:6rem}}.card-section+.section-wysiwyg-block,.card-section+.wysiwyg-block{margin-top:0}.vaf{margin-top:1rem;padding-right:1.5rem;padding-left:1.5rem;position:relative}@media print,screen and (min-width:48.0625em){.vaf{margin-top:1.5rem}}.vaf__heading{font-size:0.75rem;font-weight:400;line-height:1.65;color:#000;font-weight:600}@media print,screen and (min-width:48.0625em){.vaf__heading{font-size:0.875rem}}.active-filters{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:auto;margin-left:auto;max-width:83.5rem;border-radius:8px;padding:.5rem 0;border:1px solid var(--mid-gray-50,#E3E4E3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media print,screen and (min-width:48.0625em){.active-filters{border-radius:40px;padding:1rem 4rem}}.active-filters .cell{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:48.0625em){.active-filters .medium-shrink{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0}}.active-filters .vaf__heading{margin:0}.active-filters .vaf__group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media print,screen and (min-width:48.0625em){.active-filters .vaf__group{gap:16px}}.active-filters .vaf__item{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;color:#d9c89e;background-image:linear-gradient(92deg,#141B4D 100%,#141B4D 100%);font-size:0.75rem;font-weight:400;line-height:1.65;padding:.5rem 1.5rem;font-weight:500}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{text-decoration:none;background-position:100px}.active-filters .vaf__item:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.active-filters .vaf__item:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.active-filters .vaf__item::before,.active-filters .vaf__item::after{color:#d9c89e}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{color:#d9c89e}.active-filters .vaf__item:hover::before,.active-filters .vaf__item:hover::after,.active-filters .vaf__item:focus::before,.active-filters .vaf__item:focus::after{color:#d9c89e}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{background-image:linear-gradient(92deg,#141B4D 1%,#3C4D8D 100%)}.active-filters .vaf__item:focus:before{border-color:#141b4d}@media print,screen and (min-width:48.0625em){.active-filters .vaf__item{font-size:0.875rem}}.active-filters .vaf__item::after{margin-left:.9375rem;content:"";color:#d9c89e;font-family:"Font Awesome 5 Pro";font-weight:100}.active-filters .vaf__clear{background:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border:none;color:#3c4c8d;font-weight:600;font-size:.75rem;padding-left:0}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{color:#80276c}@media print,screen and (min-width:48.0625em){.active-filters .vaf__clear{font-size:1rem}}.active-filters .vaf__clear:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:8px;font-weight:100;color:#80276c}.program-listing .active-filters{border-color:#3c4c8d}.program-listing .vaf__heading{color:#fff}.program-listing .vaf__item{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.program-listing .vaf__item:hover,.program-listing .vaf__item:focus{text-decoration:none;background-position:100px}.program-listing .vaf__item:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.program-listing .vaf__item:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.program-listing .vaf__item::before,.program-listing .vaf__item::after{color:#141b4d}.program-listing .vaf__item:hover,.program-listing .vaf__item:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.program-listing .vaf__item:hover::before,.program-listing .vaf__item:hover::after,.program-listing .vaf__item:focus::before,.program-listing .vaf__item:focus::after{color:#141b4d}.program-listing .vaf__item:focus{color:#141b4d}.program-listing .vaf__item:focus:before{border-color:#d9c89e}.program-listing .vaf__clear{color:#fff}.program-listing .vaf__clear::after{color:#d9c89e}.program-listing .vaf__clear:hover,.program-listing .vaf__clear:focus{color:#d9c89e}.user-login-form,.page--utility+.page-wrapper .main-content{margin-top:2rem;margin-bottom:2rem}.user-login-form input:not(.form-submit){width:100%;margin-bottom:0}.user-login-form .description{width:100%;font-style:italic;margin-top:.25em}.user-login-form .form-item+.form-item,.user-login-form .form-actions{margin-top:1rem}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0 5em 0 0;padding:1rem;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(1,0.63,0.47,0.8);transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8);text-decoration:none;color:#fff;border-radius:.25em;background-color:#3c4c8d;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#1e2545}.admin-tabs a.is-active{background-color:#4b5fb1}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto}}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;padding:.0625rem .3125rem .125rem;background:rgba(255,255,255,.75) !important}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);color:#3c4c8d;font-family:"Font Awesome 5 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:24px;bottom:24px;left:24px;background-color:#fff;padding:16px 24px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px}@media print,screen and (min-width:64.0625em){.cookie-compliance-popup{border-radius:16px;padding:16px 40px}}.cookie-compliance-popup .grid-x,.cookie-compliance-popup .grid-container{width:100%}.cookie-compliance-popup .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cookie-compliance-popup .find-more-button{padding:0;text-transform:none;background:none;color:#141b4d;top:-7px;border:none}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none}.cookie-compliance-popup .alert-close{border-color:#141b4d;background-color:rgba(0,0,0,0);margin-left:32px}@media print,screen and (max-width:48.06125em){.cookie-compliance-popup .alert-close{border-radius:4px}}.cookie-compliance-popup .alert-close span{color:#141b4d}.cookie-compliance-popup .alert-close:hover,.cookie-compliance-popup .alert-close:focus{background-color:#d9c89e;border-color:#d9c89e}.eu-cookie-compliance-content{max-width:none}.eu-cookie-compliance-message h2{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.25rem}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}.form-item{margin-top:0.5rem;position:relative}@media print,screen and (min-width:48.0625em){.form-item{margin-top:1rem}}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:border-color 150ms cubic-bezier(1,0.63,0.47,0.8);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit}.form-item [type=checkbox]+label,.form-item [type=radio]+label{position:relative;margin-left:1.5em;-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8)}.form-item [type=checkbox]+label::before,.form-item [type=radio]+label::before{position:absolute;top:0;left:-1.5em;display:block;width:1em;height:1em;content:"";-webkit-transition:background 150ms cubic-bezier(1,0.63,0.47,0.8),border-color 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-box-shadow 150ms cubic-bezier(1,0.63,0.47,0.8);transition:background 150ms cubic-bezier(1,0.63,0.47,0.8),border-color 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-box-shadow 150ms cubic-bezier(1,0.63,0.47,0.8);transition:background 150ms cubic-bezier(1,0.63,0.47,0.8),border-color 150ms cubic-bezier(1,0.63,0.47,0.8),box-shadow 150ms cubic-bezier(1,0.63,0.47,0.8);transition:background 150ms cubic-bezier(1,0.63,0.47,0.8),border-color 150ms cubic-bezier(1,0.63,0.47,0.8),box-shadow 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-box-shadow 150ms cubic-bezier(1,0.63,0.47,0.8);border:.0625em solid #262626}.form-item [type=checkbox]:disabled,.form-item [type=checkbox]:disabled+label,.form-item [type=radio]:disabled,.form-item [type=radio]:disabled+label{cursor:default}.form-item [type=checkbox]:focus+label::before,.form-item [type=radio]:focus+label::before{border-color:#8dc63f}.form-item [type=checkbox]:invalid+label,.form-item [type=radio]:invalid+label{color:#4e1e44}.form-item [type=checkbox]:invalid+label::before,.form-item [type=radio]:invalid+label::before{border-color:#4e1e44;-webkit-box-shadow:0 0 0 .0625em #4e1e44;box-shadow:0 0 0 .0625em #4e1e44}.form-item [type=checkbox]:checked+label::before{background-color:#141b4d;border-radius:4px}.form-item [type=checkbox]:checked+label::after{position:absolute;top:50%;left:-1.125em;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:#edf0ed}.form-item [type=radio]+label::before{border-radius:50%;background-image:radial-gradient(#3C4C8D 0.25em,#ffffff 0.25em,#ffffff 0.5em,#3C4C8D 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0}.form-item [type=radio]:focus+label::before{border:1px solid #8dc63f}.form-item [type=radio]:checked+label::before{border-color:#3c4c8d;background-size:1em 1em}.form-item [type=radio]:checked:disabled+label::before{border-color:#262626;background-image:radial-gradient(#262626 0.25em,#EDF0ED 0.25em,#EDF0ED 0.5em,#262626 0.5em)}.form-item [type=radio]:checked:invalid+label::before{background-image:radial-gradient(#4E1E44 0.25em,#ffffff 0.25em,#ffffff 0.5em,#4E1E44 0.5em)}.form-item [type=radio]:disabled+label::before{background-color:#edf0ed}.form-required::after{content:"*";color:#a94442}.webform-element-description{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.webform-element-description{font-size:0.875rem}}.required>label::after{content:"*";color:#4e1e44}[type=checkbox][name*="["]+label,.form-radio+label{margin-top:.25em;margin-bottom:.25em}.webform-managed-file-placeholder{color:#262626;font-family:"Montserrat",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:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:1.5rem;margin-bottom:1.5rem}}form[class*=webform] [type=text],form[class*=webform] [type=password],form[class*=webform] [type=date],form[class*=webform] [type=datetime],form[class*=webform] [type=datetime-local],form[class*=webform] [type=month],form[class*=webform] [type=week],form[class*=webform] [type=email],form[class*=webform] [type=number],form[class*=webform] [type=search],form[class*=webform] [type=tel],form[class*=webform] [type=time],form[class*=webform] [type=url],form[class*=webform] [type=color],form[class*=webform] [type=file],form[class*=webform] [type=image],form[class*=webform] fieldset,form[class*=webform] select,form[class*=webform] textarea{width:100%}form[class*=webform] .js-form-type-checkbox+.js-form-type-checkbox,form[class*=webform] .js-form-type-radio+.js-form-type-radio{margin-top:0}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:.5rem}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.embedded-entity:not([class*=align-]){margin-top:0.5rem;width:100%}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:1rem}}.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}.alert-warning,.alert-notice{padding-top:1.5rem;padding-bottom:1.5rem;color:#fff}@media print,screen and (min-width:48.0625em){.alert-warning,.alert-notice{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.alert-warning .btn,.alert-notice .btn{font-size:1.125rem}}.alert-warning .alert-icon:before,.alert-notice .alert-icon:before{font-family:"Font Awesome 5 Pro";display:block;font-size:2.125rem;color:#d9c89e}@media print,screen and (min-width:64.0625em){.alert-warning .alert-icon:before,.alert-notice .alert-icon:before{font-size:3.75rem;font-weight:100}}.alert-warning .alert-inner,.alert-notice .alert-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}@media print,screen and (min-width:64.0625em){.alert-warning .alert-inner,.alert-notice .alert-inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:40px}}.alert-warning .alert-icon-wrap,.alert-notice .alert-icon-wrap{width:60px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media print,screen and (min-width:64.0625em){.alert-warning .alert-icon-wrap,.alert-notice .alert-icon-wrap{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.alert-warning .alert-content-wrap,.alert-notice .alert-content-wrap{width:100%}@media print,screen and (min-width:64.0625em){.alert-warning .alert-content-wrap,.alert-notice .alert-content-wrap{width:auto}}.alert-warning .alert-close,.alert-notice .alert-close{border-color:#d9c89e;background-color:rgba(0,0,0,0)}.alert-warning .alert-close span,.alert-notice .alert-close span{color:#d9c89e}.alert-warning .alert-close:hover,.alert-warning .alert-close:focus,.alert-notice .alert-close:hover,.alert-notice .alert-close:focus{background-color:#d9c89e}.alert-warning .alert-close:hover span,.alert-warning .alert-close:focus span,.alert-notice .alert-close:hover span,.alert-notice .alert-close:focus span{color:#fff}.alert-close{margin-left:auto;border-radius:8px;border:1px solid;width:40px;height:40px;padding:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media print,screen and (min-width:64.0625em){.alert-close{width:65px;height:65px;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.alert-close:before{content:none}.alert-close span{font-size:2.25rem;font-weight:100}.alert-notice{background-color:#4e1e44}.alert-notice .alert-icon:before{content:"";-webkit-text-stroke:2px #4e1e44}.alert-warning{background:#9b0013}.alert-warning .alert-icon:before{content:"";-webkit-text-stroke:2px #9b0013}.alert-notice .wysiwyg a,.alert-warning .wysiwyg a{color:#d9c89e;text-decoration-color:#d9c89e}.alert-notice .wysiwyg a:hover,.alert-notice .wysiwyg a:focus,.alert-warning .wysiwyg a:hover,.alert-warning .wysiwyg a:focus{color:#f6f7f6;text-decoration-color:#f6f7f6}.alert-banner{padding-top:1rem;padding-bottom:1rem;margin:0.5rem;border:8px solid #d9c89e;background-color:#fff}@media print,screen and (min-width:48.0625em){.alert-banner{padding-top:1.5rem;padding-bottom:1.5rem}}@media print,screen and (min-width:48.0625em){.alert-banner{margin:1rem}}.alert-banner .alert-icon:before{font-family:"Font Awesome 5 Pro";content:"";display:block;font-size:1.5rem;color:#141b4d}.alert-banner .alert-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:64.0625em){.alert-banner .alert-inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.alert-banner .alert-icon-wrap{width:24px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media print,screen and (min-width:64.0625em){.alert-banner .alert-icon-wrap{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.alert-banner .alert-content-wrap{width:100%}@media print,screen and (min-width:64.0625em){.alert-banner .alert-content-wrap{width:auto}}.alert-banner .alert-content-wrap p{margin-top:0}.alert-banner .alert-close{border-color:#141b4d;background-color:rgba(0,0,0,0)}.alert-banner .alert-close span{color:#141b4d}.alert-banner .alert-close:hover,.alert-banner .alert-close:focus{background-color:#d9c89e;border-color:#d9c89e}.pager{padding-top:1.5rem;font-family:"Montserrat",sans-serif;font-size:.875rem;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto;max-width:83.5rem}@media print,screen and (min-width:48.0625em){.pager{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.pager{padding-top:4rem}}@media screen and (min-width:46.25em){.pager{font-size:1.125rem}}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.pager a{display:block;padding:.5rem 1rem;line-height:165%;-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);border:1px solid rgba(0,0,0,0);border-radius:4px}@media screen and (min-width:46.25em){.pager a{padding:1rem}}.pager a:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-color:#80276c;color:#80276c}.pager .is-active a{color:#000;font-weight:400;border:1px solid #c7c9c7;pointer-events:none}.pager [aria-hidden=true]{display:none}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#141b4d}.pager [class*=pager__item--] a:hover::before,.pager [class*=pager__item--] a:hover::after{color:#fff}.pager__item--first a,.pager__item--previous a,.pager__item--next a,.pager__item--last a{padding:.5rem 0 0 .875rem;border:1px solid #141b4d;border-radius:.5rem;height:40px;width:40px;text-decoration:none;background-color:rgba(0,0,0,0);-webkit-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s}@media screen and (min-width:46.25em){.pager__item--first a,.pager__item--previous a,.pager__item--next a,.pager__item--last a{padding:1.125rem 0 0 1.5625rem;height:64px;width:64px}}.pager__item--first a:hover,.pager__item--previous a:hover,.pager__item--next a:hover,.pager__item--last a:hover{text-decoration:none;color:#fff;background-color:#141b4d}.pager__item--first{margin-right:.5rem}.pager__item--previous{margin-right:auto}.pager__item--next{margin-left:auto}.pager__item--last{margin-left:.5rem}.pager__item--first a::before{content:""}.pager__item--previous a::before{content:""}.pager__item--next a::after{content:""}.pager__item--last a::after{content:""}.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none}@media screen and (min-width:46.25em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:block}}.pager__item.is-active{display:block}.pager__item:first-child:not([class*=pager__item--]){margin-left:calc(50% - 1.25rem)}.page--search+.page-wrapper .main-content h2{margin-bottom:.5em}.page--search+.page-wrapper .main-content .search-form .form-item{display:inline-block}.page--search+.page-wrapper .main-content .search-form label{display:block}.page--search+.page-wrapper .main-content .search-form [type=search]{width:100%;font-size:1rem}.page--search+.page-wrapper .main-content .search-form a{color:#3c4c8d;display:inline-block;margin-bottom:1.25em}.page--search+.page-wrapper .main-content .search-form a.btn{padding-right:1.875rem}.page--search+.page-wrapper .main-content .search-form a::after{font-family:"Font Awesome 5 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#3c4c8d;-webkit-transition:opacity 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:opacity 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 150ms cubic-bezier(1,0.63,0.47,0.8),opacity 150ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 150ms cubic-bezier(1,0.63,0.47,0.8),opacity 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8)}.page--search+.page-wrapper .main-content .search-form a:hover::after,.page--search+.page-wrapper .main-content .search-form a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.page--search+.page-wrapper .main-content .search-results{padding:0;list-style:none}.page--search+.page-wrapper .main-content .search-result{padding-left:0}.page--search+.page-wrapper .main-content .search-result::before{display:none}.page--search+.page-wrapper .main-content .search-result+.search-result{margin-top:2rem;padding-top:2rem;border-top:1px solid gray}.page--search+.page-wrapper .main-content .search-result__title{font-size:1rem;font-weight:600;line-height:1.5;margin:0}@media print,screen and (min-width:48.0625em){.page--search+.page-wrapper .main-content .search-result__title{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.page--search+.page-wrapper .main-content .search-result__title{font-size:1.25rem}}.page--search+.page-wrapper .main-content .search-result__snippet{margin-bottom:0}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem}}.messages-contain-error .system-messages{position:static}.messages{margin-top:1rem;padding:1rem;border:.0625rem solid;border-radius:.25rem}.messages ul{margin:0;padding:0;list-style:none}.messages li+li{margin-top:1rem}.messages a{text-decoration:underline;color:inherit;font-weight:700}.messages--status{color:#3c763d;border-color:#67b168;background:#aad4ab}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0}.messages--error{color:#a94442;border-color:#ce8483;background:#ebcdcc}.has-alert .messages{position:absolute}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer}.messages__close:hover{text-decoration:underline}.main-content .gsc-control-wrapper-cse{width:100%}.main-content .gsc-search-button-v2{padding:21px 27px}.main-content .gsc-control-cse.gsc-control-cse-en{max-width:75rem;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.main-content .gsc-control-cse.gsc-control-cse-en table{border:none}.main-content .gsc-control-cse.gsc-control-cse-en table,.main-content .gsc-control-cse.gsc-control-cse-en tbody,.main-content .gsc-control-cse.gsc-control-cse-en tr,.main-content .gsc-control-cse.gsc-control-cse-en td{border:none}.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input{background:none !important}.main-content table.gsc-search-box td.gsc-input{padding:0}.main-content .gsc-webResult.gsc-result:hover{border-color:rgba(0,0,0,0);background-color:#fff}.main-content .gsc-control-cse .gs-result .gs-title *{color:#3c4c8d}.main-content .gsc-control-cse .gs-result .gs-title *,.main-content .gs-title>.gs-title,.main-content .gs-title>.gs-title b{font-size:1.5rem !important;font-weight:600 !important;color:#3c4c8d !important}.main-content .gs-title>a.gs-title:hover{text-decoration:underline;text-underline-offset:2px}.main-content .gsc-control-cse,.main-content .gsc-control-cse .gsc-table-result{font-family:"Montserrat",sans-serif !important}.main-content .gsc-control-cse{line-height:1.5}.main-content .gs-webResult div.gs-visibleUrl{color:#3c4c8d !important;font-weight:600}.main-content .gsc-webResult.gsc-result{padding-top:1rem;padding-bottom:1rem;font-size:1rem}@media print,screen and (min-width:48.0625em){.main-content .gsc-webResult.gsc-result{padding-top:1.5rem;padding-bottom:1.5rem}}@media print,screen and (min-width:64.0625em){.main-content .gsc-webResult.gsc-result{font-size:1.125rem}}.main-content .gsc-webResult.gsc-result+.gsc-webResult.gsc-result{border-top:1px solid gray}.main-content .gsc-table-cell-thumbnail{display:none}.main-content .gsc-table-result{margin-top:1rem}.main-content .gsc-cursor{font-size:1.125rem}.main-content .gsc-results .gsc-cursor-box{margin-bottom:2rem}@media print,screen and (min-width:48.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:5rem}}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:4px 11px;color:gray;display:inline-block;font-weight:700}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#ffe21a;color:#292929}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}@media print,screen and (min-width:48.0625em){.alpha-filters{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.alpha-filters .fieldset-wrapper>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.alpha-filters .form-item [type=radio]:disabled+label{color:#000;font-weight:300}.alpha-filters .form-item [type=radio]{height:30px;width:30px;top:50%;left:25%}.alpha-filters .form-item [type=radio]+label{margin-left:16px;color:#3c4c8d}.alpha-filters .form-item [type=radio]+label::before{display:none}.alpha-filters .form-item [type=radio]+label:focus,.alpha-filters .form-item [type=radio]+label:hover{color:#ffe21a}.alpha-filters .form-item [type=radio]:checked+label::after{content:"";position:absolute;width:100%;height:.125rem;left:0;bottom:0;background-color:#3c4c8d}.alpha-filters .form-item [type=radio]:checked+label:focus::after,.alpha-filters .form-item [type=radio]:checked+label:hover::after{background-color:#ffe21a}.btn{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;font-size:.875rem;padding:1rem 1.5rem;color:#d9c89e;background-image:linear-gradient(92deg,#141B4D 100%,#141B4D 100%)}.btn:hover,.btn:focus{text-decoration:none;background-position:100px}.btn:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.btn::before,.btn::after{color:#d9c89e}.btn:hover,.btn:focus{color:#d9c89e}.btn:hover::before,.btn:hover::after,.btn:focus::before,.btn:focus::after{color:#d9c89e}.btn:hover,.btn:focus{background-image:linear-gradient(92deg,#141B4D 1%,#3C4D8D 100%)}.btn:focus:before{border-color:#141b4d}@media print,screen and (min-width:48.0625em){.btn{font-size:1.125rem;padding:1.75rem 2.5rem}}.btn--alternate{font-size:.875rem;padding:1rem 1.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.btn--alternate::before,.btn--alternate::after{color:#141b4d}.btn--alternate:hover,.btn--alternate:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.btn--alternate:hover::before,.btn--alternate:hover::after,.btn--alternate:focus::before,.btn--alternate:focus::after{color:#141b4d}.btn--alternate:focus{color:#141b4d}.btn--alternate:focus:before{border-color:#d9c89e}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:1.125rem;padding:1.75rem 2.5rem}}.btn--small{font-size:.875rem;padding:1rem 1.5rem}.btn--align-right{display:table;margin-left:auto}.btn--align-center{display:table;margin-right:auto;margin-left:auto}.elf-external,.link-external,.external{position:relative}.elf-external:after,.link-external:after,.external:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}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 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}.btn--centered{margin-left:auto;margin-right:auto;display:table}.link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600}@media print,screen and (min-width:64.0625em){.link-arrow{font-size:1rem}}.link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.link-arrow:hover,.link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.link-arrow--alternate{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff}@media print,screen and (min-width:64.0625em){.link-arrow--alternate{font-size:1rem}}.link-arrow--alternate:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.link-arrow--alternate:hover,.link-arrow--alternate:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.link-arrow--alternate:after{color:#d9c89e}.link-arrow--alternate:hover,.link-arrow--alternate:focus{color:#d9c89e;border-bottom-color:#d9c89e}.link-arrow--alternate:hover:after,.link-arrow--alternate:focus:after{color:#d9c89e}.link-arrow--row ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem 1.5rem}.link-arrow--row li{display:inline-block}.link-arrow--row a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;margin-right:16px}@media print,screen and (min-width:64.0625em){.link-arrow--row a{font-size:1rem}}.link-arrow--row a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.link-arrow--row a:hover,.link-arrow--row a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.section--dark .link-arrow--row a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff}@media print,screen and (min-width:64.0625em){.section--dark .link-arrow--row a{font-size:1rem}}.section--dark .link-arrow--row a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.section--dark .link-arrow--row a:hover,.section--dark .link-arrow--row a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.section--dark .link-arrow--row a:after{color:#d9c89e}.section--dark .link-arrow--row a:hover,.section--dark .link-arrow--row a:focus{color:#d9c89e;border-bottom-color:#d9c89e}.section--dark .link-arrow--row a:hover:after,.section--dark .link-arrow--row a:focus:after{color:#d9c89e}.date-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.eyebrow+.date-block{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.eyebrow+.date-block{margin-top:1rem}}.date-block .day-number{font-size:2rem;line-height:.9}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem}}.date-block time+time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date-block time+time::before{margin-right:0.5rem;margin-left:0.5rem;width:1.5rem;height:.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor}@media print,screen and (min-width:48.0625em){.date-block time+time::before{margin-right:1rem;margin-left:1rem}}.date-block span{display:block}.icon-list{display:block}.icon-list li:not(:first-child){margin-top:0.5rem}.icon-list li,.icon-list a{display:block;font-family:"Montserrat",sans-serif}.icon-list a{text-decoration:underline;text-decoration-color:#d9c89e;text-underline-offset:3px}.icon-list a:hover,.icon-list a:focus{color:#d9c89e}.icon-list li{position:relative;padding-left:1.875rem}.icon-list__icon{position:absolute;left:0;top:.125rem;color:#d9c89e}@media print,screen and (max-width:64.06125em){.icon-list__icon{top:-.125rem}}.icon-list--inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-list--inline li:not(:first-child){margin-top:0}.icon-list--inline li:not(:last-child){margin-right:1.875rem}.icon-list [href*="mailto:"]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.intro-text{font-size:1.25rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.intro-text{font-size:1.875rem}}.section-heading{margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.section-heading{margin-bottom:2.5rem}}.section-heading.section--dark{color:#fff}.section-heading--line-accent .section-heading__heading{position:relative;width:100%}.section-heading--line-accent .section-heading__heading::after{position:absolute;bottom:0;display:inline-block;width:100vw;height:1px;margin-bottom:1.25rem;margin-left:1.875rem;content:"";-webkit-transition:width 550ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.82,0.06,0.14,0.97);transition:width 550ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.82,0.06,0.14,0.97)}.section-heading--line-accent .section-heading__heading.oho-animate--ready::after{width:0;-webkit-transition:none;transition:none;opacity:0}.section-heading .grid-x{position:relative;overflow:hidden;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media print,screen and (min-width:48.0625em){.section-heading .medium-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media print,screen and (min-width:48.0625em){.section-heading .medium-auto{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:0}}.section-heading .eyebrow{font-size:0.875rem;font-weight:400;line-height:1.65;text-transform:none;font-weight:600}@media print,screen and (min-width:64.0625em){.section-heading .eyebrow{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.section-heading .eyebrow{margin-bottom:-16px}}.section-heading .btn{margin-right:0;font-size:1.125rem;padding:1rem 2.5rem}.section-heading__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0.5rem;margin-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.section-heading__title{gap:1rem}}@media print,screen and (min-width:48.0625em){.section-heading__title{margin-bottom:1rem}}@media print,screen and (min-width:48.0625em){.section-heading__title{margin-bottom:0}}.section-heading__title h2{font-size:1.5rem;font-weight:300;line-height:1.25}@media print,screen and (min-width:48.0625em){.section-heading__title h2{font-size:2rem}}@media print,screen and (min-width:64.0625em){.section-heading__title h2{font-size:2.5rem;font-weight:200}}.section-heading__subheading{font-size:0.875rem;font-weight:400;line-height:1.65;max-width:47.5rem}@media print,screen and (min-width:64.0625em){.section-heading__subheading{font-size:1.125rem}}.section--dark .section-heading__title h2{color:#fff}.section--dark .section-heading .link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff}@media print,screen and (min-width:64.0625em){.section--dark .section-heading .link-arrow{font-size:1rem}}.section--dark .section-heading .link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.section--dark .section-heading .link-arrow:hover,.section--dark .section-heading .link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.section--dark .section-heading .link-arrow:after{color:#d9c89e}.section--dark .section-heading .link-arrow:hover,.section--dark .section-heading .link-arrow:focus{color:#d9c89e;border-bottom-color:#d9c89e}.section--dark .section-heading .link-arrow:hover:after,.section--dark .section-heading .link-arrow:focus:after{color:#d9c89e}@-webkit-keyframes slide-in{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slide-in{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.cookie-banner{position:fixed;-webkit-transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:none;transform:none;z-index:10;top:100%;left:0;right:0}.cookie-banner__inner{background-color:#fff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5);padding:2.5rem;-webkit-transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98)}@media screen and (min-width:83.75em){.cookie-banner__inner{margin-right:-60px;margin-left:-60px}}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cookie-banner .btn{margin:0}html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner{-webkit-animation:slide-in;animation:slide-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:3s;animation-delay:3s}.site-footer{background:url(/themes/custom/midwestern/assets/img/seal-mobile.svg) no-repeat left top;padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.site-footer{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.site-footer{padding-top:6rem;padding-bottom:6rem}}@media print,screen and (min-width:64.0625em){.site-footer{min-height:737px;background:url(/themes/custom/midwestern/assets/img/mwu-seal.svg) no-repeat left bottom}}.site-footer li{list-style:none;margin:0;padding:0}.site-footer a:not(.btn){text-underline-offset:.25rem}.site-footer a:not(.btn):hover,.site-footer a:not(.btn):focus{color:#80276c}@media print,screen and (min-width:48.0625em){.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__top .btn{width:100%;white-space:nowrap}@media print,screen and (min-width:48.0625em){.footer__top .btn{width:auto;font-size:1.125rem;padding:16px 40px}}@media print,screen and (min-width:48.0625em){.site-footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70%}}.stars{background:url(/themes/custom/midwestern/assets/img/plus.svg) repeat-x;content:"";width:100%;height:6px;display:block;margin:15px 0 20px 0}@media print,screen and (min-width:48.0625em){.stars{margin:20px 15px 20px 16px}}.footer__middle{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.footer__middle{margin-top:2.5rem;margin-bottom:2.5rem}}.footer__middle h2{font-size:0.75rem;font-weight:400;line-height:1.65;color:#292929;margin:0 0 4px 0}@media print,screen and (min-width:48.0625em){.footer__middle h2{font-size:0.875rem}}@media print,screen and (min-width:64.0625em){.footer__middle h2{margin-bottom:8px}}.footer__middle--big-links{margin-bottom:24px}@media print,screen and (min-width:64.0625em){.footer__middle--big-links{margin-bottom:0}}.footer__middle--big-links li:not(:first-child){margin-top:8px}@media print,screen and (min-width:64.0625em){.footer__middle--big-links li:not(:first-child){margin-top:16px}}.footer__middle--big-links a{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600}@media print,screen and (min-width:48.0625em){.footer__middle--big-links a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.footer__middle--big-links a{font-size:1.25rem}}.footer__middle--links li:not(:first-child){margin-top:4px}@media print,screen and (min-width:64.0625em){.footer__middle--links li:not(:first-child){margin-top:8px}}.footer__middle--links a{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.footer__middle--links a{font-size:0.875rem}}.footer__locations{margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.footer__locations{margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.footer__locations{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}}.footer__location{border:1px solid #d9c89e;border-radius:8px;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}@media print,screen and (min-width:64.0625em){.footer__location{border-radius:16px;width:50%;padding:24px;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__location h3{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600;margin:0}@media print,screen and (min-width:48.0625em){.footer__location h3{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.footer__location h3{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.footer__location h3{margin-left:24px}}.footer__location li{width:100%}@media print,screen and (min-width:40.0625em){.footer__location li{width:auto}}.footer__location li:last-child{margin-top:8px}@media print,screen and (min-width:40.0625em){.footer__location li:last-child{margin-top:0}}.footer__location .icon-list__content,.footer__location .icon-list__content p{font-size:0.75rem;font-weight:400;line-height:1.65;padding-left:25px;display:inline-block;margin:0}@media print,screen and (min-width:48.0625em){.footer__location .icon-list__content,.footer__location .icon-list__content p{font-size:0.875rem}}.footer__location .icon-list__content a,.footer__location .icon-list__content p a{display:inline-block}.footer__location .icon-list__content p{padding-left:3px}.footer__location .icon-list__icon:before{color:#bd9b60;position:relative;top:2px;display:inline-block}.footer__image{width:60px}.footer__contact{margin-left:8px}@media print,screen and (min-width:64.0625em){.footer__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:0;gap:30px}}.footer__address{margin-top:8px}@media print,screen and (min-width:64.0625em){.footer__address{margin-top:0;margin-left:auto;width:240px}}.footer__bottom{background-color:#edf0ed;border-radius:8px;padding:24px 16px}@media print,screen and (min-width:64.0625em){.footer__bottom{margin-left:-80px;margin-right:-80px;padding:16px 80px;border-radius:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px}}.site-footer__copyright{font-size:0.75rem;font-weight:400;line-height:1.65;margin:0}@media print,screen and (min-width:48.0625em){.site-footer__copyright{font-size:0.875rem}}.footer__bottom--links{margin-top:4px}@media print,screen and (min-width:64.0625em){.footer__bottom--links{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0}}.footer__bottom--links li{margin-top:3px}@media print,screen and (min-width:64.0625em){.footer__bottom--links li{margin-top:0;margin-left:16px}}.footer__bottom--links a{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.footer__bottom--links a{font-size:0.875rem}}.site-footer__social-media{margin-top:8px}@media print,screen and (min-width:64.0625em){.site-footer__social-media{margin-top:0;margin-left:auto}}.footer-clinics h2{font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:1rem;font-weight:600}@media print,screen and (min-width:48.0625em){.footer-clinics h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.footer-clinics h2{font-size:1.25rem}}@media print,screen and (min-width:48.0625em){.footer-clinics h2{margin-bottom:1.5rem}}.footer-clinics .footer__middle--big-links a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:64.0625em){.footer-clinics .footer__middle--big-links a{font-size:1rem}}.footer-clinics .footer__middle--big-links a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.footer-clinics .footer__middle--big-links a:hover,.footer-clinics .footer__middle--big-links a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}@media print,screen and (min-width:48.0625em){.footer-clinics .footer__middle--big-links a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.footer-clinics .footer__middle--big-links a{font-size:1.25rem}}.footer__support{padding:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem;border-radius:8px;border:1px solid #c7c9c7}@media print,screen and (min-width:48.0625em){.footer__support{padding:2.5rem}}@media print,screen and (min-width:48.0625em){.footer__support{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.footer__support{margin-top:4rem;margin-bottom:4rem}}@media print,screen and (min-width:64.0625em){.footer__support{border-radius:16px}}.footer__support h2{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600;margin-bottom:8px}@media print,screen and (min-width:48.0625em){.footer__support h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.footer__support h2{font-size:1.25rem}}.footer__support p{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.footer__support p{font-size:0.875rem}}@media print,screen and (min-width:64.0625em){.footer__support-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:140px;-moz-column-gap:140px;column-gap:140px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__support-content{margin-bottom:16px}@media print,screen and (min-width:64.0625em){.footer__support-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0}}.site-header{position:relative;z-index:10;height:3.5rem}.site-header__sticky-container{background:#fff}.site-header__sticky-container>.grid-container{position:relative;height:100%}.site-header ul{margin:0;padding:0;list-style:none}.site-header li{position:relative}.site-header__logo{display:block}.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);height:3.9375rem;top:0}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-header__sticky-container .site-header__logo{top:-8px}}.site-header--beyond-threshold .site-header__sticky-container .site-header__logo img{width:276px;height:31px}.site-header--beyond-threshold .site-header__sticky-container .site-header__main{top:16px}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-header__sticky-container .site-header__top{display:none}}.site-header--beyond-threshold .site-header__sticky-container .site-header__bottom{margin:0}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8)}.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{height:7rem}}.site-header__logo{position:relative;top:13px}@media print,screen and (min-width:64.0625em){.site-header__logo{top:0}}.site-header__logo img{-o-object-fit:contain;object-fit:contain;width:181px;height:24px}@media print,screen and (min-width:64.0625em){.site-header__logo img{width:280px;height:auto}}@media screen and (min-width:1060px){.site-header__logo img{width:330px}}@media screen and (min-width:1140px){.site-header__logo img{width:400px}}@media print,screen and (min-width:64.0625em){.header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -0.5rem;position:relative}}@media screen and (min-width:90.0625em){.header-inner{margin:0 -4rem}}.mobile-menu-button{display:none}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:7px;right:8px;bottom:0;display:block;width:2.5rem;height:2.5rem;margin:0;padding:0;background-color:#f6f7f6;border-radius:8px;border:none}.mobile-menu-button::before{content:"";-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);color:#3c4c8d;font-family:"Font Awesome 5 Pro";font-size:1.5em;font-weight:200;position:relative;top:0;left:0}.mobile-menu-open .mobile-menu-button::before{content:"";color:#80276c}.mobile-menu-button:hover,.mobile-menu-button:focus{background-color:#80276c}.mobile-menu-button:hover::before,.mobile-menu-button:focus::before{color:#fff}.mobile-menu-button:focus::before{position:relative;top:auto;left:auto;height:100%;-webkit-transform:none;transform:none;padding:2px 5px}}.site-header__main{position:relative;top:25px}@media print,screen and (max-width:64.06125em){.site-header__main{-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);position:absolute;z-index:1;top:3.5rem;right:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:24rem;background-color:#141b4d}.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (max-width:40.06125em){.site-header__main{width:100vw}}@media print,screen and (max-width:64.06125em){.site-header__top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,screen and (min-width:64.0625em){.site-header__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:16px}}@media print,screen and (max-width:64.06125em){.utility-menu-single{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding:24px 16px 24px 16px}}@media print,screen and (max-width:64.06125em){.audience-menu{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media print,screen and (max-width:64.06125em){.resources-menu,.directories-menu{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media print,screen and (min-width:64.0625em){.site-header__bottom{position:relative;z-index:1;margin-top:1rem}}.site-search{position:relative}@media print,screen and (min-width:64.0625em){.site-header--beyond-threshold .site-search{display:none}}.site-search .search-block-form{position:relative;width:100%;padding:.625rem}.site-search .search-block-form form{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-search .search-block-form input{width:100%;text-align:left;color:#fff;padding:19px}.site-search .search-block-form input::-webkit-input-placeholder{color:#fff}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#fff}.site-search .search-block-form input:-ms-input-placeholder{color:#fff}@media print,screen and (max-width:64.06125em){.site-search .search-block-form input:hover,.site-search .search-block-form input:focus{background-color:#d9c89e}}.site-search .search-block-form button{position:absolute;top:10px;right:0;bottom:10px;margin:0;padding:.4375rem 1.25rem}@media print,screen and (max-width:64.06125em){.site-search .search-block-form button{top:0;bottom:0}}@media print,screen and (max-width:64.06125em){.site-search .search-block-form{display:none}.site-search{position:absolute;top:50px;right:0;width:24rem;background-color:#141b4d}}@media print,screen and (max-width:64.06125em)and (max-width:40.06125em){.site-search{width:100%}}@media print,screen and (max-width:64.06125em){.site-search .site-search__toggle{position:absolute;width:50px;height:50px;right:55px;bottom:100%;background-color:rgba(0,0,0,0);padding:0;border:none}.site-search .site-search__toggle::before{content:"";-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);color:#80276c;font-family:"Font Awesome 5 Pro";font-size:1.5em;font-weight:100;position:relative;top:0}.site-search .site-search__toggle:focus::before{position:relative;top:auto;left:auto;height:100%;-webkit-transform:none;transform:none;padding:2px 5px}}@media print,screen and (max-width:64.06125em){.search-panel-open .site-search__toggle::before{content:""}}@media print,screen and (max-width:64.06125em){.search-panel-open .site-search .search-block-form{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#141b4d;padding:16px}.search-panel-open .site-search .search-block-form .form-item{margin:0}}@media print,screen and (max-width:64.06125em){.site-search input{background-color:#141b4d;height:48px;border-radius:8px}}@media print,screen and (max-width:64.06125em){.site-search .form-text{border:1px solid #677aca;padding:8px 16px}}@media print,screen and (max-width:64.06125em){.site-search .form-submit{width:48px;border:1px solid #d9c89e;margin-left:8px;text-indent:-9999em}}@media print,screen and (max-width:64.06125em){.site-search .form-actions{position:relative;width:48px;height:48px}.site-search .form-actions:before{content:"";display:inline-block;color:#fff;font-family:"Font Awesome 5 Pro";z-index:3;position:absolute;top:16px;left:24px;pointer-events:none;color:#d9c89e}}@media print,screen and (min-width:64.0625em){.site-search{position:absolute;right:0;top:17px;z-index:3}.search-panel-open .site-search .search-block-form{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;padding:16px 23px 16px 16px}.search-panel-open .site-search .search-block-form .form-item{margin:0}.site-search .search-block-form{width:auto;padding:.625rem}.site-search .search-block-form form{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search__toggle{display:block;margin:0;padding:0;-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);background-color:rgba(0,0,0,0);position:relative;border:none}.site-search__toggle:focus{background-color:rgba(0,0,0,0)}.search-panel-open .site-search__toggle:focus{outline:none}.site-search__toggle::before{content:"";-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);color:#3c4c8d;font-family:"Font Awesome 5 Pro";font-weight:100;position:relative;top:4px;left:auto;-webkit-transform:none;transform:none;border:none}.site-search__toggle:focus:before{-webkit-transform:none;transform:none;top:4px;left:auto;padding:0;border:none;transform:none}.site-search__toggle:hover,.site-search__toggle:focus{background-color:rgba(0,0,0,0)}.site-search__toggle:hover::before,.site-search__toggle:focus::before{color:#80276c}.search-panel-open .site-search__toggle{background-color:rgba(0,0,0,0)}.search-panel-open .site-search__toggle::before{color:#80276c}.search-panel-open .site-search__toggle:focus{background-color:rgba(0,0,0,0)}.search-panel-open .site-search__toggle:hover::before{color:#292929}.site-search .search-block-form{position:absolute;z-index:1;top:40px;bottom:0;right:-8px;display:none;background-color:rgba(0,0,0,0);width:26.75rem;padding:0;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px}.search-panel-open .site-search .search-block-form{display:-webkit-box;display:-ms-flexbox;display:flex;height:94px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-search .search-block-form .form-item{margin:0}.site-search .search-block-form button{top:0;right:0}.site-search .search-block-form input{background-color:#fff;height:48px;border-radius:8px;color:#262626}.site-search .search-block-form input::-webkit-input-placeholder{color:#262626}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#262626}.site-search .search-block-form input:-ms-input-placeholder{color:#262626}.site-search .search-block-form .form-text{border:1px solid #c7c9c7;padding:8px 16px}.site-search .search-block-form .form-actions{position:relative;width:48px;height:48px}.site-search .search-block-form .form-actions:before{content:"";display:inline-block;color:#141b4d;font-family:"Font Awesome 5 Pro";z-index:3;position:absolute;top:16px;left:24px;pointer-events:none}.site-search .search-block-form .form-submit{width:48px;border:1px solid #141b4d;margin-left:8px;text-indent:-9999em}.site-search .search-block-form .form-submit:hover,.site-search .search-block-form .form-submit:focus{background-color:#d9c89e}}@media print,screen and (min-width:64.0625em)and (min-width:64.0625em){.site-search .search-block-form .form-submit:hover,.site-search .search-block-form .form-submit:focus{background-color:#141b4d}}.site-search .search-block-form .form-actions:hover:before{color:#141b4d}@media print,screen and (min-width:64.0625em){.site-search .search-block-form .form-actions:hover:before{color:#fff}}@media print,screen and (min-width:48.0625em){.filter-search-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:20px}}.page--search .listing .form-item{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:10px}@media print,screen and (min-width:48.0625em){.page--search .listing .form-item{margin-bottom:0}}.sock--program{position:relative;overflow:hidden;background:var(--dark-blue-to-purple-shade,linear-gradient(0deg,#4E1E44 0%,#141B4D 100%));padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.sock--program{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.sock--program{padding-top:6rem;padding-bottom:6rem}}.sock--program h2{color:#fff;font-weight:600;position:relative;z-index:2;margin:0}@media print,screen and (min-width:48.0625em){.sock--program::after{content:"";display:block;position:absolute;z-index:1;top:0;right:0;height:100%;background:var(--rich-blue-to-purple,linear-gradient(0deg,#80276C 0%,#3C4C8D 100%));width:calc(50% - 20px)}}.sock--program .grid-container{position:relative;z-index:2}.sock--program .cell+.cell{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.sock--program .cell+.cell{margin-top:0}}.sock--program .medium-7{position:relative}@media print,screen and (max-width:48.06125em){.sock--program .medium-7::after{content:"";display:block;position:absolute;z-index:1;left:-20px;bottom:16px;width:calc(100% + 40px);background:var(--rich-blue-to-purple,linear-gradient(0deg,#80276C 0%,#3C4C8D 100%));height:calc(100% + 80px)}}.sock-program__callout{position:relative;z-index:2;padding:2rem;border-radius:16px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media print,screen and (min-width:48.0625em){.sock-program__callout{padding:3.5rem}}@media print,screen and (min-width:64.0625em){.sock-program__callout{padding:4rem}}@media print,screen and (max-width:48.06125em){.sock-program__callout{padding:1rem;border-radius:8px}}.sock-program__callout h3,.sock-program__callout p{color:#fff}.sock-program__callout .global-spacing--5x ul{list-style:none}.sock-program__callout .global-spacing--5x ul li{display:block}.sock-program__callout .global-spacing--5x ul li+li{margin-top:1rem}@media print,screen and (min-width:48.0625em){.sock-program__callout .global-spacing--5x ul li+li{margin-top:1.5rem}}.sock-program__callout .global-spacing--5x ul a.btn{display:block}@media print,screen and (min-width:48.0625em){.sock-program__pathways{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (min-width:768px){.sock-program__pathways ul{-webkit-columns:2;-moz-columns:2;columns:2;display:block}}.sock-program__pathway{color:#fff;width:100%}.sock-program__pathway+.sock-program__pathway::before{background-image:url(/themes/custom/midwestern/assets/img/plus-gold.svg);background-repeat:repeat-x;background-size:10px 6px;display:block;width:100%;content:"";height:6px;margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.sock-program__pathway+.sock-program__pathway::before{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.sock-program__pathway+.sock-program__pathway::before{background-image:url(/themes/custom/midwestern/assets/img/plus-dark.svg)}}.sock{margin-top:2.5rem;overflow:hidden}@media print,screen and (min-width:48.0625em){.sock{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.sock{margin-top:6rem}}@media print,screen and (min-width:64.0625em){.sock{margin-bottom:-40px}}@media print,screen and (min-width:64.0625em){.sock__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:40px}}@media print,screen and (min-width:64.0625em){.sock__image{margin-right:-140px;width:980px}}.sock__image img{-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-lg.svg);mask:url(/themes/custom/midwestern/assets/img/mask-lg.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:100%}.sock__header{text-align:center;margin:24px 0 16px 0}@media print,screen and (min-width:64.0625em){.sock__header{text-align:left;margin:0 0 40px 0}}.sock__header h2{font-size:2rem;font-weight:300;line-height:1.25;letter-spacing:-0.04em;margin:0}@media print,screen and (min-width:48.0625em){.sock__header h2{font-size:2.5rem;font-weight:200}}@media print,screen and (min-width:64.0625em){.sock__header h2{font-size:4rem}}.sock__links li{list-style:none;margin:0;padding:0}.sock__links a{margin-top:8px;display:block}@media print,screen and (min-width:48.0625em){.sock__links a{margin-top:24px}}.sock-clinics{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.sock-clinics{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.sock-clinics{margin-top:6rem}}.sock-clinics h2{color:#fff;margin-bottom:1.5rem;margin-top:0}@media print,screen and (min-width:48.0625em){.sock-clinics h2{margin-bottom:2.5rem}}.sock__inner--clinics{padding:1.5rem;border-radius:8px;background:-webkit-gradient(linear,left top,left bottom,from(#141B4D),to(#3C4C8D));background:linear-gradient(180deg,#141B4D 0%,#3C4C8D 100%)}@media print,screen and (min-width:48.0625em){.sock__inner--clinics{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.sock__inner--clinics{padding:4rem}}@media print,screen and (min-width:48.0625em){.sock__inner--clinics{border-radius:16px}}@media screen and (min-width:90.0625em){.sock__inner--clinics{margin-left:-64px;margin-right:-64px}}.sock__links--clinics{list-style:none;margin:0;padding:0}@media print,screen and (min-width:48.0625em){.sock__links--clinics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}@media print,screen and (min-width:48.0625em){.sock__links--clinics li{width:33%}}.sock__links--clinics a{display:block;margin-bottom:8px}@media print,screen and (min-width:48.0625em){.sock__links--clinics a{margin-bottom:0}}.accessible-menu li{position:relative}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:rgba(0,0,0,0)}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item__button{position:absolute;top:3px;left:0;width:2em;height:2em;margin:0;padding:.375em;color:rgba(0,0,0,0);font-size:1.5rem;padding-left:16px}.accessible-menu .menu-item__button::before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;content:"";color:#fff;font-family:"Font Awesome 5 Pro";font-size:1.25rem;font-weight:100;color:#d9c89e;position:relative;top:auto;left:auto;height:100%;-webkit-transform:none;transform:none;padding:0}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{position:absolute;top:26px;top:unset;bottom:0;left:50%;width:1.5rem;height:1rem;-webkit-transition:opacity 150ms cubic-bezier(1,0.63,0.47,0.8);transition:opacity 150ms cubic-bezier(1,0.63,0.47,0.8);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;font-size:0}.accessible-menu .menu-item__button::before{width:100%;content:"";color:#3c4c8d;font-family:"Font Awesome 5 Pro";font-size:16px}.accessible-menu .menu-item__button:focus{opacity:1}}.accessible-menu .menu-item--open>ul{display:block}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open>.menu-item__button::before{content:"";color:#80276c}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open>.menu-item__button::before{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{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;font-size:1.125rem;font-weight:600;line-height:1.5;padding-top:0.5rem;padding-bottom:0.5rem;display:block;width:100%;border-top:.125rem solid #edf0ed}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1rem}}.child-page-menu a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.child-page-menu a:hover,.child-page-menu a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1.5rem}}@media print,screen and (min-width:48.0625em){.child-page-menu a{padding-top:1rem;padding-bottom:1rem}}.child-page-menu li:first-child a{border-top:0}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0}}.mega-menu{position:relative;height:auto;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1.25rem}@media print,screen and (min-width:64.0625em){.mega-menu{background-color:#fff;-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);border-radius:8px;opacity:0;visibility:hidden;-webkit-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;width:100%}}.menu-locations{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:64.0625em){.menu-locations{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.menu-location{margin-bottom:16px;height:auto}@media print,screen and (min-width:64.0625em){.menu-location{margin-bottom:0;width:20rem}.menu-location:not(:last-of-type){margin-right:1.25rem}}.menu-location p{font-size:0.75rem;font-weight:400;line-height:1.65;margin:0}@media print,screen and (min-width:48.0625em){.menu-location p{font-size:0.875rem}}.main-menu ul ul.menu .menu-location .link-arrow{font-size:1rem;font-weight:600;line-height:1.5;padding:0;display:inline-block}@media print,screen and (min-width:48.0625em){.main-menu ul ul.menu .menu-location .link-arrow{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.main-menu ul ul.menu .menu-location .link-arrow{font-size:1.25rem}}.menu-location__image{display:block}.menu-location__image img{border-radius:8px 8px 0px 0px}.menu-location__inner{padding:1rem;border-right:1px solid #c7c9c7;border-bottom:1px solid #c7c9c7;border-left:1px solid #c7c9c7;border-radius:0px 0px 8px 8px}@media print,screen and (min-width:48.0625em){.menu-location__inner{padding:1.5rem}}.menu-location__inner .menu-location__location{display:block}.menu-location__inner .menu-location__location i,.menu-location__inner .menu-location__location .far,.menu-location__inner .menu-location__location .fas{font-size:1rem;font-weight:600;line-height:1.5;padding:0;display:inline-block;color:#80276c}@media print,screen and (min-width:48.0625em){.menu-location__inner .menu-location__location i,.menu-location__inner .menu-location__location .far,.menu-location__inner .menu-location__location .fas{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.menu-location__inner .menu-location__location i,.menu-location__inner .menu-location__location .far,.menu-location__inner .menu-location__location .fas{font-size:1.25rem}}.menu-location__inner .menu-location__location i::before,.menu-location__inner .menu-location__location .far::before,.menu-location__inner .menu-location__location .fas::before{font-weight:normal}.menu-location__inner .menu-location__location p{display:inline-block;padding-left:.5rem}@media print,screen and (min-width:64.0625em){.menu-location__inner{height:calc(100% - 176px)}}.menu-location__services li{margin-top:8px}.menu-location__services a{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.menu-location__services a{font-size:0.875rem}}.mobile-menu-open .site-header--beyond-threshold .site-header__sticky-container{position:relative}.main-menu li,.main-menu a,.audience-menu li,.audience-menu a,.resources-menu li,.resources-menu a,.directories-menu li,.directories-menu a{display:block}.main-menu a,.audience-menu a,.resources-menu a,.directories-menu a{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600;text-underline-offset:.375rem}@media print,screen and (min-width:48.0625em){.main-menu a,.audience-menu a,.resources-menu a,.directories-menu a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.main-menu a,.audience-menu a,.resources-menu a,.directories-menu a{font-size:1.25rem}}.main-menu .menu-item--active-trail>a,.audience-menu .menu-item--active-trail>a,.resources-menu .menu-item--active-trail>a,.directories-menu .menu-item--active-trail>a{color:#3c4c8d;text-decoration-color:#bd9b60}@media print,screen and (max-width:64.06125em){.main-menu .menu-item--active-trail>a,.audience-menu .menu-item--active-trail>a,.resources-menu .menu-item--active-trail>a,.directories-menu .menu-item--active-trail>a{color:#fff;text-decoration:none}}@media print,screen and (max-width:64.06125em){.main-menu .menu-item--active-trail .menu-item--active-trail>a,.audience-menu .menu-item--active-trail .menu-item--active-trail>a,.resources-menu .menu-item--active-trail .menu-item--active-trail>a,.directories-menu .menu-item--active-trail .menu-item--active-trail>a{color:#3c4c8d}}@media print,screen and (max-width:64.06125em){.main-menu ul,.audience-menu ul,.resources-menu ul,.directories-menu ul{width:100%}.main-menu>ul,.audience-menu>ul,.resources-menu>ul,.directories-menu>ul{border-top:1px solid #c7c9c7}.main-menu>ul>li>a:after,.audience-menu>ul>li>a:after,.resources-menu>ul>li>a:after,.directories-menu>ul>li>a:after{font-family:"Font Awesome 5 Pro";content:"";padding-left:8px;font-weight:100;color:#d9c89e}.main-menu li+li,.audience-menu li+li,.resources-menu li+li,.directories-menu li+li{border-top:1px solid #141b4d}.main-menu a,.main-menu .menu-title,.audience-menu a,.audience-menu .menu-title,.resources-menu a,.resources-menu .menu-title,.directories-menu a,.directories-menu .menu-title{padding:16px 16px 16px 55px;background-color:#3c4c8d;color:#fff}.main-menu a:hover,.main-menu a:focus,.main-menu .menu-title:hover,.main-menu .menu-title:focus,.audience-menu a:hover,.audience-menu a:focus,.audience-menu .menu-title:hover,.audience-menu .menu-title:focus,.resources-menu a:hover,.resources-menu a:focus,.resources-menu .menu-title:hover,.resources-menu .menu-title:focus,.directories-menu a:hover,.directories-menu a:focus,.directories-menu .menu-title:hover,.directories-menu .menu-title:focus{text-decoration-color:#fff;color:#fff}.main-menu .menu-item--open>a,.main-menu .menu-item--open>span,.audience-menu .menu-item--open>a,.audience-menu .menu-item--open>span,.resources-menu .menu-item--open>a,.resources-menu .menu-item--open>span,.directories-menu .menu-item--open>a,.directories-menu .menu-item--open>span{background-color:#edf0ed;color:#80276c}.main-menu .menu-item--open>a:after,.main-menu .menu-item--open>span:after,.audience-menu .menu-item--open>a:after,.audience-menu .menu-item--open>span:after,.resources-menu .menu-item--open>a:after,.resources-menu .menu-item--open>span:after,.directories-menu .menu-item--open>a:after,.directories-menu .menu-item--open>span:after{color:#80276c}.main-menu ul ul,.audience-menu ul ul,.resources-menu ul ul,.directories-menu ul ul{display:none;padding:16px 0;background-color:#fff}.main-menu ul ul li+li,.audience-menu ul ul li+li,.resources-menu ul ul li+li,.directories-menu ul ul li+li{border:none}.main-menu ul ul a,.audience-menu ul ul a,.resources-menu ul ul a,.directories-menu ul ul a{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600;color:#3c4c8d;background-color:#fff;padding:4px 16px 4px 16px}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.main-menu ul ul a,.audience-menu ul ul a,.resources-menu ul ul a,.directories-menu ul ul a{font-size:0.875rem}}@media print,screen and (max-width:64.06125em){.main-menu ul ul a:hover,.main-menu ul ul a:focus,.audience-menu ul ul a:hover,.audience-menu ul ul a:focus,.resources-menu ul ul a:hover,.resources-menu ul ul a:focus,.directories-menu ul ul a:hover,.directories-menu ul ul a:focus{color:#262626}}@media print,screen and (min-width:64.0625em){.main-menu>ul,.audience-menu>ul,.resources-menu>ul,.directories-menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-menu>ul>li,.audience-menu>ul>li,.resources-menu>ul>li,.directories-menu>ul>li{margin-left:1.5rem}.main-menu>ul>li:hover>a,.audience-menu>ul>li:hover>a,.resources-menu>ul>li:hover>a,.directories-menu>ul>li:hover>a{color:#80276c}.main-menu a:focus,.audience-menu a:focus,.resources-menu a:focus,.directories-menu a:focus{color:#80276c}.main-menu>.menu>li>a,.audience-menu>.menu>li>a,.resources-menu>.menu>li>a,.directories-menu>.menu>li>a{padding-bottom:3rem}.main-menu ul>li:nth-last-child(-n+1)>ul,.audience-menu ul>li:nth-last-child(-n+1)>ul,.resources-menu ul>li:nth-last-child(-n+1)>ul,.directories-menu ul>li:nth-last-child(-n+1)>ul{right:0}.main-menu ul ul.menu,.audience-menu ul ul.menu,.resources-menu ul ul.menu,.directories-menu ul ul.menu{position:absolute;top:2.5rem;width:auto;min-width:16rem;background-color:#fff;-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);border-radius:8px;opacity:0;visibility:hidden;-webkit-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;padding:1rem}.main-menu ul ul.menu li:not(:first-child),.audience-menu ul ul.menu li:not(:first-child),.resources-menu ul ul.menu li:not(:first-child),.directories-menu ul ul.menu li:not(:first-child){margin-top:.5rem}.main-menu ul ul.menu a,.audience-menu ul ul.menu a,.resources-menu ul ul.menu a,.directories-menu ul ul.menu a{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.main-menu ul ul.menu a,.audience-menu ul ul.menu a,.resources-menu ul ul.menu a,.directories-menu ul ul.menu a{font-size:0.875rem}}@media print,screen and (min-width:64.0625em){.no-touchevents .main-menu .menu-item--expanded:hover>ul,.no-touchevents .main-menu .menu-item--expanded:active>ul,.no-touchevents .main-menu .menu-item--expanded.menu-item--open>ul{opacity:1;visibility:visible}}@media print,screen and (min-width:64.0625em){.resources-menu>ul ul.menu,.directories-menu>ul ul.menu,.audience-menu>ul ul.menu{top:1.5rem}}@media print,screen and (max-width:64.06125em){.resources-menu>ul,.directories-menu>ul,.audience-menu>ul{border-top:none}}@media print,screen and (min-width:64.0625em){.resources-menu>ul>li:nth-last-child(-n+1)>ul,.directories-menu>ul>li:nth-last-child(-n+1)>ul,.audience-menu>ul>li:nth-last-child(-n+1)>ul{right:auto}}@media print,screen and (min-width:64.0625em){.resources-menu>ul>li,.directories-menu>ul>li,.audience-menu>ul>li{margin-left:0}}@media print,screen and (min-width:64.0625em){.clinics-main-menu>ul>li{height:3.125rem}}.clinics-main-menu ul ul.menu.menu--mega-menu{padding:16px;height:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media print,screen and (min-width:64.0625em){.clinics-main-menu ul ul.menu.menu--mega-menu{max-width:75rem;margin-left:auto;margin-right:auto;opacity:0;visibility:hidden;overflow:hidden;padding:24px;height:auto;background:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;right:-2800px;display:none}.clinics-main-menu ul ul.menu.menu--mega-menu li{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (min-width:64.0625em){.clinics-main-menu ul li:last-child ul.menu{width:320px;margin-right:-10px;position:absolute;top:40px}}@media print,screen and (min-width:64.0625em){.clinics-main-menu .menu-item--expanded.menu-item--open>ul.menu.menu--mega-menu,.clinics-main-menu .menu-item--expanded:hover>ul.menu.menu--mega-menu{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;visibility:visible;position:fixed;left:0;right:0;top:4.6875rem}.clinics-main-menu .menu-item--expanded.menu-item--open>ul.menu.menu--mega-menu .mega-menu,.clinics-main-menu .menu-item--expanded:hover>ul.menu.menu--mega-menu .mega-menu{opacity:1;visibility:visible}}.clinics-main-menu ul ul.menu-location__services{position:relative;opacity:1;visibility:visible;list-style:none;margin:0;padding:0;border-left:2px solid #d9c89e;padding-left:16px;display:block}.clinics-main-menu ul ul.menu-location__services a{padding:0}.menu-title{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600;display:block}@media print,screen and (min-width:48.0625em){.menu-title{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.menu-title{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.menu-title{padding-bottom:1.625rem}}@media print,screen and (min-width:64.0625em){.menu-item--expanded:hover .menu-title{color:#80276c}}@media print,screen and (min-width:64.0625em){.menu-title:after{content:"";font-family:"Font Awesome 5 Pro";font-weight:100;color:#80276c;margin-left:8px;position:relative;top:2px}}@media print,screen and (min-width:64.0625em){.menu-item--expanded:hover .menu-title:after{content:""}}.menu-item--disabled>a{cursor:default}.menu-item--disabled>a button{left:0;width:auto;padding-right:.625em;text-align:right;background-color:rgba(0,0,0,0)}.menu-item--overview{display:none !important}.menu-item--disabled .menu-item--overview{display:block !important}.sidebar-wrap .menu-item--open a{background-color:#f6f7f6}.sidebar-wrap .menu-item--active-trail>a{color:#000}.sidebar-wrap .accordion:last-of-type{border-radius:8px;margin-bottom:40px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e3e4e3}@media print,screen and (min-width:64.0625em){.sidebar-wrap .accordion:last-of-type{-webkit-box-shadow:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}}.sidebar-wrap .accordion__content{padding:0}.sidebar-wrap .menu>.menu>li:not(:last-child){border-bottom:1px solid #e3e4e3}@media print,screen and (min-width:64.0625em){.sub-menu-parent a{font-size:1rem}}.sub-menu-parent a:before{content:"";color:#80276c;font-family:"Font Awesome 5 Pro";font-size:12px;font-weight:100;position:relative;top:-1px;margin-right:8px}.sidebar-menu{font-size:0.875rem;font-weight:400;line-height:1.65;border-radius:8px}@media print,screen and (min-width:64.0625em){.sidebar-menu{font-size:1.125rem}}.sidebar-menu h3{margin:0;font-size:1rem;line-height:1}.sidebar-menu h3 a{padding:1em}.sidebar-menu ul{margin:0;padding:0;list-style:none}.sidebar-menu>.menu>li{background-color:#fff}@media print,screen and (min-width:64.0625em){.sidebar-menu>.menu>li{background-color:rgba(0,0,0,0)}}.sidebar-menu>.menu>li:not(:last-child){border-bottom:1px solid #e3e4e3}.sidebar-menu>.menu>li:first-child>a{border-radius:8px 16px 0 0}.sidebar-menu>.menu>li:last-child>a{border-radius:0 0 16px 16px}.sidebar-menu a{position:relative;display:block;-webkit-transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8);padding:16px 42px 16px 24px;font-weight:600;text-underline-offset:3px}.sidebar-menu a:hover{background-color:#f6f7f6}.sidebar-menu__toggle{display:none}.sidebar-menu .menu-item__button{top:-2px;right:0;bottom:0;left:auto;width:3.375rem;height:3.375rem;margin:0;-webkit-transform:none;transform:none;opacity:1;line-height:2.6;padding-right:16px}.sidebar-menu .menu-item__button::before{content:"";font-size:18px;color:#80276c;position:relative;top:auto;left:auto;height:100%;-webkit-transform:none;transform:none;padding:2px 5px}.sidebar-menu .accessible-menu.sidebar-menu .menu-item__button{top:-2px}@media print,screen and (max-width:48.06125em){.sidebar-menu__toggle{position:relative;display:block;width:100%;margin:0;padding:1em;-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);color:#3c4c8d;border:0;background:none}.sidebar-menu__toggle::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;position:absolute;top:50%;right:.75em;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 5 Pro";font-size:1.5em}.sidebar-menu-open .sidebar-menu__toggle::after{content:""}.sidebar-menu__toggle:hover{color:#1e2545;background:none}.sidebar-menu__container{display:none}}@media print,screen and (min-width:48.0625em){.sidebar-menu__container{display:block !important}}.sidebar-menu .menu-item--expanded>ul{display:none}:root:not(.oho-js) .sidebar-menu .menu-item--expanded>ul{display:block}.sidebar-menu .menu-item--open>ul{display:block;background-color:#f6f7f6;padding:16px 0 16px 24px}@media print,screen and (max-width:48.06125em){.sidebar-menu .menu-item--open>ul{padding-top:0}}.sidebar-menu .menu-item--open>ul ul{padding-top:16px}.sidebar-menu .menu-item--open>ul a{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600;padding:4px 0 4px 16px;border-left:2px solid #bd9b60}@media print,screen and (min-width:48.0625em){.sidebar-menu .menu-item--open>ul a{font-size:0.875rem}}.sidebar-menu .menu-item--open>.menu-item__button::before{content:""}.utility-menu a,.utility-menu li,.utility-menu span{display:block}.utility-menu a{font-size:0.75rem;font-weight:400;line-height:1.65;text-underline-offset:.25rem}@media print,screen and (min-width:48.0625em){.utility-menu a{font-size:0.875rem}}.utility-menu a:hover{color:#80276c}.utility-menu span{font-size:0.75rem;font-weight:400;line-height:1.65;line-height:1;color:#3c4c8d}@media print,screen and (min-width:48.0625em){.utility-menu span{font-size:0.875rem}}@media print,screen and (max-width:64.06125em){.utility-menu a{padding:.5em;color:#fff;font-weight:600}.utility-menu a:hover,.utility-menu a:focus{text-decoration-color:#fff;color:#fff}.utility-menu span{padding:16px 16px 16px 55px;color:#fff;font-size:1rem;font-weight:600;line-height:1.5}}@media print,screen and (max-width:64.06125em)and (min-width:48.0625em){.utility-menu span{font-size:1.125rem}}@media print,screen and (max-width:64.06125em)and (min-width:64.0625em){.utility-menu span{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.utility-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}.utility-menu li{margin-right:1rem}.utility-menu li.menu-item--expanded{display:-webkit-box;display:-ms-flexbox;display:flex}.utility-menu li.menu-item--expanded:after{content:"";font-family:"Font Awesome 5 Pro";font-size:.75rem;color:#3c4c8d;margin-left:4px;-webkit-transition:color .25s;transition:color .25s}.utility-menu li:hover.menu-item--expanded:after,.utility-menu li:focus.menu-item--expanded:after{content:"";color:#80276c}.utility-menu a{line-height:1}.utility-menu ul ul.menu{position:absolute;width:auto;min-width:16rem;background-color:#fff;-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);border-radius:8px;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility .25s;transition:opacity .25s,visibility .25s;padding:1rem;display:block;z-index:2}.utility-menu ul ul.menu li{display:block;margin:0}.utility-menu ul ul.menu li:not(:first-child){margin-top:.5rem}.utility-menu ul ul.menu a{font-size:0.75rem;font-weight:400;line-height:1.65}}@media print,screen and (max-width:64.06125em){.utility-menu:not(.utility-menu-single){border-bottom:1px solid #3c4c8d}}@media print,screen and (min-width:64.0625em){.no-touchevents .utility-menu .menu-item--expanded:hover>ul,.no-touchevents .utility-menu .menu-item--expanded.menu-item--open>ul{opacity:1;visibility:visible}}@media print,screen and (min-width:64.0625em){.accessible-menu:not(.sidebar-menu) .menu-item__button{top:14px;top:28px;padding:0}}.about-us{margin-top:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;position:relative}@media print,screen and (min-width:48.0625em){.about-us{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.about-us{margin-top:6rem;margin-bottom:6rem}}@media print,screen and (min-width:48.0625em){.about-us{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.about-us{padding-bottom:6rem}}.about-us:before{background-color:#edf0ed;content:"";display:block;position:absolute;bottom:0;right:0;height:90%;width:100%}@media print,screen and (min-width:64.0625em){.about-us:before{width:90%}}@media screen and (min-width:90.0625em){.about-us:before{width:80%}}.about-inner{position:relative;z-index:1}@media screen and (min-width:90.0625em){.about-inner figure{margin-left:-64px;margin-right:-64px}}.about-inner figure img{-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-about.svg);mask:url(/themes/custom/midwestern/assets/img/mask-about.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media print,screen and (min-width:64.0625em){.about-content{padding-left:115px}}@media screen and (min-width:90.0625em){.about-content{padding-left:200px}}p.about-eyebrow{font-size:0.875rem;font-weight:400;line-height:1.65;margin-top:1.5rem}@media print,screen and (min-width:64.0625em){p.about-eyebrow{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){p.about-eyebrow{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){p.about-eyebrow{margin-top:4rem}}p.about-statement{font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:1rem;margin-top:0.5rem}@media print,screen and (min-width:48.0625em){p.about-statement{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){p.about-statement{font-size:2rem}}@media print,screen and (min-width:48.0625em){p.about-statement{margin-bottom:1.5rem}}@media print,screen and (min-width:48.0625em){p.about-statement{margin-top:1rem}}body{display:block}.accordion{clear:both}.accordion+.accordion{margin-top:.0625rem}.accordion:first-of-type{border-radius:.5rem .5rem 0 0;overflow:hidden}@media print,screen and (min-width:48.0625em){.accordion:first-of-type{border-radius:1rem 1rem 0 0}}.accordion:last-of-type{border-radius:0 0 .5rem .5rem;overflow:hidden}@media print,screen and (min-width:48.0625em){.accordion:last-of-type{border-radius:0 0 1rem 1rem}}.accordion:only-of-type{border-radius:.5rem;overflow:hidden}@media print,screen and (min-width:48.0625em){.accordion:only-of-type{border-radius:1rem}}.accordion__button{position:relative;width:100%;margin:0;padding:1rem;-webkit-transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8),color 150ms cubic-bezier(1,0.63,0.47,0.8),border 0 cubic-bezier(1,0.63,0.47,0.8) 400ms;transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8),color 150ms cubic-bezier(1,0.63,0.47,0.8),border 0 cubic-bezier(1,0.63,0.47,0.8) 400ms;text-align:left;border:none;border-radius:0;background-color:#3c4c8d;background-image:none;color:#fff}@media print,screen and (min-width:48.0625em){.accordion__button{padding:1rem 1.5rem}}.accordion__button::before{display:none}.accordion__button .accordion__button-text{font-size:0.875rem;font-weight:400;line-height:1.65;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}@media print,screen and (min-width:64.0625em){.accordion__button .accordion__button-text{font-size:1.125rem}}.accordion__button .accordion__button-text::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";color:#d9c89e;font-size:1.25rem;margin-right:1rem;position:relative;top:-2px}.accordion__button:hover,.accordion__button:focus{color:#3c4c8d;background-color:#c7c9c7;background-image:none}.accordion__button:hover .accordion__button-text::before,.accordion__button:focus .accordion__button-text::before{color:#80276c}.accordion__content{display:none;background-color:#f6f7f6;padding:1rem;border:none;border-top:0}.accordion__content::before,.accordion__content::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.accordion__content::after{clear:both}@media print,screen and (min-width:48.0625em){.accordion__content{padding:1rem 1.5rem}}:root:not(.oho-js) .accordion__content{display:block}.accordion--open>.accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8),color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:background-color 150ms cubic-bezier(1,0.63,0.47,0.8),color 150ms cubic-bezier(1,0.63,0.47,0.8);color:#292929;border-bottom:0;background-color:#edf0ed}.accordion--open>.accordion__button .accordion__button-text::before,:root:not(.oho-js) .accordion__button .accordion__button-text::before{color:#80276c;content:""}.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)}section.accordions{background-color:#141b4d}section.accordions h2.h3{font-weight:600;color:#fff}section.accordions .global-spacing--1x p{color:#fff}section.accordions .cell+.cell{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){section.accordions .cell+.cell{margin-top:0}}.wysiwyg .accordions{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:1rem}}.wysiwyg .accordions .section-heading__heading{font-size:1.5rem;font-weight:300;line-height:1.25;text-transform:none}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__heading{font-size:2rem}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__heading{font-size:2.5rem;font-weight:200}}.wysiwyg .accordions .section-heading__subheading{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__subheading{font-size:1.125rem}}.wysiwyg .accordions .grid-container{padding:0}.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue{background-color:#fff;padding:0;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue{margin-top:2.5rem}}.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue .grid-container,.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue .grid-margin-x{margin:0;padding:0}.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue .grid-margin-x>.cell{margin:0}.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue .grid-margin-x>.cell+.cell{display:none}.profile-detail .accordions.global-padding--12x.section--dark.section--dark-blue .grid-margin-x>.cell.text-margin-reset{width:100%}.profile-detail .accordion{margin-top:0;border:1px solid #141b4d}.profile-detail .accordion+.accordion{border-top:none}.accordion .wysiwyg a{word-wrap:break-word}.advantage{margin-top:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;position:relative}@media print,screen and (min-width:48.0625em){.advantage{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.advantage{padding-top:1rem;padding-bottom:1rem}}.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(1,0.63,0.47,0.8) 250ms,-webkit-transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-filter .55s;transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-filter .55s;transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,filter .55s;transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,filter .55s,-webkit-transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-filter .55s;-webkit-filter:blur(0px);filter:blur(0px);-webkit-transform:none;transform:none;opacity:1}.oho-animate--ready{-webkit-transition:none;transition:none}.oho-animate--ready.fade-in,.oho-animate--out.fade-in{opacity:0}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{-webkit-transform:translateY(-5rem);transform:translateY(-5rem);opacity:0}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);opacity:0}.oho-animate--ready.fade-in-blur,.oho-animate--out.fade-in-blur{-webkit-filter:blur(15px);filter:blur(15px);opacity:1}.oho-animate:focus{-webkit-transform:none !important;transform:none !important;opacity:1 !important}.article-info h2{margin:1.5rem 0 0}@media print,screen and (min-width:48.0625em){.article-info h2{margin:0}}.article-info dl{margin-top:1rem;font-size:0.75rem;font-weight:400;line-height:1.65;border:1px solid #d9c89e;border-radius:8px;padding:1rem}@media print,screen and (min-width:48.0625em){.article-info dl{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.article-info dl{font-size:0.875rem}}@media print,screen and (min-width:48.0625em){.article-info dl{padding:1.5rem}}@media print,screen and (min-width:48.0625em){.article-info dl{border-radius:16px}}.article-info dl ul{list-style:none}.article-info dl ul li+li{margin-top:.5rem}.article-info dl a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600}@media print,screen and (min-width:64.0625em){.article-info dl a{font-size:1rem}}.article-info dl a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.article-info dl a:hover,.article-info dl a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.article-info dt{margin-top:1rem}@media print,screen and (min-width:48.0625em){.article-info dt{margin-top:1.5rem}}.article-info dt:first-child{margin-top:0}.article-info dd{margin:.5rem 0 0;font-weight:600}.breadcrumbs{list-style:none;margin:0;padding:0;margin-bottom:1rem;font-size:0.75rem;font-weight:400;line-height:1.65;background-color:#fff;border-radius:40px;display:inline-block;padding:4px 16px}@media print,screen and (min-width:48.0625em){.breadcrumbs{margin-bottom:1.5rem}}@media print,screen and (min-width:48.0625em){.breadcrumbs{font-size:0.875rem}}.student-stories--item .breadcrumbs,.hero--dark .breadcrumbs{background-color:rgba(60,76,141,.5)}@media print,screen and (min-width:64.0625em){.breadcrumbs{padding:8px 24px}}.breadcrumbs li{padding:0;display:none}@media print,screen and (min-width:64.0625em){.breadcrumbs li{display:inline-block}}.breadcrumbs li:first-child{display:inline-block}.student-stories--item .breadcrumbs li,.hero--dark .breadcrumbs li{color:#fff}.breadcrumbs li:nth-child(n+2)::before{content:"/";display:inline-block;margin:0 10px 0 8px;color:#c7c9c7;font-size:.875rem}.student-stories--item .breadcrumbs li:nth-child(n+2)::before,.hero--dark .breadcrumbs li:nth-child(n+2)::before{color:#677aca}.breadcrumbs>li:before{font-family:"Font Awesome 5 Pro";content:"";position:relative;margin-right:8px;font-size:.75rem}.student-stories--item .breadcrumbs>li:before,.hero--dark .breadcrumbs>li:before{color:#d9c89e}.breadcrumbs a{font-weight:600}.student-stories--item .breadcrumbs a,.hero--dark .breadcrumbs a{color:#fff}.student-stories--item .breadcrumbs a:hover,.student-stories--item .breadcrumbs a:focus,.hero--dark .breadcrumbs a:hover,.hero--dark .breadcrumbs a:focus{text-decoration-color:#d9c89e}.page--listing-page:has(.program-listing) .breadcrumbs{background-color:#f6f7f6}.callout-block{padding:1rem;border:1px solid #d9c89e;border-radius:.5rem}@media print,screen and (min-width:48.0625em){.callout-block{padding:1.5rem}}.callout-block h3{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.callout-block h3{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.callout-block h3{font-size:1.25rem}}.callout-block p{font-size:0.875rem;font-weight:400;line-height:1.65;margin-top:.5rem}@media print,screen and (min-width:64.0625em){.callout-block p{font-size:1.125rem}}.callout-block dt{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.callout-block dt{font-size:0.875rem}}.callout-block ul:not(.social-media) a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;font-weight:600}@media print,screen and (min-width:64.0625em){.callout-block ul:not(.social-media) a{font-size:1rem}}.callout-block ul:not(.social-media) a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.callout-block ul:not(.social-media) a:hover,.callout-block ul:not(.social-media) a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.callout-block ul:not(.social-media) a.external:after{content:""}@media print,screen and (min-width:64.0625em){.callout-block .social-media span:before{font-size:1.875rem}}.callout-block .link-arrow--row{margin-top:.5rem}.callout-block .link-arrow--row a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;font-weight:600;display:block}@media print,screen and (min-width:64.0625em){.callout-block .link-arrow--row a{font-size:1rem}}.callout-block .link-arrow--row a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.callout-block .link-arrow--row a:hover,.callout-block .link-arrow--row a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.section--dark .callout-block h3,.section--dark .callout-block p,.section--dark .callout-block a{color:#fff}.section--dark .callout-block .link-arrow--row a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff}@media print,screen and (min-width:64.0625em){.section--dark .callout-block .link-arrow--row a{font-size:1rem}}.section--dark .callout-block .link-arrow--row a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.section--dark .callout-block .link-arrow--row a:hover,.section--dark .callout-block .link-arrow--row a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.section--dark .callout-block .link-arrow--row a:after{color:#d9c89e}.section--dark .callout-block .link-arrow--row a:hover,.section--dark .callout-block .link-arrow--row a:focus{color:#d9c89e;border-bottom-color:#d9c89e}.section--dark .callout-block .link-arrow--row a:hover:after,.section--dark .callout-block .link-arrow--row a:focus:after{color:#d9c89e}@media print,screen and (max-width:48.06125em){.callout-wrapper{margin-top:1.5rem}}.campus-location{background-color:#141b4d;color:#fff}.campus-locations--wrap{position:relative}.campus-locations{position:relative;z-index:2;padding-right:0;padding-left:0;max-width:80.5rem;margin-left:auto;margin-right:auto;margin-right:16px;margin-left:16px}@media screen and (min-width:82.5em){.campus-locations{margin-right:auto;margin-left:auto}}@media print,screen and (min-width:48.0625em){.campus-locations{border-radius:1rem;overflow:hidden;border:1px solid #3c4c8d}}@media print,screen and (max-width:48.06125em){.campus-location-item{border-radius:.5rem;overflow:hidden;border:1px solid #3c4c8d}.campus-location-item+.campus-location-item{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.campus-location-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media print,screen and (min-width:48.0625em){.campus-location-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media print,screen and (min-width:64.0625em){.campus-location__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}.campus-location__wrap img{margin-right:24px}.campus-location-item__media{position:relative}@media print,screen and (min-width:48.0625em){.campus-location-item__media{width:50%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.campus-location-item__media figure{margin:0;position:relative;z-index:1}.campus-location-item__content{padding:1rem;-ms-flex-item-align:center;align-self:center}@media print,screen and (min-width:48.0625em){.campus-location-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1rem 2.5rem}}@media print,screen and (min-width:64.0625em){.campus-location-item__content{padding:1rem 4rem}}.campus-location-item__content span{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.campus-location-item__content span{font-size:0.875rem}}.campus-location-item__content h3 a{font-size:1.25rem;font-weight:600;line-height:1.25;font-weight:600;color:#fff}@media print,screen and (min-width:48.0625em){.campus-location-item__content h3 a{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.campus-location-item__content h3 a{font-size:2rem}}.campus-location-item__content h3 a:after{color:#d9c89e;font-size:1.25rem;position:relative;top:-7px}.campus-location-item__content h3 a:hover,.campus-location-item__content h3 a:focus{color:#d9c89e;text-decoration-thickness:3px;border-color:#d9c89e}.campus-location-item__content p{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.campus-location-item__content p{font-size:1.125rem}}.campus-location-item__content ul{list-style:none;margin:0;padding:0}.campus-location-item__content li a{color:#fff}.campus-location-item__content li a:after{color:#d9c89e}.campus-location-item__content li a:hover,.campus-location-item__content li a:focus{color:#d9c89e;border-color:#d9c89e}@media print,screen and (min-width:64.0625em){.campus-content-space{margin-left:85px}}.campus-section{margin-top:2.5rem;margin-bottom:2.5rem;overflow:hidden}@media print,screen and (min-width:48.0625em){.campus-section{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.campus-section{margin-top:6rem;margin-bottom:6rem}}@media print,screen and (min-width:64.0625em){.campus-section .section-heading__title{padding-right:20px}}@media print,screen and (min-width:64.0625em){.campus-section .section-heading .medium-auto{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media print,screen and (min-width:64.0625em){.campus-section .section-heading__subheading{max-width:360px}}.campus__items{position:relative}@media print,screen and (min-width:64.0625em){.campus__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-left:-140px;margin-right:-140px}}@media print,screen and (min-width:64.0625em){.campus__items:after{content:"";display:block;background:-webkit-gradient(linear,left top,left bottom,from(rgba(20,27,77,0.7)),to(#141B4D));background:linear-gradient(180deg,rgba(20,27,77,0.7) 0%,#141B4D 100%);-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;left:0;bottom:0;height:42%;width:95%;z-index:1;border-radius:16px;margin:0 auto;right:0}}@media print,screen and (min-width:64.0625em){.campus__item{width:50%}}.campus__item:last-child{margin-top:24px}@media print,screen and (min-width:64.0625em){.campus__item:last-child{margin:0}}@media print,screen and (min-width:64.0625em){.campus__item:last-child .campus__content{padding-left:0;padding-right:100px}}@media print,screen and (max-width:48.06125em){.campus__image{margin-left:-1.25rem;margin-right:-1.25rem}}.campus__image img{border-radius:8px}@media print,screen and (min-width:64.0625em){.campus__image img{border-radius:16px}}.campus__image .aspect-ratio-frame:after{background:-webkit-gradient(linear,left bottom,left top,color-stop(35.11%,rgba(0,0,0,0.6)),color-stop(49.93%,rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,0.6) 35.11%,rgba(0,0,0,0) 49.93%);position:absolute;width:100%;height:100%;left:0;top:0;content:"";border-radius:8px}@media print,screen and (min-width:64.0625em){.campus__image .aspect-ratio-frame:after{border-radius:16px}}.campus__content{background:-webkit-gradient(linear,left top,left bottom,from(rgba(20,27,77,0.7)),to(#141B4D));background:linear-gradient(180deg,rgba(20,27,77,0.7) 0%,#141B4D 100%);-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:8px;padding:24px;margin-top:-100px}@media print,screen and (min-width:64.0625em){.campus__content{border-radius:16px;padding:64px 64px 64px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;background:none;-webkit-box-shadow:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:none;position:relative;z-index:2;margin-top:-40%}}.campus__state img{max-width:60px}.campus__details span{font-size:0.75rem;font-weight:400;line-height:1.65;display:block}@media print,screen and (min-width:48.0625em){.campus__details span{font-size:0.875rem}}.campus__details a{font-size:1.25rem;font-weight:600;line-height:1.25;display:inline-block;font-weight:600;margin-top:4px}@media print,screen and (min-width:48.0625em){.campus__details a{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.campus__details a{font-size:2rem}}.campus__details a:after{font-size:1.25rem;position:relative;top:-5px}.campus__details p{margin-top:8px}@media print,screen and (min-width:64.0625em){.campus__details p{margin-top:16px}}.card-section{padding-top:2.5rem;margin-bottom:2.5rem;position:relative}@media print,screen and (min-width:48.0625em){.card-section{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.card-section{padding-top:6rem}}@media print,screen and (min-width:48.0625em){.card-section{margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.card-section{margin-bottom:6rem}}@media print,screen and (max-width:64.06125em){.card-section{overflow:hidden}}.card-section:before{content:"";display:block;height:415px;width:100%;background-color:#f6f7f6;position:absolute;top:0;left:0;--aspect-ratio:.55}.card-section .video-play-btn{position:absolute;z-index:2;border-radius:4px;background-color:rgba(0,0,0,0);width:44px;height:44px;right:16px;text-align:center;line-height:40px;bottom:16px}@media print,screen and (min-width:48.0625em){.card-section .video-play-btn{top:unset;right:16px}}@media print,screen and (min-width:64.0625em){.card-section .video-play-btn{border-radius:8px;width:64px;height:64px;top:unset;right:24px;bottom:24px;line-height:64px}}.card-section .video-play-btn:hover,.card-section .video-play-btn:focus{border:2px solid #d9c89e;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#d9c89e}.card-section .video-play-btn:hover .fas::before,.card-section .video-play-btn:focus .fas::before{color:#d9c89e}.card-section .video-play-btn .fas::before{color:#fff;-webkit-transition:color .25s;transition:color .25s;font-size:12px}@media print,screen and (min-width:64.0625em){.card-section .video-play-btn .fas::before{font-size:16px;top:auto;left:auto}}@media print,screen and (max-width:48.06125em){.card-section__items .swiper-container{width:calc(100vw - 60px)}}@media print,screen and (min-width:64.0625em){.card-section__items .swiper-initialized .slider-navigation{display:none}}@media print,screen and (min-width:64.0625em){.card-section__items .swiper-slide{height:auto}}.card-item{position:relative;background-color:#fff;border-radius:8px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.5;height:auto}@media print,screen and (min-width:64.0625em){.card-item{opacity:1;-ms-flex-negative:unset;flex-shrink:unset;height:100%}}.card-item.swiper-slide-visible{opacity:1}.card-item .aspect-ratio-frame{border-radius:8px;background-image:url(/themes/custom/midwestern/assets/img/plus-repeat-gold-large.svg);background-repeat:repeat}.card-item .aspect-video:after{content:"";background:linear-gradient(334deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);width:100%;height:100%;position:absolute;top:0;left:0;border-radius:0 8px 0 0}.card-item figure{margin:0;position:relative}.card-item img{border-radius:8px 8px 0 0}.card-item h3{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.card-item h3{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.card-item h3{font-size:1.25rem}}.card-item p{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.card-item p{font-size:0.875rem}}.card-item ul{list-style:none;margin:0;padding:0;margin-top:1rem}@media print,screen and (min-width:48.0625em){.card-item ul{margin-top:1.5rem}}.card-item li a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600}@media print,screen and (min-width:64.0625em){.card-item li a{font-size:1rem}}.card-item li a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.card-item li a:hover,.card-item li a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.card-item-content{padding:1rem}@media print,screen and (min-width:48.0625em){.card-item-content{padding:1.5rem}}.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__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__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__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__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__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-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.card--tiny h2,.card--tiny h3{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.card--tiny h2,.card--tiny h3{font-size:1.25rem}}@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:-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:1.5rem;padding-right:1.5rem;position:absolute}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-bottom:4rem}}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-right:2.5rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-right:4rem}}.card--full-width .card__content__inner{background:#f6f7f6}@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__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}}.care-section{margin-bottom:2.5rem;padding-bottom:2.5rem;position:relative;background-color:#f6f7f6;padding-top:40px}@media print,screen and (min-width:48.0625em){.care-section{margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.care-section{margin-bottom:6rem}}@media print,screen and (min-width:48.0625em){.care-section{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.care-section{padding-bottom:6rem}}@media print,screen and (max-width:48.06125em){.care-section{margin-bottom:0}}@media print,screen and (min-width:64.0625em){.care-section{background:rgba(0,0,0,0);margin-top:0;padding-top:170px}}.care-section:before{background-color:#f6f7f6;content:none;display:block;position:absolute;top:-118px;right:0;height:95%;width:100%;z-index:0}@media print,screen and (min-width:64.0625em){.care-section:before{width:100%;content:""}}@media screen and (min-width:90.0625em){.care-section:before{width:80%}}@media screen and (min-width:90.0625em){.care-section .section-heading{padding-left:120px}}.care-section+.contact-clinics{margin-top:0}.care__item{margin-top:1.5rem;border-radius:16px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.1)));background:linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%);-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media print,screen and (min-width:48.0625em){.care__item{margin-top:2.5rem}}@media screen and (min-width:90.0625em){.care__item{margin-left:-64px}}@media print,screen and (min-width:64.0625em){.care__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (min-width:64.0625em){.care__image{-ms-flex-preferred-size:40%;flex-basis:40%}}.care__image figure{height:100%}.care__image .aspect-ratio-frame{height:100%}.care__image img{border-radius:8px 8px 0px 0px}@media print,screen and (min-width:64.0625em){.care__image img{border-radius:16px 0px 0px 16px}}.care__content{padding:1.5rem}@media print,screen and (min-width:48.0625em){.care__content{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.care__content{padding:4rem}}@media print,screen and (min-width:64.0625em){.care__content{-ms-flex-preferred-size:60%;flex-basis:60%}}.care__content .link-arrow{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.care__content .link-arrow{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.care__content .link-arrow{font-size:1.5rem}}.care__content .contact-block{border-color:#c7c9c7}.career{overflow:hidden;margin-top:2.5rem;padding-bottom:2.5rem;background:#141b4d;position:relative}@media print,screen and (min-width:48.0625em){.career{margin-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.career{margin-top:6rem;padding-bottom:6rem}}.career:after{width:100%;height:100%;content:none;display:block;background:url(/themes/custom/midwestern/assets/img/plus-repeat-gold.svg) no-repeat bottom center;background-size:contain;position:absolute;bottom:-105px;left:0;opacity:.3}@media print,screen and (min-width:64.0625em){.career:after{content:""}}.career .section-heading{background-color:#fff;position:relative;z-index:2}.career .section-heading::after{content:"";display:block;position:absolute;top:100%;left:0;width:100%;height:96px;background-color:#fff}@media print,screen and (min-width:48.0625em){.career .section-heading::after{height:90px}}.career .section-heading+.grid-container{position:relative;z-index:2}@media print,screen and (min-width:64.0625em){.career-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.career-table{border-radius:8px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.1)),to(rgba(255,255,255,0.1)));background:linear-gradient(180deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.1) 100%);-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media print,screen and (min-width:64.0625em){.career-table{width:80%;-webkit-box-flex:1;-ms-flex:1;flex:1}}.career-headings{padding:16px}@media print,screen and (min-width:64.0625em){.career-headings{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 24px}}.career-heading{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.career-heading{font-size:0.875rem}}@media print,screen and (min-width:64.0625em){.career-heading{width:50%}}.career-heading.career-head{margin-bottom:8px}@media print,screen and (min-width:64.0625em){.career-heading.career-head{width:50%;margin-bottom:0}}.career-heading-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media print,screen and (min-width:64.0625em){.career-heading-wrap{width:50%}}.career-rows{color:#fff}.career-row{background-color:rgba(255,255,255,.05);padding:16px}@media print,screen and (min-width:64.0625em){.career-row{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 24px}}.career-row:nth-child(even){background-color:rgba(0,0,0,0)}.career-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media print,screen and (min-width:64.0625em){.career-details{width:50%;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.career-detail{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.career-detail{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.career-detail{width:50%}}.career-detail.career-title{font-weight:600;margin-bottom:8px}@media print,screen and (min-width:64.0625em){.career-detail.career-title{width:50%;margin-bottom:0}}.career-footnote{color:#fff;margin-top:24px}@media print,screen and (min-width:64.0625em){.career-footnote{width:20%;margin-top:0;padding-top:90px}}.career-footnote p{font-size:0.75rem;font-weight:400;line-height:1.65;margin:8px 0}@media print,screen and (min-width:48.0625em){.career-footnote p{font-size:0.875rem}}.career-footnote p a{color:#fff;text-decoration-color:#fff}.checkerboards--wrap{position:relative}.checkerboards--wrap::before{content:"";background-color:#f6f7f6;display:block;position:absolute;z-index:1;top:24px;left:0;width:100%;height:calc(100% - 48px)}@media print,screen and (min-width:48.0625em){.checkerboards--wrap::before{top:40px;height:calc(100% - 80px)}}.checkerboards{position:relative;z-index:2;padding-right:0;padding-left:0;max-width:80.5rem;margin-left:auto;margin-right:auto;margin-right:16px;margin-left:16px}@media screen and (min-width:82.5em){.checkerboards{margin-right:auto;margin-left:auto}}@media print,screen and (min-width:48.0625em){.checkerboards{border-radius:1rem;overflow:hidden;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media print,screen and (max-width:48.06125em){.checkerboard-item{border-radius:.5rem;overflow:hidden;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.checkerboard-item+.checkerboard-item{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.checkerboard-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media print,screen and (min-width:48.0625em){.checkerboard-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.checkerboard-item__media{position:relative}@media print,screen and (min-width:48.0625em){.checkerboard-item__media{-ms-flex-preferred-size:50%;flex-basis:50%}}.checkerboard-item__media figure{margin:0;position:relative;z-index:1;height:100%}@media print,screen and (max-width:48.06125em){.checkerboard-item__media figcaption{padding:.5rem 1rem 1rem;margin-top:0}}@media print,screen and (min-width:48.0625em){.checkerboard-item__media figcaption{font-size:0.75rem;font-weight:400;line-height:1.65;color:#fff;z-index:2;position:absolute;bottom:0;left:0;width:100%;height:auto;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));padding:1.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.checkerboard-item__media figcaption{font-size:0.875rem}}@media print,screen and (min-width:48.0625em){.checkerboard-item__media figcaption>div{max-width:calc(100% - 96px)}}.checkerboard-item__content{padding:1rem;-ms-flex-item-align:center;align-self:center}@media print,screen and (min-width:48.0625em){.checkerboard-item__content{-ms-flex-preferred-size:50%;flex-basis:50%;padding:1rem 2.5rem}}@media print,screen and (min-width:64.0625em){.checkerboard-item__content{padding:1rem 4rem}}.checkerboard-item__content h3{font-weight:600}.checkerboard-item__content p{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.checkerboard-item__content p{font-size:1.125rem}}.checkerboard-item__content ul{list-style:none;margin:0;padding:0}.checkerboard-item__content .btn{font-size:.875rem;padding:1rem 1.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.checkerboard-item__content .btn::before,.checkerboard-item__content .btn::after{color:#141b4d}.checkerboard-item__content .btn:hover,.checkerboard-item__content .btn:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.checkerboard-item__content .btn:hover::before,.checkerboard-item__content .btn:hover::after,.checkerboard-item__content .btn:focus::before,.checkerboard-item__content .btn:focus::after{color:#141b4d}.checkerboard-item__content .btn:focus{color:#141b4d}.checkerboard-item__content .btn:focus:before{border-color:#d9c89e}@media print,screen and (min-width:48.0625em){.checkerboard-item__content .btn{font-size:1.125rem;padding:1rem 2.5rem}}.checkerboard-item__media{position:relative}.checkerboard-item__media .video-play-btn{position:absolute;z-index:2;border-radius:4px;background-color:#d9c89e;width:44px;height:44px;right:16px;text-align:center;line-height:40px;top:calc(74vw - 85px)}@media print,screen and (min-width:48.0625em){.checkerboard-item__media .video-play-btn{top:unset;right:16px;bottom:16px}}@media print,screen and (min-width:64.0625em){.checkerboard-item__media .video-play-btn{border-radius:8px;width:64px;height:64px;top:unset;right:24px;bottom:24px;line-height:64px}}.checkerboard-item__media .video-play-btn:hover,.checkerboard-item__media .video-play-btn:focus{background-color:rgba(0,0,0,0);border:2px solid #d9c89e;-webkit-transition:background-color .25s;transition:background-color .25s;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}.checkerboard-item__media .video-play-btn:hover .fas::before,.checkerboard-item__media .video-play-btn:focus .fas::before{color:#d9c89e}.checkerboard-item__media .video-play-btn .fas::before{color:#fff;-webkit-transition:color .25s;transition:color .25s;font-size:12px}@media print,screen and (min-width:64.0625em){.checkerboard-item__media .video-play-btn .fas::before{font-size:16px;top:auto;left:auto}}.clinics-section{color:#fff;background-color:#141b4d;padding-top:180px;position:relative;margin-top:-40px}@media print,screen and (min-width:48.0625em){.clinics-section{margin-top:-60px}}@media print,screen and (min-width:64.0625em){.clinics-section{padding-top:320px;margin-top:-160px}}.clinics-section:before{width:180px;height:100%;content:none;display:block;background:#141b4d url(/themes/custom/midwestern/assets/img/plus-pattern.svg) repeat-y;position:absolute;top:0;left:0;opacity:.5}@media print,screen and (min-width:64.0625em){.clinics-section:before{content:""}}.clinics-header{color:#fff;max-width:860px}@media print,screen and (min-width:64.0625em){.clinics-header{margin-left:64px}}.clinics-header h2{margin-bottom:16px}.clinics-header .btn{margin-top:1rem}@media print,screen and (min-width:48.0625em){.clinics-header .btn{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.clinics-header .btn{font-size:1.125rem;padding:1rem 2.5rem}}.clinics-items{padding-top:2.5rem;position:relative}@media print,screen and (min-width:48.0625em){.clinics-items{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.clinics-items{padding-top:6rem}}.clinics-items:last-child{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.clinics-items:last-child{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.clinics-items:last-child{padding-bottom:6rem}}.clinics-item{margin-top:1.5rem;border-radius:8px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media print,screen and (min-width:48.0625em){.clinics-item{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.clinics-item{border-radius:16px}}@media screen and (min-width:90.0625em){.clinics-item{margin-right:-64px}}@media print,screen and (min-width:64.0625em){.clinics-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media print,screen and (min-width:64.0625em){.clinics-image{-ms-flex-preferred-size:60%;flex-basis:60%}}.clinics-image figure{height:100%}.clinics-image .aspect-ratio-frame{height:100%}.clinics-image img{border-radius:8px 8px 0 0}@media print,screen and (min-width:64.0625em){.clinics-image img{border-radius:0 16px 16px 0}}.clinics-content{padding:1.5rem}@media print,screen and (min-width:48.0625em){.clinics-content{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.clinics-content{padding:4rem}}@media print,screen and (min-width:64.0625em){.clinics-content{-ms-flex-preferred-size:40%;flex-basis:40%}}.clinics-state{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.clinics-state{margin-top:2.5rem}}.clinics-state h3{font-size:1.25rem;font-weight:600;line-height:1.25;font-weight:600}@media print,screen and (min-width:48.0625em){.clinics-state h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.clinics-state h3{font-size:2rem}}.clinics-state a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:1rem;font-weight:600;line-height:1.5;font-weight:600;margin-top:16px;display:inline-block}@media print,screen and (min-width:64.0625em){.clinics-state a{font-size:1rem}}.clinics-state a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.clinics-state a:hover,.clinics-state a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.clinics-state a:after{color:#d9c89e}.clinics-state a:hover,.clinics-state a:focus{color:#d9c89e;border-bottom-color:#d9c89e}.clinics-state a:hover:after,.clinics-state a:focus:after{color:#d9c89e}@media print,screen and (min-width:48.0625em){.clinics-state a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.clinics-state a{font-size:1.25rem}}.clinics-state p{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.clinics-state p{font-size:0.875rem}}.contact-banner{padding-top:2.5rem;background-color:#3c4c8d;position:relative;overflow:hidden}@media print,screen and (min-width:48.0625em){.contact-banner{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.contact-banner{padding-top:6rem}}.contact-banner:not(:last-child){padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.contact-banner:not(:last-child){padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.contact-banner:not(:last-child){padding-bottom:6rem}}@media print,screen and (min-width:48.0625em){.contact-banner::before{content:"";position:absolute;z-index:1;background-color:#141b4d;top:0;left:0;height:100%;width:calc(50% + 20px)}}.contact-banner .cell+.cell{margin-top:1rem}@media print,screen and (min-width:48.0625em){.contact-banner .cell+.cell{margin-top:0}}.contact-banner .medium-7{position:relative;z-index:3}.contact-banner .medium-5{position:relative;z-index:2}@media print,screen and (max-width:48.06125em){.contact-banner .medium-5::before{content:"";display:block;position:absolute;z-index:1;background-color:#3c4c8d;top:-40px;right:-20px;bottom:-40px;left:-20px}.contact-banner .medium-5 .contact-banner__header{position:relative;z-index:2}}@media print,screen and (min-width:48.0625em){.contact-banner__header{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.contact-banner__header h2{font-weight:600;color:#fff}.contact-banner__header p{color:#fff;margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.contact-banner__header p{margin-top:1rem}}.contact-banner__content{-webkit-transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-filter .55s;transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-filter .55s;transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,filter .55s;transition:opacity 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,filter .55s,-webkit-transform 550ms cubic-bezier(1,0.63,0.47,0.8) 250ms,-webkit-filter .55s;-webkit-filter:blur(0px);filter:blur(0px);overflow:hidden;border-radius:.5rem;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem}.contact-banner__content+.contact-banner__content{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.contact-banner__content+.contact-banner__content{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.contact-banner__content{position:relative;border-radius:1rem;padding:0}}.contact-banner__content figure{position:relative}@media print,screen and (max-width:48.06125em){.contact-banner__content figure{max-width:100px;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.contact-banner__content figure::before{content:"";display:block;padding-bottom:118%}}@media print,screen and (min-width:48.0625em){.contact-banner__content figure{position:absolute;top:0;right:0;height:100%;width:28.5%;border-radius:16px}}.contact-banner__content figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contact-banner__content h3{font-size:1.125rem;font-weight:600;line-height:1.5;color:#fff}@media print,screen and (min-width:48.0625em){.contact-banner__content h3{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.contact-banner__content h3{font-size:1.5rem}}.contact-banner__content h3 a.link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:1.125rem;font-weight:600;line-height:1.5;font-weight:600}@media print,screen and (min-width:64.0625em){.contact-banner__content h3 a.link-arrow{font-size:1rem}}.contact-banner__content h3 a.link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.contact-banner__content h3 a.link-arrow:hover,.contact-banner__content h3 a.link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.contact-banner__content h3 a.link-arrow:after{color:#d9c89e}.contact-banner__content h3 a.link-arrow:hover,.contact-banner__content h3 a.link-arrow:focus{color:#d9c89e;border-bottom-color:#d9c89e}.contact-banner__content h3 a.link-arrow:hover:after,.contact-banner__content h3 a.link-arrow:focus:after{color:#d9c89e}@media print,screen and (min-width:48.0625em){.contact-banner__content h3 a.link-arrow{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.contact-banner__content h3 a.link-arrow{font-size:1.5rem}}.contact-banner__content a{color:#fff}.contact-banner__content p{color:#fff;font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:8px}@media print,screen and (min-width:48.0625em){.contact-banner__content p{font-size:0.875rem}}.contact-banner__content p+p{margin-top:0}.contact-banner__content p a{text-decoration:underline;text-decoration-color:#d9c89e;text-underline-offset:4px}.contact-banner__content p a:hover,.contact-banner__content p a:focus{color:#d9c89e}.contact-banner__content .icon-list{margin-top:1rem}@media print,screen and (min-width:48.0625em){.contact-banner__content .icon-list{margin-top:1.5rem}}.contact-banner__content .icon-list .icon-list__content a{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.contact-banner__content .icon-list .icon-list__content a{font-size:0.875rem}}.contact-banner__content .icon-list .icon-list__icon:before{position:relative;top:2px}@media print,screen and (min-width:48.0625em){.contact-banner__text{padding:64px 0 64px 64px;max-width:calc(71.5% - 40px)}}.contact-clinics{padding-top:2.5rem;padding-bottom:2.5rem;margin-top:2.5rem;margin-bottom:2.5rem;background:-webkit-gradient(linear,left top,left bottom,from(#141B4D),to(#3C4C8D));background:linear-gradient(180deg,#141B4D 0%,#3C4C8D 100%);color:#fff;position:relative}@media print,screen and (min-width:48.0625em){.contact-clinics{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.contact-clinics{padding-top:6rem;padding-bottom:6rem}}@media print,screen and (min-width:48.0625em){.contact-clinics{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.contact-clinics{margin-top:6rem;margin-bottom:6rem}}.contact-clinics:before{background:url(/themes/custom/midwestern/assets/img/plus-profile-detail.svg) no-repeat;display:block;position:absolute;left:0;top:0;height:100%;width:220px;content:none}@media print,screen and (min-width:64.0625em){.contact-clinics:before{content:""}}@media print,screen and (min-width:64.0625em){.contact-clinics__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:64px;-moz-column-gap:64px;column-gap:64px;margin-left:20px}.contact-clinics__inner .contact__img{margin-left:-20px}}.contact__img{padding:1rem;width:60px;height:80px;border-radius:8px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}@media print,screen and (min-width:48.0625em){.contact__img{padding:1.5rem}}@media print,screen and (min-width:64.0625em){.contact__img{width:120px;height:160px;margin-bottom:0}}.contact__img .fa-question{font-size:40px;color:#d9c89e}@media print,screen and (min-width:64.0625em){.contact__img .fa-question{font-size:60px}}.contact__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.contact__content p{margin-top:0.5rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.contact__content p{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.contact__content p{margin-bottom:1.5rem}}.contact__content a{margin-right:0.5rem}@media print,screen and (min-width:48.0625em){.contact__content a{margin-right:1rem}}.detail-details--icon-list h2{font-weight:600}.detail-details--icon-list .icon-list li{padding-left:1.5em;line-height:1}@media print,screen and (min-width:48.0625em){.detail-details--icon-list .icon-list li{padding-left:3em}}.detail-details--icon-list .icon-list__icon{font-size:15px;line-height:1.65;color:#80276c}@media print,screen and (min-width:48.0625em){.detail-details--icon-list .icon-list__icon{font-size:28px}}.detail-details--icon-list .icon-list__content,.detail-details--icon-list .icon-list p{font-size:1.25rem;font-weight:300;line-height:1.65;margin:0}@media print,screen and (min-width:48.0625em){.detail-details--icon-list .icon-list__content,.detail-details--icon-list .icon-list p{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.detail-details--icon-list .icon-list__content,.detail-details--icon-list .icon-list p{font-size:1.875rem}}@media print,screen and (max-width:48.06125em){.detail-details--icon-list .icon-list__content,.detail-details--icon-list .icon-list p{font-size:0.75rem;font-weight:400;line-height:1.65}}@media print,screen and (max-width:48.06125em)and (min-width:48.0625em){.detail-details--icon-list .icon-list__content,.detail-details--icon-list .icon-list p{font-size:0.875rem}}.detail-details--icon-list .icon-list__content a,.detail-details--icon-list .icon-list p a{text-decoration-color:#80276c;text-decoration-thickness:1px;text-underline-offset:8px}.detail-details--icon-list .icon-list__content a:hover,.detail-details--icon-list .icon-list__content a:focus,.detail-details--icon-list .icon-list p a:hover,.detail-details--icon-list .icon-list p a:focus{color:#80276c}@media print,screen and (min-width:64.0625em){.detail-details--icon-list .icon-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px}.detail-details--icon-list .icon-list li{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);margin:0;max-width:calc(50% - 20px)}}.differentiators{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.differentiators{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.differentiators{margin-top:6rem;margin-bottom:6rem}}.differentiators__content .cell:not(:first-child){margin-top:24px}@media print,screen and (min-width:64.0625em){.differentiators__content .cell:not(:first-child){margin-top:0}}.differentiator{padding:1rem;border-radius:8px;border:1px solid #d9c89e;height:100%}@media print,screen and (min-width:48.0625em){.differentiator{padding:1.5rem}}@media print,screen and (min-width:48.0625em){.differentiator{border-radius:16px}}.differentiator .stat{font-size:3rem;font-weight:200;line-height:1;margin-bottom:1rem;color:#80276c;display:block}@media print,screen and (min-width:48.0625em){.differentiator .stat{font-size:4rem}}@media print,screen and (min-width:64.0625em){.differentiator .stat{font-size:5rem}}@media print,screen and (min-width:48.0625em){.differentiator .stat{margin-bottom:1.5rem}}.differentiator p{margin-bottom:0}.differentiator a{margin-top:1rem;display:inline-block}@media print,screen and (min-width:48.0625em){.differentiator a{margin-top:1.5rem}}.stat-title{font-weight:600;margin-top:1rem}@media print,screen and (min-width:48.0625em){.stat-title{margin-top:1.5rem}}.stat-description{margin-top:0.5rem}.event-detail .picture-frame img{border-radius:8px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}@media print,screen and (min-width:48.0625em){.event-detail .picture-frame img{border-radius:16px}}.event-detail--hero{background-color:#f6f7f6;position:relative}@media print,screen and (min-width:48.0625em){.event-detail--hero::after{content:"";display:block;position:absolute;bottom:-40px;left:0;width:100%;height:180px;background-color:rgba(0,0,0,0);background-image:url(/themes/custom/midwestern/assets/img/pluses-six-tall.svg);background-repeat:repeat-x;background-position:center center;background-size:1140px 136px;opacity:.3}}@media print,screen and (min-width:48.0625em){.event-detail--hero .hero__content{position:relative;padding-left:200px}}@media print,screen and (max-width:48.06125em){.event-detail__date-block{padding:1rem 0}}@media print,screen and (min-width:48.0625em){.event-detail__date-block{position:absolute;top:0;left:0}.event-detail__date-block .date-block{width:160px}.event-detail__date-block .date-block p,.event-detail__date-block .date-block .weekday,.event-detail__date-block .date-block .month{font-size:1.125rem}.event-detail__date-block .date-block .day{font-size:5rem}}.event-topics .btn-row{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 1rem}@media print,screen and (min-width:48.0625em){.event-topics .btn-row{gap:.5rem 1.5rem}}.event-topics a{font-size:0.75rem;font-weight:400;line-height:1.65;color:#3c4c8d}@media print,screen and (min-width:48.0625em){.event-topics a{font-size:0.875rem}}.event-topics a:before{content:"#";display:inline-block;margin-right:5px}.event-section{padding-top:2.5rem;padding-bottom:2.5rem;background:-webkit-gradient(linear,left bottom,left top,color-stop(80%,rgba(237,240,237,0.5)),color-stop(20%,#ffffff));background:linear-gradient(to top,rgba(237,240,237,0.5) 80%,#ffffff 20%)}@media print,screen and (min-width:48.0625em){.event-section{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.event-section{padding-top:6rem;padding-bottom:6rem}}@media print,screen and (min-width:64.0625em){.event-section{background:-webkit-gradient(linear,left bottom,left top,color-stop(60%,rgba(237,240,237,0.5)),color-stop(40%,#ffffff));background:linear-gradient(to top,rgba(237,240,237,0.5) 60%,#ffffff 40%)}}.event-section .views-element-container{padding-bottom:2.5rem;background-color:rgba(237,240,237,.5);position:relative}@media print,screen and (min-width:48.0625em){.event-section .views-element-container{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.event-section .views-element-container{padding-bottom:6rem}}.event-section .views-element-container:before{content:"";display:block;width:100%;height:50px;background-color:#fff;position:absolute;top:0;left:0}.event-section .btn{font-size:.875rem;padding:1rem 1.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.event-section .btn::before,.event-section .btn::after{color:#141b4d}.event-section .btn:hover,.event-section .btn:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.event-section .btn:hover::before,.event-section .btn:hover::after,.event-section .btn:focus::before,.event-section .btn:focus::after{color:#141b4d}.event-section .btn:focus{color:#141b4d}.event-section .btn:focus:before{border-color:#d9c89e}@media print,screen and (min-width:48.0625em){.event-section .btn{font-size:1.125rem;padding:1rem 2.5rem}}.event-section__header{margin-bottom:-16px}@media print,screen and (min-width:64.0625em){.event-section__header{margin-bottom:0}}.event-section__content h3{font-size:1rem;font-weight:600;line-height:1.5;display:inline-block}@media print,screen and (min-width:48.0625em){.event-section__content h3{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.event-section__content h3{font-size:1.25rem}}.event-section__content h3 a{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.event-section__content h3 a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.event-section__content h3 a{font-size:1.25rem}}.event-item{margin-top:24px}@media print,screen and (min-width:64.0625em){.event-item{margin-top:0}}.event-item-content{margin-top:1rem}@media print,screen and (min-width:48.0625em){.event-item-content{margin-top:1.5rem}}p.event-description{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:8px}@media print,screen and (min-width:48.0625em){p.event-description{font-size:0.875rem}}.event-details{margin-top:1rem;padding-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;border-top:1px solid #c7c9c7}@media print,screen and (min-width:48.0625em){.event-details{margin-top:1.5rem}}.event-time{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.event-time{font-size:0.875rem}}.event-location{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.event-location{font-size:0.875rem}}.event-link{margin-top:1rem}@media print,screen and (min-width:48.0625em){.event-link{margin-top:1.5rem}}.date-block{-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 4px;display:inline-block;border-radius:8px;width:85px}@media print,screen and (min-width:64.0625em){.date-block{width:106px;padding:24px 8px}}.date-block p{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600;padding:.5rem;text-align:center;background-color:#80276c;color:#fff;margin:-16px -4px 16px;border-top-left-radius:8px;border-top-right-radius:8px}@media print,screen and (min-width:48.0625em){.date-block p{font-size:0.875rem}}@media print,screen and (min-width:64.0625em){.date-block p{margin:-24px -8px 24px}}.date-block .day{font-size:1.875rem;font-weight:200;line-height:100%;text-align:center;margin:4px 0}@media print,screen and (min-width:64.0625em){.date-block .day{font-size:3rem}}.date-block .weekday,.date-block .month{font-size:0.75rem;font-weight:400;line-height:1.65;text-align:center;line-height:100%}@media print,screen and (min-width:48.0625em){.date-block .weekday,.date-block .month{font-size:0.875rem}}.faculty-profile__section{overflow:hidden}@media print,screen and (min-width:48.0625em){.card--listing--faculty-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--faculty-profile .card__content__inner{padding:0 20px 0 0}.card--listing--faculty-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--faculty-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--faculty-profile img{display:block}}.faculty__section{overflow:hidden;margin-top:2.5rem;padding-bottom:2.5rem;background:var(--gold-to-light-gold,linear-gradient(136deg,#BD9B60 0%,#D9C89E 100%))}@media print,screen and (min-width:48.0625em){.faculty__section{margin-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.faculty__section{margin-top:6rem;padding-bottom:6rem}}.faculty__section .section-heading{background-color:#fff;position:relative;z-index:2}.faculty__section .section-heading::after{content:"";display:block;position:absolute;top:100%;left:0;width:100%;height:54px;background-color:#fff}@media print,screen and (min-width:48.0625em){.faculty__section .section-heading::after{height:70px}}.faculty__section .section-heading+.grid-container{position:relative;z-index:2}.faculty__section .faculty-testimonial__text{min-height:auto}.faculty-testimonial{overflow:hidden;padding:1rem;border-radius:8px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%}@media print,screen and (min-width:48.0625em){.faculty-testimonial{padding:0;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:100%}}.faculty-testimonial figure{position:relative}@media print,screen and (max-width:48.06125em){.faculty-testimonial figure{max-width:100px;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.faculty-testimonial figure::before{content:"";display:block;padding-bottom:140%}}@media print,screen and (min-width:48.0625em){.faculty-testimonial figure{-ms-flex-preferred-size:40%;flex-basis:40%}.faculty-testimonial figure::before{content:"";display:block;padding-bottom:144%}}@media print,screen and (min-width:64.0625em){.faculty-testimonial figure{-ms-flex-preferred-size:31%;flex-basis:31%}}.faculty-testimonial figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.faculty-testimonial__text{min-height:auto}.faculty-testimonial__text blockquote{font-size:1rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.faculty-testimonial__text blockquote{font-size:1.875rem}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.faculty-testimonial__text blockquote{font-size:1.5rem}}@media print,screen and (min-width:48.0625em){.faculty-testimonial__text{-ms-flex-item-align:center;align-self:center;padding:64px 64px 64px 40px;-ms-flex-preferred-size:60%;flex-basis:60%}}@media print,screen and (min-width:64.0625em){.faculty-testimonial__text{-ms-flex-preferred-size:69%;flex-basis:69%}}@media print,screen and (min-width:48.0625em){.faculty-testimonial__text:only-child{padding:64px;-ms-flex-preferred-size:100%;flex-basis:100%}}.faculty-testimonial__info{position:relative;padding-left:16px}.faculty-testimonial__info:before{content:"";display:block;height:100%;width:2px;background-color:#80276c;position:absolute;left:0;top:0}.faculty-testimonial__info p,.faculty-testimonial__info ul,.faculty-testimonial__info li{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.faculty-testimonial__info p,.faculty-testimonial__info ul,.faculty-testimonial__info li{font-size:0.875rem}}.faculty-testimonial__info ul{list-style:none}.faculty__section .swiper-slide{height:auto}@media print,screen and (max-width:48.06125em){.faculty__section .swiper-container{width:calc(100vw - 60px)}}@media screen and (min-width:85em){.faculty__section .swiper-container{position:relative;left:-64px}.faculty__section .swiper-initialized .slider-navigation{width:calc(100% + 128px)}}.faculty__section .swiper-slide{opacity:1}.faculty__section .swiper-slide .faculty-testimonial{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faculty__section .swiper-slide figure,.faculty__section .swiper-slide .faculty-testimonial__text{opacity:.5}.faculty__section .swiper-slide.swiper-slide-visible{opacity:1}.faculty__section .swiper-slide.swiper-slide-visible .faculty-testimonial{-webkit-backdrop-filter:blur(10px) opacity(100%);backdrop-filter:blur(10px) opacity(100%)}.faculty__section .swiper-slide.swiper-slide-visible figure,.faculty__section .swiper-slide.swiper-slide-visible .faculty-testimonial__text{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.faculty__section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) .faculty-testimonial{-webkit-backdrop-filter:blur(10px) opacity(100%);backdrop-filter:blur(10px) opacity(100%)}.faculty__section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) figure,.faculty__section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) .faculty-testimonial__text{opacity:.5}.faculty__section.slider-alt .slider-navigation button{background-color:rgba(0,0,0,0)}[data-fancybox-modal]{display:none}.foundation-innovation{color:#fff;background-color:#000}@media print,screen and (min-width:64.0625em){.foundation-innovation{position:relative}}@media print,screen and (min-width:64.0625em){.foundation-innovation:before,.foundation-innovation:after{content:"";display:block;height:100%;position:absolute;top:0}}.foundation-innovation:before{background:-webkit-gradient(linear,left bottom,left top,from(#4E1E44),color-stop(69.51%,#141B4D));background:linear-gradient(360deg,#4E1E44 0%,#141B4D 69.51%);left:0;width:40%}.foundation-innovation:after{background:-webkit-gradient(linear,left bottom,left top,from(#80276C),color-stop(69.51%,#3C4C8D));background:linear-gradient(360deg,#80276C 0%,#3C4C8D 69.51%);right:0;width:60%}@media print,screen and (min-width:64.0625em){.foundation-innovation__inner{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;position:relative;z-index:1}}.foundation-innovation__inner:last-child .topic{background-color:#4e1e44}@media print,screen and (min-width:64.0625em){.foundation-innovation__inner:last-child .topic{background-color:rgba(0,0,0,0)}}.foundation-innovation__inner:last-child .topic__points{background-color:#80276c}@media print,screen and (min-width:64.0625em){.foundation-innovation__inner:last-child .topic__points{background-color:rgba(0,0,0,0)}}@media print,screen and (min-width:64.0625em){.foundation-innovation__content{display:-webkit-box;display:-ms-flexbox;display:flex}}.topic{background-color:#141b4d;padding-top:40px;padding-bottom:24px}@media print,screen and (max-width:64.06125em){.topic{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}}@media print,screen and (min-width:64.0625em){.topic{width:40%;background-color:rgba(0,0,0,0);padding-top:96px}}.topic__points__inner>h3:after{margin-top:1.5rem;margin-bottom:1.5rem;background-image:url(/themes/custom/midwestern/assets/img/plus-dark.svg);background-repeat:repeat-x;background-size:10px 6px;display:block;width:100%;content:"";height:6px}@media print,screen and (min-width:48.0625em){.topic__points__inner>h3:after{margin-top:2.5rem;margin-bottom:2.5rem}}.topic__content h3{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.topic__content h3{margin-top:2.5rem}}.topic__content p{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.topic__content p{margin-top:1rem}}.topic__content figure img{border-radius:8px}@media print,screen and (min-width:64.0625em){.topic__detail{padding-right:120px}}@media print,screen and (min-width:64.0625em){.topic__sticky{position:sticky;top:64px;margin-bottom:64px}}.topic__points{background-color:#3c4c8d;padding-top:24px;padding-bottom:40px}@media print,screen and (max-width:64.06125em){.topic__points{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}}@media print,screen and (min-width:64.0625em){.topic__points{width:60%;padding-top:96px;padding-bottom:96px;padding-left:80px;background-color:rgba(0,0,0,0)}}.proof__points h3{padding-bottom:24px}.proof__point:after{margin-top:1.5rem;margin-bottom:1.5rem;background-image:url(/themes/custom/midwestern/assets/img/plus-dark.svg);background-repeat:repeat-x;background-size:10px 6px;display:block;width:100%;content:"";height:6px}@media print,screen and (min-width:48.0625em){.proof__point:after{margin-top:2.5rem;margin-bottom:2.5rem}}.proof__stat:after{margin-top:1.5rem;margin-bottom:1.5rem;background-image:url(/themes/custom/midwestern/assets/img/plus-dark.svg);background-repeat:repeat-x;background-size:10px 6px;display:block;width:100%;content:"";height:6px}@media print,screen and (min-width:48.0625em){.proof__stat:after{margin-top:2.5rem;margin-bottom:2.5rem}}.proof__stat span{font-size:3rem;font-weight:200;line-height:1}@media print,screen and (min-width:48.0625em){.proof__stat span{font-size:4rem}}@media print,screen and (min-width:64.0625em){.proof__stat span{font-size:5rem}}.proof__stat p{margin-top:16px}.proof__quote:after{margin-top:1.5rem;margin-bottom:1.5rem;background-image:url(/themes/custom/midwestern/assets/img/plus-dark.svg);background-repeat:repeat-x;background-size:10px 6px;display:block;width:100%;content:"";height:6px}@media print,screen and (min-width:48.0625em){.proof__quote:after{margin-top:2.5rem;margin-bottom:2.5rem}}.proof__quote p{font-size:1rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.proof__quote p{font-size:1.875rem}}.proof__quote span{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.proof__quote span{font-size:0.875rem}}.proof__quote a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.proof__quote a{font-size:1rem}}.proof__quote a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.proof__quote a:hover,.proof__quote a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.proof__quote a:after{color:#d9c89e}.proof__quote a:hover,.proof__quote a:focus{color:#d9c89e;border-bottom-color:#d9c89e}.proof__quote a:hover:after,.proof__quote a:focus:after{color:#d9c89e}@media print,screen and (min-width:48.0625em){.proof__quote a{font-size:0.875rem}}.proof__quote:last-child:after{content:none}.proof__detail{position:relative;padding-left:16px;margin-top:16px}.proof__detail:before{content:"";display:block;height:100%;width:2px;background-color:#d9c89e;position:absolute;left:0;top:0}.proof__college{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.proof__college{font-size:0.875rem}}.go-deeper h3{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.go-deeper h3{font-size:0.875rem}}.go-deeper p{margin-top:4px}.go-deeper__buttons{display:inline-block}.go-deeper__buttons a{margin-top:8px;margin-right:16px}@media print,screen and (min-width:48.0625em){.go-deeper__buttons a{font-size:1.125rem;padding:1rem 2.5rem}}.fade-out{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility .25s;transition:opacity .25s,visibility .25s}.fade-out.highlight{opacity:0;visibility:hidden}.get-in-touch{clear:both}.get-in-touch h2{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.get-in-touch h2{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.get-in-touch h2{font-size:1.5rem}}.contact-block{border-radius:8px;overflow:hidden;border:1px solid #d9c89e}@media print,screen and (min-width:48.0625em){.contact-block{border-radius:16px}}.contact-block .contact-block--item{padding:1rem}@media print,screen and (max-width:48.06125em){.contact-block .contact-block--item>p{margin-bottom:.5rem}}@media print,screen and (min-width:48.0625em){.contact-block .contact-block--item{padding:1.5rem}}.contact-block .contact-block--item+.contact-block--item{border-top:1px solid #d9c89e}.contact-block__detail{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.contact-block__detail span::before{color:#bd9b60;position:relative;top:.25em}.contact-block__detail div p{margin:0}.contact-block__detail a{text-decoration:underline;text-decoration-color:#80276c;text-underline-offset:5px}.contact-block__detail a:hover,.contact-block__detail a:focus{color:#80276c;text-decoration-color:rgba(0,0,0,0)}.landing-page .contact-block--item strong{font-weight:600}@media print,screen and (min-width:48.0625em){.landing-page .contact-block--item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}.landing-page .contact-block--item p,.landing-page .contact-block--item div{-webkit-box-flex:1;-ms-flex:1;flex:1}}.hero{padding-top:2.5rem;padding-bottom:2.5rem;position:relative;background:#f6f7f6}@media print,screen and (min-width:48.0625em){.hero{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.hero{padding-top:6rem;padding-bottom:6rem}}.hero:after{width:100%;height:100%;content:none;display:block;background:url(/themes/custom/midwestern/assets/img/plus-repeat-gold.svg) no-repeat bottom center;background-size:contain;position:absolute;bottom:-55px;left:0;opacity:.5}@media print,screen and (min-width:64.0625em){.hero:after{content:""}}.hero.hero--no-img::after{opacity:.3}.hero.hero--img{padding-bottom:0;background-color:rgba(0,0,0,0)}.hero.hero--img:before{background:#f6f7f6;width:100%;height:90%;content:"";display:block;position:absolute;top:0;left:0}.hero.hero--img .video-play-btn{position:absolute;z-index:2;border-radius:4px;background-color:#d9c89e;width:44px;height:44px;right:16px;text-align:center;line-height:40px;bottom:20px}@media print,screen and (min-width:48.0625em){.hero.hero--img .video-play-btn{top:unset;right:16px}}@media print,screen and (min-width:64.0625em){.hero.hero--img .video-play-btn{border-radius:8px;width:64px;height:64px;right:24px;bottom:24px;line-height:64px}}.hero.hero--img .video-play-btn:hover,.hero.hero--img .video-play-btn:focus{background-color:rgba(0,0,0,0);border:2px solid #d9c89e;-webkit-transition:background-color .25s;transition:background-color .25s}.hero.hero--img .video-play-btn:hover .fas::before,.hero.hero--img .video-play-btn:focus .fas::before{color:#d9c89e}.hero.hero--img .video-play-btn .fas::before{color:#fff;-webkit-transition:color .25s;transition:color .25s;font-size:12px}@media print,screen and (min-width:64.0625em){.hero.hero--img .video-play-btn .fas::before{font-size:16px;top:auto;left:auto}}.hero--slider:after{bottom:105px}.hero--slider.hero--img:before{height:80%}@media print,screen and (min-width:48.0625em){.hero.hero--img{display:block}}@media print,screen and (min-width:64.0625em){.hero+.section-wysiwyg-block,.hero+.wysiwyg-block{margin-top:136px}}.hero__media{margin-top:1.5rem;position:relative;z-index:1;-webkit-transition-delay:.25s;transition-delay:.25s}@media print,screen and (min-width:48.0625em){.hero__media{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.hero__media{margin-top:4rem}}.hero__media img{border-radius:8px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}@media print,screen and (min-width:48.0625em){.hero__media img{border-radius:16px}}.hero__media .embedded-video .aspect-ratio-frame .contextual-region{position:static}.hero__content{position:relative;z-index:2}.hero__content h1{font-size:2rem;font-weight:300;line-height:1.25;letter-spacing:-0.04em;margin:0}@media print,screen and (min-width:48.0625em){.hero__content h1{font-size:2.5rem;font-weight:200}}@media print,screen and (min-width:64.0625em){.hero__content h1{font-size:4rem}}.hero__content>p{font-size:1.25rem;font-weight:300;line-height:1.65;margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.hero__content>p{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.hero__content>p{font-size:1.875rem}}@media print,screen and (min-width:48.0625em){.hero__content>p{margin-top:1rem}}.hero.hero--dark{background-color:#141b4d}.hero.hero--dark.hero--img{background-color:#141b4d}.hero.hero--dark::before{background-color:#fff;top:unset;bottom:0;height:76px}@media print,screen and (min-width:48.0625em){.hero.hero--dark::before{height:10%}}.hero.hero--dark{color:#fff}.hero.hero--news:after{content:"";display:block;position:absolute;bottom:-40px;left:0;width:100%;height:180px;background-color:rgba(0,0,0,0);background-image:url(/themes/custom/midwestern/assets/img/pluses-six-tall.svg);background-repeat:repeat-x;background-position:center center;background-size:1140px 136px}.hero--program.hero--dark:before{content:none}@media print,screen and (min-width:64.0625em){.hero--program:not(.hero--multiple)+.accordions{padding-top:230px}}@media print,screen and (max-width:64.06125em){.hero--program.hero.hero--img .video-play-btn{bottom:40px}}.hero--program.hero.hero--img:after{content:none}.hero--program .hero__eyebrow{display:block;font-size:1.25rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.hero--program .hero__eyebrow{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.hero--program .hero__eyebrow{font-size:1.875rem}}@media print,screen and (max-width:48.06125em){.hero--program .hero__media{margin-left:-1.25rem;margin-right:-1.25rem}}@media print,screen and (min-width:64.0625em){.hero--program .hero__media{max-width:940px;width:100%}}.hero--program .hero__media .aspect-ratio-frame:after{background:linear-gradient(62deg,rgba(0,0,0,0.6) 35.11%,rgba(0,0,0,0) 49.93%)}.hero--program .hero__media img{-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-program.svg);mask:url(/themes/custom/midwestern/assets/img/mask-program.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:#000}@media print,screen and (max-width:48.06125em){.hero--program .hero__media button.video-play-button{bottom:3rem}}@media print,screen and (min-width:48.0625em){.program-hero__meta{margin-top:16px}}@media print,screen and (min-width:48.0625em){.program-hero__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.program-hero__meta p{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:8px}@media print,screen and (min-width:48.0625em){.program-hero__meta p{font-size:0.875rem}}@media print,screen and (min-width:48.0625em){.program-hero__meta p{margin-top:0}}.program-hero__meta p strong{margin-right:8px;font-weight:600}@media print,screen and (min-width:64.0625em){.program-hero__wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (min-width:90.0625em){.program-hero__wrap{margin-right:-140px}}.program-hero__locations{padding:1.5rem;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.1)));background:linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%);color:#fff;position:relative;z-index:1;top:-24px}@media print,screen and (min-width:48.0625em){.program-hero__locations{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.program-hero__locations{width:460px;position:absolute;bottom:-140px;left:0;top:auto}}.program-hero__location:not(:last-child){margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.program-hero__location:not(:last-child){margin-bottom:2.5rem}}.program-hero__location h2{font-size:1.125rem;font-weight:600;line-height:1.5;font-weight:600;margin:0 0 16px 0}@media print,screen and (min-width:48.0625em){.program-hero__location h2{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.program-hero__location h2{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.program-hero__location-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.program-hero__location-inner .campus__state{margin-right:10px}.program-hero__location-inner .campus__state img{width:40px}@media print,screen and (min-width:64.0625em){.campus__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (min-width:64.0625em){.program-hero__detail{padding-left:50px;width:100%}}.program-hero__detail p,.program-hero__detail li,.program-hero__detail span{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:8px}@media print,screen and (min-width:48.0625em){.program-hero__detail p,.program-hero__detail li,.program-hero__detail span{font-size:0.875rem}}.program-hero__detail p strong,.program-hero__detail li strong,.program-hero__detail span strong{margin-right:8px;font-weight:600}.program-hero__detail p a,.program-hero__detail li a,.program-hero__detail span a{text-decoration-color:#d9c89e;color:#fff;text-underline-offset:3px}.program-hero__detail p a:hover,.program-hero__detail p a:focus,.program-hero__detail li a:hover,.program-hero__detail li a:focus,.program-hero__detail span a:hover,.program-hero__detail span a:focus{color:#d9c89e}.program-hero__detail ul{list-style:none;margin:0;padding:0;display:inline-block}.program-hero__detail ul li{display:inline-block}.program-hero__detail ul li:not(:first-child):before{content:"/";display:inline-block;color:#bd9b60;margin-right:4px}.program-hero__links{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.program-hero__links{margin-top:2.5rem}}.program-hero__links a{display:block;margin-top:16px}@media print,screen and (min-width:64.0625em){.hero--multiple .hero__media{width:940px;position:absolute;right:0;bottom:120px}}@media print,screen and (min-width:64.0625em){.hero--multiple .program-hero__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media print,screen and (min-width:64.0625em){.hero--multiple .program-hero__locations{position:relative;bottom:auto;margin-top:64px}}@media print,screen and (min-width:48.0625em){.program-hero__wrap .aspect-ratio-frame:after{border-radius:16px}}.hero--home{position:relative;z-index:1;padding:0;background-color:rgba(0,0,0,0)}@media print,screen and (min-width:64.0625em){.hero--home{margin:0 24px}}.hero--home .hero__content{padding:1.5rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.1)));background:linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%);-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;color:#fff;position:absolute;bottom:-175px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:95%;left:0;right:0;max-width:1160px}@media print,screen and (min-width:48.0625em){.hero--home .hero__content{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content{padding:4rem}}@media print,screen and (min-width:48.0625em){.hero--home .hero__content{width:92%;border-radius:16px;bottom:-105px}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content{bottom:-180px}}@media screen and (min-width:1960px){.hero--home .hero__content{width:77%}}.hero--home .hero__content h1{margin-top:0.5rem;font-size:1.5rem;font-weight:300;line-height:1.25}@media print,screen and (min-width:48.0625em){.hero--home .hero__content h1{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.hero--home .hero__content h1{font-size:2rem}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content h1{font-size:2.5rem;font-weight:200}}.hero--home .hero__content h1 span{font-weight:600}.hero--home .hero__content h1 br{display:none}@media print,screen and (min-width:64.0625em){.hero--home .hero__content h1 br{display:block}}.hero--home .hero__content p{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600;margin:0}@media print,screen and (min-width:48.0625em){.hero--home .hero__content p{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content p{font-size:1.25rem}}.hero--home .hero__media{-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-sm.svg);mask:url(/themes/custom/midwestern/assets/img/mask-sm.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%;margin:0 -2px}@media print,screen and (min-width:48.0625em){.hero--home .hero__media{margin:0}}@media screen and (min-width:90.0625em){.hero--home .hero__media{max-width:1500px;margin:0 auto}}@media screen and (min-width:1960px){.hero--home .hero__media{max-width:1770px}}.hero--home .hero__media .autoplay-video-container,.hero--home .hero__media .video{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media print,screen and (max-width:48.06125em){.hero--home .hero__media .autoplay-video-container,.hero--home .hero__media .video{display:none}}.hero--home .hero__media .autoplay-video-container:after{background:-webkit-gradient(linear,left bottom,left top,color-stop(35.11%,rgba(0,0,0,0.6)),color-stop(49.93%,rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,0.6) 35.11%,rgba(0,0,0,0) 49.93%);position:absolute;width:100%;height:100%;left:0;top:0;content:"";z-index:2}.hero--home .hero__media .video-play-button{bottom:11.625rem}@media print,screen and (min-width:48.0625em){.hero--home .hero__media .video-play-button{right:5rem}}@media print,screen and (min-width:64.0625em){.hero--home .hero__media .video-play-button{right:11rem}}@media screen and (min-width:1960px){.hero--home .hero__media .video-play-button{right:20rem}}.hero--page .hero__media .autoplay-video-container,.hero--page .hero__media .video{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media print,screen and (max-width:48.06125em){.hero--page .hero__media .autoplay-video-container,.hero--page .hero__media .video{display:none}}.hero--page .hero__media .autoplay-video-container:after{background:-webkit-gradient(linear,left bottom,left top,color-stop(35.11%,rgba(0,0,0,0.6)),color-stop(49.93%,rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,0.6) 35.11%,rgba(0,0,0,0) 49.93%);position:absolute;width:100%;height:100%;left:0;top:0;content:"";z-index:2}.hero--clinics .hero__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hero--clinics .hero__content h2 span{font-weight:600}.hero--clinics .hero__content h1{margin-top:0}.hero--clinics .hero__content p{font-size:1.25rem;font-weight:300;line-height:1.65;font-weight:300;margin-top:8px}@media print,screen and (min-width:48.0625em){.hero--clinics .hero__content p{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.hero--clinics .hero__content p{font-size:1.875rem}}.clinic-city{font-size:1.25rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.clinic-city{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.clinic-city{font-size:1.875rem}}.clinic-landing-page .hero__content>p{margin-top:8px 0 8px 0}@media print,screen and (min-width:64.0625em){.clinic-landing-page .hero__content>p{margin-top:8px 0 16px 0}}.clinic-landing-page .hero .btn{margin-right:16px}@media print,screen and (min-width:48.0625em){.clinic-landing-page .hero .btn{font-size:1.125rem;padding:1rem 2.5rem}}.clinic-landing-page .hero video{border-radius:8px}@media print,screen and (min-width:48.0625em){.clinic-landing-page .hero video{border-radius:16px}}.clinic-landing-page .hero:after{z-index:1}@media print,screen and (max-width:64.06125em){.clinic-landing-page .hero.hero--dark::before{background-color:#f6f7f6}}.clinic-landing-page .hero__media{z-index:2}.autoplay-video-container{position:relative;display:none}@media print,screen and (min-width:64.0625em){.autoplay-video-container{display:block}}.hero--video .video-feature,.hero--video video{position:relative;z-index:2;width:100%}@media print,screen and (min-width:48.0625em){.hero--video img{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.hero--listing{padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.hero--listing{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.hero--listing{padding-bottom:4rem}}.hero--listing::after{display:none}.news-story-hero .news__details{margin-top:0.5rem;border-top:none;padding-top:0;color:#fff}@media print,screen and (min-width:48.0625em){.news-story-hero .news__details{margin-top:1rem}}.news-story-hero .news__details .news__campus{color:#fff}.news-story-hero .news__details a{color:#d9c89e}.news-story-hero--news-version figcaption p{margin:0;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.news-story-hero--news-version figcaption p{font-size:0.875rem}}.news-story-hero--news-version figcaption p a{text-decoration:underline;text-decoration-color:#80276c;text-underline-offset:3px}.news-story-hero--news-version figcaption p a:hover,.news-story-hero--news-version figcaption p a:focus{color:#80276c}@media print,screen and (min-width:48.0625em){.news-story-hero--news-version figcaption p a{color:#fff;text-decoration:underline;text-decoration-color:#bd9b60;text-underline-offset:3px}.news-story-hero--news-version figcaption p a:hover,.news-story-hero--news-version figcaption p a:focus{color:#bd9b60}}@media print,screen and (min-width:48.0625em){.news-story-hero--news-version figcaption{font-size:0.75rem;font-weight:400;line-height:1.65;color:#fff;z-index:2;position:absolute;bottom:0;left:0;width:100%;height:auto;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));padding:1.5rem;border-radius:0 0 16px 16px}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.news-story-hero--news-version figcaption{font-size:0.875rem}}@media print,screen and (min-width:48.0625em){.news-story-hero--news-version figcaption>p{max-width:calc(100% - 96px)}}.news-story-hero--news-version .video-play-btn{z-index:3 !important}@media print,screen and (max-width:64.06125em){.news-story-hero--news-version .video-play-btn{bottom:unset !important;top:calc(57vw - 85px)}}.news-story-hero--story-version{padding:0 1rem;padding-bottom:2.5rem;background-color:#141b4d;position:relative}@media print,screen and (min-width:48.0625em){.news-story-hero--story-version{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.news-story-hero--story-version{padding-bottom:6rem}}.news-story-hero--story-version::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:40px;background-color:#fff}.news-story-hero--story-version .student-stories--item{position:relative;z-index:2;max-width:1288px;margin-right:auto;margin-left:auto}@media print,screen and (min-width:64.0625em){.news-story-hero--story-version .student-stories--item figure{-ms-flex-preferred-size:33%;flex-basis:33%;position:relative;top:-2px;border-radius:8px 0 0 0}}.news-story-hero--story-version .student-stories__text h1{color:#fff}.news-story-hero--story-version .student-stories__text p{color:#fff;font-size:1.25rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.news-story-hero--story-version .student-stories__text p{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.news-story-hero--story-version .student-stories__text p{font-size:1.875rem}}.news-story-hero--story-version+.news-story--quotation blockquote{font-size:1rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.news-story-hero--story-version+.news-story--quotation blockquote{font-size:1.875rem}}.news-story-hero--story-version+.news-story--quotation .proof__detail{margin-top:1rem;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.news-story-hero--story-version+.news-story--quotation .proof__detail{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.news-story-hero--story-version+.news-story--quotation .proof__detail{font-size:0.875rem}}.news-story-hero--story-version+.news-story--quotation .proof__detail::before{background-color:#bd9b60}.news-story-hero--story-version+.news-story--quotation .proof__detail span{font-weight:600}@-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:#292929}.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(/sites/default/files/css/)}.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:#3c4c8d;-webkit-transform:rotate(calc(var(--scroll-tracker) * 0.05deg));transform:rotate(calc(var(--scroll-tracker) * 0.05deg));-webkit-transform-origin:70% 42.1%;transform-origin:70% 42.1%}.person{-webkit-transform:translateX(calc(var(--scroll-tracker) * 0.02%));transform:translateX(calc(var(--scroll-tracker) * 0.02%))}.person .skin{fill:#4e3a2d}.person .hair,.person .skirt,.person .shoe{fill:#2d3079;-webkit-transition:1.4s;transition:1.4s}.person .torso{fill:#aeaed7}.person .sleeve{fill:#fff}.person .mouth{fill:none;stroke:#f3f3f3;stroke-width:2.7032;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.leg{-webkit-transform-origin:58% 52%;transform-origin:58% 52%;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.leg--right{-webkit-animation-name:right-leg;animation-name:right-leg}.leg--left{-webkit-animation-name:left-leg;animation-name:left-leg}.grounds{-webkit-transform:translateY(6.1%);transform:translateY(6.1%)}.grounds line{fill:none;stroke:#97d1ed;stroke-width:4.1196;stroke-linecap:round;stroke-miterlimit:10;-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.grounds line:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -3%));transform:translateX(calc(var(--scroll-tracker) * -3%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -12%));transform:translateX(calc(var(--scroll-tracker) * -12%))}.ground:nth-child(3) path,.ground:nth-child(4) path,.ground:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -114%));transform:translateX(calc(var(--scroll-tracker) * -114%))}.ground:nth-child(3) path:nth-child(2),.ground:nth-child(4) path:nth-child(2),.ground:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.ground:nth-child(3) path:nth-child(3),.ground:nth-child(4) path:nth-child(3),.ground:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.ground:nth-child(3) path:nth-child(4),.ground:nth-child(4) path:nth-child(4),.ground:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -145%));transform:translateX(calc(var(--scroll-tracker) * -145%))}.ground:nth-child(3) path:nth-child(5),.ground:nth-child(4) path:nth-child(5),.ground:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.horizontal-story--content{position:relative;z-index:3;min-height:100vh}.horizontal-story--content .initial-12{padding:1.5rem;background:rgba(255,255,255,.5)}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.horizontal-story--content .initial-12{padding:4rem}}@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(/sites/default/files/css/)}.workingst35{fill:url(/sites/default/files/css/)}.workingst36{fill:url(/sites/default/files/css/)}.workingst37{fill:#c5ccd1}.workingst38{fill:url(/sites/default/files/css/)}.workingst39{fill:#e0e1e0}.workingst40{fill:#b9b9b9}.workingst41{fill:#d9d9d8}.workingst42{fill:url(/sites/default/files/css/)}.workingst43{fill:url(/sites/default/files/css/)}.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(/sites/default/files/css/)}.workingst63{fill:url(/sites/default/files/css/)}.workingst64{fill:url(/sites/default/files/css/)}.workingst65{fill:url(/sites/default/files/css/)}.workingst66{fill:url(/sites/default/files/css/)}.workingst67{fill:url(/sites/default/files/css/)}.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}.impact-links{border-top:1px solid #d9c89e;padding-top:.5rem;clear:both}.impact-links h2{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.impact-links h2{font-size:0.875rem}}.impact-links ul{margin-top:.5rem;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem 1.5rem}.impact-links ul a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600}@media print,screen and (min-width:64.0625em){.impact-links ul a{font-size:1rem}}.impact-links ul a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.impact-links ul a:hover,.impact-links ul a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.impact-links li{padding:0}.wysiwyg .impact-links ul{list-style:none;margin:0;padding:0}.wysiwyg .impact-links ul>li{padding:0}.wysiwyg .impact-links ul>li:before{content:none}.intro-listing{margin-top:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.intro-listing{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.intro-listing{padding-top:1rem;padding-bottom:1rem}}.jump-nav{position:sticky}.listing__form{background-color:#f6f7f6;padding-right:1.5rem;padding-left:1.5rem;position:relative}.listing__form::after{content:"";display:block;position:absolute;z-index:1;bottom:0;left:0;width:100%;height:1rem;background-color:#fff}@media print,screen and (min-width:64.0625em){.listing__form::after{height:2.5rem}}.listing__form .views-exposed-form{position:relative;z-index:2;margin-right:auto;margin-left:auto;max-width:83.5rem;border-radius:8px;padding:1rem;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media print,screen and (min-width:48.0625em){.listing__form .views-exposed-form{border-radius:16px;padding:2.5rem}}@media print,screen and (min-width:64.0625em){.listing__form .views-exposed-form{padding:4rem}}.listing__form select{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%2380276C'/%3E%3C/svg%3E")}.addtional--button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding-top:1rem}@media print,screen and (min-width:48.0625em){.addtional--button-wrap{gap:1.5rem}}@media print,screen and (min-width:48.0625em){.addtional--button-wrap{padding-top:1.5rem}}.addtional--button-wrap span.line{-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #edf0ed;position:relative;top:9px}.addtional--button-wrap .view-additional-filters--button{background-color:rgba(0,0,0,0);color:#3c4c8d;font-weight:600;border:none;padding-bottom:0}.addtional--button-wrap .view-additional-filters--button::before{content:"View";position:relative;display:inline;top:unset;left:unset;border:none !important}.addtional--button-wrap .view-additional-filters--button::after{content:"+";display:inline-block;font-weight:100;color:#80276c;margin-left:8px;position:relative;top:4px;font-size:30px}.addtional--button-wrap .view-additional-filters--button:focus::before{padding:0;-webkit-transform:none;transform:none}.addtional--button-wrap .view-additional-filters--button[aria-expanded=false]::before{content:"Reveal"}@media print,screen and (max-width:48.06125em){.addtional--button-wrap .view-additional-filters--button[aria-expanded=false]::before{display:block}}.addtional--button-wrap .view-additional-filters--button[aria-expanded=false]::after{content:"+"}.addtional--button-wrap .view-additional-filters--button[aria-expanded=true]::before{content:"Hide"}@media print,screen and (max-width:48.06125em){.addtional--button-wrap .view-additional-filters--button[aria-expanded=true]::before{display:block}}.addtional--button-wrap .view-additional-filters--button[aria-expanded=true]::after{content:"-"}.listing--program .listing__form .form-wrapper{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.listing--program .listing__form .form-wrapper{margin-top:2.5rem}}.listing--program .listing__form .form-wrapper .form-submit{font-size:.875rem;padding:1rem 1.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%);margin-top:1rem}.listing--program .listing__form .form-wrapper .form-submit::before,.listing--program .listing__form .form-wrapper .form-submit::after{color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:hover,.listing--program .listing__form .form-wrapper .form-submit:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:hover::before,.listing--program .listing__form .form-wrapper .form-submit:hover::after,.listing--program .listing__form .form-wrapper .form-submit:focus::before,.listing--program .listing__form .form-wrapper .form-submit:focus::after{color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:focus{color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:focus:before{border-color:#d9c89e}@media print,screen and (min-width:48.0625em){.listing--program .listing__form .form-wrapper .form-submit{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.listing--program .listing__form .form-wrapper .form-submit{font-size:1.125rem;padding:1rem 2.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.listing--program .listing__form .form-wrapper .form-submit::before,.listing--program .listing__form .form-wrapper .form-submit::after{color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:hover,.listing--program .listing__form .form-wrapper .form-submit:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:hover::before,.listing--program .listing__form .form-wrapper .form-submit:hover::after,.listing--program .listing__form .form-wrapper .form-submit:focus::before,.listing--program .listing__form .form-wrapper .form-submit:focus::after{color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:focus{color:#141b4d}.listing--program .listing__form .form-wrapper .form-submit:focus:before{border-color:#d9c89e}}.listing-section{padding-top:2.5rem;padding-bottom:2.5rem;background-color:#f6f7f6}@media print,screen and (min-width:48.0625em){.listing-section{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.listing-section{padding-top:6rem;padding-bottom:6rem}}.listing-section__items{border:1px solid #c7c9c7;border-radius:8px}@media print,screen and (min-width:64.0625em){.listing-section__items{border-radius:16px}}@media screen and (min-width:90.0625em){.listing-section__items{margin-left:-64px;margin-right:-64px}}.listing-section__item:not(:last-child){border-bottom:1px solid #c7c9c7}.listing-section__inner{padding:16px}@media print,screen and (min-width:64.0625em){.listing-section__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 64px;-webkit-column-gap:140px;-moz-column-gap:140px;column-gap:140px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.listing-section__media{margin-top:16px}@media print,screen and (min-width:64.0625em){.listing-section__media{margin-top:0;width:360px}}.listing-section__media img{border-radius:8px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}@media print,screen and (min-width:64.0625em){.listing-section__content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:660px}}.listing__title{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600}@media print,screen and (min-width:48.0625em){.listing__title{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.listing__title{font-size:1.25rem}}.listing__title a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:64.0625em){.listing__title a{font-size:1rem}}.listing__title a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.listing__title a:hover,.listing__title a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}@media print,screen and (min-width:48.0625em){.listing__title a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.listing__title a{font-size:1.25rem}}p.listing__description{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){p.listing__description{margin-top:1rem}}.listing--event .listing__rows .date-block{margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.listing--event .listing__rows ol{padding-left:45px}.listing--event .listing__rows .medium-7{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center}.listing--event .listing__rows .listing--event__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:52px;position:relative;left:-59px;width:calc(100% + 59px)}.listing--event .listing__rows .date-block{-ms-flex-preferred-size:85px;flex-basis:85px;min-width:85px;margin-bottom:0}}@media print,screen and (min-width:64.0625em){.listing--event .listing__rows ol{padding-left:53px}.listing--event .listing__rows .listing--event__text{left:-108px;width:calc(100% + 108px)}.listing--event .listing__rows .date-block{-ms-flex-preferred-size:106px;flex-basis:106px;min-width:106px}}.listing--event .listing__rows .date-block{border-radius:8px}.listing--event .listing__rows .date-block p{border-top-left-radius:8px;border-top-right-radius:8px}.listing--profile .listing__rows>ol>li,.listing--organization .listing__rows>ol>li,.listing--event .listing__rows>ol>li,.listing--news .listing__rows>ol>li{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;border-color:rgba(199,201,199,.5);border-width:1px 1px 0;border-style:solid;padding:1rem}.listing--profile .listing__rows>ol>li:hover,.listing--organization .listing__rows>ol>li:hover,.listing--event .listing__rows>ol>li:hover,.listing--news .listing__rows>ol>li:hover{background-color:#f6f7f6}.listing--profile .listing__rows .icon-list__icon,.listing--organization .listing__rows .icon-list__icon,.listing--event .listing__rows .icon-list__icon,.listing--news .listing__rows .icon-list__icon{color:#bd9b60}.listing--organization .listing__rows,.listing--profile .listing__rows,.listing--program .listing__rows,.listing--event .listing__rows,.listing--news .listing__rows{padding-right:1.5rem;padding-left:1.5rem;margin-top:1rem}.listing--organization .listing__rows ol,.listing--profile .listing__rows ol,.listing--program .listing__rows ol,.listing--event .listing__rows ol,.listing--news .listing__rows ol{list-style:none;max-width:83.5rem;margin-right:auto;margin-left:auto}.listing--organization .listing__rows>ol>li::before,.listing--profile .listing__rows>ol>li::before,.listing--program .listing__rows>ol>li::before,.listing--event .listing__rows>ol>li::before,.listing--news .listing__rows>ol>li::before{display:none}@media print,screen and (min-width:48.0625em){.listing--organization .listing__rows>ol>li,.listing--profile .listing__rows>ol>li,.listing--program .listing__rows>ol>li,.listing--event .listing__rows>ol>li,.listing--news .listing__rows>ol>li{padding:2.5rem 1rem}}@media print,screen and (min-width:64.0625em){.listing--organization .listing__rows>ol>li,.listing--profile .listing__rows>ol>li,.listing--program .listing__rows>ol>li,.listing--event .listing__rows>ol>li,.listing--news .listing__rows>ol>li{padding:2.5rem}}.listing--organization .listing__rows>ol>li:last-of-type,.listing--profile .listing__rows>ol>li:last-of-type,.listing--program .listing__rows>ol>li:last-of-type,.listing--event .listing__rows>ol>li:last-of-type,.listing--news .listing__rows>ol>li:last-of-type{border-width:1px;border-bottom-right-radius:8px;border-bottom-left-radius:8px}@media print,screen and (min-width:48.0625em){.listing--organization .listing__rows>ol>li:last-of-type,.listing--profile .listing__rows>ol>li:last-of-type,.listing--program .listing__rows>ol>li:last-of-type,.listing--event .listing__rows>ol>li:last-of-type,.listing--news .listing__rows>ol>li:last-of-type{border-bottom-right-radius:16px;border-bottom-left-radius:16px}}.listing--organization .listing__rows>ol>li:first-of-type,.listing--profile .listing__rows>ol>li:first-of-type,.listing--program .listing__rows>ol>li:first-of-type,.listing--event .listing__rows>ol>li:first-of-type,.listing--news .listing__rows>ol>li:first-of-type{border-top-right-radius:8px;border-top-left-radius:8px}@media print,screen and (min-width:48.0625em){.listing--organization .listing__rows>ol>li:first-of-type,.listing--profile .listing__rows>ol>li:first-of-type,.listing--program .listing__rows>ol>li:first-of-type,.listing--event .listing__rows>ol>li:first-of-type,.listing--news .listing__rows>ol>li:first-of-type{border-top-right-radius:16px;border-top-left-radius:16px}}@media print,screen and (min-width:48.0625em){.listing--organization .listing__rows,.listing--profile .listing__rows,.listing--program .listing__rows,.listing--event .listing__rows,.listing--news .listing__rows{margin-top:1.5rem}}.listing--event .vaf+.listing__rows,.listing--news .vaf+.listing__rows{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.listing--event .vaf+.listing__rows,.listing--news .vaf+.listing__rows{margin-top:2.5rem}}@media screen and (max-width:75em){.listing--organization__item .grid-container,.listing--profile__item .grid-container,.listing--event__item .grid-container,.listing--news__item .grid-container{padding-right:0;padding-left:0}}.listing--organization__item .cell+.cell,.listing--profile__item .cell+.cell,.listing--event__item .cell+.cell,.listing--news__item .cell+.cell{margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing--organization__item .cell+.cell,.listing--profile__item .cell+.cell,.listing--event__item .cell+.cell,.listing--news__item .cell+.cell{margin-top:0}}.listing--organization__item figure.aspect-ratio-frame,.listing--profile__item figure.aspect-ratio-frame,.listing--event__item figure.aspect-ratio-frame,.listing--news__item figure.aspect-ratio-frame{border-radius:8px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}.listing--organization__item figure.aspect-ratio-frame img,.listing--profile__item figure.aspect-ratio-frame img,.listing--event__item figure.aspect-ratio-frame img,.listing--news__item figure.aspect-ratio-frame img{border-radius:8px}.listing--organization__item h3.h5 .link-arrow,.listing--profile__item h3.h5 .link-arrow,.listing--event__item h3.h5 .link-arrow,.listing--news__item h3.h5 .link-arrow{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.listing--organization__item h3.h5 .link-arrow,.listing--profile__item h3.h5 .link-arrow,.listing--event__item h3.h5 .link-arrow,.listing--news__item h3.h5 .link-arrow{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.listing--organization__item h3.h5 .link-arrow,.listing--profile__item h3.h5 .link-arrow,.listing--event__item h3.h5 .link-arrow,.listing--news__item h3.h5 .link-arrow{font-size:1.25rem}}.listing--organization__item h3.h5 .link-arrow::after,.listing--profile__item h3.h5 .link-arrow::after,.listing--event__item h3.h5 .link-arrow::after,.listing--news__item h3.h5 .link-arrow::after{font-size:1em}.listing--organization__item .wysiwyg,.listing--profile__item .wysiwyg,.listing--event__item .wysiwyg,.listing--news__item .wysiwyg{margin-top:.5rem}.listing--organization__item .wysiwyg p,.listing--profile__item .wysiwyg p,.listing--event__item .wysiwyg p,.listing--news__item .wysiwyg p{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.listing--organization__item .wysiwyg p,.listing--profile__item .wysiwyg p,.listing--event__item .wysiwyg p,.listing--news__item .wysiwyg p{font-size:0.875rem}}.event__details{margin-top:1rem;display:block;padding-top:8px;line-height:1.5}@media print,screen and (min-width:48.0625em){.event__details{margin-top:1.5rem}}.event__details,.listing--news__item .news__details{border-top:1px solid #c7c9c7}.event__details a,.event__details .news-topic,.listing--news__item .news__details a,.listing--news__item .news__details .news-topic{color:#3c4c8d}.event__details a:hover,.event__details a:focus,.event__details .news-topic:hover,.event__details .news-topic:focus,.listing--news__item .news__details a:hover,.listing--news__item .news__details a:focus,.listing--news__item .news__details .news-topic:hover,.listing--news__item .news__details .news-topic:focus{color:#80276c;text-decoration:underline;text-decoration-color:#80276c;text-underline-offset:3px}.event__details .news__type::before,.listing--news__item .news__details .news__type::before{content:"#";display:inline-block;margin-right:5px}.event__details ul.list--comma-separate>li,.listing--news__item .news__details ul.list--comma-separate>li{margin-top:0}.event__details>a,.event__details>span,.event__details .list--comma-separate,.listing--news__item .news__details>a,.listing--news__item .news__details>span,.listing--news__item .news__details .list--comma-separate{display:inline}.event__details>a:not(:last-child)::after,.event__details>span:not(:last-child)::after,.event__details .list--comma-separate:not(:last-child)::after,.listing--news__item .news__details>a:not(:last-child)::after,.listing--news__item .news__details>span:not(:last-child)::after,.listing--news__item .news__details .list--comma-separate:not(:last-child)::after{content:" , ";color:rgba(0,0,0,0)}.listing--event .event__details{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.listing--event .event__details{font-size:0.875rem}}.listing--event__text-wrap{width:100%}.listing--event__item .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.listing--news__text{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.listing--program .listing__rows{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.listing--program .listing__rows{padding-bottom:6rem}}@media print,screen and (max-width:48.06125em){.listing--program .listing__rows .grid-container{padding:0}}.listing--program .listing__rows>ol>li.listing-program__item{padding-top:1.5rem;padding-bottom:1.5rem;border:1px solid #3c4c8d;color:#fff;position:relative;-webkit-transition:border .25s;transition:border .25s}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (max-width:48.06125em){.listing--program .listing__rows>ol>li.listing-program__item{padding:16px}}.listing--program .listing__rows>ol>li.listing-program__item .program-name--eyebrow{color:#fff;font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:400}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item .program-name--eyebrow{font-size:0.875rem}}.listing--program .listing__rows>ol>li.listing-program__item dl{color:#fff;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item dl{font-size:0.875rem}}.listing--program .listing__rows>ol>li.listing-program__item dt{font-size:14px;font-weight:600;margin-top:16px;margin-bottom:8px}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item dt{display:none}}.listing--program .listing__rows>ol>li.listing-program__item dd{font-size:12px;margin-top:2px;margin-left:0}.listing--program .listing__rows>ol>li.listing-program__item dd strong{display:block;margin-top:8px}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item dd strong{font-size:14px}}.listing--program .listing__rows>ol>li.listing-program__item dd ul{list-style:none}.listing--program .listing__rows>ol>li.listing-program__item dd ul li{display:inline-block;margin:0}.listing--program .listing__rows>ol>li.listing-program__item dd ul li+li::before{content:" / ";color:#b3b9db;display:inline-block;padding:0 .5em}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item dd:first-of-type{margin-top:0}.listing--program .listing__rows>ol>li.listing-program__item dd:first-of-type strong{margin-top:0}}.listing--program .listing__rows>ol>li.listing-program__item .link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:1rem;font-weight:600;line-height:1.5;display:inline-block}@media print,screen and (min-width:64.0625em){.listing--program .listing__rows>ol>li.listing-program__item .link-arrow{font-size:1rem}}.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:hover,.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:after{color:#d9c89e}.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:hover,.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:focus{color:#d9c89e;border-bottom-color:#d9c89e}.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:hover:after,.listing--program .listing__rows>ol>li.listing-program__item .link-arrow:focus:after{color:#d9c89e}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item .link-arrow{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.listing--program .listing__rows>ol>li.listing-program__item .link-arrow{font-size:1.25rem}}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listing--program .listing__rows>ol>li.listing-program__item .medium-8{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.listing--program .listing__rows>ol>li.listing-program__item .medium-order-3{text-align:right}.listing--program .listing__rows>ol>li.listing-program__item .medium-order-3 dd{font-size:14px}}.listing--program .listing__rows>ol>li.listing-program__item:after{-webkit-transition:border .25s;transition:border .25s;content:"";display:block;position:absolute;top:0;left:0;height:calc(100% - 8px);width:calc(100% - 8px);pointer-events:none;border:4px solid rgba(0,0,0,0)}.listing--program .listing__rows>ol>li.listing-program__item:hover::after{border-color:#bd9b60}.listing--program .listing__rows>ol>li.listing-program__item:last-of-type:hover::after{border-bottom-right-radius:8px;border-bottom-left-radius:8px}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item:last-of-type:hover::after{border-bottom-right-radius:16px;border-bottom-left-radius:16px}}.listing--program .listing__rows>ol>li.listing-program__item:first-of-type:hover::after{border-top-right-radius:8px;border-top-left-radius:8px}@media print,screen and (min-width:48.0625em){.listing--program .listing__rows>ol>li.listing-program__item:first-of-type:hover::after{border-top-right-radius:16px;border-top-left-radius:16px}}.listing--profile .icon-list__content,.listing--organization .icon-list__content{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.listing--profile .icon-list__content,.listing--organization .icon-list__content{font-size:0.875rem}}.listing--profile .icon-list__content a,.listing--organization .icon-list__content a{text-decoration-color:#80276c}.listing--profile .icon-list__content a:hover,.listing--profile .icon-list__content a:focus,.listing--organization .icon-list__content a:hover,.listing--organization .icon-list__content a:focus{color:#80276c}.listing--profile .icon-list p,.listing--organization .icon-list p{margin:0}.listing--profile .listing__rows .grid-container+ol,.listing--organization .listing__rows .grid-container+ol{margin-top:0}.listing--profile .listing__rows .grid-container>h2,.listing--organization .listing__rows .grid-container>h2{color:#80276c;margin-top:1.5rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.listing--profile .listing__rows .grid-container>h2,.listing--organization .listing__rows .grid-container>h2{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.listing--profile .listing__rows .grid-container>h2,.listing--organization .listing__rows .grid-container>h2{margin-top:4rem}}@media print,screen and (min-width:48.0625em){.listing--profile .listing__rows .grid-container>h2,.listing--organization .listing__rows .grid-container>h2{margin-bottom:1.5rem}}.listing--profile .listing__rows .grid-container:first-child>h2,.listing--organization .listing__rows .grid-container:first-child>h2{margin-top:0}.listing--profile__item .cell+.cell{margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing--profile__item .cell+.cell{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.listing--profile__item .icon-list{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.listing--profile__item .icon-list{font-size:0.875rem}}.listing--profile__item .aspect-ratio-frame{max-width:100px}@media print,screen and (min-width:40.0625em){.listing--profile__item .aspect-ratio-frame{max-width:160px}}@media print,screen and (min-width:48.0625em){.listing--profile__item .aspect-ratio-frame{max-width:unset}}.listing--profile__item .profile__tags{margin-top:0}.listing--profile__item .profile__tags:not(:first-child){padding-top:8px}.listing--profile__item .profile__tags+h3{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.listing--profile__item .profile__tags+h3{margin-top:1rem}}.listing--profile__item h3 .link-arrow{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.listing--profile__item h3 .link-arrow{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.listing--profile__item h3 .link-arrow{font-size:1.5rem}}.listing--profile__item h3 .link-arrow::after{font-size:.75em}.listing--profile__item .profile__degrees{position:relative}.listing--profile__item .profile__degrees::after{content:"/";color:#c7c9c7;position:absolute;right:-12px;top:0}.listing--profile__item .profile__focus-topics{border-top:1px solid #c7c9c7;margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing--profile__item .profile__focus-topics{margin-top:1.5rem}}.listing--organization__item h3 .link-arrow{font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.listing--organization__item h3 .link-arrow{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.listing--organization__item h3 .link-arrow{font-size:1.25rem}}.listing--organization__item h3 .link-arrow::after{font-size:.75em}.listing--organization__item p{margin-top:.5rem;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.listing--organization__item p{font-size:0.875rem}}.listing--organization__item .cell+.cell{margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing--organization__item .cell+.cell{margin-top:0}}.listing--organization__item .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listing--organization__item ul.icon-list>li:first-child{margin-top:0}.listing--news .listing__form .form-wrapper:not(.fieldgroup),.listing--organization .listing__form .form-wrapper:not(.fieldgroup),.listing--event .listing__form .form-wrapper:not(.fieldgroup){margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing--news .listing__form .form-wrapper:not(.fieldgroup),.listing--organization .listing__form .form-wrapper:not(.fieldgroup),.listing--event .listing__form .form-wrapper:not(.fieldgroup){margin-top:1.5rem}}.listing--program .listing__form .form-wrapper{margin-top:1rem}.midwestern-advantage{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.midwestern-advantage{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.midwestern-advantage{margin-top:6rem}}.midwestern-advantage--wrap{background-color:#3c4c8d;position:relative;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.midwestern-advantage--wrap{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.midwestern-advantage--wrap{padding-bottom:6rem}}.midwestern-advantage--wrap::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:11.111vw;background-color:#fff;max-height:160px}.midwestern-advantage--media-wrap{position:relative;z-index:2;max-width:90rem;margin:0 auto}@media print,screen and (min-width:48.0625em){.midwestern-advantage--media-wrap{padding:0 .75rem}}@media screen and (min-width:78.125em){.midwestern-advantage--media-wrap{padding:0 1.5rem}}@media screen and (min-width:64em){.midwestern-advantage--media-wrap .hero__media .video-play-button{bottom:163px;right:8px}}@media screen and (min-width:75em){.midwestern-advantage--media-wrap .hero__media .video-play-button{right:calc(50% - 580px)}}.midwestern-advantage .hero__media{position:relative;-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-mdw-advantage.svg);mask:url(/themes/custom/midwestern/assets/img/mask-mdw-advantage.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%;margin-top:-10px}.midwestern-advantage .hero__media img{position:relative;z-index:1;width:100%}@media print,screen and (min-width:64.0625em){.midwestern-advantage .hero__media::after{pointer-events:none;content:"";display:block;position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgb(0,0,0)),color-stop(27%,rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgb(0,0,0) 0,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 100%)}}.midwestern-advantage .hero__media .autoplay-video-container,.midwestern-advantage .hero__media .video{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media print,screen and (max-width:48.06125em){.midwestern-advantage .hero__media .autoplay-video-container,.midwestern-advantage .hero__media .video{display:none}}.midwestern-advantage__cards{position:relative;z-index:3;margin-top:1.5rem}@media print,screen and (min-width:64.0625em){.midwestern-advantage__cards{margin-top:-8.625rem}}.midwestern-advantage__cards .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media print,screen and (min-width:48.0625em){.midwestern-advantage__cards .grid-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media print,screen and (min-width:64.0625em){.midwestern-advantage__cards .grid-container{gap:2.5rem}}.midwestern-advantage__cards article{border-radius:8px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1.5rem}@media print,screen and (min-width:48.0625em){.midwestern-advantage__cards article{padding:2.5rem}}.midwestern-advantage__cards article h3{color:#fff}.midwestern-advantage__cards article h3 .link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:64.0625em){.midwestern-advantage__cards article h3 .link-arrow{font-size:1rem}}.midwestern-advantage__cards article h3 .link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.midwestern-advantage__cards article h3 .link-arrow:hover,.midwestern-advantage__cards article h3 .link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.midwestern-advantage__cards article h3 .link-arrow:after{color:#d9c89e}.midwestern-advantage__cards article h3 .link-arrow:hover,.midwestern-advantage__cards article h3 .link-arrow:focus{color:#d9c89e;border-bottom-color:#d9c89e}.midwestern-advantage__cards article h3 .link-arrow:hover:after,.midwestern-advantage__cards article h3 .link-arrow:focus:after{color:#d9c89e}@media print,screen and (min-width:48.0625em){.midwestern-advantage__cards article h3 .link-arrow{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.midwestern-advantage__cards article h3 .link-arrow{font-size:1.25rem}}.midwestern-advantage__cards article h3 .link-arrow::after{font-size:.75em}.midwestern-advantage__cards article p{margin-top:.5rem;color:#fff}.media-slider__section{margin-top:2.5rem;padding-bottom:2.5rem;background-color:#f6f7f6}@media print,screen and (min-width:48.0625em){.media-slider__section{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.media-slider__section{margin-top:6rem}}@media print,screen and (min-width:48.0625em){.media-slider__section{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.media-slider__section{padding-bottom:6rem}}.media-slider__section-hero,.media-slider__section{overflow:hidden}.media-slider__section-hero .section-heading,.media-slider__section .section-heading{background-color:#fff;position:relative;z-index:2}.media-slider__section-hero .section-heading::after,.media-slider__section .section-heading::after{content:"";display:block;position:absolute;top:100%;left:0;width:100%;height:54px;background-color:#fff}@media print,screen and (min-width:48.0625em){.media-slider__section-hero .section-heading::after,.media-slider__section .section-heading::after{height:70px}}.media-slider__section-hero .section-heading+.grid-container,.media-slider__section .section-heading+.grid-container{position:relative;z-index:2}@media screen and (max-width:75em){.media-slider__section-hero .swiper-container,.media-slider__section .swiper-container{width:calc(100vw - 60px)}}.media-slider__section-hero.slider-alt .slider-navigation:before,.media-slider__section.slider-alt .slider-navigation:before{background-color:#141b4d}.media-slide__media{position:relative}.media-slide__media img{border-radius:8px;-webkit-box-shadow:0 4px 24px rgba(0,0,0,.15);box-shadow:0 4px 24px rgba(0,0,0,.15)}@media print,screen and (min-width:48.0625em){.media-slide__media img{border-radius:16px}}.media-slide__media figcaption p{margin:0;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.media-slide__media figcaption p{font-size:0.875rem}}.media-slide__media figcaption p a{text-decoration:underline;text-decoration-color:#80276c;text-underline-offset:3px}.media-slide__media figcaption p a:hover,.media-slide__media figcaption p a:focus{color:#80276c}@media print,screen and (min-width:48.0625em){.media-slide__media figcaption p a{color:#fff;text-decoration:underline;text-decoration-color:#bd9b60;text-underline-offset:3px}.media-slide__media figcaption p a:hover,.media-slide__media figcaption p a:focus{color:#bd9b60}}@media print,screen and (min-width:48.0625em){.media-slide__media figcaption{font-size:0.75rem;font-weight:400;line-height:1.65;color:#fff;z-index:2;position:absolute;bottom:0;left:0;width:100%;height:auto;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));padding:1.5rem;border-radius:0 0 16px 16px}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.media-slide__media figcaption{font-size:0.875rem}}@media print,screen and (min-width:48.0625em){.media-slide__media figcaption>p{max-width:calc(100% - 96px)}}.media-slide__media .video-play-btn{position:absolute;z-index:3;border-radius:4px;background-color:#d9c89e;width:44px;height:44px;right:16px;text-align:center;line-height:40px;top:calc(65vw - 85px)}@media print,screen and (min-width:48.0625em){.media-slide__media .video-play-btn{top:unset;right:16px;bottom:16px}}@media print,screen and (min-width:64.0625em){.media-slide__media .video-play-btn{border-radius:8px;width:64px;height:64px;top:unset;right:24px;bottom:24px;line-height:64px}}.media-slide__media .video-play-btn:hover,.media-slide__media .video-play-btn:focus{background:none;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #d9c89e;-webkit-transition:background-color .25s;transition:background-color .25s}.media-slide__media .video-play-btn:hover .fas::before,.media-slide__media .video-play-btn:focus .fas::before{color:#d9c89e}.media-slide__media .video-play-btn .fas::before{color:#fff;-webkit-transition:color .25s;transition:color .25s;font-size:12px}@media print,screen and (min-width:64.0625em){.media-slide__media .video-play-btn .fas::before{font-size:16px;top:auto;left:auto}}.media-slide__title .h4 .link-arrow{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.media-slide__title .h4 .link-arrow{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.media-slide__title .h4 .link-arrow{font-size:1.5rem}}.media-slide__title .h4 .link-arrow::after{font-size:.6em;margin-left:8px;position:relative;top:-3px}.media-slider__section-hero .swiper-slide,.media-slider__section .swiper-slide{opacity:0}.media-slider__section-hero .swiper-slide-active,.media-slider__section .swiper-slide-active{opacity:1}.media-slider__section-hero .swiper-slide-active+.swiper-slide,.media-slider__section .swiper-slide-active+.swiper-slide{opacity:.5}.media-slider__section-hero .swiper-slide-active+.swiper-slide figcaption,.media-slider__section-hero .swiper-slide-active+.swiper-slide .media-slide__description,.media-slider__section .swiper-slide-active+.swiper-slide figcaption,.media-slider__section .swiper-slide-active+.swiper-slide .media-slide__description{display:none}@media print,screen and (min-width:48.0625em){.media-slider__section-hero .swiper-slide-active+.swiper-slide,.media-slider__section .swiper-slide-active+.swiper-slide{-webkit-transform:scale(51%);transform:scale(51%);-webkit-transform-origin:left;transform-origin:left}.media-slider__section-hero .swiper-slide-active+.swiper-slide .media-slide__title,.media-slider__section .swiper-slide-active+.swiper-slide .media-slide__title{display:none}}.media-slider__section-hero .swiper-pagination,.media-slider__section .swiper-pagination{background-color:#fff;color:#141b4d}.media-slider__section.slider-alt .slider-navigation button{background-color:#f6f7f6}.media-slider__section .swiper-pagination{background-color:#f6f7f6}.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}.news-section{padding-top:2.5rem;color:#fff;background-color:#3c4c8d;padding-bottom:0}@media print,screen and (min-width:48.0625em){.news-section{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.news-section{padding-top:6rem}}@media print,screen and (min-width:64.0625em){.news-section{padding-top:2.5rem;padding-bottom:2.5rem;background:-webkit-gradient(linear,right top,left top,color-stop(50%,#141B4D),color-stop(50%,#3C4C8D));background:linear-gradient(to left,#141B4D 50%,#3C4C8D 50%)}}@media print,screen and (min-width:64.0625em)and (min-width:48.0625em){.news-section{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em)and (min-width:64.0625em){.news-section{padding-top:6rem;padding-bottom:6rem}}.news-section p,.news-section h3{margin-bottom:0}.news-section .section-heading{z-index:0;position:relative}.news-section .section-heading h2{max-width:560px}@media print,screen and (min-width:64.0625em){.news-section .swiper-wrapper{display:block}}.news-section .swiper-container{overflow:hidden;width:calc(100vw - 48px)}@media print,screen and (min-width:64.0625em){.news-section .swiper-container{width:auto}}@media print,screen and (min-width:64.0625em){.news-section__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (min-width:64.0625em){.news-section__featured{width:50%}}.news-section__items{background-color:#141b4d;position:relative;padding:24px 0}.news-section__items:before{content:"";display:block;-webkit-box-shadow:200px 0 0 #141b4d,-200px 0 0 #141b4d;box-shadow:200px 0 0 #141b4d,-200px 0 0 #141b4d;position:absolute;top:0;left:0;width:100%;height:100%}@media print,screen and (min-width:64.0625em){.news-section__items:before{content:none}}@media print,screen and (min-width:64.0625em){.news-section__items{background-color:rgba(0,0,0,0);width:50%;padding-left:96px;margin-top:-180px;position:relative;padding-top:0;padding-bottom:0}}.news-section__item{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.5}@media print,screen and (min-width:64.0625em){.news-section__item{opacity:1}}.news-section__item.swiper-slide-active{opacity:1}@media print,screen and (min-width:64.0625em){.news-section__item:not(:first-child){margin-top:64px}}.news-section__featured .news-section__item{padding:0 0 24px 0;opacity:1;width:auto}@media print,screen and (min-width:64.0625em){.news-section__featured .news-section__item{margin-top:40px;padding:0}}.news-section__media{margin-bottom:24px}@media print,screen and (min-width:64.0625em){.news-section__media{margin-right:-40px;margin-bottom:0}}.news-section__media img{-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);border-radius:16px}.news-section__content{width:100%}@media print,screen and (min-width:64.0625em){.news-section__featured .news-section__content{padding-right:64px}}.news__details{margin-top:1rem;display:block;border-top:1px solid #3c4c8d;padding-top:8px}@media print,screen and (min-width:48.0625em){.news__details{margin-top:1.5rem}}.news-section__featured .news__details{border-color:#141b4d}.news__details span,.news__details .news__topics,.news__details .list--comma-separate{display:inline}.news__details span:not(:last-child)::after,.news__details .news__topics:not(:last-child)::after,.news__details .list--comma-separate:not(:last-child)::after{content:" , ";color:rgba(0,0,0,0)}.news__details .news__topics.list--comma-separate li::after{content:" , ";color:rgba(0,0,0,0)}.news__details .news__practice-area{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.news__details .news__practice-area{font-size:0.875rem}}.news__date{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.news__date{font-size:0.875rem}}.news__campus{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.news__campus{font-size:0.875rem}}.news__title{font-size:1rem;font-weight:600;line-height:1.5;font-weight:600}@media print,screen and (min-width:48.0625em){.news__title{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.news__title{font-size:1.25rem}}.news__title a{font-size:inherit}.news-section__featured .news__title{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.news-section__featured .news__title{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.news-section__featured .news__title{font-size:1.5rem}}.news-section__featured .news__title a{font-size:inherit}.news__description{font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.news__description{font-size:0.875rem}}@media print,screen and (min-width:48.0625em){.news__description{margin-top:1rem}}.news-section__featured .news__description{font-size:0.875rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.news-section__featured .news__description{font-size:1.125rem}}.news__type{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.news__type{font-size:0.875rem}}.news__topic{font-size:0.75rem;font-weight:400;line-height:1.65;color:#d9c89e}@media print,screen and (min-width:48.0625em){.news__topic{font-size:0.875rem}}.news__topic:before{content:"#";display:inline-block;margin-right:5px}.news__topic:hover,.news__topic:focus{text-decoration-color:#d9c89e}.all-news{margin-top:1.5rem;display:inline-block;position:relative}@media print,screen and (min-width:48.0625em){.all-news{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.all-news{margin-top:4rem}}.organization-detail .callout-block__org dt:not(:first-child){margin-top:1rem}@media print,screen and (min-width:48.0625em){.organization-detail .callout-block__org dt:not(:first-child){margin-top:1.5rem}}.organization-detail .callout-block__org dd{margin:.5rem 0 0}.organization-detail .callout-block__org dd ul{list-style:none}.organization-detail .callout-block__org dd ul:not(.social-media) li+li{margin-top:8px}.organization-detail .callout-block__org dd ul.social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.organization-detail .callout-block__org dd ul.social-media a{margin:0}.patient-experience{color:#fff}@media print,screen and (min-width:64.0625em){.patient-experience{position:relative}}@media print,screen and (min-width:64.0625em){.patient-experience:before,.patient-experience:after{content:"";display:block;height:100%;position:absolute;top:0}}.patient-experience:before{background:-webkit-gradient(linear,left bottom,left top,from(#4E1E44),color-stop(69.51%,#141B4D));background:linear-gradient(360deg,#4E1E44 0%,#141B4D 69.51%);left:0;width:40%}.patient-experience:after{background:-webkit-gradient(linear,left bottom,left top,from(#80276C),color-stop(69.51%,#3C4C8D));background:linear-gradient(360deg,#80276C 0%,#3C4C8D 69.51%);right:0;width:60%}.patient-line{position:relative}.patient-line:before{height:96px;width:100%;background-color:#141b4d;position:absolute;top:0;left:0;content:none;display:block;z-index:1}@media print,screen and (min-width:64.0625em){.patient-line:before{content:""}}@media print,screen and (min-width:64.0625em){.patient__inner{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;position:relative;z-index:1}}@media print,screen and (min-width:64.0625em){.patient__content{display:-webkit-box;display:-ms-flexbox;display:flex}}.patient__sticky{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.patient__sticky{margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.patient__sticky{margin-bottom:6rem}}@media print,screen and (min-width:64.0625em){.patient__sticky{position:sticky;top:0}}.patient__sticky h2{margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.patient__sticky h2{margin-bottom:2.5rem}}.patient__header{background-color:#141b4d;padding-top:40px}@media print,screen and (max-width:64.06125em){.patient__header{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}}@media print,screen and (min-width:64.0625em){.patient__header{width:40%;background-color:rgba(0,0,0,0)}}@media print,screen and (max-width:48.06125em){.patient__header h2{margin-top:0}}.patient__header img{border-radius:8px}@media print,screen and (min-width:64.0625em){.patient__header img{border-radius:16px}}.patient__quotes{background:-webkit-gradient(linear,left bottom,left top,from(#80276C),color-stop(69.51%,#3C4C8D));background:linear-gradient(360deg,#80276C 0%,#3C4C8D 69.51%);padding-top:24px;padding-bottom:40px}@media print,screen and (max-width:64.06125em){.patient__quotes{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}}@media print,screen and (min-width:64.0625em){.patient__quotes{width:60%;padding-top:192px;padding-bottom:96px;padding-left:80px;background:rgba(0,0,0,0)}}.patient__quotes .proof__quote p{font-size:0.875rem;font-weight:300;line-height:1.65;margin-top:0}@media print,screen and (min-width:48.0625em){.patient__quotes .proof__quote p{font-size:1.5rem}}.profile-detail__hero{background-image:linear-gradient(136deg,#BD9B60 0%,#D9C89E 100%);padding:0 1.5rem;padding-bottom:2.5rem;position:relative}@media print,screen and (min-width:48.0625em){.profile-detail__hero{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.profile-detail__hero{padding-bottom:6rem}}.profile-detail__hero::before{content:"";display:block;position:absolute;background-color:#fff;z-index:1;top:0;left:0;width:100%;height:2.5rem}.profile-detail__hero .faculty-testimonial{position:relative;z-index:2;max-width:80.5rem;margin-right:auto;margin-left:auto;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(20,27,77,0.7)),to(#141B4D));background-image:linear-gradient(180deg,rgba(20,27,77,0.7) 0%,#141B4D 100%);color:#fff}@media print,screen and (min-width:48.0625em){.profile-detail__hero .faculty-testimonial{display:block;min-height:594px}}.profile-detail__hero figure{background:rgba(0,0,0,0) url(/themes/custom/midwestern/assets/img/plus-profile-detail.svg) repeat center left;background-size:424px 606px}@media print,screen and (min-width:48.0625em){.profile-detail__hero figure{width:40%;position:absolute;top:0;right:0;height:100%}}@media print,screen and (min-width:64.0625em){.profile-detail__hero figure{width:33%}}.profile-detail__degrees-titles{font-size:1.25rem;font-weight:300;line-height:1.65;line-height:165%}@media print,screen and (min-width:48.0625em){.profile-detail__degrees-titles{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.profile-detail__degrees-titles{font-size:1.875rem}}.profile-detail__degrees-titles span{display:inline-block}.profile-detail__degrees-titles .profile-detail__degrees::after{content:"/";display:inline-block;color:#3c4c8d;padding:0 .5rem 0 1rem}.faculty-testimonial__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media print,screen and (min-width:48.0625em){.faculty-testimonial__text{width:calc(60% + 20px);min-height:594px}}@media print,screen and (min-width:64.0625em){.faculty-testimonial__text{width:calc(67% + 20px)}}.profile-content__education ul{list-style:none;line-height:165%}.profile-content__education.wysiwyg-block *:not(li)>ul:not(.menu):not(.btn-row)>li::before{top:-.25rem}.profile-content__aside{border:1px solid #d9c89e;border-radius:8px;padding:1rem}@media print,screen and (min-width:48.0625em){.profile-content__aside{padding:1.5rem}}@media print,screen and (max-width:48.06125em){.profile-content__sidebar .profile-content__aside{display:none}}.profile-content__main .profile-content__aside{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.profile-content__main .profile-content__aside{display:none}}.profile-content__aside h2{font-size:0.875rem;font-weight:400;line-height:1.65;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:64.0625em){.profile-content__aside h2{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.profile-content__aside h2{font-size:0.875rem}}.profile-content__aside h2:not(:first-child){margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.profile-content__aside h2:not(:first-child){margin-top:1rem}}.profile-content__aside ul{list-style:none;margin-top:.5rem}.profile-content__aside ul:not(.social-media){font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.profile-content__aside ul:not(.social-media){font-size:0.875rem}}.profile-content__aside ul:not(.social-media) a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600}@media print,screen and (min-width:64.0625em){.profile-content__aside ul:not(.social-media) a{font-size:1rem}}.profile-content__aside ul:not(.social-media) a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.profile-content__aside ul:not(.social-media) a:hover,.profile-content__aside ul:not(.social-media) a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.profile-content__aside ul:social-media a{font-size:1.875rem;margin:0 !important}.profile-content__aside ul.social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.faculty-testimonial__text-wrap .profile-detail__degrees-titles{margin-top:1rem}@media print,screen and (min-width:48.0625em){.faculty-testimonial__text-wrap .profile-detail__degrees-titles{margin-top:1.5rem}}.faculty-testimonial__text-wrap h1{margin-top:.5rem}.faculty-testimonial__text-wrap .profile-detail__college-types{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.faculty-testimonial__text-wrap .profile-detail__college-types{margin-top:1rem}}.profile-content__main h2{font-weight:600}.profile-intro{margin-top:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.profile-intro{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.profile-intro{padding-top:1rem;padding-bottom:1rem}}.profile__section{overflow:hidden;background-color:#141b4d}.profile--item .aspect-ratio-frame{border-radius:8px;background-color:#3c4c8d;background-image:url(/themes/custom/midwestern/assets/img/plus-repeat-gold-large.svg);background-repeat:repeat}.profile--item .aspect-ratio-frame:after{content:"";background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0)));background:linear-gradient(360deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.profile--item .aspect-ratio-frame img{border-radius:8px}.profile--item .icon-list,.profile--item .icon-list li,.profile--item .icon-list li span{font-size:.875rem}.profile--item .icon-list a{color:#fff;text-decoration-color:rgba(0,0,0,0)}.profile--item .icon-list a:hover,.profile--item .icon-list a:focus{text-decoration-color:#bd9b60}@media print,screen and (max-width:48.06125em){.profile--item .icon-list li{padding-left:0}.profile--item .icon-list li span.icon-list__icon{display:none}}.profile__positions{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.profile__positions{font-size:0.875rem}}.profile__name{font-size:0.875rem;font-weight:400;line-height:1.65;font-weight:bold}@media print,screen and (min-width:64.0625em){.profile__name{font-size:1.125rem}}.profile__name .link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:0.875rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:64.0625em){.profile__name .link-arrow{font-size:1rem}}.profile__name .link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.profile__name .link-arrow:hover,.profile__name .link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.profile__name .link-arrow:after{color:#d9c89e}.profile__name .link-arrow:hover,.profile__name .link-arrow:focus{color:#d9c89e;border-bottom-color:#d9c89e}.profile__name .link-arrow:hover:after,.profile__name .link-arrow:focus:after{color:#d9c89e}@media print,screen and (min-width:64.0625em){.profile__name .link-arrow{font-size:1.125rem}}.profile__positions{font-size:0.75rem;font-weight:400;line-height:1.65;color:#fff}@media print,screen and (min-width:48.0625em){.profile__positions{font-size:0.875rem}}.profile__text{border-radius:8px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;margin:-6rem 1rem 0}@media print,screen and (min-width:48.0625em){.profile__text{padding:1.5rem;margin:-5rem 1rem 0}}@media screen and (max-width:36.1875em){.profile__section .swiper-container{width:calc(100vw - 96px)}}@media screen and (max-width:30em){.profile__section .swiper-container{width:calc(100vw - 60px);margin-left:0}}.profile__section .swiper-slide{opacity:1}.profile__section .swiper-slide.swiper-slide-visible{opacity:1}.profile__section .swiper-slide.swiper-slide-visible figure{-webkit-filter:blur(0);filter:blur(0)}.profile__section .swiper-slide.swiper-slide-visible .profile__text{opacity:1}.profile__section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible),.profile__section .swiper-slide-prev{opacity:.5}.profile__section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) figure,.profile__section .swiper-slide-prev figure{opacity:.5}.profile__section .slider-navigation:before{background-color:#3c4c8d}.program-listing .hero--listing{background-color:#fff}.program-listing ol.breadcrumbs{background-color:#f6f7f6}.program-listing .listing__form{background-color:rgba(0,0,0,0)}.program-listing .listing__form::after{display:none}.program-listing select option{background-color:#141b4d}.program-listing .listing--program{background-color:#141b4d;background-image:-webkit-gradient(linear,left top,left bottom,from(#141B4D),color-stop(50%,#141B4D),to(#4E1E44));background-image:linear-gradient(to bottom,#141B4D 0%,#141B4D 50%,#4E1E44 100%);position:relative}.program-listing .listing--program h2:last-child{color:#fff;text-align:center;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.program-listing .listing--program h2:last-child{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.program-listing .listing--program h2:last-child{padding-bottom:4rem}}.program-listing .listing--program>*{position:relative;z-index:2}.program-listing .listing--program::before{content:"";display:block;background-color:#fff;position:absolute;z-index:1;top:0;left:0;width:100%;height:16px}@media print,screen and (min-width:48.0625em){.program-listing .listing--program::before{height:40px}}.program-listing .listing--program form label,.program-listing .listing--program form .fieldset-legend{color:#fff}.program-listing .listing--program form label.option,.program-listing .listing--program form .fieldset-legend.option{color:#292929}.program-listing .listing--program .form-item{margin-top:1rem}@media print,screen and (min-width:48.0625em){.program-listing .listing--program .form-item{margin-top:1.5rem}}.program-listing .listing [type=text],.program-listing .listing select,.program-listing .listing .oho-multiselect__toggle{color:#fff;border-color:#d9c89e}.program-listing .listing [type=text]:hover,.program-listing .listing [type=text]:focus,.program-listing .listing select:hover,.program-listing .listing select:focus,.program-listing .listing .oho-multiselect__toggle:hover,.program-listing .listing .oho-multiselect__toggle:focus{border-color:#d9c89e}.program-listing .listing [type=text]{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='19' viewBox='0 0 19 19' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.8242 17.3008c.211.2109.211.5976 0 .8086-.1054.1054-.2461.1406-.3867.1406-.1758 0-.3164-.0352-.457-.1406l-4.9571-4.9922c-1.3007 1.125-2.95309 1.7578-4.74606 1.7578-4.00781 0-7.27734-3.2695-7.27734-7.3125 0-4.00781 3.23438-7.3125 7.27734-7.3125 4.00786 0 7.31246 3.30469 7.31246 7.3125 0 1.82812-.6328 3.4805-1.7578 4.7813zm-10.5117-3.5508c3.4102 0 6.1875-2.7422 6.1875-6.1875 0-3.41016-2.7773-6.1875-6.1875-6.1875-3.44531 0-6.1875 2.77734-6.1875 6.1875 0 3.4102 2.74219 6.1875 6.1875 6.1875z' fill='%23d9c89e'/%3E%3C/svg%3E")}.program-listing .listing select,.program-listing .listing .oho-multiselect__toggle{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%23D9C89E'/%3E%3C/svg%3E")}.program-listing .listing [type=text]::-webkit-input-placeholder{color:#fff}.program-listing .listing [type=text]::-moz-placeholder{color:#fff}.program-listing .listing [type=text]:-ms-input-placeholder{color:#fff}.program-listing .listing [type=text]::-ms-input-placeholder{color:#fff}.program-listing .listing [type=text]::placeholder{color:#fff}.program-listing .num-of-results{color:#fff}@media print,screen and (min-width:48.0625em){.program-listing .additional-filter__second-row{margin-top:.5rem}}.listing--program__titles{color:#fff;font-weight:600}@media print,screen and (max-width:48.06125em){.listing--program__titles{display:none}}@media screen and (max-width:77.5em){.listing--program__titles{padding-right:2.5rem;padding-left:2.5rem}}.listing--program__titles .cell.medium-2:last-of-type{text-align:right}.program-listing .listing__rows{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.program-listing .listing__rows{margin-top:1.5rem}}.page--listing-page:has(.program-listing) .hero{background:#fff}.programs-section{background-color:#141b4d;padding-top:250px;position:relative;margin-top:-40px}@media print,screen and (min-width:48.0625em){.programs-section{margin-top:-60px;padding-top:180px}}@media print,screen and (min-width:64.0625em){.programs-section{padding-top:420px;padding-bottom:200px;margin-top:-160px}}@media screen and (min-width:90.0625em){.programs-section{padding-bottom:159px}}.programs-section:before{width:100%;height:100%;content:none;display:block;background:#141b4d url(/themes/custom/midwestern/assets/img/plus-repeat-gold.svg) no-repeat;background-size:contain;position:absolute;top:0;left:0;opacity:.5}@media print,screen and (min-width:64.0625em){.programs-section:before{content:""}}@media print,screen and (min-width:64.0625em){.programs-section .section-heading .medium-auto{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media print,screen and (min-width:64.0625em){.programs-section .section-heading__subheading{max-width:360px}}.programs-section__inner{width:100%}@media print,screen and (min-width:64.0625em){.programs-section__inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}}.programs-section__inner p{border-top:1px solid #d9c89e;padding-top:8px;margin-bottom:8px}@media print,screen and (min-width:64.0625em){.programs-section__inner p{margin-bottom:16px}}.programs__image{width:100%}@media screen and (min-width:90.0625em){.programs__image{margin-left:-140px}}.programs__image figure{width:100%}.programs__image .aspect-ratio-frame:after{background-image:linear-gradient(238deg,rgba(0,0,0,0.6) 35.11%,rgba(0,0,0,0) 49.93%);content:"";width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-programs.svg);mask:url(/themes/custom/midwestern/assets/img/mask-programs.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%}.programs__image img{border-radius:8px;-webkit-mask:url(/themes/custom/midwestern/assets/img/mask-programs.svg);mask:url(/themes/custom/midwestern/assets/img/mask-programs.svg);mask-mode:alpha;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media print,screen and (min-width:64.0625em){.programs__image img{border-radius:16px}}.programs__content{padding:1.5rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.1)));background:linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%);-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;color:#fff;width:90%;margin:-40px auto 0}@media print,screen and (min-width:48.0625em){.programs__content{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.programs__content{padding:4rem}}@media print,screen and (min-width:64.0625em){.programs__content{right:0;width:660px;position:absolute;top:64px;margin-top:0;border-radius:16px}}@media screen and (min-width:90.0625em){.programs__content{right:-76px;width:660px}}.programs__buttons{margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.programs__buttons{margin-bottom:2.5rem}}@media print,screen and (min-width:40.0625em){.programs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}}.programs__buttons a{display:block;margin-top:8px}@media print,screen and (min-width:40.0625em){.programs__buttons a{width:48%;display:inline-block;margin-top:0}}@media print,screen and (min-width:64.0625em){.programs__buttons a{font-size:1.125rem}}.programs__links a{margin-right:24px}.programs__button{margin-top:1.5rem;display:block}@media print,screen and (min-width:48.0625em){.programs__button{margin-top:2.5rem}}.promo-wrap{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.promo-wrap{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.promo-wrap{margin-top:6rem;margin-bottom:6rem}}.promo{-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;background:linear-gradient(96deg,#BD9B60 0%,#D9C89E 100%);--mask_size:55px;-webkit-mask:url(/themes/custom/midwestern/assets/img/topleft.svg),-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),url(/themes/custom/midwestern/assets/img/top-right-corner.svg),-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),url(/themes/custom/midwestern/assets/img/bottom-left-corner.svg),-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),url(/themes/custom/midwestern/assets/img/bottomright.svg);-webkit-mask:url(/themes/custom/midwestern/assets/img/topleft.svg),linear-gradient(#000,#000),url(/themes/custom/midwestern/assets/img/top-right-corner.svg),linear-gradient(#000,#000),url(/themes/custom/midwestern/assets/img/bottom-left-corner.svg),linear-gradient(#000,#000),url(/themes/custom/midwestern/assets/img/bottomright.svg);mask:url(/themes/custom/midwestern/assets/img/topleft.svg),-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),url(/themes/custom/midwestern/assets/img/top-right-corner.svg),-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),url(/themes/custom/midwestern/assets/img/bottom-left-corner.svg),-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),url(/themes/custom/midwestern/assets/img/bottomright.svg);mask:url(/themes/custom/midwestern/assets/img/topleft.svg),linear-gradient(#000,#000),url(/themes/custom/midwestern/assets/img/top-right-corner.svg),linear-gradient(#000,#000),url(/themes/custom/midwestern/assets/img/bottom-left-corner.svg),linear-gradient(#000,#000),url(/themes/custom/midwestern/assets/img/bottomright.svg);-webkit-mask-size:var(--mask_size) var(--mask_size),calc(100% - var(--mask_size)*2 + 2px) var(--mask_size),var(--mask_size) var(--mask_size),100% calc(100% - var(--mask_size)*2 + 2px),var(--mask_size) var(--mask_size),calc(100% - var(--mask_size)*2 + 2px) var(--mask_size),var(--mask_size) var(--mask_size);mask-size:var(--mask_size) var(--mask_size),calc(100% - var(--mask_size)*2 + 2px) var(--mask_size),var(--mask_size) var(--mask_size),100% calc(100% - var(--mask_size)*2 + 2px),var(--mask_size) var(--mask_size),calc(100% - var(--mask_size)*2 + 2px) var(--mask_size),var(--mask_size) var(--mask_size);-webkit-mask-position:left top,center top,right top,center center,left bottom,center bottom,right 100%;mask-position:left top,center top,right top,center center,left bottom,center bottom,right 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-mode:alpha}@media screen and (min-width:90.0625em){.promo{margin:0 -64px}}@media print,screen and (min-width:64.0625em){.promo__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.promo__image{background:url(/themes/custom/midwestern/assets/img/plus-bkground.png) no-repeat;width:100%;display:block;background-size:cover}@media print,screen and (min-width:64.0625em){.promo__image{-ms-flex-preferred-size:40%;flex-basis:40%}}.promo__image figure,.promo__image .aspect-ratio-frame{height:100%}.promo__content{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:2.5rem;padding-right:24px}@media print,screen and (min-width:48.0625em){.promo__content{padding-top:2.5rem;padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.promo__content{padding-top:4rem;padding-bottom:4rem}}@media print,screen and (min-width:48.0625em){.promo__content{padding-left:3rem}}@media print,screen and (min-width:64.0625em){.promo__content{padding-left:6rem}}@media print,screen and (min-width:64.0625em){.promo__content{-ms-flex-preferred-size:60%;flex-basis:60%}}.promo__header h2{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.promo__header h2{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.promo__header h2{font-size:1.5rem}}.promo__header p{font-size:0.875rem;font-weight:400;line-height:1.65;margin-top:0.5rem}@media print,screen and (min-width:64.0625em){.promo__header p{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.promo__header p{margin-top:1rem}}.promo__links{margin-top:1rem}@media print,screen and (min-width:48.0625em){.promo__links{margin-top:1.5rem}}.promo__links li{list-style:none;margin:0;padding:0;display:inline-block;margin-right:16px;margin-bottom:8px}.promo__links a{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;font-size:1.125rem;padding:1rem 2.5rem;color:#d9c89e;background-image:linear-gradient(92deg,#141B4D 100%,#141B4D 100%)}.promo__links a:hover,.promo__links a:focus{text-decoration:none;background-position:100px}.promo__links a:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.promo__links a:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.promo__links a::before,.promo__links a::after{color:#d9c89e}.promo__links a:hover,.promo__links a:focus{color:#d9c89e}.promo__links a:hover::before,.promo__links a:hover::after,.promo__links a:focus::before,.promo__links a:focus::after{color:#d9c89e}.promo__links a:hover,.promo__links a:focus{background-image:linear-gradient(92deg,#141B4D 1%,#3C4D8D 100%)}.promo__links a:focus:before{border-color:#141b4d}@media print,screen and (min-width:64.0625em){.promo__links a{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;font-size:1.125rem;padding:1.75rem 2.5rem;color:#d9c89e;background-image:linear-gradient(92deg,#141B4D 100%,#141B4D 100%)}.promo__links a:hover,.promo__links a:focus{text-decoration:none;background-position:100px}.promo__links a:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.promo__links a:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.promo__links a::before,.promo__links a::after{color:#d9c89e}.promo__links a:hover,.promo__links a:focus{color:#d9c89e}.promo__links a:hover::before,.promo__links a:hover::after,.promo__links a:focus::before,.promo__links a:focus::after{color:#d9c89e}.promo__links a:hover,.promo__links a:focus{background-image:linear-gradient(92deg,#141B4D 1%,#3C4D8D 100%)}.promo__links a:focus:before{border-color:#141b4d}}.related-news-story{background-color:#141b4d;overflow:hidden}@media print,screen and (max-width:64.06125em){.related-news-story .swiper-container{width:calc(100vw - 60px)}}.related-news-story .swiper-slide{opacity:.5}.related-news-story .swiper-slide-visible{opacity:1}.related-news-story .slider-navigation:before{background-color:#3c4c8d}@media screen and (max-width:39.9375em){.related-news-story__story .aspect-ratio-frame{max-width:30vw}}.related-news__media img{border-radius:8px;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}.related-news__content{margin-top:1rem}@media print,screen and (min-width:48.0625em){.related-news__content{margin-top:1.5rem}}.related-news-story .news__date{margin-top:1rem;border-top:1px solid #3c4c8d;padding-top:8px;font-size:0.75rem;font-weight:400;line-height:1.65;color:#fff}@media print,screen and (min-width:48.0625em){.related-news-story .news__date{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.related-news-story .news__date{font-size:0.875rem}}.news__title{margin:0}.news__title a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff;font-size:1rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:64.0625em){.news__title a{font-size:1rem}}.news__title a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.news__title a:hover,.news__title a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.news__title a:after{color:#d9c89e}.news__title a:hover,.news__title a:focus{color:#d9c89e;border-bottom-color:#d9c89e}.news__title a:hover:after,.news__title a:focus:after{color:#d9c89e}@media print,screen and (min-width:48.0625em){.news__title a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.news__title a{font-size:1.25rem}}.news__summary{font-size:0.75rem;font-weight:400;line-height:1.65;color:#fff;margin-top:8px}@media print,screen and (min-width:48.0625em){.news__summary{font-size:0.875rem}}.related-organization-section{padding-top:2.5rem;padding-bottom:2.5rem;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#f6f7f6),color-stop(50%,#ffffff));background:linear-gradient(to bottom,#f6f7f6 50%,#ffffff 50%);overflow:hidden}@media print,screen and (min-width:48.0625em){.related-organization-section{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.related-organization-section{padding-top:6rem;padding-bottom:6rem}}@media print,screen and (max-width:48.06125em){.related-organization-section .swiper-container{width:calc(100vw - 60px)}}.section--xlight-gray+.related-organization-section{padding-top:0}.related-organization-item{position:relative;border-radius:8px;opacity:.5;height:auto;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);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:64.0625em){.related-organization-item{opacity:0}}.related-organization-item.swiper-slide-visible{opacity:1}.related-organization-item figure{margin:0;position:relative}.related-organization-item img{border-radius:8px 8px 0 0}.related-organization-bkground{background:url(/themes/custom/midwestern/assets/img/plus-img.png) repeat center center;display:block;height:100%}.related-organization-item-content{padding:1rem;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%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media print,screen and (min-width:48.0625em){.related-organization-item-content{padding:1.5rem}}.related-organization-item-content a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;font-size:1rem;font-weight:600;line-height:1.5;font-weight:600}@media print,screen and (min-width:64.0625em){.related-organization-item-content a{font-size:1rem}}.related-organization-item-content a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.related-organization-item-content a:hover,.related-organization-item-content a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}@media print,screen and (min-width:48.0625em){.related-organization-item-content a{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.related-organization-item-content a{font-size:1.25rem}}p.related-organization__description{margin-bottom:1rem;font-size:0.75rem;font-weight:400;line-height:1.65;margin-top:8px}@media print,screen and (min-width:48.0625em){p.related-organization__description{margin-bottom:1.5rem}}@media print,screen and (min-width:48.0625em){p.related-organization__description{font-size:0.875rem}}p.related-organization__type{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600;border-top:1px solid #edf0ed;padding-top:8px;margin-top:auto}@media print,screen and (min-width:48.0625em){p.related-organization__type{font-size:0.875rem}}.related{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.related{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.related{margin-top:4rem}}.section-navigation{margin-top:2.5rem;margin-bottom:2.5rem;padding-top:2.5rem;padding-bottom:2.5rem;background-color:#edf0ed}@media print,screen and (min-width:48.0625em){.section-navigation{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.section-navigation{margin-top:6rem;margin-bottom:6rem}}@media print,screen and (min-width:48.0625em){.section-navigation{padding-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.section-navigation{padding-top:6rem;padding-bottom:6rem}}.section-navigation ul{list-style:none;margin:0;padding:0}@media print,screen and (min-width:48.0625em){.section-navigation ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;margin-top:-16px}}@media print,screen and (min-width:48.0625em){.section-navigation ul li{width:20%;margin-top:16px}}.section-navigation ul li:not(:first-child){margin-top:8px}@media print,screen and (min-width:48.0625em){.section-navigation ul li:not(:first-child){margin-top:16px}}.section-navigation ul a{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600}@media print,screen and (min-width:64.0625em){.section-navigation ul a{font-size:1rem}}.section-navigation ul a:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.section-navigation ul a:hover,.section-navigation ul a:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.section-nav__title{font-weight:600;margin-bottom:1.5rem;margin-top:0}@media print,screen and (min-width:48.0625em){.section-nav__title{margin-bottom:2.5rem}}.slider-navigation{display:none;margin-top:24px}@media print,screen and (min-width:64.0625em){.slider-navigation{margin-top:40px}}.slider-navigation:before{width:75%;height:1px;display:block;content:"";background-color:#d9c89e;position:absolute;left:0;right:0;margin:0 auto}@media print,screen and (min-width:64.0625em){.slider-navigation:before{width:85%}}.slider-alt .slider-navigation:before{background-color:#edf0ed}.swiper-initialized .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.slider-navigation button{border-radius:4px;background-color:#141b4d;width:32px;height:32px;border:1px solid #d9c89e;-webkit-transition:background-color .25s;transition:background-color .25s}.slider-alt .slider-navigation button{background-color:#fff;border-color:#141b4d}@media print,screen and (min-width:64.0625em){.slider-navigation button{border-radius:8px;width:64px;height:64px}}.slider-navigation button:hover,.slider-navigation button:focus{background-color:#d9c89e}.slider-alt .slider-navigation button:hover,.slider-alt .slider-navigation button:focus{background-color:#141b4d}.slider-navigation button:hover .far:before,.slider-navigation button:focus .far:before{color:#141b4d}.slider-alt .slider-navigation button:hover .far:before,.slider-alt .slider-navigation button:focus .far:before{color:#fff}.slider-navigation button .far:before{color:#d9c89e;-webkit-transition:color .25s;transition:color .25s;left:-2px;position:relative;top:-2px;font-size:14px}@media print,screen and (min-width:64.0625em){.slider-navigation button .far:before{font-size:16px;top:auto;left:auto}}.slider-alt .slider-navigation button .far:before{color:#141b4d}.slider-navigation.hidden{display:none !important}.swiper-wrapper{list-style:none}.swiper-wrapper>li{list-style:none}.slider-navigation:has(.swiper-button-disabled+.swiper-button-disabled){display:none}.swiper-pagination{font-size:0.75rem;font-weight:400;line-height:1.65;color:#d9c89e;font-weight:600;background-color:#141b4d;position:relative;padding:0 16px}@media print,screen and (min-width:48.0625em){.swiper-pagination{font-size:0.875rem}}.slider-navigation--alt{gap:10px}.slider-navigation--alt::before{display:none}.slider-navigation--alt span.line{-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #141b4d}.slider-navigation--alt .slider-navigation__prev{margin-right:4%}.slider-navigation--alt .slider-navigation__next{margin-left:4%}.slider-navigation--alt .swiper-pagination{background-color:rgba(0,0,0,0);padding:0;color:#141b4d;font-weight:600;font-size:14px}.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(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);background-color:rgba(0,0,0,0)}.slide-toggle--line{border-bottom:.0625em solid #000}.slide-toggle--line .slide-toggle__button{color:#292929}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#3c4c8d}@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:#3c4c8d}}.slide-toggle--pill{padding:1em;background-color:#1e2545}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1}.slide-toggle--pill .slide-toggle__button:hover{background-color:#3c4c8d}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#3c4c8d}@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:#4b5fb1}}@supports(--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 150ms cubic-bezier(1,0.63,0.47,0.8);transition:transform 150ms cubic-bezier(1,0.63,0.47,0.8),-webkit-transform 150ms cubic-bezier(1,0.63,0.47,0.8);-webkit-transform-origin:0 0;transform-origin:0 0}.slide-toggle .slide-toggle__button{background-color:rgba(0,0,0,0) !important}}.social-media{margin:0;padding:0;list-style:none}.social-media li{display:inline-block}.social-media a{display:block;margin:0 .25em;-webkit-transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);transition:color 150ms cubic-bezier(1,0.63,0.47,0.8);font-size:1.5rem}.social-media a:hover{color:#1e2545}.student-stories-landing--section{overflow:hidden;margin-top:2.5rem;padding-bottom:2.5rem;background-color:#141b4d}@media print,screen and (min-width:48.0625em){.student-stories-landing--section{margin-top:3rem;padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.student-stories-landing--section{margin-top:6rem;padding-bottom:6rem}}.student-stories-landing--section .section-heading{background-color:#fff;position:relative;z-index:2}.student-stories-landing--section .section-heading::after{content:"";display:block;position:absolute;top:100%;left:0;width:100%;height:54px;background-color:#fff}@media print,screen and (min-width:48.0625em){.student-stories-landing--section .section-heading::after{height:70px}}.student-stories-landing--section .section-heading+.grid-container{position:relative;z-index:2}.student-stories--item{overflow:hidden;padding:1rem;border-radius:8px;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));-webkit-box-shadow:0px 4px 10px 0px rgba(0,0,0,.15);box-shadow:0px 4px 10px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%}@media print,screen and (min-width:48.0625em){.student-stories--item{padding:0;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.student-stories--item figure{position:relative}@media print,screen and (max-width:48.06125em){.student-stories--item figure{max-width:100px;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.student-stories--item figure::before{content:"";display:block;padding-bottom:140%}}@media print,screen and (min-width:48.0625em){.student-stories--item figure{-ms-flex-preferred-size:40%;flex-basis:40%}.student-stories--item figure::before{content:"";display:block;padding-bottom:144%}}@media print,screen and (min-width:64.0625em){.student-stories--item figure{-ms-flex-preferred-size:31%;flex-basis:31%}}.student-stories--item figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.student-stories__text blockquote{color:#fff;font-size:1rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.student-stories__text blockquote{font-size:1.875rem}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.student-stories__text blockquote{font-size:1.5rem}}@media print,screen and (min-width:48.0625em){.student-stories__text{-ms-flex-item-align:center;align-self:center;padding:64px 64px 64px 40px;-ms-flex-preferred-size:60%;flex-basis:60%}}@media print,screen and (min-width:64.0625em){.student-stories__text{-ms-flex-preferred-size:69%;flex-basis:69%}}@media print,screen and (min-width:48.0625em){.student-stories__text:only-child{padding:64px;-ms-flex-preferred-size:100%;flex-basis:100%}}.student-stories__text span{color:#fff}.student-stories__text .link-arrow--alternate{display:inline-block}.student-stories-landing--section .swiper-slide{height:auto}@media screen and (min-width:85em){.student-stories-landing--section .swiper-container{position:relative;left:-64px}.student-stories-landing--section .swiper-initialized .slider-navigation{width:calc(100% + 128px)}}@media print,screen and (max-width:48.06125em){.student-stories-landing--section .swiper-container{width:calc(100vw - 60px)}}.student-stories-landing--section .swiper-slide{opacity:1}.student-stories-landing--section .swiper-slide .student-stories--item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.student-stories-landing--section .swiper-slide .student-stories__text{opacity:.5;-webkit-filter:blur(6px);filter:blur(6px)}.student-stories-landing--section .swiper-slide.swiper-slide-visible{opacity:1}.student-stories-landing--section .swiper-slide.swiper-slide-visible .student-stories--item{-webkit-backdrop-filter:blur(10px) opacity(100%);backdrop-filter:blur(10px) opacity(100%)}.student-stories-landing--section .swiper-slide.swiper-slide-visible .student-stories__text{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.student-stories-landing--section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible){opacity:1}.student-stories-landing--section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) .student-stories--item{-webkit-backdrop-filter:blur(10px) opacity(100%);backdrop-filter:blur(10px) opacity(100%)}.student-stories-landing--section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) figure,.student-stories-landing--section .swiper-slide.swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible) .student-stories__text{opacity:.5;-webkit-filter:blur(3px);filter:blur(3px)}.student-stories-landing--section.slider-alt .slider-navigation button{background-color:rgba(0,0,0,0)}.stories__section{margin-top:2.5rem;position:relative;overflow:hidden}@media print,screen and (min-width:48.0625em){.stories__section{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.stories__section{margin-top:6rem}}.stories__swiper{color:#fff;margin-top:90px;background-color:#141b4d}@media print,screen and (min-width:64.0625em){.stories__swiper{padding-bottom:50px}}.stories__swiper:before{width:100%;height:80%;content:none;display:block;background:#141b4d url(/themes/custom/midwestern/assets/img/plus-repeat-gold.svg) no-repeat;background-size:contain;position:absolute;top:250px;left:0;opacity:.3}@media print,screen and (min-width:64.0625em){.stories__swiper:before{content:""}}.stories__swiper .swiper-container{position:relative;top:-50px;padding-right:1.25rem;padding-left:1.25rem;max-width:80.5rem;margin-left:auto;margin-right:auto}@media screen and (min-width:90.0625em){.stories__swiper .swiper-container{margin:0 auto}}.stories__swiper a{color:#fff;display:inline-block}.stories__image{max-width:100px;margin-left:16px;margin-top:16px}@media print,screen and (min-width:64.0625em){.stories__image{max-width:100%;margin:0;-ms-flex-preferred-size:30%;flex-basis:30%;position:relative}}.stories__image img{border-radius:8px}@media print,screen and (min-width:64.0625em){.stories__image img{border-radius:16px 0px 0px 16px;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.stories__details{padding:24px 16px 16px 16px}@media print,screen and (min-width:64.0625em){.stories__details{-ms-flex-preferred-size:70%;flex-basis:70%;padding:64px;-ms-flex-item-align:center;align-self:center}}.stories__name p{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.stories__name p{font-size:0.875rem}}.stories__quote{margin-top:1rem}@media print,screen and (min-width:48.0625em){.stories__quote{margin-top:1.5rem}}.stories__quote p{font-size:1rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.stories__quote p{font-size:1.875rem}}.stories__attributions{margin-top:1rem;position:relative;padding-left:16px}@media print,screen and (min-width:48.0625em){.stories__attributions{margin-top:1.5rem}}.stories__attributions:before{content:"";display:block;height:100%;width:2px;background-color:#d9c89e;position:absolute;left:0;top:0}.stories__attributions a{margin-top:8px}.stories__attribution{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600;display:block}@media print,screen and (min-width:48.0625em){.stories__attribution{font-size:0.875rem}}.stories__college{font-size:0.75rem;font-weight:400;line-height:1.65;display:block}@media print,screen and (min-width:48.0625em){.stories__college{font-size:0.875rem}}.stories__links{margin-top:1.5rem;border-top:1px solid #d9c89e;padding-top:8px}@media print,screen and (min-width:48.0625em){.stories__links{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.stories__links{padding-bottom:16px}}.stories__links p{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.stories__links p{font-size:0.875rem}}.stories__links a{margin-top:8px;margin-right:16px}@media print,screen and (min-width:64.0625em){.stories__links a{margin-right:24px}}.card--stories{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.1)));background:linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%);-webkit-box-shadow:0px 4px 24px rgba(0,0,0,.15);box-shadow:0px 4px 24px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;height:auto}.card--stories .card__content{height:100%}@media print,screen and (min-width:64.0625em){.card--stories .card__content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}}@media print,screen and (min-width:64.0625em){.card--listing--stories{-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--stories .card__content__inner{padding:0 20px 0 0}.card--listing--stories .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--stories .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--stories img{display:block}}.program-tabs-inner{background-color:#f6f7f6;border-radius:16px}@media print,screen and (min-width:48.0625em){.program-tabs-inner{margin:60px -64px 0 -64px;padding:0 64px}}.tabs__buttons{display:none;margin:0}@media print,screen and (min-width:48.0625em){.tabs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:40px;position:relative;top:-20px}:root:not(.oho-js) .tabs__buttons{display:none}}@media print,screen and (min-width:48.0625em){.tabs__button{background-color:#3c4c8d;color:#fff;padding:24px;font-size:1rem;font-weight:600;border-left:1px solid #677aca;width:100%}.tabs__button:hover,.tabs__button:focus{color:#fff;background-color:#141b4d}.tabs__button:first-child{border-radius:40px 0px 0px 40px;border-left:none}.tabs__button:last-child{border-radius:0 40px 40px 0}.tabs__button[aria-selected=true]{color:#292929;background:var(--light-glass,linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%));border-color:rgba(0,0,0,0)}}.tabs .accordion{border-bottom:1px solid #677aca}@media print,screen and (min-width:48.0625em){.tabs .accordion{border-bottom:none;padding-bottom:1.5rem;padding-top:1.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.tabs .accordion{padding-bottom:2.5rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.tabs .accordion{padding-bottom:4rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.tabs .accordion{padding-top:2.5rem}}.tabs .accordion:last-child{border-bottom:none}.tabs .accordion+.accordion{margin:0}.tabs .accordion:first-child{border-radius:.5rem .5rem 0 0}.tabs .accordion__button:hover,.tabs .accordion__button:focus{background-color:#f6f7f6}.tabs .accordion .accordion__content{background-color:#fff;border-left:1px solid #e3e4e3;border-right:1px solid #e3e4e3}@media print,screen and (min-width:48.0625em){.tabs .accordion{display:block;margin-top:0}.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}}.tabs .accordion__icon{display:none}.profile-detail__college-types,.profile-detail__research-focus,.hero-org__details,.profile__tags,.profile-detail__college-types,.profile-detail__research-focus,.organization__details,.event-detail__details{margin-top:0.5rem;font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.profile-detail__college-types,.profile-detail__research-focus,.hero-org__details,.profile__tags,.profile-detail__college-types,.profile-detail__research-focus,.organization__details,.event-detail__details{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.profile-detail__college-types,.profile-detail__research-focus,.hero-org__details,.profile__tags,.profile-detail__college-types,.profile-detail__research-focus,.organization__details,.event-detail__details{font-size:0.875rem}}.profile-detail__college-types ul,.profile-detail__research-focus ul,.hero-org__details ul,.profile__tags ul,.profile-detail__college-types ul,.profile-detail__research-focus ul,.organization__details ul,.event-detail__details ul{list-style:none}.profile-detail__college-types,.profile-detail__college-types>ul,.profile-detail__research-focus,.profile-detail__research-focus>ul,.hero-org__details,.hero-org__details>ul,.profile__tags,.profile__tags>ul,.profile-detail__college-types,.profile-detail__college-types>ul,.profile-detail__research-focus,.profile-detail__research-focus>ul,.organization__details,.organization__details>ul,.event-detail__details,.event-detail__details>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem 1rem}@media print,screen and (min-width:48.0625em){.profile-detail__college-types,.profile-detail__college-types>ul,.profile-detail__research-focus,.profile-detail__research-focus>ul,.hero-org__details,.hero-org__details>ul,.profile__tags,.profile__tags>ul,.profile-detail__college-types,.profile-detail__college-types>ul,.profile-detail__research-focus,.profile-detail__research-focus>ul,.organization__details,.organization__details>ul,.event-detail__details,.event-detail__details>ul{gap:1rem 1.5rem}}.profile-detail__college-types li,.profile-detail__college-types>ul li,.profile-detail__research-focus li,.profile-detail__research-focus>ul li,.hero-org__details li,.hero-org__details>ul li,.profile__tags li,.profile__tags>ul li,.profile-detail__college-types li,.profile-detail__college-types>ul li,.profile-detail__research-focus li,.profile-detail__research-focus>ul li,.organization__details li,.organization__details>ul li,.event-detail__details li,.event-detail__details>ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-detail__college-types>ul>li,.profile-detail__college-types>ul>li:first-child,.profile-detail__research-focus>ul>li,.profile-detail__research-focus>ul>li:first-child,.hero-org__details>ul>li,.hero-org__details>ul>li:first-child,.profile__tags>ul>li,.profile__tags>ul>li:first-child,.profile-detail__college-types>ul>li,.profile-detail__college-types>ul>li:first-child,.profile-detail__research-focus>ul>li,.profile-detail__research-focus>ul>li:first-child,.organization__details>ul>li,.organization__details>ul>li:first-child,.event-detail__details>ul>li,.event-detail__details>ul>li:first-child{margin-top:0}.profile-detail__college-types>.list--comma-separate,.profile-detail__research-focus>.list--comma-separate,.hero-org__details>.list--comma-separate,.profile__tags>.list--comma-separate,.profile-detail__college-types>.list--comma-separate,.profile-detail__research-focus>.list--comma-separate,.organization__details>.list--comma-separate,.event-detail__details>.list--comma-separate{gap:.5rem}.profile-detail__college-types a,.profile-detail__research-focus a,.hero-org__details a,.profile__tags a,.profile-detail__college-types a,.profile-detail__research-focus a,.organization__details a,.event-detail__details a{text-decoration:underline;text-decoration-color:#80276c;text-underline-offset:4px}.profile-detail__college-types a:hover,.profile-detail__college-types a:focus,.profile-detail__research-focus a:hover,.profile-detail__research-focus a:focus,.hero-org__details a:hover,.hero-org__details a:focus,.profile__tags a:hover,.profile__tags a:focus,.profile-detail__college-types a:hover,.profile-detail__college-types a:focus,.profile-detail__research-focus a:hover,.profile-detail__research-focus a:focus,.organization__details a:hover,.organization__details a:focus,.event-detail__details a:hover,.event-detail__details a:focus{color:#80276c}.profile-detail__research-focus{padding-top:8px;border-top:1px solid #3c4c8d;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.profile-detail__research-focus{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.profile-detail__research-focus{margin-top:4rem}}.profile-detail__college-types li,.profile-detail__research-focus li,.hero-org__org-type,.profile__types li,.profile__topics li,.organization__college-type,.event__event-type{color:#3c4c8d}.profile-detail__college-types li::before,.profile-detail__research-focus li::before,.hero-org__org-type::before,.profile__types li::before,.profile__topics li::before,.organization__college-type::before,.event__event-type::before{content:"#";display:inline-block}.profile-detail__college-types li a,.profile-detail__research-focus li a,.organization__details .organization__college-type a{text-decoration:none}.profile-detail__college-types li a:hover,.profile-detail__college-types li a:focus,.profile-detail__research-focus li a:hover,.profile-detail__research-focus li a:focus,.organization__details .organization__college-type a:hover,.organization__details .organization__college-type a:focus{text-decoration:underline;text-decoration-color:#80276c;text-underline-offset:4px}.profile-detail__college-types li a,.profile-detail__research-focus li a{color:#d9c89e}.profile-detail__college-types li a:hover,.profile-detail__college-types li a:focus,.profile-detail__research-focus li a:hover,.profile-detail__research-focus li a:focus{color:#fff;text-decoration:underline;text-decoration-color:#d9c89e;text-underline-offset:4px}.profile-detail__college-types li::before,.profile-detail__research-focus li::before{color:#d9c89e}.profile-detail__specialties{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.profile-detail__specialties{font-size:0.875rem}}.profile-detail__specialties li{color:#d9c89e}.profile-detail__specialties li::before{content:none}.organization__details{margin-top:1rem;border-top:1px solid #c7c9c7;padding-top:.5rem}@media print,screen and (min-width:48.0625em){.organization__details{margin-top:1.5rem}}.profile__tags>.list--comma-separate{gap:.125rem}.profile__tags .profile__types a,.profile__tags .profile__topics a{text-decoration:none}.hero-org__org-type{text-decoration:none !important}.profile-detail__college-types a{color:#fff}.profile-detail__college-types>a{text-decoration:underline;text-decoration-color:#d9c89e;text-underline-offset:4px}.profile-detail__college-types>a:hover,.profile-detail__college-types>a:focus{color:#fff;text-decoration-color:#fff}.tags ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:"Montserrat",sans-serif}.tags li{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;background-color:gray;color:#fff}.tags li+li{margin-left:.25em}section+.tags{margin-top:2rem;padding-top:2rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#262626),color-stop(4em,#262626),color-stop(4em,transparent));background-image:linear-gradient(to right,#262626 0,#262626 4em,transparent 4em);background-repeat:no-repeat;background-size:100% .0625em}.tooltip>*{display:inline}.tooltip{position:relative;z-index:3}.tooltip p,.tooltip{font-size:0.75rem;font-weight:400;line-height:1.65}@media print,screen and (min-width:48.0625em){.tooltip p,.tooltip{font-size:0.875rem}}.tooltip__toggle{padding:0;color:#3c4c8d;background:none;overflow:visible;padding:.1875rem;width:1.5625rem;height:1.5625rem}.tooltip__toggle:hover{background:none;color:#0066bf}.tooltip__toggle:focus{background:none;color:#0066bf}.tooltip--open .tooltip__toggle i::before{content:""}.tooltip--open .tooltip__toggle::before{content:"▲";width:1.5625rem;height:1.5625rem;-webkit-transform:translateY(13px) translateX(1%);transform:translateY(13px) translateX(1%);position:absolute;right:0;color:#fff;font-size:23px;text-shadow:0px -3px 5px rgba(0,0,0,.08)}.tooltip--open{z-index:4}.tooltip__content{display:none;border-top:.625rem solid rgba(0,0,0,0);position:absolute;width:26rem;max-width:80vw;text-align:center;margin-top:-8px;margin-left:calc(var(--tooltip-viewport-offset) - 20px)}@media screen and (min-width:48.0625em){.tooltip__content{width:12rem}}.tooltip--open .tooltip__content{display:block}.tooltip__content__inner{padding:.5rem;background:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.21);box-shadow:0 0 7px 0 rgba(0,0,0,.21);color:#292929}@media screen and (min-width:48.0625em){.tooltip__content__inner{padding:1rem}}.checkbox-container .tooltip{position:absolute}.checkbox-container .tooltip__content{-webkit-transform:translateX(-40px);transform:translateX(-40px)}.checkbox-container [type=checkbox]+label,.checkbox-container [type=radio]+label{display:inline}.checkbox-container .tooltip--open .tooltip__toggle:before,.checkbox-container .tooltip--open .tooltip__toggle:after{-webkit-transform:translateY(20px) translateX(3%);transform:translateY(20px) translateX(3%)}[data-tooltip-active=true]{z-index:5 !important}.tuition-filter form label{color:#fff;font-size:.75rem;font-weight:600;margin:0 0 .5rem 1.5rem}@media print,screen and (min-width:48.0625em){.tuition-filter form label{margin:0 0 1rem 1.5rem}}.tuition-filter form select{background-color:rgba(0,0,0,0);color:#fff;padding:1rem 1.5rem;border:1px solid #d9c89e;border-radius:2.5rem;text-align:left;width:100%;background-image:url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7266 1.42188L7.13672 6.48438C6.92578 6.69531 6.60938 6.69531 6.39844 6.48438L0.738281 1.42188C0.492188 1.21094 0.492188 0.859375 0.703125 0.648438C0.914062 0.402344 1.26562 0.402344 1.47656 0.613281L6.75 5.32422L11.9883 0.613281C12.1992 0.402344 12.5508 0.402344 12.7617 0.648438C12.9727 0.859375 12.9727 1.21094 12.7266 1.42188Z' fill='%23D9C89E'/%3E%3C/svg%3E%0A");background-position:calc(100% - 24px) 50%}@media print,screen and (min-width:48.0625em){.tuition-filter form select{font-size:1.125rem}}.tuition-filter form select option{background-color:#141b4d}.tuition-filter form .form-submit{margin-top:1rem;width:100%;padding:1rem 1.5rem;font-size:.75rem;font-weight:600;color:#141b4d;border-radius:2.5rem;border:none}@media print,screen and (min-width:48.0625em){.tuition-filter form .form-submit{font-size:1.125rem;padding:1rem 2.5rem}}@media print,screen and (min-width:48.0625em){.tuition-filter form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:1rem}.tuition-filter form .form-select,.tuition-filter form .js-form-item-type{width:100%}}.tuition-filter .form-submit{font-size:.875rem;padding:1rem 1.5rem;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.tuition-filter .form-submit::before,.tuition-filter .form-submit::after{color:#141b4d}.tuition-filter .form-submit:hover,.tuition-filter .form-submit:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.tuition-filter .form-submit:hover::before,.tuition-filter .form-submit:hover::after,.tuition-filter .form-submit:focus::before,.tuition-filter .form-submit:focus::after{color:#141b4d}.tuition-filter .form-submit:focus{color:#141b4d}.tuition-filter .form-submit:focus:before{border-color:#d9c89e}@media print,screen and (min-width:48.0625em){.tuition-filter .form-submit{font-size:1.125rem;padding:1.75rem 2.5rem}}.tuition-filter--wrap{position:relative;padding-right:1rem;padding-left:1rem}.tuition-filter--wrap::before{content:"";display:block;position:absolute;z-index:1;top:1.5rem;bottom:1.5rem;left:0;width:100%;background-color:#f6f7f6}@media print,screen and (min-width:48.0625em){.tuition-filter--wrap::before{top:2.5rem;bottom:2.5rem}}.tuition-filter--wrap form+.grid-x::before{background-image:url(/themes/custom/midwestern/assets/img/plus-dark.svg);background-repeat:repeat-x;background-size:10px 6px;display:block;margin-left:20px;width:calc(100% - 40px);content:"";height:6px;margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.tuition-filter--wrap form+.grid-x::before{margin-top:2.5rem;margin-bottom:2.5rem}}.tuition-filter--wrap form+.grid-x .cell+.cell{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.tuition-filter--wrap form+.grid-x .cell+.cell{margin-top:0}}.tuition-filter--form-wrap{position:relative;z-index:2;max-width:80.5rem;margin:0 auto;border-radius:16px;background:var(--dark-glass,linear-gradient(180deg,rgba(20,27,77,0.7) 0%,#141B4D 100%));-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem}@media print,screen and (min-width:48.0625em){.tuition-filter--form-wrap{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.tuition-filter--form-wrap{padding:4rem}}.tuition-filter--form-wrap h3,.tuition-filter--form-wrap .subhead,.tuition-filter--form-wrap p,.tuition-filter--form-wrap dt,.tuition-filter--form-wrap dd,.tuition-filter--form-wrap .h3{color:#fff}.tuition-filter--form-wrap .subhead{font-size:0.75rem;font-weight:400;line-height:1.65;font-weight:600}@media print,screen and (min-width:48.0625em){.tuition-filter--form-wrap .subhead{font-size:0.875rem}}.tuition-filter--form-wrap h3+.subhead{display:block;margin-top:1rem}@media print,screen and (min-width:48.0625em){.tuition-filter--form-wrap h3+.subhead{margin-top:1.5rem}}.tuition-filter--form-wrap p{margin:.5rem 0}.tuition-filter--form-wrap .link-arrow{font-size:.75rem;line-height:1.65;color:#3c4c8d;border-bottom:1px solid rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-transition:border .25s;transition:border .25s;font-weight:600;color:#fff}@media print,screen and (min-width:64.0625em){.tuition-filter--form-wrap .link-arrow{font-size:1rem}}.tuition-filter--form-wrap .link-arrow:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:6px;color:#80276c;-webkit-transition:color .25s;transition:color .25s}.tuition-filter--form-wrap .link-arrow:hover,.tuition-filter--form-wrap .link-arrow:focus{color:#80276c;border-bottom-color:#80276c;text-decoration:none}.tuition-filter--form-wrap .link-arrow:after{color:#d9c89e}.tuition-filter--form-wrap .link-arrow:hover,.tuition-filter--form-wrap .link-arrow:focus{color:#d9c89e;border-bottom-color:#d9c89e}.tuition-filter--form-wrap .link-arrow:hover:after,.tuition-filter--form-wrap .link-arrow:focus:after{color:#d9c89e}.tuitions{list-style:none}.tuitions p{margin:0}.tuitions dl{margin-top:.5rem}.tuitions dt:not(:first-child){margin-top:.5rem}.tuitions dd{font-weight:600;margin:.5rem 0 0 0}.tuitions li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:21px}@media print,screen and (min-width:64.0625em){.tuitions li{gap:25px}}.tuitions li+li{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.tuitions li+li{margin-top:2.5rem}}.tuitions figure{-ms-flex-preferred-size:40px;flex-basis:40px}@media print,screen and (min-width:64.0625em){.tuitions figure{-ms-flex-preferred-size:60px;flex-basis:60px}}.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.5rem;color:#fff;background-color:#1e2545}@media print,screen and (min-width:48.0625em){.card--event .date-block{padding:1rem}}.card--event .text-margin-reset p{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.card--event .text-margin-reset p{margin-top:1rem}}.card--event .text-margin-reset .icon-list{margin-top:0.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:0.5rem}@media print,screen and (min-width:48.0625em){.card--featured-event .card--event__content__column{margin-top:1rem}}.card--news .date,.card--news p,.card--news .tags{margin-top:0.5rem;display:block}@media print,screen and (min-width:48.0625em){.card--news .date,.card--news p,.card--news .tags{margin-top:1rem}}.card--news .date+p{margin-top:1rem}@media print,screen and (min-width:48.0625em){.card--news .date+p{margin-top:1.5rem}}@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 20px 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}}.news--content p:first-of-type{margin-top:0}.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:1rem;padding-bottom:1rem;width:100%;color:#292929}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:1.5rem;padding-bottom:1.5rem}}.program-listing-item h3{font-size:1.125rem;font-weight:600;line-height:1.5}@media print,screen and (min-width:48.0625em){.program-listing-item h3{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.program-listing-item h3{font-size:1.5rem}}.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:#292929;width:100%;padding-top:1rem;padding-bottom:1rem}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:1.5rem;padding-bottom:1.5rem}}@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 p{margin-top:10px}@media print,screen and (min-width:48.0625em){.program-listing-item p{margin-top:0}}.program-listing-item .btn--compare{padding:1.25rem 1.875rem .85rem}.program-header{display:none}@media print,screen and (min-width:48.0625em){.program-header{display:block}}@media print,screen and (min-width:48.0625em){.program-header__container{padding-left:6.25rem}}.program-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.5rem;display:block;margin-bottom:0}@media print,screen and (min-width:48.0625em){.card--story .subject-info,.card--story p,.card--story .tags{margin-top:1rem}}.card--story .btn{margin-top:0.5rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.card--story .btn{margin-top:1rem}}.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 20px 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}}.hero--landing__text{background-color:#141b4d;padding-top:2.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.hero--landing__text{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.hero--landing__text{padding-top:6rem}}@media print,screen and (min-width:48.0625em){.hero--landing__text{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.hero--landing__text{padding-bottom:4rem}}@media print,screen and (max-width:48.06125em){.hero--landing__text .grid-container{padding-right:24px;padding-left:24px}}.hero--landing__text h1,.hero--landing__text p{color:#fff}.hero--landing__text .intro-text{margin-top:.5rem}.hero--landing__text .intro-text p{font-size:1.25rem;font-weight:300;line-height:1.65}@media print,screen and (min-width:48.0625em){.hero--landing__text .intro-text p{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.hero--landing__text .intro-text p{font-size:1.875rem}}.hero--landing__media{position:relative;padding-bottom:1.5rem;background-color:#141b4d;padding-right:24px;padding-left:24px}@media print,screen and (min-width:48.0625em){.hero--landing__media{padding-bottom:2.5rem}}@media print,screen and (max-width:48.06125em){.hero--landing__media{padding-bottom:0}}.hero--landing__media::before{content:"";display:block;position:absolute;z-index:1;bottom:0;left:0;width:100%;height:9.44vw;max-height:136px;background-color:#fff}.hero--landing__media::after{content:"";display:block;position:absolute;z-index:2;bottom:0;left:0;width:100%;height:100%;background:url(/themes/custom/midwestern/assets/img/plus-repeat-gold.svg) no-repeat bottom center;background-size:contain;opacity:.5}@media print,screen and (max-width:48.06125em){.hero--landing__media::after{display:none}}.hero--landing__media .aspect-ratio-frame{position:relative;z-index:3;max-width:1288px;margin-right:auto;margin-left:auto}.hero--landing__media .aspect-ratio-frame img,.hero--landing__media .aspect-ratio-frame .autoplay-video-container{border-radius:.5rem;-webkit-box-shadow:0px 4px 24px 0px rgba(0,0,0,.15);box-shadow:0px 4px 24px 0px rgba(0,0,0,.15)}@media print,screen and (min-width:48.0625em){.hero--landing__media .aspect-ratio-frame img,.hero--landing__media .aspect-ratio-frame .autoplay-video-container{border-radius:1rem}}.hero--landing__media .aspect-ratio-frame .autoplay-video-container,.hero--landing__media .aspect-ratio-frame video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media print,screen and (max-width:48.06125em){.hero--landing__media .aspect-ratio-frame .autoplay-video-container,.hero--landing__media .aspect-ratio-frame video{display:none}}.hero--landing__media .aspect-ratio-frame .autoplay-video-container{z-index:4;overflow:hidden}.hero--landing__media .aspect-ratio-frame .autoplay-video-container::before{content:"";display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(324deg,rgba(0,0,0,0.7),rgba(0,0,0,0),rgba(0,0,0,0))}.hero--landing__media .aspect-ratio-frame .autoplay-video-container video{z-index:1}.listing form::before,.listing form::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.listing form::after{clear:both}.listing label,.listing .fieldset-legend{color:#262626;font-size:.75rem;font-weight:600;margin:0 0 .5rem 1.5rem}@media print,screen and (min-width:48.0625em){.listing label,.listing .fieldset-legend{font-size:.875rem;margin:0 0 1rem 2rem}}.listing .form-item-search label,.listing .form-item-news-tag label{font-size:.75rem;font-weight:600;margin:0 0 .5rem 1.5rem}@media print,screen and (min-width:48.0625em){.listing .form-item-search label,.listing .form-item-news-tag label{font-size:.875rem;margin:0 0 1rem 2rem}}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{width:100%}.listing [data-drupal-selector=edit-reset]{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;color:#141b4d;background-image:linear-gradient(92deg,#D9C89E 100%,#D9C89E 100%)}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{text-decoration:none;background-position:100px}.listing [data-drupal-selector=edit-reset]:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.listing [data-drupal-selector=edit-reset]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.listing [data-drupal-selector=edit-reset]::before,.listing [data-drupal-selector=edit-reset]::after{color:#141b4d}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{background-image:linear-gradient(92deg,#BD9B60 2.48%,#D9C89E 100%);color:#141b4d}.listing [data-drupal-selector=edit-reset]:hover::before,.listing [data-drupal-selector=edit-reset]:hover::after,.listing [data-drupal-selector=edit-reset]:focus::before,.listing [data-drupal-selector=edit-reset]:focus::after{color:#141b4d}.listing [data-drupal-selector=edit-reset]:focus{color:#141b4d}.listing [data-drupal-selector=edit-reset]:focus:before{border-color:#d9c89e}.listing .listing__form__submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.listing .form-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.listing [type=submit]{-webkit-transition:color .25s,background .25s;transition:color .25s,background .25s;border-radius:2.5rem;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;font-weight:600;text-align:center;background-size:1px 200px;font-size:.875rem;padding:1rem 1.5rem;color:#d9c89e;background-image:linear-gradient(92deg,#141B4D 100%,#141B4D 100%);border:none}.listing [type=submit]:hover,.listing [type=submit]:focus{text-decoration:none;background-position:100px}.listing [type=submit]:focus:before{border:2px dotted;padding:5px;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.listing [type=submit]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.listing [type=submit]::before,.listing [type=submit]::after{color:#d9c89e}.listing [type=submit]:hover,.listing [type=submit]:focus{color:#d9c89e}.listing [type=submit]:hover::before,.listing [type=submit]:hover::after,.listing [type=submit]:focus::before,.listing [type=submit]:focus::after{color:#d9c89e}.listing [type=submit]:hover,.listing [type=submit]:focus{background-image:linear-gradient(92deg,#141B4D 1%,#3C4D8D 100%)}.listing [type=submit]:focus:before{border-color:#141b4d}@media print,screen and (min-width:48.0625em){.listing [type=submit]{font-size:1.125rem;padding:1rem 2.5rem}}@media print,screen and (min-width:40.0625em){.listing form{display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{margin-bottom:0}.listing .form-item,.listing .form-actions{margin-bottom:0}.listing .form-item{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.listing .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}@media print,screen and (min-width:769px)and (max-width:1105px){.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{text-wrap:wrap}.listing ::-webkit-input-placeholder{white-space:pre-line;position:relative;top:-7px}.listing ::-moz-placeholder{white-space:pre-line;position:relative;top:-7px}.listing :-ms-input-placeholder{white-space:pre-line;position:relative;top:-7px}.listing :-moz-placeholder{white-space:pre-line;position:relative;top:-7px}}.views-exposed-form__first-row,.additional-filter__second-row{display:grid}.views-exposed-form__first-row .js-form-type-select,.additional-filter__second-row .js-form-type-select{margin-left:0}.listing--organization .views-exposed-form__first-row,.listing--organization .additional-filter__second-row,.listing--program .views-exposed-form__first-row,.listing--program .additional-filter__second-row,.listing--event .views-exposed-form__first-row,.listing--event .additional-filter__second-row,.listing--news .views-exposed-form__first-row,.listing--news .additional-filter__second-row{grid-template-columns:1fr;grid-gap:1em}@media print,screen and (min-width:48.0625em){.listing--organization .views-exposed-form__first-row,.listing--organization .additional-filter__second-row,.listing--program .views-exposed-form__first-row,.listing--program .additional-filter__second-row,.listing--event .views-exposed-form__first-row,.listing--event .additional-filter__second-row,.listing--news .views-exposed-form__first-row,.listing--news .additional-filter__second-row{grid-template-columns:1fr 1fr 1fr}}.listing--profile .views-exposed-form__first-row,.listing--profile .additional-filter__second-row,.listing--organization .views-exposed-form__first-row,.listing--organization .additional-filter__second-row{grid-template-columns:1fr;grid-gap:1em}@media print,screen and (min-width:48.0625em){.listing--profile .views-exposed-form__first-row,.listing--profile .additional-filter__second-row,.listing--organization .views-exposed-form__first-row,.listing--organization .additional-filter__second-row{grid-template-columns:1fr 1fr 1fr}}@media print,screen and (max-width:48.06125em){.listing--profile .form-item,.listing--organization .form-item{grid-column:1/span 3}}.listing--profile .form-item-search,.listing--organization .form-item-search{grid-column:1/span 3}@media print,screen and (max-width:48.06125em){.listing--profile .additional-filter__second-row,.listing--organization .additional-filter__second-row{margin-top:1em}}@media print,screen and (min-width:48.0625em){.listing--profile .views-exposed-form__reverse{direction:rtl}.listing--profile .views-exposed-form__reverse .form-item{direction:ltr}.listing--profile .views-exposed-form__reverse .form-item .form-actions{margin-top:2.25rem}}.listing--profile .listing--item:first-child{margin-top:0}.listing--profile .listing--item figure{margin:0}.listing--profile .form-actions{margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing--profile .form-actions{margin-top:1.5rem}}.listing--event .listing--item:first-child{margin-top:0}.listing--event .listing--item figure{margin:0}.additional-filter{display:none}.additional-filter__first-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1em;margin-top:1em}.additional-filters--open .additional-filter{display:block}.card--listing{width:100%;margin-top:2rem}.card--listing+.card--listing{padding-top:2rem;border-top:.0625em solid gray}.listing__rows--grouped{list-style:none;margin-top:0}.vaf+.listing__rows--grouped{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.vaf+.listing__rows--grouped{margin-top:1rem}}.listing__rows--grouped .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listing__rows--grouped>*:nth-child(odd),.listing__rows--grouped>*:nth-child(even){background-color:rgba(0,0,0,0)}.listing__rows--grouped [data-start-color=true]>li::before{content:""}.listing__rows--grouped>ol,.listing__rows--grouped>li,.listing__rows--grouped>li>ol,.listing__rows--grouped>li>ol>li{width:100%;margin-top:0;margin-bottom:0;padding:0}.listing__rows--grouped>li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.listing__rows--grouped>li::before{display:none}.listing__rows--grouped>li>.eyebrow{display:block;width:6.25rem;height:1.25rem;margin:2.5rem 0 0;font-family:"Montserrat",sans-serif;font-weight:600;color:#292929}.listing__rows--grouped>li{padding-right:0;padding-left:0;max-width:1160px;margin-left:auto;margin-right:auto}.listing--organization .icon-list a{text-decoration-color:#80276c}.listing--organization .icon-list a:hover,.listing--organization .icon-list a:focus{color:#80276c}.page--search .page-wrapper .main-content .search-results{padding:0;list-style:none}.page--search .page-wrapper .main-content .search-result{padding-left:0}.page--search .page-wrapper .main-content .search-result::before{display:none}.slate--wrapper .slate--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slate--wrapper .wysiwyg-block{margin-top:1rem;margin-bottom:1rem}.slate--wrapper footer .stars{margin-left:0;margin-top:1rem}.slate--wrapper .footer__location{width:100%;display:block;-ms-flex-line-pack:center;align-content:center}.slate--wrapper .footer__location .footer__location--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slate--wrapper .footer__location .footer__location--content .location--top{margin:0 auto}.slate--wrapper .footer__location .footer__location--content .location--links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.slate--wrapper .footer__location .footer__location--content .location--links a{margin-top:.625rem}@media print,screen and (min-width:28.125rem){.slate--wrapper .footer__location .footer__location--content .location--links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.slate--wrapper .footer__location .footer__location--content .location--links a:first-of-type:after{content:"|";display:inline-block;color:#000;padding:0 .5rem 0 .5rem}}.print-only{display:none !important}@media print{@page{margin:1cm}*{color:#000 !important;background:rgba(0,0,0,0) !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}a[href]::after{display:none}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}
